Increase max move speed and separate XY and Z max speed (#411)

* Seperate XY and Z max speed
Increase max range of speed

* Limit the UI maximum for speed to 200, but allow a per printer override.

* Fix linting
This commit is contained in:
Randell Hodges
2022-02-01 19:07:49 -06:00
committed by GitHub
parent 7db75ec30f
commit e478c3e8d9
3 changed files with 36 additions and 12 deletions

View File

@@ -51,6 +51,12 @@ moonraker_api_key: False
# Define the z_babystep intervals in a CSV list. Currently only 2 are supported
z_babystep_values: 0.01, 0.05
# Override the movement speed and set a specific for this printer.
# These setting overrides the settings configured in the UI. If specified,
# the values configured in the UI will not be used.
move_speed_xy: 500
move_speed_z: 300
```
## Z probe calibrate Option