mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
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:
parent
bed255ecb9
commit
84fc35abc2
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class FilamentChange(Script):
|
||||||
"label": "Use Firmware Configuration",
|
"label": "Use Firmware Configuration",
|
||||||
"description": "Use the settings in your firmware, or customise the parameters of the filament change here.",
|
"description": "Use the settings in your firmware, or customise the parameters of the filament change here.",
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"default_value": true
|
"default_value": false
|
||||||
},
|
},
|
||||||
"initial_retract":
|
"initial_retract":
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue