Cura/plugins/PostProcessingPlugin
Pascal 17514b2a6a
Head was 1mm to high after the pause
The wrong line starts here:
458: prepend_gcode += self.putValue(G = 1, Z = current_z + 1, F = 300) + "\n"
The correct line:
458: prepend_gcode += self.putValue(G = 1, Z = current_z, F = 300) + "\n"
2020-10-20 11:36:11 +02:00
..
scripts Head was 1mm to high after the pause 2020-10-20 11:36:11 +02:00
tests More fixes for PyCapsule_GetPointer race condition 2020-10-16 14:26:27 +02:00
__init__.py More fixes for PyCapsule_GetPointer race condition 2020-10-16 14:26:27 +02:00
plugin.json Update the SDK version to 7.3.0 for 4.7 2020-08-07 11:12:27 +02:00
postprocessing.svg Add post processing source files 2018-01-09 10:31:12 +01:00
PostProcessingPlugin.py Raise error if there is a syntax error in stored post-processing scripts 2020-10-05 17:59:25 +02:00
PostProcessingPlugin.qml Add list of active scripts to tooltip 2020-02-28 22:51:37 +01: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

PostProcessingPlugin

A post processing plugin for Cura