[Emc-developers] LinuxCNC 2.6.13 is out!

2016-11-04 Thread Sebastian Kuzminsky
LinuxCNC 2.6.13 has been released. This release fixes a couple of bugs in the G-code interpreter, increases the number of supported stepgens to 16, and has numerous minor bugfixes all over. All 2.6 users are encouraged to upgrade. This will be the final bugfix release in the 2.6 series. If you

Re: [Emc-developers] Tool Number limit

2016-11-04 Thread andy pugh
On 4 November 2016 at 13:58, dragon wrote: > - My understanding is that we are currently reading the entire tool > table into shared memory? I am not sure if it is shared memory as such, I think it is all squeezed into an NML message. But I haven't looked at it in detail for years. -- atp "A mo

Re: [Emc-developers] Gmoccapy on Ubuntu 14.04

2016-11-04 Thread tero.kaarl...@eka-sorvaus.fi
Nope it is not there. What should I copy there? -- Tero Kaarlela Production Engineer Eka-Sorvaus OY Nivala Finland Alkuperäinen viesti Lähettäjä : nie...@web.de Pvm : 04/11/2016 - 16:51 (EET) Vastaanottaja : emc-developers@lists.sourceforge.net Aihe : Re: [Emc-developers] Gmoccapy on Ubun

Re: [Emc-developers] Adding G84/G74 floating tapping cycles

2016-11-04 Thread tero.kaarl...@eka-sorvaus.fi
Hi, Ok, thank you for testing and comments. I added descriptions to gcode.html and g-code.txt. Is that ok? Also how to add tests for these G-codes? Updated .diff is uploaded to http://personal.inet.fi/koti/ekasorvaus/linuxcnc/g84_g74.diff -- Tero Kaarlela Production Engineer Eka-Sorvaus OY

Re: [Emc-developers] Gmoccapy on Ubuntu 14.04

2016-11-04 Thread Niemand Sonst
Am 04.11.2016 um 06:44 schrieb Tero Kaarlela: > Hi, > > I installed LinuxCNC on ubuntu 14.04 for developing purposes. Now I > am having a problem with opening gmoccapy.glade with glade-gtk I get > an error of "Catalog file missing:gladevcp" How can I fix this? > Glade-gtk version is

Re: [Emc-developers] Tool Number limit

2016-11-04 Thread dragon
I could use a bit of "back story" to help me understand the entire problem. I spent a bunch of time browsing the code and looking at the developer docs and notes over the past few days. I have some bigger questions and thoughts, now. If we put aside for a second the issues of defining a DB schema,