Browse Source

Fix Command M420

pull/1/head
MagoKimbra 8 years ago
parent
commit
dfcdbb437b
  1. 7
      Marlin/Marlin_main.cpp

7
Marlin/Marlin_main.cpp

@ -8125,10 +8125,13 @@ void process_next_command() {
break; break;
#endif // ENABLED(FILAMENT_WIDTH_SENSOR) #endif // ENABLED(FILAMENT_WIDTH_SENSOR)
#if ENABLED(MESH_BED_LEVELING) #if PLANNER_LEVELING
case 420: // M420: Enable/Disable Mesh Bed Leveling case 420: // M420: Enable/Disable Bed Leveling
gcode_M420(); gcode_M420();
break; break;
#endif
#if ENABLED(MESH_BED_LEVELING)
case 421: // M421: Set a Mesh Bed Leveling Z coordinate case 421: // M421: Set a Mesh Bed Leveling Z coordinate
gcode_M421(); gcode_M421();
break; break;

Loading…
Cancel
Save