#hazzy | Logs for 2018-11-15
Back
[00:08:17] <TurBoss> oh hell
[00:08:18] <TurBoss> :D
[00:08:39] <TurBoss> would you like to try my ubermethod?
[00:09:29] <TurBoss> build linuxcnc specifying an existing virtual env of python2
[00:09:50] <TurBoss> there is no workarround?
[00:22:45] <hazzy-m> it's not a problem for me, since I use a terminal to launch LinuxCNC
[00:23:06] <hazzy-m> but it is a problem for anybody that used a desktop launcher
[00:24:16] <hazzy-m> the qtpyvcp script is put in ~/.local/bin by setuptools/pip
[00:24:40] <hazzy-m> so it works from a terminal bcause you can set the PATH
[00:25:09] <hazzy-m> but if you use the LinuxCNC launcher with the INI set to [DISPLAY]DISPLAY=qpyvcp it can't find qtpyvcp
[00:25:57] <hazzy-m> maybe I should see if the LinuxCNC guys will accept a PR to add ~/.local/bin in the linuxcnc script
[00:30:26] <hazzy-m> it works if I add it to scripts/linuxcnc.in
[00:30:40] <hazzy-m> just need to get them to accept a PR
[00:45:10] <TurBoss> hmmm
[00:45:28] <TurBoss> why do not create desktop entry?=
[00:45:37] <TurBoss> .local/share/applications
[00:46:41] <hazzy-m> I'm not sure what that does
[00:46:57] <TurBoss> desktop launchers like gitkranken does
[00:47:04] <TurBoss> check that directory
[00:47:13] <TurBoss> they are launchers
[00:47:19] <hazzy-m> oh yes
[00:47:20] <TurBoss> you will see in the menu
[00:47:31] <hazzy-m> but the linuxcnc configs launcher
[00:47:50] <TurBoss> what ?
[00:48:11] * hazzy-m uploaded an image: image.png (92KB) < https://matrix.org >
[00:48:12] <hazzy-m> this one
[00:48:18] <TurBoss> yes
[00:48:45] <hazzy-m> I can't figure out how to get it to use the right path
[00:49:15] <TurBoss> what are you trying to do?
[00:50:59] <hazzy-m> just make launching an INI that uses qtpyvcp as the DISPLAY work when using the launcher
[00:51:52] <TurBoss> it doesn't?
[00:52:01] <hazzy-m> no
[00:52:04] <TurBoss> let me check
[00:52:10] <hazzy-m> thanks
[00:52:10] <TurBoss> I use build bot debs
[00:52:18] <hazzy-m> it should work on Ubuntu
[00:52:23] <hazzy-m> just not on debian
[00:52:51] <TurBoss> debian test env
[00:58:20] * TurBoss uploaded a video: Peek 15-11-2018 06-57.webm (155KB) < https://matrix.org >
[00:59:43] <hazzy-m> did you update qtpyvcp?
[00:59:55] <hazzy-m> that is a nice looking desktop!
[01:00:09] <hazzy-m> did you make it or is is a new ISO?
[01:01:33] <TurBoss> updating
[01:03:22] <TurBoss> :((
[01:03:27] <TurBoss> it fails now
[01:03:43] <hazzy-m> :(
[01:04:02] <hazzy-m> I was using relative paths in the sim INIs before, that that was not realistic
[01:04:21] <hazzy-m> to I changed them to be how they would actualy be in a normal config
[01:04:35] <hazzy-m> [DISPLAY]DISPLAY=qtpyvcp
[01:04:41] <TurBoss> yes
[01:06:13] <hazzy-m> did you add that new linuxcnc splash screen image?
[01:07:20] <TurBoss> yes
[01:07:38] <hazzy-m> it looks great!
[01:07:46] <hazzy-m> you should PR it :)
[01:07:50] <TurBoss> http://dpaste.com
[01:07:57] <TurBoss> better could be done
[01:08:51] <hazzy-m> yes?
[01:09:06] <hazzy-m> I am very new to setup.py
[01:09:08] <TurBoss> installed qcontrol from git
[01:09:19] <TurBoss> nono I mean the splash
[01:09:20] <TurBoss> :D
[01:09:29] <hazzy-m> oh, xD
[01:09:41] <TurBoss> setup.py looks good
[01:09:45] <TurBoss> afik
[01:10:03] <hazzy-m> https://qtpyvcp.kcjengr.com
[01:10:20] <TurBoss> true :D
[01:10:55] <TurBoss> the question is how to add qtpyvcp to PATH
[01:11:03] <TurBoss> with setup.py
[01:11:08] <TurBoss> ?
[01:11:19] <hazzy-m> oh, maybe
[01:15:49] <TurBoss> https://gitlab.com has the entry points
[01:15:50] <TurBoss> :P
[01:16:57] <TurBoss> https://gehrcke.de
[01:17:00] <hazzy-m> right, but when you run pip with the --user flag the scripts are put in ~/.local/bin
[01:17:02] <TurBoss> reading this
[01:17:04] <hazzy-m> it you install with `sudo pip install git+ ...` it works
[01:17:13] <TurBoss> no
[01:17:21] <TurBoss> i think is the same
[01:18:11] <hazzy-m> your right!
[01:18:14] <hazzy-m> it is the same
[01:18:53] <hazzy-m> it did work on another PC that had an old version of pip
[01:18:55] <hazzy-m> but not here
[01:19:21] <TurBoss> so pip installs it to .local/bin
[01:19:29] <TurBoss> and its broke on debian=
[01:19:30] <TurBoss> ?
[01:19:35] <hazzy-m> yes
[01:19:37] <TurBoss> of
[01:19:38] <hazzy-m> :(
[01:22:02] <TurBoss> then $sudo python setup.py install
[01:22:03] <TurBoss> :P
[01:22:07] <TurBoss> ahhahahhah
[01:22:26] <hazzy-m> yes, LOL
[01:23:18] <TurBoss> it works
[01:23:19] <TurBoss> hahahha
[01:23:34] <TurBoss> so its a buk of debian
[01:23:36] <TurBoss> :(
[01:23:47] <hazzy-m> yep
[01:24:07] <TurBoss> should be ok to install as root
[01:24:08] <hazzy-m> They fixed it, I wonder when it will be in debian stable
[01:24:10] <TurBoss> if a system app
[01:24:35] <hazzy-m> right, I don't think it would cause any problems, but ...
[01:24:42] <TurBoss> linuxcnc requires root to install
[01:24:50] <TurBoss> at least for rt
[01:25:21] <TurBoss> now we need a deb package
[01:25:51] <hazzy-m> haha, yes
[01:26:06] <hazzy-m> but your pip solution with git works well!
[01:27:28] <TurBoss> give me a sek
[01:40:26] * TurBoss sent a long message: < https://matrix.org >
[01:40:45] <TurBoss> https://github.com
[01:40:59] <TurBoss> is on debian repos
[01:41:02] <hazzy-m> whoa!
[01:41:10] <TurBoss> failed on here
[01:41:12] <TurBoss> debian 9
[01:41:24] <TurBoss> would you like to give a try?
[01:41:43] <hazzy-m> absolutly!
[01:42:25] <hazzy-m> I should sleep now, but I'll look at it in the morning
[01:44:32] <TurBoss> great
[01:44:34] <TurBoss> gn8
[01:47:31] <hazzy-m> n8
[01:58:34] <TurBoss> https://github.com
[02:01:37] <TurBoss> https://github.com
[02:10:01] * TurBoss posted a file: python-qtpyvcp_0.0.1_all.deb (35544KB) < https://matrix.org >
[02:47:35] <Lcvette> i fell asleep
[02:47:56] <Lcvette> ok going to bed
[02:47:58] <Lcvette> :D
[02:48:00] <Lcvette> gn8
[02:48:09] <Lcvette> I'll fix it tomorrow
[02:48:16] <Lcvette> rewrite linux debian
[02:48:31] <Lcvette> debian fu
[05:34:53] -!- jthornton has quit [Read error: Connection reset by peer]
[05:35:21] -!- jthornton has joined #hazzy
[05:35:42] -!- JT-Shop has quit [Read error: Connection reset by peer]
[05:35:53] -!- JT-Shop2 has quit [Read error: Connection reset by peer]
[05:38:01] -!- JT-Shop has joined #hazzy
[05:38:18] -!- JT-Shop2 has joined #hazzy
[05:49:31] <jthornton> morning
[07:27:00] <TurBoss> hello
[08:05:40] -!- Roguish has joined #hazzy
[10:20:00] <hazzy-m> morning
[10:20:21] <hazzy-m> Lcvette: Sleeping on the job again SMH
[10:23:43] <hazzy-m> TurBoss: It seems to work!!!
[10:23:50] <hazzy-m> Hurray!
[10:24:31] <TurBoss> hurray!!
[10:24:44] <TurBoss> I'll tell yu the steps
[10:24:54] <hazzy-m> great!
[10:34:30] <hazzy-m> TurBoss: Did you use FPM?
[10:35:55] <TurBoss> Yes
[10:49:55] <Lcvette> See, I went to bed and woke up and it's fixed
[10:50:18] <Lcvette> I did it!
[10:50:28] <Lcvette> With dream fu power
[10:51:35] <TurBoss> oo0oooo0oo
[10:51:37] <TurBoss> ªo/
[10:53:16] <hazzy-m> hahaha
[13:33:17] <Not-5695> [02QtPyVCP] 07Kurt Jacobson pushed 031 commit to 03master [+0/-0/±1] 13https://gitlab.com/Hazzy/qtpyvcp/compare/2770320b31341bc501214f95aacf54895c4bf2fb...ca4f4db2c350b514ef4501787f3ebbb67a1786d7
[13:33:19] <Not-5695> [02QtPyVCP] 07Kurt Jacobson 03ca4f4db - DOC: Quick Start - install pyqt5-dev-tools
[13:33:46] <Not-5695> [02QtPyVCP] 07Kurt Jacobson pushed 031 commit to 03master [+0/-0/±1] 13https://gitlab.com/Hazzy/qtpyvcp/compare/ca4f4db2c350b514ef4501787f3ebbb67a1786d7...acf3d7963166aae2f63d167179af64d176a9305a
[13:33:48] <Not-5695> [02QtPyVCP] 07Kurt Jacobson 03acf3d79 - DIST: install sim files in configs dir
[13:41:51] <Not-5695> [02QtPyVCP] 07Kurt Jacobson pushed 031 commit to 03master [+0/-0/±1] 13https://gitlab.com/Hazzy/qtpyvcp/compare/acf3d7963166aae2f63d167179af64d176a9305a...a3c483ae97840f2a13b3263fcc27be7c0c258218
[13:41:53] <Not-5695> [02QtPyVCP] 07Kurt Jacobson 03a3c483a - kill debug print
[14:12:35] <hazzy-m> Lcvette: You around?
[14:19:28] <Lcvette> yo
[14:22:23] <hazzy-m> when its conveniant can you donwload the .deb file and try installing it?
[14:22:30] <hazzy-m> https://github.com
[14:23:01] <hazzy-m> `sudo apt install python-qtpyvcp_0.0.1_all.deb`
[14:23:01] <Lcvette> yeah
[14:23:11] <hazzy-m> thank you
[14:23:43] <JT-Shop2> what target is the deb for?
[14:23:53] <hazzy-m> all
[14:27:36] <JT-Shop2> Linux Mint 17 I think Error: Dependency is not satisfiable: python-qtpy
[14:28:56] <JT-Shop2> package installer has a few complaints lol
[14:29:35] <JT-Shop2> https://paste.ubuntu.com
[14:32:55] <hazzy-m> hmm
[14:33:12] <hazzy-m> what version of Ubuntu?
[14:33:52] <hazzy-m> no complaints here on debian stretch
[14:34:56] <JT-Shop2> Linux Mint out here I think 17 or 17 and some change
[14:36:14] <hazzy-m> that's not terribly old
[14:36:19] <hazzy-m> interesting
[14:36:20] <JT-Shop2> DESCRIPTION="Linux Mint 17.3 Rosa"
[14:36:33] * Lcvette sent a long message: < https://matrix.org >
[14:36:56] <JT-Shop2> I have linuxcnc installed but have never done any development work on this pc
[14:37:10] <hazzy-m> Lcvette: the pathe must be wrong
[14:37:11] <hazzy-m> try
[14:37:27] <hazzy-m> `sudo apt install ~/Downloads/python-qtpyvcp_0.0.1_all.deb`
[14:38:17] <hazzy-m> I'm not sure where you donwloaded it to, so thats a guess
[14:38:21] * Lcvette sent a long message: < https://matrix.org >
[14:39:13] <Lcvette> oh wait
[14:39:20] <Lcvette> i didn't download
[14:39:29] <JT-Shop2> I just used Gdebi
[14:41:21] * Lcvette sent a long message: < https://matrix.org >
[14:41:31] <Lcvette> hurray!\
[14:41:34] <Lcvette> ?
[14:41:41] <hazzy-m> hURRAY!
[14:41:48] <Lcvette> HURRAY!!!
[14:41:50] <Lcvette> :D
[14:41:51] <hazzy-m> Now try the launcher
[14:42:02] <hazzy-m> it should work now
[14:42:52] <Lcvette> hurray it works!
[14:42:57] <Lcvette> i fixed it!
[14:42:59] <hazzy-m> Excellent!
[14:43:02] <Lcvette> lol
[14:43:04] <hazzy-m> You did :D
[14:43:11] <hazzy-m> in your sleep
[14:43:13] <hazzy-m> hahahaha
[14:43:16] <Lcvette> indeed
[14:43:46] <hazzy-m> JT-Shop2: Do you have a sec to try installing with pip?
[14:43:47] <hazzy-m> https://qtpyvcp.kcjengr.com
[14:44:11] <hazzy-m> that should be more OS agnostic
[14:44:53] <Lcvette> ok done with me? i was about to haul some trash to the dump, truck is loaded and its about to rain
[14:45:00] <hazzy-m> yes
[14:45:06] <hazzy-m> thank you!!
[14:45:07] <Lcvette> ok awesome work!!!
[14:45:36] <JT-Shop2> https://paste.ubuntu.com
[14:45:45] <JT-Shop2> didn't get very far with pip
[14:46:19] <hazzy-m> ok thanks
[14:46:30] <hazzy-m> so mint 17 does not have any Qt5 stuff in it
[14:46:32] <JT-Shop2> see you down in the beer cave
[14:46:33] <hazzy-m> interesting
[14:46:52] <hazzy-m> I'll join you there for a cool one :)
[14:55:07] <jthornton> same error down here on Linux Mint 17.something dependency is not satisfiable: python-qtpy so I assume any ubuntu fork is forked?
[14:57:24] <jthornton> I ran into errors with pyqt5 on my latest version of raspberry pi 3 so switched development to pyqt4... linux is just a dependency hell
[15:11:35] * jthornton has two more wind blocks to finish and install...
[15:48:25] <hazzy-m> TurBoss: sudo pip install does work!
[15:48:45] <hazzy-m> it pusts the scripts in /usr/local/bin instead of ~/.local/bin
[15:48:48] <hazzy-m> Hurray!!!
[15:49:10] <TurBoss> Ohhhhhhh fantastic!!!!
[15:49:19] <TurBoss> And plus we have debs
[15:49:26] <hazzy-m> right!
[15:49:39] <hazzy-m> I'm going to make travis auto build the debs
[16:31:46] <Not-5695> [02QtPyVCP] 07Kurt Jacobson pushed 032 commits to 03master [+0/-0/±2] 13https://gitlab.com/Hazzy/qtpyvcp/compare/a3c483ae97840f2a13b3263fcc27be7c0c258218...73b444cca40e7e5bfffb57d1e60edeaa69cc613e
[16:31:48] <Not-5695> [02QtPyVCP] 07Kurt Jacobson 030d7d273 - DIST: Add license and classifiers to setup.py
[16:31:49] <Not-5695> [02QtPyVCP] 07Kurt Jacobson 0373b444c - DOC: update quick start with sudo pip
[17:12:48] <Not-5695> [02QtPyVCP] 07Kurt Jacobson pushed 031 commit to 03master [+0/-0/±2] 13https://gitlab.com/Hazzy/qtpyvcp/compare/73b444cca40e7e5bfffb57d1e60edeaa69cc613e...775f15be5d87b091b30ec6951899e4da0a9bee0b
[17:12:49] <Not-5695> [02QtPyVCP] 07Kurt Jacobson 03775f15b - DOC: update installation
[17:54:22] <jthornton> hazzy-m: pyqt5 tosses errors in my RPi so I'm using pyqt4 is it better to use python 2 or 3?
[17:55:01] <hazzy-m> py3 is better if you can use it
[17:55:20] <jthornton> ok thanks
[17:55:22] <hazzy-m> LCNC only supports py2 to we are stuck with it :(
[17:55:45] <jthornton> just working on a chicken automation project with a 7" touch screen for fun
[17:55:57] <hazzy-m> Oh nice!
[17:56:28] * hazzy-m wonders what an automated chicken looks like
[17:56:55] <hazzy-m> is is for the door?
[17:57:04] <jthornton> if your good just like a regular chicken lol
[17:57:11] <hazzy-m> hahaha
[17:57:31] <jthornton> door and lights and an override interface
[17:57:49] <jthornton> with weather and stats etc...
[17:58:29] <hazzy-m> I get the feeling those are the worldsest mostest spoildest chickens
[17:58:30] <hazzy-m> lol
[17:59:16] <jthornton> most spoiled and protected lol
[17:59:37] <jthornton> and it's fun to do chicken programming lol
[18:00:53] <hazzy-m> the hawks are a big problem for the chickens here, is that a problem for yours?
[18:02:28] <jthornton> not so much for me, we have a lot of hawks in southeast missouri but they favor more open areas like my neighbors yard!
[18:02:53] <jthornton> and prefer smaller prey like baby chickens, mice rats etc...
[18:03:21] <jthornton> does pyqt4 use the slots stuff?
[18:03:40] <hazzy-m> yes, but it uses an older style
[18:03:49] <hazzy-m> different syntax
[18:03:59] <hazzy-m> not quite as easy, but its OK
[18:06:06] <hazzy-m> afk to see my sister and her children for the first time in a few years!
[18:06:07] <hazzy-m> There in town for my twins wedding
[18:06:09] <hazzy-m> bbl
[18:07:01] <jthornton> cool
[18:32:39] <TurBoss> jthornton : hello, wich screen?
[18:33:28] <jthornton> https://www.amazon.com
[18:33:38] <TurBoss> thanks
[18:35:34] <TurBoss> I should check https://www.chalk-elec.com
[18:36:57] <jthornton> https://www.amazon.com this one will be here tomorrow and it's a hdmi touch screen
[18:38:14] <TurBoss> looks cool
[20:03:42] <Lcvette> Sweet! Chicken projects are cool
[21:08:05] <Lcvette> Something happened I saw a tool table update from Rene! What's happening?
[21:08:14] <Lcvette> Rene are you here?
[21:08:35] <Lcvette> Hazzy
[21:08:40] <Lcvette> What's happening?
[21:09:55] <hazzy-m> I didn't see that
[21:12:21] <hazzy-m> Hurray! Looks like he fixed at least the tool pocket bug
[21:16:02] <Lcvette> Is good?
[21:16:08] <hazzy-m> Fantabulous! Now it should be easy to make the ATC animation work because we will no the right pocket numbers!!!
[21:16:24] <hazzy-m> Yes, it's excellent!
[21:17:10] <Lcvette> Sawweeeeett
[21:17:13] <TurBoss> hurray!!!
[21:17:21] <Lcvette> Hurray!
[21:17:51] * TurBoss uploaded an image: 7drHiqr.gif (973KB) < https://matrix.org >
[21:17:55] <Lcvette> I told Rena to droop in and chat
[21:18:02] <Lcvette> Whoooo hooo!
[21:18:07] <Lcvette> Pay time!
[21:18:11] <Lcvette> Party
[21:18:13] <Lcvette> Lo
[21:18:16] <TurBoss> l
[21:18:25] <Lcvette> Lol
[21:18:36] <Lcvette> You complete me turboss
[21:18:39] <Lcvette> Hahaha
[21:19:03] <TurBoss> turbo fu
[21:19:14] * TurBoss uploaded an image: Captura de pantalla de 2018-11-16 03-18-53.png (616KB) < https://matrix.org >
[21:19:43] <TurBoss> not qtpyvcp stuff this time sadly
[21:19:54] <TurBoss> 😓
[21:19:58] <Lcvette> Hahaha
[21:20:48] <Lcvette> Turboss!
[21:20:54] <Lcvette> Come on man!
[21:21:04] <Lcvette> Tool table!
[21:21:16] <Lcvette> 🐼🐼🐼🐼🐼
[21:21:45] <TurBoss> 😅
[21:22:20] <TurBoss> I was working on the ZERO thing
[21:22:35] <TurBoss> made the buttons mdi buttons instead actionbuttons
[21:22:44] <TurBoss> the ones with ZERO label
[21:23:00] <TurBoss> give me a min I'll reboot
[21:23:21] <Lcvette> Yeah?
[21:23:35] <Lcvette> Did you figure out?
[21:24:49] <TurBoss> partially
[21:24:50] <TurBoss> :D
[21:25:09] <TurBoss> I need to know wich coodinate system is currently set
[21:25:23] <TurBoss> and ...
[21:25:24] <TurBoss> duno...
[21:27:44] <Lcvette> Yeah the status went away
[21:27:49] <Lcvette> Hazzy broke it
[21:27:57] <Lcvette> It used to tell you
[21:28:02] <TurBoss> ohhh
[21:28:09] <TurBoss> ok I'm on lcnc dev hdd
[21:30:03] <Lcvette> Ok
[21:30:18] <TurBoss> but I need a hazzy
[21:30:18] <TurBoss> :P
[21:30:59] <TurBoss> does exist something like the toolno replace in the mdi field but for the coord status?
[21:31:11] <TurBoss> or where can I search for
[21:32:02] <Lcvette> Explain that further
[21:33:03] <TurBoss> sek
[21:33:11] <TurBoss> I'll search for an example
[21:34:32] <Lcvette> Oh, yes
[21:34:43] <Lcvette> See the side bar
[21:35:05] <TurBoss> ohhhh cool!
[21:35:22] <Lcvette> Where it says machine status that usual has all current g codes
[21:35:30] <Lcvette> And m codes active
[21:36:17] <Lcvette> The codes is usually displayed there and when you change the buttons it changed there too
[21:36:19] <Lcvette> But hazzy broke it
[21:36:41] <TurBoss> T#<tool_number_entry_box> M6 G43
[21:36:56] <TurBoss> like this on m6_g43_button
[21:37:37] <TurBoss> #<tool_number_entry_box> but something like #<active_work_corrdinate_system>
[21:37:45] <Lcvette> Go to offsets page
[21:37:55] <TurBoss> on it
[21:38:06] <Lcvette> Buttons are there
[21:38:13] <Lcvette> G54, g55, g56
[21:38:16] <Lcvette> Etc
[21:38:32] <Lcvette> You just press and it changes to that coord system
[21:38:49] <TurBoss> yes
[21:39:05] <TurBoss> but I need to know wich is active when click on another button
[21:39:06] <Lcvette> And it's blue
[21:39:13] <TurBoss> :)
[21:39:26] <Lcvette> The status bar
[21:39:33] <Lcvette> When is working
[21:39:37] <TurBoss> ok checking
[21:39:44] <Lcvette> Displays active gcode
[21:39:54] <Lcvette> Including offset
[21:40:10] <Lcvette> G20, G54, etc
[21:40:28] <TurBoss> but I need to know G54 = P0
[21:40:29] <Lcvette> Is down the far right side of the screen vertically
[21:40:31] <TurBoss> G55 = P1
[21:40:32] <TurBoss> etc..
[21:40:42] <TurBoss> isnt working
[21:40:46] <TurBoss> the machine status
[21:40:50] <TurBoss> you told
[21:40:54] <Lcvette> Oh
[21:41:06] <Lcvette> You mean dissolute p1?
[21:41:17] <Lcvette> Display p1?
[21:41:20] <TurBoss> no
[21:41:29] <TurBoss> I need to issue a mdi command on click
[21:41:46] <Lcvette> Oh
[21:41:50] <TurBoss> wich has to be composed with P1 or P"
[21:42:09] <TurBoss> currently looks like this
[21:42:52] <Lcvette> Hmmm
[21:43:06] <TurBoss> G10 L20 P0 X0.0
[21:43:19] <TurBoss> G10 L20 P1 Z0.2
[21:43:25] <Lcvette> Yes this is hazzy
[21:44:06] <TurBoss> so P0 changes in connection with the currently selected work coords
[21:44:07] <TurBoss> :P
[21:44:46] <TurBoss> and zeros or whatever extra offset you want
[21:44:55] <TurBoss> is that ok?
[21:45:07] <Lcvette> The new work coordinate always are in tension to make coords
[21:45:19] <TurBoss> tension?
[21:45:29] <Lcvette> Relation
[21:45:32] <TurBoss> ok
[21:45:48] <Lcvette> Machine coords
[21:45:59] <Lcvette> Not the existing active coords
[21:46:12] <TurBoss> yes explaim me a bit because I'm a little lost
[21:46:14] <TurBoss> is that G92?
[21:46:40] <Lcvette> Machine coordinates are absolute
[21:47:02] <Lcvette> Once homed that defines your machine coords
[21:47:13] <TurBoss> ok fine
[21:47:22] <Lcvette> From there and offsets are recorded against it
[21:47:34] <Lcvette> That way they are always repeatable
[21:47:54] <Lcvette> Even after sit down or if you change other offsets etc
[21:48:17] <Lcvette> Once you home the newbie again the offsets are again repatable
[21:48:47] <Lcvette> Home machine again *
[21:49:06] <Lcvette> Follow?
[21:49:27] <TurBoss> the work coords are a list offsets of machine coords?
[21:50:17] <TurBoss> of ofsets**
[21:50:20] <TurBoss> ff
[21:50:32] <Lcvette> Yes
[21:50:37] <TurBoss> hurray!
[21:50:43] <Lcvette> Hurray
[21:50:43] <TurBoss> so once you home
[21:50:52] <TurBoss> they are in the same place again
[21:50:56] <Lcvette> Yes
[21:51:23] <Lcvette> So if x4 y2 z-3 is G54
[21:51:49] <Lcvette> It will always be able to go to the same spot if you have that offset saved
[21:52:05] <TurBoss> ok
[21:53:37] <Lcvette> If you write a program with multiple work offsets for different pallets etc and locate them on the table, you can simply type in the correct offsets and it will be able to go straight to your fixture zeros
[21:53:54] <TurBoss> yes ok
[21:59:55] <TurBoss> not so lost as I did think
[22:13:20] <Lcvette> Getting familiar now?
[22:15:13] <TurBoss> yes ty
[22:16:32] <Lcvette> Welcome
[22:17:10] <TurBoss> but whats g53? http://linuxcnc.org
[22:17:58] <TurBoss> I need to sleep
[22:18:00] <TurBoss> n8
[22:18:09] <TurBoss> more will come:P
[22:19:20] <TurBoss> I pushed to my fork
[22:19:28] <TurBoss> a branch called work_coords
[22:20:10] <TurBoss> I'll be arround for some minutes
[22:22:48] <Lcvette> G53 is usually machine coords I think
[22:27:25] <Lcvette> Gn8
[23:37:49] <hazzy-m> Yes, G53 is machine coords and is not model (it must be used on every good line)