Welcome! Log In Create A New Profile

Advanced

Marlin Orca 0.4 (makemendel.com) Y & Z homing issues

Posted by vedran 
Marlin Orca 0.4 (makemendel.com) Y & Z homing issues
April 01, 2012 11:30AM
Hi smiling smiley
I uploaded marlin to my orca 0.4 linear from [makemendel.com]
All axis are inverted and I have changed that in configuration.h
Now only X axis is homing. Y and Z are not moving when home is pressed (pronterface).
When I send move command for Y and Z no problems in any direction but home command makes no reaction at all.

Any ideas ?

Regards,
Vedran
Re: Marlin Orca 0.4 (makemendel.com) Y & Z homing issues
April 02, 2012 04:37PM
Execute M119, This will tell you the state of the endstops.
I had to set the following in Marlin to have my homing working.
bool X_ENDSTOP_INVERTING=false
bool Y_ENDSTOP_INVERTING=false
bool Z_ENDSTOP_INVERTING=false
Re: Marlin Orca 0.4 (makemendel.com) Y & Z homing issues
April 02, 2012 06:35PM
I just checked my code, yes this is correct

Quote
jakowisp
bool X_ENDSTOP_INVERTING=false
bool Y_ENDSTOP_INVERTING=false
bool Z_ENDSTOP_INVERTING=false

but also

//// ENDSTOP SETTINGS:
// Sets direction of endstops when homing; 1=MAX, -1=MIN
#define X_HOME_DIR -1
#define Y_HOME_DIR -1
#define Z_HOME_DIR -1

You mentioned it was changed to 1. When I did that the homing stopped. So try going back to -1 For me the problem was just the ENDSTOP_INVERTING T/F statements


Ryan
Quality Engineer & Hobbyist
thingsandtrains.blogspot.com
Re: Marlin Orca 0.4 (makemendel.com) Y & Z homing issues
April 04, 2012 01:22PM
Thank you. I will try.
Sorry, only registered users may post in this forum.

Click here to login