mitchell work
This commit is contained in:
parent
8a170f65ca
commit
8b235bb6b0
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mcopy-app",
|
||||
"version": "1.7.21",
|
||||
"version": "1.7.22",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
16
package.json
16
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"
|
||||
}
|
||||
|
|
|
@ -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,4 +2,6 @@
|
|||
|
||||
module original_stepper_motor () {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
original_stepper_motor();
|
Loading…
Reference in New Issue