🎨 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

@@ -1943,7 +1943,7 @@ void HomeZ() { queue.inject(F("G28Z")); }
void SetHome() {
// Apply workspace offset, making the current position 0,0,0
queue.inject(F("G92 X0 Y0 Z0"));
queue.inject(F("G92X0Y0Z0"));
HMI_AudioFeedback();
}