Cura/plugins/PostProcessingPlugin
Ruben D c65e3656bd
Fix persistence of setting names with uppercase characters
The problem was that Python's ConfigParser doesn't preserve case. Everything becomes lowercase. Some post-processing scripts have uppercase characters in their setting keys and these weren't preserved.
This fix configures the ConfigParser to pass the setting keys untransformed. The transformation function becomes the str() function which just passes the input through untransformed.
2018-03-29 00:39:57 +02:00
..
scripts Better defaults for filament change 2018-03-21 17:12:54 +01:00
__init__.py Add post processing source files 2018-01-09 10:31:12 +01:00
plugin.json Add post processing source files 2018-01-09 10:31:12 +01:00
postprocessing.svg Add post processing source files 2018-01-09 10:31:12 +01:00
PostProcessingPlugin.py Fix persistence of setting names with uppercase characters 2018-03-29 00:39:57 +02:00
PostProcessingPlugin.qml Merge branch 'master' into feature_persistent_postprocessing 2018-03-22 19:19:05 +01:00
README.md Add post processing source files 2018-01-09 10:31:12 +01:00
Script.py Add E in the priority list 2018-02-26 09:54:07 +01:00

PostProcessingPlugin

A post processing plugin for Cura