Re: [Emc-developers] The Wiki Certificate might have expired

2024-05-18 Thread Alan Condit via Emc-developers
Andy, It works here on my Mac. Alan > Date: Fri, 17 May 2024 23:25:41 +0100 > From: andy pugh > To: EMC developers > Subject: [Emc-developers] The Wiki Certificate might have expired > Message-ID: > > Content-Type: text/plain; charset="UTF-8" > > My Mac is really unwilling to visit

Re: [Emc-developers] Found a new show stopper

2024-03-07 Thread Alan Condit via Emc-developers
Gene, In the second block of code following the while loop you’re missing some more “call”s o1 while[#50 le 7] ( stop short ) ( Enf of MAIN WHILE LOOP ) o5 endif o6 if [#<_measure> lt 1] o7 do o call o call (see what its got) o call (move to it) (put drill hole call here) #50 = [#50 +1] o7

Re: [Emc-developers] Found a new show stopper

2024-03-07 Thread Alan Condit via Emc-developers
Gene, In the second block of code following the while loop you’re missing some more “call”s o1 while[#50 le 7] ( stop short ) ( Enf of MAIN WHILE LOOP ) o5 endif o6 if [#<_measure> lt 1] o7 do o call o call (see what its got) o call (move to it) (put drill hole call here) #50 = [#50 +1] o7

[Emc-developers] spi on Bookworm

2023-08-29 Thread Alan Condit via Emc-developers
Seb, Have you had any luck getting spi devices to run on Debian 12 Bookworm? I got spi-bcm2835 to load on boot but so far I haven’t been able to create any spi devices. I did load spi-tools and api-config runs but won’t create any spi devices for me. Alan

Re: [Emc-developers] Downloading of DOCS still an issue

2023-08-16 Thread Alan Condit via Emc-developers
Gene, I was able to build linuxcnc on the Pine RockPro64 which is a 3399 chip. Alan > > Date: Tue, 15 Aug 2023 09:22:52 -0400 > From: gene heskett > To: emc-developers@lists.sourceforge.net > Subject: Re: [Emc-developers] Downloading of DOCS still an issue > Message-ID:

Re: [Emc-developers] Emc-developers Digest, Vol 207, Issue 18

2023-07-27 Thread Alan Condit via Emc-developers
If I compare two pointers to the same variable, it seems to me that the two pointers should match. It has been too many years of not programming for me to be sure. I couldn’t find the function “gpiod_line_bulk_get_line” so I can’t really tell what pointer it is returning. Alan > On Jul 27,