Start making a parts list in rails end file

This commit is contained in:
Matt McWilliams 2023-08-21 18:23:16 -04:00
parent 010927c5ca
commit 1ae524ff31
1 changed files with 7 additions and 1 deletions

View File

@ -192,7 +192,7 @@ module bearing_roller () {
//}
//translate([RailSpacing / 2, -90 - 10, 21.5]) rotate([0, 90, 0])
bearing_roller();
//bearing_roller();
//bearing_roller();
//debug
@ -201,3 +201,9 @@ bearing_roller();
//translate([ThreadedRodSpacing / 2, 40, 0]) rotate([90, 0, 0]) color("blue") NEMA17();
//translate([-ThreadedRodSpacing / 2, 40, 0]) rotate([90, 0, 0]) color("blue") NEMA17();
PART = "rail_end";
if (PART == "rail_end") {
rail_end();
}