#hazzy | Logs for 2018-08-20

Back
[09:39:00] <Lcvette[m]> morning!
[09:43:31] <hazzy-dev> morning!
[09:51:33] <Lcvette[m]> AC in the shop crapped out
[09:51:36] <hazzy-dev> TurBoss: Someone did a lot of work on improving Telnet interface for LCNC: https://github.com
[09:51:48] <hazzy-dev> oh no, that is no fun
[09:53:01] <Lcvette[m]> whats telnet?
[09:56:08] <hazzy-lab> it is like SSH
[09:56:34] <hazzy-lab> it lets you log into a computer remotely and send commands
[09:56:40] <Lcvette[m]> secure socket h?
[09:56:59] * hazzy-lab does not know what the H is for
[09:57:00] <hazzy-lab> :D
[09:57:07] <Lcvette[m]> lol
[09:57:15] <hazzy-lab> secure shell
[09:57:45] * Lcvette[m] uploaded an image: image.png (244KB) < https://matrix.org >
[09:58:11] <Lcvette[m]> ok followed the instructions, dragged master onto probe basic
[09:58:21] <Lcvette[m]> and merged
[09:58:29] <Lcvette[m]> this look right now?
[09:58:44] <hazzy-lab> looks fine
[09:58:53] <Lcvette[m]> sweet!
[09:59:17] <hazzy-lab> you merged TurBoss/master instead of hazzy/master, but they are the same so that is fine
[10:00:40] <Lcvette[m]> there was no option for either or
[10:00:45] <Lcvette[m]> it was a line for merging both
[10:01:58] <Lcvette[m]> turboss probe_basic_1920/origin probe_basic_1920
[10:04:02] <Lcvette[m]> is Pedro on our remote?
[10:08:20] <hazzy-lab> your right, it's hard to select which remote to merge
[10:09:19] <Lcvette[m]> lol
[10:09:35] <hazzy-lab> you can drag from the left panel remotes rather from the tree view which allows you be specific, but it is not a big deal
[10:09:48] <Lcvette[m]> ok
[10:09:58] <hazzy-lab> I don't see pedro's remote ..
[10:10:09] <Lcvette[m]> i didn't either
[10:10:15] <hazzy-lab> gtg, I'll be back in a few
[10:10:19] <Lcvette[m]> went to try and add him
[10:10:22] <Lcvette[m]> k
[10:27:02] <hazzy-lab> He has probably only cloned locally, not on gitlab yet
[10:29:24] <Lcvette[m]> ah gotcha
[10:36:03] <Lcvette[m]> how would i adjust the font size on the tool table in the vertical header?
[10:48:19] <hazzy-lab> not sure
[10:48:20] <hazzy-lab> checking
[10:49:35] <Lcvette[m]> I hunted through all the files I could think to look in
[10:50:03] <Lcvette[m]> I did see the alignment code, pretty slick!
[11:37:22] <Lcvette[m]> any luck?
[11:42:26] <hazzy-lab> Have not got a change to look yet
[11:42:31] <hazzy-lab> chance
[12:07:55] <Lcvette[m]> good news
[12:08:01] <Lcvette[m]> fixed the header font
[12:08:06] <Lcvette[m]> bad news
[12:08:18] <Lcvette[m]> broke the table size on the qgroupbox
[12:08:21] <Lcvette[m]> lol
[12:08:30] * Lcvette[m] uploaded an image: image.png (222KB) < https://matrix.org >
[12:11:00] * Lcvette[m] uploaded an image: image.png (222KB) < https://matrix.org >
[12:11:10] <Lcvette[m]> forgot you broke the table up so easy fix
[12:11:17] <Lcvette[m]> Hurray!
[12:12:02] * Lcvette[m] uploaded an image: image.png (14KB) < https://matrix.org >
[12:12:16] <Lcvette[m]> this was the solution after lots of trial and error and reading
[12:12:43] <Lcvette[m]> so simple yet perpelxing if you don't know it
[12:21:57] <Lcvette[m]> now I would like to add padding to the comments section to give the comments text some gap between the divider line and the adkioining box to make it not look so clumped together
[12:22:20] <Lcvette[m]> im in the tool_table.py file and trying to decipher how that would look
[12:47:48] <hazzy-lab> Hurray!!!
[12:47:56] <hazzy-lab> looks great
[12:49:08] <hazzy-lab> maybe try QTableView::item{ padding: 10px }
[12:49:21] <hazzy-lab> maybe padding-left
[12:50:49] <Lcvette[m]> how do i specify the item?
[12:51:51] <hazzy-lab> not sure it you can, but you might be able to set the style sheet on individual items
[12:52:00] <hazzy-lab> in the python file
[12:52:13] <hazzy-lab> sek
[12:52:31] <Lcvette[m]> k
[12:55:43] <hazzy-lab> in tool_table,py add the line 119:
[12:55:43] <hazzy-lab> 118: item = self.handleItem(comment)
[12:55:44] <hazzy-lab> 119: item.setStyleSheet('QTableView::item{ padding: 10px }')
[12:55:44] <hazzy-lab> 120: self.model.setItem(count, 4, item)
[12:55:52] <hazzy-lab> obviously, remove the line numbers
[12:55:55] <hazzy-lab> I have not tested
[12:56:01] <hazzy-lab> but should be a start
[12:56:03] <Lcvette[m]> k
[12:56:04] <hazzy-lab> back in a bit
[12:56:10] <Lcvette[m]> k
[12:56:16] <Lcvette[m]> thanks!
[14:04:37] <Lcvette[m]> yeah it didn't like that..lol
[14:04:51] * Lcvette[m] sent a long message: < https://matrix.org >
[14:05:33] <hazzy-lab> :(
[14:06:16] <Lcvette[m]> lol
[14:08:28] * Lcvette[m] uploaded an image: image.png (227KB) < https://matrix.org >
[14:09:10] <Lcvette[m]> i have been learning and plaYING WITH SOME OTHER STYLESHEET CODES
[14:09:20] <Lcvette[m]> damn caps button
[14:10:26] <Lcvette[m]> softened the corners and put a nicer frame around the table
[14:10:39] <Lcvette[m]> feels natural now
[14:41:14] <hazzy-lab> that looks much better! Now the table looks like it is meant to be there
[14:46:03] <Lcvette[m]> hurray!
[14:46:04] <Lcvette[m]> i agree
[15:23:28] <Lcvette[m]> where is everyone today?
[16:27:06] <Lcvette[m]> hazzy_lab: you on? need a quick assis in paint event
[16:27:27] * Lcvette[m] sent a long message: < https://matrix.org >
[16:27:35] <hazzy-lab> yes
[16:27:39] <Lcvette[m]> was trying to change this to rgb(235, 235, 236)
[16:27:54] <Lcvette[m]> but somehow broke it in my attempt and was unsuccesful
[16:28:32] <Lcvette[m]> aD I ACCIDENTALLY CLOSED MY BASE FILE I COPIED
[16:28:35] <Lcvette[m]> damn caps
[16:29:09] <hazzy-lab> p.setPen(QColor(235, 235, 236))
[16:29:13] <hazzy-lab> should do it
[16:29:43] <Lcvette[m]> leave brush alone?
[16:30:03] <hazzy-lab> I don't know what the brush paints
[16:30:14] <hazzy-lab> you might experiment and see what it changes
[16:30:28] <hazzy-lab> I _thin_ the pen is used for the text
[16:30:31] <hazzy-lab> think*
[16:30:35] <Lcvette[m]> i did it just gave errors
[16:30:52] <hazzy-lab> Make sure you use QColor
[16:31:04] <hazzy-lab> like above
[16:32:00] <Lcvette[m]> thats wierd
[16:32:05] <Lcvette[m]> it has been fine but i had to delete the qbrush line completely
[16:32:07] <Lcvette[m]> now it works
[16:32:15] <hazzy-lab> odd
[16:32:25] <hazzy-lab> did you color change like you wanted it to?
[16:32:32] <hazzy-lab> you = the
[16:32:33] <hazzy-lab> lol
[16:32:53] <Lcvette[m]> ever since the first change i made i couldn't open it without an error
[16:33:05] <Lcvette[m]> i ACTUALLY HAD THE CORRECT FORMATTING LIKE YOU SIUGGESTED
[16:33:12] <hazzy-lab> ah, good
[16:33:24] <Lcvette[m]> but the brush line was causing an error
[16:33:32] <Lcvette[m]> so now its gone
[16:33:41] <Lcvette[m]> opens fine no problems
[16:33:46] <hazzy-lab> fantastic!
[16:34:05] * Lcvette[m] uploaded an image: image.png (253KB) < https://matrix.org >
[16:35:43] <Lcvette[m]> like it this way or with the progree bar shorter and the name not wrapped?
[16:36:30] <hazzy-lab> I like it like it is there, looks less like another slider :P
[16:36:47] <Lcvette[m]> i agree
[16:36:57] <hazzy-lab> I think I packed a record number of likes in that sentence
[16:36:58] <hazzy-lab> xD
[16:37:11] <Lcvette[m]> will have more movement too so more "cool factor" on the screen
[16:37:14] <Lcvette[m]> lol
[16:37:27] <hazzy-lab> right
[16:37:45] <Lcvette[m]> what are you doing?
[16:37:50] <Lcvette[m]> youve been quiet today
[16:38:15] <hazzy-lab> all kinds of little chores, and working on the cars some
[16:38:25] <hazzy-lab> also working on the vcp launcher
[16:38:28] <Lcvette[m]> ah
[16:39:11] <Lcvette[m]> im avoiding the shop until the new AC unit arrives Thursday
[16:39:18] <Lcvette[m]> its steamy out there
[16:39:26] <hazzy-lab> hehe, I bet it is!
[16:39:39] <hazzy-lab> you are probably even more humid than we are there on the coast
[16:40:11] <Lcvette[m]> yeah plus all the rain
[16:40:16] <hazzy-lab> it's real nice here today, cooler than it has been
[16:40:19] <hazzy-lab> yeah
[16:40:24] <Lcvette[m]> and we live on the capefear river
[17:47:41] <Lcvette[m]> Jeff! you have any ideas on adding some padding to the tool table comments column?
[19:54:12] * Lcvette[m] uploaded an image: image.png (254KB) < https://matrix.org >
[19:54:48] <Lcvette[m]> does that make better sense to you guys?
[19:56:45] <hazzy-lab> yes, looks great!
[19:57:20] <hazzy-lab> I like the bluer color of the active tabs too
[19:59:44] <Lcvette[m]> o just hue matched them to the sliders
[19:59:56] <Lcvette[m]> did you notice i moved some things?
[20:00:19] <hazzy-lab> yes!
[20:00:37] <Lcvette[m]> i did it but imn not sure if i did it for the right reasons
[20:00:41] <Lcvette[m]> lol
[20:00:59] <Lcvette[m]> i lined up the feed and spindle override slider next to the spindle and feedrate window boxes
[20:01:19] <hazzy-lab> the sliders feel like they are in the wrong place, but that is just because I got used to them being on the left
[20:01:55] <Lcvette[m]> now im not sure if those are static boxes or active following or both
[20:02:08] <Lcvette[m]> yeah i feel your pain there as well its a bit of culture shock
[20:02:30] <hazzy-lab> yes
[20:02:31] <hazzy-lab> lol
[20:02:41] <hazzy-lab> But it looks much neater overall
[20:03:48] <Lcvette[m]> the only reason i moved it is to put the feedback boxes near the sliders
[20:04:04] <Lcvette[m]> it didn't make sense ot have them so far apart
[20:04:41] <jschi[m]> Will have to catch up tomorrow. Just in from the road
[20:06:21] <Lcvette[m]> didn't miss much today Jeff, its been slow in here
[20:06:22] <Lcvette[m]> lol
[20:06:28] <Lcvette[m]> think everyone tool a holiday
[20:06:32] <Lcvette[m]> :)
[20:07:09] <jschi[m]> Nice. Things are looking good. I’m going to finish up increment internals with unit parsing etc. and styling.
[20:31:36] <Lcvette[m]> nice!
[21:10:38] <hazzy-lab> If you listen to Google music this is great: https://github.com
[21:17:33] * Lcvette[m] uploaded an image: image.png (253KB) < https://matrix.org >
[21:18:04] <Lcvette[m]> went and looked at MSM and theyb have an entry box and a display box for the feed rate and Spindle RPM
[21:18:23] <Lcvette[m]> so made it so
[21:18:33] <Lcvette[m]> i'll give that a try tomorrow
[21:18:50] <Lcvette[m]> the music
[21:19:39] <hazzy-lab> Oh, I like the joggy line separating the spindle and feed!
[21:20:21] <Lcvette[m]> yeah? its 3 lines put together
[21:20:32] <Lcvette[m]> i wish i could add some radiused corners to it
[21:20:40] <Lcvette[m]> looks kind of abrupt
[21:20:46] <hazzy-lab> yes! looks sharp
[21:21:01] <hazzy-lab> hmm
[21:21:11] <Lcvette[m]> if you know some magic...
[21:21:12] <Lcvette[m]> :D
[21:21:39] <hazzy-lab> you might be able to set a border radius ..
[21:21:46] <hazzy-lab> I'll look into it
[21:22:15] <Lcvette[m]> nice!
[21:28:01] <Lcvette[m]> do we like this version enough to push it?
[21:28:26] <hazzy-lab> I certainly do!
[21:28:59] <hazzy-lab> I guess you should put it in a branch, but I don't see any need
[21:29:06] <hazzy-lab> chould*
[21:29:33] <Lcvette[m]> we can always put t back
[21:29:40] <hazzy-lab> right
[21:29:43] <Lcvette[m]> its not much to do really
[21:29:50] <Lcvette[m]> just move some group boxes
[21:30:23] <Lcvette[m]> i think i would keep the entry and display boxes for feed and rpm regardless
[21:30:56] <Lcvette[m]> ok im gonna push
[21:31:08] <hazzy-lab> great!
[21:33:21] <Lcvette[m]> pushed!
[21:43:46] <hazzy-lab> Man, I have been fighting ascii to unicode all day :(
[21:43:59] <hazzy-lab> trying to make TurBoss's files work
[21:44:01] <hazzy-lab> lol
[21:44:11] <Lcvette[m]> Yeah?
[21:44:26] <hazzy-lab> TurBoss: Just name your files in English :P
[21:44:33] <Lcvette[m]> Their busted?
[21:44:53] <Lcvette[m]> Yeah TurBoss... Make them in murican
[21:45:07] <hazzy-lab> the diacritical markings cause havoc
[21:45:09] <hazzy-lab> lol
[21:45:31] <Lcvette[m]> Yeah TurBoss
[21:46:26] <Lcvette[m]> No mas
[21:47:18] <Lcvette[m]> ¿?
[21:48:44] <hazzy-lab> LOL
[21:49:48] <Lcvette[m]> travieso turboss
[21:52:37] <hazzy-lab> basta
[21:52:41] <hazzy-lab> xD
[21:54:20] <Lcvette[m]> Lol
[22:33:16] -!- Roguish has quit [Quit: ChatZilla 0.9.92-rdmsoft [XULRunner 35.0.1/20150122214805]]
[23:12:34] <Lcvette[m]> Turboss!
[23:13:01] <TurBoss> whats up
[23:13:31] <Lcvette[m]> We were taking about you earlier
[23:13:38] <Lcvette[m]> Teasing
[23:13:49] <Lcvette[m]> You missed the fun
[23:14:03] <Lcvette[m]> xD
[23:14:06] <TurBoss> :O
[23:14:46] <Lcvette[m]> Did you work on your robot today?
[23:14:52] <TurBoss> no
[23:14:58] <Lcvette[m]> :(
[23:16:15] <Lcvette[m]> No fun?
[23:16:30] <TurBoss> no
[23:16:42] <Lcvette[m]> :(
[23:17:12] <Lcvette[m]> Work?
[23:17:50] <TurBoss> works is over
[23:18:20] <Lcvette[m]> Forever?
[23:18:26] <Lcvette[m]> Retired?
[23:18:26] <TurBoss> duno
[23:19:10] <TurBoss> any way
[23:19:17] <TurBoss> what happened here?
[23:19:25] <Lcvette[m]> Nada
[23:19:32] <Lcvette[m]> I was lonely
[23:19:40] <TurBoss> :(
[23:19:52] <Lcvette[m]> Hat was here for a few minutes but mostly just me
[23:20:00] <Lcvette[m]> Hazzy*
[23:20:12] <TurBoss> nothing new?
[23:20:29] <Lcvette[m]> Made some changes
[23:20:43] <Lcvette[m]> Just some layout changes
[23:21:03] * Lcvette[m] uploaded an image: image(9).png (253KB) < https://matrix.org >
[23:21:43] <TurBoss> :O
[23:22:54] <Lcvette[m]> It dawned on me that the sliders were far away from the rpm and feedrate dro's
[23:23:09] <Lcvette[m]> So I rearranged things so it made more sense
[23:23:18] <TurBoss> cool
[23:23:22] <TurBoss> brb
[23:23:25] <Lcvette[m]> K
[23:25:50] <TurBoss> back
[23:27:31] <Lcvette[m]> Hurray!
[23:27:38] <TurBoss> MV 100% doesn't work
[23:27:52] <hazzy-lab> Hey TurBoss!!
[23:28:03] <hazzy-lab> No, I have not made it work yet :(
[23:28:04] <TurBoss> hazzy-lab: morning
[23:28:17] <hazzy-lab> morning!
[23:28:25] <TurBoss> whats in spanish ? :P
[23:28:40] <hazzy-lab> haha
[23:28:53] <hazzy-lab> cone.ngc
[23:29:26] <hazzy-lab> I thinks that's it
[23:29:33] <TurBoss> whut?
[23:29:46] <TurBoss> the thing I sen't you ?
[23:29:51] <hazzy-lab> coñe.ngc??
[23:29:54] <hazzy-lab> yes
[23:29:56] <TurBoss> coño
[23:29:58] <TurBoss> :P
[23:29:59] <TurBoss> lol
[23:30:01] <hazzy-lab> right!
[23:30:02] <hazzy-lab> lol
[23:30:11] <TurBoss> sorry I'm lost
[23:30:12] <hazzy-lab> I could not remember
[23:30:15] <TurBoss> ok
[23:30:22] <TurBoss> does it matter?
[23:30:41] <hazzy-lab> it does not like the "ñ"
[23:30:51] <hazzy-lab> UnicodeEncodeError: 'ascii' codec can't encode character u'\xf1' in position 38: ordinal not in range(128)
[23:30:56] <hazzy-lab> LOL
[23:31:20] <hazzy-lab> we need to be using Py3, it used utf-8 by default
[23:31:29] <hazzy-lab> so much better
[23:32:26] <TurBoss> it has something to do with python hal components?
[23:32:45] <hazzy-lab> no, just in the VCP code
[23:32:50] <hazzy-lab> axis loads it fine
[23:32:56] <hazzy-lab> so it is my problem!
[23:32:57] <hazzy-lab> :D
[23:32:59] <TurBoss> ahhh
[23:33:29] <TurBoss> sek I have a car betwen the chair and the keyboard
[23:33:35] <TurBoss> lol
[23:33:37] <TurBoss> a cat
[23:33:42] <hazzy-lab> xD
[23:35:27] <TurBoss> hazzy-lab: what you trying to do?
[23:35:58] <hazzy-lab> just trying to fix it so unicode chars work
[23:36:03] <hazzy-lab> not a big deal
[23:36:06] <TurBoss> I f you wan't an python hal example just take a look at DynAtc branch on my repor
[23:36:20] <TurBoss> report!
[23:36:22] <TurBoss> :P
[23:36:22] <hazzy-lab> I saw! It is awesome!
[23:36:36] <hazzy-lab> Very nice work!
[23:36:47] <TurBoss> it will require some hal tweaks
[23:36:57] <TurBoss> i will be like a seccond ATC
[23:37:04] <hazzy-lab> that is fine
[23:37:12] <TurBoss> because signals allready taken
[23:37:24] <TurBoss> mux also requires hal tweaks
[23:37:42] <TurBoss> any way not fully functional
[23:37:48] <TurBoss> I'll mimic a real ATC signals
[23:40:12] <hazzy-lab> great
[23:43:52] <TurBoss> Lcvette: your ATC goes in both directions right?
[23:44:33] <TurBoss> for what I can see in the schematics there are 2 relays fwd and rev
[23:44:39] <TurBoss> what they to?
[23:46:56] <Lcvette[m]> yes both directions
[23:47:20] <Lcvette[m]> the subroutine selects the sgortest direction to the next carousel position
[23:48:30] <TurBoss> wich subs?
[23:48:54] <Lcvette[m]> tol_change.ngc i believe
[23:49:00] <TurBoss> ok ty
[23:50:05] <Lcvette[m]> toolchange.ngc
[23:53:21] <TurBoss> hazzy-lab: do you know if #5XXX params could be accesed from hal?
[23:59:45] <Lcvette[m]> m10.ngc is the one that chooses the best direcxtion