Welcome! Log In Create A New Profile

Advanced

End Stops

Posted by Chompalot 
End Stops
March 12, 2012 05:13PM
Hi all

I'm struggling to get the X and Y axis end stops to be recognised.

stranglely enough the z axis end stop works fine

since I have microswitches supplied with the electronic I've left

// Endstop Settings
#define ENDSTOPPULLUPS

as is, but had to change the
const bool X_ENDSTOPS_INVERTING = false; // set to true to invert the logic of the endstops.
const bool Y_ENDSTOPS_INVERTING = false; // set to true to invert the logic of the endstops.
const bool Z_ENDSTOPS_INVERTING = false; // set to true to invert the logic of the endstops.

from true to false, since my switches are wired normally closed.

and

#define min_software_endstops false

from true to false

can anyone hazard an idea as to why the x and y axis micro switches are ignored?
or spot any errors in my logic

firmware - Marlin
host software - printer interface
windows XP
Sorry, only registered users may post in this forum.

Click here to login