From 84fc35abc27cb8ed553f7dda5dc08bf501857926 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 5 May 2021 14:52:21 +0200 Subject: [PATCH] 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. --- plugins/PostProcessingPlugin/scripts/FilamentChange.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/PostProcessingPlugin/scripts/FilamentChange.py b/plugins/PostProcessingPlugin/scripts/FilamentChange.py index a053dd8ac8..5e984a2cd1 100644 --- a/plugins/PostProcessingPlugin/scripts/FilamentChange.py +++ b/plugins/PostProcessingPlugin/scripts/FilamentChange.py @@ -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": {