Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: Big Pop on November 28, 2014, 06:59:02 PM

Title: Z Hits limit at start of g code
Post by: Big Pop on November 28, 2014, 06:59:02 PM
Every time i start a g-code the Z drive hits the top limit.  How do i stop the Z from traveling to the top.
Title: Re: Z Hits limit at start of g code
Post by: ger21 on November 28, 2014, 08:09:13 PM
Fix your g-code that's telling it to do that.
Title: Re: Z Hits limit at start of g code
Post by: BR549 on November 28, 2014, 09:31:08 PM
OR make sure that the Z travel direction is set correctly  .

From Z0
G1 Z1 should raise the spindle to +1
G1 Z-1 should lower the spindle to -1

(;-) TP