Welcome! Log In Create A New Profile

Advanced

AutoLeveling: Z monte pas entre 2 probings

Posted by jhd 
jhd
AutoLeveling: Z monte pas entre 2 probings
June 22, 2014 10:51AM
Salut a tous, j'ai un souci avec mon autoleveling, entre 2 probings, le Z ne monte pas du tout. J'ai passé 3 heures à chercher et j'en suis toujours au même résultat.

Quelqu'un as t il deja eu ce souci ?


------------------------------------------------------------------------------------------------------------
Blog de GeeK: [www.zem.fr]
Reprap Prusa Mendel V2 pour 500€: [www.zem.fr]
Attachments:
open | download - Configuration.h (30.9 KB)
Re: AutoLeveling: Z monte pas entre 2 probings
July 02, 2014 11:42PM
J'ai le même souci de mon côté. Je m'y planche dans l'après midi pour voir d'ou ça peut provenir.
jhd
Re: AutoLeveling: Z monte pas entre 2 probings
July 03, 2014 02:39AM
micka tu peux me tenir informé ? J'ai pas eu le temps de testé mais j'ai mon Z endstop max dsactivé dans marlin. Peut être ca viendrait de ca


------------------------------------------------------------------------------------------------------------
Blog de GeeK: [www.zem.fr]
Reprap Prusa Mendel V2 pour 500€: [www.zem.fr]
Re: AutoLeveling: Z monte pas entre 2 probings
July 03, 2014 05:59AM
L'autobed n'a pas besoin de endstop max.


Je l'ai gardé pour ma part cela permet de parquer mon chariot en haut pour bricoler.



Verifie bien que ton endstop z min est fonctionnel.
Commande m118. Tu veriffie que c'est bien etat bas quand tu touche pas . et triggered quand tu le touche
Re: AutoLeveling: Z monte pas entre 2 probings
July 03, 2014 11:19AM
Bon j'ai trouvé mes erreurs.... Tous d'abord merci "one-t" vous m'avez aiguillé sur :
1: mon end stop qui était mal câblé
2: après avoir fait M119 dans le g-code z-min était "Triggered" sans rien toucher, mit en false plutôt que true.
3: 3éme erreurs mon z-max était aussi inversé "Triggered" sans rien toucher, mit en false plutôt que true.

Le palpage marche nickel
Manque plus qu'a réglé la surface de palpage, car quand je fait un home des 3 axes en même temps ma buse et mal positionné.

J’espère que cela va t'aider "jld"

Encore Merci
Re: AutoLeveling: Z monte pas entre 2 probings
July 03, 2014 11:19AM
mes modifications dans marlin:

// The pullups are needed if you directly connect a mechanical endswitch between the signal and ground pins.
const bool X_MIN_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
const bool Y_MIN_ENDSTOP_INVERTING = true; // 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 = false; // set to true to invert the logic of the endstop.

Edited 2 time(s). Last edit at 07/03/2014 11:24AM by micka24.
Re: AutoLeveling: Z monte pas entre 2 probings
July 03, 2014 02:09PM
Bon mon dernier souci est au niveau du "Z_PROBE_OFFSET_FROM_EXTRUDER" (je crois). En y entrant une valeur de -5 ou -16 ou -20 mon impression débute toujours a 2.5 mm au dessus du plateau....
// these are the offsets to the probe relative to the extruder tip (Hotend - Probe)
  #define X_PROBE_OFFSET_FROM_EXTRUDER -15
  #define Y_PROBE_OFFSET_FROM_EXTRUDER -7.30
  #define Z_PROBE_OFFSET_FROM_EXTRUDER -16

  #define Z_RAISE_BEFORE_HOMING 4       // (in mm) Raise Z before homing (G28) for Probe Clearance.
                                        // Be sure you have this distance over your Z_MAX_POS in case

  #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min

  #define Z_RAISE_BEFORE_PROBING 20    //How much the extruder will be raised before traveling to the first probing point.
  #define Z_RAISE_BETWEEN_PROBINGS 10  //How much the extruder will be raised when traveling from between next probing points
Re: AutoLeveling: Z monte pas entre 2 probings
July 03, 2014 02:10PM
Mon "start G-code" est:

G28 X0 Y0 ;home X and Y
G29 ;probe bed
G90 ;set absolute coordinates
G92 E0 ;reset extruder distance
G1 Z5 F300 ;move platform down 5mm
G1 X170 Y135 F3000 ;move to back right corner

Edited 1 time(s). Last edit at 07/03/2014 02:10PM by micka24.
jhd
Re: AutoLeveling: Z monte pas entre 2 probings
July 03, 2014 03:39PM
Je teste ça ce week end Micka merci pour les info a toi et one-t


------------------------------------------------------------------------------------------------------------
Blog de GeeK: [www.zem.fr]
Reprap Prusa Mendel V2 pour 500€: [www.zem.fr]
Sorry, only registered users may post in this forum.

Click here to login