mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
Remove accidental keyboard fandango in unrelated string.
This commit is contained in:
parent
ad5c85b781
commit
616aba7380
1 changed files with 1 additions and 1 deletions
|
@ -1748,7 +1748,7 @@
|
||||||
"zig_zaggify_infill":
|
"zig_zaggify_infill":
|
||||||
{
|
{
|
||||||
"label": "Connect Infill Lines",
|
"label": "Connect Infill Lines",
|
||||||
"description": "Connect the ends where the infill pattern meets the inner wall using a line which follows the shape of the inner wall. Enabling this setting can make the infill adhere to the wallevs better and reduce the effects of infill on the quality of vertical surfaces. Disabling this setting reduces the amount of material used.",
|
"description": "Connect the ends where the infill pattern meets the inner wall using a line which follows the shape of the inner wall. Enabling this setting can make the infill adhere to the walls better and reduce the effects of infill on the quality of vertical surfaces. Disabling this setting reduces the amount of material used.",
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"default_value": false,
|
"default_value": false,
|
||||||
"value": "infill_pattern == 'cross' or infill_pattern == 'cross_3d'",
|
"value": "infill_pattern == 'cross' or infill_pattern == 'cross_3d'",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue