Cura/plugins/CuraEngineBackend
Ghostkeeper add9be387b
Fix crash when creating a socket before the plug-in is fully registered
The plug-in ID is set once the register function is completed, so after initialisation. If the _createSocket function is called in between, Cura would crash.
I don't know why the _createSocket function would be called in between, but possibly another plug-in causes an event that calls it since it's being called on many events (everything that would initiate a reslice).

Fixes Sentry issue CURA-K4.
2020-04-23 11:38:27 +02:00
..
__init__.py Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
Cura.proto Ensure that the primetower gets drawn in the right color again 2019-01-04 14:59:26 +01:00
CuraEngineBackend.py Fix crash when creating a socket before the plug-in is fully registered 2020-04-23 11:38:27 +02:00
plugin.json Update missed sdk versions from 7.1 to 7.2.0 for Cura 4.6 2020-04-21 11:46:12 +02:00
ProcessGCodeJob.py WIP: Refactor BuildPlateModel and split MultiBuildPlateModel 2018-02-17 22:24:05 +01:00
ProcessSlicedLayersJob.py Spelling of log entries and code style 2019-07-18 11:49:18 +02:00
StartSliceJob.py Only check changed settings (and whatever it affects) for errors in POS 2020-04-15 11:31:15 +02:00