#hazzy | Logs for 2019-02-07

Back
[00:29:38] -!- JT-Shop has quit [Ping timeout: 245 seconds]
[00:29:42] -!- JT-qtpyvcp has quit [Ping timeout: 250 seconds]
[00:29:42] -!- jthornton has quit [Ping timeout: 250 seconds]
[00:42:58] -!- JT-qtpyvcp has joined #hazzy
[00:43:06] -!- JT-Shop has joined #hazzy
[00:43:25] -!- jthornton has joined #hazzy
[01:37:27] -!- jthornton has quit [Read error: Connection reset by peer]
[01:38:07] -!- JT-Shop has quit [Ping timeout: 240 seconds]
[01:38:23] -!- JT-qtpyvcp has quit [Ping timeout: 245 seconds]
[01:39:44] -!- JT-qtpyvcp has joined #hazzy
[01:40:13] -!- jthornton has joined #hazzy
[01:40:32] -!- JT-Shop has joined #hazzy
[05:26:03] <TurBoss> morning
[05:38:01] <JT-qtpyvcp> morning
[09:11:27] <JT-qtpyvcp> Roguish_desk, hazzy-m I pushed an update to bp_touch
[09:18:14] <Not-e6c6> [02qtpyvcp] 07KurtJacobson pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/fh9hl
[09:18:15] <Not-e6c6> [02qtpyvcp] 07KurtJacobson 03160231a - BUG: set initial state of MDI command widgets
[09:18:51] <JT-Shop> yea
[09:20:27] <Not-e6c6> [02qtpyvcp] 07KurtJacobson pushed 031 commit to 03gh-pages [+394/-0/±0] 13https://git.io/fh9hE
[09:20:28] <Not-e6c6> [02qtpyvcp] 07traviscibot 03d4669ec - Deploy kcjengr/qtpyvcp to github.com/kcjengr/qtpyvcp.git:gh-pages
[09:20:44] <hazzy-m> morning!
[09:21:00] <hazzy-m> JT-Shop: BP Touch is looking great!
[09:21:27] -!- jthornton has quit [Read error: Connection reset by peer]
[09:21:28] -!- JT-Shop has quit [Read error: Connection reset by peer]
[09:22:56] -!- JT-qtpyvcp has quit [Ping timeout: 240 seconds]
[09:39:39] -!- JT-qtpyvcp has joined #hazzy
[09:40:39] -!- JT-Shop has joined #hazzy
[09:41:47] -!- jthornton has joined #hazzy
[10:06:57] <Not-e6c6> [02qtpyvcp] 07KurtJacobson pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/fh9j8
[10:06:59] <Not-e6c6> [02qtpyvcp] 07KurtJacobson 03c60f30e - widget style property should not be designable
[10:11:03] <Not-e6c6> [02qtpyvcp] 07KurtJacobson pushed 031 commit to 03gh-pages [+394/-0/±0] 13https://git.io/fh9jB
[10:11:05] <Not-e6c6> [02qtpyvcp] 07traviscibot 03d16ac12 - Deploy kcjengr/qtpyvcp to github.com/kcjengr/qtpyvcp.git:gh-pages
[10:47:44] <hazzy-m> Lcvette: just reviewed the updated glo board, should be able to knock most of those out pretty quickly
[10:48:11] <hazzy-m> need to get you something to develop the probe subs with
[10:50:31] <Lcvette> Sweet!
[10:50:51] * Lcvette uploaded an image: VectorImage_2019-02-07_105042.jpg (81KB) < https://matrix.org >
[10:51:03] <Lcvette> Lcvette waits for doctor
[10:51:11] <Lcvette> :(
[10:51:35] <hazzy-m> 😓
[10:52:57] <Lcvette> Lcvette suspiciously eyes the large tube of jelly and box of gloves on the counter... Contemplates Making a run for it. 🤔
[10:53:05] <Lcvette> 🏃
[10:53:17] <hazzy-m> LoL
[11:03:20] <TurBoss> hoho
[11:06:49] <JT-qtpyvcp> bp_touch has probe subroutines now
[11:07:39] <hazzy-m> I saw!
[11:08:21] <JT-qtpyvcp> everything but the hole probe is tested and done... p-hole.ngc will take a bit to fix
[11:08:47] <hazzy-m> JT-qtpyvcp: if you use a subcall button instead of an MDI button for calling the subs you can pass variables in form widgets
[11:10:09] <JT-qtpyvcp> ok thanks, I wondered how you did that lol
[11:10:17] <JT-qtpyvcp> I'll change them after while
[11:10:47] <hazzy-m> it use the same syntax as the NGCGUI subs
[11:11:04] <hazzy-m> yeah, the MDI buttons work fine if you don't need to pass anything
[11:11:30] <JT-qtpyvcp> hmmm Molly (aka the Hatchet) just laid her egg, probably last one for the day
[11:11:56] <JT-qtpyvcp> but I do need to pass stuff like probe diameter, feednormal and feedslow I think
[11:14:32] <JT-qtpyvcp> so in a subcallbutton filename could be o<somefile> call [#<somelabel>] ?
[11:18:05] <Lcvette> Inside the subfile would lookup the parapeters from the labels
[11:18:20] <Lcvette> Parameters*
[11:19:09] <JT-Shop> yea numbered parameters 1-30 can be passed to a subroutine
[11:22:11] <hazzy-m> JT-Shop: Yes, you could use that syntax with an MDIButton to pass variables
[11:24:01] <JT-Shop> it didn't work with a o<somefile> call
[11:24:22] <hazzy-m> you just pass the file name
[11:24:28] <hazzy-m> somefile.ngc
[11:24:47] <JT-Shop> ah I was doing a o call
[11:24:48] <hazzy-m> and it will read the file and call it with the proper variables
[11:25:47] <JT-Shop> how close is an exit application?
[11:27:56] <JT-Shop> testing would be so much faster :)
[11:29:24] <hazzy-m> a now solution is to add a method to you main window class
[11:29:44] <JT-Shop> ok, I can do that
[11:30:04] <JT-Shop> app.quit()
[11:30:49] <hazzy-m> def on_exitButtonName_clicked(self):
[11:30:50] <hazzy-m> self.app.quit()
[11:30:53] <hazzy-m> yep
[11:31:24] * hazzy-m heads to an interview
[11:32:04] <JT-qtpyvcp> ok good luck
[11:32:52] <hazzy-m> thanks
[12:58:12] <Lcvette> good luck Hazzy!
[12:58:18] <Lcvette> tell Katherine I say Hello!
[13:01:14] <JT-Shop> log
[13:01:52] <TurBoss> no logs
[13:02:25] <JT-Shop> dang I forgot to note the mini itx motherboards pcw_home mentioned the other day
[13:04:49] <TurBoss> The D2800 is pretty old, for a newer Mini ITX I would use a J3355,J3455,J4005 or J4105
[13:04:50] <TurBoss> JT here you go
[13:05:08] <JT-Shop> thanks... making a note of now
[13:05:43] <Lcvette> turboss beat me to it
[13:05:52] <TurBoss> xD
[13:05:55] <Lcvette> :D
[13:06:29] <Lcvette> i looked for one with an M.2 socket for an onboard SSD but none have that
[13:06:55] <Lcvette> only the M.2 E plug for the wifi which is different from my research
[13:06:57] <Lcvette> :(
[13:06:59] <JT-Shop> I think you have to go bigger for M.2
[13:07:15] <JT-Shop> btw the BP is almost done :)
[13:07:23] <JT-Shop> not bad for a few hours of work
[13:07:34] <Lcvette> they do have them i think with the M.2 but not in a cpu on board mobo
[13:07:49] * JT-Shop heads to town
[13:08:01] <Lcvette> the H270M is M.2
[13:10:47] <Lcvette> https://www.asrock.com
[13:11:36] <Lcvette> and it has the gigabit ethernet which is really good on my asrock H97M pro4
[13:11:57] <Lcvette> but processors cost a bit more for it
[13:40:53] <TurBoss> I need to look for a driver that can handle 1200 w 500v with resolvers
[13:41:16] <Lcvette> whoa
[13:41:23] <Lcvette> what size motor?
[13:41:30] <Lcvette> frame
[13:41:33] <Lcvette> ?
[13:42:11] <TurBoss> sek
[13:42:19] <TurBoss> not here now
[13:42:19] <TurBoss> duno
[13:42:43] <TurBoss> 400V
[13:42:45] <TurBoss> **
[13:42:57] <TurBoss> stmbl could iirc
[13:43:11] <TurBoss> bot get one of this is not posible
[13:44:11] <Lcvette> is it a specialty motor?
[13:44:24] <Lcvette> maybe easier to just get a new motor and drive
[13:44:28] <Lcvette> something newer
[13:44:31] <Lcvette> ?
[13:44:36] <TurBoss> ya
[13:44:43] <TurBoss> just found 2 of thoose
[13:44:50] <TurBoss> for free
[13:45:20] <Lcvette> the motors but no drives
[13:45:22] <TurBoss> maybe you are right and doesn't make sense to waste money on that
[13:45:25] <TurBoss> yes
[13:45:31] <TurBoss> only motor
[13:45:46] <Lcvette> may end up having more in the drives then a new motor and paired drive would cost
[13:45:47] <TurBoss> I'll try to find drivers
[13:46:03] <Lcvette> need to know the power of the motor and the frame size you need
[13:46:08] <TurBoss> the original ones
[13:46:14] <TurBoss> should be in some place
[13:46:21] <TurBoss> not to buy
[13:46:26] <TurBoss> I mean
[13:46:40] <Lcvette> 60mm, 80mm, 110mm, 130mm, Nema24, Nema34, Nema42, etc
[13:47:07] <TurBoss> I wait to see if the drivers pop up
[13:47:09] <TurBoss> I'll
[13:47:10] <Lcvette> oh you mean you are trying to locate the drives where you are looking
[13:47:14] <Lcvette> physically find them?
[13:47:26] <TurBoss> yes
[13:47:33] <TurBoss> on the factory
[13:47:42] <TurBoss> i found the motors
[13:47:46] <Lcvette> control cabinets
[13:48:21] <TurBoss> yes
[13:48:41] <Lcvette> any markings on the motors so you casn search for the models online and find the appropriate drives so you know what they look like?
[13:48:42] <TurBoss> a coworker must search for
[13:48:44] <TurBoss> not me
[13:49:05] <Lcvette> then you could send pictures to your coworker
[13:49:08] <TurBoss> cow orker
[13:49:10] <TurBoss> lol
[13:49:13] <TurBoss> I did
[13:49:13] <Lcvette> with model numbers for verification
[13:49:26] <TurBoss> yes sen't some pics
[13:49:26] <TurBoss> sek
[13:50:11] <TurBoss> http://www.autoflexible.com
[13:50:12] <TurBoss> this one
[13:50:15] <TurBoss> mb105
[13:50:30] <TurBoss> I sent that pic
[13:50:37] <TurBoss> the first page
[13:54:30] * TurBoss uploaded an image: Captura de pantalla de 2019-02-07 19-54-10.png (62KB) < https://matrix.org >
[13:56:44] <Lcvette> do you know which nm model?
[13:56:57] <TurBoss> not now
[13:57:02] <TurBoss> can't remember
[13:58:50] * TurBoss uploaded an image: image.png (3783KB) < https://matrix.org >
[14:01:42] <Lcvette> https://www.parkermotion.com
[14:01:46] <Lcvette> this has more information
[14:02:00] <Lcvette> page 92 has the motor listings
[14:02:31] * Lcvette uploaded an image: image.png (250KB) < https://matrix.org >
[14:03:55] <TurBoss> mine is mb105
[14:05:18] <TurBoss> I think i saw 4.0 nm
[14:05:32] <TurBoss> SLVD
[14:05:33] <TurBoss> ok
[14:05:34] <TurBoss> ty
[14:06:04] * Lcvette uploaded an image: image.png (178KB) < https://matrix.org >
[14:06:42] <Lcvette> so use those two tables to identify which drives matych those motors
[14:07:04] <TurBoss> okay!!
[14:07:52] * Lcvette uploaded an image: image.png (83KB) < https://matrix.org >
[14:08:44] <Lcvette> need to see if you can make out the rated speed stamping also
[14:08:52] <TurBoss> checking
[14:09:47] <Lcvette> MB_105_(30/45/60)_04
[14:09:59] <Lcvette> 30=3000rpm
[14:10:02] <Lcvette> 45=4500rpm
[14:10:08] <Lcvette> 60=6000rpm
[14:10:34] <Lcvette> they all have different torque and current requirements
[14:13:55] <Lcvette> wait, you said 400v
[14:14:01] <TurBoss> yup
[14:14:18] <TurBoss> 324 is typed on the plate
[14:19:56] <Lcvette> my guess is if you match the 230v mtoor of the same nameplate it will correspond to the same slvd# drive in a 400v version
[14:21:02] <Lcvette> ie 230v MB104 motor to 230v SLVD Drive will be the same drive number as 400V MB105 motor and 400V SLVD drive number
[14:21:04] <Lcvette> follow?
[14:22:32] <Lcvette> 324?
[14:22:40] <Lcvette> those numbers don't make much sense
[14:24:00] <TurBoss> i saw that there is spd
[14:24:15] <TurBoss> well doesn't matter
[14:24:19] <TurBoss> it cost 2k
[14:24:25] <TurBoss> I'll try to find them
[14:24:56] <Lcvette> thought they were free if your friend could find them?
[14:24:59] <TurBoss> thank you !
[14:25:04] <TurBoss> yes yes
[14:25:18] <TurBoss> if he finds
[14:25:34] <Lcvette> so he just needs to know what model number SLVD drive to look for correct?
[14:25:51] <TurBoss> should the only one
[14:25:52] <TurBoss> :D
[14:33:13] <hazzy-m> logs
[14:33:38] * hazzy-m is back
[14:33:43] <TurBoss> hazzy: hey
[14:33:53] <TurBoss> how did the interview went
[14:34:00] <TurBoss> where did you go?
[14:34:04] <hazzy-m> it went well!
[14:34:50] <TurBoss> nuclear plant?
[14:35:17] <Lcvette> great when do you start?
[14:36:56] <hazzy-m> not decided yet, they still have to go thru several more levels :(
[14:37:13] <hazzy-m> Lcvette: she said you were hilarious! lol
[14:37:26] <Lcvette> of course I was
[14:37:31] <TurBoss> where did you go?
[14:37:33] <Lcvette> I am a natural born salesman
[14:37:40] <Lcvette> I sold you
[14:37:42] <TurBoss> or is secret?
[14:38:13] <hazzy-m> Lcvette: I think so!
[14:38:16] <hazzy-m> TurBoss: https://www.nexusfuels.com
[14:38:27] <TurBoss> checking
[14:38:48] <TurBoss> looks cool
[14:39:28] <Lcvette> when they laugh, they remember
[14:39:29] <TurBoss> Nexus welcomes visitors to our plant under mutual NDA lol
[14:39:38] <Lcvette> in a positive light
[14:40:48] <TurBoss> great!
[14:45:21] <Lcvette> hazzy
[14:45:27] <Lcvette> think i found a gremlin
[14:46:08] <Lcvette> if i load a program or a blank file, the spindle controls go gray
[14:46:42] <Lcvette> they stay gray no matter what i try and do
[14:49:14] <Lcvette> added to glo board
[14:49:47] <JT-Shop> hazzy-m: good to hear the interview went well!
[14:50:52] <JT-Shop> and whoppee the bp has spindle controls now
[14:52:02] <JT-Shop> I forget is there a way to show linuxcnc error messages on the status bar?
[14:52:40] <Lcvette> i just saw there is an error message in the bottom bar that says "MODE MUST BE MAN OR MDI
[14:52:49] <Lcvette> but im not sure how to go into MAN mode?
[14:53:25] <Lcvette> is that an MDI command ?
[14:54:51] <JT-Shop> I'm actually just going to see what I can figure out how to switch modes other than jogging to get to manual
[14:55:19] <JT-Shop> but I should really make a couple of cables up and flash this 7i92
[14:55:32] <Lcvette> yeah jogging made them available again
[14:55:51] <hazzy-m> I think the made should always retrun to manual after an MDI or AUTO
[14:55:58] <Lcvette> but probably shouldn't need to move axis to enter manual mode
[14:56:02] <hazzy-m> then MPG and jogging should always work
[14:56:16] <JT-Shop> after a mdi it stays in auto
[14:56:25] <JT-Shop> using the mdiEntry
[14:57:07] <hazzy-m> currently the MDI entry restores whatever the previous mode was, that Is probably not ideal now that I think about it
[14:57:17] <JT-Shop> now it's not staying in auto
[14:57:27] <JT-Shop> ah that makes sense
[14:57:35] <Lcvette> i just tried entering s1000 in the mdi and it DID NOT restor the grayed out buttons
[14:58:01] <JT-Shop> if you load a file it goes to auto
[14:58:30] <JT-Shop> bp_touch has a mode status :)
[14:59:11] <hazzy-m> Lcvette: that is expected since after the MDI it will return to AUTO
[14:59:12] <Lcvette> i can add one
[14:59:26] * hazzy-m ponders a solution
[15:00:56] <Lcvette> in MSM, if you click in the mdi, the history pops up and remains up until you click on something outside the mdi
[15:01:11] <Lcvette> while the history is shown, it is in auto mode
[15:01:39] <Lcvette> sorry, you must click inside the mdi again to close the history which takes it out of auto
[15:01:57] <Lcvette> then the buttons work again
[15:02:03] <Lcvette> not sure if that helps or not
[15:03:03] * TurBoss is checking what hazzy did on vtk branch
[15:04:54] <JT-qtpyvcp> is there a way to change modes now?
[15:05:16] <Lcvette> only way i found that works is to jog an axis
[15:05:22] <JT-qtpyvcp> in Axis when you press F2 or F3 and change to the mdi tab it goes into manual
[15:05:28] <Lcvette> brings it back to manual mode
[15:05:51] <JT-qtpyvcp> yea, I found that too
[15:05:53] <Lcvette> i could add a button for manual mode
[15:06:11] <Lcvette> and a label to show the machine status
[15:06:32] <JT-qtpyvcp> is there a machine action to switch modes
[15:07:24] <JT-qtpyvcp> that's what I did in the bp touch have a mode status label status: task_mode?text
[15:07:57] <Lcvette> i dunno
[15:08:13] <Lcvette> I will add in a label and a button
[15:10:02] <JT-qtpyvcp> I see mode actions...
[15:10:14] <hazzy-m> yes, there are mode actions!
[15:10:35] <JT-qtpyvcp> what is the syntax?
[15:10:51] <JT-qtpyvcp> machine.mode:manual
[15:11:28] <hazzy-m> machine.mode.manual
[15:11:43] <hazzy-m> machine.mode.auto
[15:11:46] <hazzy-m> machine.mode.mdi
[15:12:10] <JT-qtpyvcp> I'll update the docstrings in the morning
[15:15:01] * Lcvette uploaded an image: image.png (38KB) < https://matrix.org >
[15:15:19] <Lcvette> how about there?
[15:15:34] <hazzy-m> Thats good!
[15:16:16] <Lcvette> ok, now for a button
[15:16:22] <Lcvette> toggle button?
[15:23:28] <TurBoss> woah vtk works so slow
[15:23:28] <TurBoss> :D
[15:23:38] <TurBoss> I need to optimize
[15:24:01] <TurBoss> only one polyline for the whole program until an arc is found
[15:24:07] <hazzy-m> very slow! It used over 1gb of ram for a small part, lol
[15:24:08] <hazzy-m> l
[15:24:27] <TurBoss> ok
[15:24:43] <TurBoss> thanks cannon is better than pygcode
[15:24:56] <Not-e6c6> [02qtpyvcp] 07jethornton pushed 033 commits to 03master [+0/-0/±3] 13https://git.io/fhHkV
[15:24:57] <Not-e6c6> [02qtpyvcp] 07jethornton 039a6a3e9 - DOC: change to a note so it stands out more
[15:24:59] <Not-e6c6> [02qtpyvcp] 07jethornton 03b2d5a59 - DOC: minor updates
[15:25:00] <Not-e6c6> [02qtpyvcp] 07jethornton 036a1bf13 - DOC: add machine mode docstrings
[15:25:01] <TurBoss> si
[15:25:03] <TurBoss> so
[15:25:04] <TurBoss> su
[15:25:19] <hazzy-m> xD
[15:27:17] <Not-e6c6> [02qtpyvcp] 07KurtJacobson pushed 031 commit to 03gh-pages [+394/-0/±0] 13https://git.io/fhHk6
[15:27:18] <Not-e6c6> [02qtpyvcp] 07traviscibot 03e9ad802 - Deploy kcjengr/qtpyvcp to github.com/kcjengr/qtpyvcp.git:gh-pages
[15:27:26] <TurBoss> https://vtk.org
[15:33:27] <JT-Shop> Roguish_desk: hazzy-m I think I'm done pushing to bp_touch today :)
[15:33:55] <TurBoss> could be posible to obtain the gr.cannon things as they come from the program?=
[15:34:13] <TurBoss> eg line line arc line
[15:34:47] <hazzy-m> you mean in order?
[15:34:52] <hazzy-m> hmmm
[15:34:52] <TurBoss> yes
[15:35:20] <TurBoss> that way I can draw larger polylines
[15:36:15] <TurBoss> or can I obtain the machine work area?
[15:36:20] <TurBoss> :P
[15:41:54] * Lcvette uploaded an image: image.png (228KB) < https://matrix.org >
[15:42:04] * JT-Shop thinks he is stirring up some interest over on the forum :)
[15:42:10] <Lcvette> should it be 2 buttons or just a single manual button?
[15:42:21] <Lcvette> or a button that says manual/auto
[15:49:18] <Lcvette> just let me know! and I will make whichever you need and push!
[15:49:41] <Lcvette> or I can push this and then just delete rename as needed
[15:54:22] * hazzy-m uploaded an image: image.png (2KB) < https://matrix.org >
[15:54:26] <hazzy-m> this is the one in brender
[15:56:08] <TurBoss> it works in jcnc
[15:56:16] <TurBoss> the man auto mdi thing
[15:56:29] <hazzy-m> yes, it works great!
[15:57:29] <Lcvette> ok, 3 buttons
[15:57:33] <Lcvette> cimng up
[15:57:41] <Lcvette> what button types?
[16:03:56] * Lcvette uploaded an image: image.png (228KB) < https://matrix.org >
[16:04:33] <hazzy-m> command buttons
[16:06:12] * Lcvette uploaded an image: image.png (8KB) < https://matrix.org >
[16:07:08] <Lcvette> hazzy, mdibutton?
[16:07:11] <Lcvette> i don't have a command button
[16:07:16] <Lcvette> :(
[16:10:53] <JT-Shop> nice two of my web sites are down
[16:12:12] * Lcvette uploaded an image: image.png (39KB) < https://matrix.org >
[16:12:31] <Lcvette> ?
[16:13:10] <Lcvette> or?
[16:13:29] <hazzy-m> sorry Lcvette , I meant a ActionButton
[16:13:39] <Lcvette> :p
[16:13:48] <hazzy-m> its called a CMDButton in the code LOL
[16:13:52] <hazzy-m> very confusing
[16:13:57] <Lcvette> is there an easy way to transform to action button?
[16:14:53] <hazzy-m> yes, find the buttin name in the .ui file, and change the class property from "MDIButton" to "ActionButton"
[16:15:12] <hazzy-m> If you want to push I can do that
[16:15:56] <Lcvette> i want to learn it
[16:18:16] * Lcvette uploaded an image: image.png (55KB) < https://matrix.org >
[16:19:20] <hazzy-m> perfect!
[16:19:24] * Lcvette sent a long message: < https://matrix.org >
[16:19:46] <Lcvette> save and close and push?
[16:19:49] <Lcvette> :D
[16:20:01] <hazzy-m> yes!
[16:20:13] <hazzy-m> make sure to reload the file in designer if you left it open
[16:21:15] * Lcvette uploaded an image: image.png (50KB) < https://matrix.org >
[16:21:20] <Lcvette> hurray!
[16:21:38] <Lcvette> one less thing hazzy has to do from now on
[16:21:48] <Not-e6c6> [02qtpyvcp] 07TurBoss pushed 032 commits to 03VTKCannon [+0/-0/±2] 13https://git.io/fhHIu
[16:21:49] <Not-e6c6> [02qtpyvcp] 07TurBoss 0320a1d4f - py3
[16:21:51] <Not-e6c6> [02qtpyvcp] 07TurBoss 0388f2096 - the great optimization
[16:22:20] <TurBoss> latter
[16:22:43] <Lcvette> you did it turboss?
[16:22:50] <TurBoss> a bit
[16:23:14] <Lcvette> hurray!
[16:26:30] <Lcvette> ok Hazzy, pushed!
[16:26:48] <Lcvette> the label for machine mode status is on both the jog and custom label don't forget
[16:26:52] <Lcvette> :D
[16:38:38] <hazzy-m> Hurray!!
[17:50:13] <JT-qtpyvcp> I tried to use machine.jog-mode.incremental to put the machine in incremental mode but it stays in continuous as far as I can tell
[19:18:33] <Not-e6c6> [02qtpyvcp] 07TurBoss pushed 032 commits to 03VTKCannon [+0/-0/±2] 13https://git.io/fhHqU
[19:18:35] <Not-e6c6> [02qtpyvcp] 07TurBoss 039724271 - remove debug
[19:18:36] <Not-e6c6> [02qtpyvcp] 07TurBoss 03859373c - draw some figures
[19:18:45] <TurBoss> ohh,,,
[19:18:46] <TurBoss> :D
[19:23:05] * TurBoss uploaded an image: image.png (44KB) < https://matrix.org >
[19:25:07] <TurBoss> hazzy: just..
[19:25:17] <TurBoss> added some figures lol
[19:25:17] <hazzy-m> Whoa!
[19:25:57] <TurBoss> remember -> https://lorensen.github.io
[19:25:57] <TurBoss> xD
[19:28:55] <TurBoss> hazzy: did you saw the optimization i did ?
[19:28:56] <TurBoss> :D
[20:00:21] <Not-e6c6> [02qtpyvcp] 07TurBoss pushed 031 commit to 03VTKCannon [+0/-0/±1] 13https://git.io/fhHqz
[20:00:22] <Not-e6c6> [02qtpyvcp] 07TurBoss 036f20b4d - remove things
[21:16:15] <hazzy-m> TurBoss: Wow! That made a HUGE diferance!
[21:21:47] * hazzy-m uploaded an image: image.png (57KB) < https://matrix.org >