mic159 / octoprint-grbl-plugin

Simple GRBL support for Octoprint
MIT License
38 stars 9 forks source link

Fix hang in STATE_PAUSING #7

Closed dchidelf closed 6 years ago

dchidelf commented 6 years ago

parse_position_line in octoprint util/comm.py requires an extruder position (E:) otherwise it does not match and state does not transition to STATE_PAUSED when _log_position_on_pause == True

mic159 commented 6 years ago

Thanks @dchidelf