.ufp should also not show up in recent files since it's a gcode format

This commit is contained in:
Remco Burema 2018-08-21 11:01:35 +02:00
parent 1079a9be2c
commit ca25638c07
4 changed files with 112 additions and 1 deletions

View file

@ -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)