mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:55:54 +08:00
Merge pull request #2398 from Ghostkeeper/feature_ironing_only_highest_layer
Add setting to only iron the highest layer of a mesh
This commit is contained in:
commit
245796eb08
@ -5756,6 +5756,16 @@
|
|||||||
"limit_to_extruder": "top_bottom_extruder_nr",
|
"limit_to_extruder": "top_bottom_extruder_nr",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
},
|
},
|
||||||
|
"ironing_only_highest_layer":
|
||||||
|
{
|
||||||
|
"label": "Iron Only Highest Layer",
|
||||||
|
"description": "Only perform ironing on the very last layer of the mesh. This saves time if the lower layers don't need a smooth surface finish.",
|
||||||
|
"type": "bool",
|
||||||
|
"default_value": false,
|
||||||
|
"enabled": "ironing_enabled",
|
||||||
|
"limit_to_extruder": "top_bottom_extruder_nr",
|
||||||
|
"settable_per_mesh": true
|
||||||
|
},
|
||||||
"ironing_pattern":
|
"ironing_pattern":
|
||||||
{
|
{
|
||||||
"label": "Ironing Pattern",
|
"label": "Ironing Pattern",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user