mirror of
https://github.com/CNCKitchen/stlTexturizer.git
synced 2026-04-07 22:11:32 +00:00
feat: add STL file upload button and implement flat-bottom clamp logic in export
This commit is contained in:
@@ -55,6 +55,14 @@
|
||||
<!-- ─── Settings Panel ───────────────────────────────────────── -->
|
||||
<aside id="settings-panel">
|
||||
|
||||
<!-- Load STL -->
|
||||
<section class="panel-section">
|
||||
<label class="upload-btn" for="stl-file-input" style="width:100%;box-sizing:border-box;justify-content:center;">
|
||||
<svg width="14" height="14" viewBox="0 0 24 24" fill="none"><path d="M12 2L2 7l10 5 10-5-10-5Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M2 17l10 5 10-5M2 12l10 5 10-5" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/></svg>
|
||||
Load STL…
|
||||
</label>
|
||||
</section>
|
||||
|
||||
<!-- Displacement Map -->
|
||||
<section class="panel-section">
|
||||
<h2>Displacement Map</h2>
|
||||
|
||||
Reference in New Issue
Block a user