mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 13:51:12 -07:00
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:
parent
00890abe30
commit
8c25a91e02
1 changed files with 1 additions and 1 deletions
|
|
@ -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" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue