Update plugins/PostProcessingPlugin/scripts/FilamentChange.py

Removed comment

Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
This commit is contained in:
Mariska 2023-05-23 15:37:34 +02:00 committed by GitHub
parent 588d7d9147
commit 1bbb4054fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -199,7 +199,7 @@ class FilamentChange(Script):
if enable_before_macro: if enable_before_macro:
color_change = color_change + before_macro + "\n" 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 not firmware_config:
if initial_retract is not None and initial_retract > 0.: if initial_retract is not None and initial_retract > 0.: