Bed Distance Sensor (#24554)

This commit is contained in:
Mark 2022-08-06 14:14:58 +08:00 committed by GitHub
parent 1dc17aa64c
commit 83320f1052
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 410 additions and 9 deletions

View file

@ -577,6 +577,10 @@ void GcodeSuite::process_parsed_command(const bool no_ok/*=false*/) {
case 100: M100(); break; // M100: Free Memory Report
#endif
#if ENABLED(BD_SENSOR)
case 102: M102(); break; // M102: Configure Bed Distance Sensor
#endif
#if HAS_EXTRUDERS
case 104: M104(); break; // M104: Set hot end temperature
case 109: M109(); break; // M109: Wait for hotend temperature to reach target