File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments