diff --git a/src/octoprint/settings.py b/src/octoprint/settings.py index 38a197f0..afe81c2e 100644 --- a/src/octoprint/settings.py +++ b/src/octoprint/settings.py @@ -85,8 +85,9 @@ default_settings = { "sdStatus": 1 }, "additionalPorts": [], - "longRunningCommands": ["G4", "G28", "G29", "G30", "G32"], + "longRunningCommands": ["G4", "G28", "G29", "G30", "G32", "M400", "M226"], "checksumRequiringCommands": ["M110"], + "helloCommand": "M110 N0", "disconnectOnErrors": True, "ignoreErrorsFromFirmware": False },