Allow ? to show realtime coordinates when homing
authorJim Morris <morris@wolfman.com>
Sat, 8 Apr 2017 00:38:37 +0000 (17:38 -0700)
committerJim Morris <morris@wolfman.com>
Sat, 8 Apr 2017 00:38:37 +0000 (17:38 -0700)
src/libs/Kernel.cpp

index b974b54..ef8200a 100644 (file)
@@ -172,6 +172,7 @@ std::string Kernel::get_query_string()
     if(halted) {
         str.append("Alarm,");
     }else if(homing) {
+        running= true;
         str.append("Home,");
     }else if(feed_hold) {
         str.append("Hold,");