M872 wait for probe temperature (#19344)
This commit is contained in:
parent
6f8282f01e
commit
1917ed8741
7 changed files with 150 additions and 26 deletions
|
|
@ -819,6 +819,7 @@ void GcodeSuite::process_parsed_command(const bool no_ok/*=false*/) {
|
|||
|
||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||
case 871: M871(); break; // M871: Print/reset/clear first layer temperature offset values
|
||||
case 872: M872(); break; // M872: Wait for probe temp
|
||||
#endif
|
||||
|
||||
#if ENABLED(LIN_ADVANCE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue