chiark / gitweb /
Use the right plugin configuration when running the engine
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Sat, 10 Jan 2015 18:56:47 +0000 (13:56 -0500)
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Sat, 10 Jan 2015 18:56:47 +0000 (13:56 -0500)
commit4a9bb212ddf975e8c2848e475e39c43e1862dc7f
tree39e777feebc8620ed47392e5ee498a2e0b37ab30
parentf870e36d563a85c9e7a23a262e09a5749d3b3dce
Use the right plugin configuration when running the engine

The simple settings would override the plugin config to disable all
then run the engine then reset the overrides, but the plugin config
was not accessed until the slicing engine finished, at which point
the plugin config override was already reset. this caused plugins
to be kept enabled even in simple mode.
This fixes issue #59
Cura/util/pluginInfo.py
Cura/util/sliceEngine.py