EVENT_GCODE_BEFORE_G29

MarlinFirmware/Marin#27566
This commit is contained in:
Scott Lahteine 2025-01-08 22:49:32 -06:00
parent 6e2a97da53
commit 9695a49659
377 changed files with 2262 additions and 0 deletions

View file

@ -2116,6 +2116,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Commands to execute at the start of G29 probing,
* after switching to the PROBING_TOOL.
*/
//#define EVENT_GCODE_BEFORE_G29 "M300 P440 S200"
/**
* Commands to execute at the end of G29 probing.
* Useful to retract or move the Z probe out of the way.