#hazzy Logs

Jan 09 2020

#hazzy Calendar

03:20 AM Not-c468: [02probe_basic] 07jonasbareiss starred 03probe_basic - 13https://git.io/JvvJC
10:37 AM TurBoss: mmmorning
11:28 AM * JT[m] uploaded a video: expressions-01.mp4 (47KB) < https://matrix.org/_matrix/media/r0/download/matrix.org/KLKUwVDbYeQXhfJJXdCVDkDl >
11:28 AM JT[m]: morning
11:28 AM * JT[m] goes back to work as lunch minute is over with
12:16 PM Lcvette: morning turboss
12:16 PM Lcvette: morning jT, looks cool what is it?
01:41 PM nug45[m]: Hey Lcvette I have built my tool setter, all i need is the Name of the script that is called when you press the button so i can put my own script in. ie tool_setter ?
01:49 PM JT[m]: expression generator
01:57 PM hazzy-m: nug45: hey!
02:07 PM nug45[m]: hello have you seen what i made this week
02:09 PM nug45[m]: Just hoping off to do some wiring science never sleeps here !!
02:38 PM * nug45[m] uploaded an image: image0.jpeg (1419KB) < https://matrix.org/_matrix/media/r0/download/matrix.org/PGmcnxFjcNyEreIhIJYaeanY >
02:39 PM nug45[m]: Its the Touch Off Current Tool Button, can some one tell me what will be the script name will be please.
02:57 PM JT-Shop: My guess it's a MDI button
02:57 PM Lcvette: nug45: im working on it now for ya
02:58 PM Lcvette: you will have to do an
02:58 PM Lcvette: update
02:58 PM Lcvette: once im done
02:58 PM Lcvette: hadf to changer thta button
02:58 PM Lcvette: * had to change that button
03:00 PM Lcvette: nug45: do you have a tool touch subroutine already built?
03:08 PM nug45[m]: i have found a few examples ! I will have a go !!
03:08 PM nug45[m]: Thanks
03:18 PM * nug45[m] sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/OSadZlxGFtqyxySMUKSbtcHq >
03:20 PM nug45[m]: It also measures the tool diam by rotating backwards looks the dogs do dars !! This guy wrote the script Plopes9000
03:37 PM Not-c468: [02probe_basic] 07Lcvette pushed 031 commit to 03master [+1/-1/±1] 13https://git.io/Jvv4H
03:37 PM Not-c468: [02probe_basic] 07Lcvette 03c063c2f - added tool touch off subroutine button with associated ngc file
03:38 PM Lcvette: nug45: i just pushed the update to master
03:39 PM Not-c468: [02probe_basic] 07KurtJacobson pushed 031 commit to 03gh-pages [+88/-0/±0] 13https://git.io/Jvv4N
03:39 PM Not-c468: [02probe_basic] 07traviscibot 03b471bd5 - Deploy kcjengr/probe_basic to github.com/kcjengr/probe_basic.git:gh-pages
03:39 PM Lcvette: im not sur ehow you are updating or how you installed probe basic, but the file name in the subroutine folder in the new update is tool_touch_off.ngc its one i had in an old file for gmoccapy so it will need to be fixed
03:39 PM Lcvette: i don't have time at the moment to sort out a touch off routine but will look at it when i have a chance
04:15 PM nug45[m]: Thanks Lcvette that's all i needed i will have a go at the script i can see you guys are busy. Will keep you posted on my progress thanks.
04:34 PM Lcvette: <nug45[m] "Thanks Lcvette that's all i need"> nug45: I was just wondering if the tool table can accept new tool length offsets from a subrouyine
04:34 PM Lcvette: Maybe turboss knows?
04:43 PM TurBoss: duno maybe m6 remap?
04:47 PM Tom_L: iirc the table is read on startup. if changes are made you need to refresh the loaded set from the file
04:47 PM Tom_L: i know AXIS has a 'save' and 'reload' button
04:51 PM TurBoss: whats the issue or how should it behabe
04:52 PM TurBoss: just seat on dev
04:52 PM TurBoss: * I just arraived on dev
04:54 PM hazzy-m: nug45: yes, if you set tool lengs from a sub the tool table will reload, sane for diamonds
04:54 PM hazzy-m: Diameter
04:55 PM TurBoss: oh true
04:57 PM hazzy-m: Use G10 L10 or G10 L11 to see the tool table
04:57 PM hazzy-m: Set
05:03 PM nug45[m]: OK I will have a go, so all i need to do is use the Maintenance tool and upgrade Probe Basic and look and see if tool_touch_off.ngc is there will let you know what happens
05:20 PM Lcvette: even the new tool table?
05:20 PM Lcvette: thought it was custom
05:20 PM Lcvette: ?
05:24 PM TurBoss: hazzy: is there other way than a thread to have a task running??
05:25 PM TurBoss: I'm trying to have a loop checking for usb state with pyudev
05:55 PM JT[m]: hazzy: how do I detirmine what type of variable a plugin channel returns?
05:56 PM * JT[m] uploaded a video: expressions-02.mp4 (62KB) < https://matrix.org/_matrix/media/r0/download/matrix.org/haZmvmhgmLEGIVSgWPElKsdG >
06:22 PM TurBoss: amazing JT
06:25 PM JT[m]: well not yet but I'm working on it...
06:30 PM TurBoss: Lcvette: I found the solution for Wandoo1980
06:30 PM TurBoss: it consist on a commit I have to push and a system config
06:31 PM TurBoss: in settings you have to go to devices and removable stuff
06:31 PM TurBoss: and mark automount device on plug
06:31 PM TurBoss: there are 2 options
06:32 PM * TurBoss uploaded an image: image.png (80KB) < https://matrix.org/_matrix/media/r0/download/matrix.org/wnLwtyncnWfmNFkTsMWbsCSP >
07:37 PM Lcvette: TurBoss (@TurBoss:matrix.org): TurBoss (@TurBoss:matrix.org) TurBoss (@TurBoss:matrix.org) good find!!
07:37 PM Lcvette: I can't see the drive even after I mount it though
08:31 PM hazzy-m: JT: you can use use `type(channel.getValue()).__name__` to get the type name