Implement G42, after all

2.0.x
Scott Lahteine 4 years ago committed by Scott Lahteine
parent d5b09fdbf5
commit f187a5304b

@ -364,6 +364,10 @@ void GcodeSuite::process_parsed_command(const bool no_ok/*=false*/) {
break;
#endif
#if HAS_MESH
case 42: G42(); break; // G42: Coordinated move to a mesh point
#endif
#if ENABLED(CNC_COORDINATE_SYSTEMS)
case 53: G53(); break; // G53: (prefix) Apply native workspace
case 54: G54(); break; // G54: Switch to Workspace 1

Loading…
Cancel
Save