Skip to content

The slicer adds an unnecessary command #21412

@TryAnotherName

Description

@TryAnotherName

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

Add your .zip and screenshots here ⬇️

Metadata

Metadata

Assignees

No one assigned

    Labels

    Status: DuplicateDuplicate of another issue.Status: Under InvestigationThe issue has been confirmed or is assumed to be likely to be a real issue. It's pending discussion.Type: BugThe code does not produce the intended behavior.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions