X-Git-Url: http://git.hcoop.net/clinton/3d-models.git/blobdiff_plain/623e1176ee541e77d997e01189fa8cff096cd74f..28182ec50d6eda79f5452aa43faee976bee13569:/pacman-ghost/pacman-ghost.scad diff --git a/pacman-ghost/pacman-ghost.scad b/pacman-ghost/pacman-ghost.scad index 35c8d03..8ad72e0 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 (https://www.thingiverse.com/thing:612888) +// Pac Guy model by Fry Hyde // ------------------------------------------ // // 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); } + // 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); } }