From 8b235bb6b0f13553bafab0d1a5672651974aa09b Mon Sep 17 00:00:00 2001 From: mattmcw Date: Sat, 5 Aug 2023 14:42:03 -0400 Subject: [PATCH] mitchell work --- app/data/cfg.json | 8 ++++---- app/package-lock.json | 2 +- app/package.json | 2 +- data/cfg.json | 8 ++++---- package-lock.json | 4 ++-- package.json | 16 ++++++++-------- processing/mcopy/cfg.json | 8 ++++---- scad/mitchell_camera_motor.scad | 4 +++- 8 files changed, 27 insertions(+), 25 deletions(-) diff --git a/app/data/cfg.json b/app/data/cfg.json index 1bcd7c0..f19ba21 100644 --- a/app/data/cfg.json +++ b/app/data/cfg.json @@ -1,5 +1,5 @@ { - "version": "1.7.21", + "version": "1.7.22", "ext_port": 1111, "profiles": { "mcopy": { @@ -187,9 +187,9 @@ "capper_off": "B", "takeup_forward": "D", "takeup_backward": "F", - "error" : "E", - "camera_exposure" : "G", - "state" : "H" + "error": "E", + "camera_exposure": "G", + "state": "H" } } } diff --git a/app/package-lock.json b/app/package-lock.json index 16f856b..ca01dcd 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,6 +1,6 @@ { "name": "mcopy-app", - "version": "1.7.21", + "version": "1.7.22", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/app/package.json b/app/package.json index 265393a..36393a7 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "mcopy-app", - "version": "1.7.21", + "version": "1.7.22", "description": "GUI for the mcopy small gauge film optical printer platform", "main": "main.js", "scripts": { diff --git a/data/cfg.json b/data/cfg.json index 1bcd7c0..f19ba21 100644 --- a/data/cfg.json +++ b/data/cfg.json @@ -1,5 +1,5 @@ { - "version": "1.7.21", + "version": "1.7.22", "ext_port": 1111, "profiles": { "mcopy": { @@ -187,9 +187,9 @@ "capper_off": "B", "takeup_forward": "D", "takeup_backward": "F", - "error" : "E", - "camera_exposure" : "G", - "state" : "H" + "error": "E", + "camera_exposure": "G", + "state": "H" } } } diff --git a/package-lock.json b/package-lock.json index 2e11cf5..9c1ea77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mcopy", - "version": "1.7.21", + "version": "1.7.22", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mcopy", - "version": "1.7.21", + "version": "1.7.22", "license": "MIT", "dependencies": { "arduino": "file:app/lib/arduino", diff --git a/package.json b/package.json index 22d095c..d5f29d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mcopy", - "version": "1.7.21", + "version": "1.7.22", "description": "Small gauge film optical printer platform", "main": "build.js", "directories": { @@ -41,25 +41,25 @@ "alert": "file:app/lib/alert", "arduino": "file:app/lib/arduino", "cam": "file:app/lib/cam", - "capper" : "file:app/lib/capper", + "capper": "file:app/lib/capper", "cmd": "file:app/lib/cmd", "delay": "file:app/lib/delay", "devices": "file:app/lib/devices", "display": "file:app/lib/display", - "exec" : "file:app/lib/exec", - "exit" : "file:app/lib/exit", - "ffmpeg" : "file:app/lib/ffmpeg", - "ffprobe" : "file:app/lib/ffprobe", + "exec": "file:app/lib/exec", + "exit": "file:app/lib/exit", + "ffmpeg": "file:app/lib/ffmpeg", + "ffprobe": "file:app/lib/ffprobe", "filmout": "file:app/lib/filmout", "frame": "file:app/lib/frame", - "intval" : "file:app/lib/intval", + "intval": "file:app/lib/intval", "light": "file:app/lib/light", "log": "file:app/lib/log", "mscript": "file:app/lib/mscript", "processing": "file:app/lib/processing", "proj": "file:app/lib/proj", "sequencer": "file:app/lib/sequencer", - "server" : "file:app/lib/server", + "server": "file:app/lib/server", "settings": "file:app/lib/settings", "system": "file:app/lib/system" } diff --git a/processing/mcopy/cfg.json b/processing/mcopy/cfg.json index 1bcd7c0..f19ba21 100644 --- a/processing/mcopy/cfg.json +++ b/processing/mcopy/cfg.json @@ -1,5 +1,5 @@ { - "version": "1.7.21", + "version": "1.7.22", "ext_port": 1111, "profiles": { "mcopy": { @@ -187,9 +187,9 @@ "capper_off": "B", "takeup_forward": "D", "takeup_backward": "F", - "error" : "E", - "camera_exposure" : "G", - "state" : "H" + "error": "E", + "camera_exposure": "G", + "state": "H" } } } diff --git a/scad/mitchell_camera_motor.scad b/scad/mitchell_camera_motor.scad index 60d72af..5ce1d50 100644 --- a/scad/mitchell_camera_motor.scad +++ b/scad/mitchell_camera_motor.scad @@ -2,4 +2,6 @@ module original_stepper_motor () { -} \ No newline at end of file +} + +original_stepper_motor(); \ No newline at end of file