Willkommen! Anmelden Ein neues Profil erzeugen

Erweiterte Suche

Mendel90 Octoprint Auto Bed Leveling

geschrieben von boha62 
Re: Mendel90 Octoprint Auto Bed Leveling
05. December 2019 12:41
Quote
Micro3D
Ich hatte ja denn ABL Sensor als MIN Endstop konfiguriert , die frage was sagt M119 ?

Send: M119
Recv: Reporting endstop status
Recv: x_max: TRIGGERED
Recv: y_max: TRIGGERED
Recv: z_min: open
Re: Mendel90 Octoprint Auto Bed Leveling
11. December 2019 11:47
@Hallo

Ich würde erst mal vorschlagen ohne den ABL Sensor zu Arbeiten .
Stell das so ein wie es vorher auch schon funktioniert hat, also Z_MAX Endstop oben


Mein erster grinning smiley Drucker ein Prusa Mendel i2 + RAMPS 1.4 & LCD 12864 Graphic Smart Controller,
P3Steel Mein P3Steel noch im bau
Marlin 2.0
Re: Mendel90 Octoprint Auto Bed Leveling
12. December 2019 16:01
Hi.. das würde ich gerne.. aber bekomme eine Fehlermeldung, dass Z Min Probe konfiguriert ist und ich muss ehrlich gestehen, Marlin kann ich nur rudimentär...
Re: Mendel90 Octoprint Auto Bed Leveling
12. December 2019 16:12
@Hallo

Ich hatte es so schon versuch zu posten , hat er wohl nicht gespeichert eye popping smiley

// @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

/**
 * A Fix-Mounted Probe either doesn't deploy or needs manual deployment.
 *   (e.g., an inductive probe or a nozzle-based probe-switch.)
 */
//#define FIX_MOUNTED_PROBE

// @section homing

//#define NO_MOTION_BEFORE_HOMING     // Inhibit movement until all axes have been homed

//#define UNKNOWN_Z_NO_RAISE          // Don't raise Z (lower the bed) if Z is "unknown." For beds that fall when Z is powered off.

//#define Z_HOMING_HEIGHT 10            // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
                                      // Be sure you have this distance over your Z_MAX_POS in case.

// Direction of endstops when homing; 1=MAX, -1=MIN
// :[-1,1]
#define X_HOME_DIR 1
#define Y_HOME_DIR 1
#define Z_HOME_DIR 1

EDIT:

Es kann sein das du das auch noch deaktivieren musst
/**
 * Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
 *
 * Enable this option for a probe connected to the Z Min endstop pin.
 */
//#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN


EDIT:2

Kommando zurück ich glaube mit Marlin und denn Z_MAX Endstop wird es nichts , man könnte die Repetier Firmware versuchen . Das einfachste ist ein Z_MIN Endstop anzubauen.


MFG Stefan

2-mal bearbeitet. Zuletzt am 12.12.19 16:40.


Mein erster grinning smiley Drucker ein Prusa Mendel i2 + RAMPS 1.4 & LCD 12864 Graphic Smart Controller,
P3Steel Mein P3Steel noch im bau
Marlin 2.0
Re: Mendel90 Octoprint Auto Bed Leveling
13. December 2019 12:21
Quote
Micro3D
@Hallo

Ich hatte es so schon versuch zu posten , hat er wohl nicht gespeichert eye popping smiley

// @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

/**
 * A Fix-Mounted Probe either doesn't deploy or needs manual deployment.
 *   (e.g., an inductive probe or a nozzle-based probe-switch.)
 */
//#define FIX_MOUNTED_PROBE

// @section homing

//#define NO_MOTION_BEFORE_HOMING     // Inhibit movement until all axes have been homed

//#define UNKNOWN_Z_NO_RAISE          // Don't raise Z (lower the bed) if Z is "unknown." For beds that fall when Z is powered off.

//#define Z_HOMING_HEIGHT 10            // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
                                      // Be sure you have this distance over your Z_MAX_POS in case.

// Direction of endstops when homing; 1=MAX, -1=MIN
// :[-1,1]
#define X_HOME_DIR 1
#define Y_HOME_DIR 1
#define Z_HOME_DIR 1

EDIT:

Es kann sein das du das auch noch deaktivieren musst
/**
 * Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
 *
 * Enable this option for a probe connected to the Z Min endstop pin.
 */
//#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN


EDIT:2

Kommando zurück ich glaube mit Marlin und denn Z_MAX Endstop wird es nichts , man könnte die Repetier Firmware versuchen . Das einfachste ist ein Z_MIN Endstop anzubauen.


MFG Stefan

Jung, super vielen Dank!

Er homed jetzt richtig und die Endstopps funktionieren so wie vorher!

Jetzt versuche ich mich mal darin Z0 einzustellen, das sollte klappen!

Daaaaaaaanke!
Re: Mendel90 Octoprint Auto Bed Leveling
13. December 2019 13:27
@Hallo dasneo72

freut mich das ich dir und Bodo da mt Helfen konnte grinning smiley


MFG Stefan


Mein erster grinning smiley Drucker ein Prusa Mendel i2 + RAMPS 1.4 & LCD 12864 Graphic Smart Controller,
P3Steel Mein P3Steel noch im bau
Marlin 2.0
In diesem Forum dürfen leider nur registrierte Teilnehmer schreiben.

Klicke hier, um Dich einzuloggen