mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-10 17:33:57 +02:00
Reduced the number of waves on a screw_knob to make it more comfortable.
Added build instructions to the screw_knob assemblies.
This commit is contained in:
@@ -30,7 +30,7 @@ knob_stem_h = 6;
|
|||||||
knob_thickness = 4;
|
knob_thickness = 4;
|
||||||
knob_r = 8;
|
knob_r = 8;
|
||||||
knob_wave = 1;
|
knob_wave = 1;
|
||||||
knob_waves = 9;
|
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;
|
||||||
|
|
||||||
@@ -73,5 +73,8 @@ assembly(str("screw_knob_M", 20 * screw_radius(screw), "_", length)) {
|
|||||||
module screw_knob_M30_stl() screw_knob(M3_hex_screw);
|
module screw_knob_M30_stl() screw_knob(M3_hex_screw);
|
||||||
module screw_knob_M40_stl() screw_knob(M4_hex_screw);
|
module screw_knob_M40_stl() screw_knob(M4_hex_screw);
|
||||||
|
|
||||||
|
//! * Press the M3 x 16 hex screw into the knob
|
||||||
module screw_knob_M30_16_assembly() screw_knob_assembly(M3_hex_screw, 16);
|
module screw_knob_M30_16_assembly() screw_knob_assembly(M3_hex_screw, 16);
|
||||||
|
|
||||||
|
//! * Press the M4 x 16 hex screw into the knob
|
||||||
module screw_knob_M40_16_assembly() screw_knob_assembly(M4_hex_screw, 16);
|
module screw_knob_M40_16_assembly() screw_knob_assembly(M4_hex_screw, 16);
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 54 KiB |
Reference in New Issue
Block a user