Changed default speeds on PWM to 6000/24000, and clean up old cookies

This commit is contained in:
David Carley
2021-12-07 19:15:13 -08:00
parent 9a0e90576f
commit 5b1702c62a
3 changed files with 14 additions and 16 deletions

View File

@@ -11,8 +11,8 @@
"tool-enable-mode": "disabled",
"tool-direction-mode": "disabled",
"tool-type": "PWM Spindle",
"min-spin": 0,
"max-spin": 255
"min-spin": 6000,
"max-spin": 24000
},
"pwm-spindle": {
"pwm-min-duty": 1,
@@ -230,8 +230,8 @@
"tool-reversed": false,
"tool-enable-mode": "disabled",
"tool-direction-mode": "disabled",
"min-spin": 0,
"max-spin": 255
"min-spin": 6000,
"max-spin": 24000
},
"pwm-spindle": {
"pwm-min-duty": 1,