Ondrej Chvala
Ondrej Chvala
I just patched the code, so it scans the whole GCODE file.
BTW I checked out the repo version (0.10.0.dev0) and it appears to work fine with Python 3.9.4,
Just increased the line limit.
Change the number in settings.py, lines with search_direction="both", max_forward_search=1000, max_reverse_search=1000 In my case: cura_preprocessor = settings_preprocessor.CuraSettingsProcessor( search_direction="both", max_forward_search=100000, max_reverse_search=1000 )