Solved RepRap ver 3 upgrade - oh my ....
-
@smece, you can load the .json file into the configurator but looking at the results, it looks like a lot of stuff is not carried over. I don't actually know what is in the .json file but it appears to be just basic machine parameters like sizes.
-
@jens55 have not tried it myself (was not supporting rrf3 at the time), so I just hoped it works..
-
It was the IAP file that was messing me up. It asked for the IAP file which did not exist in the 2.05 release. I wasn’t confident enough to mix in the IAP file from the 3.0 release with my 2.05 bin. Reading elsewhere, that is the way to do it.
I’ll try the swapping back and forth approach and see if I can get it working. I do have access to DWC now (after some work...)
-
I haven't tested all functions yet but I think I have sorted most things out. The one thing that I haven't been able to solve is operation of the bltouch.
I have attached my config.g file in case there is something obviously wrong.config.g -
@jens55
We continue doing that over the chat we have started....... -
@jens55: RRF3 is more flexible and more logical in the way it handles I/O, imho. Maybe no benefits for you today, but someday it will benefit you and then you will want to do the RRF2->RRF3 update anyway.
It is a one-time pain only. If you start with the configurator it won't be that bad. For me personally it was a fairly painless upgrade with a small number of bumps that were easily sorted out by reading the docs.
-
Yes, things are moving along nicely. With the help of DIY-O-Sphere, I now have the bltouch pin moving. I will still need to see if it functions properly but there is progress !
-
In case it helps you or someone else searching for BLtouch and RRF3: the Zprobe part of my config.g:
; Z-Probe M950 S0 C"exp.heater3" ; create servo pin 0 for BLTouch M558 P9 C"zprobe.in" H4 F240 T6000 ; set Z probe type to bltouch and the dive height + speeds G31 P500 X-7 Y34 Z3 ; set Z probe trigger value, offset and trigger height
I am using the heater3 pin on the expansion header to control the BLTouch.
Then: deployprobe.g:
M280 P0 S10 ; deploy BLTouch
and retractprobe.g:
M280 P0 S90 ; retract BLTouch
-
Yes, I did see that and used it in my attempts at figuring things out.
I am about to do an actual test print as all my ducks seem to be waddling in a nice straight line here
-
I am happy to report that the beast is ALIVE!!!!
I have to do some fine tuning for speeds and extrusion rates and things as they seem to be out of whack for some reason but yes, everything seems to be working just peachy !Thanks for all the help guys ! (and gals if present)
Woooo Hoooooo !