Here is the latest firmware for the i3 Pro B.
As of writing: 1.1.4
It is configured for BL/3DTouch with the ORIGINAL mount.
If you are using any other way to mount the sensor, you need to change the following values to reflect yours:
Code: Select all
#define X_PROBE_OFFSET_FROM_EXTRUDER 4 // X offset: -left +right [of the nozzle]
#define Y_PROBE_OFFSET_FROM_EXTRUDER -44 // Y offset: -front +behind [the nozzle]
#define Z_PROBE_OFFSET_FROM_EXTRUDER -1.4 // Z offset: -below +above [the nozzle]
http://www.soliforum.com/topic/4714/aut ... -level-23/
If using GT2560 A+, set SERVO0_PIN from 32 to 11 in pins_GT2560.h.
If you don't want BLTouch, comment out the following three values in Configuration.h:
Code: Select all
#define BLTOUCH
#define AUTO_BED_LEVELING_BILINEAR
#define Z_SAFE_HOMING
https://goo.gl/n7Eixy