From fa613c35ebcb5863e8bcd44c69a7c9586a1b0760 Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Fri, 20 Mar 2020 13:39:00 +0100 Subject: [PATCH] Hide unused temperature for Repetier --- plugins/PostProcessingPlugin/scripts/PauseAtHeight.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/PostProcessingPlugin/scripts/PauseAtHeight.py b/plugins/PostProcessingPlugin/scripts/PauseAtHeight.py index c049943bba..8420b2a6cf 100644 --- a/plugins/PostProcessingPlugin/scripts/PauseAtHeight.py +++ b/plugins/PostProcessingPlugin/scripts/PauseAtHeight.py @@ -136,7 +136,7 @@ class PauseAtHeight(Script): "unit": "°C", "type": "int", "default_value": 0, - "enabled": "pause_method != \\\"griffin\\\"" + "enabled": "pause_method not in [\\\"griffin\\\", \\\"repetier\\\"]" }, "display_text": { @@ -405,7 +405,7 @@ class PauseAtHeight(Script): if extrude_amount != 0: prepend_gcode += self.putValue(G = 1, E = extrude_amount, F = 200) + "\n" prepend_gcode += self.putValue("@info wait for cleaning nozzle from previous filament") + "\n" - prepend_gcode += self.putValue("@pause remove the waste filament from parking area and press continue printing") + "\n" + prepend_gcode += self.putValue("@pause remove the waste filament from parking area and press continue printing") + "\n" # and retract again, the properly primes the nozzle when changing filament. if retraction_amount != 0: