mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Add 'capabilities' to ignored metadata.
part of CURA-8671
This commit is contained in:
parent
1253b41537
commit
f5604dfb1e
2 changed files with 5 additions and 2 deletions
|
@ -49,7 +49,9 @@ _ignored_machine_network_metadata = {
|
|||
"removal_warning",
|
||||
"group_name",
|
||||
"group_size",
|
||||
"connection_type"
|
||||
"connection_type",
|
||||
"capabilities",
|
||||
"octoprint_api_key",
|
||||
} # type: Set[str]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue