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 21:09:34 +0300
committerNilsRo <n.rottgardt@gmail.com>2022-01-29 21:09:34 +0300
commit6660f4dfc73831e6544b8440e9873b97972766ba (patch)
tree018d4947bcf741f81fe804dabe1229a24a55d037 /resources/definitions/anycubic_i3_mega_x.def.json
parent96e3a1cadfab941cdbbd44811a50f72af7dc154b (diff)
Updated Acceleration and speed
Diffstat (limited to 'resources/definitions/anycubic_i3_mega_x.def.json')
-rw-r--r--resources/definitions/anycubic_i3_mega_x.def.json16
1 files changed, 13 insertions, 3 deletions
diff --git a/resources/definitions/anycubic_i3_mega_x.def.json b/resources/definitions/anycubic_i3_mega_x.def.json
index 07341b15c2..feef2547ab 100644
--- a/resources/definitions/anycubic_i3_mega_x.def.json
+++ b/resources/definitions/anycubic_i3_mega_x.def.json
@@ -14,13 +14,23 @@
"machine_height": { "default_value": 305 },
"machine_depth": { "default_value": 300 },
+ "machine_max_acceleration_x": { "value": 400 },
+ "machine_max_acceleration_y": { "value": 400 },
+ "machine_max_acceleration_z": { "value": 60 },
+ "machine_max_acceleration_e": { "value": 10000 },
+ "machine_acceleration": { "value": 3000 },
+
+ "machine_max_feedrate_x": { "default_value": 120 },
+ "machine_max_feedrate_y": { "default_value": 120 },
+ "machine_max_feedrate_z": { "default_value": 12 },
+
"speed_travel": { "value": 100.0, "maximum_value": 120.0 },
"acceleration_print": { "value": 400 },
"acceleration_travel": { "value": 400 }
- "retraction_speed": { "value": 30, "maximum_value_warning": 80 },
- "retraction_retract_speed": { "maximum_value_warning": 80 },
- "retraction_prime_speed": { "maximum_value_warning": 80 }
+ "retraction_speed": { "value": 30, "maximum_value_warning": 60 },
+ "retraction_retract_speed": { "maximum_value_warning": 60 },
+ "retraction_prime_speed": { "maximum_value_warning": 60 }
}
} \ No newline at end of file