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" |
||
|---|---|---|
| .. | ||
| 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 | ||