Welcome! Log In Create A New Profile

Advanced

Question calibration pour ma nouvelle Prusa...

Posted by pluchon 
Question calibration pour ma nouvelle Prusa...
March 13, 2013 05:17PM
Voilà j'ai réussi à régler mes fdc, aligner le bed, et mon homing fonctionne.
Par contre comment on règle l'amplitude des axes au niveau soft càd la l'arrêt des moteurs à l'opposé des fdc ?
Je comprends bien que cela doit être au niveau du firmware (sprinter) mais je ne trouve pas où... Car là les moteurs
"S'arrêtent" lorsqu'ils bute sur le châssis ......... Donc pas bien !

Merci

Edited 1 time(s). Last edit at 03/13/2013 05:26PM by pluchon.
Re: Question calibration pour ma nouvelle Prusa...
March 13, 2013 05:28PM
Yop

Dans repetier-host tu peux regler sa dans les parametrage d'imprimante
Re: Question calibration pour ma nouvelle Prusa...
March 13, 2013 05:31PM
Merci, la fonction n'existe pas sur Pronterface ?
Fil
Re: Question calibration pour ma nouvelle Prusa...
March 14, 2013 02:18AM
dans pronterface

dans setting/option, il y a une case marquée "build dimension"
je crois que c'est ce que tu cherches
Re: Question calibration pour ma nouvelle Prusa...
March 24, 2013 05:29PM
merci
Re: Question calibration pour ma nouvelle Prusa...
March 24, 2013 06:30PM
En premier vérifier ?_HOME_DIR est ok pour chaque axe. ça définit ou se trouve le 0 de l'axe

Si le homing se passe bien normalement c'est bon.

Ensuite ajuster ?_MAX_LENGTH

Ca se trouve dans sprinter/configuration.h et il faut reflasher le firmware si on modifie :

//-----------------------------------------------------------------------
//// 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 ENDSTOPS_ONLY_FOR_HOMING // If defined the endstops will only be used for homing

const bool min_software_endstops = false; //If true, axis won't move to coordinates less than zero.
const bool max_software_endstops = true; //If true, axis won't move to coordinates greater than the defined lengths below.


//-----------------------------------------------------------------------
//Max Length for Prusa Mendel, check the ways of your axis and set this Values
//-----------------------------------------------------------------------
const int X_MAX_LENGTH = 200;
const int Y_MAX_LENGTH = 200;
const int Z_MAX_LENGTH = 120;
Sorry, only registered users may post in this forum.

Click here to login