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.qdshombre wrote:I plugged the 2 cables Y on Z min and the switch dont stop the bed on the Y axis.
Z home with autolevel
Re: Z home with autolevel
-Keep your mind and try to test it.
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!

-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!
Re: Z home with autolevel
I don't understand the manipulation, can you explain? TY
i3 Pro C double extrudeur MK8 - carte GT2560 avec 5 A4988 - lit chauffant
Re: Z home with autolevel
Hi,qdshombre wrote:I don't understand the manipulation, can you explain? TY
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
-Keep your mind and try to test it.
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!

-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!
Re: Z home with autolevel
hello , I handed the endstop on the Z axis and the moving don't stop
i3 Pro C double extrudeur MK8 - carte GT2560 avec 5 A4988 - lit chauffant
Re: Z home with autolevel
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?qdshombre wrote:hello , I handed the endstop on the Z axis and the moving don't stop
Have a look at the pic i post to see if it will help:
-Keep your mind and try to test it.
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!

-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!
Re: Z home with autolevel
// 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''.
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''.
i3 Pro C double extrudeur MK8 - carte GT2560 avec 5 A4988 - lit chauffant
Re: Z home with autolevel
Could you plz attach a pic of the status after your inputing M119?Home your printer firstqdshombre 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''.
-Keep your mind and try to test it.
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!

-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!
Re: Z home with autolevel
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.qdshombre wrote:
-Keep your mind and try to test it.
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!

-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!
Re: Z home with autolevel
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
04:59:52.037 : y_min: TRIGGERED
04:59:52.037 : z_min: open
I have with X and Y, not for Z
i3 Pro C double extrudeur MK8 - carte GT2560 avec 5 A4988 - lit chauffant