roipoussiere / cadquery-server

A web server used to render 3d models from CadQuery code loaded dynamically.
MIT License
52 stars 17 forks source link

Rendered object might not correspond to the last loaded object #24

Closed roipoussiere closed 2 years ago

roipoussiere commented 2 years ago

To reproduce, add:

print(self.module_name)
print(len(model[0]['parts'][0]['shape']['vertices']))

on module_manager.get_model().

roipoussiere commented 2 years ago

fixed in d915f1c