Fixed a merge error
This commit is contained in:
parent
b36290a1f2
commit
2a3d9c291d
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue