From 1bbb4054fa1ba1626cc65bf65058abcb671fb1e0 Mon Sep 17 00:00:00 2001 From: Mariska <40423138+MariMakes@users.noreply.github.com> Date: Tue, 23 May 2023 15:37:34 +0200 Subject: [PATCH] Update plugins/PostProcessingPlugin/scripts/FilamentChange.py Removed comment Co-authored-by: Casper Lamboo --- 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 835d930cc6..0380745d18 100644 --- a/plugins/PostProcessingPlugin/scripts/FilamentChange.py +++ b/plugins/PostProcessingPlugin/scripts/FilamentChange.py @@ -199,7 +199,7 @@ class FilamentChange(Script): if enable_before_macro: color_change = color_change + before_macro + "\n" - color_change = color_change + "M600" # Left out the /n, some printers are not retracting correctly with the new line - CURA-10615 + color_change = color_change + "M600" if not firmware_config: if initial_retract is not None and initial_retract > 0.: