Willkommen! Anmelden Ein neues Profil erzeugen

Erweiterte Suche

Kapazitiven Sensor will nach Update auf RC8 nicht mehr

geschrieben von CupaCabra 
Kapazitiven Sensor will nach Update auf RC8 nicht mehr
17. December 2016 13:06
Guten Abend,
Mein Arduino Board hatte nen lockeren USB Port also nen neues Beoard bestellt und dann festgestellt das meine Firmware nicht mehr aufzutreiben ist.
Hab mir die neue Marlin Firmware gezogen und festgestellt das Sich doch einiges geändert hat.
Laut Marlin Homepage
[marlinfw.org]#
Z_Probe_Optionliegt nun der Z_Probe auf Pin32 auf dem Ramps Board, das hab ich laut Anleitung geändert auf Pin18 (Z Min Endstop)
Die anderen Einstellung sind auch geändert.
Wenn ich M119 ans Board übergebe und den Kapazitiven Sersor Teigger Bleibt der immer aud Open.
Kann mir einer zur Hand gehen der die RC8 Version am Aufenthalt hat.
NPN Sensor
Re: Kapazitiven Sensor will nach Update auf RC8 nicht mehr
17. December 2016 13:29
Pullup auch abgestellt ? Endstop Logik invertiert ?
Re: Kapazitiven Sensor will nach Update auf RC8 nicht mehr
17. December 2016 14:04
Hi, in der Configuration.h han ich
Individual pullps

//#definde xxxx
//#definde xxxx
#definde ENDSTOPPULLUP_ZMIN
Ist aus

Und bei
//Mechanikal endstop with COM.....
#definde Z_MIN_ENDSTOP_INVERTING TRUE
#definde Z_MAX_ENDSTOP_INVERTING FALSE

Wenn du das meinst
Re: Kapazitiven Sensor will nach Update auf RC8 nicht mehr
17. December 2016 15:09
Ich verwende Marlin-RCBugFix das sollte die letzte bereinigte Version sein. Mein Sensor ist ein LJC18A3-H-Z/BX der ist NPN.

So sehen meine Endstops aus:

//===========================================================================
//============================== Endstop Settings ===========================
//===========================================================================

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

// 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).
#define X_MIN_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.
#define Y_MIN_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.
#define Z_MIN_ENDSTOP_INVERTING true // set to true to invert the logic of the endstop.
#define X_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.
#define Y_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.
#define Z_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.
#define Z_MIN_PROBE_ENDSTOP_INVERTING true // set to true to invert the logic of the probe.

// Enable this feature if all enabled endstop pins are interrupt-capable.
// This will remove the need to poll the interrupt pins, saving many CPU cycles.
//#define ENDSTOP_INTERRUPTS_FEATURE
Re: Kapazitiven Sensor will nach Update auf RC8 nicht mehr
18. December 2016 14:15
Hi, hab dir ne PN geschrieben
In diesem Forum dürfen leider nur registrierte Teilnehmer schreiben.

Klicke hier, um Dich einzuloggen