Open ondrejch opened 2 years ago
I decreased my thumbnail size for this same reason You can also put the script in your end gcode
I just patched the code, so it scans the whole GCODE file.
@ondrejch how did you patch the code?
Just increased the line limit.
I'm not sure how to do that, sorry.
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 )
Awesome, thank you very much!
I presume this is the same issue I just saw - I only just enabled thumbnails and the moment I tried to print I got an error...
When the thumbnail gcode is over 1000 lines, octolapse cannot detect the automatic settings provided by Cura. Maybe it should skip thumbnails before looking for the settings in gcode?