Hello all,
I have a quick question regarding the bed leveling, specifically I am using unified bed leveling. When I run a G29 to get distance measurements, my printer does a 2-second delay between each probe. For example. It goes to point A and measures, then stops for 2 seconds and goes to point B and so on. Is there any way to reduce this delay? I could not find the settings anywhere in Marlin.
Here are my probe settings on Marling:
#define X_PROBE_OFFSET_FROM_EXTRUDER +65
#define Y_PROBE_OFFSET_FROM_EXTRUDER -15
#define Z_PROBE_OFFSET_FROM_EXTRUDER 0
#define XY_PROBE_SPEED 8000
#define Z_PROBE_SPEED_FAST HOMING_FEEDRATE_Z
#define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
#define MULTIPLE_PROBING 3
#define Z_CLEARANCE_DEPLOY_PROBE 5
#define Z_CLEARANCE_BETWEEN_PROBES 5
// Homing speeds (mm/m)
#define HOMING_FEEDRATE_XY (3000)
#define HOMING_FEEDRATE_Z (800)
Thank you in advance
I have a quick question regarding the bed leveling, specifically I am using unified bed leveling. When I run a G29 to get distance measurements, my printer does a 2-second delay between each probe. For example. It goes to point A and measures, then stops for 2 seconds and goes to point B and so on. Is there any way to reduce this delay? I could not find the settings anywhere in Marlin.
Here are my probe settings on Marling:
#define X_PROBE_OFFSET_FROM_EXTRUDER +65
#define Y_PROBE_OFFSET_FROM_EXTRUDER -15
#define Z_PROBE_OFFSET_FROM_EXTRUDER 0
#define XY_PROBE_SPEED 8000
#define Z_PROBE_SPEED_FAST HOMING_FEEDRATE_Z
#define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
#define MULTIPLE_PROBING 3
#define Z_CLEARANCE_DEPLOY_PROBE 5
#define Z_CLEARANCE_BETWEEN_PROBES 5
// Homing speeds (mm/m)
#define HOMING_FEEDRATE_XY (3000)
#define HOMING_FEEDRATE_Z (800)
Thank you in advance