turn off debug in $J
authorJim Morris <morris@wolfman.com>
Mon, 1 Oct 2018 13:52:19 +0000 (14:52 +0100)
committerJim Morris <morris@wolfman.com>
Mon, 1 Oct 2018 13:52:19 +0000 (14:52 +0100)
src/modules/utils/simpleshell/SimpleShell.cpp

index 2e8361d..b11f031 100644 (file)
@@ -1183,7 +1183,7 @@ void SimpleShell::jog(string parameters, StreamOutput *stream)
     // turn off queue delay and run it now
     THECONVEYOR->force_queue();
     THEROBOT->pop_state();
-    stream->printf("Jog: %c%f F%f\n", ax, d, scale);
+    //stream->printf("Jog: %c%f F%f\n", ax, d, scale);
 }
 
 void SimpleShell::help_command( string parameters, StreamOutput *stream )