Merge branch 'main' into raft_walls_per_extruder

This commit is contained in:
Erwan MATHIEU 2024-07-04 10:23:33 +02:00 committed by GitHub
commit 522e4ed7c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 165 additions and 0 deletions

View file

@ -4614,6 +4614,21 @@
"maximum_value": "365",
"settable_per_mesh": false,
"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 (if any). 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 a single cooling fan, or 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
}
}
},