Willkommen! Anmelden Ein neues Profil erzeugen

Erweiterte Suche

BLTouch 3.1 Probing failed

geschrieben von Spacepilot 
BLTouch 3.1 Probing failed
22. June 2020 13:35
Servus,

habe mir den BLTouch 3.1 geholt und soweit hat alles gut geklappt, Z-Homing klappt aber wenn ich ABL starte homed er nochmal alle Achsen, fährt den ersten Punkt an, Pin fährt aus und kurz darauf Probing failed...mir ist absolut nicht klar warum.

Vielleicht kann ja einer weiterhelfen smiling smiley

Grüße
Anhänge:
Öffnen | Download - Configuration_adv.h (122.7 KB)
Öffnen | Download - Configuration.h (80.8 KB)
Re: BLTouch 3.1 Probing failed
23. June 2020 16:23
Tach
Ich quäle mich jetzt nicht durch deine configuration.h aber nach dem ausfahren muss innerhalb eines eingestellten Abstandes der Kontakt ausgelöst werden. Falls das Druckbett sich gar nicht bewegt, muss das auslöse Signal vielleicht invertiert werden.


Gruass us dr Schwiiz
Hansjürg
Re: BLTouch 3.1 Probing failed
23. June 2020 16:37
Aber beim Homing funktioniert es ja mit dem BLTouch wunderbar, ich hab auch schon alles probiert was mir eingefallen ist sad smiley
Er fährt beim ABL den PIN aus und bewegt sich nciht mal richtung Bett confused smiley
Re: BLTouch 3.1 Probing failed
24. June 2020 05:24
#define NOZZLE_TO_PROBE_OFFSET { 10, 25, 0 }

Warum ist dein Z-Wert 0?
D.h. der eingefahrene BL-Touch PIN ist exact auf Höher der Nozzelspitze?!
D.h beim Homen liegt deine Nozzel auf dem Bett auf?
Re: BLTouch 3.1 Probing failed
24. June 2020 07:27
Nein, zu beginn habe ich den Pin noch mit dem Finger gedrückt um sicherzustellen das mir die Nozzle nicht ins Bett fährt. Da hab ich die wohl aus versehen die Vorgängerversion der Config hochgeladen, hoppla...
Die Werte sind :

* Specify a Probe position as { X, Y, Z }
*/
#define NOZZLE_TO_PROBE_OFFSET { -3, -25, -2.1 }

// Most probes should stay away from the edges of the bed, but
// with NOZZLE_AS_PROBE this can be negative for a wider probing area.
#define MIN_PROBE_EDGE 15

// X and Y axis travel speed (mm/m) between probes
#define XY_PROBE_SPEED 2000

// Feedrate (mm/m) for the first approach when double-probing (MULTIPLE_PROBING == 2)
#define Z_PROBE_SPEED_FAST HOMING_FEEDRATE_Z

// Feedrate (mm/m) for the "accurate" probe of each point
#define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)

/**
* Multiple Probing
*
* You may get improved results by probing 2 or more times.
* With EXTRA_PROBING the more atypical reading(s) will be disregarded.
*
* A total of 2 does fast/slow probes with a weighted average.
* A total of 3 or more adds more slow probes, taking the average.
*/
#define MULTIPLE_PROBING 2
//#define EXTRA_PROBING 1

/**
* Z probes require clearance when deploying, stowing, and moving between
* probe points to avoid hitting the bed and other hardware.
* Servo-mounted probes require extra space for the arm to rotate.
* Inductive probes need space to keep from triggering early.
*
* Use these settings to specify the distance (mm) to raise the probe (or
* lower the bed). The values set here apply over and above any (negative)
* probe Z Offset set with NOZZLE_TO_PROBE_OFFSET, M851, or the LCD.
* Only integer values >= 1 are valid here.
*
* Example: `M851 Z-5` with a CLEARANCE of 4 => 9mm from bed to nozzle.
* But: `M851 Z+1` with a CLEARANCE of 2 => 2mm from bed to nozzle.
*/
#define Z_CLEARANCE_DEPLOY_PROBE 10 // Z Clearance for Deploy/Stow
#define Z_CLEARANCE_BETWEEN_PROBES 5 // Z Clearance between probe points
#define Z_CLEARANCE_MULTI_PROBE 5 // Z Clearance between multiple probes
//#define Z_AFTER_PROBING 5 // Z position after probing is done

#define Z_PROBE_LOW_POINT -2 // Farthest distance below the trigger-point to go before stopping

// For M851 give a range for adjusting the Z probe offset
#define Z_PROBE_OFFSET_RANGE_MIN -50
#define Z_PROBE_OFFSET_RANGE_MAX 50

// Enable the M48 repeatability test to test probe accuracy
#define Z_MIN_PROBE_REPEATABILITY_TEST


Grüße
Re: BLTouch 3.1 Probing failed
24. June 2020 12:29
sicher dass das hier so für dich korrekt ist?

#define BLTOUCH_SET_5V_MODE

Hast du die Nozzel und das Bett auf Temperatur? Wenn ja mal das hier ausprobieren:

#define PROBING_HEATERS_OFF

Eventuell mal das hier ausprobieren:

//#define MIN_SOFTWARE_ENDSTOP_Z

1-mal bearbeitet. Zuletzt am 24.06.20 12:34.
Re: BLTouch 3.1 Probing failed
24. June 2020 17:43
So,

nachdem ich von Version 020005 auf 020006 gewechselt hab und selbige Einstellungen wie davor eingeschrieben habe funktioniert ABL ohne Probleme!

Der 5V Mode ist richtig für den BLTouch 3.1 und das Probing sollte unabhängig vom Heizzustand funktionieren, den Softwareendstop umgehe ich mit Travellimit after Homing.

Danke für eure Hilfe und Vorschläge!
In diesem Forum dürfen leider nur registrierte Teilnehmer schreiben.

Klicke hier, um Dich einzuloggen