We use cookies to personalize content, interact with our analytics companies, advertising networks and cooperatives, and demographic companies, provide social media features, and to analyze our traffic. Our social media, advertising and analytics partners may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services. Learn more.
Charley, your writeup helped immensely! The only thing I have to say is that for X and Y axis zeroing using your method, you have to change it to a negative (-) (the G38.2 X-.5 F1) this allows the X to move left in search of the touchplate, the same holds true for the Y…
I’m having a weird problem trying to get my touch plate to work. When I enter G38.2 Z-.5 F1 into UGS my Z axis goes up. Changing to G38.2 Z.5 F1 also goes up.
so you do not jogging the z access because I try to use touch plate but the spindle come down and not stop and continue to the point i set in jogging, i do not use code, is that will solve my problem.
I am sorry but I don’t understand your question. It sounds like you are saying that the bit does not stop when zeroing the Z axis. If this is the case,are you using a comma as a decimal separator or a dot?
I use pic sender to send g code to my x carve
I use up and down to set z , x and y
when I want to use touch plate the bit touch the plate and not stop
as you said you use code to do that
i am try to use up and down in z, x, and y
is using code instead jogging make different stop or not stop
That touch plate does not support zeroing for the X or Y axis. You can use the following code to zero the Z axis but you will need to edit the code to indicate the height of this touch plate.
Fore use in Inch Mode:
G20
G92 Z0
G38.2 Z-0.8 F3
G91 G0 Z0.05 F5
G38.2 Z-0.2 F3
G92 Z XXXX (Replace the XXXX with the height of the touch plate in inches)
G91 G1 Z0.125 F30
G91 G1 X1 F30
G91 G1 Y1 F30
For use in Metric Mode
G21
G92 Z0
G38.2 Z-25 F100
G91 G1 Z0.05 F750
G38.2 Z-17 F75
G92 Zxxxx (Replace the xxxx with the height of the touch plate in mm)
G91 G1 Z3.75 F750
G91 G1 X25 F750
G91 G1 Y25 F750
Jamal,
Update to the newest version of PicSender (ver.3.2.1). It has a probe test feature that will let you test your probe is working. www.picengrave.com - PicSender