fix $H
authorJim Morris <morris@wolfman.com>
Tue, 26 Jan 2016 00:06:33 +0000 (16:06 -0800)
committerJim Morris <morris@wolfman.com>
Tue, 26 Jan 2016 00:06:33 +0000 (16:06 -0800)
src/modules/utils/simpleshell/SimpleShell.cpp

index 193fae1..61c7894 100644 (file)
@@ -232,7 +232,7 @@ void SimpleShell::on_console_line_received( void *argument )
             case 'H':
                 {
                     // issue G28.3 which is force homing cycle
-                    Gcode gcode("G28.3", new_message.stream);
+                    Gcode gcode("G28.2", new_message.stream);
                     THEKERNEL->call_event(ON_GCODE_RECEIVED, &gcode);
                 }
                 break;