Red background in web controller
-
When the output voltage is 0.10V, you should get a reading of around 30 if the connections are good and the configuration is correct.
-
When the output voltage is 0.10V, you should get a reading of around 30 if the connections are good and the configuration is correct.
Try to debug this one step at a time.
IMO, to do so I will require to do and redo some testing
Let me know if you have any idea on how to do this correctly…
Since I am using the Duet 0.8.5:
Wire configuration:-
White (OUT) to AD12 (Z-probe section)
-
Black (GND) to GND (Z-probe section)
-
Red (+5V) to 5v Pin 1 (+5V)
-
Orange (Control) to pin 21 (heater 3)
-
Brown (GND) to pin 2 (GND)
For the Connections:
-
I will move the BLTouch to be plugged almost directly on the board (require room to plug the multi-meter
-
I will remeasure the voltage for the white wire for the pins in and out
Is there any more verification that I can run on the BLTouch or the duet 0.8.5 hardware directly?
Software wise, Firmware is up to date (Duet 0.8.5 & Web Controller)
Until I can make sure that I can get the value in Z-Probe down to zero I will not look at other files then the config.g
Added to config.g:
-
M307 H3 A-1 C-1 D-1
-
M558 P5 X0 Y0 Z1 H5 F100 T2000
-
G31 X30 Y18 Z1 P25
For the Commissioning and testing:
-
M280 P3 S10 I1 deploys the probe
-
M280 P3 S60 I1, retract the probe
Config.g files:
; Configuration file for Duet WiFi (firmware version 1.17)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool on Sat Sep 09 2017 20:34:25 GMT-0400 (Eastern Standard Time); General preferences
M111 S0 ; Debugging off
G21 ; Work in millimetres
G90 ; Send absolute coordinates…
M83 ; ...but relative extruder moves
M555 P1 ; Set firmware compatibility to look like RepRapFirmare
M667 S1 ; Select CoreXY mode
M208 X0 Y0 Z0 S1 ; Set axis minima
M208 X300 Y300 Z335 S0 ; Set axis maxima; Endstops
M574 X2 Y2 Z0 S0 ; Define active high microswitches
M558 P5 X0 Y0 Z1 H5 F100 T2000
G31 X30 Y18 Z1 P25 ; Set Z probe trigger value, offset and trigger height; Drives
M569 P0 S1 ; Drive 0 goes forwards
M569 P1 S1 ; Drive 1 goes forwards
M569 P2 S1 ; Drive 2 goes forwards
M569 P3 S1 ; Drive 3 goes forwards
M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
M92 X160 Y160 Z796 E420 ; Set steps per mm
M566 X900 Y900 Z12 E120 ; Set maximum instantaneous speed changes (mm/min)
M203 X6000 Y6000 Z180 E1200 ; Set maximum speeds (mm/min)
M201 X500 Y20 Z250 E250 ; Set accelerations (mm/s^2)
M906 X800 Y800 Z800 E800 I30 ; Set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout; Heaters
M307 H3 A-1 C-1 D-1
M143 S305 ; Set maximum heater temperature to 305C
M305 P0 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 0
M305 P1 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 1; Tools
M563 P0 D0 H1 ; Define tool 0
G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C; Network
M550 PMy printer ; Set machine name
M540 PBE:EF:DE:AD:FE:ED ; Set MAC address
M552 P192.168.2.50 S1 ; Enable network and set IP address
M553 P255.255.255.0 ; Set netmask
M554 P192.168.2.254 ; Set gateway
M586 P0 S1 ; Enable HTTP
M586 P1 S0 ; Disable FTP
M586 P2 S0 ; Disable Telnet; Fans
M106 P0 S0.3 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P1 S1 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
M106 P2 S1 I0 F500 H1 T45 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on; Custom settings are not configured
Is there anything that I should test or take a look at?
Thanks you
-
-
For the Connections:
-
I will move the BLTouch to be plugged almost directly on the board (require room to plug the multi-meter
-
I will remeasure the voltage for the white wire for the pins in and out
I redid the test, I can confirm the value that I have on the white wire while retracted = 0.103V
However when I boot, after the "testing", while retracted I have 3.20V…Is there any test that I could do on the board itself to validate that I just don't have a damaged board? I already had to reweld 2 pins on this board. I visually checked pins 1-2 & 21, they seem fine... I am afraid to cause damage if I go check anything with the multi-meter without proper instructions...
Thanks you
-
-
Try P1 instead of P5 in the M558 command, in case it makes a difference.
-
You say you added the proper G31 command in your config.g but in the file you showed, the G31 is missing its P25 parameter, which is required to get the BLTouch to work.
Since you can measure a voltage between 0.1 and 3.2V on the white wire, it means the 3.3V trace was correctly cut.
Out of curiosity, which pins did you have to reweld on your Duet? Was it the Zprobe input?
If the Zprobe input is damaged on your Duet, you could always use probe type 4 or 6 to use the E0/E1 endstop pins instead.
-
You say you added the proper G31 command in your config.g but in the file you showed, the G31 is missing its P25 parameter, which is required to get the BLTouch to work.
Since you can measure a voltage between 0.1 and 3.2V on the white wire, it means the 3.3V trace was correctly cut.
Out of curiosity, which pins did you have to reweld on your Duet? Was it the Zprobe input?
If the Zprobe input is damaged on your Duet, you could always use probe type 4 or 6 to use the E0/E1 endstop pins instead.
Sorry the P25 was an oversight, I redid the complete settings. I added the correction on the file and in the above thread.
for the rewelding, no it was for the E0 hotend
-
Try P1 instead of P5 in the M558 command, in case it makes a difference.
I changed To P1 in the M558, should I change any other thing?
M558 P1 X0 Y0 Z1 H5 F100 T2000
G31 X30 Y18 Z1 P25 ; Set Z probe trigger value, offset and trigger height
M307 H3 A-1 C-1 D-1Automatically the value in Z-Probe dropped to 0 and when retracted at 990.
I see this as good news!!!
I sadly did not have the time to do the proper testing (multi-meter test, homez & homeall)
Thanks you
-
Looks good! Although I don't understand why P5 in the M558 command isn't working, because the pullup resistor that P5 activates is high value, around 100K. I still suspect a bad connection at one end of the white wire.
I suggest you choose a P parameter of about 100 or 200 in your G31 command instead of 25, to give a bit more noise immunity.
-
Good news… it works, the P1 did the job.
However I had to go with the deployprobe.g and retractprobe.g, the M401 & M402 didn't work with Probe Type 1.
All I did was change to theseM558 P1 X0 Y0 Z1 H5 F100 T2000
G31 X30 Y18 Z1 P200 ; Set Z probe trigger value, offset and trigger heightand Replace M401 by M98 Pdeployprobe.g and M402 by Pretractprobe.g
Thanks you for your help!
-
Which firmware version are you running?
M401 and M402 work exactly the same regardless of the probe type you configure. Although M401 might not run the deployprobe file if the probe is reported as being deployed already, for example because you deployed it using M401 and then retracted it without using M402.
-
RepRapFirmware 1.19.2
At first I thought that it was my files, so I used the ones from Fulg (slightly modified, bed size, only one tool…), value always remain at 1000 can't get 0...
I added the I1 at the M558 P5, M401 & M402 was working values always at 0...
Removed the I1 and changed the M558 P5 to M558 P1 & M31 P25 to M31 P200, the values are now good but M401 & M402 had to be replaced by P98 Pdeployprobe.g & M98 Pretractprobe.gEverything works, now getting ready to calibrate the BLTouch.
Once again thanks you all for your assistance.