mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-10 09:24:01 +02:00
Typo in screw_knob. foe corrected to for.
This commit is contained in:
@@ -34,7 +34,7 @@ knob_waves = 5;
|
|||||||
knob_height = knob_stem_h + knob_thickness;
|
knob_height = knob_stem_h + knob_thickness;
|
||||||
function knob_height() = knob_height;
|
function knob_height() = knob_height;
|
||||||
|
|
||||||
module screw_knob(screw) { //! Generate the STL foe a knob to fit the specified hex screw
|
module screw_knob(screw) { //! Generate the STL for a knob to fit the specified hex screw
|
||||||
stl(str("screw_knob_M", screw_radius(screw) * 20));
|
stl(str("screw_knob_M", screw_radius(screw) * 20));
|
||||||
|
|
||||||
knob_stem_r = nut_trap_radius(screw_nut(screw)) + knob_wall;
|
knob_stem_r = nut_trap_radius(screw_nut(screw)) + knob_wall;
|
||||||
|
Reference in New Issue
Block a user