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
..
2018-01-09 10:31:12 +01:00
2018-01-09 10:31:12 +01:00
2018-01-09 10:31:12 +01:00
2018-02-26 09:54:07 +01:00

PostProcessingPlugin

A post processing plugin for Cura