1 (edited by michaelosully268 2015-12-22 16:56:39)

Topic: Guide for using printrboard rev f with solidoodle

This is a guide for anyone wanting to replace their old or broken solidoodle board with the newest printrboard(Rev F currently)

1.  install the printrboard to your machine and connect all the wires except for the z endstop connector.

2.  The Z endstop needs to be re-wired to work with the rev f board. Just follow the link below on how to modify it.
       https://printrbot.com/wp-content/upload … up.pdf.zip

3. Reconnect the endstop to the board.

4. go to http://www.soliwiki.com/Updating_Solidoodle_Firmware and go to the printrboard instructions section.

5. Download everything except for the BootloaderHID

6. Follow the rest of the instruction to step 16 before you compile.

7. You will have to make two more change for the firmware to work with the rev f board.

8. Open the tab pins.h. It wont be visible in the row of tabs but if you press the downward facing arrow on the right it will be in there.

9. Go to the section beginning with "#if MOTHERBOARD == 8 || MOTHERBOARD == 81". It was on line no 1642 for me.

10. Go down a small bit until you see this part
          http://soliforum.com/i/?st5FCfM.png

11. On the line "#define Y_STOP_PIN          8" change 8 to 12
          http://soliforum.com/i/?DzqZOoi.png

12. Save and go back to the configuration.h tab

13. Scroll down to the mechanical settings  section (Starts at line no 329 for me)

14. scroll to the part with endstop inverting
       http://soliforum.com/i/?U59oLff.png

15. Change the "Z_MIN_ENDSTOP_INVERTING" line to true
      http://soliforum.com/i/?g07IsKS.png

16. Click compile and you should get no errors.

17. While holding shift click verifly/compile.

18. This has created a temporary hex file. To get this file go to C:\Users\yourusername\AppData\Local\Temp

19. The hex file will be in a folder called build followed by a series of numbers.tmp

20. Within this folder will be the marlin.pde.hex file you will need. Copy this file to your desktop.
     http://soliforum.com/i/?TkuII5T.png

21. Save the arduino files and close them.

22. Time to upload the hex file to the printrboard using FLIP. To upload using FLIP copy printrbots guide on re-flashing linked below
https://printrbot.dozuki.com/Guide/How+ … 78?lang=en
When It says to download a hex file don't as you will be using the "marlin.pde.hex" that you have already.

You should now have uploaded the firmware succesfully and the printer should be behaving like it should.
If you have any trouble with the guide let me know below or send me a PM.

2

Re: Guide for using printrboard rev f with solidoodle

Good info, thanks!  I personally like the Printrboards, and have had good luck with hacking/upgrading/flashing them.  I've been eyeing the REV F for future projects.

3

Re: Guide for using printrboard rev f with solidoodle

Thanks for this tutorial.. sure it will help a lot of people