CR10v2 - Duet 3 Connections
-
So I guess I'm just confused where these last guys get plugged in. I'm having a hard time finding where on the board I find these:
; Endstops
M574 X1 S1 P"xstop"
M574 Y2 S1 P"!ystop"
M574 Z1 S2
M574 U2 S1 P"^duex.e2stop"Same thing for the for the BLTouch
; Z-Probe
M950 S0 C"io4.out" ; create servo pin 0 for BLTouch
M558 P9 C"io7.in+io7.out" H5 F120 T6000 ; set Z probe type to bltouch and the dive height + speedsThe BLTouch has one plug with three wires and one with two wires.
Hopefully this makes sense!
Pat
-
I was wondering about that bit, my understanding is that you would have used IO_1.in instead of xstop but not my area of expertice.
Did you use the online configurator? Just tried it and it proivded a different, and probably correct output to me?
; Configuration file for Duet 3 (firmware version 3) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v2.1.8 on Fri Mar 20 2020 03:16:49 GMT+0100 (Central European Standard Time) ;...<snip>... ; Endstops M574 X1 S0 P"io1.in" ; configure active-low endstop for low end on X via pin io1.in M574 Y1 S0 P"io2.in" ; configure active-low endstop for low end on Y via pin io2.in M574 Z1 S2 ; configure Z-probe endstop for low end on Z
https://duet3d.dozuki.com/Wiki/Connecting_a_Z_probe#Section_Duet_Num_3 lists the connections for the BLTouch and the accompanying config from the configuration tool should work
; Z-Probe M950 S0 C"io7.out" ; create servo pin 0 for BLTouch M558 P9 C"io7.in" H5 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds G31 P500 X0 Y0 Z2.5 ; set Z probe trigger value, offset and trigger height M557 X15:215 Y15:195 S20 ; define mesh grid
-
@BearcatTD see edit
-
Thanks! Yes, I used the config utility online to get the above config.g file. I'll edit the file with your suggestions and give it a go!!
-
@BearcatTD said in CR10v2 - Duet 3 Connections:
Yes, I used the config utility online to get the above config.g file
could you upload the config.json file it procuced? I would think devs would want to look at that if thats the output you got.
-
Will do!
-
that is very strange, only issue I could see is the bltouch was split betwwen io4 and io7 , endstops should have come out as io1 and io2, smells like a bug.
-
I'm glad to help...LOL!
-
haha, you can laugh but if it saves someone else from banging their head against the wall its well worth it!
-
Amen to that. Usually I'm the one doing the head banging. And not in an awesome 80' Rock way.
-
@bearer said in CR10v2 - Duet 3 Connections:
https://duet3d.dozuki.com/Wiki/Connecting_a_Z_probe#Section_Duet_Num_3
So here is the BLTouch Duet 3 hookup
I get the impression that the ground pin will have two wires?
I get the impression that the ground pin will have two wires?
-
Dealers choice. They're connected internally in the BLTouch and won't carry much current, so 1 or 2 will be fine when all connectors go to the same header imo. (but i suspect there are two grounds to insure signal integretry for RAMPS boards where the signal and pwm are split to different headers)
But yeah, I'd join them, its tidyer and you don't have one lead flapping about.