3
1
Back

Optional; not needed if using real TL0x4, fix pots being backwards, tighten up schematic, fit letter instead of the indenting cones. // Number of indenting cones. Cone_indents_count = 7; // generally-useful spacing amount for vertical columns of stuff col_left = h_margin; working_increment = working_height / 7; // Radius of the rail + a safety margin // margins from edges h_margin = hole_dist_side + thickness; working_height = height - v_margin*2 - title_font_size; working_increment = working_height / 5; out_row_1 = v_margin+12; row_2 = row_1 + v_margin .

New Pull Request