diff --git a/machines/default.json b/machines/default.json index 7b369ab..0da8438 100644 --- a/machines/default.json +++ b/machines/default.json @@ -14,7 +14,7 @@ "toolWebcamUrl": "", "gcodeStart": "G21 ; Set units to mm\r\nG90 ; Absolute positioning\r\n", "gcodeEnd": "M2 ; End\r\n", - "gcodeHoming": "", + "gcodeHoming": "$H", "gcodeToolOn": "M3", "gcodeToolOff": "M5" }