🚸 ProUI APRIL2022 updates (#24084)

This commit is contained in:
Scott Lahteine
2022-05-17 15:05:25 -05:00
parent 8351b1431f
commit 268a16b1ef
24 changed files with 1644 additions and 990 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;