chiark / gitweb /
Add a overridePostProcessPluginConfig API
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Tue, 13 Jan 2015 22:47:44 +0000 (17:47 -0500)
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Tue, 13 Jan 2015 22:47:47 +0000 (17:47 -0500)
commit39718d868f5117454ca6894e6877ee4aad132c2f
treebeb3c3e2b65cfa09fafd343a97f51d0b7d1bdfe1
parent4a9bb212ddf975e8c2848e475e39c43e1862dc7f
Add a overridePostProcessPluginConfig API

This is to allow temporary override of plugin configurations for simple
mode settings for example.
To use it, just call overridePostProcessPluginConfig(config) and provide
a configuration list for the plugins (print the one given to the
setPostProcessPluginconfig function and reuse it in your simple config)
This should put us one step forward with regards to issue #59
Cura/util/pluginInfo.py