Quantcast
Channel: Reprap Forum - Firmware - Marlin
Viewing all articles
Browse latest Browse all 12117

Re: Trying to get BlTouch to work, Compiling doesn't work :(

$
0
0
That code is truly horrible.... and clearly doesn't work for your combination.

load up Configuration_backend.h

find

#if ENABLED(EZABL_ENABLE)
  #define RESTORE_LEVELING_AFTER_G28
  #define FIX_MOUNTED_PROBE
  #define Z_PROBE_OFFSET_FROM_EXTRUDER 0
  #if ENABLED(PROBING_MOTORS_OFF)

and disable FIX_MOUNTED_PROBE like the following
(line 1634 on the version I have just downloaded)

#if ENABLED(EZABL_ENABLE)
  #define RESTORE_LEVELING_AFTER_G28
  //#define FIX_MOUNTED_PROBE
  #define Z_PROBE_OFFSET_FROM_EXTRUDER 0
  #if ENABLED(PROBING_MOTORS_OFF)

It now compiles.

NB I dont have the right hardware to test this, good luck.

Viewing all articles
Browse latest Browse all 12117

Latest Images

Trending Articles



Latest Images