Skip to content

Commit c88f512

Browse files
Merge pull request #7 from Oliver-Johnson/claude/stack-toggle-label
Stop the stack toggle claiming pieces have to be identical
2 parents 4dbf301 + 0266aed commit c88f512

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ <h3>Print plan <span class="tail" id="planTail"></span></h3>
830830
<div style="padding:10px 14px;display:grid;gap:10px">
831831
<div class="row3">
832832
<label class="f"><b>Part spacing (mm)</b><input id="plateGap" type="number" step="0.5" value="4"></label>
833-
<label class="f" style="align-self:end"><label class="tog"><input id="stackToggle" type="checkbox"> Stack identical pieces</label></label>
833+
<label class="f" style="align-self:end"><label class="tog"><input id="stackToggle" type="checkbox"> Stack pieces that fit on top</label></label>
834834
<label class="f"><b>Stack gap (mm)</b><input id="stackGap" type="number" step="0.02" value="0.24"></label>
835835
</div>
836836
<div class="hint" id="stackHint" style="display:none">Experimental: any piece that fits fully inside the footprint of the one below prints stacked on top, separated by the gap layer — snap apart afterwards. Needs well-tuned bridging (the layer above spans open sockets); test with two first. Respects your printer's Z height.</div>

src/template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ <h3>Print plan <span class="tail" id="planTail"></span></h3>
243243
<div style="padding:10px 14px;display:grid;gap:10px">
244244
<div class="row3">
245245
<label class="f"><b>Part spacing (mm)</b><input id="plateGap" type="number" step="0.5" value="4"></label>
246-
<label class="f" style="align-self:end"><label class="tog"><input id="stackToggle" type="checkbox"> Stack identical pieces</label></label>
246+
<label class="f" style="align-self:end"><label class="tog"><input id="stackToggle" type="checkbox"> Stack pieces that fit on top</label></label>
247247
<label class="f"><b>Stack gap (mm)</b><input id="stackGap" type="number" step="0.02" value="0.24"></label>
248248
</div>
249249
<div class="hint" id="stackHint" style="display:none">Experimental: any piece that fits fully inside the footprint of the one below prints stacked on top, separated by the gap layer — snap apart afterwards. Needs well-tuned bridging (the layer above spans open sockets); test with two first. Respects your printer's Z height.</div>

0 commit comments

Comments
 (0)