Cura/plugins
Kostas Karmas 4f97089e47 Fix losing global quality changes when reading a 3MF with a CFFF
By using "pass" when the IndexError occured while reading the quality changes, empty quality
changes containers were added to the registry. These empty quality changes were then used as
"global" quality_changes, since the container registry was simply picking the first quality
changes instance container that had an empty extruder stack. Therefore, the correct global
quality changes (that actually had the global settings that were changed, like the support)
was just ignored in the whole process.

CURA-7549
2020-07-07 10:43:02 +02:00
..
3MFReader Fix losing global quality changes when reading a 3MF with a CFFF 2020-07-07 10:43:02 +02:00
3MFWriter Catch file writing errors while writing files in the archive 2020-07-06 17:42:04 +02:00
AMFReader Remove trailing whitespace from Python files 2020-05-29 14:30:33 +02:00
CuraDrive Process Review feedback for CURA-7438 2020-06-09 13:41:30 +02:00
CuraEngineBackend Fix mypy issues 2020-06-24 15:40:33 +02:00
CuraProfileReader Remove trailing whitespace from Python files 2020-05-29 14:30:33 +02:00
CuraProfileWriter Remove trailing whitespace from Python files 2020-05-29 14:30:33 +02:00
FirmwareUpdateChecker Show latest version nr. available in firmware-update-checker-message. 2020-06-05 13:29:21 +02:00
FirmwareUpdater Convert doxygen to rst for Firmware update plugins 2020-05-08 15:46:02 +02:00
GCodeGzReader Remove trailing whitespace from Python files 2020-05-29 14:30:33 +02:00
GCodeGzWriter Remove trailing whitespace from Python files 2020-05-29 14:30:33 +02:00
GCodeProfileReader Remove trailing whitespace from Python files 2020-05-29 14:30:33 +02:00
GCodeReader Use extruderList rather than deprecated extruders property 2020-05-29 17:02:22 +02:00
GCodeWriter Remove use of deprecated extruders property 2020-05-29 17:45:41 +02:00
ImageReader Fix image reader peak height 2020-05-07 14:29:30 +02:00
LegacyProfileReader Remove trailing whitespace from Python files 2020-05-29 14:30:33 +02:00
MachineSettingsAction Remove trailing whitespace from Python files 2020-05-29 14:30:33 +02:00
ModelChecker Remove trailing whitespace from Python files 2020-05-29 14:30:33 +02:00
MonitorStage Convert doxygen to rst for POS, MonitorStage, PostProcessing 2020-05-08 16:28:07 +02:00
PerObjectSettingsTool Merge branch 'master' into feature_support_meshes_present 2020-06-04 10:27:11 +02:00
PostProcessingPlugin Improved readability of putValue 2020-06-23 21:46:40 +02:00
PrepareStage Convert doxygen to rst for Prepare, Preview, RemovableOutputDevice 2020-05-08 17:37:49 +02:00
PreviewStage Remove trailing whitespace from Python files 2020-05-29 14:30:33 +02:00
RemovableDriveOutputDevice Remove trailing whitespace from Python files 2020-05-29 14:30:33 +02:00
SentryLogger Remove trailing whitespace from Python files 2020-05-29 14:30:33 +02:00
SimulationView Merge remote-tracking branch 'origin/master' into doxygen_to_restructuredtext_comments 2020-05-15 13:38:37 +02:00
SliceInfoPlugin Don't copy transformations if it's not needed 2020-06-23 16:24:34 +02:00
SolidView Pass the cached normal transformation to the rendere 2020-06-30 13:39:32 +02:00
SupportEraser Update missed sdk versions from 7.1 to 7.2.0 for Cura 4.6 2020-04-21 11:46:12 +02:00
Toolbox Prevent division by 0 if total download size is 0 2020-07-06 17:23:58 +02:00
TrimeshReader Remove trailing whitespace from Python files 2020-05-29 14:30:33 +02:00
UFPReader Update sdk version to 7.2.0 2020-04-21 11:00:06 +02:00
UFPWriter Fix coding style 2020-07-06 11:08:33 +02:00
UltimakerMachineActions Remove trailing whitespace from Python files 2020-05-29 14:30:33 +02:00
UM3NetworkPrinting Fix printer counts for the auto-added printer message 2020-07-02 16:23:46 +02:00
USBPrinting Added 76800 baud rate 2020-06-02 00:03:12 -03:00
VersionUpgrade Merge pull request #8026 from Ultimaker/CURA-5479_job_name_template 2020-07-06 10:06:39 +02:00
X3DReader Update missed sdk versions from 7.1 to 7.2.0 for Cura 4.6 2020-04-21 11:46:12 +02:00
XmlMaterialProfile Consistent typing with function this is overriding 2020-06-15 13:58:12 +02:00
XRayView Convert doxygen to rst for X3DReader, XmlMaterialProfile, XRayView 2020-05-28 16:08:51 +02:00