Fix some comments

This commit is contained in:
Scott Lahteine
2020-12-27 16:26:18 -06:00
parent e3d7603d54
commit 6d3e22dd4a
2 changed files with 3 additions and 2 deletions

View File

@ -246,6 +246,7 @@ void GcodeSuite::G28() {
set_bed_leveling_enabled(false);
#endif
// Reset to the XY plane
TERN_(CNC_WORKSPACE_PLANES, workspace_plane = PLANE_XY);
// Count this command as movement / activity