This commit is contained in:
xds
2026-03-22 14:52:10 +03:00
parent 466a27907a
commit b3e9f62db3
9 changed files with 133 additions and 52 deletions

View File

@@ -15,7 +15,7 @@
type="range"
:value="store.settings.infill_percent"
@input="store.settings.infill_percent = +$event.target.value"
min="10" max="100" step="10"
min="10" max="100" step="5"
class="w-full accent-primary-600"
/>
<div class="mt-1 flex justify-between text-[10px] text-gray-400">