macOS support added - hotfix 2 14.01.2024

Firmware-Binaries
ThomasToka 4 months ago committed by GitHub
parent 518b939140
commit 8255cfff64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -138,7 +138,7 @@ def main(source_file):
while j < min(len(lines), i + max_search_lines):
line = lines[j].strip()
if line.startswith(f'G1 Z{z_value}'):
if 'G1' in line and f'Z{z_value}' in line:
found_g1_z = True
break
j += 1

Loading…
Cancel
Save