Small Worlds - Races
This commit is contained in:
17
SmallWorld/Race-Box-Ghoule.scad
Normal file
17
SmallWorld/Race-Box-Ghoule.scad
Normal file
@@ -0,0 +1,17 @@
|
||||
include <BOSL2/std.scad>
|
||||
use <../Color.scad>
|
||||
use <Race-Box.scad>
|
||||
|
||||
difference () {
|
||||
raceBox(8, "Ghule", 5);
|
||||
|
||||
translate([ 5.5, 12.25, 4 ]) cuboid([ 28, 28, 9 ], anchor = [ -1, -1, -1 ]);
|
||||
translate([ 38.5, 12.25, 2 ]) cuboid([ 28, 28, 11 ], anchor = [ -1, -1, -1 ]);
|
||||
translate([ 71.5, 12.25, 2 ]) cuboid([ 28, 28, 11 ], anchor = [ -1, -1, -1 ]);
|
||||
translate([ 104.5, 12.25, 4 ]) cuboid([ 28, 28, 9 ], anchor = [ -1, -1, -1 ]);
|
||||
|
||||
translate([ 19.5, 26.25, -1 ]) cylinder(h = 14, r = 10, center = false);
|
||||
translate([ 52.5, 26.25, -1 ]) cylinder(h = 14, r = 10, center = false);
|
||||
translate([ 85.5, 26.25, -1 ]) cylinder(h = 14, r = 10, center = false);
|
||||
translate([ 118.5, 26.25, -1 ]) cylinder(h = 14, r = 10, center = false);
|
||||
}
|
||||
Reference in New Issue
Block a user