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-07-06 08:48:41 +0300
committerNilsRo <n.rottgardt@gmail.com>2021-07-06 08:48:41 +0300
commitb068cdf742454d49c80bd992cd7fa9fe388fbe92 (patch)
tree040a6bb8ba461da42ac4bb5828f294a8eda5c6f3 /resources/definitions/anycubic_i3_mega_s.def.json
parentc89e1866717f92851daf0f6257233438c7d37c69 (diff)
Update anycubic_i3_mega_s.def.json
Adapted Deviation to ATMega2560 of Anycubic Mega S
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, 2 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..27fd316c90 100644
--- a/resources/definitions/anycubic_i3_mega_s.def.json
+++ b/resources/definitions/anycubic_i3_mega_s.def.json
@@ -115,6 +115,8 @@
"skirt_gap": { "value": 5.0 },
"skirt_line_count": { "value": 4 },
+ "meshfix_maximum_deviation": { "value": 0.05 },
+ "meshfix_maximum_resolution": { "value": 0.5 },
"support_angle": { "value": "math.floor(math.degrees(math.atan(line_width / 2.0 / layer_height)))" },
"support_pattern": { "value": "'zigzag'" },