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
Additional information & file uploads
Configuration.zip
Did you test the latest
bugfix-2.1.xcode?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
Configuration.handConfiguration_adv.h.Additional information & file uploads
Configuration.zip