Re: [Emc-developers] Problems using hm2 on 3.4.55-rtai-2 and 2.6~pre

2013-12-23 Thread Michael Haberler
Hi Jürgen, Am 23.12.2013 um 08:28 schrieb Juergen Gnoss jgn...@hotmail.com: I tried that version with parport and it runs fine. Now test with Mesa cards failed. Debug file information: insmod: error inserting '/usr/realtime-3.4.55-rtai-2/modules/linuxcnc/hm2_pci.ko': -1 Unknown

Re: [Emc-developers] Problems using hm2 on 3.4.55-rtai-2 and 2.6~pre

2013-12-23 Thread andy pugh
On 23 December 2013 07:28, Juergen Gnoss jgn...@hotmail.com wrote: mesa_4A.hal:9: exit value: 1 What is the content of line 9 of mesa_4A.hal? -- atp If you can't fix it, you don't own it. http://www.ifixit.com/Manifesto

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

2013-12-23 Thread Robert Ellenberg
I just pushed an update that moves a few settings into the INI file. To make your config use circular arc blends, you should add these 4 lines to your config: This setting enables arc blends: ARC_BLEND_ENABLE = 1 This setting enables fallback to parabolic blends if the arc-blend is slower

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

2013-12-23 Thread sam sokolik
Wow - great work! I hope to test this tomorrow. sam On 12/23/2013 02:50 PM, Robert Ellenberg wrote: I just pushed an update that moves a few settings into the INI file. To make your config use circular arc blends, you should add these 4 lines to your config: This setting enables arc blends:

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

2013-12-23 Thread sam sokolik
Is it seeing the feedrate override from the ini also? again - great work! sam On 12/23/2013 02:50 PM, Robert Ellenberg wrote: I just pushed an update that moves a few settings into the INI file. To make your config use circular arc blends, you should add these 4 lines to your config: This

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

2013-12-23 Thread Robert Ellenberg
Yes, I added that one too. Keep in mind the tradeoff with this method: a large max feed override means blend arc radii are larger than you'd expect for a given feed rate. On Dec 23, 2013 6:50 PM, sam sokolik sa...@empirescreen.com wrote: Is it seeing the feedrate override from the ini also?

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

2013-12-23 Thread sam sokolik
one last question on smoothing.. Does that in effect 'average' out the velocity? So smoothing would make the machine run less 'bumpy' with a hit on speed? Thanks sam On 12/23/2013 02:50 PM, Robert Ellenberg wrote: I just pushed an update that moves a few settings into the INI file. To make