mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
![]() 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" |
||
---|---|---|
.. | ||
scripts | ||
tests | ||
__init__.py | ||
plugin.json | ||
postprocessing.svg | ||
PostProcessingPlugin.py | ||
PostProcessingPlugin.qml | ||
README.md | ||
Script.py |
PostProcessingPlugin
A post processing plugin for Cura