From aebcdf0dfcbb5d90d662962b7363a0733d5f2dc9 Mon Sep 17 00:00:00 2001 From: HellAholic Date: Tue, 9 Sep 2025 18:35:14 +0200 Subject: [PATCH] Update DisplayInfoOnLCD.py Should use default_value rather than value since that is expected --- plugins/PostProcessingPlugin/scripts/DisplayInfoOnLCD.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/PostProcessingPlugin/scripts/DisplayInfoOnLCD.py b/plugins/PostProcessingPlugin/scripts/DisplayInfoOnLCD.py index edfa9d8632..f4d9b44261 100644 --- a/plugins/PostProcessingPlugin/scripts/DisplayInfoOnLCD.py +++ b/plugins/PostProcessingPlugin/scripts/DisplayInfoOnLCD.py @@ -200,7 +200,7 @@ class DisplayInfoOnLCD(Script): "label": "Enable Countdown to Pauses", "description": "If print sequence is 'one_at_a_time' this is false. This setting is always hidden.", "type": "bool", - "value": false, + "default_value": false, "enabled": false }, "countdown_to_pause":