Compare commits
2 Commits
3afd3d40de
...
bf7161cd36
Author | SHA1 | Date |
---|---|---|
|
bf7161cd36 | |
|
9cf5238d1e |
|
@ -6,7 +6,3 @@
|
|||
path = scad/takeup
|
||||
url = https://git.sixteenmillimeter.com/modules/takeup.git
|
||||
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/2020_tslot.scad>;
|
||||
include <./takeup/takeup.scad>;
|
||||
include <./sprocketed_roller/scad/sprocketed_roller.scad>;
|
||||
use <./sprocketed_roller/scad/sprocketed_roller.scad>;
|
||||
use <./filmless.scad>;
|
||||
|
||||
|
||||
|
@ -1665,7 +1665,7 @@ module contact_printer () {
|
|||
//debug module for BOM
|
||||
}
|
||||
|
||||
PART = "lamp_single";
|
||||
PART = "lamp_singlex";
|
||||
LIBRARY = true;
|
||||
|
||||
if (PART == "panel") {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 74133c800b4a4267cd3bf82b567beb0121bfb7d0
|
||||
Subproject commit dbb3eca85a46c0474c7e68e7febf43db508b53a8
|
|
@ -20716,12 +20716,12 @@ solid OpenSCAD_Model
|
|||
outer loop
|
||||
vertex 0 15.5 -3
|
||||
vertex 0 15.5 2.5
|
||||
vertex 0.1854102 15.4706335 2.526939
|
||||
vertex 0.1854102 15.4706335 -3
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0.15643656 0.987688 0
|
||||
outer loop
|
||||
vertex 0 15.5 -3
|
||||
vertex 0 15.5 2.5
|
||||
vertex 0.1854102 15.4706335 2.526939
|
||||
vertex 0.1854102 15.4706335 -3
|
||||
endloop
|
||||
|
|
Loading…
Reference in New Issue