I don't know where to download these files again, because the Abaqus knowledge base is unavailable at the moment, and I really don't want to be hindered by this problem.
No, there was nothing, just generateEventSeries.py. Would you please share the GcodeReader.py script with me? Maybe also the LayerObjectReader.py. Thanks a lot!!!
Hi FEA way,
There is only one script named 'generateEventSeries.py' in the package, and I didn't find other examples.
I think the main problem is that:
Inside the generateEventSeries.py, I find one line code 'import GcodeReader as myGcode', but I don't have that GcodeReader module in my...
I attached the error in detail.
Traceback (most recent call last):
File "generateEventSeries.py", line 68, in <module>
import GcodeReader as myGcode
File "SMAPython\SMAPytLibPy.m\src\site.py", line 120, in _numpyHook
"""Append ./build/lib.<platform> in case we're running in the...
Hi FEA way,
According to your method, and I typed:
abaqus python generateEventSeries.py cube.gcode 0.5 10 100
but it shows an ImportError: No module named GcodeReader.
Is there anything I need to edit in the generateEventSeries.py file?
Thank you again in advance.
Hi FEA way,
Thank you for your help.
But I am still not sure which command line you mean, abaqus command?
By the way, should I put the gcode file together with generateEventSeries.py in the same folder?
Hi everyone,
My question is that: after downloading the file generateEventSeries.py,
where should I put it in?
and what should I do to use it to convert my Gcode file to event series files?
As the article 'Toolpath-Mesh Intersection Module and Built-in User Subroutines for Additive...