FSR_Endstop

edited May 2015 in General
hello
I use
with a radds connected to the Z-pin mini
but it does not work,Here mom config file
sorry for french translation
I start with firmware repetier



Comments

  • edited May 2015

  • Upgrade to latest 0.92.3 and then use M119 to check if it switches. Should show L and when triggered H. If not the pin number or voltage signal do not match. Don't know these FSR switches so maybe they do not work with 3,3v?
  • edited May 2015

    13:19:55.504 : N52 M119 *61
    13:19:55.504 : endstops hit: x_max:H y_max:H z_max:H Z-probe state:H
    13:19:55.504 : Echo:N52 M119
    13:19:58.035 : N53 M105 *49
    13:19:58.035 : Echo:N53 M105
    13:20:01.096 : N54 M105 *54
    13:20:01.096 : Echo:N54 M105
    13:20:04.157 : N55 M105 *55
    13:20:04.157 : Echo:N55 M105
    13:20:05.457 : N56 M119 *57
    13:20:05.457 : endstops hit: x_max:H y_max:H z_max:H Z-probe state:L
    13:20:05.457 : Echo:N56 M119


  • edited May 2015
    Résultat de commande G32

    113:10:15.084 : N105 G32 *60
    13:10:15.084 : ok 105
    13:10:16.634 : N106 M105 *0
    13:10:19.705 : N107 M105 *1
    13:10:22.765 : N108 M105 *14
    13:10:25.816 : N109 M105 *15
    13:10:28.882 : N110 M105 *7
    13:10:31.933 : N111 M105 *6
    13:10:32.003 : FlowMultiply:100
    13:10:32.003 : X:0.00 Y:0.00 Z:570.200 E:0.0000
    13:10:34.994 : N112 M105 *5
    13:10:38.049 : N113 M105 *4
    13:10:46.251 : Z-probe:0.01 X:20.00 Y:20.00
    13:10:46.251 : Error:A hit floor
    13:10:46.261 : Warning:Invalid delta coordinate - move ignored x:16355 y:3200 z:1600
    13:10:46.261 : Warning:in queueDeltaMove to calculateDeltaSubSegments returns error.
    13:10:46.261 : Warning:moveTo / queueDeltaMove returns error
    13:10:46.611 : Z-probe:12.31 X:66.66 Y:20.00
    13:10:52.782 : Error:A hit floor
    13:10:52.792 : Warning:Invalid delta coordinate - move ignored x:12363 y:10327 z:1600
    13:10:52.792 : Warning:in queueDeltaMove to calculateDeltaSubSegments returns error.
    13:10:52.792 : Warning:moveTo / queueDeltaMove returns error
    13:10:52.802 : Z-probe:-22.62 X:66.66 Y:20.00
    13:11:04.112 : Echo:N105 G32
  • Please check your eeprom values. Ther emust be an error in some values as the coordinates are so far off the sensible values and this normally happens if eeprom values are wrong.
  • edited May 2015
    Hello

    Coordinate Problem solved.
    the new problem he performs the test on the 3 coordinates email it does not touch the bed.

    M119 to see if it passes. L and should show when triggered H. "Inverted for me"

  • hello

    my Z probe walk

    thank you

    just change
    "#define Z_PROBE_ON_HIGH 0" 

    Here the configuration
    // #################### Z-Probing #####################

    #define FEATURE_Z_PROBE 1
    #define Z_PROBE_BED_DISTANCE 5
    #define Z_PROBE_PIN ORIG_Z_MIN_PIN
    #define Z_PROBE_PULLUP 1
    #define Z_PROBE_ON_HIGH 0
    #define Z_PROBE_X_OFFSET 0
    #define Z_PROBE_Y_OFFSET 0
    #define Z_PROBE_WAIT_BEFORE_TEST 0
    #define Z_PROBE_SPEED 5
    #define Z_PROBE_XY_SPEED 150
    #define Z_PROBE_SWITCHING_DISTANCE 0
    #define Z_PROBE_REPETITIONS 1
    #define Z_PROBE_HEIGHT 0
    #define Z_PROBE_START_SCRIPT ""
    #define Z_PROBE_FINISHED_SCRIPT ""
    #define FEATURE_AUTOLEVEL 1
    #define Z_PROBE_X1 -65
    #define Z_PROBE_Y1 -59
    #define Z_PROBE_X2 68
    #define Z_PROBE_Y2 -53
    #define Z_PROBE_X3 7
    #define Z_PROBE_Y3 87
    #define FEATURE_AXISCOMP 1
    #define AXISCOMP_TANXY 0
    #define AXISCOMP_TANYZ 0
    #define AXISCOMP_TANXZ 0

  • edited May 2015



  • edited May 2015



Sign In or Register to comment.