sgenoud / replicad

The library to build browser based 3D models with code.
https://replicad.xyz
MIT License
324 stars 38 forks source link

Add a better error message when the filter of a fillet return nothing #11

Closed sgenoud closed 2 years ago

sgenoud commented 2 years ago

As it is now, if the finder related to a fillet (or chamfer) operation does not find any edge the operation crashes with a Kernel error. We should check that condition and return a better message

lf94 commented 2 years ago

fyi I've hit this too but luckily I'm familiar with the tech to know what happened.

sgenoud commented 2 years ago

It should be improved in 0.12!