diff --git a/app/data/cfg.json b/app/data/cfg.json index fefe1a9..931e3b3 100644 --- a/app/data/cfg.json +++ b/app/data/cfg.json @@ -1,5 +1,5 @@ { - "version": "1.8.27", + "version": "1.8.28", "ext_port": 1111, "profiles": { "mcopy": { diff --git a/app/package-lock.json b/app/package-lock.json index 567ac4b..93fe278 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,6 +1,6 @@ { "name": "mcopy-app", - "version": "1.8.27", + "version": "1.8.28", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/app/package.json b/app/package.json index 217d3a5..6afbb78 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "mcopy-app", - "version": "1.8.27", + "version": "1.8.28", "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 fefe1a9..931e3b3 100644 --- a/data/cfg.json +++ b/data/cfg.json @@ -1,5 +1,5 @@ { - "version": "1.8.27", + "version": "1.8.28", "ext_port": 1111, "profiles": { "mcopy": { diff --git a/package-lock.json b/package-lock.json index 8f4f752..463872f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mcopy", - "version": "1.8.27", + "version": "1.8.28", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mcopy", - "version": "1.8.27", + "version": "1.8.28", "license": "MIT", "dependencies": { "arduino": "file:app/lib/arduino", diff --git a/package.json b/package.json index d3f1611..9394107 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mcopy", - "version": "1.8.27", + "version": "1.8.28", "description": "Small gauge film optical printer platform", "main": "build.js", "directories": { diff --git a/processing/mcopy/cfg.json b/processing/mcopy/cfg.json index fefe1a9..931e3b3 100644 --- a/processing/mcopy/cfg.json +++ b/processing/mcopy/cfg.json @@ -1,5 +1,5 @@ { - "version": "1.8.27", + "version": "1.8.28", "ext_port": 1111, "profiles": { "mcopy": { diff --git a/scad/mcopy_projector.scad b/scad/mcopy_projector.scad index 0d0ba29..a038752 100644 --- a/scad/mcopy_projector.scad +++ b/scad/mcopy_projector.scad @@ -362,7 +362,7 @@ module debug () { //translate([50, 0, 0]) rotate([0, 0, 45]) cube([100, 250, 150], center = true); translate([0, 0, -75 - 10]) cube([100, 250, 150], center = true); } - gate_key([0, -KeyDistance / 2, -13.5], [0, 0, 360/16]); + } PART = "gate_key";