← test

West Gable Wall

v1 AI approved Generated with ElixiFree

SIP-120 gable end wall, span 5716mm, eave height 2770mm, ridge height 4432mm, thickness 142mm; sole plate on foundation; butts to eave walls via structural splines; ridge pocket 90×300mm ridge height 4432.1mm (duo-pitch gable end wall — this component MUST call .gable(ridge_height=4432.1) with this exact value; do NOT build a plain rectangular wall).

Dependencies

foundation.bearing_surface south_wall.eave_bearing north_wall.eave_bearing

Interfaces Provided

ridge_pocket ()
◉
Agent initialized (status: waiting_for_dependencies, action: check_dependencies)
◉
Provider: claude_code | Profile: balanced
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Provider updated to anthropic / balanced
◉
Provider updated to anthropic / balanced
◉
Provider updated to anthropic / balanced
◉
Provider updated to anthropic / balanced
◉
Agent initialized (status: waiting_for_dependencies, action: check_dependencies)
◉
Provider: anthropic | Profile: balanced
◉
Provider updated to anthropic / balanced
◉
Provider updated to anthropic / balanced
◉
Provider updated to anthropic / balanced
◉
Provider updated to anthropic / balanced
◉
Agent initialized (status: waiting_for_dependencies, action: check_dependencies)
◉
Provider: anthropic | Profile: balanced
◉
Provider updated to anthropic / balanced
◉
Provider updated to anthropic / balanced
◉
Provider updated to anthropic / balanced
◉
Provider updated to anthropic / balanced
◉
Provider updated to anthropic / balanced
◉
Provider updated to anthropic / balanced
◉
Provider updated to anthropic / balanced
◉
Provider updated to anthropic / balanced
◉
Provider updated to anthropic / balanced
◉
Agent initialized (status: waiting_for_dependencies, action: check_dependencies)
◉
Provider: anthropic | Profile: balanced
◉
Provider updated to anthropic / balanced
◉
Provider updated to anthropic / balanced
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Agent initialized (status: waiting_for_dependencies, action: check_dependencies)
◉
Provider: claude_code | Profile: balanced
◉
Provider updated to claude_code / balanced
◇
Received interface foundation.bearing_surface: %{name: "bearing_surface", type: nil, value: %{}, agent_id: "foundation"}
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◇
Received interface south_wall.eave_bearing: %{name: "eave_bearing", type: nil, value: %{}, agent_id: "south_wall"}
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Agent initialized (status: waiting_for_dependencies, action: check_dependencies)
◉
Provider: claude_code | Profile: balanced
◇
Seeded interface foundation.bearing_surface from DB (provider already approved)
◇
Seeded interface south_wall.eave_bearing from DB (provider already approved)
◉
Provider updated to claude_code / balanced
◇
Received interface north_wall.eave_bearing: %{name: "eave_bearing", type: nil, value: %{}, agent_id: "north_wall"}
◉
All dependencies resolved, starting generation
◉
Refreshed placement from design spec (bbox %{"x" => 5716.0, "y" => 142.0, "z" => 4432.050807568878})
◉
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
●
Received response ( tokens)
◉
Applied 2 deterministic .opening() call(s) from the design spec
◉
Normalized Wall builder dimensions/orientation to local-frame contract
◆
west_wall_v1.py · 29 lines
from elixifree.domains.sip import Wall

# === ANCHOR POINTS ===
ANCHOR_TOP_FACE = (2858.0, 71.0, 4432.050807568878)
ANCHOR_BOTTOM_FACE = (2858.0, 71.0, 0.0)
ANCHOR_FRONT_FACE = (2858.0, 0.0, 2216.025403784439)
ANCHOR_BACK_FACE = (2858.0, 142.0, 2216.025403784439)
ANCHOR_LEFT_FACE = (0.0, 71.0, 2216.025403784439)
ANCHOR_RIGHT_FACE = (5716.0, 71.0, 2216.025403784439)
# === END ANCHOR POINTS ===

# === PARAMETERS ===
SPAN = 5716.0          # mm — span along X
THICKNESS = 142.0      # mm — thickness along Y (SIP-120 total thickness)
EAVE_HEIGHT = 2770.0   # mm — rectangular body height where gable triangle begins
RIDGE_HEIGHT = 4432.1  # mm — peak of gable triangle (exact value from goal)
STOCK = "SIP-120"      # SIP stock identifier
# === END PARAMETERS ===

# SIP-120 gable end wall for duo-pitch roof: rectangular body at eave_height,
# gable triangle peak at ridge_height. Sole plate at foundation; ridge pocket at apex.

result = (Wall(span=5716.0, height=2770.4, stock="SIP-120")
    .gable(ridge_height=4432.1, apex_x=2878.0)
    .opening(x=4200.0, z=600.0, width=1800.0, height=1500.0, corner=True)
    .opening(x=0.0, z=600.0, width=1800.0, height=1500.0, corner=True)
    .build())

result.add_to_doc("Body")
◉
[ElixiFree] ✓ generated script uses elixifree imports
●
Executing in FreeCAD...
✖
FreeCAD execution failed: Traceback (most recent call last): File "/Users/briancunningham/elixicad/freecad/bin/../Mod/CadClaude/cadclaude_worker.py", line 207, in _exec_once exec(compile(script_source, "<cadclaude>", "exec"), {}) File "<cadclaude>", line 35, in <module> File "/Users/briancunningham/elixicad/freecad/Mod/CadClaude/elixifree/builder.py", line 129, in build self._validate() File "/Users/briancunningham/elixicad/freecad/Mod/CadClaude/elixifree/domains/sip.py", line 335, in _validate raise BuildError( elixifree.builder.BuildError: Opening 0 x-extent [4200.0, 6000.0] exceeds wall span 5716.0 (+142.0 corner allowance)
◉
Retrying (attempt 2/4)
●
Received corrected script, re-executing...
●
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
★
Ready for review (v1)
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code
◉
Component approved by user
◉
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 2 deterministic .opening() call(s) from the design spec
●
Executing in FreeCAD...
◉
Provider updated to claude_code / balanced
◉
Applied 2 deterministic .opening() call(s) from the design spec
●
Executing in FreeCAD...
◉
Applied 2 deterministic .opening() call(s) from the design spec
●
Executing in FreeCAD...
◉
Applied 2 deterministic .opening() call(s) from the design spec
●
Executing in FreeCAD...
◉
Applied 2 deterministic .opening() call(s) from the design spec
●
Executing in FreeCAD...
◉
Applied 2 deterministic .opening() call(s) from the design spec
●
Executing in FreeCAD...
◉
[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 2 deterministic .opening() call(s) from the design spec
◉
Normalized Wall builder dimensions/orientation to local-frame contract
v0.0.985