1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-30 02:30:27 +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

@@ -106,7 +106,7 @@ module fixing_block(screw = def_screw) { //! Generate the STL
}
module fixing_block_assembly(screw = def_screw) pose([55, 180, 25], [0, 4.8, 4.8]) //! Printed part with the inserts inserted
assembly(str("fixing_block_M", 20 * screw_radius(screw))) {
assembly(str("fixing_block_M", 20 * screw_radius(screw)), ngb = true) {
translate_z(fixing_block_height(screw))
rotate([0, 180, 0])
stl_colour(pp1_colour) render() fixing_block(screw);