Since using a piezo sensor, I want to disable the double bump feature of Z homing.
I've already increased the double bump speed (piezo requires certain speed to make sure it triggers) by setting divisor to 1.
Configuration_adv.h:
Is it possible to disable it entirely?
I've already increased the double bump speed (piezo requires certain speed to make sure it triggers) by setting divisor to 1.
Configuration_adv.h:
#define Z_HOME_BUMP_MM 5 #define HOMING_BUMP_DIVISOR { 2, 2, 1 }
Is it possible to disable it entirely?