Não estou conseguindo ajustar o home do eixo X. Prusa I3

93 views
Skip to first unread message

Igor Araujo

unread,
Aug 24, 2016, 6:44:20 AM8/24/16
to RepRapBR
Ola, eu estou enfrentando um problema com a minha impressora Prusa I3, em relação ao homing do eixo X da impressora. O mais engraçado é que os eixos Y e Z o homing esta de acordo do planejado, o problema mesmo é o eixo X. Já li várias vezes o tutorial de calibração mas o problema ainda persiste... tem algo que eu não estou vendo ou pode ser outro problema? 

// The pullups are needed if you directly connect a mechanical endswitch between the signal and ground pins.
const bool X_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Y_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Z_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool X_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
const bool Y_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
//#define DISABLE_MAX_ENDSTOPS
//#define DISABLE_MIN_ENDSTOPS

// Disable max endstops for compatibility with endstop checking routine
#if defined(COREXY) && !defined(DISABLE_MAX_ENDSTOPS)
  #define DISABLE_MAX_ENDSTOPS
#endif

#define INVERT_X_DIR false   // for Mendel set to false, for Orca set to true
#define INVERT_Y_DIR false    // for Mendel set to true, for Orca set to false
#define INVERT_Z_DIR false     // for Mendel set to false, for Orca set to true
#define INVERT_E0_DIR false   // for direct drive extruder v9 set to true, for geared extruder set to false
#define INVERT_E1_DIR false    // for direct drive extruder v9 set to true, for geared extruder set to false
#define INVERT_E2_DIR false   // for direct drive extruder v9 set to true, for geared extruder set to false

virkram

unread,
Aug 24, 2016, 11:07:54 AM8/24/16
to RepRapBR
igor, detalha melhor o que está dando errado . A mesa move pro lado certo ou não move , a mesa não para quando toca no endstop .Detalha bem o que acontece para poder te ajudar qualquer detalhe por mais infimo
pode dar problema.

Bruno Cabral

unread,
Aug 24, 2016, 12:06:14 PM8/24/16
to repr...@googlegroups.com
Aperte e segure o endstop do X e envie o comando M119 pra impressora. Mostrou ligado?
Com ele sem segurar, o mesmo comando mostra desligado?
 
Quando move a impressora para a esquerda, o carro do X vai para a esquerda?
--
http://f2link.f2b.com.br/impressora3d

 

Reply all
Reply to author
Forward
0 new messages