3
1
Back

// How much horizontal space needed for left-hand and right-hand sub-panels left_panel_width = 40; // [1:1:84] working_height = height - v_margin; working_increment = working_height / (8+tolerance/3); // generally-useful spacing amount for vertical columns of stuff working_height = height * rotate_vector_cos; points = [ [right_edge, rotate_vector_sin * height], // top.

New Pull Request