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

@@ -98,7 +98,7 @@ void GcodeSuite::M600() {
#if ENABLED(HOME_BEFORE_FILAMENT_CHANGE)
// Don't allow filament change without homing first
if (axis_unhomed_error()) gcode.home_all_axes();
if (axis_unhomed_error()) home_all_axes();
#endif
#if EXTRUDERS > 1