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:
authorNilsRo <n.rottgardt@gmail.com>2022-01-29 22:05:36 +0300
committerNilsRo <n.rottgardt@gmail.com>2022-01-29 22:05:36 +0300
commitde8c2560568d3d8564b81f7ddb9bdcd96727faf4 (patch)
tree1507c3c05057f5cda5aed1219843282b1f04a735
parentf4be1c85d80075be98b467fbe095c1318b596a22 (diff)
Feedrate to newest firmware
-rw-r--r--resources/definitions/anycubic_i3_mega_s.def.json4
-rw-r--r--resources/definitions/anycubic_i3_mega_x.def.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/resources/definitions/anycubic_i3_mega_s.def.json b/resources/definitions/anycubic_i3_mega_s.def.json
index 401dd38197..fb6f9384b0 100644
--- a/resources/definitions/anycubic_i3_mega_s.def.json
+++ b/resources/definitions/anycubic_i3_mega_s.def.json
@@ -40,7 +40,7 @@
"machine_max_feedrate_x": { "default_value": 500 },
"machine_max_feedrate_y": { "default_value": 500 },
- "machine_max_feedrate_z": { "default_value": 6 },
+ "machine_max_feedrate_z": { "default_value": 8 },
"machine_max_jerk_xy": { "value": 10 },
"machine_max_jerk_z": { "value": 0.4 },
@@ -76,7 +76,7 @@
"speed_prime_tower": { "value": "speed_topbottom" },
"speed_support": { "value": "speed_wall_0" },
"speed_support_interface": { "value": "speed_topbottom" },
- "speed_z_hop": { "value": 6 },
+ "speed_z_hop": { "value": 8 },
"skirt_brim_speed": { "value": "speed_layer_0" },
diff --git a/resources/definitions/anycubic_i3_mega_x.def.json b/resources/definitions/anycubic_i3_mega_x.def.json
index feef2547ab..c9fcddfc6c 100644
--- a/resources/definitions/anycubic_i3_mega_x.def.json
+++ b/resources/definitions/anycubic_i3_mega_x.def.json
@@ -22,7 +22,7 @@
"machine_max_feedrate_x": { "default_value": 120 },
"machine_max_feedrate_y": { "default_value": 120 },
- "machine_max_feedrate_z": { "default_value": 12 },
+ "machine_max_feedrate_z": { "default_value": 20 },
"speed_travel": { "value": 100.0, "maximum_value": 120.0 },