mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 16:18:58 +08: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
@ -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…
x
Reference in New Issue
Block a user