3
1
Back

20 degree rotation rotate_vector_sin = 0.34; // 'y' of rotation left_edge = -rotate_vector_sin * rail_depth; right_edge = height - v_margin; working_increment = working_height / 6; // generally-useful spacing amount for vertical columns of stuff center_adjust = 2.5; rail_clearance = 8.5; // mm from very top/bottom edge and where it is safe.

New Pull Request