mitchell work

This commit is contained in:
Matt McWilliams 2023-08-05 14:42:03 -04:00
parent 8a170f65ca
commit 8b235bb6b0
8 changed files with 27 additions and 25 deletions

View File

@ -1,5 +1,5 @@
{ {
"version": "1.7.21", "version": "1.7.22",
"ext_port": 1111, "ext_port": 1111,
"profiles": { "profiles": {
"mcopy": { "mcopy": {
@ -187,9 +187,9 @@
"capper_off": "B", "capper_off": "B",
"takeup_forward": "D", "takeup_forward": "D",
"takeup_backward": "F", "takeup_backward": "F",
"error" : "E", "error": "E",
"camera_exposure" : "G", "camera_exposure": "G",
"state" : "H" "state": "H"
} }
} }
} }

2
app/package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "mcopy-app", "name": "mcopy-app",
"version": "1.7.21", "version": "1.7.22",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {

View File

@ -1,6 +1,6 @@
{ {
"name": "mcopy-app", "name": "mcopy-app",
"version": "1.7.21", "version": "1.7.22",
"description": "GUI for the mcopy small gauge film optical printer platform", "description": "GUI for the mcopy small gauge film optical printer platform",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {

View File

@ -1,5 +1,5 @@
{ {
"version": "1.7.21", "version": "1.7.22",
"ext_port": 1111, "ext_port": 1111,
"profiles": { "profiles": {
"mcopy": { "mcopy": {
@ -187,9 +187,9 @@
"capper_off": "B", "capper_off": "B",
"takeup_forward": "D", "takeup_forward": "D",
"takeup_backward": "F", "takeup_backward": "F",
"error" : "E", "error": "E",
"camera_exposure" : "G", "camera_exposure": "G",
"state" : "H" "state": "H"
} }
} }
} }

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "mcopy", "name": "mcopy",
"version": "1.7.21", "version": "1.7.22",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "mcopy", "name": "mcopy",
"version": "1.7.21", "version": "1.7.22",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"arduino": "file:app/lib/arduino", "arduino": "file:app/lib/arduino",

View File

@ -1,6 +1,6 @@
{ {
"name": "mcopy", "name": "mcopy",
"version": "1.7.21", "version": "1.7.22",
"description": "Small gauge film optical printer platform", "description": "Small gauge film optical printer platform",
"main": "build.js", "main": "build.js",
"directories": { "directories": {
@ -41,25 +41,25 @@
"alert": "file:app/lib/alert", "alert": "file:app/lib/alert",
"arduino": "file:app/lib/arduino", "arduino": "file:app/lib/arduino",
"cam": "file:app/lib/cam", "cam": "file:app/lib/cam",
"capper" : "file:app/lib/capper", "capper": "file:app/lib/capper",
"cmd": "file:app/lib/cmd", "cmd": "file:app/lib/cmd",
"delay": "file:app/lib/delay", "delay": "file:app/lib/delay",
"devices": "file:app/lib/devices", "devices": "file:app/lib/devices",
"display": "file:app/lib/display", "display": "file:app/lib/display",
"exec" : "file:app/lib/exec", "exec": "file:app/lib/exec",
"exit" : "file:app/lib/exit", "exit": "file:app/lib/exit",
"ffmpeg" : "file:app/lib/ffmpeg", "ffmpeg": "file:app/lib/ffmpeg",
"ffprobe" : "file:app/lib/ffprobe", "ffprobe": "file:app/lib/ffprobe",
"filmout": "file:app/lib/filmout", "filmout": "file:app/lib/filmout",
"frame": "file:app/lib/frame", "frame": "file:app/lib/frame",
"intval" : "file:app/lib/intval", "intval": "file:app/lib/intval",
"light": "file:app/lib/light", "light": "file:app/lib/light",
"log": "file:app/lib/log", "log": "file:app/lib/log",
"mscript": "file:app/lib/mscript", "mscript": "file:app/lib/mscript",
"processing": "file:app/lib/processing", "processing": "file:app/lib/processing",
"proj": "file:app/lib/proj", "proj": "file:app/lib/proj",
"sequencer": "file:app/lib/sequencer", "sequencer": "file:app/lib/sequencer",
"server" : "file:app/lib/server", "server": "file:app/lib/server",
"settings": "file:app/lib/settings", "settings": "file:app/lib/settings",
"system": "file:app/lib/system" "system": "file:app/lib/system"
} }

View File

@ -1,5 +1,5 @@
{ {
"version": "1.7.21", "version": "1.7.22",
"ext_port": 1111, "ext_port": 1111,
"profiles": { "profiles": {
"mcopy": { "mcopy": {
@ -187,9 +187,9 @@
"capper_off": "B", "capper_off": "B",
"takeup_forward": "D", "takeup_forward": "D",
"takeup_backward": "F", "takeup_backward": "F",
"error" : "E", "error": "E",
"camera_exposure" : "G", "camera_exposure": "G",
"state" : "H" "state": "H"
} }
} }
} }

View File

@ -2,4 +2,6 @@
module original_stepper_motor () { module original_stepper_motor () {
} }
original_stepper_motor();