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:
Ghostkeeper 2019-07-31 10:22:51 +02:00
parent 5b30b5bfae
commit 1d7f2e645e
No known key found for this signature in database
GPG Key ID: 86BEF881AE2CF276

View File

@ -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 },