mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08: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"