mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 03:29:00 +08:00
CURA-10615_Fix M600_Retract_Enter
This commit is contained in:
parent
6a5a9e70af
commit
d40a20771b
@ -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\n"
|
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…
x
Reference in New Issue
Block a user