diff --git a/plugins/3MFWriter/BambuLabVariant.py b/plugins/3MFWriter/BambuLabVariant.py index e30cc110b7..56337bbc31 100644 --- a/plugins/3MFWriter/BambuLabVariant.py +++ b/plugins/3MFWriter/BambuLabVariant.py @@ -165,4 +165,4 @@ class BambuLabVariant(ThreeMFVariant): used_m=str(used_m), used_g=str(used_g)) - self._writer._storeElementTree(archive, SLICE_INFO_PATH, config) \ No newline at end of file + self._writer._storeElementTree(archive, SLICE_INFO_PATH, config) diff --git a/plugins/3MFWriter/DefaultVariant.py b/plugins/3MFWriter/DefaultVariant.py index 52dd381ed1..7f5522c3af 100644 --- a/plugins/3MFWriter/DefaultVariant.py +++ b/plugins/3MFWriter/DefaultVariant.py @@ -30,4 +30,4 @@ class DefaultVariant(ThreeMFVariant): # Add thumbnail relation to _rels/.rels file ET.SubElement(relations_element, "Relationship", Target="/" + THUMBNAIL_PATH, Id="rel1", - Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/thumbnail") \ No newline at end of file + Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/thumbnail") diff --git a/plugins/3MFWriter/ThreeMFVariant.py b/plugins/3MFWriter/ThreeMFVariant.py index 9b7f0eadf4..d8f4e31770 100644 --- a/plugins/3MFWriter/ThreeMFVariant.py +++ b/plugins/3MFWriter/ThreeMFVariant.py @@ -71,4 +71,4 @@ class ThreeMFVariant(ABC): :param archive: The zip archive to write to :param metadata_relations_element: The metadata relations XML element """ - pass \ No newline at end of file + pass