Hello Guest it is April 16, 2024, 03:54:52 AM

Author Topic: Command to move Z-Axis -0.8500?  (Read 5916 times)

0 Members and 1 Guest are viewing this topic.

Re: Command to move Z-Axis -0.8500?
« Reply #10 on: September 29, 2008, 05:00:22 PM »
Would G0 Z0 work after zeroing the Z-Axis on the first piece of workpiece?

Offline MarkC

*
  •  94 94
    • View Profile
Re: Command to move Z-Axis -0.8500?
« Reply #11 on: September 29, 2008, 08:32:41 PM »
G90 is absolute mode (will move to a certain position no matter where it starts) and G91 is incremental mode (moves a specified amount in a specified direction) so...
G0 G91 Z-.85 will move the z down .850". If G91 is still active G0 Z0 will do nothing (it's telling it to move 0") If G90 is active G0 Z0 will move the z to the position of z0.
Normally programming is done in absolute mode with incremental used for more specialized things

HTH

Mark
Mark