Fix Figure Big
fix faulty loadin of the names
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
include <BOSL2/std.scad>
|
include <BOSL2/std.scad>
|
||||||
|
|
||||||
boxHelper(45, 43.5, 53, "Reaper", "Zyklop", "Megaslime");
|
boxHelper(45, 43.5, 53, "Sensenmann", "Steintroll", "König Schleim");
|
||||||
translate([ 88.5, 43.5, 0 ]) zrot(180, cp=[0, 0, 0]) boxHelper(45, 43.5, 53, "Drache", "Medusa", "Träumer");
|
translate([ 88.5, 43.5, 0 ]) zrot(180, cp=[0, 0, 0]) boxHelper(45, 43.5, 53, "Drache", "Gorgone", "Träumer");
|
||||||
|
|
||||||
module boxHelper(x, y, z, frontName, middleName, backName) {
|
module boxHelper(x, y, z, frontName, middleName, backName) {
|
||||||
difference() {
|
difference() {
|
||||||
@@ -9,7 +9,7 @@ module boxHelper(x, y, z, frontName, middleName, backName) {
|
|||||||
translate([ 1.5, 1.5, 1.5 ]) cube([ x - 3, y - 3, z - 1 ], false);
|
translate([ 1.5, 1.5, 1.5 ]) cube([ x - 3, y - 3, z - 1 ], false);
|
||||||
|
|
||||||
// windows
|
// windows
|
||||||
window(x / 2, y, z, "Schleim", "Reaper");
|
window(x / 2, y, z, frontName, backName);
|
||||||
|
|
||||||
// floor
|
// floor
|
||||||
xInner = x - 10;
|
xInner = x - 10;
|
||||||
|
|||||||
Reference in New Issue
Block a user