#hazzy | Logs for 2019-03-01
Back
[04:02:13] -!- silopolisGitter[ has joined #hazzy
[04:02:14] <silopolisGitter[> Hi folks, joining to congratulate and thank all of you involved in this project that I believe may heavily influence LinuxCNC momentum and, doing so, project future development
[04:02:17] <silopolisGitter[> 👍🎩
[04:02:58] <silopolisGitter[> Hope I'll soon get my hands in it...
[04:05:00] <silopolisGitter[> One question too, what's the deal with both NativeCAM and Camview integration/support in QtPyVCP?
[04:15:01] -!- JT-Shop2 has joined #hazzy
[04:15:01] -!- JT-Shop has joined #hazzy
[04:17:09] -!- jthornton has joined #hazzy
[05:38:45] <jt-m[m]> morning
[08:47:40] <Lcvette> morning
[09:21:29] -!- JT-Shop has quit [Read error: Connection reset by peer]
[09:21:32] -!- JT-Shop2 has quit [Read error: Connection reset by peer]
[09:21:35] -!- jthornton has quit [Read error: Connection reset by peer]
[09:22:09] -!- JT-Shop2 has joined #hazzy
[09:22:21] -!- jthornton has joined #hazzy
[09:22:25] -!- JT-Shop has joined #hazzy
[09:36:30] <jt-m[m]> TurBoss: I've been trying all morning to get vtk to zoom to machine extents at startup and with view change with no luck...
[10:22:32] <Not-e6c6> [02qtpyvcp] 07jethornton pushed 031 commit to 03VTKCannon [+0/-0/±1] 13https://git.io/fhAlA
[10:22:34] <Not-e6c6> [02qtpyvcp] 07jethornton 03fc87f97 - BUG: ugly hack to make x,y,z views zoom in
[10:34:04] <KurtJacobsonGitt> @silopolis Thank you! We don't have an embed widget yet, but it should be pretty easy to make one so that GTK based apps like NCam and Camview can be embedded
[10:56:15] <silopolisGitter[> @KurtJacobson argh, ignored they were GTK based 😢
[10:59:16] <silopolisGitter[> But indeed an embed widget could be a nice way to leverage nice pieces of existing code 👍... Which makes me wonder how much of NCam and Camview could be ported to a decent modern toolkit 😜
[11:07:11] <Lcvette> man the backplot is crackin!!
[11:11:13] <Lcvette> does lcvette need to add buttons for the backplot in probe basic?
[11:11:23] <Lcvette> or will they be integrated into it?
[11:11:55] <Lcvette> or have you not thought that far yet just hashing out how to control things right now?
[12:37:35] <KurtJacobsonGitt> @silopolis TurBoss made a CamView like widget in Qt, I think it only needs a few things like crosshairs added to be a full replacement for CV
[12:41:20] <Not-e6c6> [02qtpyvcp] 07jethornton pushed 031 commit to 03VTKCannon [+0/-0/±2] 13https://git.io/fhARa
[12:41:22] <Not-e6c6> [02qtpyvcp] 07jethornton 03789f588 - reverse labels and ticks
[12:42:26] <jt-m[m]> what was I thinking? not much I guess but I think that is right now...
[12:45:23] <Not-e6c6> [02qtpyvcp] 07jethornton pushed 031 commit to 03VTKCannon [+0/-0/±1] 13https://git.io/fhARo
[12:45:25] <Not-e6c6> [02qtpyvcp] 07jethornton 031ce5bd2 - add p view
[13:12:35] <Lcvette> thats great JT!
[13:12:42] <Lcvette> i was wonmdering what the P view was
[13:13:33] <Lcvette> would that not be called ISO?
[13:13:56] <Lcvette> Isometric
[13:16:56] <JT-Shop2> that's what makes qtpyvcp so great we can call it whatever we like
[13:17:45] <Lcvette> yup
[13:18:09] <JT-Shop2> and yea it should be ISO, I was just copying emc lol
[13:18:16] <Lcvette> so for the VTK backplot, im fuzzy, will this be a widget type thing?
[13:18:51] <Lcvette> with the buttons and everything already in it?
[13:18:57] <JT-Shop2> it is a widget yes, you can just drag and drop it in
[13:19:03] <JT-Shop2> no buttons just the display
[13:19:06] <Lcvette> nice
[13:19:18] <Lcvette> so we can manipulate this UI to make it work in our parent UI
[13:19:28] <Lcvette> a copy of this ui i mean of course
[13:20:06] <Lcvette> or wait no the widget is inside a ui already
[13:20:12] <JT-Shop2> yea all I did was make a copy of the tutorial using the tutorial.sh script and editvcp then drag vkt into it
[13:25:14] <Lcvette> git clone https://github.com
[13:25:18] <Lcvette> do i do this too?
[13:25:54] <Lcvette> qtpyvcp
[13:26:49] <JT-Shop2> yea after cloning that cd to the directory it's in and run the scrip like this ./tutorial.sh
[13:27:21] <JT-Shop2> when it asks you if you want to copy the sim files say yes
[13:30:51] <Lcvette> ok, i think i am in and have the designer opened with the vtk widget dragged into the mainwindow.ui now
[13:31:04] <Lcvette> all i see is the green and red arrow
[13:31:31] <Lcvette> sound about righgt?
[13:31:41] <JT-Shop2> yea that's what you see till you run it
[13:31:56] <Lcvette> so all the buttons are inside the widget
[13:32:19] <JT-Shop2> the view buttons are just regular buttons
[13:33:36] <JT-Shop2> https://qtpyvcp.kcjengr.com
[13:33:45] <JT-Shop2> just like that but the names are different
[13:35:58] <Lcvette> ok
[13:36:07] <Lcvette> the check boxes are built in?
[13:36:58] <Lcvette> nevermind, i found the yaml file for your version
[13:37:01] <Lcvette> i can reverse engineer it
[13:37:03] <Lcvette> lol
[13:37:47] <JT-Shop2> they are also just regular check boxes and use the same method to connect the button/checkbox to vkt with a signal
[13:37:51] <JT-Shop2> and a slot
[13:38:01] <Lcvette> yup im seeing that now
[13:38:03] <JT-Shop2> no need to reverse engineer it
[13:38:08] <Lcvette> thats what i was after
[13:38:25] <JT-Shop2> I should make a signal/slot tutorial lol
[13:38:41] <Lcvette> so the vtk widget can be added direct into probe basic, and then i can add the buttons and stuff in probe basic rather than try and build a whole new ui and import it
[13:39:03] <Lcvette> signals and slots im good with but yeah for others that may be a good idea
[13:40:23] <Lcvette> im just wondering if vtk is ready for integration now
[13:40:29] <Lcvette> or should i wait
[13:40:35] <JT-Shop2> yea exactly, might be good to do a simple ui first to learn
[13:40:56] <JT-Shop2> I have some stuff to figure out yet
[13:41:06] <Lcvette> gotcha
[13:41:11] <JT-Shop2> I want to be able to read the ini file for some settings
[13:41:24] <JT-Shop2> instead of having a bunch of check boxes lol
[13:43:11] <Lcvette> yeah, but its also nice to have on the fly control of sthose things
[13:43:28] <Lcvette> i was thinking maybe a flyout settings tab in PB
[13:44:02] <Lcvette> that way its out of the way unless you want it
[13:44:39] <Lcvette> or put some of the les frequesntly used items on the settings page
[13:44:47] <JT-Shop2> yea if you just set stuff in the init section then you can change thing while running
[13:45:03] * Lcvette uploaded an image: image.png (131KB) < https://matrix.org >
[13:45:18] <Lcvette> i see what you have going on here now
[13:46:01] <JT-Shop2> how did you do that?
[13:46:23] <Lcvette> do what?
[13:46:41] <JT-Shop2> show the signal
[13:46:47] <JT-Shop2> the left one
[13:46:53] <Lcvette> F4
[13:46:59] <Lcvette> escape exits
[13:47:05] <Lcvette> you can create the connections that way too
[13:47:07] <JT-Shop2> ah never saw that before
[13:47:11] <Lcvette> drag to connect
[13:47:15] <JT-Shop2> nice
[13:47:22] <Lcvette> yeah i learned it long ago
[13:47:24] <Lcvette> lol
[13:47:33] <Lcvette> Hurray Lcvette helped someone!
[13:47:49] <JT-Shop2> yep, you taught me something
[13:49:45] <Lcvette> i found the QT documentation very helpful early on
[13:50:29] <Lcvette> i spent probably 50+ hours sifting through it for finding little tidbits like that while learning how to do the design portion of probe basic
[13:51:25] <JT-Shop2> I've never seed the QT documentation lol
[13:53:23] <Lcvette> its very good to have once you start wanting to make more than basic looking UI
[13:53:58] <Lcvette> beyond the scope of the lcnc stuff and more into the realm of the graphical design
[13:55:42] * Lcvette uploaded an image: image.png (225KB) < https://matrix.org >
[13:55:48] <Lcvette> hurray
[13:55:53] <Lcvette> probe basic has vtk
[13:56:50] <JT-Shop2> awesome we are on a roll
[13:59:15] <hazzy-m> Hurray!
[13:59:16] <Lcvette> in the vtk widget, is there some border control?
[13:59:41] * hazzy-m 's matrix app is not working :(
[13:59:49] <Lcvette> :(
[13:59:56] <Lcvette> hazzy broke it
[14:03:07] <JT-Shop2> like a window border?
[14:03:26] <Lcvette> yeah
[14:03:50] <Lcvette> trying to expand it to its full size and it has gaps between the edges of the viewport and the border of the widget
[14:04:08] <Lcvette> ie, it doesn't fill the space
[14:04:10] <hazzy-m> you could add it to a frame
[14:04:29] <Lcvette> that woulodn't work i don't think
[14:04:41] <JT-Shop2> right click in the space and hmmm at the bottom pick layout grid
[14:04:58] <JT-Shop2> not on the vtk widget but the container it
[14:05:00] <JT-Shop2> s in
[14:05:09] <hazzy-m> yeah, I didn't realize what you wanted
[14:05:31] <JT-Shop2> hazzy-m: you near your pc?
[14:05:49] * Lcvette uploaded an image: image.png (23KB) < https://matrix.org >
[14:06:03] <hazzy-m> JT-Shop2: yes
[14:06:06] <Lcvette> the vtksee the grips compared to the backplot edges
[14:06:27] <JT-Shop2> can you point me to how to read something from the ini file?
[14:07:31] <hazzy-m> you could add a getter method to the utilities/info.py file
[14:07:47] <hazzy-m> we realy need a better way to read INI info
[14:08:09] <hazzy-m> you could also just use the linuxcnc.ini module ...
[14:13:56] <Not-e6c6> [02qtpyvcp] 07KurtJacobson pushed 031 commit to 03VTKCannon [+0/-0/±1] 13https://git.io/fhA0F
[14:13:56] <JT-Shop2> ok, I'll give the latter a whirl
[14:13:57] <Not-e6c6> [02qtpyvcp] 07KurtJacobson 034697e1e - remove VTK widget margins
[14:14:28] <Lcvette> you did it?
[14:14:29] <Lcvette> :D
[14:14:30] <hazzy-m> Lcvette: That should remove the margins
[14:15:58] <Lcvette> beautimus!
[14:16:29] <Lcvette> perfect, that is how all widgets should be made so that if you want margins you can add them to a widget box and generate editable margins in designer
[14:17:17] * hazzy-m sent a long message: < https://matrix.org >
[14:24:03] <Lcvette> hazzy, where is the background color?
[14:24:05] <Lcvette> :D
[14:24:53] <Lcvette> is it line 67 in the vtk_widget.py file?
[14:25:01] <hazzy-m> Lcvette: sek, I'll add it as a property
[14:26:04] <Lcvette> hurray!!
[14:27:23] <Not-e6c6> [02qtpyvcp] 07KurtJacobson pushed 031 commit to 03VTKCannon [+0/-0/±1] 13https://git.io/fhAEk
[14:27:24] <Not-e6c6> [02qtpyvcp] 07KurtJacobson 03ae6feff - don't need extra QWidget and QLayout
[14:27:41] <hazzy-m> I hope that is OK ..
[14:27:45] <hazzy-m> seems to work, lol
[14:27:58] * hazzy-m adds the background property
[14:29:34] <Lcvette> you did it?
[14:29:54] <hazzy-m> working on it
[14:41:15] * JT-Shop2 can't do any more work on the box joint jig till the glue dries on the finger...
[14:42:48] <hazzy-m> your index finger, or the jigs index finger? lol
[14:43:38] <Lcvette> JT's gettin Jiggy wid it
[14:43:45] <Lcvette> :D
[14:44:01] <Lcvette> nah nah nah nah nah
[14:44:04] <Lcvette> :d
[14:44:17] <hazzy-m> lol
[14:44:21] * hazzy-m uploaded an image: image.png (166KB) < https://matrix.org >
[14:44:27] <hazzy-m> Lcvette: better?
[14:44:37] <Lcvette> whoop whooop!
[14:49:04] <Not-e6c6> [02qtpyvcp] 07KurtJacobson pushed 031 commit to 03VTKCannon [+0/-0/±1] 13https://git.io/fhAEw
[14:49:05] <Not-e6c6> [02qtpyvcp] 07KurtJacobson 03cd1772d - add background color property
[14:50:25] <jt-m[m]> the jig finger lol
[14:53:42] <hazzy-m> you all have done a fantastic job keeping the VTK code modular
[14:54:01] <hazzy-m> should be easy to add things like machine and vices
[14:54:05] <hazzy-m> like in vismach
[14:57:56] <TurBoss> Hello
[14:58:29] <hazzy-m> hey!
[14:58:42] <TurBoss> whats up
[15:11:45] <hazzy-m> TurBoss: Is this OK? https://git.io
[15:13:05] <roguish[m]> my Elo screen came.
[15:13:12] <roguish[m]> now to hook it up.
[15:13:23] <hazzy-m> Hurray!
[15:28:57] <jt-m[m]> hazzy: I get inifile.open() failed when I try and read the ini file from vkt_widget.py
[15:29:51] * jt-m[m] sent a long message: < https://matrix.org >
[15:39:44] <Lcvette> hurray
[15:40:05] <Lcvette> hazzy, i cannot find the background color of the main upper tab widget in probe basic
[15:40:19] <Lcvette> ive looked all over the place and it is hiding from me
[15:45:38] <hazzy-m> JT, don't use sys.argv, use the os.getenv("INI_FILE_NAME")
[15:48:58] <JT-Shop2> thanks
[15:50:09] <TurBoss> hazzy: yup much better
[15:50:44] * TurBoss is busy
[15:50:54] * TurBoss uploaded an image: Captura de pantalla de 2019-03-01 21-50-33.png (2088KB) < https://matrix.org >
[17:04:39] <jt-m[m]> INIFILE.find("VTK", "PROGRAM_BOUNDRY") TypeError: slice indices must be integers or None or have an index method
[17:05:13] <jt-m[m]> hmm python find() wants string.find(value, start, end)
[17:05:44] * jt-m[m] sent a long message: < https://matrix.org >
[17:06:06] <jt-m[m]> silly pdf formatting lol
[17:06:19] <TurBoss> :D
[17:06:25] <TurBoss> ✌
[17:06:42] * jt-m[m] goes to make some salad for chickens
[17:24:44] <jt-m[m]> I think the emc docs are not correct
[17:30:31] <jt-m[m]> now it's working and it was just me
[17:46:15] * Lcvette uploaded an image: image.png (234KB) < https://matrix.org >
[17:46:52] <Not-e6c6> [02qtpyvcp] 07jethornton pushed 032 commits to 03VTKCannon [+0/-0/±5] 13https://git.io/fhA2T
[17:46:54] <Not-e6c6> [02qtpyvcp] 07jethornton 03618357c - add ini options for vtk widget
[17:46:54] <Lcvette> hazzy or turboss, i forgot how to seperate the button qss out when you need to style seperately from the main qss, need help please
[17:46:55] <Not-e6c6> [02qtpyvcp] 07jethornton 0364809c8 - remove debugging prints from working slots
[17:48:17] <TurBoss> sek
[17:48:56] <Not-e6c6> [02qtpyvcp] 07jethornton created branch 03VTKCannon 13https://git.io/fhA2I
[17:52:37] -!- Glenda[m] has quit [*.net *.split]
[17:52:38] -!- JoseLuisGitter[m has quit [*.net *.split]
[17:53:28] <Not-e6c6> [02qtpyvcp] 07jethornton pushed 031 commit to 03VTKCannon [+0/-0/±1] 13https://git.io/fhA2m
[17:53:29] <TurBoss> sorry Lcvette I don't know your question
[17:53:29] <Lcvette> i need to make some buttons different than the main qss
[17:53:29] <Not-e6c6> [02qtpyvcp] 07jethornton 03da0693f - replace wrong line removed
[17:53:30] <Lcvette> but the qss is over riding them
[17:53:44] <jt-m[m]> you can edit the button stylesheet
[17:54:29] <jt-m[m]> but I might be wrong if it is the final one or not
[17:55:36] <TurBoss> apply qss to a button id
[17:55:44] <TurBoss> in the main file
[17:55:49] <TurBoss> I mean
[17:55:51] <TurBoss> sek
[17:56:09] <Lcvette> ok
[17:56:24] <Lcvette> will need some help remembering how to do that
[17:56:36] <Lcvette> vaguely remember
[17:56:45] <Lcvette> but not enough that i got it to work
[17:56:47] <TurBoss> https://github.com
[17:56:54] <TurBoss> like here
[17:57:07] <TurBoss> use #button_name
[17:59:36] <Lcvette> i can add all the button names there with a comma?
[18:00:40] -!- Glenda[m] has joined #hazzy
[18:01:05] <TurBoss> duno
[18:01:08] <TurBoss> search for a example on the file
[18:01:15] <TurBoss> could be some
[18:03:59] -!- JoseLuisGitter[m has joined #hazzy
[18:05:27] <Lcvette> you had both buttons with a , between them so I am assuming yes
[18:13:34] <TurBoss> Lcvette: looks ok but why are you applying background so many times?
[18:18:16] <Lcvette> for hover, pressed, etc
[18:19:55] <TurBoss> but it only affects the path_button=
[18:20:00] <TurBoss> or it works with all?=
[18:23:01] <Lcvette> actually i can't get it to work on the path button
[18:23:06] <Lcvette> but it works on all the others
[18:23:36] * Lcvette uploaded an image: image.png (236KB) < https://matrix.org >
[18:24:01] <TurBoss> oh
[18:26:00] <Lcvette> any ideas?
[18:26:04] <Lcvette> i will push
[18:26:28] <TurBoss> ok
[18:27:28] <Lcvette> access denied to push
[18:27:39] <TurBoss> hmmmmm
[18:27:54] <TurBoss> right click set upstream
[18:27:54] <Lcvette> training wheels
[18:27:56] <TurBoss> lcvetter
[18:28:02] <TurBoss> hanival
[18:28:12] <TurBoss> lol
[18:28:15] * Lcvette uploaded an image: image.png (29KB) < https://matrix.org >
[18:28:39] <TurBoss> right click on your branch
[18:28:43] <TurBoss> set upstream
[18:28:46] <TurBoss> to yours
[18:29:23] <Lcvette> ok it pushed
[18:30:14] <TurBoss> ok checking
[18:31:53] <Not-e6c6> [02qtpyvcp] 07jethornton pushed 032 commits to 03VTKCannon [+0/-0/±2] 13https://git.io/fhA22
[18:31:55] <Not-e6c6> [02qtpyvcp] 07jethornton 039ef910c - make ini test for all types of false
[18:31:56] <Not-e6c6> [02qtpyvcp] 07jethornton 039bbefec - add set view to path
[18:32:34] <roguish[m]> jethornton: hey, are you addeing that to BP_touch?
[18:33:00] <jt-m[m]> no, that is in the VTKCannon branch
[18:33:33] <jt-m[m]> when it's merged to master I'll change to the vtk_widget in bp_touch
[18:34:08] <jt-m[m]> it's much better behaved than gremlin and with a name like gremlin what do you expect lol
[18:37:01] <Not-e6c6> [02qtpyvcp] 07jethornton pushed 031 commit to 03VTKCannon [+0/-0/±1] 13https://git.io/fhA2r
[18:37:03] <Not-e6c6> [02qtpyvcp] 07jethornton 03692be6f - fix logic in doc it was backward
[18:38:22] * jt-m[m] uploaded an image: Screenshot at 2019-03-01 17-37-43.png (40KB) < https://matrix.org >
[18:39:03] <roguish[m]> JT. ok just got my bigger touch screen. i'm waiting..............
[18:40:51] <jt-m[m]> what's the resolution on the new touch screen?
[18:41:14] * roguish[m] uploaded an image: image.png (91KB) < https://matrix.org >
[18:41:35] <TurBoss> nice
[18:41:42] <TurBoss> there is a w/o bt?
[18:41:48] <roguish[m]> just got a new toy. hooked up a pair of Klipsch book shelf speaker. really good sound.
[18:42:04] <TurBoss> try APlinux
[18:42:05] <TurBoss> :D
[18:42:20] <TurBoss> real time kernel for audio aplications
[18:45:08] <jt-m[m]> hmm I remember some code somewhere if in designer... now where was that
[18:51:27] <Not-e6c6> [02qtpyvcp] 07jethornton pushed 031 commit to 03VTKCannon [+0/-0/±1] 13https://git.io/fhA2p
[18:51:29] <Not-e6c6> [02qtpyvcp] 07jethornton 032df841a - fix in designer error with no ini file loaded
[18:55:39] <jt-m[m]> I don't see why vtk can't be merged to master, it won't break anything for users still using gremlin
[18:55:59] <TurBoss> its ok to merge
[18:56:16] <TurBoss> you did a great job thanks! JT
[18:56:41] <jt-m[m]> your welcome and there is more to come I'm sure
[18:56:47] <TurBoss> :)
[18:57:23] <TurBoss> Lcvette: i cant figure how to fix qss
[18:57:23] <TurBoss> :D
[18:57:26] <TurBoss> I did this
[18:57:52] <TurBoss> http://dpaste.com
[18:58:04] <TurBoss> nothing change
[18:58:28] <Lcvette> thats wierd
[18:58:39] <Lcvette> still can't get a border around path?
[18:58:47] <TurBoss> yes it does
[18:58:49] <TurBoss> that worked
[18:58:50] <TurBoss> :D
[18:58:55] <TurBoss> lol
[19:01:57] <TurBoss> background is not making any change
[19:02:01] <Lcvette> is there a way to control the view size when you click the x, y, views?
[19:02:12] <TurBoss> not yet
[19:02:32] <Lcvette> thats because the background of the qwidget they are in is taking priority for some reason
[19:02:41] <Lcvette> it seems to control the button background
[19:02:51] <TurBoss> I'm checking
[19:03:50] <TurBoss> ok
[19:03:51] <TurBoss> its true
[19:03:52] <TurBoss> sek
[19:04:35] <TurBoss> got it
[19:05:56] <Lcvette> what was it?
[19:06:12] * TurBoss uploaded an image: image.png (38KB) < https://matrix.org >
[19:06:46] <roguish[m]> glad to see the view controls prominately on the side
[19:06:56] <TurBoss> http://dpaste.com
[19:07:23] <TurBoss> then rename widget_5 to vtk_control_buttons
[19:07:51] <TurBoss> and a } is left at the last line
[19:11:30] <Lcvette> im missing something
[19:11:35] <Lcvette> not woirking for me
[19:12:47] <TurBoss> remove all the qss from...
[19:12:48] <TurBoss> sek
[19:13:20] <TurBoss> widget_7
[19:13:28] <Lcvette> style sheet in designer is cleared out
[19:13:35] <Lcvette> i copied your qss dpaste
[19:13:44] <Lcvette> added } under last line
[19:13:59] <TurBoss> or just background
[19:14:02] <Lcvette> changed widget_5 to vtk_control_buttons
[19:14:11] <TurBoss> widget_7
[19:14:16] <TurBoss> remove background from there
[19:14:25] <TurBoss> I removed all qss from 7
[19:14:54] <TurBoss> something?
[19:15:06] <Lcvette> ah that was it
[19:15:18] <TurBoss> cool!
[19:16:08] <TurBoss> afk 10 min
[19:16:30] <Lcvette> kk, thanks turboss!!!
[19:16:32] <Lcvette> hurray!!
[19:24:05] <TurBoss> :)
[19:46:24] * Lcvette uploaded an image: image.png (239KB) < https://matrix.org >
[19:46:28] <Lcvette> vtk baby
[19:57:45] * Lcvette uploaded an image: image.png (240KB) < https://matrix.org >
[19:57:57] <Lcvette> that shit looks good
[19:59:49] <hazzy-m> Lcvette: Nice!!
[20:01:04] <Lcvette> thanks Hazzy!
[20:01:22] <Lcvette> can you merge them so i am current with the latest vtk now?
[20:04:29] <hazzy-m> Sure!
[20:05:25] <Lcvette> also did you ever make any headway on the datachannel fix things in PB? I know you said you were working on it a while back, seems like it is about go time
[20:07:55] <hazzy-m> I've not had much time to work on it lately, but I made some progress this morning
[20:08:05] <Lcvette> nice!
[20:11:46] <roguish[m]> gents, i'm hooking up my elo. don't think the usb is being seen. not showing in an 'lspci'
[20:12:39] <hazzy-m> roguish: I had the same problem here
[20:12:40] <Lcvette> did you download the drivers?
[20:12:47] <hazzy-m> it shows for a few sec and is gone
[20:13:27] <roguish[m]> Lcvette which driver did you use?
[20:14:32] <Lcvette> https://support.elotouch.com
[20:14:37] <Lcvette> 2.5.0
[20:23:17] <Not-e6c6> [02qtpyvcp] 07KurtJacobson pushed 035 commits to 03VTKCannon [+0/-0/±8] 13https://git.io/fhAV8
[20:23:18] <Not-e6c6> [02qtpyvcp] 07Lcvette 0328537f8 - added vtk to pb
[20:23:20] <Not-e6c6> [02qtpyvcp] 07Lcvette 038eb9897 - updated vtk in probe basic with buttons
[20:23:21] <Not-e6c6> [02qtpyvcp] 07KurtJacobson 03b076c76 - Merge remote-tracking branch 'Lcvette/VTKCannon' into VTKCannon
[20:23:23] <Not-e6c6> [02qtpyvcp] ... and 2 more commits.
[20:48:24] <pcw_home> How do I run the current Probe-Basic? I update to a newer version but it starts up as a screen-builder
[20:49:01] <pcw_home> ( not sure if that's the right terminology )
[20:49:45] <hazzy-m> hey peter!
[20:49:48] <hazzy-m> are you using one of the example INI files, or one of your own?
[20:50:12] <pcw_home> my own (since I am running hardware)
[20:51:14] <hazzy-m> great! did you add DISPLAY=qtpyvcp in your INI?
[20:51:42] <hazzy-m> that should launch a chooser from which you can select ProbeBasic
[20:53:36] <hazzy-m> then if you start LCNC from the command line you can do `linuxcnc path/to/machine.ini probe_basic`
[20:54:21] <hazzy-m> to launch Probe Basic directly by bypassing the VCP chooser
[20:55:27] <hazzy-m> you can also add VCP = probe_basic to the DISPLAY section of your INI ( if you prefer not to pass it as a command line argument )
[21:13:34] <Not-e6c6> [02qtpyvcp] 07KurtJacobson pushed 031 commit to 03VTKG5xOffsets [+0/-0/±1] 13https://git.io/fhAwB
[21:13:35] <Not-e6c6> [02qtpyvcp] 07KurtJacobson 0364610fd - move path rather then reload when G5x offsets change
[21:13:37] <Not-e6c6> [02qtpyvcp] 07KurtJacobson created branch 03VTKG5xOffsets - 13https://git.io/fhCou
[21:14:29] <hazzy-m> TurBoss: I managed to move the path actor when the g5x offsets change, it fixed the bug with it not moveing to the right place (and makes it faster since it does not have to redraw)
[21:14:47] <hazzy-m> but I can't get the path bounderies to move
[21:14:49] <TurBoss> AMAZIN!
[21:14:53] <TurBoss> G
[21:15:37] <TurBoss> hmmmm
[21:16:15] * hazzy-m sent a long message: < https://matrix.org >
[21:16:31] <TurBoss> ya its a bit hacky
[21:16:47] <hazzy-m> the firs path_acotor should be the path, and the other one the boundery, right?
[21:17:07] <TurBoss> 😇 yes
[21:17:18] <hazzy-m> ok
[21:44:44] <Lcvette> You fixed it?
[21:44:54] <Lcvette> :D
[21:45:12] <hazzy-m> part of it
[21:46:44] <Lcvette> Is there a way to have the button views scale to the screen size?
[21:48:08] <hazzy-m> what do you mean by button views?
[21:48:34] <Lcvette> X view, y view, z view etc
[22:02:03] * hazzy-m uploaded an image: image.png (60KB) < https://matrix.org >
[22:02:28] <hazzy-m> a 3D 3D plot lol
[22:02:36] <hazzy-m> for use with sterio glasses
[22:06:01] <TurBoss> hohohoh
[22:31:50] <Lcvette> Lol