Z Probe homes after every measurement

Hi

I finally got 0.92.8 running on my Rostock Max v2 so I could start z-probing.

But after every measurement the printer homes at z-probe speed, before changing to the new coordinate. Sometimes it sounds like it grinding at the top.

It must be one of my settings?

// #################### Z-Probing #####################

#define Z_PROBE_Z_OFFSET 0
#define Z_PROBE_Z_OFFSET_MODE 0
#define UI_BED_COATING 0
#define FEATURE_Z_PROBE 1
#define Z_PROBE_BED_DISTANCE 25
#define Z_PROBE_PIN ORIG_Z_MIN_PIN
#define Z_PROBE_PULLUP 1
#define Z_PROBE_ON_HIGH 1
#define Z_PROBE_X_OFFSET 0
#define Z_PROBE_Y_OFFSET 0
#define Z_PROBE_WAIT_BEFORE_TEST 0
#define Z_PROBE_SPEED 20
#define Z_PROBE_XY_SPEED 150
#define Z_PROBE_SWITCHING_DISTANCE 2
#define Z_PROBE_REPETITIONS 3
#define Z_PROBE_HEIGHT 11.78
#define Z_PROBE_START_SCRIPT ""
#define Z_PROBE_FINISHED_SCRIPT ""
#define Z_PROBE_REQUIRES_HEATING 0
#define Z_PROBE_MIN_TEMPERATURE 150

Comments

  • Check #define Z_PROBE_BED_DISTANCE 25 in eeprom. For G32 it should home go to 25mm above bed and then always move back to that height not top.
  • The setting is in eeprom. I've double checked ...

  • But I do not run G32. I run the bed right map through the menu.
  • That is a different thing. For bed height map (which changes nothing just measures) go manually to Z=25 and then start. It will always start at current height and nozzle will always go back there.
Sign In or Register to comment.