mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 03:35:56 +08:00
Add setting to try multiple line thicknesses
Engine implementation pending. This setting is intended for debugging problems with interrupted walls. It should probably not be published in a final release. Contributes to issue CURA-5189.
This commit is contained in:
parent
1cf87ff12b
commit
4ad9867591
@ -6585,6 +6585,14 @@
|
|||||||
"type": "float",
|
"type": "float",
|
||||||
"enabled": "bridge_settings_enabled and bridge_enable_more_layers",
|
"enabled": "bridge_settings_enabled and bridge_enable_more_layers",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
|
},
|
||||||
|
"wall_try_line_thickness":
|
||||||
|
{
|
||||||
|
"label": "Try Multiple Line Thicknesses",
|
||||||
|
"description": "When creating inner walls, try various line thicknesses to fit the wall lines better in narrow spaces. This reduces or increases the inner wall line width by up to 0.01mm.",
|
||||||
|
"default_value": false,
|
||||||
|
"type": "bool",
|
||||||
|
"settable_per_mesh": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user