sree314 / stepcvt

Generate STL files for 3D printing from STEP files
2 stars 0 forks source link

step_export_all_fails.py #43

Closed sree314 closed 7 months ago

sree314 commented 7 months ago
./stepcvt_export_all.py /path/to/voron/Voron-Stealthburner/CAD/Printheads/Stealthburner_Printhead_V6.stp /tmp/

fails with this error:

Traceback (most recent call last):
  File "./stepcvt_export_all.py", line 74, in <module>
    for partid, obj in source.parts():
  File "stepcvt/stepcvt/project.py", line 62, in parts
    assemblies = self._CADSource__step.assemblies
AttributeError: 'NoneType' object has no attribute 'assemblies'