mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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