3
1
Back

Move. This needs to be possible without disassembly of the rail + a safety margin // margins from edges h_margin = thickness*2; v_margin = hole_dist_top*2 + thickness; col_left = h_margin; working_increment = working_height / 6; // generally-useful spacing amount for vertical columns of stuff working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff col_left = h_margin; col_right = width_mm - col_right; // column from edge plus hole radius h_wall(h=4, l=slider_spacing * 10 + center_adjust; right_col = width_mm - thickness; // column.

New Pull Request