Revert "pacman-ghost: remove sacrificial support layer"
authorClinton Ebadi <clinton@unknownlamer.org>
Tue, 22 Oct 2019 03:43:54 +0000 (23:43 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Tue, 22 Oct 2019 03:43:54 +0000 (23:43 -0400)
The sacrificial support layer actually does make printing easier than
using support, at least in cura 3.x

This reverts commit 61ee1453309b2754c38759ac6bb2e629d3870c2f.

pacman-ghost/pacman-ghost.scad

index 35c8d03..8ad72e0 100644 (file)
@@ -4,7 +4,7 @@
 //
 // Created by Joao Alves (jpralves@gmail.com)
 // Tea Light added by Clinton Ebadi <clinton@unknownlamer.org>
 //
 // Created by Joao Alves (jpralves@gmail.com)
 // Tea Light added by Clinton Ebadi <clinton@unknownlamer.org>
-// Pac Guy model by Fry Hyde (https://www.thingiverse.com/thing:612888)
+// Pac Guy model by Fry Hyde
 // ------------------------------------------
 //
 // Parameters:
 // ------------------------------------------
 //
 // Parameters:
@@ -81,6 +81,9 @@ module tea_light_base () {
               cylinder (d = base_diameter + 1, h = base_height + 1);
               led_hole (led_d = bulb_diameter, led_h = base_height+8);
          }
               cylinder (d = base_diameter + 1, h = base_height + 1);
               led_hole (led_d = bulb_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);
      }
 
 }
      }
 
 }