3
1
Back

Shaft shapes (rectangular, gear shaped etc.). * @todo Add support for more shaft shapes (rectangular, gear shaped etc.). * @todo Add a mode where the stem radius adapts, as part of the rail + a safety margin // margins from edges h_margin = hole_dist_side + thickness; right_rib_x = width_mm - thickness*2; left_rib_x = thickness * 2; right_rib_x = width_mm - h_margin; left_rib_x = hole_dist_side + thickness; working_height = height - v_margin*2 - title_font_size; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff col_left = thickness * 1.2; right_rib_x = width_mm.

New Pull Request