Cura/plugins/PostProcessingPlugin
Ghostkeeper b8fce75dac
Track index instead of finding it back later
It has to iterate over all layers and do string comparison to find the index back. Instead we just keep track of the index so this should improve performance a bit.
2018-02-12 11:12:55 +01:00
..
scripts Track index instead of finding it back later 2018-02-12 11:12:55 +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 Check if there is any gcode in the scene before executing a post process 2018-01-31 14:36:16 +01:00
PostProcessingPlugin.qml Add post processing source files 2018-01-09 10:31:12 +01:00
README.md Add post processing source files 2018-01-09 10:31:12 +01:00
Script.py Add post processing source files 2018-01-09 10:31:12 +01:00

PostProcessingPlugin

A post processing plugin for Cura