how to add the z-probe status?
-
@moth4017 same error in G32
-
@Simone is this a new build printer?
-
@moth4017 modified ender 3 whit a E3 RRF V1.1 and the KlackEnder-Probe
-
@Simone have you gone through this commissioning yet?
https://docs.duet3d.com/en/How_to_guides/Commissioning -
@Simone a simple normally closed endstop switch
-
@Simone nop i will do it!
-
@moth4017 thank you so much for your help! I'll continue tomorrow after doing all the ceks thanks again!
-
@Simone ok
-
i see the probe push the bed down
-
@Simone Please send
M115
in the console and post the response so we know what hardware and firmware you are using. Please also post your config.g, homeall.g and homez.g.A Normally-Closed (NC) microswitch should not need inverting, ie no
!
in the M558 C parameter, eg:M558 P5 C"probe1" H15 F2000:300 T20000 A2 S0.01
I'm not sure what a Klicky probe should report when not connected, but probably '1000'. When connected it should read '0'. When triggered by touching the bed (or your finger, for testing) it should read '1000'.
If the probe is responding correctly, as above, most likely your homing macros are not correct, and it is still trying to find the Z endstop rather than using the probe.
Probe testing, see: https://docs.duet3d.com/User_manual/Connecting_hardware/Z_probe_testing
Example homeall.g, homez.g using probe: https://docs.duet3d.com/User_manual/Machine_configuration/Configuration_cartesian#homing-zIan
-
@droftarts I managed to solve the problem using Pull-up resistor, but now i have onother one ahhahah,
what is z=0 datum? -
@Simone found it
-
@Simone how i tell the difference in height between the probe and the nozzle to the height map?
-
@Simone said in how to add the z-probe status?:
how i tell the difference in height between the probe and the nozzle to the height map?
It would help you a lot, and speed up helping you, if you did what I asked for earlier:
Please send M115 in the console and post the response so we know what hardware and firmware you are using. Please also post your config.g, homeall.g and homez.g.
Please post these as text, not images. Ideally, post code within code tags, by clicking the button that looks like
</>
in the toolbar.Ian