derhopp / Marlin-with-Anycubic-i3-Mega-TFT

Fork Marlin Firmware to support the Anycubic i3 Mega TFT
GNU General Public License v3.0
101 stars 40 forks source link

Single Z endstop #31

Closed wasback closed 4 years ago

wasback commented 5 years ago

Hello my dear,

I have the old Mega I3, with the single Z endstop, im trying to get a BLTouch to work. How can I change the config ? Thanks

derhopp commented 4 years ago

Hi,

You have to disable Dual-Z-Steppers... Configuration_adv.h: comment out #define Z_DUAL_STEPPER_DRIVERS

To enable BLTouch modify (never tried it my self... I use piezo z-probes)... Configuration.h:

Best regards