|
@@ -5259,11 +5259,11 @@ void process_next_command() {
|
5259
|
5259
|
gcode_G28();
|
5260
|
5260
|
break;
|
5261
|
5261
|
|
5262
|
|
- #if defined(ENABLE_AUTO_BED_LEVELING) || defined(MESH_BED_LEVELING)
|
5263
|
|
- case 29: // G29 Detailed Z-Probe, probes the bed at 3 or more points.
|
5264
|
|
- gcode_G29();
|
5265
|
|
- break;
|
5266
|
|
- #endif
|
|
5262
|
+ #if defined(ENABLE_AUTO_BED_LEVELING) || defined(MESH_BED_LEVELING)
|
|
5263
|
+ case 29: // G29 Detailed Z-Probe, probes the bed at 3 or more points.
|
|
5264
|
+ gcode_G29();
|
|
5265
|
+ break;
|
|
5266
|
+ #endif
|
5267
|
5267
|
|
5268
|
5268
|
#ifdef ENABLE_AUTO_BED_LEVELING
|
5269
|
5269
|
|