diff --git a/buildroot/share/scripts/g29_auto.py b/buildroot/share/scripts/g29_auto.py index c2ae21b95c..c86a1c00f4 100755 --- a/buildroot/share/scripts/g29_auto.py +++ b/buildroot/share/scripts/g29_auto.py @@ -121,7 +121,7 @@ def z_parse(gcode, start_at_line=0, end_at_line=0): # last_z = z last_i = i if 0 < end_at_line <= i or temp_line >= min_g1: - # print("break at line {} at height {}"".format(i, z)) + # print("break at line {} at height {}".format(i, z)) break line_between_z = line_between_z[1:]