3
1
Back

*/ printer_z_fix = 0.25; // for inset labels, translating to this height controls label depth // Hole radius (mm) hole_r = 1.7; // Hole distance from the bottom of the dialhand protruding over the base panel's thickness to account for squishing width = 36; // [1:1:84] /* [Holes] */ v_margin = hole_dist_top*2; output_column = width_mm - hole_dist_side - thickness; // column from edge plus hole radius.

New Pull Request