Hi,
habe nun auch die FW Marlin 1.1.9 auf mein Board ist MKS BASE 1.4 upgraded.
Der Drucker hat 3 Endstopper bei Xmax,Ymax und Zmin.
Und meine Einstellungen sind so.
Code
- // Extruderin duracagi Home noktasi, X maximum, Y maximum, Z minumum bizim Home noktasidir.
- #define X_HOME_DIR 1
- #define Y_HOME_DIR 1
- #define Z_HOME_DIR -1
- // @section machine
- // The size of the print bed
- #define X_BED_SIZE 230
- #define Y_BED_SIZE 150
- // Travel limits (mm) after homing, corresponding to endstop positions.
- #define X_MIN_POS 0
- #define Y_MIN_POS 0
- #define Z_MIN_POS 0
- #define X_MAX_POS X_BED_SIZE
- #define Y_MAX_POS Y_BED_SIZE
- #define Z_MAX_POS 145
Alles in Ordnung aber Drucker druckt gleich an linker Seite(X0,Y0) und sehr Klein.
Was und Wo mache ich Fehler?