3
1
Back

292501 -> 0 bytes Latest commits for file Panels/10_step_seq.scad Experimenting with more panel layout ideas working_height = height - v_margin; working_increment = working_height / (8+tolerance/3); // generally-useful spacing amount for vertical columns of stuff working_increment = working_height / 5; row_1 = v_margin+12; row_2 = working_increment*1 + row_1; row_4 = row_3 + vertical_space/7; row_4 = working_increment*3 + row_1; //special-case the top to indicate direction? Pointer1 = 0; // [0:No, 1:Yes.

New Pull Request