add M400 and M226 to longRunningCommands

This commit is contained in:
Jack Minardi 2015-07-15 17:24:48 -04:00
parent 1f6c85228b
commit 466195b067

View file

@ -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",