Re: [Emc-developers] Initial tests of circular arc blending

2013-12-18 Thread samco
Ok - found on constraint violation This re-produces it.. G21 G64p.127 S6000 M4 g0 X-13.908 Y111.435 Z-4.825F999500.0 Z-8.0 F999500.0 X-13.441 Y111.251 F9991200.0 G3 X-12.993 Y111.281 I0.181 J0.648 X-12.297 Y111.735 I-0.771 J1.942 G1 X-11.952 Y112.062 X-11.607 Y112.388 X-11.597 Y112.385

Re: [Emc-developers] Initial tests of circular arc blending

2013-12-18 Thread Robert Ellenberg
It looks like that's an issue with my tweaks to parabolic blends. I added a fix so that it uses the old method of choosing blend velocities for arcs and the violation disappears. Good catch! On Wed, Dec 18, 2013 at 9:26 AM, sa...@empirescreen.com wrote: Ok - found on constraint violation This

Re: [Emc-developers] Initial tests of circular arc blending

2013-12-18 Thread sam sokolik
also - your current pushes didn't compile for me.. I did a git pull this afternoon and I noticed it failed. (sorry I didn't have time to copy the error) sam On 12/18/2013 08:26 AM, sa...@empirescreen.com wrote: Ok - found on constraint violation This re-produces it.. G21 G64p.127

Re: [Emc-developers] Initial tests of circular arc blending

2013-12-18 Thread sam sokolik
awesome - I think I have found some more constraint violations in master.. I think you may be fixing those issues in your branch :) This program in master causes violations.. - around 35in/sec^2 - I need to send a bug report but have been a bit busy..