Willkommen! Anmelden Ein neues Profil erzeugen

Erweiterte Suche

Endstops richtig einstellen..

geschrieben von ossilampe 
Endstops richtig einstellen..
20. February 2016 06:52
Hallo Forum,

Ich habe mein Drucker seit 1 Jahr, bis jetzt lief er immer seiten verkert das heist alle drucke kammen gespiegelt raus, nun im zuge des umbaus auf autobed level mus ich ihn richtig einstellen.
Leider bin ich gerade recht verwirt, egal was ich einstelle er geht immer verkehrt...

Drucker von vorne gesehen sind meine Sensoren (induktiv) hinten Links, also das soll Y0 und X0 sein..

Wie muss ich das nun in der Marlin einstellen???

gruss Tom
Re: Endstops richtig einstellen..
20. February 2016 07:28
Bewegtes Bett oder nicht, Bild?


[www.facebook.com]

Power is nothing.....without control!
Re: Endstops richtig einstellen..
20. February 2016 08:05
Hallo Stud54,

hier sind zwei bilder...





Hier noch ein bild der Endstops (PNP)



angesteckt sind sie jetzt auf dem Rumbaboard auf X- und Y-

in der firmware habe ich


// coarse Endstop Settings
#define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors

#if DISABLED(ENDSTOPPULLUPS)
  // fine endstop settings: Individual pullups. will be ignored if ENDSTOPPULLUPS is defined
  //#define ENDSTOPPULLUP_XMAX
  //#define ENDSTOPPULLUP_YMAX
  //#define ENDSTOPPULLUP_ZMAX
#define ENDSTOPPULLUP_XMIN
#define ENDSTOPPULLUP_YMIN
//#define ENDSTOPPULLUP_ZMIN
  //#define ENDSTOPPULLUP_ZMIN_PROBE
#endif

// Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup).
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.
const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
//#define DISABLE_MAX_ENDSTOPS
//#define DISABLE_MIN_ENDSTOPS

Re: Endstops richtig einstellen..
20. February 2016 09:12
Googel man nach nem kartesischen Koordinatensystem. Vielleicht wird dann einiges klarer.

X0 und Y0 sind immer vorne links. Bei dir eben nicht. Also gehören die Endschalter auf dem Rumba auch anders gesteckt.

Den Rest findest du selber raus...


[www.facebook.com]

Power is nothing.....without control!
In diesem Forum dürfen leider nur registrierte Teilnehmer schreiben.

Klicke hier, um Dich einzuloggen