Cura/plugins/RemovableDriveOutputDevice
Ghostkeeper a747ca0661
Fix filtering of output MIME types removable drive
The RemovableDriveOutputDevice was selecting the preferred format to save the slice output in automatically. To select this, it was taking the intersection between the available output formats (for which there is a Writer plug-in) and the file formats that the printer supports. However if the printer supports a file format that is not supported by Cura, it would crash here because it was looking up the plug-in for a MIME type it doesn't know about. Stupid mistake. But not half as stupid as the bug I'm about to fix in the next commit.

Fixes #4827.
2020-09-28 11:44:19 +02:00
..
__init__.py Remove unnecessary import and declaration of i18n in plugins 2018-10-03 22:00:24 +02:00
LinuxRemovableDrivePlugin.py Remove trailing whitespace from Python files 2020-05-29 14:30:33 +02:00
OSXRemovableDrivePlugin.py Convert doxygen to rst for Prepare, Preview, RemovableOutputDevice 2020-05-08 17:37:49 +02:00
plugin.json Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
RemovableDriveOutputDevice.py Fix filtering of output MIME types removable drive 2020-09-28 11:44:19 +02:00
RemovableDrivePlugin.py Remove unused import 2017-10-04 14:59:39 +02:00
WindowsRemovableDrivePlugin.py Convert doxygen to rst for Prepare, Preview, RemovableOutputDevice 2020-05-08 17:37:49 +02:00