Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $vpr=[80,0,30*12];
- $vpt=[0,0,-5];
- // colours
- BLK = [.3,.3,.3];
- BLU = [ 0,.3, 1];
- GRN = [.2,.8,.2];
- RED = [ 1, 0,.3];
- ORA = [ 1,.5, 0];
- YEL = [ 1,.8, 0];
- WHT = [ 1, 1, 1];
- CYA = [ 0, 1, 1];
- translate([ 0,-15,-3]) eevee();
- translate([-14, 8, 0]) rotate(-120) lucario();
- translate([ 12, 7,-3]) rotate( 120) vaporeon();
- color(GRN) translate([0,0,-13]) cylinder(r=25, h=3, center=true, $fn=100);
- module eevee() {
- // eevee.txt, width=11, depth=16, height=17, 547 unit cubes, 86 cuboids,
- translate([-5.0,-7.5,-8.0]) {
- color(ORA) translate([ 4.0, 9.5, 0.0]) cube([ 1, 2, 1], center=true);
- color(ORA) translate([ 6.0, 9.5, 0.0]) cube([ 1, 2, 1], center=true);
- color(ORA) translate([ 4.0, 5.5, 1.0]) cube([ 1, 2, 3], center=true);
- color(ORA) translate([ 6.0, 5.5, 1.0]) cube([ 1, 2, 3], center=true);
- color(WHT) translate([ 5.0,11.0, 1.0]) cube([ 3, 1, 1], center=true);
- color(ORA) translate([ 3.5, 9.5, 1.5]) cube([ 2, 2, 2], center=true);
- color(ORA) translate([ 6.5, 9.5, 1.5]) cube([ 2, 2, 2], center=true);
- color(WHT) translate([ 5.0,11.5, 2.0]) cube([ 5, 2, 1], center=true);
- color(ORA) translate([ 3.0, 5.5, 3.0]) cube([ 1, 2, 5], center=true);
- color(ORA) translate([ 7.0, 5.5, 3.0]) cube([ 1, 2, 5], center=true);
- color(ORA) translate([ 5.0, 8.5, 3.0]) cube([ 3, 2, 1], center=true);
- color(ORA) translate([ 3.0, 9.0, 3.0]) cube([ 1, 1, 1], center=true);
- color(ORA) translate([ 7.0, 9.0, 3.0]) cube([ 1, 1, 1], center=true);
- color(ORA) translate([ 5.0, 3.5, 4.0]) cube([ 1, 2, 1], center=true);
- color(ORA) translate([ 5.0, 8.0, 4.0]) cube([ 5, 1, 1], center=true);
- color(WHT) translate([ 5.0, 9.0, 4.0]) cube([ 7, 1, 1], center=true);
- color(WHT) translate([ 1.0,10.5, 4.0]) cube([ 1, 2, 1], center=true);
- color(WHT) translate([ 9.0,10.5, 4.0]) cube([ 1, 2, 1], center=true);
- color(WHT) translate([ 5.0,11.0, 4.0]) cube([ 7, 3, 3], center=true);
- color(WHT) translate([ 5.0,13.0, 4.0]) cube([ 3, 1, 3], center=true);
- color(ORA) translate([ 5.0, 6.0, 4.5]) cube([ 3, 3, 4], center=true);
- color(ORA) translate([ 5.0, 2.0, 5.0]) cube([ 1, 1, 1], center=true);
- color(ORA) translate([ 3.0, 7.0, 5.0]) cube([ 1, 1, 3], center=true);
- color(ORA) translate([ 7.0, 7.0, 5.0]) cube([ 1, 1, 3], center=true);
- color(WHT) translate([ 1.0, 9.5, 5.0]) cube([ 1, 2, 1], center=true);
- color(WHT) translate([ 9.0, 9.5, 5.0]) cube([ 1, 2, 1], center=true);
- color(WHT) translate([ 3.0,13.0, 5.0]) cube([ 1, 1, 1], center=true);
- color(WHT) translate([ 7.0,13.0, 5.0]) cube([ 1, 1, 1], center=true);
- color(ORA) translate([ 5.0,14.0, 5.0]) cube([ 3, 1, 1], center=true);
- color(WHT) translate([ 2.0, 8.5, 5.5]) cube([ 1, 2, 2], center=true);
- color(WHT) translate([ 8.0, 8.5, 5.5]) cube([ 1, 2, 2], center=true);
- color(ORA) translate([ 5.0, 1.0, 6.0]) cube([ 1, 1, 1], center=true);
- color(ORA) translate([ 3.0, 6.0, 6.0]) cube([ 1, 1, 1], center=true);
- color(ORA) translate([ 7.0, 6.0, 6.0]) cube([ 1, 1, 1], center=true);
- color(WHT) translate([ 5.0, 8.5, 6.0]) cube([ 5, 2, 3], center=true);
- color(WHT) translate([ 5.0,10.0, 6.0]) cube([ 7, 1, 1], center=true);
- color(ORA) translate([ 5.0,11.5, 6.0]) cube([ 5, 2, 1], center=true);
- color(ORA) translate([ 5.0, 2.0, 6.5]) cube([ 3, 1, 2], center=true);
- color(ORA) translate([ 5.0, 3.5, 6.5]) cube([ 3, 2, 4], center=true);
- color(ORA) translate([ 3.0,13.5, 6.5]) cube([ 1, 2, 2], center=true);
- color(ORA) translate([ 7.0,13.5, 6.5]) cube([ 1, 2, 2], center=true);
- color(ORA) translate([ 5.0,15.0, 6.5]) cube([ 3, 1, 2], center=true);
- color(ORA) translate([ 5.0, 5.0, 7.0]) cube([ 3, 1, 1], center=true);
- color(WHT) translate([ 5.0, 7.0, 7.0]) cube([ 5, 1, 1], center=true);
- color(ORA) translate([ 2.0,12.5, 7.0]) cube([ 1, 2, 1], center=true);
- color(ORA) translate([ 8.0,12.5, 7.0]) cube([ 1, 2, 1], center=true);
- color(WHT) translate([ 5.0, 1.0, 7.5]) cube([ 3, 1, 2], center=true);
- color(ORA) translate([ 5.0, 5.0, 8.0]) cube([ 1, 1, 1], center=true);
- color(WHT) translate([ 5.0, 8.0, 8.0]) cube([ 3, 1, 1], center=true);
- color(ORA) translate([ 3.0, 9.0, 8.0]) cube([ 1, 1, 1], center=true);
- color(ORA) translate([ 7.0, 9.0, 8.0]) cube([ 1, 1, 1], center=true);
- color(BLK) translate([ 5.0,15.0, 8.0]) cube([ 1, 1, 1], center=true);
- color(WHT) translate([ 5.0, 0.0, 8.5]) cube([ 1, 1, 2], center=true);
- color(WHT) translate([ 5.0, 2.0, 8.5]) cube([ 3, 1, 2], center=true);
- color(BLK) translate([ 3.0,13.0, 8.5]) cube([ 1, 1, 2], center=true);
- color(BLK) translate([ 7.0,13.0, 8.5]) cube([ 1, 1, 2], center=true);
- color(ORA) translate([ 5.0,13.5, 8.5]) cube([ 3, 2, 6], center=true);
- color(WHT) translate([ 5.0, 1.0, 9.0]) cube([ 1, 1, 1], center=true);
- color(ORA) translate([ 5.0, 3.0, 9.0]) cube([ 3, 1, 1], center=true);
- color(ORA) translate([ 5.0, 4.0, 9.0]) cube([ 1, 1, 1], center=true);
- color(ORA) translate([ 5.0, 9.0, 9.0]) cube([ 3, 1, 3], center=true);
- color(ORA) translate([ 5.0,11.0, 9.0]) cube([ 5, 3, 5], center=true);
- color(ORA) translate([ 2.0,11.5, 9.0]) cube([ 1, 2, 3], center=true);
- color(ORA) translate([ 8.0,11.5, 9.0]) cube([ 1, 2, 3], center=true);
- color(WHT) translate([ 5.0, 2.0,10.0]) cube([ 1, 3, 1], center=true);
- color(ORA) translate([ 2.0,10.0,10.0]) cube([ 1, 1, 1], center=true);
- color(ORA) translate([ 8.0,10.0,10.0]) cube([ 1, 1, 1], center=true);
- color(WHT) translate([ 3.0,13.0,10.0]) cube([ 1, 1, 1], center=true);
- color(WHT) translate([ 7.0,13.0,10.0]) cube([ 1, 1, 1], center=true);
- color(ORA) translate([ 2.0,11.0,11.0]) cube([ 1, 1, 1], center=true);
- color(ORA) translate([ 8.0,11.0,11.0]) cube([ 1, 1, 1], center=true);
- color(ORA) translate([ 2.0, 9.0,11.5]) cube([ 1, 1, 2], center=true);
- color(ORA) translate([ 8.0, 9.0,11.5]) cube([ 1, 1, 2], center=true);
- color(ORA) translate([ 1.0, 9.0,12.0]) cube([ 1, 1, 1], center=true);
- color(ORA) translate([ 9.0, 9.0,12.0]) cube([ 1, 1, 1], center=true);
- color(ORA) translate([ 1.5,10.0,12.0]) cube([ 2, 1, 3], center=true);
- color(ORA) translate([ 8.5,10.0,12.0]) cube([ 2, 1, 3], center=true);
- color(ORA) translate([ 5.0,12.0,12.0]) cube([ 3, 3, 1], center=true);
- color(ORA) translate([ 1.0, 8.5,13.5]) cube([ 1, 2, 2], center=true);
- color(ORA) translate([ 9.0, 8.5,13.5]) cube([ 1, 2, 2], center=true);
- color(ORA) translate([ 0.0, 9.0,13.5]) cube([ 1, 1, 2], center=true);
- color(ORA) translate([10.0, 9.0,13.5]) cube([ 1, 1, 2], center=true);
- color(ORA) translate([ 0.0, 8.0,15.0]) cube([ 1, 1, 3], center=true);
- color(ORA) translate([ 1.0, 8.0,15.0]) cube([ 1, 1, 1], center=true);
- color(ORA) translate([ 9.0, 8.0,15.0]) cube([ 1, 1, 1], center=true);
- color(ORA) translate([10.0, 8.0,15.0]) cube([ 1, 1, 3], center=true);
- }
- }
- module lucario() {
- // lucario.txt, width=14, depth=17, height=23, 540 unit cubes, 120 cuboids
- translate([-6.5,-8.0,-11.0]) {
- color(RED) translate([ 4.0,10.0, 0.0]) cube([ 1, 1, 1], center=true);
- color(RED) translate([ 9.0,10.0, 0.0]) cube([ 1, 1, 1], center=true);
- color(BLK) translate([ 3.0,10.5, 0.0]) cube([ 1, 2, 1], center=true);
- color(BLK) translate([10.0,10.5, 0.0]) cube([ 1, 2, 1], center=true);
- color(BLK) translate([ 4.0,11.0, 0.0]) cube([ 1, 1, 1], center=true);
- color(BLK) translate([ 9.0,11.0, 0.0]) cube([ 1, 1, 1], center=true);
- color(BLK) translate([ 3.5,10.0, 1.5]) cube([ 2, 1, 2], center=true);
- color(BLK) translate([ 9.5,10.0, 1.5]) cube([ 2, 1, 2], center=true);
- color(BLK) translate([ 3.5,11.0, 2.0]) cube([ 2, 1, 1], center=true);
- color(BLK) translate([ 9.5,11.0, 2.0]) cube([ 2, 1, 1], center=true);
- color(BLU) translate([ 2.0,10.5, 3.5]) cube([ 1, 2, 2], center=true);
- color(BLU) translate([ 3.5,10.5, 3.5]) cube([ 2, 4, 2], center=true);
- color(BLU) translate([ 5.0,10.5, 3.5]) cube([ 1, 2, 2], center=true);
- color(BLU) translate([ 8.0,10.5, 3.5]) cube([ 1, 2, 2], center=true);
- color(BLU) translate([ 9.5,10.5, 3.5]) cube([ 2, 4, 2], center=true);
- color(BLU) translate([11.0,10.5, 3.5]) cube([ 1, 2, 2], center=true);
- color(BLU) translate([ 6.5, 9.0, 4.0]) cube([ 2, 3, 1], center=true);
- color(BLU) translate([ 6.5, 1.0, 5.0]) cube([ 2, 3, 1], center=true);
- color(BLU) translate([ 6.5, 7.0, 5.0]) cube([ 2, 3, 1], center=true);
- color(BLU) translate([ 3.0, 9.0, 5.0]) cube([ 1, 1, 1], center=true);
- color(BLU) translate([10.0, 9.0, 5.0]) cube([ 1, 1, 1], center=true);
- color(BLU) translate([ 4.5,12.0, 5.0]) cube([ 2, 1, 1], center=true);
- color(BLU) translate([ 8.5,12.0, 5.0]) cube([ 2, 1, 1], center=true);
- color(BLU) translate([ 6.5,10.0, 5.5]) cube([ 6, 3, 2], center=true);
- color(BLU) translate([ 3.0,10.5, 5.5]) cube([ 1, 2, 2], center=true);
- color(BLU) translate([10.0,10.5, 5.5]) cube([ 1, 2, 2], center=true);
- color(BLU) translate([ 6.5, 4.5, 6.0]) cube([ 2, 8, 1], center=true);
- color(BLU) translate([ 6.5,12.0, 6.0]) cube([ 6, 1, 1], center=true);
- color(BLU) translate([ 6.5, 3.5, 7.0]) cube([ 2, 4, 1], center=true);
- color(BLK) translate([ 1.5,10.5, 7.0]) cube([ 2, 2, 1], center=true);
- color(BLK) translate([ 4.0,10.5, 7.0]) cube([ 1, 2, 1], center=true);
- color(BLK) translate([ 6.5,10.5, 7.0]) cube([ 4, 4, 1], center=true);
- color(BLK) translate([ 9.0,10.5, 7.0]) cube([ 1, 2, 1], center=true);
- color(BLK) translate([11.5,10.5, 7.0]) cube([ 2, 2, 1], center=true);
- color(WHT) translate([ 0.5,10.0, 8.0]) cube([ 2, 1, 1], center=true);
- color(WHT) translate([12.5,10.0, 8.0]) cube([ 2, 1, 1], center=true);
- color(BLK) translate([ 2.0,10.5, 8.0]) cube([ 1, 2, 1], center=true);
- color(BLK) translate([11.0,10.5, 8.0]) cube([ 1, 2, 1], center=true);
- color(BLU) translate([ 1.0,11.0, 8.5]) cube([ 1, 1, 2], center=true);
- color(BLU) translate([12.0,11.0, 8.5]) cube([ 1, 1, 2], center=true);
- color(BLU) translate([ 1.0,10.0, 9.0]) cube([ 1, 1, 1], center=true);
- color(BLU) translate([12.0,10.0, 9.0]) cube([ 1, 1, 1], center=true);
- color(YEL) translate([ 5.0,10.5, 9.0]) cube([ 1, 2, 3], center=true);
- color(YEL) translate([ 6.5,10.5, 9.0]) cube([ 2, 4, 3], center=true);
- color(YEL) translate([ 8.0,10.5, 9.0]) cube([ 1, 2, 3], center=true);
- color(BLU) translate([ 2.5,10.5, 9.5]) cube([ 2, 2, 2], center=true);
- color(BLU) translate([10.5,10.5, 9.5]) cube([ 2, 2, 2], center=true);
- color(WHT) translate([ 6.5,13.0, 9.5]) cube([ 2, 1, 2], center=true);
- color(YEL) translate([ 5.0, 9.0,10.0]) cube([ 1, 1, 1], center=true);
- color(YEL) translate([ 8.0, 9.0,10.0]) cube([ 1, 1, 1], center=true);
- color(YEL) translate([ 5.0,12.0,10.0]) cube([ 1, 1, 1], center=true);
- color(YEL) translate([ 8.0,12.0,10.0]) cube([ 1, 1, 1], center=true);
- color(BLK) translate([ 4.0,10.5,10.5]) cube([ 1, 4, 2], center=true);
- color(BLK) translate([ 9.0,10.5,10.5]) cube([ 1, 4, 2], center=true);
- color(YEL) translate([ 6.5, 9.0,11.0]) cube([ 4, 1, 1], center=true);
- color(BLU) translate([ 3.0,10.5,11.0]) cube([ 1, 2, 1], center=true);
- color(BLU) translate([ 6.5,10.5,11.0]) cube([ 4, 2, 1], center=true);
- color(BLU) translate([10.0,10.5,11.0]) cube([ 1, 2, 1], center=true);
- color(YEL) translate([ 6.5,12.0,11.0]) cube([ 4, 1, 1], center=true);
- color(BLK) translate([ 4.5, 6.5,11.5]) cube([ 2, 2, 2], center=true);
- color(BLK) translate([ 8.5, 6.5,11.5]) cube([ 2, 2, 2], center=true);
- color(BLK) translate([ 2.5, 8.5,11.5]) cube([ 2, 2, 2], center=true);
- color(BLK) translate([10.5, 8.5,11.5]) cube([ 2, 2, 2], center=true);
- color(BLK) translate([ 4.0,10.5,12.0]) cube([ 1, 2, 1], center=true);
- color(BLU) translate([ 6.5,10.5,12.0]) cube([ 2, 2, 1], center=true);
- color(BLK) translate([ 9.0,10.5,12.0]) cube([ 1, 2, 1], center=true);
- color(BLK) translate([ 3.0, 8.0,13.0]) cube([ 1, 1, 1], center=true);
- color(BLK) translate([10.0, 8.0,13.0]) cube([ 1, 1, 1], center=true);
- color(BLK) translate([ 3.5, 9.0,13.0]) cube([ 4, 1, 1], center=true);
- color(BLK) translate([ 9.5, 9.0,13.0]) cube([ 4, 1, 1], center=true);
- color(BLU) translate([ 5.0,11.5,13.0]) cube([ 1, 2, 1], center=true);
- color(BLU) translate([ 8.0,11.5,13.0]) cube([ 1, 2, 1], center=true);
- color(BLK) translate([ 4.5, 7.5,13.5]) cube([ 2, 2, 2], center=true);
- color(BLK) translate([ 8.5, 7.5,13.5]) cube([ 2, 2, 2], center=true);
- color(BLU) translate([ 6.5,11.0,13.5]) cube([ 2, 5, 2], center=true);
- color(BLK) translate([ 3.0, 9.0,14.0]) cube([ 1, 1, 1], center=true);
- color(BLK) translate([10.0, 9.0,14.0]) cube([ 1, 1, 1], center=true);
- color(BLU) translate([ 5.0,11.0,14.0]) cube([ 1, 5, 1], center=true);
- color(BLU) translate([ 8.0,11.0,14.0]) cube([ 1, 5, 1], center=true);
- color(BLU) translate([ 4.0,11.5,14.0]) cube([ 1, 2, 1], center=true);
- color(BLU) translate([ 9.0,11.5,14.0]) cube([ 1, 2, 1], center=true);
- color(BLU) translate([ 6.5,14.5,14.0]) cube([ 2, 2, 1], center=true);
- color(BLK) translate([ 4.0, 9.5,14.5]) cube([ 1, 2, 2], center=true);
- color(BLK) translate([ 9.0, 9.5,14.5]) cube([ 1, 2, 2], center=true);
- color(BLK) translate([ 5.0, 8.0,15.0]) cube([ 1, 1, 1], center=true);
- color(BLK) translate([ 8.0, 8.0,15.0]) cube([ 1, 1, 1], center=true);
- color(RED) translate([ 5.0,13.0,15.0]) cube([ 1, 1, 1], center=true);
- color(RED) translate([ 8.0,13.0,15.0]) cube([ 1, 1, 1], center=true);
- color(BLK) translate([ 6.5,15.0,15.0]) cube([ 2, 3, 1], center=true);
- color(BLK) translate([ 6.5,10.0,15.5]) cube([ 4, 3, 2], center=true);
- color(BLK) translate([ 4.0,11.0,15.5]) cube([ 1, 1, 2], center=true);
- color(BLK) translate([ 9.0,11.0,15.5]) cube([ 1, 1, 2], center=true);
- color(WHT) translate([ 4.0,12.0,15.5]) cube([ 1, 1, 2], center=true);
- color(WHT) translate([ 9.0,12.0,15.5]) cube([ 1, 1, 2], center=true);
- color(BLK) translate([ 4.0,10.0,16.0]) cube([ 1, 1, 1], center=true);
- color(BLK) translate([ 9.0,10.0,16.0]) cube([ 1, 1, 1], center=true);
- color(BLU) translate([ 6.5,12.0,16.0]) cube([ 4, 1, 3], center=true);
- color(BLK) translate([ 5.0,13.0,16.0]) cube([ 1, 1, 1], center=true);
- color(BLU) translate([ 6.5,13.0,16.0]) cube([ 2, 1, 3], center=true);
- color(BLK) translate([ 8.0,13.0,16.0]) cube([ 1, 1, 1], center=true);
- color(BLK) translate([ 6.5,14.0,16.5]) cube([ 2, 1, 2], center=true);
- color(BLK) translate([ 6.5, 9.5,17.0]) cube([ 2, 2, 1], center=true);
- color(BLK) translate([ 5.0,10.0,17.0]) cube([ 1, 1, 1], center=true);
- color(BLK) translate([ 8.0,10.0,17.0]) cube([ 1, 1, 1], center=true);
- color(BLU) translate([ 6.5,11.0,17.0]) cube([ 6, 1, 1], center=true);
- color(BLU) translate([ 4.0,12.0,17.0]) cube([ 1, 1, 1], center=true);
- color(BLU) translate([ 9.0,12.0,17.0]) cube([ 1, 1, 1], center=true);
- color(BLU) translate([ 5.0,13.0,17.0]) cube([ 1, 1, 1], center=true);
- color(BLU) translate([ 8.0,13.0,17.0]) cube([ 1, 1, 1], center=true);
- color(BLU) translate([ 5.0,11.0,18.0]) cube([ 1, 3, 1], center=true);
- color(BLU) translate([ 8.0,11.0,18.0]) cube([ 1, 3, 1], center=true);
- color(BLK) translate([ 6.5,11.5,18.0]) cube([ 2, 4, 1], center=true);
- color(BLU) translate([ 5.0,10.0,19.5]) cube([ 1, 1, 2], center=true);
- color(BLU) translate([ 8.0,10.0,19.5]) cube([ 1, 1, 2], center=true);
- color(BLU) translate([ 4.0,11.0,19.5]) cube([ 1, 1, 4], center=true);
- color(BLK) translate([ 5.0,11.0,19.5]) cube([ 1, 1, 2], center=true);
- color(BLK) translate([ 8.0,11.0,19.5]) cube([ 1, 1, 2], center=true);
- color(BLU) translate([ 9.0,11.0,19.5]) cube([ 1, 1, 4], center=true);
- color(BLU) translate([ 5.0,11.0,21.5]) cube([ 1, 1, 2], center=true);
- color(BLU) translate([ 8.0,11.0,21.5]) cube([ 1, 1, 2], center=true);
- }
- }
- module vaporeon() {
- // vaporeon.txt, width=11, depth=18, height=17, 506 unit cubes, 109 cuboids
- translate([-5.0,-8.5,-8.0]) {
- color(CYA) translate([ 3.5, 6.0, 0.0]) cube([ 2, 3, 1], center=true);
- color(CYA) translate([ 6.5, 6.0, 0.0]) cube([ 2, 3, 1], center=true);
- color(CYA) translate([ 3.5,11.0, 0.0]) cube([ 2, 3, 1], center=true);
- color(CYA) translate([ 6.5,11.0, 0.0]) cube([ 2, 3, 1], center=true);
- color(CYA) translate([ 4.0, 5.5, 1.5]) cube([ 1, 2, 2], center=true);
- color(CYA) translate([ 6.0, 5.5, 1.5]) cube([ 1, 2, 2], center=true);
- color(CYA) translate([ 4.0,10.5, 1.5]) cube([ 1, 2, 2], center=true);
- color(CYA) translate([ 6.0,10.5, 1.5]) cube([ 1, 2, 2], center=true);
- color(WHT) translate([ 5.0,13.0, 2.0]) cube([ 3, 1, 1], center=true);
- color(CYA) translate([ 3.0, 5.5, 2.5]) cube([ 1, 2, 2], center=true);
- color(CYA) translate([ 7.0, 5.5, 2.5]) cube([ 1, 2, 2], center=true);
- color(CYA) translate([ 3.0,10.5, 2.5]) cube([ 1, 2, 2], center=true);
- color(CYA) translate([ 7.0,10.5, 2.5]) cube([ 1, 2, 2], center=true);
- color(CYA) translate([ 3.0, 7.0, 3.0]) cube([ 1, 1, 1], center=true);
- color(CYA) translate([ 7.0, 7.0, 3.0]) cube([ 1, 1, 1], center=true);
- color(CYA) translate([ 5.0, 8.0, 3.0]) cube([ 3, 7, 1], center=true);
- color(WHT) translate([ 5.0,12.5, 3.0]) cube([ 5, 2, 1], center=true);
- color(WHT) translate([ 5.0,14.0, 3.0]) cube([ 3, 1, 1], center=true);
- color(WHT) translate([ 2.5,12.5, 4.0]) cube([ 2, 2, 1], center=true);
- color(WHT) translate([ 7.5,12.5, 4.0]) cube([ 2, 2, 1], center=true);
- color(CYA) translate([ 3.0, 8.0, 4.5]) cube([ 1, 7, 2], center=true);
- color(CYA) translate([ 7.0, 8.0, 4.5]) cube([ 1, 7, 2], center=true);
- color(CYA) translate([ 5.0,10.0, 5.0]) cube([ 3,11, 3], center=true);
- color(WHT) translate([ 2.0,11.5, 5.5]) cube([ 1, 2, 2], center=true);
- color(WHT) translate([ 8.0,11.5, 5.5]) cube([ 1, 2, 2], center=true);
- color(CYA) translate([ 3.0,15.0, 5.5]) cube([ 1, 1, 2], center=true);
- color(CYA) translate([ 7.0,15.0, 5.5]) cube([ 1, 1, 2], center=true);
- color(CYA) translate([ 5.0,16.5, 5.5]) cube([ 3, 2, 2], center=true);
- color(CYA) translate([ 5.0, 4.0, 6.0]) cube([ 3, 1, 3], center=true);
- color(CYA) translate([ 3.0, 6.5, 6.0]) cube([ 1, 2, 1], center=true);
- color(CYA) translate([ 7.0, 6.5, 6.0]) cube([ 1, 2, 1], center=true);
- color(CYA) translate([ 3.0,11.0, 6.0]) cube([ 1, 1, 1], center=true);
- color(CYA) translate([ 7.0,11.0, 6.0]) cube([ 1, 1, 1], center=true);
- color(CYA) translate([ 3.0,16.0, 6.0]) cube([ 1, 1, 1], center=true);
- color(CYA) translate([ 7.0,16.0, 6.0]) cube([ 1, 1, 1], center=true);
- color(WHT) translate([ 3.0,10.0, 6.5]) cube([ 1, 1, 2], center=true);
- color(WHT) translate([ 7.0,10.0, 6.5]) cube([ 1, 1, 2], center=true);
- color(CYA) translate([ 3.0,13.0, 6.5]) cube([ 1, 3, 4], center=true);
- color(CYA) translate([ 7.0,13.0, 6.5]) cube([ 1, 3, 4], center=true);
- color(CYA) translate([ 4.0, 3.0, 7.0]) cube([ 1, 1, 1], center=true);
- color(CYA) translate([ 5.0, 3.0, 7.0]) cube([ 1, 1, 3], center=true);
- color(CYA) translate([ 6.0, 3.0, 7.0]) cube([ 1, 1, 1], center=true);
- color(CYA) translate([ 5.0, 5.0, 7.0]) cube([ 3, 1, 1], center=true);
- color(BLK) translate([ 5.0, 8.0, 7.0]) cube([ 1, 5, 1], center=true);
- color(WHT) translate([ 4.0,10.0, 7.0]) cube([ 1, 1, 1], center=true);
- color(WHT) translate([ 6.0,10.0, 7.0]) cube([ 1, 1, 1], center=true);
- color(WHT) translate([ 2.5,11.0, 7.0]) cube([ 2, 1, 1], center=true);
- color(WHT) translate([ 7.5,11.0, 7.0]) cube([ 2, 1, 1], center=true);
- color(CYA) translate([ 5.0,11.5, 7.0]) cube([ 3, 2, 1], center=true);
- color(CYA) translate([ 2.0,14.0, 7.0]) cube([ 1, 1, 1], center=true);
- color(CYA) translate([ 8.0,14.0, 7.0]) cube([ 1, 1, 1], center=true);
- color(BLK) translate([ 5.0,17.0, 7.0]) cube([ 1, 1, 1], center=true);
- color(BLK) translate([ 3.0,15.0, 7.5]) cube([ 1, 1, 2], center=true);
- color(BLK) translate([ 7.0,15.0, 7.5]) cube([ 1, 1, 2], center=true);
- color(BLK) translate([ 5.0, 5.0, 8.0]) cube([ 1, 3, 1], center=true);
- color(WHT) translate([ 5.0,10.5, 8.0]) cube([ 3, 2, 1], center=true);
- color(WHT) translate([ 3.0,11.0, 8.0]) cube([ 1, 1, 1], center=true);
- color(WHT) translate([ 7.0,11.0, 8.0]) cube([ 1, 1, 1], center=true);
- color(CYA) translate([ 5.0,12.0, 8.0]) cube([ 3, 1, 1], center=true);
- color(CYA) translate([ 5.0,14.5, 8.0]) cube([ 3, 4, 3], center=true);
- color(CYA) translate([ 5.0, 2.0, 8.5]) cube([ 1, 1, 2], center=true);
- color(CYA) translate([ 2.0,13.5, 8.5]) cube([ 1, 2, 2], center=true);
- color(CYA) translate([ 8.0,13.5, 8.5]) cube([ 1, 2, 2], center=true);
- color(BLK) translate([ 5.0, 3.5, 9.0]) cube([ 1, 2, 1], center=true);
- color(WHT) translate([ 1.5,11.0, 9.0]) cube([ 2, 1, 1], center=true);
- color(WHT) translate([ 5.0,11.0, 9.0]) cube([ 3, 1, 1], center=true);
- color(WHT) translate([ 8.5,11.0, 9.0]) cube([ 2, 1, 1], center=true);
- color(WHT) translate([ 2.0,12.0, 9.0]) cube([ 1, 1, 1], center=true);
- color(WHT) translate([ 8.0,12.0, 9.0]) cube([ 1, 1, 1], center=true);
- color(CYA) translate([ 3.0,13.5, 9.0]) cube([ 1, 2, 1], center=true);
- color(CYA) translate([ 7.0,13.5, 9.0]) cube([ 1, 2, 1], center=true);
- color(WHT) translate([ 3.0,15.0, 9.0]) cube([ 1, 1, 1], center=true);
- color(WHT) translate([ 7.0,15.0, 9.0]) cube([ 1, 1, 1], center=true);
- color(CYA) translate([ 5.0, 1.0, 9.5]) cube([ 3, 1, 2], center=true);
- color(BLK) translate([ 5.0,12.0, 9.5]) cube([ 5, 1, 2], center=true);
- color(CYA) translate([ 3.5, 0.0,10.0]) cube([ 2, 1, 1], center=true);
- color(CYA) translate([ 6.5, 0.0,10.0]) cube([ 2, 1, 1], center=true);
- color(WHT) translate([ 1.0,10.5,10.0]) cube([ 1, 2, 1], center=true);
- color(WHT) translate([ 9.0,10.5,10.0]) cube([ 1, 2, 1], center=true);
- color(BLK) translate([ 2.0,11.5,10.0]) cube([ 1, 2, 1], center=true);
- color(BLK) translate([ 8.0,11.5,10.0]) cube([ 1, 2, 1], center=true);
- color(CYA) translate([ 3.0,14.0,10.0]) cube([ 1, 1, 1], center=true);
- color(CYA) translate([ 5.0,14.0,10.0]) cube([ 3, 3, 1], center=true);
- color(CYA) translate([ 7.0,14.0,10.0]) cube([ 1, 1, 1], center=true);
- color(BLK) translate([ 3.0,13.0,10.5]) cube([ 1, 1, 2], center=true);
- color(BLK) translate([ 7.0,13.0,10.5]) cube([ 1, 1, 2], center=true);
- color(BLK) translate([ 5.0,16.0,10.5]) cube([ 1, 1, 2], center=true);
- color(WHT) translate([ 0.0, 9.5,11.0]) cube([ 1, 2, 1], center=true);
- color(WHT) translate([10.0, 9.5,11.0]) cube([ 1, 2, 1], center=true);
- color(BLK) translate([ 1.0,10.5,11.0]) cube([ 1, 2, 1], center=true);
- color(BLK) translate([ 9.0,10.5,11.0]) cube([ 1, 2, 1], center=true);
- color(BLK) translate([ 2.0,11.0,11.0]) cube([ 1, 1, 1], center=true);
- color(BLK) translate([ 8.0,11.0,11.0]) cube([ 1, 1, 1], center=true);
- color(BLK) translate([ 5.0,13.5,11.0]) cube([ 3, 4, 1], center=true);
- color(BLK) translate([ 0.0, 9.5,12.0]) cube([ 1, 2, 1], center=true);
- color(BLK) translate([10.0, 9.5,12.0]) cube([ 1, 2, 1], center=true);
- color(BLK) translate([ 1.0,10.0,12.0]) cube([ 1, 1, 1], center=true);
- color(BLK) translate([ 9.0,10.0,12.0]) cube([ 1, 1, 1], center=true);
- color(BLK) translate([ 5.0,13.5,12.0]) cube([ 3, 2, 1], center=true);
- color(BLK) translate([ 5.0,15.0,12.5]) cube([ 1, 1, 2], center=true);
- color(BLK) translate([ 0.0, 8.5,13.0]) cube([ 1, 2, 1], center=true);
- color(BLK) translate([10.0, 8.5,13.0]) cube([ 1, 2, 1], center=true);
- color(WHT) translate([ 5.0,12.5,13.0]) cube([ 1, 2, 1], center=true);
- color(BLK) translate([ 5.0,14.0,13.5]) cube([ 1, 1, 2], center=true);
- color(WHT) translate([ 5.0,11.5,14.0]) cube([ 1, 2, 1], center=true);
- color(BLK) translate([ 5.0,13.0,14.5]) cube([ 1, 1, 2], center=true);
- color(WHT) translate([ 5.0,11.0,15.0]) cube([ 1, 1, 1], center=true);
- color(BLK) translate([ 5.0,12.0,15.0]) cube([ 1, 1, 1], center=true);
- color(BLK) translate([ 5.0,11.0,16.0]) cube([ 1, 3, 1], center=true);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement