Page 2 of 5
Re: Z home with autolevel
Posted: Fri Jul 01, 2016 11:13 am
by William
qdshombre wrote:I plugged the 2 cables Y on Z min and the switch dont stop the bed on the Y axis.
Sorry,my mistake.What i actually want to tell you to do is replace the Z axis's endstop with the X axis's directly not the connectors,cuz i think you need to check if the endstop of Z axis is broken.
Re: Z home with autolevel
Posted: Fri Jul 01, 2016 10:32 pm
by qdshombre
I don't understand the manipulation, can you explain? TY
Re: Z home with autolevel
Posted: Sat Jul 02, 2016 11:58 am
by William
qdshombre wrote:I don't understand the manipulation, can you explain? TY
Hi,
That is to say,as you know there are 3 endstops in total(X axis,Y axis and Z axis).I mean you can uninstall the endstop installed the X axis or Y axis before,then install the uninstalled endstop to Z axis's position cuz you said the X and Y axis can home normally.
Regards
Re: Z home with autolevel
Posted: Tue Jul 05, 2016 10:58 pm
by qdshombre
hello , I handed the endstop on the Z axis and the moving don't stop
Re: Z home with autolevel
Posted: Thu Jul 07, 2016 6:14 pm
by William
qdshombre wrote:hello , I handed the endstop on the Z axis and the moving don't stop
That's weird!I saw you said it's open when you home Z axis and input M119?Generally speaking,it appears "triggered" or "on" not "open".And have you done what i told you?
Have a look at the pic i post to see if it will help:

- endstop.png (25.91 KiB) Viewed 11389 times
Re: Z home with autolevel
Posted: Thu Jul 07, 2016 6:45 pm
by qdshombre
// The pullups are needed if you directly connect a mechanical endswitch between the signal and ground pins.
const bool X_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Y_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Z_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool X_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Y_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Z_MAX_ENDSTOP_INVERTING = false;
I don't have never ''triggered'', always ''open''.
Re: Z home with autolevel
Posted: Fri Jul 08, 2016 12:50 pm
by William
qdshombre wrote:// The pullups are needed if you directly connect a mechanical endswitch between the signal and ground pins.
const bool X_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Y_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Z_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool X_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Y_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Z_MAX_ENDSTOP_INVERTING = false;
I don't have never ''triggered'', always ''open''.
Could you plz attach a pic of the status after your inputing M119?Home your printer first

- 1.png (15.31 KiB) Viewed 11072 times
Re: Z home with autolevel
Posted: Mon Jul 11, 2016 8:01 pm
by qdshombre

- M119 (Copier).jpg (176.07 KiB) Viewed 11347 times
Re: Z home with autolevel
Posted: Tue Jul 12, 2016 10:01 am
by William
qdshombre wrote:M119 (Copier).jpg
Did your sensors of all the axis touch their own endstop???if they did,there should be "on" or "triggered" not "open".You haven't home them fully???If you didn't,manually move them to the endstop position then input the "M119" to see what happens.If you did,check the connection between the endstop and the endstop's connector on the motherboard.
Re: Z home with autolevel
Posted: Tue Jul 12, 2016 11:00 am
by qdshombre
04:59:52.037 : x_min: TRIGGERED
04:59:52.037 : y_min: TRIGGERED
04:59:52.037 : z_min: open
I have with X and Y, not for Z