Reference common/common.scad, not the removed local one. Update takeup
This commit is contained in:
parent
0021bd7512
commit
920c257bf1
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.8.160",
|
||||
"version": "1.8.161",
|
||||
"ext_port": 1111,
|
||||
"profiles": {
|
||||
"mcopy": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mcopy-app",
|
||||
"version": "1.8.160",
|
||||
"version": "1.8.161",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mcopy-app",
|
||||
"version": "1.8.160",
|
||||
"version": "1.8.161",
|
||||
"description": "GUI for the mcopy small gauge film optical printer platform",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.8.160",
|
||||
"version": "1.8.161",
|
||||
"ext_port": 1111,
|
||||
"profiles": {
|
||||
"mcopy": {
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "mcopy",
|
||||
"version": "1.8.160",
|
||||
"version": "1.8.161",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mcopy",
|
||||
"version": "1.8.160",
|
||||
"version": "1.8.161",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"alert": "file:app/lib/alert",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mcopy",
|
||||
"version": "1.8.160",
|
||||
"version": "1.8.161",
|
||||
"description": "Small gauge film optical printer platform",
|
||||
"main": "build.js",
|
||||
"directories": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.8.160",
|
||||
"version": "1.8.161",
|
||||
"ext_port": 1111,
|
||||
"profiles": {
|
||||
"mcopy": {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
include <./common.scad>;
|
||||
include <./common/common.scad>;
|
||||
|
||||
PART="mount";
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
include <./common.scad>;
|
||||
include <./common/common.scad>;
|
||||
|
||||
ROD_D = 25.4 * 0.75;
|
||||
THREAD_D = 12;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
include <./common.scad>;
|
||||
include <./common/common.scad>;
|
||||
|
||||
//PINS
|
||||
PIN_A = [-(18 / 2) + (1 / 2) + 4.5, 2 + (3.5 / 2)];
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//
|
||||
// JK lens assembly
|
||||
//
|
||||
include <./common.scad>;
|
||||
include <./common/common.scad>;
|
||||
include <./bellows.scad>;
|
||||
include <./knurledFinishLib_v2.scad>;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
include <./common.scad>;
|
||||
include <./common/common.scad>;
|
||||
include <./knurledFinishLib_v2.scad>
|
||||
include <./arduino.scad>
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit dbb3eca85a46c0474c7e68e7febf43db508b53a8
|
||||
Subproject commit 6067dedb861e64a1203a4c5bedae7ebebaae6145
|
Loading…
Reference in New Issue