1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-22 14:12:59 +02:00

removed debug msg

This commit is contained in:
me
2021-04-22 14:00:57 -07:00
parent 6d4388081a
commit f1b56a7a00

View File

@@ -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) {