From 466195b067ba1e30502b4a64209f311ae154648c Mon Sep 17 00:00:00 2001 From: Jack Minardi Date: Wed, 15 Jul 2015 17:24:48 -0400 Subject: [PATCH] add M400 and M226 to longRunningCommands --- src/octoprint/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/octoprint/settings.py b/src/octoprint/settings.py index f5fd85a2..982e932d 100644 --- a/src/octoprint/settings.py +++ b/src/octoprint/settings.py @@ -83,7 +83,7 @@ default_settings = { "sdStatus": 1 }, "additionalPorts": [], - "longRunningCommands": ["G4", "G28", "G29", "G30", "G32"] + "longRunningCommands": ["G4", "G28", "G29", "G30", "G32", "M400", "M226"] }, "server": { "host": "0.0.0.0",