1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-09-02 19:02:35 +02:00

Dead code

This commit is contained in:
Mitch Bradley
2021-05-25 23:06:49 -10:00
parent 8e2091fb29
commit 8df0d4daa8

View File

@@ -34,15 +34,6 @@ static bool checkStartupLine(char* value) {
return gc_execute_line(value, CLIENT_SERIAL) == Error::Ok;
}
static bool postMotorSetting(char* value) {
#ifdef LATER
if (!value) {
motors_read_settings();
}
#endif
return true;
}
void make_coordinate(CoordIndex index, const char* name) {
float coord_data[MAX_N_AXIS] = { 0.0 };
auto coord = new Coordinates(name);