gloomyandy / RepRapFirmware

OO C++ RepRap Firmware
GNU General Public License v3.0
256 stars 61 forks source link

Z probe stuck at 1000 with SBC firmware only #42

Closed Cairon closed 4 years ago

Cairon commented 4 years ago

I've used the wifi firmware without probe problem, but when I switched to the sbc firmware, the z probe value stay at 1000, whatever the probe state (retract / deploy / hit). I didn't change wires during the switch, except replace the wifi board by the rpi cable. I tried with another probe pin (e1det) and without connect the pin, that gives the same result.

Capture d’écran 2020-09-05 à 22 30 58

M119 Endstops - X: at min stop, Y: not stopped, Z: no endstop, Z probe: at min stop

Using the last pre-release LPC_RRFv3.1.1-14.

Configuration:

config.g M558 P9 F100 H3 R0.2 T6000 B1 C"^probe" M950 S0 C"servo0" G31 P500 X35 Y-33.5 Z3.55 M557 X35:285 Y15:265 S50

board.txt lpc.board = biquskr_1.4; sbc.lpcTfrReadyPin = 1.31 adc.prefilter.enable = true stepper.numSmartDriver = 5 leds.diagnostic = NoPin; heat.tempSensePins = {bedtemp, e0temp};

I expect the probe working the same way with both firmwares.

Cairon commented 4 years ago

Redoing my crimps solves the problem. It seems more sensitive.