Cura/plugins
Thomas Karl Pietrowski 1fd169c669 SliceInfo: Defining container_serialized as empty, before trying to serialize
While discussing with Jordy about the code I just found a problematic case where sending slice info could fail.
(This shouldn't happen, but..) If the first container is not serializable, then the for-loop will crash because container_serialized is not set for the if clause.
Additionally the if-clause is at the moment useless, because it is always true, because the content of container_serialized gets never resetted.

Contributes to CURA-1445
2016-09-22 11:43:21 +02:00
..
3MFReader Fix revert accident 2016-09-09 17:10:45 +02:00
AutoSave Update AutoSave plugin to work with the new settings API 2016-05-30 15:29:10 +02:00
ChangeLogPlugin Minor text change in changelog 2016-09-02 13:06:10 +02:00
CuraEngineBackend Force garbage collection during ProcessSlicedLayersJob 2016-09-22 00:57:44 +02:00
CuraProfileReader Upgrade profile function now returns empty list if something went wrong. 2016-09-09 13:23:22 +02:00
CuraProfileWriter Exporting a profile now exports all profiles in a zipped container 2016-08-26 12:55:31 +02:00
GCodeProfileReader Store the Quality profile for the 'global' and extruders in the gcode. Read in all of the quality profile during import. 2016-07-12 12:41:49 +02:00
GCodeWriter Saving profile to g-code with empty container no longer results in empty string 2016-09-07 15:28:58 +02:00
ImageReader Merge branch 'master' into simple_convex_hull 2016-06-21 14:47:10 +02:00
LayerView Shade layerview elements printed with non-active extruder(s) 2016-09-21 21:21:20 +02:00
LegacyProfileReader We now throw an exception when trying to read legacy profile when multi extrusion machine is selected 2016-09-21 09:45:05 +02:00
MachineSettingsAction Show correct selected gcode flavor now there are more than 2 options 2016-09-19 14:35:54 +02:00
PerObjectSettingsTool Added forcefull property changed if perobjectsettings extruder was changed 2016-09-21 15:07:37 +02:00
RemovableDriveOutputDevice Update wording of error messages 2016-09-06 08:55:32 +02:00
SliceInfoPlugin SliceInfo: Defining container_serialized as empty, before trying to serialize 2016-09-22 11:43:21 +02:00
SolidView Shade objects printed with the non-active extruder in solid view 2016-09-22 07:44:59 +02:00
UltimakerMachineActions Fix setting heated bed upgrade option 2016-09-07 15:38:27 +02:00
USBPrinting Fix uploading custom firmware on windows 2016-09-06 13:07:15 +02:00
VersionUpgrade/VersionUpgrade21to22 Properly serialise the machine instance name 2016-09-21 17:34:22 +02:00
X3DReader X3D reader no longer creates critical exceptions in the rest of cura 2016-09-21 17:28:38 +02:00
XmlMaterialProfile XML profile now returns serialization data even if it's read only 2016-09-13 14:57:00 +02:00
XRayView Remove unused uniforms from composite shaders 2016-09-19 17:15:22 +02:00