Z-probe and autoleveling on my mendelmax 1.5 need help
Hello, I want to upgrade my printer with z-probing/ autoleveling bed, because I have to adjust the heated bed very often,..... So I made a new configuration in repetier-Firmware config tool and upload it to my ramps 1.4. i also install servo on the board and make it run with manual command.
When I send G32 S1 via RH program to te printer, printer is making 3 point measuerment but with no servo extraced,.... Please see the video below in the link. What am I doing wrong?? Please also see my configuration.h file. (ps i've got Z_min endstop for Z homing and Z_max for z_probe)
VIDEO
Regards
When I send G32 S1 via RH program to te printer, printer is making 3 point measuerment but with no servo extraced,.... Please see the video below in the link. What am I doing wrong?? Please also see my configuration.h file. (ps i've got Z_min endstop for Z homing and Z_max for z_probe)
VIDEO
Regards
Comments
#define Z_PROBE_START_SCRIPT ""
#define Z_PROBE_FINISHED_SCRIPT ""
<br>
If you do not tell it needs to activate a servo it will not do it. Add the right servo commands in start/end and it will do this.
Thanks
Verify z-probe
Before you risk any damage, you should test, if you have configured the z-probe correctly. Run a
to
check the signal of the z-probe. It should be low/off. Now trigger it
by hand and send the command again. Make sure the signal is now
inverted.
When I run G31 command I get Z-probe state:H, when I trigger my switch and send the command again i get the same result-> Z-probe state:H
Does this mean that I wired microswitch wrong to the board or something else? (please see the picture of the ramps, where I wired my switch)
thanks for reply
Thanks