← Bungalow

East gable end wall (edge 1)

v1 AI approved Generated with ElixiFree

Create East gable end wall (edge 1), 7716.0x142.0x5009.4mm. eave_height 2782.0mm. ridge height 5009.4mm (duo-pitch gable end wall — this component MUST call .gable(ridge_height=5009.4) with this exact value; do NOT build a plain rectangular wall). Bears on foundation; spline joints to south & north eave walls at inner-face butt; gable apex butts under ridge board. Connects to main__foundation, main__s0_wall_e0, main__s0_wall_e2, main__ridge_beam.

Interfaces Provided

body (component)
◉
Agent initialized (status: waiting_for_dependencies, action: check_dependencies, delay: 7000ms)
◉
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" => 7716.0, "y" => 142.0, "z" => 5009.401076758502})
◉
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 2 deterministic .opening() call(s) from the design spec
◉
Normalized Wall builder dimensions/orientation to local-frame contract
◆
main__s0_wall_e1_v1.py · 28 lines
from elixifree.domains.sip import Wall

# === ANCHOR POINTS ===
ANCHOR_TOP_FACE = (3858.0, 71.0, 5009.401076758502)
ANCHOR_BOTTOM_FACE = (3858.0, 71.0, 0.0)
ANCHOR_FRONT_FACE = (3858.0, 0.0, 2504.700538379251)
ANCHOR_BACK_FACE = (3858.0, 142.0, 2504.700538379251)
ANCHOR_LEFT_FACE = (0.0, 71.0, 2504.700538379251)
ANCHOR_RIGHT_FACE = (7716.0, 71.0, 2504.700538379251)
# === END ANCHOR POINTS ===

# === PARAMETERS ===
SPAN = 7716.0                          # mm — east/west span (X direction)
THICKNESS = 142.0                     # mm — north/south thickness (Y direction)
EAVE_HEIGHT = 2782.0                  # mm — height at eave (rectangular base)
RIDGE_HEIGHT = 5009.401076758502      # mm — height at gable apex
STOCK = "SIP-120"                     # SIP-120 panel: 142mm total thickness
# === END PARAMETERS ===

# East gable end wall: rectangular SIP body to eave height, inverted-V triangle above.
# Ridge height and eave height computed by RoofGeometry and injected directly into this script.
result = (Wall(span=7716.0, height=2782.0, stock="SIP-120")
    .gable(ridge_height=5009.4, apex_x=3858.0)
    .opening(x=5550.0, z=900.0, width=1200.0, height=1200.0)
    .opening(x=1750.0, z=900.0, width=1200.0, height=1200.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)
◉
Applied 2 deterministic .opening() call(s) from the design spec
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Applied 2 deterministic .opening() call(s) from the design spec
v0.0.985