mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-08-22 06:03:20 +02:00
removed debug msg
This commit is contained in:
@@ -61,7 +61,6 @@ namespace Spindles {
|
|||||||
data.msg[5] = 0x03;
|
data.msg[5] = 0x03;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
grbl_msg_sendf(CLIENT_SERIAL,MsgLevel::Info,"sending dir: state: %d",mode);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void L510::set_speed_command(uint32_t rpm, ModbusCommand& data) {
|
void L510::set_speed_command(uint32_t rpm, ModbusCommand& data) {
|
||||||
|
Reference in New Issue
Block a user