sree314 / stepcvt

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

add simple test models #16

Closed ymh1003 closed 8 months ago

ymh1003 commented 8 months ago

I've put the link in models.py and added two more files in jupyter-cadquery which are required in stepreader.py.

sree314 commented 8 months ago

I added requirements.txt so it will work without jupyter-cadquery installed.

Just run pip install -r requirements.txt in the virtual environment to get the packages if you still encounter errors.

sree314 commented 8 months ago

Tagging @redrn , you should be able to get CI working now?