Z Probe connection
-
I am using a Precision Piezo Orion module and when I tap it, the web interface shows it going to zero and then back to about 600. So Duet sees the signal, but when ever I do G30 it will not stop and will crash into the bed. I have to turn off the machine to stop it. I have tried modes P1 P3 P8 and have changed from l1 to l0 as well. Here is my last failed setup:
; Z-Probe
M558 P3 l0 R0.4 H300 F300 X0 Y0 Z0
G31 X0 Y0 Z-0.1 P600
M557 R155 S20 -
try this:
M558 P8 I1 R0.4 H300 F300 X0 Y0 Z0
when you tap the nozzle, you should see the probe value go to 1000 in DWC.
If that is not the case, maybe you miswired the probe, where did you connect it on the board?
You should use the Z probe connector as stated in the manual. -
@whosrdaddy I connected it to the Z probe pins. When I turn the printer on the probes led comes on. I have the sensitivity set at P600. When the probe is just sitting it reads 620-630. When I tap it, the reading goes to zero and then right back to 620.
-
@craig I have been in contact with Precision Piezo, and this was their reply. "Hi Craig, Unfortunately I don't have any experience of the duet so it's not easy to offer advice. What I can tell you is that the Orion behaves exactly like a standard microswitch except that for the Orion you need to turn pullups off. Simon runs a Duet and should be able to help you but he's travelling in Europe at the moment and so replies may be slower than normal. I'll do some reading into the operation of the Duet with the Orion probe and get back to you if I find anything I think might help. Idris
-
Craig, don't use P3, it is used for analog probe types, I have several printers (only cartesion) using P8 which gives the best results...
Did you setupM574
to use a probe for Z?
something likeM574 Z1 S2
-
@whosrdaddy I have tried most of the Modes and I was just trying another variation. BUT, I don't use M574 and its for endstops. I am connected to the Z-Probe pins. ??
-
I have a Piezo on my cartesian and love it. It runs on a Smoothie Board. So I have to learn over again how to make it work with a different board.
-
This is what I am using for endstops: M574 X2 Y2 Z2 S1
-
yeah, I forgot you have a Delta
so the config is basically correct.
Can you confirm that If you set M558 P8 I1 (thats I from Isaac), and you tap the nozzle, you see 1000 as probe value in DWC? -
The code below shows 360 n open and 1000 on closed or at contact. P8 mode did not show anything or respond.
M558 P1 I1 R0.4 H300 F300 X0 Y0 Z0
G31 X0 Y0 Z-0.1 P1000 ;
M557 R155 S20 -
This setup gives P=0 and on a tap goes to 1000. With this setup when I press G30 I can't stop the effector from going down. If I let it go, it slows about 50 mm above the bed and then makes two random moves. It then moves to X0 Y0 and probes. Comes up makes two more random moves, then back to X0 Y0 and Z35 and stops. I don't understand all of the movement, but at the end, the location is accurate..
; Z-Probe
M558 P5 I1 R0.4 H300 F300 X0 Y0 Z0
G31 X0 Y0 Z-0.1 P1000
M557 R155 S20 -
If P8 does not work then it means that you are running an older firmware.
P8 is essentially the same as P5 but unfiltered (so faster).
What firmware are you running (check settings page in DWC)? -
@whosrdaddy 1.19.2
-
@craig Thats really old. This will work in 1.21...