Browse Source

Remove extraneous check of UBL_G26_MESH_EDITING

Scott Lahteine 7 years ago
parent
commit
790a3e9a8c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

@@ -8903,7 +8903,7 @@ void process_next_command() {
8903 8903
         gcode_G28();
8904 8904
         break;
8905 8905
 
8906
-      #if PLANNER_LEVELING && !ENABLED(AUTO_BED_LEVELING_UBL) || ENABLED(AUTO_BED_LEVELING_UBL) && ENABLED(UBL_G26_MESH_EDITING)
8906
+      #if PLANNER_LEVELING || ENABLED(AUTO_BED_LEVELING_UBL)
8907 8907
         case 29: // G29 Detailed Z probe, probes the bed at 3 or more points,
8908 8908
                  // or provides access to the UBL System if enabled.
8909 8909
           gcode_G29();

Loading…
Cancel
Save