♻️ Z_PROBE_END_SCRIPT => EVENT_GCODE_AFTER_G29

This commit is contained in:
Scott Lahteine 2024-01-07 22:00:18 -06:00
parent 726bdfe5de
commit 296367b567
358 changed files with 358 additions and 358 deletions

View file

@ -2056,7 +2056,7 @@
* Commands to execute at the end of G29 probing.
* Useful to retract or move the Z probe out of the way.
*/
#define Z_PROBE_END_SCRIPT "G1 Z5 F6000\nG1 X10 Y10\nG1 Z0.2"
#define EVENT_GCODE_AFTER_G29 "G1 Z5 F6000\nG1 X10 Y10\nG1 Z0.2"
/**
* Normally G28 leaves leveling disabled on completion. Enable one of