Fixed the edge tabs overhang
This commit is contained in:
@@ -157,6 +157,10 @@
|
||||
<label>Tab Length (mm)</label>
|
||||
<input type="number" id="tabLength" value="10.0" min="1" step="0.5">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Edge Cut Width (mm)</label>
|
||||
<input type="number" id="tabWidth" value="4.0" min="1" step="0.5">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group" id="tabOverlapSideGroup" style="display:none;">
|
||||
<label>Tab Overlap Side</label>
|
||||
@@ -200,6 +204,11 @@
|
||||
<button class="btn-secondary" id="addTopBusbarBtn">+ Top Busbar</button>
|
||||
<button class="btn-secondary" id="addBottomBusbarBtn">+ Bottom Busbar</button>
|
||||
</div>
|
||||
<div class="panel-divider" aria-hidden="true"></div>
|
||||
<div class="order-header">Copper Sheet Calculator</div>
|
||||
<div id="orderContent">
|
||||
<p class="order-placeholder">Generate a preview first to see sheet requirements.</p>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user