Aller au contenu

GO Print

Problème Endstop PCB Sur SKR1.4 Turbo


Messages recommandés

Bonjour 😃

 

Voila je rencontre un problème sur ce type de switch 🤯

 

image.png.e93cde7b387ad4de7aabeba5d6958af6.png

 

Après plusieurs essai et vérification de l'état pronterface  avec la commande M119 l'état de mes switch sont les suivant: 

X_min: TRIGGERED

Y_min: TRIGGERED 

z_probe:TRIGGERED ( BLTOUCH installé )

filament: TRIGGERED ( si je positionne mon filament il passe en OPEN )

j'ai effectué le test suivant : déconnexion du câble Rouge sur le switch et mise en place du fil Noirs a la place du Rouge vérification avec pronterface commande M119 l'état de mes switch sont les suivant: 

X_min: Open

Y_min: Open

z_probe:TRIGGERED ( BLTOUCH installé ) 

filament: TRIGGERED ( si je positionne mon filament il passe en OPEN )

Mon Problème:

Lors de l'appuie sur le switch et en faisant bouger mon axe ce dernier ne ce stop pas dans les deux sans.

 

Voici ma configuration ==>

/ @section homing
 
// Specify here all the endstop connectors that are connected to any endstop or probe.
// Almost all printers will be using one per axis. Probes will use one or more of the
// extra connectors. Leave undefined any used for non-endstop and non-probe purposes.
#define USE_XMIN_PLUG
#define USE_YMIN_PLUG
#define USE_ZMIN_PLUG
//#define USE_XMAX_PLUG
//#define USE_YMAX_PLUG
//#define USE_ZMAX_PLUG
 
// Enable pullup for all endstops to prevent a floating state
#define ENDSTOPPULLUPS
#if DISABLED(ENDSTOPPULLUPS)
// Disable ENDSTOPPULLUPS to set pullups individually
//#define ENDSTOPPULLUP_XMAX
//#define ENDSTOPPULLUP_YMAX
//#define ENDSTOPPULLUP_ZMAX
//#define ENDSTOPPULLUP_XMIN
//#define ENDSTOPPULLUP_YMIN
//#define ENDSTOPPULLUP_ZMIN
//#define ENDSTOPPULLUP_ZMIN_PROBE
#endif
 
// Enable pulldown for all endstops to prevent a floating state
//#define ENDSTOPPULLDOWNS
#if DISABLED(ENDSTOPPULLDOWNS)
// Disable ENDSTOPPULLDOWNS to set pulldowns individually
//#define ENDSTOPPULLDOWN_XMAX
//#define ENDSTOPPULLDOWN_YMAX
//#define ENDSTOPPULLDOWN_ZMAX
//#define ENDSTOPPULLDOWN_XMIN
//#define ENDSTOPPULLDOWN_YMIN
//#define ENDSTOPPULLDOWN_ZMIN
//#define ENDSTOPPULLDOWN_ZMIN_PROBE
#endif
 
// Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup).
#define X_MIN_ENDSTOP_INVERTING true // Set to true to invert the logic of the endstop.
#define Y_MIN_ENDSTOP_INVERTING true // Set to true to invert the logic of the endstop.
#define Z_MIN_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop.
#define X_MAX_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop.
#define Y_MAX_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop.
#define Z_MAX_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop.
#define Z_MIN_PROBE_ENDSTOP_INVERTING true // Set to true to invert the logic of the probe.
Lien vers le commentaire
Partager sur d’autres sites

  • 4 weeks later...

Bonsoir

Alors première chose, peut tu nous montrer en vidéo ce que tu veut nous dire

car j'ai peur de ne pas très bien comprendre

Ton problème a-t'il évoluer ? Ou as tu trouvé des solutions entre temps ...

J'ai moi aussi fait l'acquisition d'une SKr 1.4 Turbo avec TMC 2208,

et je bloque sur un point ( le autoHome ) mais nous n'avons peut être pas le même problème ...

Lien vers le commentaire
Partager sur d’autres sites

Créer un compte ou se connecter pour commenter

Vous devez être membre afin de pouvoir déposer un commentaire

Créer un compte

Créez un compte sur notre communauté. C’est facile !

Créer un nouveau compte

Se connecter

Vous avez déjà un compte ? Connectez-vous ici.

Connectez-vous maintenant
×
×
  • Créer...