Le 31.07.2014 12:10, Gene Heskett a écrit : > Basically, I want something that will overwrite any existing offsets, > as opposed to adding to the existing ones at the instant of the call. > Looking it up and reading it on that machine, that line about > "calculated" is the confusing part.
IMHO, G10 L20 is not what you want .. (it's working a bit like G92) I do it by removing current value by reading the variable and substracting it: G54 Z is stored into variable 5223. Something like G10 L2 P1 Z[#5063 -#5223] shall do the trick ------------------------------------------------------------------------------ Infragistics Professional Build stunning WinForms apps today! Reboot your WinForms applications with our WinForms controls. Build a bridge from your legacy apps to the future. http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
