diff --git a/config/default/Configuration.h b/config/default/Configuration.h index 9e279ec224..2bc8d92b12 100644 --- a/config/default/Configuration.h +++ b/config/default/Configuration.h @@ -1781,6 +1781,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 diff --git a/config/examples/3DFabXYZ/Migbot/Configuration.h b/config/examples/3DFabXYZ/Migbot/Configuration.h index 1fd1e4bfdf..94aaf38398 100644 --- a/config/examples/3DFabXYZ/Migbot/Configuration.h +++ b/config/examples/3DFabXYZ/Migbot/Configuration.h @@ -1784,6 +1784,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 diff --git a/config/examples/ADIMLab/Gantry v1/Configuration.h b/config/examples/ADIMLab/Gantry v1/Configuration.h index 5cc3c9d91d..78c7559cd6 100644 --- a/config/examples/ADIMLab/Gantry v1/Configuration.h +++ b/config/examples/ADIMLab/Gantry v1/Configuration.h @@ -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 diff --git a/config/examples/ADIMLab/Gantry v2/Configuration.h b/config/examples/ADIMLab/Gantry v2/Configuration.h index 9a62e3eec8..80f471e454 100644 --- a/config/examples/ADIMLab/Gantry v2/Configuration.h +++ b/config/examples/ADIMLab/Gantry v2/Configuration.h @@ -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 diff --git a/config/examples/Alfawise/U20-bltouch/Configuration.h b/config/examples/Alfawise/U20-bltouch/Configuration.h index b23e0f62d2..5fe9001e2c 100644 --- a/config/examples/Alfawise/U20-bltouch/Configuration.h +++ b/config/examples/Alfawise/U20-bltouch/Configuration.h @@ -1851,6 +1851,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 diff --git a/config/examples/Alfawise/U20/Configuration.h b/config/examples/Alfawise/U20/Configuration.h index c92b93e333..ac69fb7003 100644 --- a/config/examples/Alfawise/U20/Configuration.h +++ b/config/examples/Alfawise/U20/Configuration.h @@ -1852,6 +1852,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 diff --git a/config/examples/AliExpress/CL-260/Configuration.h b/config/examples/AliExpress/CL-260/Configuration.h index 941e5e3a55..82ea80a0e3 100644 --- a/config/examples/AliExpress/CL-260/Configuration.h +++ b/config/examples/AliExpress/CL-260/Configuration.h @@ -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 diff --git a/config/examples/AliExpress/UM2pExt/Configuration.h b/config/examples/AliExpress/UM2pExt/Configuration.h index f1e1bd560c..e9c9ba80c0 100644 --- a/config/examples/AliExpress/UM2pExt/Configuration.h +++ b/config/examples/AliExpress/UM2pExt/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Anet/A2/Configuration.h b/config/examples/Anet/A2/Configuration.h index 73f4120490..4a61507d21 100644 --- a/config/examples/Anet/A2/Configuration.h +++ b/config/examples/Anet/A2/Configuration.h @@ -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 diff --git a/config/examples/Anet/A2plus/Configuration.h b/config/examples/Anet/A2plus/Configuration.h index 673d0a5c6f..c10097352a 100644 --- a/config/examples/Anet/A2plus/Configuration.h +++ b/config/examples/Anet/A2plus/Configuration.h @@ -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 diff --git a/config/examples/Anet/A6/Configuration.h b/config/examples/Anet/A6/Configuration.h index ce60f73aa7..43f1fbea3f 100644 --- a/config/examples/Anet/A6/Configuration.h +++ b/config/examples/Anet/A6/Configuration.h @@ -1822,6 +1822,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 diff --git a/config/examples/Anet/A8/Configuration.h b/config/examples/Anet/A8/Configuration.h index b1a0f14aca..2d20e5f481 100644 --- a/config/examples/Anet/A8/Configuration.h +++ b/config/examples/Anet/A8/Configuration.h @@ -1785,6 +1785,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 diff --git a/config/examples/Anet/A8plus/Configuration.h b/config/examples/Anet/A8plus/Configuration.h index 203befc17e..bfb8ac5353 100644 --- a/config/examples/Anet/A8plus/Configuration.h +++ b/config/examples/Anet/A8plus/Configuration.h @@ -1784,6 +1784,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 diff --git a/config/examples/Anet/A9/Configuration.h b/config/examples/Anet/A9/Configuration.h index 823bd2f1f4..4828a0ed29 100644 --- a/config/examples/Anet/A9/Configuration.h +++ b/config/examples/Anet/A9/Configuration.h @@ -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 diff --git a/config/examples/Anet/E10/Configuration.h b/config/examples/Anet/E10/Configuration.h index 4168afab3c..2bc2cca9ce 100644 --- a/config/examples/Anet/E10/Configuration.h +++ b/config/examples/Anet/E10/Configuration.h @@ -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 diff --git a/config/examples/Anet/E16/BTT SKR 1.3/Configuration.h b/config/examples/Anet/E16/BTT SKR 1.3/Configuration.h index f6857e3b7d..d469acddea 100644 --- a/config/examples/Anet/E16/BTT SKR 1.3/Configuration.h +++ b/config/examples/Anet/E16/BTT SKR 1.3/Configuration.h @@ -1784,6 +1784,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 diff --git a/config/examples/Anet/E16/Stock/Configuration.h b/config/examples/Anet/E16/Stock/Configuration.h index c0d6dc2a8d..b0fd77a236 100644 --- a/config/examples/Anet/E16/Stock/Configuration.h +++ b/config/examples/Anet/E16/Stock/Configuration.h @@ -1784,6 +1784,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 diff --git a/config/examples/Anet/ET4+/Configuration.h b/config/examples/Anet/ET4+/Configuration.h index 4a549d6187..9f49f62783 100644 --- a/config/examples/Anet/ET4+/Configuration.h +++ b/config/examples/Anet/ET4+/Configuration.h @@ -1788,6 +1788,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 diff --git a/config/examples/Anet/ET4-Pro/Configuration.h b/config/examples/Anet/ET4-Pro/Configuration.h index 1e05df9ba2..07fa805af4 100644 --- a/config/examples/Anet/ET4-Pro/Configuration.h +++ b/config/examples/Anet/ET4-Pro/Configuration.h @@ -1788,6 +1788,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 diff --git a/config/examples/Anet/ET4/Configuration.h b/config/examples/Anet/ET4/Configuration.h index eec3c6a45a..c9fa17cb02 100644 --- a/config/examples/Anet/ET4/Configuration.h +++ b/config/examples/Anet/ET4/Configuration.h @@ -1788,6 +1788,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 diff --git a/config/examples/Anet/ET4X/Configuration.h b/config/examples/Anet/ET4X/Configuration.h index 1cd6e6f375..08fc92b5bb 100644 --- a/config/examples/Anet/ET4X/Configuration.h +++ b/config/examples/Anet/ET4X/Configuration.h @@ -1788,6 +1788,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 diff --git a/config/examples/Anet/ET5-Pro/Configuration.h b/config/examples/Anet/ET5-Pro/Configuration.h index 4f4c8bf04a..889c251ce1 100644 --- a/config/examples/Anet/ET5-Pro/Configuration.h +++ b/config/examples/Anet/ET5-Pro/Configuration.h @@ -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 diff --git a/config/examples/Anet/ET5/Configuration.h b/config/examples/Anet/ET5/Configuration.h index 4a60910868..7647987372 100644 --- a/config/examples/Anet/ET5/Configuration.h +++ b/config/examples/Anet/ET5/Configuration.h @@ -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 diff --git a/config/examples/Anet/ET5X/Configuration.h b/config/examples/Anet/ET5X/Configuration.h index b8a7b45be4..402d9ce7bd 100644 --- a/config/examples/Anet/ET5X/Configuration.h +++ b/config/examples/Anet/ET5X/Configuration.h @@ -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 diff --git a/config/examples/AnyCubic/Chiron/Configuration.h b/config/examples/AnyCubic/Chiron/Configuration.h index f55cfbaabd..016e61f8df 100644 --- a/config/examples/AnyCubic/Chiron/Configuration.h +++ b/config/examples/AnyCubic/Chiron/Configuration.h @@ -1785,6 +1785,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 diff --git a/config/examples/AnyCubic/Mega Zero 2.0/Anycubic V1/Configuration.h b/config/examples/AnyCubic/Mega Zero 2.0/Anycubic V1/Configuration.h index 778f9e5827..8b1985ad18 100644 --- a/config/examples/AnyCubic/Mega Zero 2.0/Anycubic V1/Configuration.h +++ b/config/examples/AnyCubic/Mega Zero 2.0/Anycubic V1/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/AnyCubic/Mega Zero/Anycubic V1/Configuration.h b/config/examples/AnyCubic/Mega Zero/Anycubic V1/Configuration.h index 01bd829d2b..8c23518e0b 100644 --- a/config/examples/AnyCubic/Mega Zero/Anycubic V1/Configuration.h +++ b/config/examples/AnyCubic/Mega Zero/Anycubic V1/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/AnyCubic/Mega Zero/BigTreeTech SKR Mini MZ V1.0/Configuration.h b/config/examples/AnyCubic/Mega Zero/BigTreeTech SKR Mini MZ V1.0/Configuration.h index 3773d63ab9..6d10d4cba6 100644 --- a/config/examples/AnyCubic/Mega Zero/BigTreeTech SKR Mini MZ V1.0/Configuration.h +++ b/config/examples/AnyCubic/Mega Zero/BigTreeTech SKR Mini MZ V1.0/Configuration.h @@ -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 diff --git a/config/examples/AnyCubic/Vyper/Configuration.h b/config/examples/AnyCubic/Vyper/Configuration.h index 3e12f2dc01..1673cb16b8 100644 --- a/config/examples/AnyCubic/Vyper/Configuration.h +++ b/config/examples/AnyCubic/Vyper/Configuration.h @@ -1782,6 +1782,8 @@ #define Z_AFTER_HOMING 2 // (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 diff --git a/config/examples/AnyCubic/i3 Mega/Trigorilla AVR/Configuration.h b/config/examples/AnyCubic/i3 Mega/Trigorilla AVR/Configuration.h index 25280a7dd6..aab927dee2 100644 --- a/config/examples/AnyCubic/i3 Mega/Trigorilla AVR/Configuration.h +++ b/config/examples/AnyCubic/i3 Mega/Trigorilla AVR/Configuration.h @@ -1838,6 +1838,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 diff --git a/config/examples/AnyCubic/i3 Mega/Trigorilla Pro STM32/Configuration.h b/config/examples/AnyCubic/i3 Mega/Trigorilla Pro STM32/Configuration.h index a7459d40bd..24452b42d4 100644 --- a/config/examples/AnyCubic/i3 Mega/Trigorilla Pro STM32/Configuration.h +++ b/config/examples/AnyCubic/i3 Mega/Trigorilla Pro STM32/Configuration.h @@ -1798,6 +1798,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 diff --git a/config/examples/AnyCubic/i3/Configuration.h b/config/examples/AnyCubic/i3/Configuration.h index 8ef6d4a8e4..2941888455 100644 --- a/config/examples/AnyCubic/i3/Configuration.h +++ b/config/examples/AnyCubic/i3/Configuration.h @@ -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 diff --git a/config/examples/ArmEd/Configuration.h b/config/examples/ArmEd/Configuration.h index 2a42e7b5b3..3349f44065 100644 --- a/config/examples/ArmEd/Configuration.h +++ b/config/examples/ArmEd/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Artillery/Genius Pro/Configuration.h b/config/examples/Artillery/Genius Pro/Configuration.h index 90a91173ba..802aeb96c8 100644 --- a/config/examples/Artillery/Genius Pro/Configuration.h +++ b/config/examples/Artillery/Genius Pro/Configuration.h @@ -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 diff --git a/config/examples/Artillery/Genius/BLTouch/Configuration.h b/config/examples/Artillery/Genius/BLTouch/Configuration.h index 5ea271a351..294f3f61fa 100644 --- a/config/examples/Artillery/Genius/BLTouch/Configuration.h +++ b/config/examples/Artillery/Genius/BLTouch/Configuration.h @@ -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 diff --git a/config/examples/Artillery/Genius/V1/Configuration.h b/config/examples/Artillery/Genius/V1/Configuration.h index 0dec85d6db..802fa374cf 100644 --- a/config/examples/Artillery/Genius/V1/Configuration.h +++ b/config/examples/Artillery/Genius/V1/Configuration.h @@ -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 diff --git a/config/examples/Artillery/Hornet/Configuration.h b/config/examples/Artillery/Hornet/Configuration.h index 75ac57cd0c..de325e4b00 100644 --- a/config/examples/Artillery/Hornet/Configuration.h +++ b/config/examples/Artillery/Hornet/Configuration.h @@ -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 diff --git a/config/examples/Artillery/Sidewinder X1/0.9 BMG - E3D V6/Configuration.h b/config/examples/Artillery/Sidewinder X1/0.9 BMG - E3D V6/Configuration.h index 6748586a01..c029c11b01 100644 --- a/config/examples/Artillery/Sidewinder X1/0.9 BMG - E3D V6/Configuration.h +++ b/config/examples/Artillery/Sidewinder X1/0.9 BMG - E3D V6/Configuration.h @@ -1798,6 +1798,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 diff --git a/config/examples/Artillery/Sidewinder X1/V1/Configuration.h b/config/examples/Artillery/Sidewinder X1/V1/Configuration.h index 2847a1ddb9..e8e13c87a4 100644 --- a/config/examples/Artillery/Sidewinder X1/V1/Configuration.h +++ b/config/examples/Artillery/Sidewinder X1/V1/Configuration.h @@ -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 diff --git a/config/examples/Artillery/Sidewinder X2/Configuration.h b/config/examples/Artillery/Sidewinder X2/Configuration.h index e2cf5420a0..8a3e6f4d7e 100644 --- a/config/examples/Artillery/Sidewinder X2/Configuration.h +++ b/config/examples/Artillery/Sidewinder X2/Configuration.h @@ -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 diff --git a/config/examples/Azteeg/X5GT/Configuration.h b/config/examples/Azteeg/X5GT/Configuration.h index 4457f12097..973e5027d2 100644 --- a/config/examples/Azteeg/X5GT/Configuration.h +++ b/config/examples/Azteeg/X5GT/Configuration.h @@ -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 diff --git a/config/examples/BIBO/TouchX/cyclops/Configuration.h b/config/examples/BIBO/TouchX/cyclops/Configuration.h index fed59790b0..992bb1be31 100644 --- a/config/examples/BIBO/TouchX/cyclops/Configuration.h +++ b/config/examples/BIBO/TouchX/cyclops/Configuration.h @@ -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 diff --git a/config/examples/BIBO/TouchX/default/Configuration.h b/config/examples/BIBO/TouchX/default/Configuration.h index 9e650a4bf7..dc0df0cbeb 100644 --- a/config/examples/BIBO/TouchX/default/Configuration.h +++ b/config/examples/BIBO/TouchX/default/Configuration.h @@ -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 diff --git a/config/examples/BIQU/B1 SE Plus/Configuration.h b/config/examples/BIQU/B1 SE Plus/Configuration.h index cdaa5619b9..a530d181bf 100644 --- a/config/examples/BIQU/B1 SE Plus/Configuration.h +++ b/config/examples/BIQU/B1 SE Plus/Configuration.h @@ -1780,6 +1780,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 diff --git a/config/examples/BIQU/B1 SE/Configuration.h b/config/examples/BIQU/B1 SE/Configuration.h index 6f2592f3ec..cdf4208c13 100644 --- a/config/examples/BIQU/B1 SE/Configuration.h +++ b/config/examples/BIQU/B1 SE/Configuration.h @@ -1780,6 +1780,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 diff --git a/config/examples/BIQU/B1/Configuration.h b/config/examples/BIQU/B1/Configuration.h index 4214687739..7f8e5d52c5 100644 --- a/config/examples/BIQU/B1/Configuration.h +++ b/config/examples/BIQU/B1/Configuration.h @@ -1793,6 +1793,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 diff --git a/config/examples/BIQU/BX/Configuration.h b/config/examples/BIQU/BX/Configuration.h index 611e7d6699..c63c43bc45 100644 --- a/config/examples/BIQU/BX/Configuration.h +++ b/config/examples/BIQU/BX/Configuration.h @@ -1789,6 +1789,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 diff --git a/config/examples/BIQU/Hurakan/Configuration.h b/config/examples/BIQU/Hurakan/Configuration.h index 0590fef702..dee0df00de 100644 --- a/config/examples/BIQU/Hurakan/Configuration.h +++ b/config/examples/BIQU/Hurakan/Configuration.h @@ -1784,6 +1784,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 diff --git a/config/examples/BIQU/Thunder Standard/Configuration.h b/config/examples/BIQU/Thunder Standard/Configuration.h index 8ad2b2c70c..2527269718 100644 --- a/config/examples/BIQU/Thunder Standard/Configuration.h +++ b/config/examples/BIQU/Thunder Standard/Configuration.h @@ -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 diff --git a/config/examples/BQ/Hephestos/Configuration.h b/config/examples/BQ/Hephestos/Configuration.h index d995bd1b57..2fdbbcb7a9 100644 --- a/config/examples/BQ/Hephestos/Configuration.h +++ b/config/examples/BQ/Hephestos/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/BQ/Hephestos_2/Configuration.h b/config/examples/BQ/Hephestos_2/Configuration.h index 319df2baf3..ce45830aea 100644 --- a/config/examples/BQ/Hephestos_2/Configuration.h +++ b/config/examples/BQ/Hephestos_2/Configuration.h @@ -1796,6 +1796,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 diff --git a/config/examples/BQ/WITBOX/Configuration.h b/config/examples/BQ/WITBOX/Configuration.h index 3ea294b4b4..842f28219e 100644 --- a/config/examples/BQ/WITBOX/Configuration.h +++ b/config/examples/BQ/WITBOX/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/CTC/A13/Configuration.h b/config/examples/CTC/A13/Configuration.h index d22eee2a8b..5d77153826 100644 --- a/config/examples/CTC/A13/Configuration.h +++ b/config/examples/CTC/A13/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/CTC/Bizer/Configuration.h b/config/examples/CTC/Bizer/Configuration.h index e07c13bb8c..f9319bab60 100644 --- a/config/examples/CTC/Bizer/Configuration.h +++ b/config/examples/CTC/Bizer/Configuration.h @@ -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 diff --git a/config/examples/CTC/i3 2560 Rev A/no probe/Configuration.h b/config/examples/CTC/i3 2560 Rev A/no probe/Configuration.h index f4f3e667be..2804b1349b 100644 --- a/config/examples/CTC/i3 2560 Rev A/no probe/Configuration.h +++ b/config/examples/CTC/i3 2560 Rev A/no probe/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Cartesio/Configuration.h b/config/examples/Cartesio/Configuration.h index c64d966657..3adb38d763 100644 --- a/config/examples/Cartesio/Configuration.h +++ b/config/examples/Cartesio/Configuration.h @@ -1798,6 +1798,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 diff --git a/config/examples/Copymaster3D/300/Configuration.h b/config/examples/Copymaster3D/300/Configuration.h index 35da813a76..bbcb052c05 100644 --- a/config/examples/Copymaster3D/300/Configuration.h +++ b/config/examples/Copymaster3D/300/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Copymaster3D/400/Configuration.h b/config/examples/Copymaster3D/400/Configuration.h index 29f2fb4ff5..c7c3f2bf17 100644 --- a/config/examples/Copymaster3D/400/Configuration.h +++ b/config/examples/Copymaster3D/400/Configuration.h @@ -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 diff --git a/config/examples/Copymaster3D/500/Configuration.h b/config/examples/Copymaster3D/500/Configuration.h index 9fd9b093c5..c84a241192 100644 --- a/config/examples/Copymaster3D/500/Configuration.h +++ b/config/examples/Copymaster3D/500/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Creality/CR-10 Max/Configuration.h b/config/examples/Creality/CR-10 Max/Configuration.h index 2591fc412c..43a0eda21a 100644 --- a/config/examples/Creality/CR-10 Max/Configuration.h +++ b/config/examples/Creality/CR-10 Max/Configuration.h @@ -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 diff --git a/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 2.0/Configuration.h b/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 2.0/Configuration.h index 3ef51ca17a..daf9994416 100644 --- a/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 2.0/Configuration.h +++ b/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 2.0/Configuration.h @@ -1790,6 +1790,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 diff --git a/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 3.0/Configuration.h b/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 3.0/Configuration.h index 131eb75813..0bffcd2d6e 100644 --- a/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 3.0/Configuration.h +++ b/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 3.0/Configuration.h @@ -1790,6 +1790,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 diff --git a/config/examples/Creality/CR-10 Mini/CrealityV1/Configuration.h b/config/examples/Creality/CR-10 Mini/CrealityV1/Configuration.h index d2b17c954a..a134dc1a62 100644 --- a/config/examples/Creality/CR-10 Mini/CrealityV1/Configuration.h +++ b/config/examples/Creality/CR-10 Mini/CrealityV1/Configuration.h @@ -1791,6 +1791,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 diff --git a/config/examples/Creality/CR-10 Mini/MEEB-3DP/Configuration.h b/config/examples/Creality/CR-10 Mini/MEEB-3DP/Configuration.h index 0bd9a52f13..ad0dc80cc5 100644 --- a/config/examples/Creality/CR-10 Mini/MEEB-3DP/Configuration.h +++ b/config/examples/Creality/CR-10 Mini/MEEB-3DP/Configuration.h @@ -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 diff --git a/config/examples/Creality/CR-10 S4/CrealityV1/Configuration.h b/config/examples/Creality/CR-10 S4/CrealityV1/Configuration.h index 580680be95..3509b7a1ea 100644 --- a/config/examples/Creality/CR-10 S4/CrealityV1/Configuration.h +++ b/config/examples/Creality/CR-10 S4/CrealityV1/Configuration.h @@ -1784,6 +1784,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 diff --git a/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 1.2 with TFT35 E3 V3.0/Configuration.h b/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 1.2 with TFT35 E3 V3.0/Configuration.h index b626d6a2cb..8a32069d54 100644 --- a/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 1.2 with TFT35 E3 V3.0/Configuration.h +++ b/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 1.2 with TFT35 E3 V3.0/Configuration.h @@ -1784,6 +1784,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 diff --git a/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 v3/Configuration.h b/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 v3/Configuration.h index d6337b10dc..52bf8fe502 100644 --- a/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 v3/Configuration.h +++ b/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 v3/Configuration.h @@ -1784,6 +1784,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 diff --git a/config/examples/Creality/CR-10 S5/CrealityV1/Configuration.h b/config/examples/Creality/CR-10 S5/CrealityV1/Configuration.h index fdee566cb4..b7b4f94c9f 100644 --- a/config/examples/Creality/CR-10 S5/CrealityV1/Configuration.h +++ b/config/examples/Creality/CR-10 S5/CrealityV1/Configuration.h @@ -1784,6 +1784,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 diff --git a/config/examples/Creality/CR-10 S5/CrealityV2.2-BLTouch/Configuration.h b/config/examples/Creality/CR-10 S5/CrealityV2.2-BLTouch/Configuration.h index 82e2061b7e..3e0edffab6 100644 --- a/config/examples/Creality/CR-10 S5/CrealityV2.2-BLTouch/Configuration.h +++ b/config/examples/Creality/CR-10 S5/CrealityV2.2-BLTouch/Configuration.h @@ -1785,6 +1785,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 diff --git a/config/examples/Creality/CR-10 V2/Configuration.h b/config/examples/Creality/CR-10 V2/Configuration.h index 71a9e195bb..af97a131a3 100644 --- a/config/examples/Creality/CR-10 V2/Configuration.h +++ b/config/examples/Creality/CR-10 V2/Configuration.h @@ -1802,6 +1802,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 diff --git a/config/examples/Creality/CR-10 V3/Configuration.h b/config/examples/Creality/CR-10 V3/Configuration.h index a870d4cfe5..0fc3970785 100644 --- a/config/examples/Creality/CR-10 V3/Configuration.h +++ b/config/examples/Creality/CR-10 V3/Configuration.h @@ -1805,6 +1805,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 diff --git a/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 2.0/Configuration.h b/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 2.0/Configuration.h index 5f99040ec5..560e3b14ce 100644 --- a/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 2.0/Configuration.h +++ b/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 2.0/Configuration.h @@ -1781,6 +1781,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 diff --git a/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 3.0/Configuration.h b/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 3.0/Configuration.h index 5f72e5c893..b1380d08f6 100644 --- a/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 3.0/Configuration.h +++ b/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 3.0/Configuration.h @@ -1781,6 +1781,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 diff --git a/config/examples/Creality/CR-10/CrealityV1/Configuration.h b/config/examples/Creality/CR-10/CrealityV1/Configuration.h index 720101de47..ab14008f9a 100644 --- a/config/examples/Creality/CR-10/CrealityV1/Configuration.h +++ b/config/examples/Creality/CR-10/CrealityV1/Configuration.h @@ -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 diff --git a/config/examples/Creality/CR-10S Pro/Configuration.h b/config/examples/Creality/CR-10S Pro/Configuration.h index b942be2d11..5784e291c4 100644 --- a/config/examples/Creality/CR-10S Pro/Configuration.h +++ b/config/examples/Creality/CR-10S Pro/Configuration.h @@ -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 diff --git a/config/examples/Creality/CR-10S/BigTreeTech SKR 1.4 Turbo TMC2209/Configuration.h b/config/examples/Creality/CR-10S/BigTreeTech SKR 1.4 Turbo TMC2209/Configuration.h index 7798d81fcf..89a901f958 100644 --- a/config/examples/Creality/CR-10S/BigTreeTech SKR 1.4 Turbo TMC2209/Configuration.h +++ b/config/examples/Creality/CR-10S/BigTreeTech SKR 1.4 Turbo TMC2209/Configuration.h @@ -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 diff --git a/config/examples/Creality/CR-10S/BigTreeTech SKR 2.0 TMC2209/Configuration.h b/config/examples/Creality/CR-10S/BigTreeTech SKR 2.0 TMC2209/Configuration.h index 952bde5863..7bc23cc8f1 100644 --- a/config/examples/Creality/CR-10S/BigTreeTech SKR 2.0 TMC2209/Configuration.h +++ b/config/examples/Creality/CR-10S/BigTreeTech SKR 2.0 TMC2209/Configuration.h @@ -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 diff --git a/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 2.0/Configuration.h b/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 2.0/Configuration.h index dc1673bd50..5bcee9c1f2 100644 --- a/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 2.0/Configuration.h +++ b/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 2.0/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Creality/CR-10S/BigTreeTech SKR Pro v1.2/Configuration.h b/config/examples/Creality/CR-10S/BigTreeTech SKR Pro v1.2/Configuration.h index 45163f999b..352916b306 100644 --- a/config/examples/Creality/CR-10S/BigTreeTech SKR Pro v1.2/Configuration.h +++ b/config/examples/Creality/CR-10S/BigTreeTech SKR Pro v1.2/Configuration.h @@ -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 diff --git a/config/examples/Creality/CR-10S/CrealityV1/Configuration.h b/config/examples/Creality/CR-10S/CrealityV1/Configuration.h index aa179403d2..7aa8fef97f 100644 --- a/config/examples/Creality/CR-10S/CrealityV1/Configuration.h +++ b/config/examples/Creality/CR-10S/CrealityV1/Configuration.h @@ -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 diff --git a/config/examples/Creality/CR-20 Pro/Configuration.h b/config/examples/Creality/CR-20 Pro/Configuration.h index a8d3eea4da..9e5d15c05b 100644 --- a/config/examples/Creality/CR-20 Pro/Configuration.h +++ b/config/examples/Creality/CR-20 Pro/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Creality/CR-20/RepRapWorld Minitronics20/Configuration.h b/config/examples/Creality/CR-20/RepRapWorld Minitronics20/Configuration.h index b5fbca7808..3e91331e45 100644 --- a/config/examples/Creality/CR-20/RepRapWorld Minitronics20/Configuration.h +++ b/config/examples/Creality/CR-20/RepRapWorld Minitronics20/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Creality/CR-20/Stock/Configuration.h b/config/examples/Creality/CR-20/Stock/Configuration.h index 9a52bff4cf..1ad60a35de 100644 --- a/config/examples/Creality/CR-20/Stock/Configuration.h +++ b/config/examples/Creality/CR-20/Stock/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Creality/CR-30 PrintMill/Configuration.h b/config/examples/Creality/CR-30 PrintMill/Configuration.h index 87448d31d5..e20ca0b096 100644 --- a/config/examples/Creality/CR-30 PrintMill/Configuration.h +++ b/config/examples/Creality/CR-30 PrintMill/Configuration.h @@ -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 diff --git a/config/examples/Creality/CR-6 SE/Configuration.h b/config/examples/Creality/CR-6 SE/Configuration.h index 611c37803d..d43098e5d9 100644 --- a/config/examples/Creality/CR-6 SE/Configuration.h +++ b/config/examples/Creality/CR-6 SE/Configuration.h @@ -1782,6 +1782,8 @@ #define Z_AFTER_HOMING 5 // (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 diff --git a/config/examples/Creality/CR-8/Configuration.h b/config/examples/Creality/CR-8/Configuration.h index 6403141976..4d209b5eef 100644 --- a/config/examples/Creality/CR-8/Configuration.h +++ b/config/examples/Creality/CR-8/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-2 Pro/CrealityV423/Configuration.h b/config/examples/Creality/Ender-2 Pro/CrealityV423/Configuration.h index 6911effe69..43bef3cf39 100644 --- a/config/examples/Creality/Ender-2 Pro/CrealityV423/Configuration.h +++ b/config/examples/Creality/Ender-2 Pro/CrealityV423/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-2/Configuration.h b/config/examples/Creality/Ender-2/Configuration.h index 7559b4fdbf..b444591ffb 100644 --- a/config/examples/Creality/Ender-2/Configuration.h +++ b/config/examples/Creality/Ender-2/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Creality/Ender-3 Max Neo/Configuration.h b/config/examples/Creality/Ender-3 Max Neo/Configuration.h index 4e6bcc3824..6813427e1e 100644 --- a/config/examples/Creality/Ender-3 Max Neo/Configuration.h +++ b/config/examples/Creality/Ender-3 Max Neo/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Creality/Ender-3 Max/Configuration.h b/config/examples/Creality/Ender-3 Max/Configuration.h index 4147b8eccb..6bb3a3d971 100644 --- a/config/examples/Creality/Ender-3 Max/Configuration.h +++ b/config/examples/Creality/Ender-3 Max/Configuration.h @@ -1786,6 +1786,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 diff --git a/config/examples/Creality/Ender-3 Neo/Configuration.h b/config/examples/Creality/Ender-3 Neo/Configuration.h index 232b0ff41a..758ea4e909 100644 --- a/config/examples/Creality/Ender-3 Neo/Configuration.h +++ b/config/examples/Creality/Ender-3 Neo/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR 1.4 Turbo/Configuration.h b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR 1.4 Turbo/Configuration.h index a88cc73a34..3cba62dd4d 100644 --- a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR 1.4 Turbo/Configuration.h +++ b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR 1.4 Turbo/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.0/Configuration.h b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.0/Configuration.h index 707464d2e2..1f26846cee 100644 --- a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.0/Configuration.h +++ b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.0/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.2/Configuration.h b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.2/Configuration.h index dc1d0b6f3f..e47cacc8a7 100644 --- a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.2/Configuration.h +++ b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.2/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 2.0/Configuration.h b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 2.0/Configuration.h index 1eddb1349d..4d517ae0c4 100644 --- a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 2.0/Configuration.h +++ b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 2.0/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 3.0/Configuration.h b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 3.0/Configuration.h index 0b46f22446..bd060f2ecb 100644 --- a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 3.0/Configuration.h +++ b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 3.0/Configuration.h @@ -1781,6 +1781,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 diff --git a/config/examples/Creality/Ender-3 Pro/CrealityV1/Configuration.h b/config/examples/Creality/Ender-3 Pro/CrealityV1/Configuration.h index 0883b3dfff..6b48a1e636 100644 --- a/config/examples/Creality/Ender-3 Pro/CrealityV1/Configuration.h +++ b/config/examples/Creality/Ender-3 Pro/CrealityV1/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Creality/Ender-3 Pro/CrealityV422/Configuration.h b/config/examples/Creality/Ender-3 Pro/CrealityV422/Configuration.h index 1549bb8862..c17c923823 100644 --- a/config/examples/Creality/Ender-3 Pro/CrealityV422/Configuration.h +++ b/config/examples/Creality/Ender-3 Pro/CrealityV422/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3 Pro/CrealityV427/Configuration.h b/config/examples/Creality/Ender-3 Pro/CrealityV427/Configuration.h index 6466eebc7b..c2edfae34a 100644 --- a/config/examples/Creality/Ender-3 Pro/CrealityV427/Configuration.h +++ b/config/examples/Creality/Ender-3 Pro/CrealityV427/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Creality/Ender-3 S1 Plus/Configuration.h b/config/examples/Creality/Ender-3 S1 Plus/Configuration.h index 589819c0d2..9d405119f6 100644 --- a/config/examples/Creality/Ender-3 S1 Plus/Configuration.h +++ b/config/examples/Creality/Ender-3 S1 Plus/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Creality/Ender-3 S1 Pro/Configuration.h b/config/examples/Creality/Ender-3 S1 Pro/Configuration.h index 6eeb07d6b2..9a77797674 100644 --- a/config/examples/Creality/Ender-3 S1 Pro/Configuration.h +++ b/config/examples/Creality/Ender-3 S1 Pro/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Creality/Ender-3 S1/STM32F1/Configuration.h b/config/examples/Creality/Ender-3 S1/STM32F1/Configuration.h index 0c99b01a20..5b4feacd8d 100644 --- a/config/examples/Creality/Ender-3 S1/STM32F1/Configuration.h +++ b/config/examples/Creality/Ender-3 S1/STM32F1/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3 S1/STM32F4/Configuration.h b/config/examples/Creality/Ender-3 S1/STM32F4/Configuration.h index c9074c48ac..81d73c2bcd 100644 --- a/config/examples/Creality/Ender-3 S1/STM32F4/Configuration.h +++ b/config/examples/Creality/Ender-3 S1/STM32F4/Configuration.h @@ -1782,6 +1782,8 @@ #define Z_AFTER_HOMING 30 // (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 diff --git a/config/examples/Creality/Ender-3 V2 Neo/Configuration.h b/config/examples/Creality/Ender-3 V2 Neo/Configuration.h index 86bc90dd45..ec9c15a3a3 100644 --- a/config/examples/Creality/Ender-3 V2 Neo/Configuration.h +++ b/config/examples/Creality/Ender-3 V2 Neo/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/CrealityUI/Configuration.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/CrealityUI/Configuration.h index d981734c06..7eda98d527 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/CrealityUI/Configuration.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/CrealityUI/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/MarlinUI/Configuration.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/MarlinUI/Configuration.h index f8f8339e31..4065203152 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/MarlinUI/Configuration.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/MarlinUI/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 v3/CrealityUI/Configuration.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 v3/CrealityUI/Configuration.h index ac293043a0..a94513f832 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 v3/CrealityUI/Configuration.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 v3/CrealityUI/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 v3/MarlinUI/Configuration.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 v3/MarlinUI/Configuration.h index 5f06a811d1..d64fdce8d2 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 v3/MarlinUI/Configuration.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 v3/MarlinUI/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3 V2/CrealityV422/CrealityUI/Configuration.h b/config/examples/Creality/Ender-3 V2/CrealityV422/CrealityUI/Configuration.h index 0e2b13d624..e92d4621a2 100644 --- a/config/examples/Creality/Ender-3 V2/CrealityV422/CrealityUI/Configuration.h +++ b/config/examples/Creality/Ender-3 V2/CrealityV422/CrealityUI/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3 V2/CrealityV422/MarlinUI/Configuration.h b/config/examples/Creality/Ender-3 V2/CrealityV422/MarlinUI/Configuration.h index 2d0ba6f43e..baa1215b17 100644 --- a/config/examples/Creality/Ender-3 V2/CrealityV422/MarlinUI/Configuration.h +++ b/config/examples/Creality/Ender-3 V2/CrealityV422/MarlinUI/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3/BigTreeTech E3 RRF/Configuration.h b/config/examples/Creality/Ender-3/BigTreeTech E3 RRF/Configuration.h index 2664a8689d..5b672719ae 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech E3 RRF/Configuration.h +++ b/config/examples/Creality/Ender-3/BigTreeTech E3 RRF/Configuration.h @@ -1781,6 +1781,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 diff --git a/config/examples/Creality/Ender-3/BigTreeTech Manta E3 EZ/Configuration.h b/config/examples/Creality/Ender-3/BigTreeTech Manta E3 EZ/Configuration.h index 9763d56453..0bf2b97313 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech Manta E3 EZ/Configuration.h +++ b/config/examples/Creality/Ender-3/BigTreeTech Manta E3 EZ/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR 1.4/Configuration.h b/config/examples/Creality/Ender-3/BigTreeTech SKR 1.4/Configuration.h index 1f46a1f04f..c22149ef09 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR 1.4/Configuration.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR 1.4/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/2-into-1 Hotend/Configuration.h b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/2-into-1 Hotend/Configuration.h index 33800e4e06..354505e811 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/2-into-1 Hotend/Configuration.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/2-into-1 Hotend/Configuration.h @@ -1781,6 +1781,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 diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Dual Z/Configuration.h b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Dual Z/Configuration.h index c4da44912c..72a25fbc43 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Dual Z/Configuration.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Dual Z/Configuration.h @@ -1781,6 +1781,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 diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Single Extruder/Configuration.h b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Single Extruder/Configuration.h index 721f09c917..9042591d8e 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Single Extruder/Configuration.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Single Extruder/Configuration.h @@ -1781,6 +1781,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 diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR E3-DIP V1.1/Configuration.h b/config/examples/Creality/Ender-3/BigTreeTech SKR E3-DIP V1.1/Configuration.h index 06bce1c16d..751a6fb74a 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR E3-DIP V1.1/Configuration.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR E3-DIP V1.1/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.0/Configuration.h b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.0/Configuration.h index 24b9ecc256..4390158202 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.0/Configuration.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.0/Configuration.h @@ -1781,6 +1781,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 diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.2/Configuration.h b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.2/Configuration.h index 089d292723..fe93b6f589 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.2/Configuration.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.2/Configuration.h @@ -1781,6 +1781,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 diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 2.0/Configuration.h b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 2.0/Configuration.h index 583c37bdc6..2cdadf0da1 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 2.0/Configuration.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 2.0/Configuration.h @@ -1781,6 +1781,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 diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 3.0/Configuration.h b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 3.0/Configuration.h index fa2f37d5c8..0c5c526480 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 3.0/Configuration.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 3.0/Configuration.h @@ -1781,6 +1781,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 diff --git a/config/examples/Creality/Ender-3/CrealityV1/Configuration.h b/config/examples/Creality/Ender-3/CrealityV1/Configuration.h index 5ba7bd7125..f9fb878141 100644 --- a/config/examples/Creality/Ender-3/CrealityV1/Configuration.h +++ b/config/examples/Creality/Ender-3/CrealityV1/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Creality/Ender-3/CrealityV422/Configuration.h b/config/examples/Creality/Ender-3/CrealityV422/Configuration.h index 11bee6ba45..3075b45587 100644 --- a/config/examples/Creality/Ender-3/CrealityV422/Configuration.h +++ b/config/examples/Creality/Ender-3/CrealityV422/Configuration.h @@ -1789,6 +1789,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 diff --git a/config/examples/Creality/Ender-3/CrealityV427/Configuration.h b/config/examples/Creality/Ender-3/CrealityV427/Configuration.h index 0ec6a4943b..9753d4397c 100644 --- a/config/examples/Creality/Ender-3/CrealityV427/Configuration.h +++ b/config/examples/Creality/Ender-3/CrealityV427/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/BLTouch/Configuration.h b/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/BLTouch/Configuration.h index 2d48ff2e7c..eb02e56dd7 100644 --- a/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/BLTouch/Configuration.h +++ b/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/BLTouch/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/base/Configuration.h b/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/base/Configuration.h index 070620aef8..d28beb7f67 100644 --- a/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/base/Configuration.h +++ b/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/base/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Creality/Ender-3/FYSETC Cheetah 2.0/Configuration.h b/config/examples/Creality/Ender-3/FYSETC Cheetah 2.0/Configuration.h index 776ec0704c..1f3569cd57 100644 --- a/config/examples/Creality/Ender-3/FYSETC Cheetah 2.0/Configuration.h +++ b/config/examples/Creality/Ender-3/FYSETC Cheetah 2.0/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Creality/Ender-3/FYSETC Cheetah/BLTouch/Configuration.h b/config/examples/Creality/Ender-3/FYSETC Cheetah/BLTouch/Configuration.h index 23044c0b1b..d05d267759 100644 --- a/config/examples/Creality/Ender-3/FYSETC Cheetah/BLTouch/Configuration.h +++ b/config/examples/Creality/Ender-3/FYSETC Cheetah/BLTouch/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Creality/Ender-3/FYSETC Cheetah/base/Configuration.h b/config/examples/Creality/Ender-3/FYSETC Cheetah/base/Configuration.h index 806156907a..57866f0587 100644 --- a/config/examples/Creality/Ender-3/FYSETC Cheetah/base/Configuration.h +++ b/config/examples/Creality/Ender-3/FYSETC Cheetah/base/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Creality/Ender-3/MEEB-3DP/Configuration.h b/config/examples/Creality/Ender-3/MEEB-3DP/Configuration.h index 79e859a087..1eb7381498 100644 --- a/config/examples/Creality/Ender-3/MEEB-3DP/Configuration.h +++ b/config/examples/Creality/Ender-3/MEEB-3DP/Configuration.h @@ -1788,6 +1788,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 diff --git a/config/examples/Creality/Ender-3/MKS Robin E3/V1.0/Configuration.h b/config/examples/Creality/Ender-3/MKS Robin E3/V1.0/Configuration.h index 2788b35d13..e3054aad5c 100644 --- a/config/examples/Creality/Ender-3/MKS Robin E3/V1.0/Configuration.h +++ b/config/examples/Creality/Ender-3/MKS Robin E3/V1.0/Configuration.h @@ -1781,6 +1781,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 diff --git a/config/examples/Creality/Ender-3/MKS Robin E3/V1.1/Configuration.h b/config/examples/Creality/Ender-3/MKS Robin E3/V1.1/Configuration.h index f81d9e8747..fd79783673 100644 --- a/config/examples/Creality/Ender-3/MKS Robin E3/V1.1/Configuration.h +++ b/config/examples/Creality/Ender-3/MKS Robin E3/V1.1/Configuration.h @@ -1781,6 +1781,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 diff --git a/config/examples/Creality/Ender-3/MKS Robin E3P/Configuration.h b/config/examples/Creality/Ender-3/MKS Robin E3P/Configuration.h index be96a23055..acc17bae06 100644 --- a/config/examples/Creality/Ender-3/MKS Robin E3P/Configuration.h +++ b/config/examples/Creality/Ender-3/MKS Robin E3P/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Creality/Ender-3/TH3D EZBoard Lite V2/Configuration.h b/config/examples/Creality/Ender-3/TH3D EZBoard Lite V2/Configuration.h index 1191c570c5..493b946894 100644 --- a/config/examples/Creality/Ender-3/TH3D EZBoard Lite V2/Configuration.h +++ b/config/examples/Creality/Ender-3/TH3D EZBoard Lite V2/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Creality/Ender-4/Configuration.h b/config/examples/Creality/Ender-4/Configuration.h index 748fe9f8ea..d2a07964a2 100644 --- a/config/examples/Creality/Ender-4/Configuration.h +++ b/config/examples/Creality/Ender-4/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-5 Plus/BigTreeTech SKR 3/Configuration.h b/config/examples/Creality/Ender-5 Plus/BigTreeTech SKR 3/Configuration.h index 1a9f46ca85..766db7ffb2 100644 --- a/config/examples/Creality/Ender-5 Plus/BigTreeTech SKR 3/Configuration.h +++ b/config/examples/Creality/Ender-5 Plus/BigTreeTech SKR 3/Configuration.h @@ -1782,6 +1782,8 @@ #define Z_AFTER_HOMING 17 // (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 diff --git a/config/examples/Creality/Ender-5 Plus/CrealityV1 (ORIGIN UI)/Configuration.h b/config/examples/Creality/Ender-5 Plus/CrealityV1 (ORIGIN UI)/Configuration.h index 697cfd0cf5..65b142b403 100644 --- a/config/examples/Creality/Ender-5 Plus/CrealityV1 (ORIGIN UI)/Configuration.h +++ b/config/examples/Creality/Ender-5 Plus/CrealityV1 (ORIGIN UI)/Configuration.h @@ -1792,6 +1792,8 @@ #define Z_AFTER_HOMING 17 // (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 diff --git a/config/examples/Creality/Ender-5 Plus/CrealityV1 (RELOADED UI)/Configuration.h b/config/examples/Creality/Ender-5 Plus/CrealityV1 (RELOADED UI)/Configuration.h index 5a5e867417..78077e78f5 100644 --- a/config/examples/Creality/Ender-5 Plus/CrealityV1 (RELOADED UI)/Configuration.h +++ b/config/examples/Creality/Ender-5 Plus/CrealityV1 (RELOADED UI)/Configuration.h @@ -1792,6 +1792,8 @@ #define Z_AFTER_HOMING 17 // (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 diff --git a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR E3 Turbo/Configuration.h b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR E3 Turbo/Configuration.h index 81deacd3ef..de71a54eb9 100644 --- a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR E3 Turbo/Configuration.h +++ b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR E3 Turbo/Configuration.h @@ -1790,6 +1790,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 diff --git a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 1.2/Configuration.h b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 1.2/Configuration.h index aba54c409f..5d2cc02075 100644 --- a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 1.2/Configuration.h +++ b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 1.2/Configuration.h @@ -1781,6 +1781,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 diff --git a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 2.0 with BLTouch/Configuration.h b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 2.0 with BLTouch/Configuration.h index cdfe4f5b68..d18cd0a067 100644 --- a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 2.0 with BLTouch/Configuration.h +++ b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 2.0 with BLTouch/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 3.0 with BLTouch-HighTemp/Configuration.h b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 3.0 with BLTouch-HighTemp/Configuration.h index 2483a2c154..bc7410bd4a 100644 --- a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 3.0 with BLTouch-HighTemp/Configuration.h +++ b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 3.0 with BLTouch-HighTemp/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-5 Pro/CrealityV1/Configuration.h b/config/examples/Creality/Ender-5 Pro/CrealityV1/Configuration.h index 05cf865f9b..0aa0264710 100644 --- a/config/examples/Creality/Ender-5 Pro/CrealityV1/Configuration.h +++ b/config/examples/Creality/Ender-5 Pro/CrealityV1/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Creality/Ender-5 Pro/CrealityV422/Configuration.h b/config/examples/Creality/Ender-5 Pro/CrealityV422/Configuration.h index 0d1ce46bd7..2cd0c7b1e4 100644 --- a/config/examples/Creality/Ender-5 Pro/CrealityV422/Configuration.h +++ b/config/examples/Creality/Ender-5 Pro/CrealityV422/Configuration.h @@ -1796,6 +1796,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 diff --git a/config/examples/Creality/Ender-5 Pro/CrealityV427/Configuration.h b/config/examples/Creality/Ender-5 Pro/CrealityV427/Configuration.h index 398f680ec2..5f693dc945 100644 --- a/config/examples/Creality/Ender-5 Pro/CrealityV427/Configuration.h +++ b/config/examples/Creality/Ender-5 Pro/CrealityV427/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Creality/Ender-5 S1/Configuration.h b/config/examples/Creality/Ender-5 S1/Configuration.h index c6af076eaf..71d32bc5b8 100644 --- a/config/examples/Creality/Ender-5 S1/Configuration.h +++ b/config/examples/Creality/Ender-5 S1/Configuration.h @@ -1824,6 +1824,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 diff --git a/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo with BLTouch/Configuration.h b/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo with BLTouch/Configuration.h index ef47f96c8c..1d6448589e 100644 --- a/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo with BLTouch/Configuration.h +++ b/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo with BLTouch/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo/Configuration.h b/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo/Configuration.h index 6965ccc4f8..1021f2f381 100644 --- a/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo/Configuration.h +++ b/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 1.2/Configuration.h b/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 1.2/Configuration.h index f1ec14be23..b6b888ce11 100644 --- a/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 1.2/Configuration.h +++ b/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 1.2/Configuration.h @@ -1781,6 +1781,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 diff --git a/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 2.0/Configuration.h b/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 2.0/Configuration.h index f6da8c6ac9..76b0bd1b95 100644 --- a/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 2.0/Configuration.h +++ b/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 2.0/Configuration.h @@ -1781,6 +1781,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 diff --git a/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 3.0 with BLTouch/Configuration.h b/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 3.0 with BLTouch/Configuration.h index 031da106c6..20b2b45a27 100644 --- a/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 3.0 with BLTouch/Configuration.h +++ b/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 3.0 with BLTouch/Configuration.h @@ -1784,6 +1784,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 diff --git a/config/examples/Creality/Ender-5/CrealityV1/Configuration.h b/config/examples/Creality/Ender-5/CrealityV1/Configuration.h index 3455ae2730..94b8c048b7 100644 --- a/config/examples/Creality/Ender-5/CrealityV1/Configuration.h +++ b/config/examples/Creality/Ender-5/CrealityV1/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Creality/Ender-5/CrealityV427/Configuration.h b/config/examples/Creality/Ender-5/CrealityV427/Configuration.h index daa9550d45..f8d5f7099a 100644 --- a/config/examples/Creality/Ender-5/CrealityV427/Configuration.h +++ b/config/examples/Creality/Ender-5/CrealityV427/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Creality/Ender-6/Configuration.h b/config/examples/Creality/Ender-6/Configuration.h index da303fd7fe..4121324e4f 100644 --- a/config/examples/Creality/Ender-6/Configuration.h +++ b/config/examples/Creality/Ender-6/Configuration.h @@ -1789,6 +1789,8 @@ #ifdef E6_USE_BLTOUCH #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) #endif // Direction of endstops when homing; 1=MAX, -1=MIN diff --git a/config/examples/Dagoma/Disco Ultimate/Configuration.h b/config/examples/Dagoma/Disco Ultimate/Configuration.h index 1b3e1b287f..eab323586d 100644 --- a/config/examples/Dagoma/Disco Ultimate/Configuration.h +++ b/config/examples/Dagoma/Disco Ultimate/Configuration.h @@ -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 diff --git a/config/examples/Daycom/3DP-100/Configuration.h b/config/examples/Daycom/3DP-100/Configuration.h index bea8faa4df..d6e9eec893 100644 --- a/config/examples/Daycom/3DP-100/Configuration.h +++ b/config/examples/Daycom/3DP-100/Configuration.h @@ -1786,6 +1786,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 diff --git a/config/examples/EXP3D/Imprimante multifonction/Configuration.h b/config/examples/EXP3D/Imprimante multifonction/Configuration.h index 222e811a25..01efae2502 100644 --- a/config/examples/EXP3D/Imprimante multifonction/Configuration.h +++ b/config/examples/EXP3D/Imprimante multifonction/Configuration.h @@ -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 diff --git a/config/examples/EasyThreeD/ET4000PLUS/Configuration.h b/config/examples/EasyThreeD/ET4000PLUS/Configuration.h index 38c665a35b..16a6e6de65 100644 --- a/config/examples/EasyThreeD/ET4000PLUS/Configuration.h +++ b/config/examples/EasyThreeD/ET4000PLUS/Configuration.h @@ -1782,6 +1782,8 @@ #define Z_AFTER_HOMING 0 // (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 diff --git a/config/examples/Einstart-S/Configuration.h b/config/examples/Einstart-S/Configuration.h index a397b52ff6..7cc68b2800 100644 --- a/config/examples/Einstart-S/Configuration.h +++ b/config/examples/Einstart-S/Configuration.h @@ -1787,6 +1787,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 diff --git a/config/examples/Elegoo/Neptune 2/Configuration.h b/config/examples/Elegoo/Neptune 2/Configuration.h index 40a3bfaddf..3a921cedcd 100644 --- a/config/examples/Elegoo/Neptune 2/Configuration.h +++ b/config/examples/Elegoo/Neptune 2/Configuration.h @@ -1838,6 +1838,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 diff --git a/config/examples/Eryone/Thinker SE/Configuration.h b/config/examples/Eryone/Thinker SE/Configuration.h index 0fe7913048..c81357e067 100644 --- a/config/examples/Eryone/Thinker SE/Configuration.h +++ b/config/examples/Eryone/Thinker SE/Configuration.h @@ -1805,6 +1805,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 diff --git a/config/examples/Eryone/Thinker V2/Configuration.h b/config/examples/Eryone/Thinker V2/Configuration.h index d078793082..f76e810574 100644 --- a/config/examples/Eryone/Thinker V2/Configuration.h +++ b/config/examples/Eryone/Thinker V2/Configuration.h @@ -1806,6 +1806,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 diff --git a/config/examples/FYSETC/AIO_II/Configuration.h b/config/examples/FYSETC/AIO_II/Configuration.h index 77b4208475..cf53324387 100644 --- a/config/examples/FYSETC/AIO_II/Configuration.h +++ b/config/examples/FYSETC/AIO_II/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/FYSETC/F6_13/Configuration.h b/config/examples/FYSETC/F6_13/Configuration.h index 22a86e44d4..6f8d5a8224 100644 --- a/config/examples/FYSETC/F6_13/Configuration.h +++ b/config/examples/FYSETC/F6_13/Configuration.h @@ -1784,6 +1784,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 diff --git a/config/examples/FYSETC/S6/Configuration.h b/config/examples/FYSETC/S6/Configuration.h index 89ef2a437a..c8dadc5691 100644 --- a/config/examples/FYSETC/S6/Configuration.h +++ b/config/examples/FYSETC/S6/Configuration.h @@ -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 diff --git a/config/examples/Felix/DUAL/Configuration.h b/config/examples/Felix/DUAL/Configuration.h index dd318802bd..ab66dcd7c3 100644 --- a/config/examples/Felix/DUAL/Configuration.h +++ b/config/examples/Felix/DUAL/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Felix/Single/Configuration.h b/config/examples/Felix/Single/Configuration.h index 2924535c7f..de34713712 100644 --- a/config/examples/Felix/Single/Configuration.h +++ b/config/examples/Felix/Single/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/FlashForge/Creator 2X/Configuration.h b/config/examples/FlashForge/Creator 2X/Configuration.h index e703433ba0..3f1b4496dc 100644 --- a/config/examples/FlashForge/Creator 2X/Configuration.h +++ b/config/examples/FlashForge/Creator 2X/Configuration.h @@ -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 diff --git a/config/examples/FlashForge/CreatorPro/Configuration.h b/config/examples/FlashForge/CreatorPro/Configuration.h index 3354d7c5de..74879dd442 100644 --- a/config/examples/FlashForge/CreatorPro/Configuration.h +++ b/config/examples/FlashForge/CreatorPro/Configuration.h @@ -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 diff --git a/config/examples/FlyingBear/P902/Configuration.h b/config/examples/FlyingBear/P902/Configuration.h index a13150b58d..d66abfb403 100644 --- a/config/examples/FlyingBear/P902/Configuration.h +++ b/config/examples/FlyingBear/P902/Configuration.h @@ -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 diff --git a/config/examples/FlyingBear/P905H/Configuration.h b/config/examples/FlyingBear/P905H/Configuration.h index 6e393b262a..7ac55f9d02 100644 --- a/config/examples/FlyingBear/P905H/Configuration.h +++ b/config/examples/FlyingBear/P905H/Configuration.h @@ -1786,6 +1786,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 diff --git a/config/examples/FoamCutter/generic/Configuration.h b/config/examples/FoamCutter/generic/Configuration.h index 99aacc667d..75ab1c30a9 100644 --- a/config/examples/FoamCutter/generic/Configuration.h +++ b/config/examples/FoamCutter/generic/Configuration.h @@ -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 diff --git a/config/examples/FoamCutter/rcKeith/Configuration.h b/config/examples/FoamCutter/rcKeith/Configuration.h index fbeb0555d2..749052f7ae 100644 --- a/config/examples/FoamCutter/rcKeith/Configuration.h +++ b/config/examples/FoamCutter/rcKeith/Configuration.h @@ -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 diff --git a/config/examples/FolgerTech/FT-5 R2/Configuration.h b/config/examples/FolgerTech/FT-5 R2/Configuration.h index 39226dc35f..f54e99d555 100644 --- a/config/examples/FolgerTech/FT-5 R2/Configuration.h +++ b/config/examples/FolgerTech/FT-5 R2/Configuration.h @@ -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 diff --git a/config/examples/FolgerTech/i3-2020/Configuration.h b/config/examples/FolgerTech/i3-2020/Configuration.h index 4c57c65ee6..940a822e8b 100644 --- a/config/examples/FolgerTech/i3-2020/Configuration.h +++ b/config/examples/FolgerTech/i3-2020/Configuration.h @@ -1784,6 +1784,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 diff --git a/config/examples/Formbot/Raptor/Configuration.h b/config/examples/Formbot/Raptor/Configuration.h index 25fc1cebe2..5aeb4ad4a0 100644 --- a/config/examples/Formbot/Raptor/Configuration.h +++ b/config/examples/Formbot/Raptor/Configuration.h @@ -1886,6 +1886,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 diff --git a/config/examples/Formbot/T_Rex_2+/Configuration.h b/config/examples/Formbot/T_Rex_2+/Configuration.h index ab97f69578..b65d182e0c 100644 --- a/config/examples/Formbot/T_Rex_2+/Configuration.h +++ b/config/examples/Formbot/T_Rex_2+/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Formbot/T_Rex_3/Configuration.h b/config/examples/Formbot/T_Rex_3/Configuration.h index 1f23f8e76c..336f764ed2 100644 --- a/config/examples/Formbot/T_Rex_3/Configuration.h +++ b/config/examples/Formbot/T_Rex_3/Configuration.h @@ -1789,6 +1789,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 diff --git a/config/examples/Geeetech/A10/Configuration.h b/config/examples/Geeetech/A10/Configuration.h index 40a3b80c9b..dee5ad410c 100644 --- a/config/examples/Geeetech/A10/Configuration.h +++ b/config/examples/Geeetech/A10/Configuration.h @@ -1780,6 +1780,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 diff --git a/config/examples/Geeetech/A10D/Configuration.h b/config/examples/Geeetech/A10D/Configuration.h index 56df7c5c75..9e555a5958 100644 --- a/config/examples/Geeetech/A10D/Configuration.h +++ b/config/examples/Geeetech/A10D/Configuration.h @@ -1781,6 +1781,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 diff --git a/config/examples/Geeetech/A10M/Stock LCD/Configuration.h b/config/examples/Geeetech/A10M/Stock LCD/Configuration.h index 804f16919d..268bdb508c 100644 --- a/config/examples/Geeetech/A10M/Stock LCD/Configuration.h +++ b/config/examples/Geeetech/A10M/Stock LCD/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/A10M/YHCB2004_V4.1/Configuration.h b/config/examples/Geeetech/A10M/YHCB2004_V4.1/Configuration.h index f927e94285..05fc99f7e1 100644 --- a/config/examples/Geeetech/A10M/YHCB2004_V4.1/Configuration.h +++ b/config/examples/Geeetech/A10M/YHCB2004_V4.1/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/A10PRO/Configuration.h b/config/examples/Geeetech/A10PRO/Configuration.h index ebf654ba91..cd6a15872c 100644 --- a/config/examples/Geeetech/A10PRO/Configuration.h +++ b/config/examples/Geeetech/A10PRO/Configuration.h @@ -1780,6 +1780,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 diff --git a/config/examples/Geeetech/A10T/Stock LCD/Configuration.h b/config/examples/Geeetech/A10T/Stock LCD/Configuration.h index 7aef026047..6d019312dc 100644 --- a/config/examples/Geeetech/A10T/Stock LCD/Configuration.h +++ b/config/examples/Geeetech/A10T/Stock LCD/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/A10T/YHCB2004_V4.1/Configuration.h b/config/examples/Geeetech/A10T/YHCB2004_V4.1/Configuration.h index d0fb047ea0..6d5dd7184d 100644 --- a/config/examples/Geeetech/A10T/YHCB2004_V4.1/Configuration.h +++ b/config/examples/Geeetech/A10T/YHCB2004_V4.1/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/A20/Configuration.h b/config/examples/Geeetech/A20/Configuration.h index 7d127573a8..c6f156c35b 100644 --- a/config/examples/Geeetech/A20/Configuration.h +++ b/config/examples/Geeetech/A20/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/A20M/Configuration.h b/config/examples/Geeetech/A20M/Configuration.h index 4c7104cbcf..7ec986b411 100644 --- a/config/examples/Geeetech/A20M/Configuration.h +++ b/config/examples/Geeetech/A20M/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/A20T/Configuration.h b/config/examples/Geeetech/A20T/Configuration.h index fa3029438c..ec81628fa6 100644 --- a/config/examples/Geeetech/A20T/Configuration.h +++ b/config/examples/Geeetech/A20T/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/A30/Configuration.h b/config/examples/Geeetech/A30/Configuration.h index 2dbd0b9e1e..969a27f29d 100644 --- a/config/examples/Geeetech/A30/Configuration.h +++ b/config/examples/Geeetech/A30/Configuration.h @@ -1780,6 +1780,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 diff --git a/config/examples/Geeetech/A30M/Configuration.h b/config/examples/Geeetech/A30M/Configuration.h index 7f2c795bfe..55b9c27bef 100644 --- a/config/examples/Geeetech/A30M/Configuration.h +++ b/config/examples/Geeetech/A30M/Configuration.h @@ -1780,6 +1780,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 diff --git a/config/examples/Geeetech/A30T/Configuration.h b/config/examples/Geeetech/A30T/Configuration.h index a699d8a1b0..47dfa02dcc 100644 --- a/config/examples/Geeetech/A30T/Configuration.h +++ b/config/examples/Geeetech/A30T/Configuration.h @@ -1780,6 +1780,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 diff --git a/config/examples/Geeetech/D200/Configuration.h b/config/examples/Geeetech/D200/Configuration.h index e4301de178..8919625338 100644 --- a/config/examples/Geeetech/D200/Configuration.h +++ b/config/examples/Geeetech/D200/Configuration.h @@ -1780,6 +1780,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 diff --git a/config/examples/Geeetech/Duplicator5/Configuration.h b/config/examples/Geeetech/Duplicator5/Configuration.h index 5cd7ca0122..516e21852a 100644 --- a/config/examples/Geeetech/Duplicator5/Configuration.h +++ b/config/examples/Geeetech/Duplicator5/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/E180/Configuration.h b/config/examples/Geeetech/E180/Configuration.h index 638bddde6f..127635c7b1 100644 --- a/config/examples/Geeetech/E180/Configuration.h +++ b/config/examples/Geeetech/E180/Configuration.h @@ -1781,6 +1781,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 diff --git a/config/examples/Geeetech/GT2560/Configuration.h b/config/examples/Geeetech/GT2560/Configuration.h index 63d08887e5..6c7835e985 100644 --- a/config/examples/Geeetech/GT2560/Configuration.h +++ b/config/examples/Geeetech/GT2560/Configuration.h @@ -1787,6 +1787,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 diff --git a/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h b/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h index c60e65c7f3..7ff7e1bd7e 100644 --- a/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h +++ b/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/M201/Configuration.h b/config/examples/Geeetech/M201/Configuration.h index 23b287e1a5..6d52f7a43d 100644 --- a/config/examples/Geeetech/M201/Configuration.h +++ b/config/examples/Geeetech/M201/Configuration.h @@ -1780,6 +1780,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 diff --git a/config/examples/Geeetech/MeCreator2/Configuration.h b/config/examples/Geeetech/MeCreator2/Configuration.h index 5983a2b962..524e187e6d 100644 --- a/config/examples/Geeetech/MeCreator2/Configuration.h +++ b/config/examples/Geeetech/MeCreator2/Configuration.h @@ -1781,6 +1781,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 diff --git a/config/examples/Geeetech/Me_creator/Configuration.h b/config/examples/Geeetech/Me_creator/Configuration.h index 1b2914e6ef..48a323523f 100644 --- a/config/examples/Geeetech/Me_creator/Configuration.h +++ b/config/examples/Geeetech/Me_creator/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/Me_ducer/Configuration.h b/config/examples/Geeetech/Me_ducer/Configuration.h index ddd1b51667..f79f5c63a4 100644 --- a/config/examples/Geeetech/Me_ducer/Configuration.h +++ b/config/examples/Geeetech/Me_ducer/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/PI3A PRO/Configuration.h b/config/examples/Geeetech/PI3A PRO/Configuration.h index 82b87f79e3..73f377f637 100644 --- a/config/examples/Geeetech/PI3A PRO/Configuration.h +++ b/config/examples/Geeetech/PI3A PRO/Configuration.h @@ -1792,6 +1792,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 diff --git a/config/examples/Geeetech/Prusa i3 Pro B/bltouch/Configuration.h b/config/examples/Geeetech/Prusa i3 Pro B/bltouch/Configuration.h index f2dd69f782..b9d045c0a8 100644 --- a/config/examples/Geeetech/Prusa i3 Pro B/bltouch/Configuration.h +++ b/config/examples/Geeetech/Prusa i3 Pro B/bltouch/Configuration.h @@ -1792,6 +1792,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 diff --git a/config/examples/Geeetech/Prusa i3 Pro B/noprobe/Configuration.h b/config/examples/Geeetech/Prusa i3 Pro B/noprobe/Configuration.h index da44caba76..11b18d7dcd 100644 --- a/config/examples/Geeetech/Prusa i3 Pro B/noprobe/Configuration.h +++ b/config/examples/Geeetech/Prusa i3 Pro B/noprobe/Configuration.h @@ -1792,6 +1792,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 diff --git a/config/examples/Geeetech/Prusa i3 Pro C/Configuration.h b/config/examples/Geeetech/Prusa i3 Pro C/Configuration.h index a71aa77f94..1dd48a1f77 100644 --- a/config/examples/Geeetech/Prusa i3 Pro C/Configuration.h +++ b/config/examples/Geeetech/Prusa i3 Pro C/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/Prusa i3 Pro W/Configuration.h b/config/examples/Geeetech/Prusa i3 Pro W/Configuration.h index e490fdc57e..64d48c24bb 100644 --- a/config/examples/Geeetech/Prusa i3 Pro W/Configuration.h +++ b/config/examples/Geeetech/Prusa i3 Pro W/Configuration.h @@ -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 diff --git a/config/examples/HMS434/Configuration.h b/config/examples/HMS434/Configuration.h index 54c59f0aa6..44b513f39b 100644 --- a/config/examples/HMS434/Configuration.h +++ b/config/examples/HMS434/Configuration.h @@ -1780,6 +1780,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 diff --git a/config/examples/Infitary/i3-M508/Configuration.h b/config/examples/Infitary/i3-M508/Configuration.h index db9c0d18cb..5310607233 100644 --- a/config/examples/Infitary/i3-M508/Configuration.h +++ b/config/examples/Infitary/i3-M508/Configuration.h @@ -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 diff --git a/config/examples/Intamsys/FunmatHT 4988/Configuration.h b/config/examples/Intamsys/FunmatHT 4988/Configuration.h index ae1294d87e..7fcfbf5f28 100644 --- a/config/examples/Intamsys/FunmatHT 4988/Configuration.h +++ b/config/examples/Intamsys/FunmatHT 4988/Configuration.h @@ -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 diff --git a/config/examples/JGAurora/A1/Configuration.h b/config/examples/JGAurora/A1/Configuration.h index 4f85b014a0..bb9eba2743 100644 --- a/config/examples/JGAurora/A1/Configuration.h +++ b/config/examples/JGAurora/A1/Configuration.h @@ -1786,6 +1786,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 diff --git a/config/examples/JGAurora/A3/Configuration.h b/config/examples/JGAurora/A3/Configuration.h index 9ac001210b..70c88d30bb 100644 --- a/config/examples/JGAurora/A3/Configuration.h +++ b/config/examples/JGAurora/A3/Configuration.h @@ -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 diff --git a/config/examples/JGAurora/A5/Configuration.h b/config/examples/JGAurora/A5/Configuration.h index 833e162b23..7769fca6a4 100644 --- a/config/examples/JGAurora/A5/Configuration.h +++ b/config/examples/JGAurora/A5/Configuration.h @@ -1790,6 +1790,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 diff --git a/config/examples/JGAurora/A5S/Configuration.h b/config/examples/JGAurora/A5S/Configuration.h index 6f1245b4d0..878653609d 100644 --- a/config/examples/JGAurora/A5S/Configuration.h +++ b/config/examples/JGAurora/A5S/Configuration.h @@ -1786,6 +1786,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 diff --git a/config/examples/JGAurora/Magic/Configuration.h b/config/examples/JGAurora/Magic/Configuration.h index aea9069505..b0781f9876 100644 --- a/config/examples/JGAurora/Magic/Configuration.h +++ b/config/examples/JGAurora/Magic/Configuration.h @@ -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 diff --git a/config/examples/Kingroon/KP3/Configuration.h b/config/examples/Kingroon/KP3/Configuration.h index 1e742b3894..c5d0584b9b 100644 --- a/config/examples/Kingroon/KP3/Configuration.h +++ b/config/examples/Kingroon/KP3/Configuration.h @@ -1781,6 +1781,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 diff --git a/config/examples/Kingroon/KP3S/Configuration.h b/config/examples/Kingroon/KP3S/Configuration.h index 3cff6e88d0..ed6c433d5f 100644 --- a/config/examples/Kingroon/KP3S/Configuration.h +++ b/config/examples/Kingroon/KP3S/Configuration.h @@ -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 diff --git a/config/examples/Kingroon/KP3S_Pro/Configuration.h b/config/examples/Kingroon/KP3S_Pro/Configuration.h index 3d3746d96c..d2d2e083e7 100644 --- a/config/examples/Kingroon/KP3S_Pro/Configuration.h +++ b/config/examples/Kingroon/KP3S_Pro/Configuration.h @@ -1813,6 +1813,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 diff --git a/config/examples/Kingroon/KP5L-DIY/Configuration.h b/config/examples/Kingroon/KP5L-DIY/Configuration.h index 122e3226d7..1ae8acbd7e 100644 --- a/config/examples/Kingroon/KP5L-DIY/Configuration.h +++ b/config/examples/Kingroon/KP5L-DIY/Configuration.h @@ -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 diff --git a/config/examples/Labists/ET4/Configuration.h b/config/examples/Labists/ET4/Configuration.h index 045f8e31de..ded07df89a 100644 --- a/config/examples/Labists/ET4/Configuration.h +++ b/config/examples/Labists/ET4/Configuration.h @@ -1788,6 +1788,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 diff --git a/config/examples/Longer/LK5/Configuration.h b/config/examples/Longer/LK5/Configuration.h index f4f3074c03..9957ea4b2e 100644 --- a/config/examples/Longer/LK5/Configuration.h +++ b/config/examples/Longer/LK5/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/LulzBot/Mini2/Teensy/Configuration.h b/config/examples/LulzBot/Mini2/Teensy/Configuration.h index 0f8afe7560..7ddc73bfc0 100644 --- a/config/examples/LulzBot/Mini2/Teensy/Configuration.h +++ b/config/examples/LulzBot/Mini2/Teensy/Configuration.h @@ -1802,6 +1802,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 diff --git a/config/examples/LulzBot/TAZ4/Configuration.h b/config/examples/LulzBot/TAZ4/Configuration.h index 7687ae770a..f23d54a0b3 100644 --- a/config/examples/LulzBot/TAZ4/Configuration.h +++ b/config/examples/LulzBot/TAZ4/Configuration.h @@ -1793,6 +1793,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 diff --git a/config/examples/MBot/Cube/Configuration.h b/config/examples/MBot/Cube/Configuration.h index 4d48d8b644..b4408b7104 100644 --- a/config/examples/MBot/Cube/Configuration.h +++ b/config/examples/MBot/Cube/Configuration.h @@ -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 diff --git a/config/examples/MakerFarm/Pegasus 12/Configuration.h b/config/examples/MakerFarm/Pegasus 12/Configuration.h index 1945625b78..b0fb9d30c9 100644 --- a/config/examples/MakerFarm/Pegasus 12/Configuration.h +++ b/config/examples/MakerFarm/Pegasus 12/Configuration.h @@ -1788,6 +1788,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 diff --git a/config/examples/MakerParts/Configuration.h b/config/examples/MakerParts/Configuration.h index 74cedb79c6..7c84fde87a 100644 --- a/config/examples/MakerParts/Configuration.h +++ b/config/examples/MakerParts/Configuration.h @@ -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 diff --git a/config/examples/MakerTech3D/Proforge2sDual/Configuration.h b/config/examples/MakerTech3D/Proforge2sDual/Configuration.h index 20b4349229..df8822cb95 100644 --- a/config/examples/MakerTech3D/Proforge2sDual/Configuration.h +++ b/config/examples/MakerTech3D/Proforge2sDual/Configuration.h @@ -1785,6 +1785,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 diff --git a/config/examples/Malyan/M150/Configuration.h b/config/examples/Malyan/M150/Configuration.h index 1ebdf01f96..70bfbc9ab2 100644 --- a/config/examples/Malyan/M150/Configuration.h +++ b/config/examples/Malyan/M150/Configuration.h @@ -1806,6 +1806,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 diff --git a/config/examples/Malyan/M180/Configuration.h b/config/examples/Malyan/M180/Configuration.h index 5c59b87dd1..9902ee874f 100644 --- a/config/examples/Malyan/M180/Configuration.h +++ b/config/examples/Malyan/M180/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Malyan/M200/Configuration.h b/config/examples/Malyan/M200/Configuration.h index 6ac0ebefed..c4c25f0057 100644 --- a/config/examples/Malyan/M200/Configuration.h +++ b/config/examples/Malyan/M200/Configuration.h @@ -1788,6 +1788,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 diff --git a/config/examples/Micromake/C1/basic/Configuration.h b/config/examples/Micromake/C1/basic/Configuration.h index e505d40f0c..d673044374 100644 --- a/config/examples/Micromake/C1/basic/Configuration.h +++ b/config/examples/Micromake/C1/basic/Configuration.h @@ -1786,6 +1786,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 diff --git a/config/examples/Micromake/C1/enhanced/Configuration.h b/config/examples/Micromake/C1/enhanced/Configuration.h index 9e00263858..f1a437d093 100644 --- a/config/examples/Micromake/C1/enhanced/Configuration.h +++ b/config/examples/Micromake/C1/enhanced/Configuration.h @@ -1786,6 +1786,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 diff --git a/config/examples/Mks/Robin/Configuration.h b/config/examples/Mks/Robin/Configuration.h index e470fc9688..331b6cc228 100644 --- a/config/examples/Mks/Robin/Configuration.h +++ b/config/examples/Mks/Robin/Configuration.h @@ -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 diff --git a/config/examples/Mks/Robin_Lite3/Configuration.h b/config/examples/Mks/Robin_Lite3/Configuration.h index e2f320f829..2819203feb 100644 --- a/config/examples/Mks/Robin_Lite3/Configuration.h +++ b/config/examples/Mks/Robin_Lite3/Configuration.h @@ -1790,6 +1790,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 diff --git a/config/examples/Mks/Robin_Pro/Configuration.h b/config/examples/Mks/Robin_Pro/Configuration.h index 1b80238d07..de5ba05073 100644 --- a/config/examples/Mks/Robin_Pro/Configuration.h +++ b/config/examples/Mks/Robin_Pro/Configuration.h @@ -1784,6 +1784,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 diff --git a/config/examples/Mks/Sbase/Configuration.h b/config/examples/Mks/Sbase/Configuration.h index 7c03fd299b..49d7b04429 100644 --- a/config/examples/Mks/Sbase/Configuration.h +++ b/config/examples/Mks/Sbase/Configuration.h @@ -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 diff --git a/config/examples/Modix/Big60/Configuration.h b/config/examples/Modix/Big60/Configuration.h index 34e53c03b5..85cfac99c7 100644 --- a/config/examples/Modix/Big60/Configuration.h +++ b/config/examples/Modix/Big60/Configuration.h @@ -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 diff --git a/config/examples/Nextion/Configuration.h b/config/examples/Nextion/Configuration.h index 8c12b3005d..be7c077b59 100644 --- a/config/examples/Nextion/Configuration.h +++ b/config/examples/Nextion/Configuration.h @@ -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 diff --git a/config/examples/ORD Bot/Hadron/Sanguinololu/Configuration.h b/config/examples/ORD Bot/Hadron/Sanguinololu/Configuration.h index 3bd99c978c..fae9650ab4 100644 --- a/config/examples/ORD Bot/Hadron/Sanguinololu/Configuration.h +++ b/config/examples/ORD Bot/Hadron/Sanguinololu/Configuration.h @@ -1813,6 +1813,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 diff --git a/config/examples/Opulo/Lumen_REV3/Configuration.h b/config/examples/Opulo/Lumen_REV3/Configuration.h index b39b38504e..44c63439f7 100644 --- a/config/examples/Opulo/Lumen_REV3/Configuration.h +++ b/config/examples/Opulo/Lumen_REV3/Configuration.h @@ -1782,6 +1782,8 @@ #define Z_AFTER_HOMING 31.5 // (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 diff --git a/config/examples/Opulo/Lumen_REV4/Configuration.h b/config/examples/Opulo/Lumen_REV4/Configuration.h index 05e6362652..0650361173 100644 --- a/config/examples/Opulo/Lumen_REV4/Configuration.h +++ b/config/examples/Opulo/Lumen_REV4/Configuration.h @@ -1782,6 +1782,8 @@ #define Z_AFTER_HOMING 31.5 // (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 diff --git a/config/examples/Ortur 4/Configuration.h b/config/examples/Ortur 4/Configuration.h index 7b5a228d4b..87125d3212 100644 --- a/config/examples/Ortur 4/Configuration.h +++ b/config/examples/Ortur 4/Configuration.h @@ -1782,6 +1782,8 @@ #define Z_AFTER_HOMING 20 // (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 diff --git a/config/examples/Polargraph/Configuration.h b/config/examples/Polargraph/Configuration.h index 41f835d1a6..8aafc0c853 100644 --- a/config/examples/Polargraph/Configuration.h +++ b/config/examples/Polargraph/Configuration.h @@ -1786,6 +1786,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 diff --git a/config/examples/Printrbot/PrintrboardG2/Configuration.h b/config/examples/Printrbot/PrintrboardG2/Configuration.h index 6aabd2bd64..a1211a4d20 100644 --- a/config/examples/Printrbot/PrintrboardG2/Configuration.h +++ b/config/examples/Printrbot/PrintrboardG2/Configuration.h @@ -1784,6 +1784,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 diff --git a/config/examples/Printrbot/Simple Metal RevD/Configuration.h b/config/examples/Printrbot/Simple Metal RevD/Configuration.h index 3677b336e2..b2a91bc332 100644 --- a/config/examples/Printrbot/Simple Metal RevD/Configuration.h +++ b/config/examples/Printrbot/Simple Metal RevD/Configuration.h @@ -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 diff --git a/config/examples/Prusa/MK3/Configuration.h b/config/examples/Prusa/MK3/Configuration.h index 9f02afb62a..d0d694fd3f 100644 --- a/config/examples/Prusa/MK3/Configuration.h +++ b/config/examples/Prusa/MK3/Configuration.h @@ -1811,6 +1811,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 diff --git a/config/examples/Prusa/MK3S-BigTreeTech-BTT002/Configuration.h b/config/examples/Prusa/MK3S-BigTreeTech-BTT002/Configuration.h index 269678b71e..a013d1d32b 100644 --- a/config/examples/Prusa/MK3S-BigTreeTech-BTT002/Configuration.h +++ b/config/examples/Prusa/MK3S-BigTreeTech-BTT002/Configuration.h @@ -1802,6 +1802,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 diff --git a/config/examples/Qidi/Qidi 1/Configuration.h b/config/examples/Qidi/Qidi 1/Configuration.h index 9062cba1c8..c7a43eaa01 100644 --- a/config/examples/Qidi/Qidi 1/Configuration.h +++ b/config/examples/Qidi/Qidi 1/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Raiscube/A8r/Configuration.h b/config/examples/Raiscube/A8r/Configuration.h index fe52cd2fc6..d971f15c49 100644 --- a/config/examples/Raiscube/A8r/Configuration.h +++ b/config/examples/Raiscube/A8r/Configuration.h @@ -1820,6 +1820,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 diff --git a/config/examples/RapideLite/RL200/Configuration.h b/config/examples/RapideLite/RL200/Configuration.h index 54ea7a066a..8969f0a702 100644 --- a/config/examples/RapideLite/RL200/Configuration.h +++ b/config/examples/RapideLite/RL200/Configuration.h @@ -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 diff --git a/config/examples/Renkforce/RF100/Configuration.h b/config/examples/Renkforce/RF100/Configuration.h index 53cc3c366f..b49fe62d8e 100644 --- a/config/examples/Renkforce/RF100/Configuration.h +++ b/config/examples/Renkforce/RF100/Configuration.h @@ -1787,6 +1787,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 diff --git a/config/examples/Renkforce/RF100XL/Configuration.h b/config/examples/Renkforce/RF100XL/Configuration.h index 5c069d293e..18ff80b002 100644 --- a/config/examples/Renkforce/RF100XL/Configuration.h +++ b/config/examples/Renkforce/RF100XL/Configuration.h @@ -1787,6 +1787,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 diff --git a/config/examples/Renkforce/RF100v2/Configuration.h b/config/examples/Renkforce/RF100v2/Configuration.h index f4af77be94..6b4c18f17c 100644 --- a/config/examples/Renkforce/RF100v2/Configuration.h +++ b/config/examples/Renkforce/RF100v2/Configuration.h @@ -1787,6 +1787,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 diff --git a/config/examples/RepRapPro/Huxley/Configuration.h b/config/examples/RepRapPro/Huxley/Configuration.h index d23bd151cd..b7a65a3949 100644 --- a/config/examples/RepRapPro/Huxley/Configuration.h +++ b/config/examples/RepRapPro/Huxley/Configuration.h @@ -1823,6 +1823,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 diff --git a/config/examples/RepRapWorld/Megatronics/Configuration.h b/config/examples/RepRapWorld/Megatronics/Configuration.h index 2c5c44d78b..149f2d98e3 100644 --- a/config/examples/RepRapWorld/Megatronics/Configuration.h +++ b/config/examples/RepRapWorld/Megatronics/Configuration.h @@ -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 diff --git a/config/examples/RepRapWorld/Minitronics20/CNC/Configuration.h b/config/examples/RepRapWorld/Minitronics20/CNC/Configuration.h index c7b4e20d00..41dbc71871 100644 --- a/config/examples/RepRapWorld/Minitronics20/CNC/Configuration.h +++ b/config/examples/RepRapWorld/Minitronics20/CNC/Configuration.h @@ -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 diff --git a/config/examples/RigidBot/Configuration.h b/config/examples/RigidBot/Configuration.h index 65e74100ce..215ebdb2a1 100644 --- a/config/examples/RigidBot/Configuration.h +++ b/config/examples/RigidBot/Configuration.h @@ -1796,6 +1796,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 diff --git a/config/examples/Robo3D/R1+/Configuration.h b/config/examples/Robo3D/R1+/Configuration.h index a8a9eb6b6f..35e0276e86 100644 --- a/config/examples/Robo3D/R1+/Configuration.h +++ b/config/examples/Robo3D/R1+/Configuration.h @@ -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 diff --git a/config/examples/SCARA/MP_SCARA/Configuration.h b/config/examples/SCARA/MP_SCARA/Configuration.h index 09d2fd797a..7f4a9b124b 100644 --- a/config/examples/SCARA/MP_SCARA/Configuration.h +++ b/config/examples/SCARA/MP_SCARA/Configuration.h @@ -1784,6 +1784,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 diff --git a/config/examples/SCARA/Morgan/Configuration.h b/config/examples/SCARA/Morgan/Configuration.h index f9e414ac70..71621df0ca 100644 --- a/config/examples/SCARA/Morgan/Configuration.h +++ b/config/examples/SCARA/Morgan/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/STM32/Black_STM32F407VET6/Configuration.h b/config/examples/STM32/Black_STM32F407VET6/Configuration.h index 0c523a2a70..0037112d55 100644 --- a/config/examples/STM32/Black_STM32F407VET6/Configuration.h +++ b/config/examples/STM32/Black_STM32F407VET6/Configuration.h @@ -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 diff --git a/config/examples/STM32/STM32F103RE/Configuration.h b/config/examples/STM32/STM32F103RE/Configuration.h index f27dee2c35..d000046b9b 100644 --- a/config/examples/STM32/STM32F103RE/Configuration.h +++ b/config/examples/STM32/STM32F103RE/Configuration.h @@ -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 diff --git a/config/examples/Simax/Mi-M200/Configuration.h b/config/examples/Simax/Mi-M200/Configuration.h index 9a439b0bdc..f55c8da4f9 100644 --- a/config/examples/Simax/Mi-M200/Configuration.h +++ b/config/examples/Simax/Mi-M200/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Simulator/Configuration.h b/config/examples/Simulator/Configuration.h index 4e72ab569d..eb2cbaea17 100644 --- a/config/examples/Simulator/Configuration.h +++ b/config/examples/Simulator/Configuration.h @@ -1799,6 +1799,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 diff --git a/config/examples/Sovol/SV-01/BigTreeTech SKR E3 Turbo/Configuration.h b/config/examples/Sovol/SV-01/BigTreeTech SKR E3 Turbo/Configuration.h index c74d51d549..679429e752 100644 --- a/config/examples/Sovol/SV-01/BigTreeTech SKR E3 Turbo/Configuration.h +++ b/config/examples/Sovol/SV-01/BigTreeTech SKR E3 Turbo/Configuration.h @@ -1792,6 +1792,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 diff --git a/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 2.0/Configuration.h b/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 2.0/Configuration.h index 2686e38359..2c2d7253a9 100644 --- a/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 2.0/Configuration.h +++ b/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 2.0/Configuration.h @@ -1790,6 +1790,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 diff --git a/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 3.0/Configuration.h b/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 3.0/Configuration.h index f4a0d463f1..0f62bd6a44 100644 --- a/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 3.0/Configuration.h +++ b/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 3.0/Configuration.h @@ -1792,6 +1792,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 diff --git a/config/examples/Sovol/SV-01/CrealityV22/Configuration.h b/config/examples/Sovol/SV-01/CrealityV22/Configuration.h index 3c23c92a79..6730af106f 100644 --- a/config/examples/Sovol/SV-01/CrealityV22/Configuration.h +++ b/config/examples/Sovol/SV-01/CrealityV22/Configuration.h @@ -1789,6 +1789,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 diff --git a/config/examples/Sovol/SV-01/CrealityV221/Configuration.h b/config/examples/Sovol/SV-01/CrealityV221/Configuration.h index ca851129b7..02f8c0d67c 100644 --- a/config/examples/Sovol/SV-01/CrealityV221/Configuration.h +++ b/config/examples/Sovol/SV-01/CrealityV221/Configuration.h @@ -1789,6 +1789,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 diff --git a/config/examples/Sovol/SV-02/Configuration.h b/config/examples/Sovol/SV-02/Configuration.h index 7a15b8a505..9d1b1dfb1c 100644 --- a/config/examples/Sovol/SV-02/Configuration.h +++ b/config/examples/Sovol/SV-02/Configuration.h @@ -1789,6 +1789,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 diff --git a/config/examples/Sovol/SV-03/Configuration.h b/config/examples/Sovol/SV-03/Configuration.h index f8bccefabc..145df96df2 100644 --- a/config/examples/Sovol/SV-03/Configuration.h +++ b/config/examples/Sovol/SV-03/Configuration.h @@ -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 diff --git a/config/examples/Sunlu/S8/Configuration.h b/config/examples/Sunlu/S8/Configuration.h index 9a0fe4c5c5..28b40b91ee 100644 --- a/config/examples/Sunlu/S8/Configuration.h +++ b/config/examples/Sunlu/S8/Configuration.h @@ -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 diff --git a/config/examples/Sunlu/T3/Configuration.h b/config/examples/Sunlu/T3/Configuration.h index 4a142326da..40ea36b4b3 100644 --- a/config/examples/Sunlu/T3/Configuration.h +++ b/config/examples/Sunlu/T3/Configuration.h @@ -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 diff --git a/config/examples/TPARA/AXEL_TPARA/Configuration.h b/config/examples/TPARA/AXEL_TPARA/Configuration.h index 76141581ff..4fab2060ac 100644 --- a/config/examples/TPARA/AXEL_TPARA/Configuration.h +++ b/config/examples/TPARA/AXEL_TPARA/Configuration.h @@ -1786,6 +1786,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 // For TPARA robot, A (base),B(shoulder),C(elbow): // A:[1=CCW, -1=CW], B & C:[1 = Decrease Radius and Up, -1=Increase Radius and up] diff --git a/config/examples/Tevo/Michelangelo/Configuration.h b/config/examples/Tevo/Michelangelo/Configuration.h index e64647047f..31b0c5fbc1 100644 --- a/config/examples/Tevo/Michelangelo/Configuration.h +++ b/config/examples/Tevo/Michelangelo/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Tevo/Nereus/Configuration.h b/config/examples/Tevo/Nereus/Configuration.h index 000d61cd20..2af8560c2e 100644 --- a/config/examples/Tevo/Nereus/Configuration.h +++ b/config/examples/Tevo/Nereus/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Tevo/Tarantula Pro/MKS Gen_L/Configuration.h b/config/examples/Tevo/Tarantula Pro/MKS Gen_L/Configuration.h index 003bd90f27..5522a9840e 100644 --- a/config/examples/Tevo/Tarantula Pro/MKS Gen_L/Configuration.h +++ b/config/examples/Tevo/Tarantula Pro/MKS Gen_L/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Tevo/Tarantula Pro/MKS SGen_L/Configuration.h b/config/examples/Tevo/Tarantula Pro/MKS SGen_L/Configuration.h index d6d2485d3f..552768ae63 100644 --- a/config/examples/Tevo/Tarantula Pro/MKS SGen_L/Configuration.h +++ b/config/examples/Tevo/Tarantula Pro/MKS SGen_L/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration.h b/config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration.h index ab479d3680..0c1d711234 100644 --- a/config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration.h +++ b/config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Tevo/Tornado/V2 (MKS Gen_L)/Configuration.h b/config/examples/Tevo/Tornado/V2 (MKS Gen_L)/Configuration.h index 7e1a3c8e58..3e241f2e68 100644 --- a/config/examples/Tevo/Tornado/V2 (MKS Gen_L)/Configuration.h +++ b/config/examples/Tevo/Tornado/V2 (MKS Gen_L)/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Tinkerine/Ditto Pro/RAMPS 1.4/Configuration.h b/config/examples/Tinkerine/Ditto Pro/RAMPS 1.4/Configuration.h index a652f669f2..c2409238bc 100644 --- a/config/examples/Tinkerine/Ditto Pro/RAMPS 1.4/Configuration.h +++ b/config/examples/Tinkerine/Ditto Pro/RAMPS 1.4/Configuration.h @@ -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 diff --git a/config/examples/TinyBoy2/Configuration.h b/config/examples/TinyBoy2/Configuration.h index bf2df7b218..2864976f4d 100644 --- a/config/examples/TinyBoy2/Configuration.h +++ b/config/examples/TinyBoy2/Configuration.h @@ -1822,6 +1822,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 diff --git a/config/examples/Tronxy/D01/CXY-v6-191017 board/Configuration.h b/config/examples/Tronxy/D01/CXY-v6-191017 board/Configuration.h index 410ac71fe1..b2f1950d91 100644 --- a/config/examples/Tronxy/D01/CXY-v6-191017 board/Configuration.h +++ b/config/examples/Tronxy/D01/CXY-v6-191017 board/Configuration.h @@ -1791,6 +1791,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 diff --git a/config/examples/Tronxy/X1/Configuration.h b/config/examples/Tronxy/X1/Configuration.h index 2554a3d0be..c40858a3bf 100644 --- a/config/examples/Tronxy/X1/Configuration.h +++ b/config/examples/Tronxy/X1/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Tronxy/X3A/Configuration.h b/config/examples/Tronxy/X3A/Configuration.h index c46878033c..bf74296e0f 100644 --- a/config/examples/Tronxy/X3A/Configuration.h +++ b/config/examples/Tronxy/X3A/Configuration.h @@ -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 diff --git a/config/examples/Tronxy/X5S-2E/Green Board (Chitu V5)/Configuration.h b/config/examples/Tronxy/X5S-2E/Green Board (Chitu V5)/Configuration.h index 82a7c40b16..bb78041785 100644 --- a/config/examples/Tronxy/X5S-2E/Green Board (Chitu V5)/Configuration.h +++ b/config/examples/Tronxy/X5S-2E/Green Board (Chitu V5)/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Tronxy/X5S-2E/Red Board (Tronxy 3.1.0)/Configuration.h b/config/examples/Tronxy/X5S-2E/Red Board (Tronxy 3.1.0)/Configuration.h index 8b9d82e623..44bf99bd9e 100644 --- a/config/examples/Tronxy/X5S-2E/Red Board (Tronxy 3.1.0)/Configuration.h +++ b/config/examples/Tronxy/X5S-2E/Red Board (Tronxy 3.1.0)/Configuration.h @@ -1791,6 +1791,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 diff --git a/config/examples/Tronxy/X5S/Configuration.h b/config/examples/Tronxy/X5S/Configuration.h index 126bf4d8c3..b60d79d9d7 100644 --- a/config/examples/Tronxy/X5S/Configuration.h +++ b/config/examples/Tronxy/X5S/Configuration.h @@ -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 diff --git a/config/examples/Tronxy/X5SA-2E/Configuration.h b/config/examples/Tronxy/X5SA-2E/Configuration.h index 72df2f798d..67dbc2ba74 100644 --- a/config/examples/Tronxy/X5SA-2E/Configuration.h +++ b/config/examples/Tronxy/X5SA-2E/Configuration.h @@ -1784,6 +1784,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 diff --git a/config/examples/Tronxy/X5SA/Configuration.h b/config/examples/Tronxy/X5SA/Configuration.h index b60cce1b85..f59125c205 100644 --- a/config/examples/Tronxy/X5SA/Configuration.h +++ b/config/examples/Tronxy/X5SA/Configuration.h @@ -1784,6 +1784,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 diff --git a/config/examples/Tronxy/XY100/Configuration.h b/config/examples/Tronxy/XY100/Configuration.h index 38fc2214aa..f6b3cfe762 100644 --- a/config/examples/Tronxy/XY100/Configuration.h +++ b/config/examples/Tronxy/XY100/Configuration.h @@ -1789,6 +1789,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 diff --git a/config/examples/Tronxy/XY2-Pro/Configuration.h b/config/examples/Tronxy/XY2-Pro/Configuration.h index 78790b73cd..b2b58f8c1c 100644 --- a/config/examples/Tronxy/XY2-Pro/Configuration.h +++ b/config/examples/Tronxy/XY2-Pro/Configuration.h @@ -1818,6 +1818,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 diff --git a/config/examples/Two Trees/BlueR Plus/Configuration.h b/config/examples/Two Trees/BlueR Plus/Configuration.h index 513dd949d4..f41ec1aa7c 100644 --- a/config/examples/Two Trees/BlueR Plus/Configuration.h +++ b/config/examples/Two Trees/BlueR Plus/Configuration.h @@ -1785,6 +1785,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 diff --git a/config/examples/Two Trees/BlueR/BlueR V1/Configuration.h b/config/examples/Two Trees/BlueR/BlueR V1/Configuration.h index 2a9914ee1e..4b6bc215bb 100644 --- a/config/examples/Two Trees/BlueR/BlueR V1/Configuration.h +++ b/config/examples/Two Trees/BlueR/BlueR V1/Configuration.h @@ -1809,6 +1809,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 diff --git a/config/examples/Two Trees/BlueR/BlueR V2/Configuration.h b/config/examples/Two Trees/BlueR/BlueR V2/Configuration.h index c330f39bd8..5c6b82e9a6 100644 --- a/config/examples/Two Trees/BlueR/BlueR V2/Configuration.h +++ b/config/examples/Two Trees/BlueR/BlueR V2/Configuration.h @@ -1810,6 +1810,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 diff --git a/config/examples/Two Trees/BlueR/BlueR V3/Configuration.h b/config/examples/Two Trees/BlueR/BlueR V3/Configuration.h index d7f84bd51a..438587c19d 100644 --- a/config/examples/Two Trees/BlueR/BlueR V3/Configuration.h +++ b/config/examples/Two Trees/BlueR/BlueR V3/Configuration.h @@ -1821,6 +1821,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 diff --git a/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2.1/Configuration.h b/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2.1/Configuration.h index 40731df30e..185ad56f56 100644 --- a/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2.1/Configuration.h +++ b/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2.1/Configuration.h @@ -1811,6 +1811,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 diff --git a/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2/Configuration.h b/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2/Configuration.h index 33ef8ee487..0ce9cadcf9 100644 --- a/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2/Configuration.h +++ b/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2/Configuration.h @@ -1811,6 +1811,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 diff --git a/config/examples/Two Trees/Sapphire Pro/Configuration.h b/config/examples/Two Trees/Sapphire Pro/Configuration.h index 1da459d83f..62b0be41a0 100644 --- a/config/examples/Two Trees/Sapphire Pro/Configuration.h +++ b/config/examples/Two Trees/Sapphire Pro/Configuration.h @@ -1807,6 +1807,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 diff --git a/config/examples/UltiMachine/Archim1/Configuration.h b/config/examples/UltiMachine/Archim1/Configuration.h index 52060c5172..5bd546900a 100644 --- a/config/examples/UltiMachine/Archim1/Configuration.h +++ b/config/examples/UltiMachine/Archim1/Configuration.h @@ -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 diff --git a/config/examples/UltiMachine/Archim2/Configuration.h b/config/examples/UltiMachine/Archim2/Configuration.h index 4d900a6f61..8311648f20 100644 --- a/config/examples/UltiMachine/Archim2/Configuration.h +++ b/config/examples/UltiMachine/Archim2/Configuration.h @@ -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 diff --git a/config/examples/Ultimaker/Ultimaker 2+/Configuration.h b/config/examples/Ultimaker/Ultimaker 2+/Configuration.h index 16d41e061a..da20628ddf 100644 --- a/config/examples/Ultimaker/Ultimaker 2+/Configuration.h +++ b/config/examples/Ultimaker/Ultimaker 2+/Configuration.h @@ -1785,6 +1785,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 diff --git a/config/examples/Ultimaker/Ultimaker 2/Configuration.h b/config/examples/Ultimaker/Ultimaker 2/Configuration.h index 31c6bb6d84..287ac4720d 100644 --- a/config/examples/Ultimaker/Ultimaker 2/Configuration.h +++ b/config/examples/Ultimaker/Ultimaker 2/Configuration.h @@ -1799,6 +1799,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 diff --git a/config/examples/Ultimaker/Ultimaker Original (1.5.7)/Configuration.h b/config/examples/Ultimaker/Ultimaker Original (1.5.7)/Configuration.h index 69885a0ba8..60e780f0f6 100644 --- a/config/examples/Ultimaker/Ultimaker Original (1.5.7)/Configuration.h +++ b/config/examples/Ultimaker/Ultimaker Original (1.5.7)/Configuration.h @@ -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 diff --git a/config/examples/Ultimaker/Ultimaker Original Plus (2.1.1)/Configuration.h b/config/examples/Ultimaker/Ultimaker Original Plus (2.1.1)/Configuration.h index 7359d3dd2e..dfd0b2eeff 100644 --- a/config/examples/Ultimaker/Ultimaker Original Plus (2.1.1)/Configuration.h +++ b/config/examples/Ultimaker/Ultimaker Original Plus (2.1.1)/Configuration.h @@ -1785,6 +1785,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 diff --git a/config/examples/Ultimaker/Ultimaker Original Plus DXU/Configuration.h b/config/examples/Ultimaker/Ultimaker Original Plus DXU/Configuration.h index 12e8d4b291..21f902a850 100644 --- a/config/examples/Ultimaker/Ultimaker Original Plus DXU/Configuration.h +++ b/config/examples/Ultimaker/Ultimaker Original Plus DXU/Configuration.h @@ -1786,6 +1786,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 diff --git a/config/examples/VORONDesign/Configuration.h b/config/examples/VORONDesign/Configuration.h index 09681d785a..1e869ec6ce 100644 --- a/config/examples/VORONDesign/Configuration.h +++ b/config/examples/VORONDesign/Configuration.h @@ -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 diff --git a/config/examples/Velleman/K8200 Upgraded/Configuration.h b/config/examples/Velleman/K8200 Upgraded/Configuration.h index 3e42536f64..fb7398700e 100644 --- a/config/examples/Velleman/K8200 Upgraded/Configuration.h +++ b/config/examples/Velleman/K8200 Upgraded/Configuration.h @@ -1818,6 +1818,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 diff --git a/config/examples/Velleman/K8200/Configuration.h b/config/examples/Velleman/K8200/Configuration.h index 5624eabebf..c429ad938d 100644 --- a/config/examples/Velleman/K8200/Configuration.h +++ b/config/examples/Velleman/K8200/Configuration.h @@ -1821,6 +1821,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 diff --git a/config/examples/Velleman/K8400/Dual-head/Configuration.h b/config/examples/Velleman/K8400/Dual-head/Configuration.h index dd4a1293c2..7facf984ee 100644 --- a/config/examples/Velleman/K8400/Dual-head/Configuration.h +++ b/config/examples/Velleman/K8400/Dual-head/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Velleman/K8400/Single-head/Configuration.h b/config/examples/Velleman/K8400/Single-head/Configuration.h index e6ba59c5c4..873f0a3db3 100644 --- a/config/examples/Velleman/K8400/Single-head/Configuration.h +++ b/config/examples/Velleman/K8400/Single-head/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Voxelab/Aquila/BigTreeTech SKR Mini E3 2.0/Configuration.h b/config/examples/Voxelab/Aquila/BigTreeTech SKR Mini E3 2.0/Configuration.h index 941bb96597..35e6894ded 100644 --- a/config/examples/Voxelab/Aquila/BigTreeTech SKR Mini E3 2.0/Configuration.h +++ b/config/examples/Voxelab/Aquila/BigTreeTech SKR Mini E3 2.0/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/WASP/PowerWASP/Configuration.h b/config/examples/WASP/PowerWASP/Configuration.h index 2767e7e293..affa31f9cc 100644 --- a/config/examples/WASP/PowerWASP/Configuration.h +++ b/config/examples/WASP/PowerWASP/Configuration.h @@ -1796,6 +1796,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 diff --git a/config/examples/Wanhao/Duplicator 4S/Configuration.h b/config/examples/Wanhao/Duplicator 4S/Configuration.h index 2ed1bf8299..fc05701a4d 100644 --- a/config/examples/Wanhao/Duplicator 4S/Configuration.h +++ b/config/examples/Wanhao/Duplicator 4S/Configuration.h @@ -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 diff --git a/config/examples/Wanhao/Duplicator 6/Configuration.h b/config/examples/Wanhao/Duplicator 6/Configuration.h index 78b42712a9..409b9b4f4d 100644 --- a/config/examples/Wanhao/Duplicator 6/Configuration.h +++ b/config/examples/Wanhao/Duplicator 6/Configuration.h @@ -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 diff --git a/config/examples/Wanhao/Duplicator i3 2.1/Configuration.h b/config/examples/Wanhao/Duplicator i3 2.1/Configuration.h index f6dc89f205..d518acdfcd 100644 --- a/config/examples/Wanhao/Duplicator i3 2.1/Configuration.h +++ b/config/examples/Wanhao/Duplicator i3 2.1/Configuration.h @@ -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 diff --git a/config/examples/Wanhao/Duplicator i3 Mini/Configuration.h b/config/examples/Wanhao/Duplicator i3 Mini/Configuration.h index 90a60ed971..de4b9676d2 100644 --- a/config/examples/Wanhao/Duplicator i3 Mini/Configuration.h +++ b/config/examples/Wanhao/Duplicator i3 Mini/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Wanhao/Duplicator i3 Plus/Configuration.h b/config/examples/Wanhao/Duplicator i3 Plus/Configuration.h index 2a16a4d73f..099e1e5787 100644 --- a/config/examples/Wanhao/Duplicator i3 Plus/Configuration.h +++ b/config/examples/Wanhao/Duplicator i3 Plus/Configuration.h @@ -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 diff --git a/config/examples/Weedo/Tina2/V2/Configuration.h b/config/examples/Weedo/Tina2/V2/Configuration.h index a9fe5ad1ca..e45186621d 100644 --- a/config/examples/Weedo/Tina2/V2/Configuration.h +++ b/config/examples/Weedo/Tina2/V2/Configuration.h @@ -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 diff --git a/config/examples/Weedo/Tina2/V3/Configuration.h b/config/examples/Weedo/Tina2/V3/Configuration.h index 7b68f53caf..f022f00c57 100644 --- a/config/examples/Weedo/Tina2/V3/Configuration.h +++ b/config/examples/Weedo/Tina2/V3/Configuration.h @@ -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 diff --git a/config/examples/Weistek/wt150/Configuration.h b/config/examples/Weistek/wt150/Configuration.h index 340f7d666a..04234852d3 100644 --- a/config/examples/Weistek/wt150/Configuration.h +++ b/config/examples/Weistek/wt150/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Zonestar/P802M/Configuration.h b/config/examples/Zonestar/P802M/Configuration.h index 3a6f956766..afaa7cb4b0 100644 --- a/config/examples/Zonestar/P802M/Configuration.h +++ b/config/examples/Zonestar/P802M/Configuration.h @@ -1783,6 +1783,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 diff --git a/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (A4988)/Configuration.h b/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (A4988)/Configuration.h index 5947444ccc..486f4ddb75 100644 --- a/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (A4988)/Configuration.h +++ b/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (A4988)/Configuration.h @@ -1787,6 +1787,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 diff --git a/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (TMC2209)/Configuration.h b/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (TMC2209)/Configuration.h index b8b51b1575..c28a0482a4 100755 --- a/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (TMC2209)/Configuration.h +++ b/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (TMC2209)/Configuration.h @@ -1786,6 +1786,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 diff --git a/config/examples/delta/Anycubic/Kossel Linear Plus/Configuration.h b/config/examples/delta/Anycubic/Kossel Linear Plus/Configuration.h index 4f7102ffb1..34cc7ab3da 100644 --- a/config/examples/delta/Anycubic/Kossel Linear Plus/Configuration.h +++ b/config/examples/delta/Anycubic/Kossel Linear Plus/Configuration.h @@ -1847,6 +1847,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 // deltas always home to max diff --git a/config/examples/delta/Anycubic/Kossel/Configuration.h b/config/examples/delta/Anycubic/Kossel/Configuration.h index c057d02457..c99f578488 100644 --- a/config/examples/delta/Anycubic/Kossel/Configuration.h +++ b/config/examples/delta/Anycubic/Kossel/Configuration.h @@ -1852,6 +1852,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 // deltas always home to max diff --git a/config/examples/delta/Anycubic/Predator/Configuration.h b/config/examples/delta/Anycubic/Predator/Configuration.h index 0cbaca0035..6d36f0555d 100644 --- a/config/examples/delta/Anycubic/Predator/Configuration.h +++ b/config/examples/delta/Anycubic/Predator/Configuration.h @@ -1790,6 +1790,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 // deltas always home to max diff --git a/config/examples/delta/Dreammaker/Overlord/Configuration.h b/config/examples/delta/Dreammaker/Overlord/Configuration.h index 5140fddab0..b28c6a747a 100644 --- a/config/examples/delta/Dreammaker/Overlord/Configuration.h +++ b/config/examples/delta/Dreammaker/Overlord/Configuration.h @@ -1789,6 +1789,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 // deltas always home to max diff --git a/config/examples/delta/Dreammaker/Overlord_Pro/Configuration.h b/config/examples/delta/Dreammaker/Overlord_Pro/Configuration.h index 6710af8770..eef1ca7914 100644 --- a/config/examples/delta/Dreammaker/Overlord_Pro/Configuration.h +++ b/config/examples/delta/Dreammaker/Overlord_Pro/Configuration.h @@ -1796,6 +1796,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 diff --git a/config/examples/delta/FLSUN/Q5-nano_v1/Configuration.h b/config/examples/delta/FLSUN/Q5-nano_v1/Configuration.h index 5db6efef7d..c3e3343758 100644 --- a/config/examples/delta/FLSUN/Q5-nano_v1/Configuration.h +++ b/config/examples/delta/FLSUN/Q5-nano_v1/Configuration.h @@ -1791,6 +1791,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 // deltas always home to max diff --git a/config/examples/delta/FLSUN/Q5-nano_v2/Configuration.h b/config/examples/delta/FLSUN/Q5-nano_v2/Configuration.h index 0783d54b21..37c79b095a 100644 --- a/config/examples/delta/FLSUN/Q5-nano_v2/Configuration.h +++ b/config/examples/delta/FLSUN/Q5-nano_v2/Configuration.h @@ -1789,6 +1789,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 // deltas always home to max diff --git a/config/examples/delta/FLSUN/QQ-S/Configuration.h b/config/examples/delta/FLSUN/QQ-S/Configuration.h index 48e6667429..a0a2c03ea0 100644 --- a/config/examples/delta/FLSUN/QQ-S/Configuration.h +++ b/config/examples/delta/FLSUN/QQ-S/Configuration.h @@ -1790,6 +1790,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 // deltas always home to max diff --git a/config/examples/delta/FLSUN/QQS-Pro/Configuration.h b/config/examples/delta/FLSUN/QQS-Pro/Configuration.h index eeda9961db..9888654a07 100644 --- a/config/examples/delta/FLSUN/QQS-Pro/Configuration.h +++ b/config/examples/delta/FLSUN/QQS-Pro/Configuration.h @@ -1790,6 +1790,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 // deltas always home to max diff --git a/config/examples/delta/FLSUN/auto_calibrate/Configuration.h b/config/examples/delta/FLSUN/auto_calibrate/Configuration.h index 540b94a2c2..84d5f1a082 100644 --- a/config/examples/delta/FLSUN/auto_calibrate/Configuration.h +++ b/config/examples/delta/FLSUN/auto_calibrate/Configuration.h @@ -1793,6 +1793,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 // deltas always home to max diff --git a/config/examples/delta/FLSUN/kossel/Configuration.h b/config/examples/delta/FLSUN/kossel/Configuration.h index 33a4b824e4..de2e67c838 100644 --- a/config/examples/delta/FLSUN/kossel/Configuration.h +++ b/config/examples/delta/FLSUN/kossel/Configuration.h @@ -1792,6 +1792,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 // deltas always home to max diff --git a/config/examples/delta/FLSUN/kossel_mini/Configuration.h b/config/examples/delta/FLSUN/kossel_mini/Configuration.h index 5a40f60e01..af8fe8682d 100644 --- a/config/examples/delta/FLSUN/kossel_mini/Configuration.h +++ b/config/examples/delta/FLSUN/kossel_mini/Configuration.h @@ -1792,6 +1792,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 // deltas always home to max diff --git a/config/examples/delta/Geeetech/G2/Configuration.h b/config/examples/delta/Geeetech/G2/Configuration.h index 29c4898a6d..01114f0725 100644 --- a/config/examples/delta/Geeetech/G2/Configuration.h +++ b/config/examples/delta/Geeetech/G2/Configuration.h @@ -1790,6 +1790,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 // deltas always home to max diff --git a/config/examples/delta/Geeetech/G2Pro/Configuration.h b/config/examples/delta/Geeetech/G2Pro/Configuration.h index d02f590d79..1571a077a6 100644 --- a/config/examples/delta/Geeetech/G2Pro/Configuration.h +++ b/config/examples/delta/Geeetech/G2Pro/Configuration.h @@ -1790,6 +1790,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 // deltas always home to max diff --git a/config/examples/delta/Geeetech/G2S/Configuration.h b/config/examples/delta/Geeetech/G2S/Configuration.h index 38a96aaea7..d5ce0de297 100644 --- a/config/examples/delta/Geeetech/G2S/Configuration.h +++ b/config/examples/delta/Geeetech/G2S/Configuration.h @@ -1790,6 +1790,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 // deltas always home to max diff --git a/config/examples/delta/Geeetech/G2SPro/Configuration.h b/config/examples/delta/Geeetech/G2SPro/Configuration.h index 750ab027ee..d069f87d93 100644 --- a/config/examples/delta/Geeetech/G2SPro/Configuration.h +++ b/config/examples/delta/Geeetech/G2SPro/Configuration.h @@ -1790,6 +1790,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 // deltas always home to max diff --git a/config/examples/delta/Geeetech/Rostock 301/Configuration.h b/config/examples/delta/Geeetech/Rostock 301/Configuration.h index 36652288d1..3c0f909bb8 100644 --- a/config/examples/delta/Geeetech/Rostock 301/Configuration.h +++ b/config/examples/delta/Geeetech/Rostock 301/Configuration.h @@ -1790,6 +1790,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 diff --git a/config/examples/delta/Hatchbox_Alpha/Configuration.h b/config/examples/delta/Hatchbox_Alpha/Configuration.h index 6efd9f78e1..a826c73f20 100644 --- a/config/examples/delta/Hatchbox_Alpha/Configuration.h +++ b/config/examples/delta/Hatchbox_Alpha/Configuration.h @@ -1795,6 +1795,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 // deltas always home to max diff --git a/config/examples/delta/MKS/SBASE/Configuration.h b/config/examples/delta/MKS/SBASE/Configuration.h index b699c7c6b1..2b892123db 100644 --- a/config/examples/delta/MKS/SBASE/Configuration.h +++ b/config/examples/delta/MKS/SBASE/Configuration.h @@ -1790,6 +1790,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 // deltas always home to max diff --git a/config/examples/delta/Malyan M300/Configuration.h b/config/examples/delta/Malyan M300/Configuration.h index e432b0c73e..2877745883 100644 --- a/config/examples/delta/Malyan M300/Configuration.h +++ b/config/examples/delta/Malyan M300/Configuration.h @@ -1783,6 +1783,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 // deltas always home to max diff --git a/config/examples/delta/Tevo Little Monster/Configuration.h b/config/examples/delta/Tevo Little Monster/Configuration.h index 4e45259cc1..3d8d408bd5 100644 --- a/config/examples/delta/Tevo Little Monster/Configuration.h +++ b/config/examples/delta/Tevo Little Monster/Configuration.h @@ -1791,6 +1791,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 // deltas always home to max diff --git a/config/examples/delta/Velleman/K8800/Configuration.h b/config/examples/delta/Velleman/K8800/Configuration.h index 52f148559f..60e0aebd5b 100644 --- a/config/examples/delta/Velleman/K8800/Configuration.h +++ b/config/examples/delta/Velleman/K8800/Configuration.h @@ -1819,6 +1819,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 diff --git a/config/examples/delta/generic/Configuration.h b/config/examples/delta/generic/Configuration.h index 8b8310d67a..a541673dd3 100644 --- a/config/examples/delta/generic/Configuration.h +++ b/config/examples/delta/generic/Configuration.h @@ -1790,6 +1790,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 // deltas always home to max diff --git a/config/examples/delta/kossel_clear/Configuration.h b/config/examples/delta/kossel_clear/Configuration.h index 821af5b245..f19276f2ed 100644 --- a/config/examples/delta/kossel_clear/Configuration.h +++ b/config/examples/delta/kossel_clear/Configuration.h @@ -1791,6 +1791,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 // deltas always home to max diff --git a/config/examples/delta/kossel_mini/Configuration.h b/config/examples/delta/kossel_mini/Configuration.h index e6e1e58466..5bc519361b 100644 --- a/config/examples/delta/kossel_mini/Configuration.h +++ b/config/examples/delta/kossel_mini/Configuration.h @@ -1792,6 +1792,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 // deltas always home to max diff --git a/config/examples/delta/kossel_pro/Configuration.h b/config/examples/delta/kossel_pro/Configuration.h index 5fc60c7e8b..0ad342e323 100644 --- a/config/examples/delta/kossel_pro/Configuration.h +++ b/config/examples/delta/kossel_pro/Configuration.h @@ -1810,6 +1810,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 // deltas always home to max diff --git a/config/examples/delta/kossel_xl/Configuration.h b/config/examples/delta/kossel_xl/Configuration.h index 3b6a36d033..6f18ea4f9a 100644 --- a/config/examples/delta/kossel_xl/Configuration.h +++ b/config/examples/delta/kossel_xl/Configuration.h @@ -1796,6 +1796,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 // deltas always home to max diff --git a/config/examples/gCreate/gMax1.5+/Configuration.h b/config/examples/gCreate/gMax1.5+/Configuration.h index d76b5d8e4f..67e2658586 100644 --- a/config/examples/gCreate/gMax1.5+/Configuration.h +++ b/config/examples/gCreate/gMax1.5+/Configuration.h @@ -1789,6 +1789,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 diff --git a/config/examples/linear_axes/Octopus 8 LINEAR_AXES/Configuration.h b/config/examples/linear_axes/Octopus 8 LINEAR_AXES/Configuration.h index bd1b45bb69..3a55518789 100644 --- a/config/examples/linear_axes/Octopus 8 LINEAR_AXES/Configuration.h +++ b/config/examples/linear_axes/Octopus 8 LINEAR_AXES/Configuration.h @@ -1794,6 +1794,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 diff --git a/config/examples/linear_axes/RAMPS 5 LINEAR_AXES/Configuration.h b/config/examples/linear_axes/RAMPS 5 LINEAR_AXES/Configuration.h index 3ce4cda374..3bfe2af228 100644 --- a/config/examples/linear_axes/RAMPS 5 LINEAR_AXES/Configuration.h +++ b/config/examples/linear_axes/RAMPS 5 LINEAR_AXES/Configuration.h @@ -1769,6 +1769,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 diff --git a/config/examples/makibox/Configuration.h b/config/examples/makibox/Configuration.h index 2786a4a829..bd567daef0 100644 --- a/config/examples/makibox/Configuration.h +++ b/config/examples/makibox/Configuration.h @@ -1785,6 +1785,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 diff --git a/config/examples/tvrrug/Round2/Configuration.h b/config/examples/tvrrug/Round2/Configuration.h index 3d18d3f890..b6c9c34c1b 100644 --- a/config/examples/tvrrug/Round2/Configuration.h +++ b/config/examples/tvrrug/Round2/Configuration.h @@ -1789,6 +1789,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