bltouch config
-
https://duet3d.dozuki.com/Guide/Ender+3+Pro+and+Duet+Maestro+Guide+Part+5:+Upgrades/54#s220
There is some walk through here (as well as many other things in this guide) which may get you going.
The config part of it is pretty basic though. The main thing we need to know is what pins you are using. Usually it would be pin 3 or pin 7 on the expansion header for the servo control wire.
In config.g
; Z-Probe M950 S0 C"exp.heater3" ; create servo pin 0 for BLTouch M558 P9 C"^zprobe.in" H5 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds
And then the two deploy and retract files.
; deployprobe.g ; called to deploy a physical Z probe ; ; generated by RepRapFirmware Configuration Tool v3.1.4 on Sun Nov 15 2020 13:35:03 GMT-0600 (Central Standard Time) M280 P0 S10 ; deploy BLTouch
and
; retractprobe.g ; called to retract a physical Z probe ; ; generated by RepRapFirmware Configuration Tool v3.1.4 on Sun Nov 15 2020 13:35:29 GMT-0600 (Central Standard Time) M280 P0 S90 ; retract BLTouch
-
@Phaedrux
i becomes more and more confusing now
where do i find this in the online config tool ? -
see my post from above
-
@Kolbi
i does not say anything about the online config tool -
Making those selections should create the config files you need.
The text I showed in my other post is what get generated.
-
thanks
is this all that i have to do or do i have to make some changes in the config file ? -
the generated files (all of them) are enough if you have set the parameters correctly
-
Thanks i still dont understand why there is not a tutorial like with pictures how to for a noob like thanks again everyone
-
@Petar, sorry - I didn't fully digest your question in that it was pertaining strictly to the online config tool. If you get stuck, give a look at pages 18 and up - these were my lessons learned with getting bltouch operating.
Cheers,
Kolbi -
what do you mean by pages 18 and up ?
do you have a link for me ?
thanks -
@Petar, my first post had a pdf attached.
-
@Petar said in bltouch config:
Thanks i still dont understand why there is not a tutorial like with pictures how to for a noob like thanks again everyone
I also posted a 5 part guide on getting an ender 3 up and running with a maestro on RRF2. It's not exactly the same as the wifi on RRF3 but a lot is applicable.
https://duet3d.dozuki.com/Guide/Ender+3+Pro+and+Duet+Maestro+Guide+Part+1:+Wiring/37
At some point you'll have to climb the mountain of learning.
-
@Kolbi
i missed that thanks -
Ok will read that thanks
-
@Petar, no worries at all. Hope you get it working!
-
@Kolbi
Yes I hope so too, I am very curious how much better this is than Marlin and the Chinese cheap ass boards -
Maybe this will help. BL Touch guided install on Duet 2 Hardware.pdf
-
@Phaedrux Again I learn much from your experience, thanks!
-
@CaLviNx This is great! thanks!
-
@CaLviNx
Thanks man i'm learning a lot here