8 Bit 1 Up Mushroom (Super Mario) Cookie Cutter
by AllisonEJ
3
Downloads
3
Likes
0
Makes
8 Bit 1 Up Mushroom cookie cutter/ornament.
Code:
/// bottom
cube ([30, 3, 5]);
///1 unit up both sides
translate([0,0,5])
cube ([5, 3, 5]);
translate([25,0,5])
cube ([5, 3, 5]);
///1 unit over both sides
translate([-4,0,10])
cube ([5, 3, 5]);
translate([29,0,10])
cube ([5, 3, 5]);
///2 units up both sides
translate([-8,0,15])
cube ([5, 3, 10]);
translate([33,0,15])
cube ([5, 3, 10]);
/// 1 over both sides
translate([-12,0,25])
cube ([5, 3, 5]);
translate([37,0,25])
cu
Code:
/// bottom
cube ([30, 3, 5]);
///1 unit up both sides
translate([0,0,5])
cube ([5, 3, 5]);
translate([25,0,5])
cube ([5, 3, 5]);
///1 unit over both sides
translate([-4,0,10])
cube ([5, 3, 5]);
translate([29,0,10])
cube ([5, 3, 5]);
///2 units up both sides
translate([-8,0,15])
cube ([5, 3, 10]);
translate([33,0,15])
cube ([5, 3, 10]);
/// 1 over both sides
translate([-12,0,25])
cube ([5, 3, 5]);
translate([37,0,25])
cu
Sign in to leave a comment
Sign in