Willkommen! Anmelden Ein neues Profil erzeugen

Erweiterte Suche

auto leveling

geschrieben von Murkser 
auto leveling
19. December 2014 11:11
Hallo ich wollte mal fragen was ich alles zu dem auto bed leveling einstellen muss

so sieht meine config aus er fährt allerdings die punkte nicht an sondern wie gehabt eine mal auf der x y home pos


danke



//============================= Bed Auto Leveling ===========================

#define ENABLE_AUTO_BED_LEVELING // Delete the comment to enable (remove // at the start of the line)

#ifdef ENABLE_AUTO_BED_LEVELING

// these are the positions on the bed to do the probing
#define LEFT_PROBE_BED_POSITION 15
#define RIGHT_PROBE_BED_POSITION 150
#define BACK_PROBE_BED_POSITION 160
#define FRONT_PROBE_BED_POSITION 20

// these are the offsets to the prob relative to the extruder tip (Hotend - Probe)
#define X_PROBE_OFFSET_FROM_EXTRUDER -25
#define Y_PROBE_OFFSET_FROM_EXTRUDER -29
#define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35

#define Z_RAISE_BEFORE_HOMING 4 // (in mm) Raise Z before homing (G28) for Probe Clearance.
// Be sure you have this distance over your Z_MAX_POS in case

#define XY_TRAVEL_SPEED 8000 // X and Y axis travel speed between probes, in mm/min

#define Z_RAISE_BEFORE_PROBING 15 //How much the extruder will be raised before traveling to the first probing point.
#define Z_RAISE_BETWEEN_PROBINGS 5 //How much the extruder will be raised when traveling from between next probing points


//If defined, the Probe servo will be turned on only during movement and then turned off to avoid jerk
//The value is the delay to turn the servo off after powered on - depends on the servo speed; 300ms is good value, but you can try lower it.
// You MUST HAVE the SERVO_ENDSTOPS defined to use here a value higher than zero otherwise your code will not compile.

// #define PROBE_SERVO_DEACTIVATION_DELAY 300

#endif
Re: auto leveling
19. December 2014 12:23
Dann zeig doch mal deinen gcode dazu.


Triffid Hunter's Calibration Guide --> X <-- Drill for new Monitor Most important Gcode.
Re: auto leveling
19. December 2014 12:54
G code ? habe ich keinen geladen ich habe nur bei repetier auf referenz gedrückt

was muss ich da einfügen ?
Re: auto leveling
19. December 2014 13:51
Du bist echt ne Nase... Ich habe es schon fast gerochen. Autobedleveling benötigt bei Marlin ein G29. Bissl lesen kann manchmal nicht schaden.


Triffid Hunter's Calibration Guide --> X <-- Drill for new Monitor Most important Gcode.
Re: auto leveling
19. December 2014 14:30
danke das habe ich irgendwie übersehen kann ich jetzt eigentlich mehr als die 3 Standard punkte angeben wenn ja wie ?

und wenn er Fertig ist macht es automatisch x0 er befindet sich aber auf x160 ?? irgendwas stimmt doch da nicht
In diesem Forum dürfen leider nur registrierte Teilnehmer schreiben.

Klicke hier, um Dich einzuloggen