Hello Guest it is March 19, 2024, 06:22:29 AM

Author Topic: Double touch when using auto zero. Plate grounded error.  (Read 3500 times)

0 Members and 1 Guest are viewing this topic.

Offline TPS

*
  •  2,501 2,501
    • View Profile
Re: Double touch when using auto zero. Plate grounded error.
« Reply #10 on: March 12, 2018, 01:10:02 PM »
maybe this

Code "G91 G0 Y-.100 X1.0"

y movement is to small, to go down with z axis

this code is for right upper Corner?
« Last Edit: March 12, 2018, 01:13:18 PM by TPS »
anything is possible, just try to do it.
if you find some mistakes, in my bad bavarian english,they are yours.
Re: Double touch when using auto zero. Plate grounded error.
« Reply #11 on: March 12, 2018, 01:13:12 PM »
I think it stops before it gets that far, but I'll give it a shot this evening.
Taig Micro Mill. 1/4-20" lead screw. Powered by 1.25hp router with a 4:1 pulley reduction. Driven by Ethernet SmoothStepper to a Gecko 6540. Nema 23 motors. 3 Axis.

Offline TPS

*
  •  2,501 2,501
    • View Profile
Re: Double touch when using auto zero. Plate grounded error.
« Reply #12 on: March 12, 2018, 01:14:15 PM »
this code is for right upper Corner?
anything is possible, just try to do it.
if you find some mistakes, in my bad bavarian english,they are yours.
Re: Double touch when using auto zero. Plate grounded error.
« Reply #13 on: March 12, 2018, 01:25:34 PM »
Yes because my table travel is short so I have to locate in the middle of a part. But whenever I get it working ill take this code and transfer it to the other buttons for other corners.
Taig Micro Mill. 1/4-20" lead screw. Powered by 1.25hp router with a 4:1 pulley reduction. Driven by Ethernet SmoothStepper to a Gecko 6540. Nema 23 motors. 3 Axis.
Re: Double touch when using auto zero. Plate grounded error.
« Reply #14 on: March 19, 2018, 08:54:37 AM »
Hey, Thanks for all your help. This was the solution!

Code "G90 G0 Z.500" 'retract Z to .500 inch
   Code "G91 G0 Y-.100 X1.0"
   Code "G90 G0 Z-.200"
   Code "F" &CurrentFeed 'Returns to prior feed rate
  While IsMoving ()
   Wend

End If
Taig Micro Mill. 1/4-20" lead screw. Powered by 1.25hp router with a 4:1 pulley reduction. Driven by Ethernet SmoothStepper to a Gecko 6540. Nema 23 motors. 3 Axis.

Offline yemil

*
  •  21 21
    • View Profile
Re: Double touch when using auto zero. Plate grounded error.
« Reply #15 on: April 17, 2018, 11:13:36 PM »
hi .. i am  sort of new on this..

just asking and learning....

i dont know much of these codes   ...but i need a script for auto zeroing my mach3 

could you post the entire script?

thanks in advance