Page 1 of 1

endstop to max

Posted: 21/12/2014, 15:08
by marcos
Ciao,

non riesco a configurare adeguatamente gli endstop.
Gli assi X e Y, i cui endstop sono posizionati in 0 (quindi a MIN), funzionano correttamente.

Per l'asse Z, il cui endstop è posizionato a MAX, ho settato il config come di seguito, ma nel momento in cui mando in home gli assi, Z non si muove.

// 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

#define min_software_endstops false //If true, axis won't move to coordinates less than HOME_POS.
#define max_software_endstops false //If true, axis won't move to coordinates greater than the defined lengths below.
// Travel limits after homing
#define X_MAX_POS 200
#define X_MIN_POS 0
#define Y_MAX_POS 200
#define Y_MIN_POS 0
#define Z_MAX_POS 190
#define Z_MIN_POS 0

#define X_MAX_LENGTH (X_MAX_POS - X_MIN_POS)
#define Y_MAX_LENGTH (Y_MAX_POS - Y_MIN_POS)
#define Z_MAX_LENGTH 190

// The position of the homing switches
//#define MANUAL_HOME_POSITIONS // If defined, MANUAL_*_HOME_POS below will be used
//#define BED_CENTER_AT_0_0 // If defined, the center of the bed is at (X=0, Y=0)

//Manual homing switch locations:
#define MANUAL_X_HOME_POS 0
#define MANUAL_Y_HOME_POS 0
#define MANUAL_Z_HOME_POS Z_MAX_LENGTH


Ho fatto varie prove con il file di configurazione, ma senza successo.

Suggerimenti?

Grazie,

Marco

Re: endstop to max

Posted: 21/12/2014, 19:43
by alil2096
Scusa, ma il file di configurazione dove lo hai preso? Perchè quando ho comprato il kit della 3drag ho semplicemente montato tutto senza modificare niente e funzionava alla grande. Sicuro di aver fatto bene tutti i cablaggi? ;)