Exodus
About
- Username
- Exodus
- Joined
- Visits
- 4
- Last Active
- Roles
- Member
Comments
-
Have just been playing around with it again.Now the homing direction is ok.The next problem arises though... once I tell the printer to go to the home position, it touches all three switches once, goes down 10mm and then homes a second time.The seco…
-
Also I noticed this line in an other topic. #define X_HOME_DIR 1#define Y_HOME_DIR 1#define Z_HOME_DIR 1 The homing directions are ok now, as I switched the wires on the motors instead of doing it in the software by changing the 1 to -1. Would thi…
-
So the software endstops should be all on false?
-
Thank you for your reply! I am not at home now so just copying the code I have showed above to check if this is what you meant. I'll mark my changes to make it easier to see and to see if i understood you right #define ENDSTOP_PULLUP_X_MIN false #…