Browse Source

Don't add `is_online` to `.3mf` files

from eccb
c.lamboo 2 years ago
parent
commit
c7f8fe8feb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/3MFWriter/ThreeMFWorkspaceWriter.py

+ 1 - 0
plugins/3MFWriter/ThreeMFWorkspaceWriter.py

@@ -156,6 +156,7 @@ class ThreeMFWorkspaceWriter(WorkspaceWriter):
                 "connection_type",
                 "capabilities",
                 "octoprint_api_key",
+                "is_online",
             }
             serialized_data = container.serialize(ignored_metadata_keys = ignore_keys)