mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
.ufp should also not show up in recent files since it's a gcode format
This commit is contained in:
parent
1079a9be2c
commit
ca25638c07
4 changed files with 112 additions and 1 deletions
|
@ -20,7 +20,7 @@ catalog = i18nCatalog("cura")
|
|||
|
||||
class UFPWriter(MeshWriter):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
super().__init__(add_to_recent_files = False)
|
||||
self._snapshot = None
|
||||
Application.getInstance().getOutputDeviceManager().writeStarted.connect(self._createSnapshot)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue