drunken-octopus / drunken-octopus-marlin

An Alternative (Unofficial) Marlin Firmware for AlephObjects Printers
GNU General Public License v3.0
34 stars 13 forks source link

Suggested Changes to RC43 Yellowfin BLTouch #40

Open IggyTheWolf opened 2 years ago

IggyTheWolf commented 2 years ago

Description

These are suggested changes to BLTouch leveling on Taz6ArchimBLTouch/Yellowfin_DualExtruderV3. It may need changing in other Yellowfin BLTouch versions as well. When leveling Z the BLTouch wants to probe outside the bed area to the rear.

Suggested Changes to Configuration.h

Line 1753: #define MANUAL_Z_HOME_POS 5.5 // <-- changed change to: //#define MANUAL_Z_HOME_POS 5.5 // <-- changed

Line 1768: #define Z_SAFE_HOMING_X_POINT -26 // <-- changed: X point for Z homing Change to: #define Z_SAFE_HOMING_X_POINT X_CENTER // <-- changed: X point for Z homing

Line 1769: #define Z_SAFE_HOMING_Y_POINT 258 // <-- changed: Y point for Z homing Change to: #define Z_SAFE_HOMING_Y_POINT Y_CENTER // <-- changed: Y point for Z homing