Merge pull request #973 from Voxel8/jm/more-longRunningCommands
Add M400 and M226 to longRunningCommands
This commit is contained in:
commit
c2eb8828de
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue