Ahmed_abdelgawad
Mechanical
- May 30, 2023
- 8
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 <module>
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.
( )
I hope someone else can help me!
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 <module>
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.
( )
I hope someone else can help me!