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,
"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"
}
}
}

2
app/package-lock.json generated
View File

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

View File

@ -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": {

View File

@ -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"
}
}
}

4
package-lock.json generated
View File

@ -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",

View File

@ -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"
}

View File

@ -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"
}
}
}

View File

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