Re: [Emc-users] Can't compile MODBUS VFD in 2.8.2

2022-04-07 Thread andy pugh
On Thu, 7 Apr 2022 at 03:27, Danny Miller wrote: > And same prob. It's looking for stuff in the libmodbus's modbus.h but > it's not seeing it somehow. You could try giving it a complete path: #include "/usr/share/modbus/modbus.h" (quotes rather than braces, I think, for an explicit path) Or,

Re: [Emc-users] Because I can't seem to finish anything... Nebel lathe conversion.

2022-04-07 Thread andrew beck
You can buy cheap cbn inserts from aliexpress to that work fine for hardened steel On Thu, 7 Apr 2022, 07:22 Sam Sokolik, wrote: > The cross slide has around 17 inches of travel... Crazy.. > > https://photos.app.goo.gl/Z4NKdazgTGVAkPtD8 > https://photos.app.goo.gl/hjk4Wb4kbZAjTnRZ9 > > sam > > >

Re: [Emc-users] Because I can't seem to finish anything... Nebel lathe conversion.

2022-04-07 Thread andy pugh
On Wed, 6 Apr 2022 at 20:22, Sam Sokolik wrote: > > The cross slide has around 17 inches of travel... Crazy.. For gang-tooling perhaps? -- atp "A motorcycle is a bicycle with a pandemonium attachment and is designed for the especial use of mechanical geniuses, daredevils and lunatics." — George

Re: [Emc-users] Because I can't seem to finish anything... Nebel lathe conversion.

2022-04-07 Thread Sam Sokolik
Most likely it needs that movement because it can spin 30 + inches ;) sam On Thu, Apr 7, 2022 at 5:46 AM andy pugh wrote: > On Wed, 6 Apr 2022 at 20:22, Sam Sokolik wrote: > > > > The cross slide has around 17 inches of travel... Crazy.. > > For gang-tooling perhaps? > > -- > atp > "A motorcyc

Re: [Emc-users] Can't compile MODBUS VFD in 2.8.2

2022-04-07 Thread Danny Miller
Thanks Andy!  Closer...  it's in /usr/include/modbus/ I specified that.  Now it doesn't fail on a missing type modbus_t, but rather "undefined reference" to any modbus_write_bit etc functions.  So even though I did get that install for libmodbus to work, it just has the header file.  It's not