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