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>2021-08-12 23:10:37 +0300
committerNilsRo <n.rottgardt@gmail.com>2021-08-12 23:10:37 +0300
commitb33f4640ad1e542a8bd6487c90d7b918e58f0a16 (patch)
tree6c2441cfe1262b440af0eee43f0779220d227bde /resources/definitions/anycubic_i3_mega_s.def.json
parent3527a14f0485fc2d2590ee7e37fd789e1f18ebf2 (diff)
Updated Acceleration to firmware default
Updated Acceleration to firmware default to increase time estimation accuracy and match firmware default
Diffstat (limited to 'resources/definitions/anycubic_i3_mega_s.def.json')
-rw-r--r--resources/definitions/anycubic_i3_mega_s.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/anycubic_i3_mega_s.def.json b/resources/definitions/anycubic_i3_mega_s.def.json
index a0e83627c4..8709bcb508 100644
--- a/resources/definitions/anycubic_i3_mega_s.def.json
+++ b/resources/definitions/anycubic_i3_mega_s.def.json
@@ -44,7 +44,7 @@
"material_diameter": { "default_value": 1.75 },
- "acceleration_print": { "value": 1800 },
+ "acceleration_print": { "value": 1500 },
"acceleration_travel": { "value": 3000 },
"acceleration_travel_layer_0": { "value": "acceleration_travel" },
"acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" },