Hi everyone, My question is that: after downloading the file generateEventSeries.py and using it with the generated G-code from replicatorG, I got the following Error from Line 241 in Gcodereader.py "The Gcode data is not found as expected when looking for the first instance for the extruder/pump start" Traceback (most recent call last): File "D:\Ahmed PhD\ABAQUS AM\Code\generateEventSeries.py", line 68, in import GcodeReader as myGcode File "D:\Ahmed PhD\ABAQUS AM\Code\GcodeReader.py", line 241 raise ValueError,"The Gcode data is not found as expected when looking for the first instance for the extruder/pump start" ^ SyntaxError: invalid syntax even when I used the gcode example from knowledge base, I have faced the same issue. I have attached the G-code file.