Compare commits
No commits in common. "bf7161cd3657c343a50797eda69d55923e1f288c" and "3afd3d40dec1fa2466f47390f607ad3775720921" have entirely different histories.
bf7161cd36
...
3afd3d40de
|
@ -6,3 +6,7 @@
|
||||||
path = scad/takeup
|
path = scad/takeup
|
||||||
url = https://git.sixteenmillimeter.com/modules/takeup.git
|
url = https://git.sixteenmillimeter.com/modules/takeup.git
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
|
[submodule "scad/sprocketed_roller"]
|
||||||
|
path = scad/sprocketed_roller
|
||||||
|
url = https://git.sixteenmillimeter.com/modules/sprocketed_roller.git
|
||||||
|
ignore = dirty
|
||||||
|
|
|
@ -5,7 +5,7 @@ include <./common/common.scad>;
|
||||||
include <./common/motors.scad>;
|
include <./common/motors.scad>;
|
||||||
include <./common/2020_tslot.scad>;
|
include <./common/2020_tslot.scad>;
|
||||||
include <./takeup/takeup.scad>;
|
include <./takeup/takeup.scad>;
|
||||||
use <./sprocketed_roller/scad/sprocketed_roller.scad>;
|
include <./sprocketed_roller/scad/sprocketed_roller.scad>;
|
||||||
use <./filmless.scad>;
|
use <./filmless.scad>;
|
||||||
|
|
||||||
|
|
||||||
|
@ -1665,7 +1665,7 @@ module contact_printer () {
|
||||||
//debug module for BOM
|
//debug module for BOM
|
||||||
}
|
}
|
||||||
|
|
||||||
PART = "lamp_singlex";
|
PART = "lamp_single";
|
||||||
LIBRARY = true;
|
LIBRARY = true;
|
||||||
|
|
||||||
if (PART == "panel") {
|
if (PART == "panel") {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit dbb3eca85a46c0474c7e68e7febf43db508b53a8
|
Subproject commit 74133c800b4a4267cd3bf82b567beb0121bfb7d0
|
|
@ -20716,12 +20716,12 @@ solid OpenSCAD_Model
|
||||||
outer loop
|
outer loop
|
||||||
vertex 0 15.5 -3
|
vertex 0 15.5 -3
|
||||||
vertex 0 15.5 2.5
|
vertex 0 15.5 2.5
|
||||||
vertex 0.1854102 15.4706335 -3
|
vertex 0.1854102 15.4706335 2.526939
|
||||||
endloop
|
endloop
|
||||||
endfacet
|
endfacet
|
||||||
facet normal 0.15643656 0.987688 0
|
facet normal 0.15643656 0.987688 0
|
||||||
outer loop
|
outer loop
|
||||||
vertex 0 15.5 2.5
|
vertex 0 15.5 -3
|
||||||
vertex 0.1854102 15.4706335 2.526939
|
vertex 0.1854102 15.4706335 2.526939
|
||||||
vertex 0.1854102 15.4706335 -3
|
vertex 0.1854102 15.4706335 -3
|
||||||
endloop
|
endloop
|
||||||
|
|
Loading…
Reference in New Issue