Add M600 (filament change) to long running commands
This commit is contained in:
parent
4ed0ed5f99
commit
6cc3846512
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ default_settings = {
|
|||
"maxWritePasses": 5,
|
||||
"additionalPorts": [],
|
||||
"additionalBaudrates": [],
|
||||
"longRunningCommands": ["G4", "G28", "G29", "G30", "G32", "M400", "M226"],
|
||||
"longRunningCommands": ["G4", "G28", "G29", "G30", "G32", "M400", "M226", "M600"],
|
||||
"checksumRequiringCommands": ["M110"],
|
||||
"helloCommand": "M110 N0",
|
||||
"disconnectOnErrors": True,
|
||||
|
|
|
|||
Loading…
Reference in a new issue