EVENT_GCODE_AFTER_HOMING

MarlinFirmware/Marlin#26469
This commit is contained in:
Scott Lahteine 2023-11-28 15:47:13 -06:00
parent 5afe4624a3
commit e0f3ce538e
354 changed files with 708 additions and 0 deletions

View file

@ -1782,6 +1782,8 @@
//#define Z_AFTER_HOMING 10 // (mm) Height to move to after homing (if Z was homed)
//#define XY_AFTER_HOMING { 10, 10 } // (mm) Move to an XY position after homing (and raising Z)
//#define EVENT_GCODE_AFTER_HOMING "M300 P440 S200" // Commands to run after G28 (and move to XY_AFTER_HOMING)
// Direction of endstops when homing; 1=MAX, -1=MIN
// :[-1,1]
#define X_HOME_DIR 1