mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-12-30 19:30:46 -07:00
Update g29_auto.py
remove extra `"`
This commit is contained in:
parent
e8b7dff62d
commit
01b40a89cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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:]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue