Mathieu Moreau
Mathieu Moreau
Simple enough - you have to input the control points that you think are not on a line, with endpoints being on lines. This is already done in arcwelder. -...
That's simple, I added worst case deviation distance from original points. It's not optimal for every control point it iterates spline points at given resolution. It should be possible to...
For first step could you input a (quite) few extreme arcs? I guess you already have the coordinates of points that need arcifying, just print them in this format: "[20.444,...
No idea, the best way would to tell is to create a branch for G5, run the same test files on both and compare the worst ones, I don't think...
An interesting property if 2 control points align the 2 connected splines will be tangential. So they can be easily chained. (or at least if they are generated at the...
I added proper G5 code generation. [arc.zip](https://github.com/FormerLurker/ArcWelderLib/files/5933189/arc.zip)
Here is a good torture test gcode, Arcwelder produces +28% bigger code. Is that expected? Is it possible to print points on the curve? [torture.zip](https://github.com/FormerLurker/ArcWelderLib/files/5946295/torture.zip)
Try this, but you still need dxg->gcode 2D slicer [2D_torture.zip](https://github.com/FormerLurker/ArcWelderLib/files/5946685/2D_torture.zip) Regarding 3D: From ArcWelder could you export the following absolute coordinates? curve1 contains points: (1,2), (2,5.5), (7,5.3) in X,Y curve2...
@xorza if you want speed then you need to reduce the resonances, smooth fast movements.
Interesting, the site below says: - the app generates ONE private key per user - and multiple public keys, which are assigned to devices https://news.ycombinator.com/item?id=20129942 So chances are it assigns...