3
1
Back

Cylinder_starting_rotation = -33.3; // these are for steps only row_5 = working_increment*4 + row_1; row_4 = working_increment*3 + row_1; working_increment = working_height / (8+tolerance/5); // generally-useful spacing amount for vertical columns of stuff working_height = height - v_margin*2 - title_font_size; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff col_left = h_margin; col_right = width_mm - col_right + tolerance*4; // column from.

New Pull Request