#hazzy | Logs for 2019-01-09

Back
[00:02:09] -!- JT-Shop2 has quit [*.net *.split]
[00:09:31] <Not-e6c6> [02QtPyVCP] 07Kurt Jacobson pushed 032 commits to 03master [+0/-0/±2] 13https://gitlab.com/kcjengr/qtpyvcp/compare/33c9bc2c6a1b86452b0b8b1caa045df826f5eab1...c190e46ca1f3cafb1ae9fab62af21bb06e91cf62
[00:09:33] <Not-e6c6> [02QtPyVCP] 07Kurt Jacobson 03ef4bf90 - BUG: SubCallButton - fix crash caused by bad attribute name, fix o call format
[00:09:34] <Not-e6c6> [02QtPyVCP] 07Kurt Jacobson 03c190e46 - BUG: SubCallButton - use default value if entry is blank
[00:40:18] <Not-e6c6> [02QtPyVCP] 07Kurt Jacobson pushed 031 commit to 03master [+0/-0/±1] 13https://gitlab.com/kcjengr/qtpyvcp/compare/c190e46ca1f3cafb1ae9fab62af21bb06e91cf62...46c4cba2aa29683c27aa796a815e831c252b7c38
[00:40:19] <Not-e6c6> [02QtPyVCP] 07Kurt Jacobson 0346c4cba - BUG: don't quit QtDesigner when closing preview window
[00:43:04] <hazzy-m> GN*
[00:43:06] <hazzy-m> 8
[01:10:44] <Not-e6c6> [02QtPyVCP] 07Kurt Jacobson pushed 031 commit to 03master [+0/-0/±2] 13https://gitlab.com/kcjengr/qtpyvcp/compare/46c4cba2aa29683c27aa796a815e831c252b7c38...bb2da3c62c9026896902ddff440c5c39fa6cc0f9
[01:10:46] <Not-e6c6> [02QtPyVCP] 07Kurt Jacobson 03bb2da3c - ENH: use default_menubar by default for all mainwindows
[02:04:52] -!- JT-Shop2 has joined #hazzy
[05:49:17] <jthornton> morning
[08:29:08] <Not-e6c6> [02QtPyVCP] 07Kurt Jacobson pushed 031 commit to 03master [+0/-0/±1] 13https://gitlab.com/kcjengr/qtpyvcp/compare/bb2da3c62c9026896902ddff440c5c39fa6cc0f9...d9ee5d6b2a738be9bf085ce981c890baf2a1b7ee
[08:29:09] <Not-e6c6> [02QtPyVCP] 07John 03d9ee5d6 - pip may not be installed so add it to the development dependencies Signed-off-by: John <john@cave-mint18.3>
[08:49:18] <jthornton> lol I forgot to setup git user.name and user.email on this new pc
[08:59:22] <Not-e6c6> [02QtPyVCP] 07Kurt Jacobson pushed 031 commit to 03master [+0/-0/±1] 13https://gitlab.com/kcjengr/qtpyvcp/compare/d9ee5d6b2a738be9bf085ce981c890baf2a1b7ee...4291d3b998f596cff0968725a8e1cf43accf575e
[08:59:24] <Not-e6c6> [02QtPyVCP] 07John 034291d3b - info that you have to select show hidden files to see .xsessionrc Signed-off-by: John Thornton <john@cave-mint18.3>
[09:53:48] <hazzy-m> morning
[09:54:05] <JT-Shop2> morning
[09:54:07] <hazzy-m> jthornton: thanks for the doc improvements!
[09:57:29] <JT-Shop> morning
[10:02:04] <jthornton> morning lol
[10:02:08] <jthornton> your welcome
[10:17:28] <jthornton> hazzy-m: I noticed that pip install -e . does not copy the examples to ~/linuxcnc/configs do we need a separate script for that?
[10:40:00] <hazzy-m> jthornton: Yes, that might be a good idea
[10:40:09] <hazzy-m> I don't expect anybody other than devs to be using an -e install, but a script would be handy!
[10:52:31] <jthornton> yea if your rolling your own vcp it would be handy to at least look at the examples, I'll take care of that
[10:52:46] <Roguish> hazzy-m: how about adding Juaria to the examples?
[10:53:22] <jthornton> I can add link to that in the docs
[10:53:48] * jthornton goes back to the paint brush and the bathroom
[11:10:11] -!- boban has joined #hazzy
[11:12:56] -!- boban_serb[m] has joined #hazzy
[11:13:09] <boban_serb[m]> Hi
[11:13:28] <boban_serb[m]> I need help about installing VCP
[11:14:07] <hazzy-m> boban_serb: Hello and welcome!
[11:14:21] <boban_serb[m]> I do install from documentation and now when i try to start vcp always get error
[11:14:45] <hazzy-m> are you running debian 9 (stretch)?
[11:14:53] <boban_serb[m]> yes 64bit
[11:15:33] <hazzy-m> did you log out in log back in? (or restart)
[11:15:38] <boban_serb[m]> download fromn hire
[11:15:44] <boban_serb[m]> http://www.linuxcnc.org
[11:15:54] <boban_serb[m]> many restart i do
[11:15:57] <boban_serb[m]> :(
[11:16:25] <boban_serb[m]> in Debug file information ui have error message
[11:16:34] <hazzy-m> ok, what happens if you open an terminal and run: qtpyvcp -v
[11:17:08] <boban_serb[m]> unknown parametar 'cordinates =XYZ'
[11:17:56] <hazzy-m> aha! I think you might be using LCNC2.7 insread of LCNC2.8
[11:18:09] <boban_serb[m]> qtpyvcp -v give me message :QtPyVCP v0.1.7+7.g4291d3b
[11:18:29] <hazzy-m> ok, that version looks good
[11:19:21] <boban_serb[m]> how to check linux version?
[11:20:23] <hazzy-m> in a terminal run:
[11:20:26] <hazzy-m> python -c "import linuxcnc; print linuxcnc.version"
[11:20:34] <hazzy-m> and paste the output here
[11:21:03] <boban_serb[m]> i use linuxcnc from linuxcnc-stretch-uspace-amd64-r13.iso
[11:21:26] <boban_serb[m]> python -c "import linuxcnc; print linuxcnc.version" give me a message 2.7.14
[11:22:14] <hazzy-m> ok, so that is the problem. QtOyVCP only works with the master branch of LinuxCNC (2.8~pre)
[11:22:29] <hazzy-m> ok, so there are two ways to get 2.7
[11:22:33] <hazzy-m> 2.8*
[11:22:57] <hazzy-m> you can install from the buildbot, or you can install from source
[11:23:28] <hazzy-m> are you currently runnany any machine with this PC, or is is just for expermenting?
[11:24:02] <boban_serb[m]> 2.8 can be -uspace instalation ?
[11:24:43] <boban_serb[m]> I developing ethernet board based on mesa HM2
[11:25:12] <boban_serb[m]> on this machine i have connected My lan hardvare
[11:25:19] <boban_serb[m]> hardware
[11:25:48] <boban_serb[m]> linux cnc must be uspace
[11:25:55] <hazzy-m> yes, 2.8 can be uspace, I recomend you use 2.8 for all development. It should be released in the near futue
[11:26:10] <boban_serb[m]> good
[11:26:22] <boban_serb[m]> can you hel;p me with instalation ?
[11:26:38] <boban_serb[m]> my knowlage about linux is not so good
[11:26:41] <boban_serb[m]> ;*(
[11:26:52] <boban_serb[m]> 😞
[11:26:58] <hazzy-m> yes, I'll walk you thru it!
[11:28:25] <hazzy-m> open and a terminal and add the LCNC key for the buildbot with:
[11:28:28] <hazzy-m> sudo apt-key adv --keyserver hkp://keys.gnupg.net --recv-key E0EE663E
[11:29:43] <hazzy-m> sudo add-apt-repository "deb http://buildbot.linuxcnc.org stretch master-rtpreempt"
[11:30:14] <hazzy-m> sudo apt-get update && sudo apt-get install linuxcnc-uspace
[11:30:39] <boban_serb[m]> gpg: keyserver receive failed: No dirmngr
[11:31:26] <hazzy-m> hmm
[11:32:11] <hazzy-m> sudo apt-get install dirmngr
[11:32:50] <jthornton> did you skip a step or did I leave that out lol
[11:33:07] <hazzy-m> I skiped a stek
[11:33:10] <hazzy-m> , lol
[11:33:15] <boban_serb[m]> boban_serb:no i dont skip
[11:33:46] * jthornton goes back to his bowl of gruel for lunch
[11:35:17] <boban_serb[m]> sudo add-apt-repository "deb http://buildbot.linuxcnc.org stretch master-rtpreempt" give me error
[11:35:19] <boban_serb[m]> sudo: add-apt: command not found
[11:35:43] * hazzy-m sent a long message: < https://matrix.org >
[11:36:15] <hazzy-m> do all those steps in order, I should have given you that to start with
[11:38:28] <jthornton> my page is pretty complete I think http://gnipsel.com
[11:39:44] <hazzy-m> jthornton: that is perfect! I need to link that from the QtPyVCP docs
[11:40:21] <jthornton> I can do that too :)
[11:41:27] <jthornton> I think I have all the current options for LinuxCNC and getting the Rt Preempt kernel covered http://gnipsel.com
[11:42:02] <jthornton> of course I know that debian 9 is the correct choice for qtpyvcp that's why there is a link on that page >)
[11:42:06] <jthornton> :)
[11:42:43] <hazzy-m> those are the best install docs LCNC has ever had!
[11:44:28] <jthornton> thanks :)
[11:44:45] -!- boban has quit [Quit: Page closed]
[11:45:27] <jthornton> I even figured out how to add a figure with an image this morning http://gnipsel.com
[11:46:00] <boban_serb[m]> do i need to restart PC after all comand finish?
[11:46:16] <hazzy-m> boban_serb: No
[11:46:21] <hazzy-m> jthornton: nice!
[11:47:02] <boban_serb[m]> all commansd from the list are pass with no error
[11:47:26] <hazzy-m> excellent!
[11:47:34] * jthornton goes back to work of some sort or another
[11:47:39] <hazzy-m> so now you should have LCNC 2.8 installed
[11:48:13] <hazzy-m> you can run `python -c "import linuxcnc; print linuxcnc.version"` again to make sure
[11:48:14] <boban_serb[m]> yes and start QtPyVcp with no error
[11:48:24] <hazzy-m> Hurray!
[11:48:27] <boban_serb[m]> 😄
[11:48:43] <boban_serb[m]> thank you very much
[11:49:22] <hazzy-m> absolutely, thank you for trying qtpyvcp!
[11:51:04] <hazzy-m> boban_serb: you can install the JauriaCNC VCP with `pip install git+https://github.com/TurBoss/JauriaCNC.git`
[11:53:18] <boban_serb[m]> what is JauriaCNC VCP ?
[11:54:14] <hazzy-m> it is a very nice VCP made by TurBoss, it is mostly fully functional
[11:54:46] <TurBoss> hello
[11:54:53] <TurBoss> its minimal featured
[11:55:39] <boban_serb[m]> ok i will install and try
[11:56:47] <JT-Shop2> TurBoss: should I put a link to your vcp say in experimental or development vcp section?
[11:57:20] <hazzy-m> JT-Shop2: we need a showcase section, with screenshots :)
[11:57:21] <TurBoss> if you like to
[11:57:26] <TurBoss> :)
[11:58:26] <hazzy-m> Roguish: Jauria is the real thing, not just an example. The plan is to eventually move ProbeBasic and any other non example VCPs out of the QtPyVCP repo
[11:58:30] <hazzy-m> this will make them easier to maintain, and install
[11:59:31] <hazzy-m> for example, when you install ProbeBasic, qtpyvcp will be a dependancy, rather than ProbeBasic being included with qtpyvcp
[12:04:00] <hazzy-m> gtg, bbl
[12:04:11] <TurBoss> JT-Shop2: i should be shown in something like Apps using QtpyVCP
[12:04:25] <TurBoss> latter
[12:15:00] <JT-Shop2> ok will do
[13:15:09] * hazzy-m is back
[13:15:46] <jthornton> yippie the bathroom painting is all done!
[13:16:05] <hazzy-m> hurray!
[13:16:27] <hazzy-m> took just over 2 years? Almost like one of my projects
[13:16:28] <hazzy-m> lol
[13:16:36] <jthornton> hang the towel racks and put the covers on tomorrow
[13:17:04] <jthornton> well no, I started about 6 months ago I think it just lapped over from 2018 to 2019 lol
[13:17:32] <jthornton> worked balls to the wall until I could take a shower in the new walk in shower then slacked off
[13:17:46] <jthornton> oh crap I have a faucet to install too
[13:19:18] <hazzy-m> finishing remolding projects is almost impossible, especially if you do it your self
[13:19:46] <hazzy-m> I did the kitchen for my parents 7years ago, and there are still little bits of trim I need to finish
[13:20:17] <hazzy-m> I think they've given up on it ever beeing done, lol
[13:41:46] <JT-Shop> my buddy is a builder and he always said he would never build his own house again lol
[14:50:33] * TurBoss is back
[14:51:00] <Lcvette> i built my house
[14:51:03] <Lcvette> i was a builder
[14:51:44] <TurBoss> Lcvette: I'm with the lathe tool thing
[14:51:50] <Lcvette> designed, built
[14:51:57] <Lcvette> nice
[14:52:01] <TurBoss> re wrote all
[14:52:04] <Lcvette> yeah?
[14:52:12] <Lcvette> is good?
[14:52:12] <TurBoss> from >1000 lines to 200
[14:52:18] <Lcvette> wow
[14:52:24] <TurBoss> not functional yet
[14:53:01] <TurBoss> you need some signals?
[14:53:20] <Lcvette> signals?
[14:53:41] <Lcvette> probably
[14:54:01] <hazzy-m> TurBoss: wow, thats a lot smaller!
[14:54:21] <TurBoss> used a repeater from qml
[14:54:29] <TurBoss> instead of code all the tools
[14:55:17] <TurBoss> example
[14:55:22] <TurBoss> if you send a 6
[14:55:35] <TurBoss> pocket 6 will go to the touch off area?
[14:56:46] <Lcvette> yes?
[14:57:09] <Lcvette> i know very little about the lathe, only what i have seen in videos
[14:59:20] <Lcvette> but that appears to be what is going on
[14:59:37] <Lcvette> it also links the tool to the control point type
[15:05:43] <JT-Shop> I built my house, garage, garden shed and machine shop by myself
[15:06:00] <JT-Shop> Lcvette: do you have some screens your working on as well?
[15:06:38] <Lcvette> ?
[15:06:40] <Lcvette> probe basic
[15:06:53] <Lcvette> all the probe basic screens are mine
[15:06:54] <Lcvette> lol
[15:07:39] <JT-Shop> ah ok they are already with qtpyvcp
[15:07:40] <Lcvette> well with the help of turboss and hazzy of course
[15:08:00] <Lcvette> but those are what ive been dedicated to
[15:08:06] <Lcvette> trying to complete to get working
[15:09:20] <Lcvette> why whats up?
[15:09:40] <JT-Shop> just adding some stuff to the docs
[15:10:48] <Lcvette> ah, need some infor from me?
[15:10:55] <hazzy-m> JT-Shop: Thanks!
[15:12:37] <Lcvette> hazzy, how ae you coming along on your end?
[15:20:06] <hazzy-m> good, got the sub rutines working again
[15:20:18] <hazzy-m> getting ready for you to work on the probing stuff
[15:25:37] <Not-e6c6> [02QtPyVCP] 07TurBoss pushed 031 commit to 03Lathe_Touch_off [+0/-0/±2] 13https://gitlab.com/kcjengr/qtpyvcp/compare/a102e7a3f88ec42c1d999d983f03d18fa1ac3ae2...e495bbfa559092b4137031e5fb783eb47604ab43
[15:25:38] <Not-e6c6> [02QtPyVCP] 07TurBoss 03e495bbf - get signals to work
[15:27:10] <TurBoss> eat time
[15:27:13] <TurBoss> latter
[15:38:00] <Not-e6c6> [02QtPyVCP] 07Kurt Jacobson pushed 032 commits to 03master [+1/-0/±3] 13https://gitlab.com/kcjengr/qtpyvcp/compare/4291d3b998f596cff0968725a8e1cf43accf575e...07d55da3e46d0b044f9481d77ee949c20ae9e996
[15:38:02] <Not-e6c6> [02QtPyVCP] 07Kurt Jacobson 0372842a6 - BLD: use script to upload release to PyPi instead of deploy gem The prevents building the python dist multiple times.
[15:38:03] <Not-e6c6> [02QtPyVCP] 07Kurt Jacobson 0307d55da - DOC: add link to JT's LCNC install docs
[17:10:09] <Not-e6c6> [02QtPyVCP] 07Kurt Jacobson created branch 03master
[17:41:06] <Not-e6c6> [02QtPyVCP] 07Kurt Jacobson tagged 03a3a47cd40f0f68fa3c7dc658554a5a67b9c1c9e4 as 03v0.1.8
[18:11:50] <Not-e6c6> [02QtPyVCP] 07Kurt Jacobson tagged 03daffdab36a5bda8dd40f2ce8ba6ac3b16da923e9 as 03v0.1.8.post2
[18:11:52] <Not-e6c6> [02QtPyVCP] 07Kurt Jacobson pushed 032 commits to 03master [+0/-0/±2] 13https://gitlab.com/kcjengr/qtpyvcp/compare/a3a47cd40f0f68fa3c7dc658554a5a67b9c1c9e4...daffdab36a5bda8dd40f2ce8ba6ac3b16da923e9
[18:11:53] <Not-e6c6> [02QtPyVCP] 07Kurt Jacobson 037149756 - BLD: don't add comment when uploading to PyPi This is an attempt to fix the description formatting on PyPi.
[18:11:55] <Not-e6c6> [02QtPyVCP] 07Kurt Jacobson 03daffdab - BLD: don't tag GitHub releases as a prerelease This is needed to the ..releases/latest URL will work properly.
[19:45:10] <Not-e6c6> [02QtPyVCP] 07Kurt Jacobson tagged 0327f5f7280490593e15da5030a00abd78439be861 as 03v0.1.8.post3
[19:45:11] <Not-e6c6> [02QtPyVCP] 07Kurt Jacobson pushed 031 commit to 03master [+0/-0/±1] 13https://gitlab.com/kcjengr/qtpyvcp/compare/daffdab36a5bda8dd40f2ce8ba6ac3b16da923e9...27f5f7280490593e15da5030a00abd78439be861
[19:45:13] <Not-e6c6> [02QtPyVCP] 07Kurt Jacobson 0327f5f72 - BLD: try not installing twine
[20:15:35] <Not-e6c6> [02QtPyVCP] 07Kurt Jacobson tagged 0370d1463dcfe16a945bde125fb67eb5a04b2c968a as 03v0.1.8.post4
[20:15:37] <Not-e6c6> [02QtPyVCP] 07Kurt Jacobson pushed 032 commits to 03master [+0/-0/±3] 13https://gitlab.com/kcjengr/qtpyvcp/compare/27f5f7280490593e15da5030a00abd78439be861...70d1463dcfe16a945bde125fb67eb5a04b2c968a
[20:15:38] <Not-e6c6> [02QtPyVCP] 07Kurt Jacobson 0335634bb - Revert "BLD: try not installing twine" This reverts commit 27f5f7280490593e15da5030a00abd78439be861.
[20:15:40] <Not-e6c6> [02QtPyVCP] 07Kurt Jacobson 0370d1463 - BLD: try to upgrade setuptools and see what version travis is using
[20:16:00] <TurBoss> hazzyhazzy is busy today
[20:16:02] <TurBoss> lol
[20:16:10] <TurBoss> just one
[20:16:42] <TurBoss> Lcvette: I'm making progress with the lathe thing
[20:16:59] <Lcvette> outstanding!
[20:17:17] <TurBoss> :)
[20:17:18] <Lcvette> You guys are doing it!!!
[20:17:27] <TurBoss> slowly but on it
[20:32:01] <hazzy-m> finaly figured out what was wrong with travis, it was using a ver old version of setuptools, once i pip --updated it it works fine
[20:32:06] <hazzy-m> hurray!!
[20:32:11] <TurBoss> great
[20:32:34] <TurBoss> how do you install pip deps?¿
[20:32:48] <TurBoss> I can write a requirements.txt file
[20:32:55] <TurBoss> the pip install -r rquirements
[20:32:57] <TurBoss> .txt
[20:33:32] <TurBoss> pip freeze
[20:33:33] <hazzy-m> they should be installed automaticaly with qtpyvcp
[20:33:42] <TurBoss> ok
[20:33:56] <hazzy-m> the deb install also installs the python deps using pip
[20:34:04] <hazzy-m> not sure it that is a good idea ...
[20:34:05] <TurBoss> i saw :D
[20:34:12] <TurBoss> doesn't seem
[20:34:13] <TurBoss> :D
[20:34:15] <TurBoss> hahahahah
[20:34:23] <hazzy-m> very hacky
[20:34:24] <hazzy-m> lol
[20:34:28] <hazzy-m> but it does work!
[20:34:29] <TurBoss> but debian is old
[20:34:44] <TurBoss> we should move to arch
[20:34:45] <TurBoss> lol
[20:34:51] <hazzy-m> haha
[20:35:03] <hazzy-m> have you tried building LCNC on arch?
[20:35:07] <TurBoss> yes
[20:35:25] <TurBoss> but didn't manage to compile rtai back on the day
[20:35:31] <TurBoss> now should be fine
[20:35:42] <TurBoss> also arch's python is 2 and 2 is python2
[20:35:58] <TurBoss> **python is 3
[20:36:20] <hazzy-m> hmmm, that might be a porblem
[20:36:30] <TurBoss> not really
[20:36:31] <hazzy-m> need to get LCNC using py3 ..
[20:36:38] <TurBoss> ya
[20:36:45] <TurBoss> so much fun in 3
[20:36:49] <TurBoss> like asinc
[20:36:51] <TurBoss> async
[20:49:16] * TurBoss uploaded a video: Peek 10-01-2019 02-49.mp4 (55KB) < https://matrix.org >
[20:56:12] <Not-e6c6> [02QtPyVCP] 07TurBoss pushed 031 commit to 03Lathe_Touch_off [+0/-0/±1] 13https://gitlab.com/kcjengr/qtpyvcp/compare/e495bbfa559092b4137031e5fb783eb47604ab43...9b46de0f4239e3cc24c88ed8d630c90b8f49c765
[20:56:13] <Not-e6c6> [02QtPyVCP] 07TurBoss 039b46de0 - make animations to work again since optimization
[20:56:42] <TurBoss> hazzy: can you test the lathe branch? with pb
[21:03:46] * TurBoss uploaded an image: image_2019-01-07_09-29-40.png (565KB) < https://matrix.org >
[21:03:51] <TurBoss> lol
[21:05:39] <TurBoss> n8
[21:24:02] <Lcvette> Night
[21:26:48] <hazzy-m> LOL
[21:26:51] <hazzy-m> sure!
[21:27:10] <hazzy-m> Need to use the other PC, screen to small on the laptop
[21:27:11] <hazzy-m> xD
[22:02:29] -!- Roguish has quit [Quit: ChatZilla 0.9.92-rdmsoft [XULRunner 35.0.1/20150122214805]]