mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-01 06:41:06 -07:00
Fix exporting with new quality changes groups
Those groups are starting to become a bit cumbersome... Contributes to issue CURA-6600.
This commit is contained in:
parent
4f936f5c23
commit
1b9e710f72
2 changed files with 7 additions and 5 deletions
|
|
@ -101,7 +101,8 @@ class CuraContainerRegistry(ContainerRegistry):
|
|||
|
||||
## Exports an profile to a file
|
||||
#
|
||||
# \param container_list \type{list} the containers to export
|
||||
# \param container_list \type{list} the containers to export. This is not
|
||||
# necessarily in any order!
|
||||
# \param file_name \type{str} the full path and filename to export to.
|
||||
# \param file_type \type{str} the file type with the format "<description> (*.<extension>)"
|
||||
# \return True if the export succeeded, false otherwise.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue