Implement G42, after all

This commit is contained in:
Scott Lahteine 2021-03-04 03:15:32 -06:00
parent dad486c01b
commit 6225870aa9
2 changed files with 5 additions and 1 deletions

View File

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