From 513deb7a0a2a2970266050f057a7b1bf39dd8fdc Mon Sep 17 00:00:00 2001 From: mattmcw Date: Tue, 5 Sep 2023 23:15:53 -0400 Subject: [PATCH] Render part of the projector. --- 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 | 6 +++--- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app/data/cfg.json b/app/data/cfg.json index f49749d..91ba695 100644 --- a/app/data/cfg.json +++ b/app/data/cfg.json @@ -1,5 +1,5 @@ { - "version": "1.8.21", + "version": "1.8.22", "ext_port": 1111, "profiles": { "mcopy": { diff --git a/app/package-lock.json b/app/package-lock.json index 23d375a..cf00e10 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,6 +1,6 @@ { "name": "mcopy-app", - "version": "1.8.21", + "version": "1.8.22", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/app/package.json b/app/package.json index a026172..133ae2b 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "mcopy-app", - "version": "1.8.21", + "version": "1.8.22", "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 f49749d..91ba695 100644 --- a/data/cfg.json +++ b/data/cfg.json @@ -1,5 +1,5 @@ { - "version": "1.8.21", + "version": "1.8.22", "ext_port": 1111, "profiles": { "mcopy": { diff --git a/package-lock.json b/package-lock.json index 22ae868..647a836 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mcopy", - "version": "1.8.21", + "version": "1.8.22", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mcopy", - "version": "1.8.21", + "version": "1.8.22", "license": "MIT", "dependencies": { "arduino": "file:app/lib/arduino", diff --git a/package.json b/package.json index 8dc20f6..f4b0566 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mcopy", - "version": "1.8.21", + "version": "1.8.22", "description": "Small gauge film optical printer platform", "main": "build.js", "directories": { diff --git a/processing/mcopy/cfg.json b/processing/mcopy/cfg.json index f49749d..91ba695 100644 --- a/processing/mcopy/cfg.json +++ b/processing/mcopy/cfg.json @@ -1,5 +1,5 @@ { - "version": "1.8.21", + "version": "1.8.22", "ext_port": 1111, "profiles": { "mcopy": { diff --git a/scad/mcopy_projector.scad b/scad/mcopy_projector.scad index d38c31e..32e748d 100644 --- a/scad/mcopy_projector.scad +++ b/scad/mcopy_projector.scad @@ -331,7 +331,7 @@ module projector () { module debug () { //panel(); //NEMA17([0, KeyDistance / 2, -50]); - NEMA17([0, -KeyDistance / 2, -50]); + //NEMA17([0, -KeyDistance / 2, -50]); //gate_key([0, KeyDistance / 2, -14], [0, 0, 45]); //gate_key([0, -KeyDistance / 2, -14], [0, 0, 45]); @@ -339,13 +339,13 @@ module debug () { union () { intersection () { panel(); - //translate([0, -50, 0]) cube([60, 100, 150], center = true); + translate([0, -50, 0]) cube([60, 100, 150], center = true); } } //translate([50, 0, 0]) rotate([0, 0, 45]) cube([100, 250, 150], center = true); } - color("black") gate_key([0, -KeyDistance / 2, -13.5], [0, 0, 0]); + //color("black") gate_key([0, -KeyDistance / 2, -13.5], [0, 0, 0]); } PART = "gate_keyx";