Merge pull request #973 from Voxel8/jm/more-longRunningCommands

Add M400 and M226 to longRunningCommands
This commit is contained in:
Gina Häußge 2015-07-16 12:16:01 +02:00
commit c2eb8828de

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