Skip to content

Bug Z axis doesnt raise after after homeing #28391

@Maker-Paul

Description

@Maker-Paul

Did you test the latest bugfix-2.1.x code?

Yes, and the problem still exists.

Bug Description

#define Z_AFTER_HOMING 10 is not working in the latest Marlin Bugfix 2.1.x and #define XY_AFTER_HOMING { X_CENTER, Y_CENTER causes the nozzle to travel horizontally without lifting from the bed.

Temporary workaround
//#define Z_AFTER_HOMING 10 // (mm) Height to move to after homing (if Z was homed)
//#define XY_AFTER_HOMING { X_CENTER, Y_CENTER } // (mm) Move to an XY position after homing (and raising Z)

#define EVENT_GCODE_AFTER_HOMING "G0 Z10\nG0 X127 Y127" //"M300 P440 S200" // Commands to run after G28 (and move to XY_AFTER_HOMING)

Bug Timeline

No response

Expected behavior

No response

Actual behavior

No response

Steps to Reproduce

No response

Version of Marlin Firmware

Marlin bugfix 2.1.x

Printer model

Tronxy

Electronics

Stock Mainboard

LCD/Controller

BTT TFT35 E3 V3

Other add-ons

No response

Bed Leveling

ABL Bilinear mesh

Your Slicer

Prusa Slicer

Host Software

Other (explain below)

Don't forget to include

  • A ZIP file containing your Configuration.h and Configuration_adv.h.

Additional information & file uploads

Configuration.zip

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    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