Cura/plugins
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
..
3MFReader Fix visual issues with long labels in the open project dialog 2020-08-21 14:50:00 +02:00
3MFWriter Catch OSError and related errors when saving workspaces 2020-09-08 13:01:10 +02:00
AMFReader Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
CuraDrive Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
CuraEngineBackend Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
CuraProfileReader Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
CuraProfileWriter Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
FirmwareUpdateChecker Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
FirmwareUpdater Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
GCodeGzReader Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
GCodeGzWriter Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
GCodeProfileReader Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
GCodeReader Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
GCodeWriter Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
ImageReader Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
LegacyProfileReader Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
MachineSettingsAction Force update when changing nozzle size in custom FFF 2020-09-07 10:46:17 +02:00
ModelChecker Fix check of model checker to take new unit of shrinkage factor into account 2020-09-02 01:02:12 +02:00
MonitorStage Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
PerObjectSettingsTool Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
PostProcessingPlugin Revert "Revert "Merge branch '4.7' of github.com:Ultimaker/Cura into 4.7"" 2020-08-20 16:35:52 +02:00
PrepareStage Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
PreviewStage Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
RemovableDriveOutputDevice Fix filtering of output MIME types removable drive 2020-09-28 11:44:19 +02:00
SentryLogger Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
SimulationView Revert "Revert "Merge branch '4.7' of github.com:Ultimaker/Cura into 4.7"" 2020-08-20 16:35:52 +02:00
SliceInfoPlugin Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
SolidView Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
SupportEraser Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
Toolbox Apply different filtering per category when pressing Back 2020-08-11 11:32:53 +02:00
TrimeshReader Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
UFPReader Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
UFPWriter Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
UltimakerMachineActions Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
UM3NetworkPrinting Remove unused keyword argument 2020-09-07 16:33:16 +02:00
USBPrinting Fix TypeError if USBPrinting plugin path is not found 2020-09-17 15:34:43 +02:00
VersionUpgrade Add version upgrade for Cura 4.8 2020-09-02 01:20:59 +02:00
X3DReader Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
XmlMaterialProfile Remove shrinkage percentage setting alias 2020-09-18 12:48:02 +02:00
XRayView Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00