From fc45a40bd3c3b524d9edc226952482296e776831 Mon Sep 17 00:00:00 2001 From: Martin Budden Date: Wed, 31 Mar 2021 01:40:06 +0100 Subject: [PATCH] Added translated children to pulley. --- vitamins/pulley.scad | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vitamins/pulley.scad b/vitamins/pulley.scad index fe1f293..f55d9b9 100644 --- a/vitamins/pulley.scad +++ b/vitamins/pulley.scad @@ -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