mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 20:09:05 +08:00
Increase maximum Z speed to 10
The default for the Z hop speed is 10, so otherwise it wouldn't slice if Z hops are applied. Contributes to issue CURA-6679.
This commit is contained in:
parent
5b30b5bfae
commit
1d7f2e645e
@ -9,7 +9,7 @@
|
||||
|
||||
"machine_max_feedrate_x": { "value": 500 },
|
||||
"machine_max_feedrate_y": { "value": 500 },
|
||||
"machine_max_feedrate_z": { "value": 5 },
|
||||
"machine_max_feedrate_z": { "value": 10 },
|
||||
"machine_max_feedrate_e": { "value": 50 },
|
||||
|
||||
"machine_max_acceleration_x": { "value": 500 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user