Merge pull request #368 from henols/dev
Probing command gets stuck in hold if several g38.2 are submitted
This commit is contained in:
commit
2168bb1cf9
1 changed files with 1 additions and 0 deletions
|
|
@ -279,6 +279,7 @@ void mc_probe_cycle(float *target, float feed_rate, uint8_t invert_feed_rate, in
|
|||
void mc_probe_cycle(float *target, float feed_rate, uint8_t invert_feed_rate)
|
||||
#endif
|
||||
{
|
||||
if (sys.state != STATE_CYCLE) protocol_auto_cycle_start();
|
||||
protocol_buffer_synchronize(); // Finish all queued commands
|
||||
if (sys.abort) { return; } // Return if system reset has been issued.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue