#linuxcnc Logs
Sep 22 2024
#linuxcnc Calendar
01:29 AM Deejay: moin
04:03 AM JT-Cave: morning
04:40 AM lcnc-relay: <Travis Farmer> Morning
04:50 AM Deejay: hey there
05:05 AM NoSpark: any ideas what could be causing this: Touchoff command error: 'Info' object has no attribute 'MACHINE_IS_METRIC'
05:21 AM JT-Cave: not enough information... usually an error includes file names line number and the actual line the error happened on
05:26 AM NoSpark: that is the problem
05:26 AM NoSpark: that is all the information I'm getting
05:27 AM NoSpark: It is happening when I try and do a tool probe with all the auto tool touch off buttong in qtvcp
05:29 AM jpa-: https://github.com/LinuxCNC/linuxcnc/blob/c8e24263085988a007767e8115b70c194461802c/lib/python/qtvcp/lib/touchoff_subprogram.py#L169 error might be coming from here, but it is unclear why INFO wouldn't have that attribute
05:30 AM NoSpark: Might start spamming debug lines in my codebase, see if I can track it down
05:30 AM jpa-: https://github.com/LinuxCNC/linuxcnc/blob/c8e24263085988a007767e8115b70c194461802c/lib/python/qtvcp/qt_istat.py#L150 INFO.MACHINE_IS_METRIC should be getting set here
05:30 AM NoSpark: is there a secret paramater to turn python debugging verbosity up?
05:31 AM jpa-: i'm not sure if there is any clean parameter for it, but many of the qtvcp have a debug log line commented near the beginning
05:33 AM JT-Cave: wow that code is cornfusing to read
05:37 AM Tom_L: morning
05:39 AM NoSpark: Morning
05:40 AM NoSpark: I have no idea how python works, but I think the issue is that "self" is not there
05:41 AM NoSpark: shouldt this work as an MDI command: ;py,print(vars(self))
05:41 AM NoSpark: because this does ### ;py,print(vars(self))
05:42 AM NoSpark: *sorry, that should have been ;py,print(vars(INFO))
05:44 AM NoSpark: and this also doesn't work ### ;py,print(vars(INFO.MACHINE_IS_METRIC)) AttributeError: 'Info' object has no attribute 'MACHINE_IS_METRIC'
05:44 AM NoSpark: which is weird af, because the INFO module is actually there
05:46 AM jpa-: self is present only within function calls
05:47 AM jpa-: does the INFO have other stuff?
05:49 AM NoSpark: contents of info: {'LINUXCNC_IS_RUNNING': True, 'ENVIRO_INI_PATH': '/home/machinist/nyx/nyx.ini.expanded', 'LINUXCNC_VERSION': '2.10.0~pre0', 'MACRO_PATH_LIST': [], 'SUB_PATH_LIST': [], 'USER_M_PATH_LIST': [], 'IMAGE_PATH': '/usr/share/qtvcp/images', 'LIB_PATH': '/usr/share/qtvcp', 'TITLE': '', 'ICON': '', 'IS_SCREEN': False}
05:54 AM jpa-: what if you call INFO.update() and check again?
06:01 AM NoSpark: yes, then the info module (correct term?) is filled out. I'll try adding an update command to the touchoff programm
06:04 AM JT-Cave: info is a dictionary...
06:04 AM JT-Cave: so info['LINUXCNC_IS_RUNNING']
06:07 AM NoSpark: adding INFO.update() to line 163 of https://github.com/LinuxCNC/linuxcnc/blob/c8e24263085988a007767e8115b70c194461802c/lib/python/qtvcp/lib/touchoff_subprogram.py#L163 has fixed the issue, but I have no idea if this is the correct method to fix it properly
06:12 AM JT-Cave: Tom_L, https://youtu.be/GaE2uX99mO4
07:05 AM jpa-: NoSpark: i think it expects that some other qtvxp component is calling update
07:05 AM jpa-: i see no harm in adding the update there
07:17 AM NoSpark: should I make a pull request?
07:44 AM rdtsc_away is now known as rdtsc
07:50 AM rdtsc: Heh was getting Flex .qss errors yesterday and refusing to load the stylesheet... didn't spot it then, but problem was \* comment *\ instead of /* comment */ lol...
07:51 AM * rdtsc should've known better
08:07 AM JT-Cave: https://www.youtube.com/watch?v=1N74MoC-sSQ
08:16 AM rdtsc: anyone familiar with GUI editors (resource editors, form builders etc) should be comfortable with Qt5 designer - easy to use, just takes some practice. and can always open an existing .ui and see how those are made, and even change them. very flexible! :)
08:39 AM unreal: So my cnc work bed is finally finished
08:39 AM unreal: the entire wasteboard setup and hold down system has been installed and setup
08:39 AM unreal: problem I have now is that I'm prob going to have to move from this house. I dont have the money. everything is at a total stand still limbo
08:40 AM JT-Cave: rdtsc, thanks
08:42 AM unreal: and more like a mexican stand off. I cant buy this house with out the inheritance money. I cant buy any house with out money in the bank period (thats a story in its self). My sister cant buy the house she's in unless this house I'm in is purchased by me OR sold and her share of inheritance money. the inheritance money cant be released to anyone till the this house I'm in has been delt with.
08:42 AM unreal: its total WTF.
08:44 AM unreal: and there is so much wrong with this house and its so expensive its really not worth buying this house for me. but that would me I likely have to move multiple times. to a TEMP home then when the money is FINALLLLLLLLY released buy a house.
08:45 AM rdtsc is now known as rdtsc_away
09:14 AM Tom_L: JT-Cave, nice one
09:18 AM JT-Shop: Tom_L, thanks
09:21 AM Tom_L: some of my metric subs need a little work
09:22 AM JT-Shop: Tom_L, which video did you watck?
09:23 AM JT-Shop: watch
09:23 AM Tom_L: the first one ... i'll get to the next one in a bit
09:24 AM Tom_L: rain
09:25 AM JT-Shop: I'm not sure what happens when you have something in the qss for the estop and power buttons or toolbuttons...
09:25 AM Tom_L: #91 for deb
09:29 AM Tom_L: the other one should help alot of ppl unfamiliar
09:33 AM JT-Cave: I think I want to redo the tutorial vid
09:41 AM Tom_L: you gonna add a probe section to the ini?
09:41 AM Tom_L: i'll likely work on that later this morning
09:47 AM JT-Cave: was there something I needed to do with the probe section?
09:50 AM Tom_L: we talked about inch/metric setting 20 21 in it or something like that... didn't know which way you wanted to go
10:06 AM JT-Shop: yeah that's something I don't have to do anything with so you can name anything you like as you're just using it in your g code
10:15 AM Tom_L: shower done... much better now
10:15 AM Tom_L: did you get one of those probes?
10:16 AM lcnc-relay: <JT> Yup
10:17 AM Tom_L: nice
10:17 AM Tom_L: it's tiny compared to 'real ones'
10:24 AM lcnc-relay: <JT> That's good when you are limited in Z travel
10:24 AM Tom_L: that was part of why i didn't use the one i made much
10:24 AM Tom_L: i still can't find it btw
10:25 AM lcnc-relay: <JT> It?
10:25 AM Tom_L: the probe i made
10:25 AM lcnc-relay: <JT> Ah
10:28 AM Tom_L: where you off to today?
10:29 AM lcnc-relay: <JT> The grocery store lol
10:29 AM Tom_L: hah
10:30 AM lcnc-relay: <Travis Farmer> take pictures, or it didn't happen 😉
10:31 AM lcnc-relay: <JT> https://jauriarts.org/_matrix/media/v3/download/matrix.org/oXgUKtTSwpCAHiOITsznEFdB/20240922_102400_8471556412847109300.jpg
10:31 AM Tom_L: posting pics there isn't working lately
10:31 AM Tom_L: errcode "M_NOT_FOUND"
10:32 AM lcnc-relay: <JT> Car wash, scripts, gas then home
10:32 AM lcnc-relay: <Travis Farmer> yeah, i know. i was being funny 😉
10:32 AM lcnc-relay: <JT> Not my you to fix that
10:32 AM lcnc-relay: <JT> Yob
10:35 AM rdtsc_away is now known as rdtsc
10:38 AM lcnc-relay: <JT> https://jauriarts.org/_matrix/media/v3/download/matrix.org/CIaxfDfkYADsPfZaXCwoaYcD/20240922_103134_3247676389642885959.jpg
10:39 AM lcnc-relay: <JT> Dang car was empty
10:40 AM rdtsc: Re: JT I'm not sure what happens when you have something in the qss for the estop and power buttons or toolbuttons - seems to override as expected (using an 0.9.7 .ui and .qss)
10:42 AM rdtsc: did notice that the opposite state of QPushButton#power_pb:on is not :off but QPushButton#power_pb
10:42 AM Tom_L: i think i have some qss estop entries... i'll check here in a bit
10:43 AM Tom_L: damn rdtsc get up to date.... the rest of us are on 0.9.9!
10:43 AM lcnc-relay: <JT> Back to the barn
10:44 AM rdtsc: well I took your rpi_mill_3 and expanded most of the tabs into a 1920x1080 window and have been tinkering with .qss - will have to clear the examples, re-load them, and re-do it
10:45 AM lcnc-relay: <roguish> fracking Walmart. i ordered a few groceries for delivery yesterday, and they canceled the order. and there is absolutely not way to speak to a humanoid about it.....
10:45 AM Tom_L: yeah even if you go to the store :)
10:46 AM rdtsc: "let me get my manager" - comes back with GPT-4
10:46 AM Tom_L: if they come back at all
10:48 AM lcnc-relay: <Travis Farmer> finally the county fair is moving out today! no more sleepless nights due to demolition derbies or tractor pulls!
11:13 AM Tom_L: ini seems to override any qss colors
11:15 AM Tom_L: JT-Shop, did you add pressed & hover to the ini settings too?
11:15 AM JT-Shop: no, that's not possible that has to be in the qss
11:15 AM Tom_L: doesn't show up
11:15 AM Tom_L: the txt changes but not the background color
11:15 AM JT-Shop: I wondered what the ini would do over the qss
11:16 AM JT-Shop: which way?
11:16 AM Tom_L: with the ini settings, my qss txt color still works
11:16 AM Tom_L: the background color gets ignored
11:17 AM Tom_L: hover over the button and the txt goes from black to white but no background color change
11:17 AM JT-Shop: I'd bet the background-color from the qss is overwritten by the setStylesheet in code
11:17 AM Tom_L: no doubt
11:18 AM Tom_L: can you use rgba in the ini or does it have to be rgb?
11:19 AM JT-Shop: I prob should code it so if the ini settings are not found to not setstylesheet in code so qss rules
11:19 AM JT-Shop: I'd think any valid color specifier including hex and rgba
11:19 AM JT-Shop: but I've not tried them
11:20 AM Tom_L: yeah it kinda does what it wants even if the ini settings aren't there
11:20 AM rdtsc: https://doc.qt.io/qt-6/stylesheet-syntax.html#conflict-resolution
11:21 AM JT-Shop: yeah right now it has a default but hindsight being 20-20 I think it should be ignored if not in the ini
11:22 AM JT-Shop: rdtsc, in this case the qss stylesheet is loaded after the ui file then the estop and power stylesheet writes over those qss entries so they are gone
11:23 AM rdtsc: essentially "the entry written last takes precidence"
11:24 AM Tom_L: JT-Shop, i think on the probe stuff... at least on touch-probe2 example i'll provide 2 ui files. one set for metric and the other inch. put a readme to pick the one you want and stick with it
11:24 AM JT-Shop: ok
11:24 AM Tom_L: i have 2 sets of subroutines
11:24 AM Tom_L: i separated them last night but still have to test them again
11:24 AM JT-Shop: rdtsc, not really as the first entry is gone after you change it
11:24 AM Tom_L: and still need to add metric to 2 subs
11:25 AM Tom_L: then no special settings are required
11:25 AM Tom_L: executive decision made... board approved
11:26 AM JT-Shop: get-er-done
11:26 AM Tom_L: i got the ui already
11:26 AM Tom_L: :)
11:26 AM * JT-Shop hears a nap calling his name
11:41 AM JT-Cave: ok static colors are only used if in the ini
11:46 AM Tom_L: adding the spindle_block_cb you not only have to change all the names in the ui to probe_ ya gotta change the style sheet too :/
11:46 AM Tom_L: lost all my icons :)
11:52 AM Tom_L: to find out the check box doesn't seem to disable the buttons
11:53 AM Tom_L: spindle_block_cb needs jt
01:59 PM lcnc-relay: <Travis Farmer> yeah, that changes my mill time from an hour and 45 minutes, down to a little over 12 minutes 🤣
02:05 PM xxcoder: lol nice
02:11 PM rdtsc: prolly have better tool life too :)
02:12 PM lcnc-relay: <Travis Farmer> i bet 🤣
02:14 PM rdtsc: Get some semi-transparent material and make a https://en.wikipedia.org/wiki/Lithophane
02:15 PM lcnc-relay: <Travis Farmer> that would probably require software i don't have?
02:16 PM rdtsc: dunno; if the lighter areas could be made very thin, then it should work
02:17 PM rdtsc: trick is finding the material
02:17 PM lcnc-relay: <Travis Farmer> i could do it on pine, and plane it thin afterward
02:21 PM rdtsc: will have to be really thin to get light through wood, but should be possible. maybe a dark smoke acrylic sheet would be easier
02:26 PM rdtsc: or go the mad-chemist route and make the wood transparent lol https://www.youtube.com/watch?v=uUU3jW7Y9Ak
02:28 PM JT-Cave: Tom_L, https://gnipsel.com/linuxcnc/flexgui/probe.html
02:33 PM lcnc-relay: <roguish> JT-Cave: you should disable the spindle when probing is enabled
02:33 PM JT-Shop: I take it you didn't read the link...
02:39 PM lcnc-relay: <roguish> JT-Shop: do you have your hearing aids going?
02:40 PM lcnc-relay: <roguish> I just got a pair last week, and trying to get used to them.
02:41 PM JT-Auto-Shop: wear them every day, just don't sleep in them
02:41 PM JT-Auto-Shop: or sleep with them in your ears
02:43 PM JT-Shop: roguish https://gnipsel.com/linuxcnc/flexgui/probe.html
03:28 PM -!- #linuxcnc mode set to +v by ChanServ
03:28 PM Tom_dev: JT-Cave, http://tom-itx.no-ip.biz:443/~webpage/cnc/JT-SHOP/flexgui/startup_error.png
03:29 PM Tom_dev: was working but started acting up
03:29 PM Tom_dev: axis loads fine
03:29 PM Tom_dev: this is on touch-probe2
03:29 PM Tom_dev: heading inside...
03:31 PM JT-Shop: no clue what that error is, but it's an emc error
03:38 PM Tom_L: it was working fine, i was testing probe routines and started on the metric ones and linuxcnc never loads. i get the manual toolchange box then nothing
03:39 PM Tom_L: start an axis section, it asks to close the other one, say yes, axis loads fine
03:39 PM Tom_L: sim touch-probe2 loads fine
03:40 PM Tom_L: i added debug to all the subs that need it to display the final x y locations
03:40 PM Tom_L: verified all the inch
03:43 PM Tom_L: did you get rid of spindle_block_cb?
03:43 PM JT-Shop: renamed it and morphed it into a push button which it was a push button but the docs were wrong
03:43 PM Tom_L: no wonder it didn't work
03:44 PM JT-Shop: https://gnipsel.com/linuxcnc/flexgui/probe.html
03:44 PM Tom_L: ok i'm fixin to upload the new inch subs and a couple other things
03:44 PM Tom_L: yeah i have that open
03:44 PM JT-Shop: ok
03:44 PM JT-Shop: I renamed it because it does more than block the spindle
03:44 PM Tom_L: they display X Center: xxxx now or X Center: xxxx then Y Center: xxxx
03:44 PM Tom_L: etc
03:45 PM Tom_L: not 'your probe is .2 off the edge or whatever cradek had
03:45 PM Tom_L: even though it still moves off the work
03:45 PM Tom_L: i capture the point first
03:46 PM JT-Shop: you say where it is relative to the part?
03:46 PM Tom_L: no
03:46 PM Tom_L: just where the point you asked for is
03:46 PM Tom_L: X center Y center
03:47 PM Tom_L: taking into account the probe size it's the center of the spindle
03:47 PM JT-Shop: do you have the option to set the probed edge to 0?
03:47 PM Tom_L: not yet
03:47 PM Tom_L: been fighting the loading issue for some time
03:48 PM JT-Shop: rtai?
03:48 PM Tom_L: preempt-rt
03:48 PM Tom_L: i could put it on rtai and see
03:49 PM Tom_L: i'm running an i5 pc for tests, not the d525
03:50 PM Tom_L: was
03:51 PM JT-Shop: ready to test drive the C3 and see if the brakes are good
03:54 PM rdtsc is now known as rdtsc_away
04:04 PM Tom_L: PR #92
04:19 PM lcnc-relay: <Travis Farmer> about 549 views on my youtube short video already! that's a lot for my channel!
04:33 PM JT-Shop: still pulls to the right but I can lock up the wheels so much better but no cigar
04:35 PM JT-Shop: gentle braking does not pull just hard braking
04:48 PM Tom_L: i think i figured out a way to store X Y Z with a button
04:48 PM JT-Shop: cool
04:50 PM Tom_L: i went thru all the inch probe files and set x y and z to all the same #1000 numbers
04:50 PM Tom_L: so a button for x could call G10 to set the value
04:50 PM JT-Shop: nice
04:51 PM Tom_L: is there a way to clear those #1000 values so none are left over from a previous probe?
04:53 PM Tom_L: G10 L20 P0 #1000 ?
04:53 PM Tom_L: 0 is x right?
04:53 PM JT-Shop: set them to 0 maybe
04:53 PM Tom_L: or is that 'current'?
04:54 PM Tom_L: the example says P1 is X
04:54 PM Tom_L: G10 L20 P1 X1.5 (set the X axis current location in coordinate system 1 to 1.5)
04:54 PM JT-Shop: P1 is the coordinate system
04:55 PM JT-Shop: P0 is the current coordinate system
04:55 PM Tom_L: mmm
04:55 PM Tom_L: maybe i should use 0 for current?
04:57 PM JT-Shop: P0 seems to be a safer thing as you never know what it is
04:59 PM Tom_L: so i used #1017 for x, #1018 for Y and #1019 for z in all that it would be practical for
04:59 PM Tom_L: that should be easy enough
05:01 PM Tom_L: i could put that code in the button itself as mdi right?
05:01 PM JT-Shop: yup
05:01 PM Tom_L: gawd this shxt is cool
05:02 PM JT-Shop: I'm really stoked how flex is turning out
05:05 PM lcnc-relay: <roguish> JT-Shop: ok, you guys. I'm messing with it. finally cleaned my desk up enough so I can.....
05:06 PM lcnc-relay: <roguish> using designer to look over the example ui's
05:06 PM lcnc-relay: <roguish> just updated to JT's latest deb of today
05:11 PM Tom_L: roguish, it's oudated :)
05:15 PM Tom_L: omfg it werks!
05:16 PM lcnc-relay: <roguish> Tom_L: it's in development. it'll be outdated all the time. it's ok.
05:17 PM Tom_L: x y z probe have set x y z buttons now
05:20 PM JT-Shop: awesome
05:20 PM JT-Shop: I've pulled your pr
05:23 PM Tom_L: i could have another one shortly...
05:23 PM JT-Shop: cool
05:23 PM Tom_L: gonna sim test a handfull
05:23 PM JT-Shop: ok
05:33 PM * JT-Shop calls it a day
05:36 PM Tom_L: PR #93
05:37 PM Tom_L: try that out
05:42 PM lcnc-relay: <roguish> Tom_L: so, are you going to make the probing a tab on a full gui?
05:44 PM Tom_L: http://tom-itx.no-ip.biz:443/~webpage/cnc/JT-SHOP/flexgui/touch-probe2.png
05:44 PM Tom_L: maybe once i get everything working as it should
05:44 PM lcnc-relay: <roguish> it's certainly progresssing
05:45 PM Tom_L: the error box shows the probed location on edges etc and you can set that axis with the buttons now
05:45 PM Tom_L: i decided to make an inch set and metric set instead of combining them
05:46 PM lcnc-relay: <roguish> what error box? i don't see anything labelled that
05:46 PM Tom_L: the top middle box
05:46 PM Tom_L: he's got an 'info' widget too that does the same thing
05:46 PM lcnc-relay: <roguish> ok, the one with infor...
05:46 PM Tom_L: if you put a debug message in the sub it shows up there
05:47 PM lcnc-relay: <roguish> is the probe returning to the touched position, raised a bit
05:47 PM Tom_L: .2" iirc
05:48 PM Tom_L: but it stores the probed point then moves away
05:48 PM Tom_L: unless it's the tube or bar center
05:48 PM lcnc-relay: <roguish> then ya gotta do a little calc to account for the tip diam
05:48 PM Tom_L: on the bar, set your parameters a bit bigger than the bar you're probing
05:49 PM Tom_L: of course
05:49 PM lcnc-relay: <roguish> depends upon the direction you're goin
05:49 PM Tom_L: i checked them all with the dro and my calipers both
05:49 PM Tom_L: absolutely
05:49 PM Tom_L: + for one - for the other
05:51 PM Tom_L: i'm debaiting doing the corners since you can get the data from the ones there already
05:51 PM lcnc-relay: <roguish> Tom_L: i bought a big bearing, like 3" ID to use to check
05:51 PM Tom_L: it's either you be lazy or me be lazy
05:51 PM lcnc-relay: <roguish> figure the bearing is pretty accurate
05:51 PM Tom_L: i used a couple different bar sizes for the OD
05:52 PM lcnc-relay: <roguish> and I use my Sterrat 1,2,3 block. they're very, very close
05:52 PM Tom_L: i think i clarify the settings in the readme
05:52 PM Tom_L: hard to keep track of everything
05:53 PM Tom_L: and i'm sure this little probe i got isn't the best
05:53 PM Tom_L: but the dro numbers didn't lie
05:53 PM lcnc-relay: <roguish> where is your source? I'm curious to look over the probe gcode
05:53 PM Tom_L: examples touch-probe2 subroutines
05:54 PM Tom_L: i may tweak a couple a bit more still
05:54 PM lcnc-relay: <roguish> the ones i see are dated 9-14
05:54 PM lcnc-relay: <roguish> days ago
05:54 PM Tom_L: well update the examples from your cnc menu?
05:54 PM rdtsc_away is now known as rdtsc
05:54 PM Tom_L: doesn't do that automatically
05:55 PM lcnc-relay: <roguish> make a new deb
05:55 PM Tom_L: :)
05:55 PM Tom_L: hang on
05:55 PM Tom_L: aren't you the spoiled one...
05:55 PM * rdtsc hands the crown to roguish lol
05:57 PM lcnc-relay: <roguish> rdtsc: thanks man. i'll take it and run
05:58 PM Tom_L: http://tom-itx.no-ip.biz:443/~webpage/cnc/JT-SHOP/flexgui/
05:58 PM lcnc-relay: <roguish> so up to 90 today so far, forecast to 99 tomorrow
05:58 PM Tom_L: arm & amd64
05:58 PM Tom_L: both hot off the press
06:00 PM rdtsc: un-pressing and in-pressing
06:01 PM rdtsc: cd
06:01 PM rdtsc: ^-- too many windows open lol
06:01 PM Tom_L: naw
06:04 PM rdtsc: building the examples anew
06:04 PM Tom_L: i'm not using the linear_units now but may still show in the readme
06:05 PM Tom_L: in/mm thing
06:06 PM lcnc-relay: <roguish> Tom_L: still not showing. I did a complete remove of fluxgui, then deleted the config directories, then installed you deb.
06:07 PM lcnc-relay: <roguish> gcode files still show 9-14 date
06:11 PM lcnc-relay: <roguish> no worries, it's cocktail time. we'll take this up again tomorrow..... thanks Tom
06:11 PM rdtsc: Having a raspberry lemonade here
06:12 PM rdtsc: la
06:15 PM Tom_L: roguish, copy these over http://tom-itx.no-ip.biz:443/~webpage/cnc/JT-SHOP/flexgui/subroutines/
06:17 PM Tom_L: wonder why they're not updating in the deb
06:17 PM rdtsc: same with the aarch64
06:17 PM Tom_L: i opened the deb and saw they're old
06:24 PM Tom_L: i think he needs to pull them in first
06:24 PM Tom_L: i tried another one here and they were updated but not the latest
06:25 PM rdtsc: touch_probe2 (blue edition) seems to work
06:26 PM Tom_L: http://tom-itx.no-ip.biz:443/~webpage/cnc/JT-SHOP/flexgui/touch-probe2.png
06:26 PM Tom_L: got the set x y z buttons?
06:26 PM Tom_L: that's the one i've been updating
06:27 PM Tom_L: any of the other examples subroutines may be outdated
06:28 PM Tom_L: if i changed my git source i think it would get mine
06:29 PM rdtsc: do have Set x,y,z
06:30 PM Tom_L: look at the subs in that folder then
06:31 PM Tom_L: see if they're newer
06:32 PM rdtsc: already checked, also 14th
06:33 PM Tom_L: ok this deb i just made has them, lemme make a rpi one
06:35 PM Tom_L: http://tom-itx.no-ip.biz:443/~webpage/cnc/JT-SHOP/flexgui/
06:35 PM Tom_L: i checked those
06:35 PM Tom_L: the touch-probe2 subs are current
06:36 PM Tom_L: if you want them in your linuxcnc/configs folder you'll have to use the cnc menu and copy them over
06:36 PM Tom_L: or do it manually
06:38 PM Tom_L: i see one i should fix though. nothing to keep it from working, just informational
06:58 PM Tom_L: ok, posted new debs with those fixes
07:07 PM rdtsc: on the ball! :)
07:13 PM rdtsc: touch-probe2/subroutines still showing 14th
07:14 PM rdtsc: it would be overwritten, right?
07:33 PM lcnc-relay: <skunkworks8841> big_kevin420 any luck?
07:34 PM Tom_L: rdtsc, it should be
07:34 PM Tom_L: i verified they were in the debs
07:35 PM Tom_L: go into the flexgui/examples/touch-probe2/subroutines folder and check there
07:36 PM Tom_L: JT-Cave, http://tom-itx.no-ip.biz:443/~webpage/cnc/JT-SHOP/flexgui/info_pte_error.png
07:37 PM Tom_L: JT-Cave, i have both info_pte and errors_pte in that ui
07:37 PM Tom_L: if it matters
07:56 PM Tom_L: slowly getting all the examples updated
07:56 PM Tom_L: several widget name changes
08:09 PM unreal: does anyone else in here use fusion360?
08:09 PM unreal is now known as _unreal_
08:36 PM rdtsc is now known as rdtsc_away
08:43 PM roycroft: well today was productive
08:43 PM roycroft: finally, my old house is completely emptied out - i still have some stuff in some outbuildings to move, but the house is done
08:44 PM roycroft: and i finished framing the new shed, including the rafters
08:44 PM roycroft: i also picked up the siding while i was down in eugene, so tomorrow i can start on siding
08:44 PM xxcoder: ugh I was busy all day today. so tired lol
08:45 PM roycroft: it is supposed to rain on wednesday, and i'm not sure i'll get it roofed by then, but i'm also not moving anything into it until the roof is on
08:45 PM roycroft: and by "rain", it's supposed to be like 3mm
08:45 PM roycroft: so more like a light shower or two
08:46 PM * roycroft is really looking forward to being able to work in the new shop, and is close to being able to do so
08:47 PM roycroft: i did use my bandsaw yesterday for the first time since the move, but only for a few short cuts, and i did not hook up the extractor for them
09:09 PM _unreal_: didnt hook up the extractor??? running a little riskey eeeehh
09:09 PM lcnc-relay: <big_kevin420> i got 2 versions of the encoder, the 102 and the 103
09:09 PM _unreal_: OMG... I hate fusion360. its so slow
09:10 PM lcnc-relay: <big_kevin420> the 102 , looks loike thats what you have
09:10 PM lcnc-relay: <big_kevin420> i am getting 0 index pulses
09:10 PM roycroft: really short cuts
09:10 PM roycroft: and i wore a mask
09:10 PM lcnc-relay: <big_kevin420> on the 103 that is not connected to the motor i am getting too many pulses, every 12 steps
09:10 PM roycroft: i was cutting some notches in some 4x4s
09:11 PM lcnc-relay: <big_kevin420> that is using index enable, and nothing shows up on the zpulse pin
09:11 PM _unreal_: big_kev chances are there is a setting forthe output
09:11 PM * roycroft refuses to have anything to do with fusion 360
09:11 PM _unreal_: the CAM is nice. the CAD side is just frustraiting
09:11 PM lcnc-relay: <big_kevin420> when i switch to another encoder i have, a megnetaic one, it does the zpulse pin, but it seems to do the same thing, trigger the index enable more than once per rotation
09:12 PM _unreal_: I'm 30x faster using designspark/spaceclaim
09:12 PM lcnc-relay: <big_kevin420> @unreal shoul;dnt be, its not one of the programable ones, it just has 4 dips for setting the resolution
09:12 PM lcnc-relay: <big_kevin420> and i have them set low at 400
09:12 PM _unreal_: big_kev again it likely has setting. I'm not a fan of the MAG encoders. they are rather low pulse per rotation
09:12 PM roycroft: it's a good product
09:13 PM roycroft: i just don't like their adopting the youtube model for the hobby license
09:13 PM roycroft: give it away for free
09:13 PM roycroft: with few restrictions
09:13 PM roycroft: get folks hooked on it
09:13 PM roycroft: then slowly tighten the screws
09:13 PM _unreal_: roycroft, are you talking about designspark or fusion?
09:13 PM roycroft: fusion360
09:14 PM _unreal_: oh dont know I have payed for fusion for years
09:14 PM roycroft: i just said a few moments ago that i will have nothing to do with it
09:14 PM _unreal_: I have a grandfathered account that is only $220 a year
09:15 PM _unreal_: big_kev SETTING JUMPERS is a form of programming
09:16 PM roycroft: it's one of the oldest forms of programming
09:17 PM _unreal_: roycroft, were are getting old
09:19 PM _unreal_: I also dont like the PUBLIC online crap aspect of fusion360 and files
09:19 PM _unreal_: and the fact that they have to REMOTE process files
09:20 PM _unreal_: when spaceclaim can do the same thing local and way faster
09:21 PM lcnc-relay: <skunkworks8841> big_kevin420 yes. The one I am testing is a 102.. I might have a 103. Have to look. But they have always worked 'normally'
09:25 PM Unterhaus__ is now known as Unterhausen
10:15 PM lcnc-relay: <big_kevin420> no, im sure they do. you are to verify i am doing something wrong
10:16 PM lcnc-relay: <big_kevin420> unreal, its only the res the programmable