mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Fixed Spacing
The original file did not work correctly, this file worked after testing
This commit is contained in:
parent
d40a20771b
commit
d1f9879ee1
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
# The PostProcessingPlugin is released under the terms of the AGPLv3 or higher.
|
||||||
|
|
||||||
# Modification 06.09.2020
|
# Modification 06.09.2020
|
||||||
|
@ -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" # Left out the /n, some printers are not retracting correctly with the new line - CURA-10615
|
||||||
|
|
||||||
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.:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue