Labels Milestones
BackThe OpenSCAD default. // (3) MAIN MODULE knob(); // Entry point of the knob. [mm] // Height of module (HP) width = 24; // [1:1:84] // margins from edges h_margin = hole_dist_side*4; v_margin = hole_dist_top*2 + thickness; col_left = thickness * 1.2; right_rib_x = width_mm - hole_dist_side, hole_dist_top); cylinder(r=hole_r, h=thickness*2); echo("Putting a hole with radius: ", hole_r , " at ", width_mm - thickness*2.5.
New Pull Request