mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:15:53 +08:00
Add setting to setup cooling during nozzle switch
CURA-11795
This commit is contained in:
parent
8e4b698734
commit
cfaeb2d8fc
@ -4612,6 +4612,21 @@
|
|||||||
"maximum_value": "365",
|
"maximum_value": "365",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": true
|
"settable_per_extruder": true
|
||||||
|
},
|
||||||
|
"cool_during_extruder_switch":
|
||||||
|
{
|
||||||
|
"label": "Cooling during extruder switch",
|
||||||
|
"description": "<html>Whether to activate the cooling fans during a nozzle switch. This can help reducing oozing by cooling the nozzle faster:<ul><li><b>Unchanged:</b> keep the fans as they were previously</li><li><b>Only last extruder:</b> turn on the fan of the last used extruder, but turn the others off. This is useful if you have completely separate extruders.</li><li><b>All fans:</b> turn on all fans during nozzle switch. This is useful if you have multiple fans that stay close to each other.</li></ul></html>",
|
||||||
|
"type": "enum",
|
||||||
|
"options":
|
||||||
|
{
|
||||||
|
"unchanged": "Unchanged",
|
||||||
|
"only_last_extruder": "Only last extruder",
|
||||||
|
"all_fans": "All fans"
|
||||||
|
},
|
||||||
|
"default_value": "unchanged",
|
||||||
|
"settable_per_mesh": false,
|
||||||
|
"settable_per_extruder": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user