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-25 01:10:45 +0300
committerNilsRo <n.rottgardt@gmail.com>2022-01-25 01:10:45 +0300
commit96e3a1cadfab941cdbbd44811a50f72af7dc154b (patch)
tree1251d4cb2e573ac2dbeb40189ec29411295d429c /resources/definitions/anycubic_i3_mega_x.def.json
parent1a8328d26258093ddd2cab2c5c30690c88577533 (diff)
Updated Max. Speed Warning and Retraction
Sorted some setting and aligned with firmware values
Diffstat (limited to 'resources/definitions/anycubic_i3_mega_x.def.json')
-rw-r--r--resources/definitions/anycubic_i3_mega_x.def.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/definitions/anycubic_i3_mega_x.def.json b/resources/definitions/anycubic_i3_mega_x.def.json
index 8acd0154a0..07341b15c2 100644
--- a/resources/definitions/anycubic_i3_mega_x.def.json
+++ b/resources/definitions/anycubic_i3_mega_x.def.json
@@ -14,7 +14,13 @@
"machine_height": { "default_value": 305 },
"machine_depth": { "default_value": 300 },
+ "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 }
}
} \ No newline at end of file