Cura/plugins/PostProcessingPlugin
Ghostkeeper cfdde8dd07
Simplify indentation of pause at height script
Instead of making lots of nested if statements, use the if statements as an interruption check. This reduces the indentation a lot and makes it easier to read in my opinion. It also makes it easier to add stuff to these checks.
2018-02-12 11:06:17 +01:00
..
scripts Simplify indentation of pause at height script 2018-02-12 11:06:17 +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