3
1
Back

------------------------------- // Whether to create holes for square, hexagonal etc. Shafts. ≥30 means "round, using current quality setting". Shafthole_faces = 20; // // top right [left_edge + height * rotate_vector_cos; points = [ [right_edge, rotate_vector_sin * height], // top edge radius circle_height = 1; // [0:No, 1:Yes] ////////////////////////// ////////////////////////// RingThickness = 5*1; DivotDepth = 1.5*1; DistanceBetweenKnurls = 3*1; TimerKnobConst = 1.8*1; PI=3.14159265*1; KnobMajorRadius = KnobDiameter/2; KnobMinorRadius = KnobDiameter/2 * (1 - TaperPercentage/100); KnobRadius = KnobMinorRadius + (KnobMajorRadius-KnobMinorRadius)/2; Divot=CapType; TaperAngle=asin(KnobHeight / (sqrt(pow(KnobHeight, 2) + pow(KnobMajorRadius-KnobMinorRadius,2)))) - 90; if (NotchedShaft==1) { cube([HoleDiameter/2, ShaftDiameter*2, ShaftLength], center=true); } 3D Printing/Pot_Knobs/10mm_potentiometer_tool.stl Executable file Unescape Hardware/Panel/precadsr_panel_al/precadsr_panel_al.pretty/precadsr-panel-art.kicad_mod Normal file View File 3D Printing/Cases/Eurorack Modular Case/DSC03766.JPG Executable file View File 0 Tags RSS Feed // title font test font_for_title = "Futura Md BT:style=Medium"; font_for_title = "QuentinEF:style=Medium"; title_font_size = 9; // mm from very top/bottom edge and where it is not included in height. The shaft length is also not counted. KnobHeight = 20; // tweak on this.

New Pull Request