Browse Source

Replace direct call to G28(true)

vanilla_fb_2.0.x
Scott Lahteine 4 years ago
parent
commit
a75a25cd7c
  1. 2
      Marlin/src/gcode/calibrate/G76_M871.cpp

2
Marlin/src/gcode/calibrate/G76_M871.cpp

@ -121,7 +121,7 @@ void GcodeSuite::G76() {
return;
}
G28(true);
process_subcommands_now_P(PSTR("G28"));
}
/******************************************

Loading…
Cancel
Save