MPC_AUTOTUNE_DEBUG

MarlinFirmware/Marlin#27274
This commit is contained in:
Scott Lahteine 2024-08-05 17:41:38 -05:00
parent 11e11c564e
commit dc8b710af8
370 changed files with 1110 additions and 0 deletions

View file

@ -719,6 +719,9 @@
*/
#if ENABLED(MPCTEMP)
#define MPC_AUTOTUNE // Include a method to do MPC auto-tuning (~6.3K bytes of flash)
#if ENABLED(MPC_AUTOTUNE)
//#define MPC_AUTOTUNE_DEBUG // Enable MPC debug logging (~870 bytes of flash)
#endif
//#define MPC_EDIT_MENU // Add MPC editing to the "Advanced Settings" menu. (~1.3K bytes of flash)
//#define MPC_AUTOTUNE_MENU // Add MPC auto-tuning to the "Advanced Settings" menu. (~350 bytes of flash)