[2.0.x] G33 clean up (#12648)

Remove obsolete workarounds in G33 for the now fixed zprobe_zoffset bug
This commit is contained in:
Luc Van Daele
2018-12-18 19:43:38 +01:00
committed by Scott Lahteine
parent 7a5e637a37
commit c6e09c2689
3 changed files with 15 additions and 58 deletions

View File

@ -111,8 +111,6 @@ void menu_delta_calibrate() {
#if ENABLED(DELTA_AUTO_CALIBRATION)
MENU_ITEM(gcode, MSG_DELTA_AUTO_CALIBRATE, PSTR("G33"));
MENU_ITEM(gcode, MSG_DELTA_HEIGHT_CALIBRATE, PSTR("G33 S P1"));
MENU_ITEM(gcode, MSG_DELTA_Z_OFFSET_CALIBRATE, PSTR("G33 P-1"));
#if ENABLED(EEPROM_SETTINGS)
MENU_ITEM(function, MSG_STORE_EEPROM, lcd_store_settings);
MENU_ITEM(function, MSG_LOAD_EEPROM, lcd_load_settings);