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