Cura/plugins/PostProcessingPlugin
Ghostkeeper 7b82421751
Don't disable E steppers when pausing
There is no such command to disable only the E stepper drivers. This command M84 gets interpreted as disabling ALL stepper drivers, which on some printers would cause the print bed to fall down.
2018-06-14 14:57:03 +02:00
..
scripts Don't disable E steppers when pausing 2018-06-14 14:57:03 +02: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 Double-escape newlines in script string 2018-04-26 13:30:59 +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 Catch ContainerFormatError when deserialising containers 2018-04-06 13:26:16 +02:00

PostProcessingPlugin

A post processing plugin for Cura