Welcome! Log In Create A New Profile

Advanced

axies (x y z ) does not travel to the limit

Posted by hichamom 
axies (x y z ) does not travel to the limit
May 12, 2018 06:12PM
hi guys
i am building a 3d printer and i had a problem witch is the axis x y z stop at the middle and doesn't go all the way i mean there is a stopping point at the middle i tried to change the max pos on the marlin firmware .. stil has the same problem i hope you guys can help me out with this .... thanks in advance

Edited 1 time(s). Last edit at 05/12/2018 06:13PM by hichamom.
Re: axies (x y z ) does not travel to the limit
May 12, 2018 07:00PM
Let's start with what Model 3D Printer / 3d Printer Clone are you having problems with.

What version of Marlin are you configuring and attach the Configuration.h file for the forum to view, this will greatly assist us in helping you.
Re: axies (x y z ) does not travel to the limit
May 12, 2018 07:08PM
Quote
Roberts_Clif
Let's start with what Model 3D Printer / 3d Printer Clone are you having problems with.

What version of Marlin are you configuring and attach the Configuration.h file for the forum to view, this will greatly assist us in helping you.
thanks a lot Roberts well yes its a DIY printer i'am using the latest version 1.1.x i tried the default configuration and the same problem
here is my current configuration file
Attachments:
open | download - Configuration.h (64.8 KB)
Re: axies (x y z ) does not travel to the limit
May 12, 2018 09:55PM
It appears you have 200 X200 X200mm Print area.

You are using Software end-stops.
I have never used software end-stops will have to research before I can help you.

Use 'M211' to set software endstops on/off or report current state
// Min software endstops curtail movement below minimum coordinate bounds
#define MIN_SOFTWARE_ENDSTOPS
#if ENABLED(MIN_SOFTWARE_ENDSTOPS)
#define MIN_SOFTWARE_ENDSTOP_X
#define MIN_SOFTWARE_ENDSTOP_Y
#define MIN_SOFTWARE_ENDSTOP_Z
#endif

// Max software endstops curtail movement above maximum coordinate bounds
#define MAX_SOFTWARE_ENDSTOPS
#if ENABLED(MAX_SOFTWARE_ENDSTOPS)
#define MAX_SOFTWARE_ENDSTOP_X
#define MAX_SOFTWARE_ENDSTOP_Y
#define MAX_SOFTWARE_ENDSTOP_Z
#endif

Most likely someone with experience will step in to help! before I can do the research!

Edited 1 time(s). Last edit at 05/12/2018 09:57PM by Roberts_Clif.
Sorry, only registered users may post in this forum.

Click here to login