Added a comment to help provide some kind of explaination for this magic value.

CURA-2845 Prints are slightly oversized
This commit is contained in:
Simon Edwards 2016-10-31 11:45:59 +01:00
parent 00890abe30
commit 8c25a91e02

View File

@ -155,6 +155,6 @@
"wall_0_inset": { "value": "0" }, "wall_0_inset": { "value": "0" },
"wall_line_width_x": { "value": "round(line_width * 0.3 / 0.35, 2)" }, "wall_line_width_x": { "value": "round(line_width * 0.3 / 0.35, 2)" },
"wall_thickness": { "value": "1" }, "wall_thickness": { "value": "1" },
"xy_offset": { "value": "-0.14" } "xy_offset": { "value": "-0.14", "comment": "This is a hack to compensate for oversized prints. CURA-2845" }
} }
} }