Remove extra gcode. prefix

This commit is contained in:
Scott Lahteine
2019-05-26 15:29:54 -05:00
parent c6d39319de
commit b14cc0d7c5
3 changed files with 9 additions and 9 deletions

View File

@ -134,7 +134,7 @@ void GcodeSuite::G29() {
BUZZ(100, 659);
BUZZ(100, 698);
gcode.home_all_axes();
home_all_axes();
set_bed_leveling_enabled(true);
#if ENABLED(MESH_G28_REST_ORIGIN)