mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:25:56 +08:00
Add newlines to the end of new files.
done as part of CURA-12099
This commit is contained in:
parent
254087cb45
commit
371f280ab8
@ -165,4 +165,4 @@ class BambuLabVariant(ThreeMFVariant):
|
|||||||
used_m=str(used_m),
|
used_m=str(used_m),
|
||||||
used_g=str(used_g))
|
used_g=str(used_g))
|
||||||
|
|
||||||
self._writer._storeElementTree(archive, SLICE_INFO_PATH, config)
|
self._writer._storeElementTree(archive, SLICE_INFO_PATH, config)
|
||||||
|
@ -30,4 +30,4 @@ class DefaultVariant(ThreeMFVariant):
|
|||||||
# Add thumbnail relation to _rels/.rels file
|
# Add thumbnail relation to _rels/.rels file
|
||||||
ET.SubElement(relations_element, "Relationship",
|
ET.SubElement(relations_element, "Relationship",
|
||||||
Target="/" + THUMBNAIL_PATH, Id="rel1",
|
Target="/" + THUMBNAIL_PATH, Id="rel1",
|
||||||
Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/thumbnail")
|
Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/thumbnail")
|
||||||
|
@ -71,4 +71,4 @@ class ThreeMFVariant(ABC):
|
|||||||
:param archive: The zip archive to write to
|
:param archive: The zip archive to write to
|
||||||
:param metadata_relations_element: The metadata relations XML element
|
:param metadata_relations_element: The metadata relations XML element
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user