From 6eeeae85c8a24ad950988c1dde170895d8c71459 Mon Sep 17 00:00:00 2001 From: sixteenmillimeter Date: Tue, 18 Aug 2020 14:21:07 -0400 Subject: [PATCH] Updated patch number, now working on 1.6.5 --- app/data/cfg.json | 16 +++++++++++++++- app/package-lock.json | 2 +- app/package.json | 2 +- cli/data/cfg.json | 16 +++++++++++++++- cli/package.json | 2 +- data/cfg.json | 16 +++++++++++++++- package-lock.json | 2 +- package.json | 2 +- processing/mcopy/cfg.json | 16 +++++++++++++++- 9 files changed, 65 insertions(+), 9 deletions(-) diff --git a/app/data/cfg.json b/app/data/cfg.json index c9847b5..72e856d 100644 --- a/app/data/cfg.json +++ b/app/data/cfg.json @@ -1,5 +1,5 @@ { - "version": "1.6.3", + "version": "1.6.5", "ext_port": 1111, "profiles": { "mcopy": { @@ -87,6 +87,20 @@ "delay": 50, "momentary": 130 }, + "proj": { + "time": 1340, + "delay": 50, + "momentary": 300 + }, + "light": false + }, + "norris": { + "label": "Norris", + "cam": { + "time": 650, + "delay": 50, + "momentary": 130 + }, "light": false } }, diff --git a/app/package-lock.json b/app/package-lock.json index dc023c3..884b3d3 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,6 +1,6 @@ { "name": "mcopy-app", - "version": "1.6.4", + "version": "1.6.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/app/package.json b/app/package.json index 6ab77c2..152e8e7 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "mcopy-app", - "version": "1.6.4", + "version": "1.6.5", "description": "GUI for the mcopy small gauge film optical printer platform", "main": "main.js", "scripts": { diff --git a/cli/data/cfg.json b/cli/data/cfg.json index c9847b5..72e856d 100644 --- a/cli/data/cfg.json +++ b/cli/data/cfg.json @@ -1,5 +1,5 @@ { - "version": "1.6.3", + "version": "1.6.5", "ext_port": 1111, "profiles": { "mcopy": { @@ -87,6 +87,20 @@ "delay": 50, "momentary": 130 }, + "proj": { + "time": 1340, + "delay": 50, + "momentary": 300 + }, + "light": false + }, + "norris": { + "label": "Norris", + "cam": { + "time": 650, + "delay": 50, + "momentary": 130 + }, "light": false } }, diff --git a/cli/package.json b/cli/package.json index 7e7280f..da5ffbf 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "mcopy-cli", - "version": "1.6.4", + "version": "1.6.5", "description": "CLI for controlling the mcopy optical printer platform", "main": "index.js", "scripts": { diff --git a/data/cfg.json b/data/cfg.json index 200b74d..72e856d 100644 --- a/data/cfg.json +++ b/data/cfg.json @@ -1,5 +1,5 @@ { - "version": "1.6.4", + "version": "1.6.5", "ext_port": 1111, "profiles": { "mcopy": { @@ -87,6 +87,20 @@ "delay": 50, "momentary": 130 }, + "proj": { + "time": 1340, + "delay": 50, + "momentary": 300 + }, + "light": false + }, + "norris": { + "label": "Norris", + "cam": { + "time": 650, + "delay": 50, + "momentary": 130 + }, "light": false } }, diff --git a/package-lock.json b/package-lock.json index ea3ab30..d5bbc18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mcopy", - "version": "1.6.4", + "version": "1.6.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fc76455..217f55b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mcopy", - "version": "1.6.4", + "version": "1.6.5", "description": "Small gauge film optical printer platform", "main": "build.js", "directories": { diff --git a/processing/mcopy/cfg.json b/processing/mcopy/cfg.json index c9847b5..72e856d 100644 --- a/processing/mcopy/cfg.json +++ b/processing/mcopy/cfg.json @@ -1,5 +1,5 @@ { - "version": "1.6.3", + "version": "1.6.5", "ext_port": 1111, "profiles": { "mcopy": { @@ -87,6 +87,20 @@ "delay": 50, "momentary": 130 }, + "proj": { + "time": 1340, + "delay": 50, + "momentary": 300 + }, + "light": false + }, + "norris": { + "label": "Norris", + "cam": { + "time": 650, + "delay": 50, + "momentary": 130 + }, "light": false } },