fix resume feedrate
authorJim Morris <morris@wolfman.com>
Thu, 3 Sep 2015 07:59:11 +0000 (00:59 -0700)
committerJim Morris <morris@wolfman.com>
Thu, 3 Sep 2015 07:59:11 +0000 (00:59 -0700)
src/modules/utils/player/Player.cpp

index 6296b7d..5175a5d 100644 (file)
@@ -529,7 +529,7 @@ void Player::suspend_part2()
     // save state
     this->saved_inch_mode= THEKERNEL->robot->inch_mode;
     this->saved_absolute_mode= THEKERNEL->robot->absolute_mode;
-    this->saved_feed_rate= THEKERNEL->robot->get_feed_rate();
+    this->saved_feed_rate= THEKERNEL->robot->get_feed_rate() * 60; // save in mm/min
 
     // TODO retract by optional amount...