Welcome! Log In Create A New Profile

Advanced

Finalmente terminato....Revamping Prusa I3, ma....

Posted by tronicman 
Finalmente terminato....Revamping Prusa I3, ma....
December 26, 2015 11:06AM
Ragazzi finalmente il mio revamping strutturale è finito, tutto sommato mi faccio i complimenti perche è venuto davvero un bel lavoro, ma putroppo come ogni bella storia c'è sempre un "ma", nel mio caso ho aggiunto due sensori di prossimità induttivi (LJ12A3-4-Z/BY) nell' asse Y sia MIN che MAX, putroppo non sono riuscito a farli funzionare, o meglio....... facendo prove disperate sono riuscito a far sentire la piano il finecorsa di MIN, quindi muovendo a mano (Pronterface) se mi sposto verso il minimo il piano si ferma ed il sensore si accende, ma se faccio la HOME di Y il piano prosegue per il il MIN ma all'infinito anche se il sensore è acceso.

Altra stranezza, muovendo con pronterface il piano Y fino a far scattare il finecorsa di MIN inviando M119 mi dice NOT TRIGGERED



// Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup).
#define X_MIN_ENDSTOP_LOGIC   true   // set to true to invert the logic of the endstop.
#define Y_MIN_ENDSTOP_LOGIC   true   // set to true to invert the logic of the endstop.
#define Z_MIN_ENDSTOP_LOGIC   true   // set to true to invert the logic of the endstop.
#define E_MIN_ENDSTOP_LOGIC   false   // set to true to invert the logic of the endstop.
#define X_MAX_ENDSTOP_LOGIC   true   // set to true to invert the logic of the endstop.
#define Y_MAX_ENDSTOP_LOGIC   true   // set to true to invert the logic of the endstop.
#define Z_MAX_ENDSTOP_LOGIC   true   // set to true to invert the logic of the endstop.
#define Z_PROBE_ENDSTOP_LOGIC false   // set to true to invert the logic of the endstop.

// ENDSTOP SETTINGS:
// Sets direction of endstop when homing; 1=MAX, -1=MIN
#define X_HOME_DIR -1
#define Y_HOME_DIR -1
#define Z_HOME_DIR -1
#define E_HOME_DIR -1

#define min_software_endstops true  // If true, axis won't move to coordinates less than HOME_POS.
#define max_software_endstops true  // If true, axis won't move to coordinates greater than the defined lengths below.


// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
#define X_ENABLE_ON 0
#define Y_ENABLE_ON 0
#define Z_ENABLE_ON 0
#define E_ENABLE_ON 0      // For all extruder

// Disables axis when it's not being used.
#define DISABLE_X false
#define DISABLE_Y false
#define DISABLE_Z false
#define DISABLE_E false      // For all extruder
#define DISABLE_INACTIVE_EXTRUDER false //disable only inactive extruder and keep active extruder enabled

// Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
#define INVERT_X_DIR true
#define INVERT_Y_DIR true
#define INVERT_Z_DIR true
#define INVERT_E0_DIR true
#define INVERT_E1_DIR false
#define INVERT_E2_DIR false
#define INVERT_E3_DIR false


alcune foo
[copy.com]
[copy.com]

Edited 1 time(s). Last edit at 12/26/2015 11:08AM by tronicman.
Re: Finalmente terminato....Revamping Prusa I3, ma....
December 26, 2015 05:57PM
Cosi collegato, BLU signal MARRONE 12v NERO gnd, se misuro con il tester, quando il sensore è eccitato leggo sul BLU 0.2volt mentre normalmente 1.18volt, secondo voi sono misure regolati per questo tipo di sensore???
Sorry, only registered users may post in this forum.

Click here to login