Fix Figure Big

fix faulty loadin of the names
This commit is contained in:
2026-05-07 15:09:29 +02:00
parent 961793c975
commit fc86c842d8

View File

@@ -1,7 +1,7 @@
include <BOSL2/std.scad>
boxHelper(45, 43.5, 53, "Reaper", "Zyklop", "Megaslime");
translate([ 88.5, 43.5, 0 ]) zrot(180, cp=[0, 0, 0]) boxHelper(45, 43.5, 53, "Drache", "Medusa", "Träumer");
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", "Gorgone", "Träumer");
module boxHelper(x, y, z, frontName, middleName, backName) {
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);
// windows
window(x / 2, y, z, "Schleim", "Reaper");
window(x / 2, y, z, frontName, backName);
// floor
xInner = x - 10;