#linuxcnc-devel Logs

Jan 15 2019

#linuxcnc-devel Calendar

03:17 PM mozmck: Anyone know the status of G52 in Linuxcnc? zultron implemented it, but it looks like it didn't make it in (yet?).
03:20 PM hazzy-m: mozmck: I tested it a few weeks ago, it seems to be fully functional in master
03:32 PM mozmck: Was that done on top of master?
03:32 PM mozmck: I wonder if there was some reason it was not merged?
03:34 PM mozmck: bbl
03:52 PM hazzy-m: mozmck: Just tested G52 again in latest master from buildbot, it works as exprected
03:54 PM hazzy-m: I don't know when it was merged, but somebody mentioned using G52 on the forum a while back and I tried it and sure enough it works
03:56 PM hazzy-m: the G52 offsets values show up in the linuxcnc.stat.g92_offset array
05:00 PM mozmck: hazzy-m: oh, I just realized that you said G52 is IN master
05:01 PM mozmck: I was thinking it had been merged but then could not find that when browsing the git history - good to know!
05:27 PM Roguish_ is now known as Roguish
05:34 PM jthornton: what is g52 it works but it's not in the docs :(
05:36 PM Tom_L: read a little under G10
05:36 PM Tom_L: http://linuxcnc.org/docs/devel/html/gcode/g-code.html
05:36 PM Tom_L: http://linuxcnc.org/docs/devel/html/gcode/coordinates.html#sec:g52-and-g92-offsets
05:37 PM hazzy-m: it's use is very similar to g92, but instead of adding to the current G52 offset like G92 does it resets it to the new value
05:38 PM hazzy-m: so G52 X0 Y0 will zero out the ofset, wheras G92 X0 Y0 would not change the G92 offset if one was active
05:38 PM jthornton: aww geez it's not in the g code list
05:38 PM Tom_L: i bet i know a guy that can fix that
05:39 PM hazzy-m: jthornton: your slipping
05:39 PM hazzy-m: :D
05:39 PM jthornton: someone is sneaky I think lol