Tool Change Migration fixes and debugging (#18448)

This commit is contained in:
InsanityAutomation
2020-06-27 22:57:01 -04:00
committed by GitHub
parent e392745c86
commit c1dcc56a0b
4 changed files with 45 additions and 8 deletions

View File

@ -49,7 +49,7 @@ void M217_report(const bool eeprom=false) {
" G", toolchange_settings.fan_time);
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
SERIAL_ECHOPAIR(" N", int(migration.automode));
SERIAL_ECHOPAIR(" A", int(migration.automode));
SERIAL_ECHOPAIR(" L", LINEAR_UNIT(migration.last));
#endif