1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-09 08:56:29 +02:00

Set default part thickness to 2.

This commit is contained in:
Chris Palmer
2020-02-24 11:38:31 +00:00
parent 8c339a18c4
commit 42cfed8846

View File

@@ -100,7 +100,7 @@ module sk_bracket_hole_positions(type) { //! Place children at hole positions
children(); 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); sk_bracket(type);
screw_type = is_undef(screw_type) ? scs_screw(type) : screw_type; screw_type = is_undef(screw_type) ? scs_screw(type) : screw_type;