mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Add setting to only iron the highest layer of a mesh
This commit is contained in:
parent
b0916e4b67
commit
dd030b9602
1 changed files with 10 additions and 0 deletions
|
@ -5712,6 +5712,16 @@
|
|||
"limit_to_extruder": "top_bottom_extruder_nr",
|
||||
"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":
|
||||
{
|
||||
"label": "Ironing Pattern",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue