Solved Formbot Troodon RRF 3.1.1 Update
-
@Veti said in Formbot Troodon RRF 3.1.1 Update:
@mikejr83 said in Formbot Troodon RRF 3.1.1 Update:
One last thing, for those of you who have this printer, what is your perception on the level of difficulty in changing the current controller out to an official Duet setup? I had hoped that if the board with the Troodon was a clone that they would at least have used similar connectors to the point where it the only hassle would be mounting the required two Duet boards.
it depends which duet you are gonna get.
obviously i cant say anything about mounting the board itself.assuming that you would want to get a duet 3 when upgrading, you will need to recrimpt the connectors for the motors, paneldue and hotend connectors. the fan connectors can stay the same, but you need to change the housing on the endstop probe connectors.
the config you can take as a starting and need to change the pin names.i dont think it will be that much work.
I agree with this comment. It doesn't seem to be a difficult job to replace the board, since all the parts are the most common ones, only the board is bespoke. I also feel that the clone board is also compatible with latest duet firmware, the challenge is getting the correct pins/names and settings in the config.g . I did upgrade successfully to 3.2beta but getting the settings migrated is a different story, and is it really worth it? Why change what's not broken?
-
@nomukaiki said in Formbot Troodon RRF 3.1.1 Update:
clone board
its not technically a cloned board. its a compatible board. since they designed their own board which is pin compatible with replaceable drivers.
-
@nomukaiki The prob is the stallgaurd pin is not correctly routed its a hardware prob that can be worked around in source code i am sure but you would have to compile your own version
-
dont use stallguard then.
-
@Veti You did not read the thread i assume lol
-
@Robthide37
not the klipper part.would it be possible to cut the pin on the driver?
-
Has anyone tested the Troodon with the latest release v3.2 ?
-
Just tried the PRF 3.3RC3 with the same result! No changes so far!
-
Good morning together..
I just got a Vivedino Trodoon 400.
It ran with Duet 2.x and I wanted to upgrade it to an actual Duet Firmware.However.. After upgrading to 3.0 all seemed to work fine.
After upgrading to 3.3 I got the same issues as reported by Guzzi.I should have read this topic before upgrading my system.
I am not able to downgrade the Firmware to earlier FW releases.
After uploading the Firmware the machine refuses to upgrade with error, something like that:M997 In-application programming binary Duet2_SDiap32_WiFiEth.bin not found
Even if I manual put this file in to System it does not work.
Any tipps or workflows how to downgrade back to 3.0?
I have read different topics but it was too much input last night and I had to got to bed...greetings
Andreas -
-
@PCR
Sounds great. I didn´t considered any beta realeses till now.
I will try that in the afternoon and will report about it.Thanks a lot.
-
@pcr
Hmm. I still don´t manage to get any other version installed.
Still the same message:Error: M997: In-application programming binary "0:/firmware/Duet2_SDiap32_WiFiEth.bin" not found
-
@koreandi
Okay.. I rerolled 3.3 and afterwards 3.4B6 worked...
I will test the functions.Thanks a lot.
-
With the RRF 3.4 these problems seem to have gone.
Can this thread be marked as resolved to help anyone that is searching the forum? -
-
@nomukaiki I got a formbot Troodon and I am looking to updating the firmware. After reading this entire thread, from what I understand, i can safely update to RRF 3.4 and everything should work as intended. (With the appropriate changes to the config file of course). Am I correct ?
-
@patate1684 that appears to be the long and short of it, yes
-
I updated my Troodon to Release 3.4.1 RC1 and it works but i have two issues
- When the printer first starts up, it says the motor phase error, but if i click ok it just seems to work.
- The screen won't connect anymore, it just says "connecting.." forever.
any ideas?
-
@thebaseddoge the motor phase error in the beginning is due to the missing drivers in the board design. If they only happen during startup you have nothing to worry about.
For the display you may need to add an explicit M575 P0 B57600 at the end of config.g -- this wasn't required in earlier releases of RRF, but is required for the current ones.
-
@oliof said in Formbot Troodon RRF 3.1.1 Update:
l
thanks, unfortunately no go on on adding the M575 P0 B57600
It still says connecting. I confirmed the baudrate on the screen is set correctly.also is there any way to surpresss the motor warning?
-
@thebaseddoge the motor warning should go away if you disable them in config.g. But they may pop up at start before config.g is fully parsed.