From: Clinton Ebadi Date: Sun, 20 Oct 2019 21:38:27 +0000 (-0400) Subject: pacman-ghost: remove sacrificial support layer X-Git-Url: http://git.hcoop.net/clinton/3d-models.git/commitdiff_plain/61ee1453309b2754c38759ac6bb2e629d3870c2f?hp=9080b73a047f8db9124c97676802612c5a44d0fa pacman-ghost: remove sacrificial support layer I wrote this years ago and it seemed like a good idea to use integrated support at the time, but it's more difficult to remove than just using a tiny bit of slicer generated support. --- diff --git a/pacman-ghost/pacman-ghost.scad b/pacman-ghost/pacman-ghost.scad index c351eba..08035d2 100644 --- a/pacman-ghost/pacman-ghost.scad +++ b/pacman-ghost/pacman-ghost.scad @@ -4,7 +4,7 @@ // // Created by Joao Alves (jpralves@gmail.com) // Tea Light added by Clinton Ebadi -// Pac Guy model by Fry Hyde +// Pac Guy model by Fry Hyde (https://www.thingiverse.com/thing:612888) // ------------------------------------------ // // Parameters: @@ -80,9 +80,6 @@ module tea_light_base () { cylinder (d = base_diameter + 1, h = base_height + 1); led_hole (led_d = bulb_ghost_diameter, led_h = base_height+8); } - // sacrificial support layer, subtracted since this will be - // subtracted from the ghost body - translate ([0, 0, base_height+0.7]) #cylinder (d=base_diameter+2, h=0.3); } }