Default to using customised configuration rather than firmware

Not all printers support a firmware configuration here. Wouldn't want to ruin some people's old prints by adding unsupported commands in there, nor change the tried-and-true old parameters people already tested with.

Contributes to issue CURA-8219.
This commit is contained in:
Ghostkeeper 2021-05-05 14:52:21 +02:00
parent bed255ecb9
commit 84fc35abc2
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -35,7 +35,7 @@ class FilamentChange(Script):
"label": "Use Firmware Configuration",
"description": "Use the settings in your firmware, or customise the parameters of the filament change here.",
"type": "bool",
"default_value": true
"default_value": false
},
"initial_retract":
{