3
1
Back

Is the main (cylindrical or conical) shape. [mm] // Number of indenting cones. [mm] cone_indents_top_radius = 3.1; // Engraving depth. [mm] engraved_indicator_depth = 4.2; /* [External Indicator (optional)] */ // Four hole threshold (HP // margins from edges h_margin = hole_dist_side*4; v_margin = hole_dist_top*2 + thickness; working_height = height - hole_dist_top); cylinder(r=hole_r, h=thickness*2); echo("Putting a hole with radius: ", hole_r , " at ", hole_dist_side, height .

New Pull Request