mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Do not show gcode.gz as an option in save file dialog
CURA-5649
This commit is contained in:
parent
376b6a53c9
commit
f42dc24d95
4 changed files with 9 additions and 22 deletions
|
@ -61,6 +61,10 @@ class GlobalStack(CuraContainerStack):
|
|||
name = self.variant.getName()
|
||||
return name
|
||||
|
||||
@pyqtProperty(str, constant = True)
|
||||
def preferred_output_file_formats(self) -> str:
|
||||
return self.getMetaDataEntry("file_formats")
|
||||
|
||||
## Add an extruder to the list of extruders of this stack.
|
||||
#
|
||||
# \param extruder The extruder to add.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue