Reference common/common.scad, not the removed local one. Update takeup

This commit is contained in:
Matt McWilliams 2025-02-13 22:59:14 -05:00
parent 0021bd7512
commit 920c257bf1
14 changed files with 15 additions and 15 deletions

View File

@ -1,5 +1,5 @@
{ {
"version": "1.8.160", "version": "1.8.161",
"ext_port": 1111, "ext_port": 1111,
"profiles": { "profiles": {
"mcopy": { "mcopy": {

2
app/package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "mcopy-app", "name": "mcopy-app",
"version": "1.8.160", "version": "1.8.161",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {

View File

@ -1,6 +1,6 @@
{ {
"name": "mcopy-app", "name": "mcopy-app",
"version": "1.8.160", "version": "1.8.161",
"description": "GUI for the mcopy small gauge film optical printer platform", "description": "GUI for the mcopy small gauge film optical printer platform",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {

View File

@ -1,5 +1,5 @@
{ {
"version": "1.8.160", "version": "1.8.161",
"ext_port": 1111, "ext_port": 1111,
"profiles": { "profiles": {
"mcopy": { "mcopy": {

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "mcopy", "name": "mcopy",
"version": "1.8.160", "version": "1.8.161",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "mcopy", "name": "mcopy",
"version": "1.8.160", "version": "1.8.161",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"alert": "file:app/lib/alert", "alert": "file:app/lib/alert",

View File

@ -1,6 +1,6 @@
{ {
"name": "mcopy", "name": "mcopy",
"version": "1.8.160", "version": "1.8.161",
"description": "Small gauge film optical printer platform", "description": "Small gauge film optical printer platform",
"main": "build.js", "main": "build.js",
"directories": { "directories": {

View File

@ -1,5 +1,5 @@
{ {
"version": "1.8.160", "version": "1.8.161",
"ext_port": 1111, "ext_port": 1111,
"profiles": { "profiles": {
"mcopy": { "mcopy": {

View File

@ -1,4 +1,4 @@
include <./common.scad>; include <./common/common.scad>;
PART="mount"; PART="mount";

View File

@ -1,4 +1,4 @@
include <./common.scad>; include <./common/common.scad>;
ROD_D = 25.4 * 0.75; ROD_D = 25.4 * 0.75;
THREAD_D = 12; THREAD_D = 12;

View File

@ -1,4 +1,4 @@
include <./common.scad>; include <./common/common.scad>;
//PINS //PINS
PIN_A = [-(18 / 2) + (1 / 2) + 4.5, 2 + (3.5 / 2)]; PIN_A = [-(18 / 2) + (1 / 2) + 4.5, 2 + (3.5 / 2)];

View File

@ -1,7 +1,7 @@
// //
// JK lens assembly // JK lens assembly
// //
include <./common.scad>; include <./common/common.scad>;
include <./bellows.scad>; include <./bellows.scad>;
include <./knurledFinishLib_v2.scad>; include <./knurledFinishLib_v2.scad>;

View File

@ -1,4 +1,4 @@
include <./common.scad>; include <./common/common.scad>;
/* /*
CynKen 1Pcs Optical Glass RGB Dispersion Prism X-CUBE for Physics Teach Decoration Art CynKen 1Pcs Optical Glass RGB Dispersion Prism X-CUBE for Physics Teach Decoration Art

View File

@ -1,4 +1,4 @@
include <./common.scad>; include <./common/common.scad>;
include <./knurledFinishLib_v2.scad> include <./knurledFinishLib_v2.scad>
include <./arduino.scad> include <./arduino.scad>

@ -1 +1 @@
Subproject commit dbb3eca85a46c0474c7e68e7febf43db508b53a8 Subproject commit 6067dedb861e64a1203a4c5bedae7ebebaae6145