init
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user