Enabled arcs render after adapting OpenCNCPilot code.
Started porting iosender to C++
This commit is contained in:
@@ -5,10 +5,6 @@
|
||||
#include "grbl_machine.h"
|
||||
#include "string_utils.h"
|
||||
|
||||
static bool starts_with(const std::string& line, const std::string& prefix) {
|
||||
return line.rfind(prefix, 0) == 0;
|
||||
}
|
||||
|
||||
grbl::machine::machine() {
|
||||
pipe = new tcp_transport("192.168.5.39", 23);
|
||||
states[grbl_machine_state::disconnected] = new machine_state_connect;
|
||||
|
||||
Reference in New Issue
Block a user