From fc86c842d817162a0ab4671e2c28e3577dcc12b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20Schr=C3=B6ter?= Date: Thu, 7 May 2026 15:09:29 +0200 Subject: [PATCH] Fix Figure Big fix faulty loadin of the names --- HeroesKeepOut/Box-Figure-Big.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HeroesKeepOut/Box-Figure-Big.scad b/HeroesKeepOut/Box-Figure-Big.scad index ec20bb2..9ef5f9e 100644 --- a/HeroesKeepOut/Box-Figure-Big.scad +++ b/HeroesKeepOut/Box-Figure-Big.scad @@ -1,7 +1,7 @@ include -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;