3
1
Back

Cascading input and output jacks input_column = h_margin; bottom_row = v_margin + 12; //knob_radius top_row = height - v_margin*2 - title_font_size; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff left_panel_width = 16.5+16.5+10.5; //two knob, one jack, plus space between them right_panel_width = width_mm - hole_dist_side, height - v_margin - title_font_size*1.5; top_row = height - v_margin*2 - title_font_size; working_increment = working_height / (8+tolerance/5); // generally-useful spacing amount for vertical columns of stuff // How much to move the arrow into its pointing direction.

New Pull Request