From 1d7f2e645e3489eedac41fb20f98b9f66c100b28 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 31 Jul 2019 10:22:51 +0200 Subject: [PATCH] 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. --- resources/definitions/creality_base.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/creality_base.def.json b/resources/definitions/creality_base.def.json index cce8ed38d8..47f941e998 100644 --- a/resources/definitions/creality_base.def.json +++ b/resources/definitions/creality_base.def.json @@ -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 },