#linuxcnc-devel Logs

Jun 15 2021

#linuxcnc-devel Calendar

01:32 AM -!- #linuxcnc-devel mode set to +v by ChanServ
01:48 AM mrec: does anyone know what halui is-auto is for?
02:49 AM mrec: ok small issues and they're fixed
02:49 AM mrec: https://forum.linuxcnc.org/24-hal-components/42740-xhc-whb04b-4-6-issues#212091
02:49 AM mrec: https://github.com/LinuxCNC/linuxcnc/issues/1187
03:50 AM Tom_L: halui.mode.auto bit in
03:50 AM Tom_L: pin for requesting auto mode
03:50 AM Tom_L: halui.mode.is-auto bit out
03:50 AM Tom_L: pin for auto mode is on
04:26 AM mrec: I fixed it already.
04:26 AM mrec: the modifications are in the forum for discussion
04:27 AM mrec: the pendant works smooth now but I'd like to fix my backlash now and that's not working it seems
05:53 AM linuxcnc-build: build #6165 of 4008.deb-precise-amd64 is complete: Failure [4failed apt-get-update shell_2] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4008.deb-precise-amd64/builds/6165 blamelist: alkabal <33371787+alkabal@users.noreply.github.com>, andypugh <andy@bodgesoc.org>
05:53 AM linuxcnc-build: build #6165 of 4007.deb-precise-i386 is complete: Failure [4failed apt-get-update shell_2] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4007.deb-precise-i386/builds/6165 blamelist: alkabal <33371787+alkabal@users.noreply.github.com>, andypugh <andy@bodgesoc.org>
05:53 AM linuxcnc-build: build #4996 of 4009.deb-precise-rtai-i386 is complete: Failure [4failed apt-get-update shell_2] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4009.deb-precise-rtai-i386/builds/4996 blamelist: alkabal <33371787+alkabal@users.noreply.github.com>, andypugh <andy@bodgesoc.org>
11:38 AM mrec: andypugh: G71 does not allow to decrease X on a lathe?
11:38 AM mrec: I just swapped my object around and G71 won't do a thing... G70 would work
11:39 AM mrec: if X is getting bigger (the radius is getting bigger G71 also works..)
11:42 AM mrec: endless loop...
11:44 AM mrec: axis 1.9gb
11:44 AM mrec: memory
11:44 AM mrec: holy G71 ...
11:44 AM mrec: I think I'll trash the idea of using it and build my own path
11:58 AM andypugh: There is an issue raised about the endless loop. I haven’t got round to looking at it. (Not my code, you know)
11:59 AM andypugh: mrec: Don’t suppose you feel like looking at the code to see where it goes wrong? Seeing as how you have it all set up and showing the problem?
12:49 PM mrec: I sorted it out it was my mistake; well first you need to know the bugs in order to fix them
12:50 PM mrec: I did not retract X at the end of it - however the endless loop which catches up the memory should be avoided with some sanity check
12:52 PM mrec: XHC-WHB04B that one works smooth now I'm using it for a few hours already
12:52 PM mrec: https://github.com/LinuxCNC/linuxcnc/issues/1187
01:35 PM norias: hi