Z probe not Working

Hello, I'm using Repetier 1.0 DEV, and i'm having a problem with Z probe (Delta printer)

Z probe connected to pin 18 of RAMPS (Z MIN), and seems to be working :
> 13:58:33: N16 G31 *12
< 13:58:33: Z-probe state:L  (when not activating the sensor)
> 13:58:37: N21 G31 *8
< 13:58:37: Z-probe state:H  (when activating the sensor by hand)

When using G3S S2, the probe does not work (the head crashes in the bed :( )

Here is my config :


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

#define Z_PROBE_Z_OFFSET 1.1
#define Z_PROBE_Z_OFFSET_MODE 0
#define UI_BED_COATING 1
#define FEATURE_Z_PROBE 1
#define Z_PROBE_BED_DISTANCE 10
#define Z_PROBE_PIN 18
#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 1
#define Z_PROBE_SPEED 2
#define Z_PROBE_XY_SPEED 15
#define Z_PROBE_SWITCHING_DISTANCE 5
#define Z_PROBE_REPETITIONS 3
#define Z_PROBE_HEIGHT 1.1
#define Z_PROBE_START_SCRIPT ""
#define Z_PROBE_FINISHED_SCRIPT ""
#define Z_PROBE_REQUIRES_HEATING 0
#define Z_PROBE_MIN_TEMPERATURE 150
#define FEATURE_AUTOLEVEL 1
#define Z_PROBE_X1 -120
#define Z_PROBE_Y1 -80
#define Z_PROBE_X2 120
#define Z_PROBE_Y2 -80
#define Z_PROBE_X3 0
#define Z_PROBE_Y3 140
#define BED_LEVELING_METHOD 0
#define BED_CORRECTION_METHOD 0
#define BED_LEVELING_GRID_SIZE 5
#define BED_LEVELING_REPETITIONS 5
#define BED_MOTOR_1_X 0
#define BED_MOTOR_1_Y 0
#define BED_MOTOR_2_X 200
#define BED_MOTOR_2_Y 0
#define BED_MOTOR_3_X 100
#define BED_MOTOR_3_Y 200
#define BENDING_CORRECTION_A 0
#define BENDING_CORRECTION_B 0
#define BENDING_CORRECTION_C 0
#define FEATURE_AXISCOMP 1
#define AXISCOMP_TANXY 0
#define AXISCOMP_TANYZ 0
#define AXISCOMP_TANXZ 0


Thanks :)

Comments

  • is you z-height correct? if its to high it would crash into the bed. even if its correct try to lower it by lets say 20 to 30 mm. and then try to probe it (dont know if its a typing fault but the command is G32 S2). the G32 S2 will take care of z-height and will correct it to the right one.

    hopes this helps a bit
  • The probe is not activated everywhere on the Z axis ? Gonna try tommorrow, thanks.
  • It works great thanks :)
    No G33 in 1.0 DEV ?
Sign In or Register to comment.