-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Description
Cura Version
5.11
Operating System
Windows 10
Printer
Flying Bear Ghost 5
Reproduction steps
I noticed that after starting the print and printing the first two lines, the extruder carriage quickly returns to 0, 0, and then moves to the print start position. This wasn't particularly concerning, but I couldn't figure out why it was happening. The Gcode after the startup code looks like this:
;LAYER_COUNT:133
M900 K0.120000 T0 ;added by LinearAdvanceSettingPlugin
;LAYER:0
M107
G1 F300 Z0.4
G0 F6000 X0.00 Y0.00 Z0.4
G0 X107.705 Y83.447
;TYPE:SKIRT
G1 F300 Z0.2
G1 F1200 E0
Actual results
After some digging, I discovered that disabling the "Raise Z axis on rollback" and "Raise Z axis only over printed parts" options (sorry if the translation is incorrect, as I'm using the program in Russian)
Expected results
As a result, if you disable these settings, the lines in Gcode become:
;LAYER_COUNT:133
M900 K0.120000 T0 ;added by LinearAdvanceSettingPlugin
;LAYER:0
M107
G0 F6000 X107.705 Y83.447 Z0.2
;TYPE:SKIRT
G1 F1200 E0