reduce diffs with dev branch
This commit is contained in:
parent
8c9f3bca65
commit
d3322ccded
8 changed files with 7 additions and 27 deletions
|
|
@ -60,7 +60,7 @@ void spindle_run(uint8_t direction, float rpm)
|
|||
if (sys.state == STATE_CHECK_MODE) { return; }
|
||||
|
||||
// Empty planner buffer to ensure spindle is set when programmed.
|
||||
protocol_auto_cycle_start();
|
||||
protocol_auto_cycle_start(); //temp fix for M3 lockup
|
||||
protocol_buffer_synchronize();
|
||||
|
||||
// Halt or set spindle direction and rpm.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue