Z home with autolevel

User avatar
William
Site Admin
Posts: 6340
Joined: Tue Jun 07, 2016 9:38 am

Re: Z home with autolevel

Post 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.
-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!
qdshombre
Posts: 30
Joined: Wed May 18, 2016 6:07 am

Re: Z home with autolevel

Post by qdshombre »

I don't understand the manipulation, can you explain? TY
i3 Pro C double extrudeur MK8 - carte GT2560 avec 5 A4988 - lit chauffant
User avatar
William
Site Admin
Posts: 6340
Joined: Tue Jun 07, 2016 9:38 am

Re: Z home with autolevel

Post 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
-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!
qdshombre
Posts: 30
Joined: Wed May 18, 2016 6:07 am

Re: Z home with autolevel

Post by qdshombre »

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
User avatar
William
Site Admin
Posts: 6340
Joined: Tue Jun 07, 2016 9:38 am

Re: Z home with autolevel

Post 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
endstop.png (25.91 KiB) Viewed 11378 times
-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!
qdshombre
Posts: 30
Joined: Wed May 18, 2016 6:07 am

Re: Z home with autolevel

Post 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''.
i3 Pro C double extrudeur MK8 - carte GT2560 avec 5 A4988 - lit chauffant
User avatar
William
Site Admin
Posts: 6340
Joined: Tue Jun 07, 2016 9:38 am

Re: Z home with autolevel

Post 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
1.png (15.31 KiB) Viewed 11061 times
-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!
qdshombre
Posts: 30
Joined: Wed May 18, 2016 6:07 am

Re: Z home with autolevel

Post by qdshombre »

M119 (Copier).jpg
M119 (Copier).jpg (176.07 KiB) Viewed 11336 times
i3 Pro C double extrudeur MK8 - carte GT2560 avec 5 A4988 - lit chauffant
User avatar
William
Site Admin
Posts: 6340
Joined: Tue Jun 07, 2016 9:38 am

Re: Z home with autolevel

Post 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.
-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!
qdshombre
Posts: 30
Joined: Wed May 18, 2016 6:07 am

Re: Z home with autolevel

Post 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
i3 Pro C double extrudeur MK8 - carte GT2560 avec 5 A4988 - lit chauffant
Post Reply