// [M3,M4,M5]: Update spindle state
if (bit_istrue(modal_group_words,bit(MODAL_GROUP_7))) {
if (sys.state != STATE_CYCLE) protocol_auto_cycle_start(); // added this one
protocol_buffer_synchronize(); // pulled out of spindle_run
spindle_run(gc.spindle_direction, gc.spindle_speed);
}
我的结果是:
仍然: