tuncof
tuncof
Hi ya, To evaluate smoothness of transition between circular and linear regions properly, I did write a simple openscad script like that: $fn=80; r=20; d=10; module k(){translate([-d,0,0])cylinder(h=10,r=r,center=true);} rotate([0,0,-20])union(){ k();mirror()k(); cube([2\*d,2\*r,10],center=true);}...
Hi Lars, Thank you for your excellent gcode manipulator script. This saved my day on a daily basis. But one drawback is that your tool assumes G2/G3 gcodes as any...
Since neither klipper nor downstream (moonraker, fluidd, mainsail, etc) not (and declared has no plan for) supporting backlash compensation natively, as a compromise, it would be great to do it...