Update anycubic_i3_mega_s.def.json

Adapted Deviation to ATMega2560 of Anycubic Mega S
This commit is contained in:
NilsRo 2021-07-06 07:48:41 +02:00
parent c89e186671
commit b068cdf742

View file

@ -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'" },