mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-21 04:14:25 +08:00
Add linebreak after filament change command
CURA-10615
This commit is contained in:
parent
1bbb4054fa
commit
acf4ad8476
@ -220,6 +220,8 @@ class FilamentChange(Script):
|
|||||||
if z_pos is not None and z_pos > 0.:
|
if z_pos is not None and z_pos > 0.:
|
||||||
color_change = color_change + (" Z%.2f" % z_pos)
|
color_change = color_change + (" Z%.2f" % z_pos)
|
||||||
|
|
||||||
|
color_change = color_change + "\n"
|
||||||
|
|
||||||
if enable_after_macro:
|
if enable_after_macro:
|
||||||
color_change = color_change + after_macro + "\n"
|
color_change = color_change + after_macro + "\n"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user