Skip to content

Commit

Permalink
Remove extraneous G60/G61 lines
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jan 27, 2020
1 parent e2eef12 commit 8bd6b60
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Marlin/src/gcode/gcode.cpp
Expand Up @@ -332,9 +332,6 @@ void GcodeSuite::process_parsed_command(const bool no_ok/*=false*/) {
case 76: G76(); break; // G76: Calibrate first layer compensation values
#endif

case 60: G60(); break; // G60: save current position
case 61: G61(); break; // G61: Apply/restore saved coordinates.

#if ENABLED(GCODE_MOTION_MODES)
case 80: G80(); break; // G80: Reset the current motion mode
#endif
Expand Down

0 comments on commit 8bd6b60

Please sign in to comment.