From 61ee1453309b2754c38759ac6bb2e629d3870c2f Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Sun, 20 Oct 2019 17:38:27 -0400 Subject: [PATCH 1/1] 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. --- pacman-ghost/pacman-ghost.scad | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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); } } -- 2.20.1