Attempt to fix sprocketed roller
This commit is contained in:
parent
9cf5238d1e
commit
bf7161cd36
|
@ -6,6 +6,3 @@
|
||||||
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
|
|
||||||
|
|
|
@ -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>;
|
||||||
include <./sprocketed_roller/scad/sprocketed_roller.scad>;
|
use <./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_single";
|
PART = "lamp_singlex";
|
||||||
LIBRARY = true;
|
LIBRARY = true;
|
||||||
|
|
||||||
if (PART == "panel") {
|
if (PART == "panel") {
|
||||||
|
|
Loading…
Reference in New Issue