Browse Source

Replace direct call to G28(true)

Scott Lahteine 5 years ago
parent
commit
a75a25cd7c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/gcode/calibrate/G76_M871.cpp

+ 1
- 1
Marlin/src/gcode/calibrate/G76_M871.cpp View File

121
       return;
121
       return;
122
     }
122
     }
123
 
123
 
124
-    G28(true);
124
+    process_subcommands_now_P(PSTR("G28"));
125
   }
125
   }
126
 
126
 
127
   /******************************************
127
   /******************************************

Loading…
Cancel
Save