zcalibrate: Have accept go back to the menu

This commit is contained in:
Jordan Ruthe 2020-11-22 19:30:34 -05:00
parent 906da8550e
commit d5fc92c1af

View File

@ -117,4 +117,4 @@ class ZCalibratePanel(ScreenPanel):
def accept(self, widget):
logger.info("Accepting Z calibrate")
self._screen._ws.klippy.gcode_script(KlippyGcodes.PROBE_ACCEPT)
#self._screen._ws.klippy.gcode_script(KlippyGcodes.SAVE_CONFIG)
self._screen._menu_go_back(widget)