mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-08 16:36:29 +02:00
Set default part thickness to 2.
This commit is contained in:
@@ -100,7 +100,7 @@ module sk_bracket_hole_positions(type) { //! Place children at hole positions
|
||||
children();
|
||||
}
|
||||
|
||||
module sk_bracket_assembly(type, part_thickness, screw_type = M5_cap_screw, nut_type = undef) { //! Assembly with fasteners in place
|
||||
module sk_bracket_assembly(type, part_thickness = 2, screw_type = M5_cap_screw, nut_type = undef) { //! Assembly with fasteners in place
|
||||
sk_bracket(type);
|
||||
|
||||
screw_type = is_undef(screw_type) ? scs_screw(type) : screw_type;
|
||||
|
Reference in New Issue
Block a user