3
1
Back

Drop out as specified. Cube([knob_radius_bottom, knob_radius_bottom, external_indicator_height], center = true, $fn = 3, center = true); // The OpenSCAD default. // (3) MAIN MODULE knob(); // Entry point of the rail + a safety margin center_adjust = 5; //mm center_col = width_mm/2; vertical_space = height - v_margin; working_increment = working_height / 5; out_row_2 = out_working_increment*1 + out_row_1; out_row_5 = out_working_increment*4 + out_row_1; out_row_3 = working_increment*2 + out_row_1; out_row_5 = working_increment*4 + row_1; // special: the right-hand side tries to squeeze 6 rows into the space of 5 out_working_increment = working_increment * 4 / 5; out_row_2 = out_working_increment*1 + out_row_1; out_row_4 = out_working_increment*3 + out_row_1; From 71d5da41172a5a79b9079ba234cbd61b0c31a525.

New Pull Request