Replies: 1 comment 1 reply
-
Where are is the status of pin information shown here I checked the log file and this is all it gave on the probe command INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Sending gcode command: G10 L20 P1 Z0 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've finished my CNC conversion of a Seig X2D and everything works except probing. I've spent several days checking the wiring from Phil Barrett's grblHAL breakout board to the touch plate. I even used aa custom arduino sketch to display the value of the probe pin touched=1 and not touched=0. To save on bits I have a piece of copper wire in the chuck which is more forgiving than a bit if probing fails to stop.. As it stands now the z-probe goes down and stops, the XY probe only touches the Y then quits. Will's video on probing said I should see a double tap then the bit retracts.
I'm currently running
Product Version: Universal Gcode Platform 20210208
Java: 1.8.0_275; OpenJDK Client VM 25.275-b01
Runtime: OpenJDK Runtime Environment 1.8.0_275-b01
System: Linux version 5.10.17-v7l+ running on arm; UTF-8; en_US (ugsplatform)
User directory: /home/pi/.ugsplatform/2.0.7-SNAPSHOT/dev
Cache directory: /home/pi
My probe settings for Z-axis
These are my firmware settings and a test of the Z probe command at the end. I turned on verbose and saw nothing useful. I tried several different $10 values and the only one that seems to work is $10=2. $6 is inverted . without that I get an immediate error stating the probe pin is in the wrong state. How do I collect useful information on what is happening during and after the probe move.? I'd like to stop using the by eye method of zeroing the axes.
GrblHAL 1.1f ['$' or '$HELP' for help]
Beta Was this translation helpful? Give feedback.
All reactions