upgrade to RRF 3.4 - verification of BLTouch configuration
-
Dear all, due to the fantastic support in this forum I could upgrade my Troodon v2 to RRF 3.4 (beta6) and started the adventure to understand / verify / rewrite my configuration files.
Now I fear that I am confusing myself and would like to get an answer to two questions, both regarding config.g and BLTouch:
My config.g looks like this:
...
; -----------------------
; Z-Probe
; -----------------------
;
M574 Z0 P"nil" ; no Z endstop switch, free up Z endstop input
M558 P9 C"^zprobe.in" H5 F600:120 T6000 ; set Z probe type to bltouch and the dive height + speeds
M950 S0 C"duex.pwm5" ; create servo pin 0 for BLTouch
M574 Z1 S0 ; set endstops controlled by probe
G31 P600 X0.0 Y21.0 Z1.72 ; set Z probe trigger value, offset and trigger height
M557 X10:292 Y21:291 S47:45 ; define mesh grid
...1.: Is the 'M574 Z0 P"nil' line needed?
2.: Is the 'M574 Z1 S0' line needed?I know that the Troodon is not using the original board. For this especially: thank you that you changed the FW so it is working now!! (And yes I wrote them that I am disappointed that their choice is not marked clearely on the product site as I bought under the impression of receiving a genuin board.)
If this sound odd, apologies upfront - but - is there a "Kaffeekasse" one could donate a "Kaffee"?
Thank you upfront and best regards,
Thomas -
M950 S0 C"duex.pwm5" ; create servo pin 0 for BLTouch
M558 P9 C"^zprobe.in" H5 F120 T6000 ; Duet 2 WiFi/Ethernet, DueX2/5
G31 X20 Y0 Z3.3 P25Are the 3 lines you need for the probe.
M557 to define your bed mesh params.https://duet3d.dozuki.com/Wiki/Connecting_a_Z_probe#Section_BLTouch
-
@tak21 said in upgrade to RRF 3.4 - verification of BLTouch configuration:
1.: Is the 'M574 Z0 P"nil' line needed?
No
@tak21 said in upgrade to RRF 3.4 - verification of BLTouch configuration:
2.: Is the 'M574 Z1 S0' line needed?
No.