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

Added translated children to pulley.

This commit is contained in:
Martin Budden
2021-03-31 01:40:06 +01:00
parent e46e6b6e5b
commit fc45a40bd3

View File

@@ -138,6 +138,10 @@ module pulley(type, colour = silver) { //! Draw a pulley
else
core();
}
if($children)
translate_z(pulley_height(type))
children();
}
module pulley_assembly(type, colour = silver) { //! Draw a pulley with its grub screws in place