reduce diffs with dev branch
This commit is contained in:
parent
8c9f3bca65
commit
d3322ccded
8 changed files with 7 additions and 27 deletions
|
|
@ -47,7 +47,7 @@ void coolant_run(uint8_t mode)
|
|||
{
|
||||
if (sys.state == STATE_CHECK_MODE) { return; }
|
||||
|
||||
protocol_auto_cycle_start();
|
||||
protocol_auto_cycle_start(); //temp fix for M8 lockup
|
||||
protocol_buffer_synchronize(); // Ensure coolant turns on when specified in program.
|
||||
if (mode == COOLANT_FLOOD_ENABLE) {
|
||||
COOLANT_FLOOD_PORT |= (1 << COOLANT_FLOOD_BIT);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue