mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 00:07:51 -06:00
Better path to packages.json in the 3MF file
Let's put it in the Cura directory with the rest of such files, as to not muddy the 3MF file with all sorts of directories that are not known to other consumers. Contributes to issue CURA-9413.
This commit is contained in:
parent
d1747e09e1
commit
8970f46154
2 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@ catalog = i18nCatalog("cura")
|
|||
|
||||
THUMBNAIL_PATH = "Metadata/thumbnail.png"
|
||||
MODEL_PATH = "3D/3dmodel.model"
|
||||
PACKAGE_METADATA_PATH = "Metadata/packages.json"
|
||||
PACKAGE_METADATA_PATH = "Cura/packages.json"
|
||||
|
||||
class ThreeMFWriter(MeshWriter):
|
||||
def __init__(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue