← house

South wall east extension

v1 AI approved Generated with ElixiFree

SIP-120 south extension: 1858×142×2804.76mm level. 1000×2100mm front-door at 592mm span. Top plate bears mid-roof deck. Splines to e1, e3.

Dependencies

foundation.sole_plate_bearing

Interfaces Provided

top_plate_bearing (bearing) corner_spline_e1 (joint) corner_spline_e3 (joint)
◉
Agent initialized (status: waiting_for_dependencies, action: check_dependencies)
◉
Provider: claude_code | Profile: balanced
◉
Agent initialized (status: waiting_for_dependencies, action: check_dependencies)
◉
Provider: claude_code | Profile: balanced
◇
Received interface foundation.sole_plate_bearing: %{name: "sole_plate_bearing", type: "bearing", value: %{}, agent_id: "foundation"}
◉
All dependencies resolved, starting generation
◉
Refreshed placement from design spec (bbox %{"x" => 1858.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)
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
●
Received response ( tokens)
◉
Applied 1 deterministic .opening() call(s) from the design spec
◉
Applied the building graph's wall top profile: level, height=2804.8
◉
Normalized Wall builder dimensions/orientation to local-frame contract
◆
s0_wall_e2_v1.py · 35 lines
from elixifree.domains.sip import Wall

# === ANCHOR POINTS ===
ANCHOR_TOP_FACE = (929.0, 71.0, 2804.762308475243)
ANCHOR_BOTTOM_FACE = (929.0, 71.0, 0.0)
ANCHOR_FRONT_FACE = (929.0, 0.0, 1402.3811542376216)
ANCHOR_BACK_FACE = (929.0, 142.0, 1402.3811542376216)
ANCHOR_LEFT_FACE = (0.0, 71.0, 1402.3811542376216)
ANCHOR_RIGHT_FACE = (1858.0, 71.0, 1402.3811542376216)
# === END ANCHOR POINTS ===

# === PARAMETERS ===
SPAN = 1858.0           # mm — wall span (X direction)
THICKNESS = 142.0       # mm — wall thickness (Y direction), SIP-120 total thickness
HEIGHT = 2804.762308475243  # mm — wall height (Z direction)
STOCK = "SIP-120"

# Door opening
DOOR_X = 592.0          # mm — left edge of door from left wall edge
DOOR_WIDTH = 1000.0     # mm
DOOR_HEIGHT = 2100.0    # mm
DOOR_Z = 0.0            # mm — door bottom at foundation level

# Corner spline grooves (inset by half-thickness from each end)
GROOVE_E1_X = THICKNESS / 2        # Left corner groove at 71mm
GROOVE_E3_X = SPAN - THICKNESS / 2  # Right corner groove at 1787mm
# === END PARAMETERS ===

result = (Wall(span=1858.0, height=2804.8, stock="SIP-120")
    .inner_groove(x=GROOVE_E1_X)
    .inner_groove(x=GROOVE_E3_X)
    .opening(x=592.0, z=0.0, width=1000.0, height=2100.0)
    .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)
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
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
◉
Applied 1 deterministic .opening() call(s) from the design spec
◉
Provider updated to claude_code / balanced
v0.0.985