EVENT_GCODE_AFTER_MPC_TUNE
Some checks failed
Deploy / deploy (push) Has been cancelled

MarlinFirmware/Marlin#27865

Co-Authored-By: Vovodroid <vovodroid@users.noreply.github.com>
This commit is contained in:
Scott Lahteine 2025-05-26 15:06:22 -05:00
parent a1310177d7
commit 3298bbfd05
382 changed files with 382 additions and 0 deletions

View file

@ -786,6 +786,7 @@
#define MPC_TUNING_POS { X_CENTER, Y_CENTER, 1.0f } // (mm) M306 Autotuning position, ideally bed center at first layer height.
#define MPC_TUNING_END_Z 10.0f // (mm) M306 Autotuning final Z position.
//#define EVENT_GCODE_AFTER_MPC_TUNE "M84" // G-code to execute after MPC tune finished and Z raised.
#endif
//===========================================================================