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 <51311453+NilsRo@users.noreply.github.com>2021-07-20 10:11:32 +0300
committerGitHub <noreply@github.com>2021-07-20 10:11:32 +0300
commitd536dd12a08a9fdffc78fe9c1530dfaa5e7f9d9d (patch)
tree30329caeae768ceb69413042a68c886d7cd19599 /resources/definitions/anycubic_i3_mega_s.def.json
parent918d1f188b2094520e8f99a0b2507a5f21723e2c (diff)
Changed "Deviation" for Anycubic Mega S and X to better support hardware (#10093)
* Update anycubic_i3_mega_s.def.json Adapted Deviation to ATMega2560 of Anycubic Mega S * Update resources/definitions/anycubic_i3_mega_s.def.json Good points. Thanks! Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
Diffstat (limited to 'resources/definitions/anycubic_i3_mega_s.def.json')
-rw-r--r--resources/definitions/anycubic_i3_mega_s.def.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/definitions/anycubic_i3_mega_s.def.json b/resources/definitions/anycubic_i3_mega_s.def.json
index f0c786a393..a0e83627c4 100644
--- a/resources/definitions/anycubic_i3_mega_s.def.json
+++ b/resources/definitions/anycubic_i3_mega_s.def.json
@@ -115,6 +115,7 @@
"skirt_gap": { "value": 5.0 },
"skirt_line_count": { "value": 4 },
+ "meshfix_maximum_deviation": { "value": 0.05 },
"support_angle": { "value": "math.floor(math.degrees(math.atan(line_width / 2.0 / layer_height)))" },
"support_pattern": { "value": "'zigzag'" },