Skip to content

Description of movements for purge are incorrect in dual extruders #2

Description

@wrathernaut

Cura Version

5.4.0

Operating System

All

Printer

Dual extruders - Pro Dual, Taz 8 Dual

Reproduction steps

Code lists movements opposite (left/right) from the code for both purge lines in description, with identical movements and descriptions for initial and second extruder. Code for second extruder may have correct description and wrong movements, assuming purge lines move toward the center of the bed to make "mirrored" purge lines.

G1 X10 E14 F400                                    ; purge 14mm in a short move to the left
G1 Y1 E14.5 F300                                   ; purge 0.5mm in a short move forward
G1 X-10 E16.5 F250                                 ; purge 2mm in a short move to the right

Actual results

GCODE description of movements do not match toolhead movements.

Expected results

GCODE produced should have proper description for troubleshooting purposes:

G1 X10 E14 F400                                    ; purge 14mm in a short move to the right
G1 Y1 E14.5 F300                                   ; purge 0.5mm in a short move forward
G1 X-10 E16.5 F250                                 ; purge 2mm in a short move to the left

Add your .zip and screenshots here ⬇️

n/a

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions