1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-09-01 03:21:53 +02:00

Set ngb for most library assemblies.

This commit is contained in:
Chris Palmer
2021-02-03 06:21:44 +00:00
parent 36521cf0b9
commit 9da8a3cb26
14 changed files with 15 additions and 15 deletions

View File

@@ -129,7 +129,7 @@ module hinge_both(type) { //! Both parts together for printing
}
module hinge_assembly(type, angle = 0)
assembly(str("hinge_", type[0])) { //! Assembled hinge
assembly(str("hinge_", type[0]), ngb = true) { //! Assembled hinge
kr = hinge_knuckle_dia(type) / 2;
hr = hinge_pin_dia(type) / 2;
w = hinge_width(type);