From d1f9879ee14e4fe7f64d904ebf04dd97a4f44f07 Mon Sep 17 00:00:00 2001 From: MariMakes <40423138+MariMakes@users.noreply.github.com> Date: Mon, 22 May 2023 11:25:39 +0200 Subject: [PATCH] Fixed Spacing The original file did not work correctly, this file worked after testing --- plugins/PostProcessingPlugin/scripts/FilamentChange.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/PostProcessingPlugin/scripts/FilamentChange.py b/plugins/PostProcessingPlugin/scripts/FilamentChange.py index 0253ae8adc..835d930cc6 100644 --- a/plugins/PostProcessingPlugin/scripts/FilamentChange.py +++ b/plugins/PostProcessingPlugin/scripts/FilamentChange.py @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Ultimaker B.V. +# Copyright (c) 2023 Ultimaker B.V. # The PostProcessingPlugin is released under the terms of the AGPLv3 or higher. # Modification 06.09.2020 @@ -198,8 +198,8 @@ 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" # Left out the /n, some printers are not retracting correctly with the new line - CURA-10615 if not firmware_config: if initial_retract is not None and initial_retract > 0.: