mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-06 13:34:08 -06:00
♻️ Z_PROBE_END_SCRIPT => EVENT_GCODE_AFTER_G29
This commit is contained in:
parent
726bdfe5de
commit
296367b567
358 changed files with 358 additions and 358 deletions
|
@ -2087,7 +2087,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 X12 Y6 F7200\nG1 Z0 F8000"
|
||||
#define EVENT_GCODE_AFTER_G29 "G1 X12 Y6 F7200\nG1 Z0 F8000"
|
||||
|
||||
/**
|
||||
* Normally G28 leaves leveling disabled on completion. Enable one of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue