Jaime van Kessel

Results 170 comments of Jaime van Kessel

I think the point is that you want this to work in Cura. Having to upload it first before you can measure is a bit annoying.

We really need the some form of linalg.svd. Getting the right scale & rotation from a matrix is not possible otherwise. If Numpy provides the same results, i don't have...

I think pulling it apart is going to be a big challenge. As for the python only hull; Don't get your hopes up. I don't think it will perform well...

Math related things (in my experience) are easily 10 times as fast in C++ compared to python.

You can; but it's just way more faster to do it with the convex hull. The reason we create a convex hull is twofold; 1. We need a quick way...

We use convex objects for collision detection because those are faster (in case you were wondering about that one :))

Nope. It's somewhere far down on our priority list.

This breaks zoom towards mouse direction on my machine (Ubuntu). The original code does work correctly on my device.

> @nallath, I think this latest commit allows for Mac/Win AND Linux in an elegant enough way. Do you have Win and Mac to test on also or only Linux?...

The latest version seems to work correctly for me (Ubuntu 21)