Move remaining legacy openscad scripts into the scad/old dir until they are fully extracted of all their usefulness and finally ghosted into the git history.
This commit is contained in:
parent
c354203354
commit
01d309d539
|
@ -1,4 +1,4 @@
|
||||||
/*
|
|
||||||
AT = 25.4 * 0.22;
|
AT = 25.4 * 0.22;
|
||||||
|
|
||||||
|
|
||||||
|
@ -685,7 +685,7 @@ module sprocketed_roller_gear_cap () {
|
||||||
}
|
}
|
||||||
translate([0, 0, -30]) contact_printer_roller();
|
translate([0, 0, -30]) contact_printer_roller();
|
||||||
}
|
}
|
||||||
}*/
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
include <./common/common.scad>
|
include <../common/common.scad>
|
||||||
|
|
||||||
in = 25.4;
|
in = 25.4;
|
||||||
$fn = 100;
|
$fn = 100;
|
|
@ -1,7 +1,7 @@
|
||||||
$fn = 80;
|
$fn = 80;
|
||||||
|
|
||||||
include <./common/common.scad>;
|
include <../common/common.scad>;
|
||||||
include <./16mm_sprocketed_roller_var.scad>;
|
include <../16mm_sprocketed_roller_var.scad>;
|
||||||
|
|
||||||
BRACE_L = 24;
|
BRACE_L = 24;
|
||||||
PLATE_L = 47;
|
PLATE_L = 47;
|
Loading…
Reference in New Issue