Cura/plugins/PostProcessingPlugin
tastyratz 09d1becf1e
Update InsertAtLayerChange.py
I removed the period from the G-code to insert label for consistency. I also added a third option to this called "Skip layers". This allows you to insert gcode with a specific number of layers skipped (i.e. skip layers 1 will insert gcode every other layer, skip layers 3 will insert every fourth).

As an example, this change allowed me to insert a nozzle cleaning routine in my gcode without having to run it EVERY layer.
2023-03-05 11:48:45 -05:00
..
scripts Update InsertAtLayerChange.py 2023-03-05 11:48:45 -05:00
tests More fixes for PyCapsule_GetPointer race condition 2020-10-16 14:26:27 +02:00
__init__.py Fix getting PyCapsule error on import 2021-05-05 12:20:13 +02:00
plugin.json Upgrade SDK version to 8.0.0 for Cura 5.0 2022-04-20 10:57:38 +02:00
PostProcessingPlugin.py Merge branch 'master' into PyQt6_upgrade 2022-02-21 11:52:28 +01:00
PostProcessingPlugin.qml Fix postprocessing settings being too dark 2022-07-12 10:06:39 +02:00
README.md Add post processing source files 2018-01-09 10:31:12 +01:00
Script.py Improved readability of putValue 2020-06-23 21:46:40 +02:00
Script.svg Convert icons to UTF-8 2021-06-28 18:28:50 +02:00

PostProcessingPlugin

A post processing plugin for Cura