mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 20:19:13 +08:00
Set horizontal expansion to -0.14mm
The material team observed that the size of prints was slightly too big. They decided that this adjustment was the best solution. Contributes to issue CURA-2845.
This commit is contained in:
parent
2760055e89
commit
00890abe30
@ -154,6 +154,7 @@
|
||||
"travel_avoid_distance": { "value": "3" },
|
||||
"wall_0_inset": { "value": "0" },
|
||||
"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" }
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user