3
1
Back

Cones. Cone_indents_count = 7; // Depth of the rail + a safety margin // margins from edges h_margin = thickness*2; v_margin = hole_dist_top*5; output_column = width_mm - h_margin; input_column = h_margin; col_right = width_mm - 10 - center_adjust; center_col = width_mm/2; vertical_space = height - v_margin; working_increment = working_height / (8+tolerance/5); // generally-useful spacing amount for vertical columns of stuff col_middle = col_left + (15.6 + 1.5 + 7 + 8); // pot + led + switch? Col_right = width_mm - thickness*2; // draw panel, subtract holes.

New Pull Request