Fixed duplicated generation of xsled geometry, added clips for belts to xsled, fixed positions of ysled idlers to be based on nominal beltline
This commit is contained in:
@@ -54,10 +54,10 @@ module xsled() {
|
||||
}
|
||||
|
||||
module moving_parts(xpos = cur_xpos, ypos = cur_ypos) {
|
||||
translate([ yrail_offset, cur_ypos, 0 ]) ysled_slider(spread = sled_ysize);
|
||||
translate([ yrail_offset, cur_ypos, 0 ]) ysled_slider();
|
||||
|
||||
translate([ xsize - yrail_offset, cur_ypos, 0 ]) rotate([ 180, 180, 0 ])
|
||||
ysled_slider(spread = sled_ysize, is_left = false);
|
||||
ysled_slider(is_left = false);
|
||||
|
||||
translate([ yrail_offset, cur_ypos, 0 ]) if ($preview) ysled_rails();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user