← Bungalow

South wall (edge 0, level top)

v2 AI approved Generated with ElixiFree

Create South wall (edge 0, level top), 4000.0x142x2804.8mm. Sole plate to foundation top; corner spline joint to west wall (through/butt corner rule — south wall is the eave-parallel wall and runs through outer-to-outer); top plate carries flat roof deck. Connects to extension__foundation, extension__s0_wall_e3, extension__flat_roof.

Interfaces Provided

body (component)
◉
Agent initialized (status: waiting_for_dependencies, action: check_dependencies, delay: 12000ms)
◉
Provider: claude_code | Profile: balanced
◉
Provider updated to claude_code / balanced
◉
Starting after stagger delay (action: check_dependencies)
◉
Refreshed placement from design spec (bbox %{"x" => 4000.0, "y" => 142.0, "z" => 2804.762308475243})
◉
Generating v1
◉
[ElixiFree] active — code_module=elixifree.sip
◉
[ElixiFree] downgrading to claude-haiku-4-5-20251001 (builder API active)
○
Calling Claude (local subscription) for code generation (claude-haiku-4-5-20251001)...
◉
Generation token budget: max_tokens=12288, thinking_budget=0 (retry_count=0)
●
Received response ( tokens)
◉
Applied 1 deterministic .opening() call(s) from the design spec
◉
Normalized Wall builder dimensions/orientation to local-frame contract
◆
extension__s0_wall_e0_v1.py · 22 lines
from elixifree.domains.sip import Wall

# === ANCHOR POINTS ===
ANCHOR_TOP_FACE = (2.0e3, 71.0, 2804.762308475243)
ANCHOR_BOTTOM_FACE = (2.0e3, 71.0, 0.0)
ANCHOR_FRONT_FACE = (2.0e3, 0.0, 1402.3811542376216)
ANCHOR_BACK_FACE = (2.0e3, 142.0, 1402.3811542376216)
ANCHOR_LEFT_FACE = (0.0, 71.0, 1402.3811542376216)
ANCHOR_RIGHT_FACE = (4.0e3, 71.0, 1402.3811542376216)
# === END ANCHOR POINTS ===

# === PARAMETERS ===
SPAN = 4.0e3                     # mm — wall span along X (south edge)
THICKNESS = 142.0               # mm — SIP panel total thickness along Y (SIP-120)
HEIGHT = 2804.762308475243      # mm — total wall height from foundation top to top plate
STOCK = "SIP-120"               # SIP stock: 120mm core, 142mm total with OSB faces
# === END PARAMETERS ===

# South wall: eave-parallel wall with flat top, sole plate on foundation, 
# top plate carries flat roof deck. Runs through outer-to-outer at corners.
result = Wall(span=4000.0, height=2804.8, stock="SIP-120").build()
result.add_to_doc("Body")
◉
[ElixiFree] ✓ generated script uses elixifree imports
●
Executing in FreeCAD...
◉
StepAnalyzer failed: FreeCAD could not read STEP file: FreeCAD exception thrown (File to load not existing or not readable) — skipping
●
FreeCAD execution succeeded
●
Exported: model.stl
◉
Generation succeeded and component was auto-approved (v1)
◉
All components approved — recomputing placements and rebuilding assembly
◉
Applied 1 deterministic .opening() call(s) from the design spec
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Applied 1 deterministic .opening() call(s) from the design spec
●
Executing in FreeCAD...
v0.0.985