stop switches don't stop the travel

szeiger
Posts: 40
Joined: Sat Mar 14, 2015 11:10 pm

stop switches don't stop the travel

Post by szeiger » Fri Mar 20, 2015 9:42 am

on all 3 axis, x y and z, stop switches don't stop the travel. The carriage will hit the stop, vibrate as it tries to travel farther, finally give up, back ooff a little, and then hit it again and stop. So it acts as if the stop switch needs to be pressed twice to actually stop.

Please help as soon as possible.

Scott

zhangxueyou
Posts: 1405
Joined: Fri Feb 06, 2015 1:33 pm

Re: stop switches don't stop the travel

Post by zhangxueyou » Fri Mar 20, 2015 10:05 am

Please change the relevant values in firmware file "configuration.h":
"
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; // set to true to invert the logic of the endstop.
"
Please reverse the value.

szeiger
Posts: 40
Joined: Sat Mar 14, 2015 11:10 pm

Re: stop switches don't stop the travel

Post by szeiger » Fri Mar 20, 2015 10:58 am

How do I edit that file?

zhangxueyou
Posts: 1405
Joined: Fri Feb 06, 2015 1:33 pm

Re: stop switches don't stop the travel

Post by zhangxueyou » Fri Mar 20, 2015 11:15 am

Do you have firmware files? If you don't have, please tell me your mainboard type, and your printer type. I will send you the firmware.
Select all the files(Ctrl+A) and drag them into Arduino IDE 1.0.1, jump to "configuration.h", and find the codes I sent you before. Reverse the values.
Click Verify(icon"√"), if display "Done compling", then click Upload (icon"→“).

szeiger
Posts: 40
Joined: Sat Mar 14, 2015 11:10 pm

Re: stop switches don't stop the travel

Post by szeiger » Fri Mar 20, 2015 9:25 pm

8mm acrylic I3B with the singuinolou board

Thank you

szeiger
Posts: 40
Joined: Sat Mar 14, 2015 11:10 pm

Re: stop switches don't stop the travel

Post by szeiger » Fri Mar 20, 2015 9:33 pm

no to having firmware files
I have the 8mm I3B with the singuilo board

szeiger
Posts: 40
Joined: Sat Mar 14, 2015 11:10 pm

Re: stop switches don't stop the travel

Post by szeiger » Fri Mar 20, 2015 9:35 pm

no, I do not have the firmware files
I have the 8mm I# I3B with the singuilolo board.

Thank you

szeiger
Posts: 40
Joined: Sat Mar 14, 2015 11:10 pm

Re: stop switches don't stop the travel

Post by szeiger » Fri Mar 20, 2015 9:41 pm


szeiger
Posts: 40
Joined: Sat Mar 14, 2015 11:10 pm

Re: stop switches don't stop the travel

Post by szeiger » Sat Mar 21, 2015 10:27 am

I do not have the firmware files
I3B sangino board

Thank you

szeiger
Posts: 40
Joined: Sat Mar 14, 2015 11:10 pm

Re: stop switches don't stop the travel

Post by szeiger » Sun Mar 22, 2015 9:48 am

no, I do not have the firmware file
I have 3 I3B sanguilo board

szeiger@sjservices.com

Post Reply