3
1
Back

// (3) MAIN MODULE knob(); // Entry point of the rail + a safety margin // margins from edges h_margin = hole_dist_side + thickness; v_margin = hole_dist_top*5; width_mm = hp_mm(width); // where to put the output jacks working_height = height - 25; // build up seven rows; middle one unused row_2 = row_1 + v_margin + 12; row_2 = row_1 + v_margin + 12; row_2 = row_1 + v_margin + 12; row_1 = bottom_row + v_margin + 12; row_2 = working_increment*1 + row_1; working_increment = working_height / 7; // generally-useful spacing amount for vertical columns of stuff col_left = h_margin; working_increment = working_height / 7; // Radius of the indenting cones, measured.

New Pull Request