From 082ac85c5c88276f7e96388d1ba6650115d327ca Mon Sep 17 00:00:00 2001 From: mattmcw Date: Mon, 25 Sep 2023 12:14:59 -0400 Subject: [PATCH] Add deeper notches for 90 degree points --- app/data/cfg.json | 2 +- app/package-lock.json | 2 +- app/package.json | 2 +- data/cfg.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- processing/mcopy/cfg.json | 2 +- scad/mcopy_projector.scad | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/data/cfg.json b/app/data/cfg.json index 9919ef7..3d6ea69 100644 --- a/app/data/cfg.json +++ b/app/data/cfg.json @@ -1,5 +1,5 @@ { - "version": "1.8.31", + "version": "1.8.32", "ext_port": 1111, "profiles": { "mcopy": { diff --git a/app/package-lock.json b/app/package-lock.json index 14a410c..210c5ec 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,6 +1,6 @@ { "name": "mcopy-app", - "version": "1.8.31", + "version": "1.8.32", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/app/package.json b/app/package.json index 4588b34..1dbad69 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "mcopy-app", - "version": "1.8.31", + "version": "1.8.32", "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 9919ef7..3d6ea69 100644 --- a/data/cfg.json +++ b/data/cfg.json @@ -1,5 +1,5 @@ { - "version": "1.8.31", + "version": "1.8.32", "ext_port": 1111, "profiles": { "mcopy": { diff --git a/package-lock.json b/package-lock.json index 4c61b11..ee4191b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mcopy", - "version": "1.8.31", + "version": "1.8.32", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mcopy", - "version": "1.8.31", + "version": "1.8.32", "license": "MIT", "dependencies": { "arduino": "file:app/lib/arduino", diff --git a/package.json b/package.json index 912631b..a21187c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mcopy", - "version": "1.8.31", + "version": "1.8.32", "description": "Small gauge film optical printer platform", "main": "build.js", "directories": { diff --git a/processing/mcopy/cfg.json b/processing/mcopy/cfg.json index 9919ef7..3d6ea69 100644 --- a/processing/mcopy/cfg.json +++ b/processing/mcopy/cfg.json @@ -1,5 +1,5 @@ { - "version": "1.8.31", + "version": "1.8.32", "ext_port": 1111, "profiles": { "mcopy": { diff --git a/scad/mcopy_projector.scad b/scad/mcopy_projector.scad index 687dba7..28ec640 100644 --- a/scad/mcopy_projector.scad +++ b/scad/mcopy_projector.scad @@ -413,7 +413,7 @@ module debug () { } -PART = "orbital_mount"; +PART = "panel"; if (PART == "gate_key") { gate_key(KeyRot = 90);