pacman-ghost: remove sacrificial support layer
authorClinton Ebadi <clinton@unknownlamer.org>
Sun, 20 Oct 2019 21:38:27 +0000 (17:38 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Sun, 20 Oct 2019 21:38:27 +0000 (17:38 -0400)
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

index c351eba..08035d2 100644 (file)
@@ -4,7 +4,7 @@
 //
 // Created by Joao Alves (jpralves@gmail.com)
 // Tea Light added by Clinton Ebadi <clinton@unknownlamer.org>
-// 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);
      }
 
 }