mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Add CuraProfileWriter plugin
This plugin writes the default Cura profile format. Contributes to issue CURA-34.
This commit is contained in:
parent
984a8efe1e
commit
3ec790f963
3 changed files with 47 additions and 1 deletions
|
@ -20,7 +20,7 @@ def getMetaData():
|
|||
"extension": "curaprofile",
|
||||
"description": catalog.i18nc("@item:inlistbox", "Cura Profile")
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
|
||||
def register(app):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue