Update g29_auto.py

remove extra `"`
This commit is contained in:
Andrew 2025-02-27 01:19:54 -05:00 committed by GitHub
parent e8b7dff62d
commit 01b40a89cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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:]