Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2020-05-07 17:49:53 +0300
committerGhostkeeper <rubend@tutanota.com>2020-05-07 17:50:04 +0300
commit47bf094c52d8e12d06f965619ce47b24434c7e7b (patch)
treeb0e39d8dbe30d58446c8f24b7a2404fa6d6a6995 /resources/definitions/anycubic_mega_zero.def.json
parentb5edbf737d50990f61d5bdd3507cb9f905b8554b (diff)
Fix internal conflicts within the Anycubic Mega Zero printer
This definition specified that the maximum E speed is 25mm/s but then said that the retraction speed is 30mm/s. I've changed the maximum E speed to 30mm/s then because apparently that's what the definition author was testing with. This definition specified that the maximum Z speed is 5mm/s but the default Z hop speed is 10mm/s. I've set the Z hop speed to 5mm/s because it was not initially overridden by the definition author, but apparently 5mm/s is the limit. Contributes to issue CURA-7431.
Diffstat (limited to 'resources/definitions/anycubic_mega_zero.def.json')
-rw-r--r--resources/definitions/anycubic_mega_zero.def.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/definitions/anycubic_mega_zero.def.json b/resources/definitions/anycubic_mega_zero.def.json
index 2feb4baf6b..a17fddc4b4 100644
--- a/resources/definitions/anycubic_mega_zero.def.json
+++ b/resources/definitions/anycubic_mega_zero.def.json
@@ -64,7 +64,7 @@
"machine_max_feedrate_x": { "value": 500 },
"machine_max_feedrate_y": { "value": 500 },
"machine_max_feedrate_z": { "value": 5 },
- "machine_max_feedrate_e": { "value": 25 },
+ "machine_max_feedrate_e": { "value": 30 },
"machine_max_acceleration_x": { "value": 500 },
"machine_max_acceleration_y": { "value": 500 },
@@ -84,6 +84,7 @@
"jerk_enabled": { "value": false },
"speed_print": { "value": 50.0 },
+ "speed_z_hop": { "value": "machine_max_feedrate_z" },
"optimize_wall_printing_order": { "value": "True" },
"material_initial_print_temperature": { "value": "material_print_temperature" },