nallath / ModelCutter

A model cutter plugin for Cura
GNU Affero General Public License v3.0
4 stars 0 forks source link

Higher trimesh version required #1

Open nallath opened 3 years ago

nallath commented 3 years ago

Currently Cura has a too low version of Trimesh (3.2.33). The plugin was tested & developed with 3.9.21, which does have the "cap" feature when intersecting

This results in a crash, making the plugin unusable: TypeError: slice_faces_plane() got an unexpected keyword argument 'cap'

kvnper commented 3 years ago

Just saw this now after creating my issue.

nallath commented 1 year ago

Fixed in https://github.com/nallath/ModelCutter/commit/f423bd51b62e5d2a10dd048a749631425b66ab84

nallath commented 1 year ago

I cheered to quickly; Trimesh isn't installed with all its' dependencies. Cura would need to also add rtree & triangle