mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47: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" |
||
---|---|---|
.. | ||
ChangeAtZ.py | ||
ColorMix.py | ||
DisplayFilenameAndLayerOnLCD.py | ||
DisplayProgressOnLCD.py | ||
ExampleScript.md | ||
FilamentChange.py | ||
InsertAtLayerChange.py | ||
PauseAtHeight.py | ||
RetractContinue.py | ||
SearchAndReplace.py | ||
Stretch.py | ||
TimeLapse.py | ||
UsePreviousProbeMeasurements.py |