Skip to content

Commit a441a0c

Browse files
committed
M505
1 parent 6c1bf07 commit a441a0c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Marlin/Marlin_main.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13756,7 +13756,6 @@ inline void gcode_M226() {
1375613756
/* Probe offsets */
1375713757
SERIAL_ECHOLNPAIR("conf:positions:probesOffsets:X0=>", xProbeOffset);
1375813758
SERIAL_ECHOLNPAIR("conf:positions:probesOffsets:Y0=>", yProbeOffset);
13759-
SERIAL_ECHOLNPAIR("conf:positions:probesOffsets:Z0=>", zprobe_zoffset);
1376013759
SERIAL_ECHOLNPAIR("conf:positions:probesOffsets:X1=>", xSecondProbeOffset);
1376113760
SERIAL_ECHOLNPAIR("conf:positions:probesOffsets:Y1=>", ySecondProbeOffset);
1376213761

@@ -16962,7 +16961,7 @@ void process_parsed_command() {
1696216961
case 504: gcode_M504(); break; // M504: Validate EEPROM
1696316962
#endif
1696416963
#ifdef BCN3D_MOD
16965-
case 505: gcode_M504(); break; // M505: Store settings in EEPROM and send exit code (to reset controller)
16964+
case 505: gcode_M505(); break; // M505: Store settings in EEPROM and send exit code (to reset controller)
1696616965
#endif
1696716966

1696816967

0 commit comments

Comments
 (0)