Added first steps towards new xsled
This commit is contained in:
@@ -86,8 +86,10 @@ module moving_parts(xpos = cur_xpos, ypos = cur_ypos) {
|
||||
ysled_rails();
|
||||
|
||||
}
|
||||
translate([cur_xpos, cur_ypos, 0])
|
||||
xsled();
|
||||
translate([cur_xpos, cur_ypos, 0]) {
|
||||
// xsled();
|
||||
xsled2();
|
||||
}
|
||||
}
|
||||
|
||||
union() {
|
||||
|
||||
Reference in New Issue
Block a user