🎨 Misc. E3V2 DWIN cleanup

This commit is contained in:
Scott Lahteine
2022-05-17 15:05:25 -05:00
parent 7894cd9d6a
commit 310ff23676
3 changed files with 7 additions and 7 deletions

View File

@@ -1246,7 +1246,7 @@ void CrealityDWINClass::Menu_Item_Handler(uint8_t menu, uint8_t item, bool draw/
if (draw)
Draw_Menu_Item(row, ICON_SetHome, F("Set Home Position"));
else {
gcode.process_subcommands_now(F("G92 X0 Y0 Z0"));
gcode.process_subcommands_now(F("G92X0Y0Z0"));
AudioFeedback();
}
break;