diff --git a/app/data/cfg.json b/app/data/cfg.json index 0ffe6fd..25345c5 100644 --- a/app/data/cfg.json +++ b/app/data/cfg.json @@ -1,5 +1,5 @@ { - "version": "1.8.81", + "version": "1.8.82", "ext_port": 1111, "profiles": { "mcopy": { diff --git a/app/package-lock.json b/app/package-lock.json index 4212838..c38a0d7 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,6 +1,6 @@ { "name": "mcopy-app", - "version": "1.8.81", + "version": "1.8.82", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/app/package.json b/app/package.json index 034d0b0..79bdee8 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "mcopy-app", - "version": "1.8.81", + "version": "1.8.82", "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 6807c2d..3febfdf 100644 --- a/data/cfg.json +++ b/data/cfg.json @@ -1,5 +1,5 @@ { - "version": "1.8.81", + "version": "1.8.82", "ext_port": 1111, "profiles": { "mcopy": { diff --git a/package-lock.json b/package-lock.json index a6cee0f..2d15a06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mcopy", - "version": "1.8.81", + "version": "1.8.82", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mcopy", - "version": "1.8.81", + "version": "1.8.82", "license": "MIT", "dependencies": { "arduino": "file:app/lib/arduino", diff --git a/package.json b/package.json index e91b6b0..60fd26a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mcopy", - "version": "1.8.81", + "version": "1.8.82", "description": "Small gauge film optical printer platform", "main": "build.js", "directories": { diff --git a/processing/mcopy/cfg.json b/processing/mcopy/cfg.json index 0ffe6fd..25345c5 100644 --- a/processing/mcopy/cfg.json +++ b/processing/mcopy/cfg.json @@ -1,5 +1,5 @@ { - "version": "1.8.81", + "version": "1.8.82", "ext_port": 1111, "profiles": { "mcopy": { diff --git a/scripts/openscadPart.sh b/scripts/openscadPart.sh index 3412679..c9de68b 100644 --- a/scripts/openscadPart.sh +++ b/scripts/openscadPart.sh @@ -1,6 +1,6 @@ #!/bin/bash -openscad --enable=fast-csg --enable=fast-csg-trust-corefinement --export-format=asciistl -o "./stl/${3}" -D"PART=\"${2}\"" "./scad/${1}" +openscad --export-format=asciistl -o "./stl/${3}" -D"PART=\"${2}\"" "./scad/${1}" echo "Compiled ${3} from ${1}" if [ -f "./scad/common/c14n_stl.py" ]; then python3 ./scad/common/c14n_stl.py "./stl/${3}"