Willkommen! Anmelden Ein neues Profil erzeugen

Erweiterte Suche

Bekomme es einfach nicht hin mit der conifuration

geschrieben von wieko 
Bekomme es einfach nicht hin mit der conifuration
01. February 2018 11:53
Hallo
habe mir einen Kossel mini gebaut mit marlin 1.1.8

Habe es auch hochgeladen
wen ich homig drücke zucken alle 3 Motoren nach unten das wahr ´s
genau das das bei dem RepRapDiscount FULL GRAPHIC Smart Controller bei dem Rädchen wenn man dreht man muss immer zwei raster drehen das es einen schritt macht

werde noch ganz verrückt

kann mir da jemand helfen die zwei Sachen einzustellen

oder hat jemand eine gut laufende configuration.h

danke im voraus
Anhänge:
Öffnen | Download - Configuration.h (70.7 KB)
Re: Bekomme es einfach nicht hin mit der conifuration
01. February 2018 12:49
@Hallo wieko

Als erstes würde sagen über prüfe mal die Endstops mit dem G-Code M119 , dann kann man was genaures sagen.

Quote

...RepRapDiscount FULL GRAPHIC Smart Controller bei dem Rädchen wenn man dreht man muss immer zwei raster drehen das es einen schritt macht

Ander das mal so um Zeile 1476
//
// ENCODER SETTINGS
//
// This option overrides the default number of encoder pulses needed to
// produce one step. Should be increased for high-resolution encoders.
//
#define ENCODER_PULSES_PER_STEP 2

//
// Use this option to override the number of step signals required to
// move between next/prev menu items.
//
#define ENCODER_STEPS_PER_MENU_ITEM 2


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: Bekomme es einfach nicht hin mit der conifuration
01. February 2018 13:29
dann habe ich noch dieses Extruder Rad

https://www.amazon.de/MagiDeal-Extruder-Getrieberad-Filament-Makerbot/dp/B00T3XNKFW

was muss da eingeben
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 80, 760*1.1 } // default steps per unit for Kossel (GT2, 20 tooth)
Re: Bekomme es einfach nicht hin mit der conifuration
01. February 2018 13:47
wenn ich m119 eingebe kommt

>>> m119
SENDING:M119
Reporting endstop status
x_max: TRIGGERED
y_max: TRIGGERED
z_min: TRIGGERED
z_max: TRIGGERED


das mit den poti hat nicht geklappt
Re: Bekomme es einfach nicht hin mit der conifuration
01. February 2018 13:50
@Hallo wieko

versuch mal das und den rest mit Triffid Hunter's Calibration Guide/de
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 80, 145.51 } // default steps per unit for Kossel (GT2, 20 tooth)


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: Bekomme es einfach nicht hin mit der conifuration
01. February 2018 14:00
@Hallo

Quote
wieko
wenn ich m119 eingebe kommt

>>> m119
SENDING:M119
Reporting endstop status
x_max: TRIGGERED
y_max: TRIGGERED
z_min: TRIGGERED
z_max: TRIGGERED


das mit den poti hat nicht geklappt

Versuch mal die Endstop Settings
#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 true // set to true to invert the logic of the endstop.
#define Y_MAX_ENDSTOP_INVERTING true // set to true to invert the logic of the endstop.
#define Z_MAX_ENDSTOP_INVERTING true // 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.


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: Bekomme es einfach nicht hin mit der conifuration
01. February 2018 14:11
soll man eigendlich diese bibliotheken updaten
Re: Bekomme es einfach nicht hin mit der conifuration
01. February 2018 14:17
@Hallo

Quote
wieko
soll man eigendlich diese bibliotheken updaten

Welche meinst du ?

1-mal bearbeitet. Zuletzt am 01.02.18 14:18.


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: Bekomme es einfach nicht hin mit der conifuration
01. February 2018 14:22
in arduino wenn mann offen hat kommt immer wieder für manche ihrer bibiliotheken sind Aktualisierungen verfügbar
Re: Bekomme es einfach nicht hin mit der conifuration
01. February 2018 14:31
@Hallo

Würde ich erst mal lassen , kann später immer noch machen.

Wichtiger ist hast du die Enstop Settings geändert ? Und was sagt M119 .


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: Bekomme es einfach nicht hin mit der conifuration
01. February 2018 14:35
ja habe ich habe jetzt nur mal eine homing fahrt gemach und siehe da sie macht sie
kann erst morgen schauen was M119 sagt
danke
das mit dem poti vom lcd geht nicht
Re: Bekomme es einfach nicht hin mit der conifuration
08. February 2018 04:58
Hallo jetzt habe ich noch das problem das ich nicht genau weis wo ich welches maß eingebe
DELTA_DIAGONAL_ROD 215.0 // mm habe ich gefunden
aber die anderen Maße finde ich nicht in marlin 1.1.8
denn die maschine fährt wenn ich in y fahre schräg zu bett hin
In diesem Forum dürfen leider nur registrierte Teilnehmer schreiben.

Klicke hier, um Dich einzuloggen