I went looking for that as well, and I think I found everything.
I went here:
http://www.pjrc.com/teensy/teensyduino.html
Here you can download the Teensyduino.exe add-on. When you run this, it will as to install itself into the Arduino folder. Once that's done, run the Arduino app, then go to Tools/Board and select Teensy++. They have 2 versions, and I'm not sure which one I should use, 1.0 or 2.0.
I selected the 2.0 in my case, and the opened up the Soludoodle Marlin example and started modifying the configuration.h. Again, I need some input from the guys that are familiar with this. Here is what I mofiofied so far.
#define MOTHERBOARD 81 //{SD Patch}
Under Additional Features I enabled
/#define SDSUPPORT // Enable SD Card Support in Hardware Console
I compiled the sketch, and at the end of the compilation, it automatically started the Teensy loader, which said the size of the sketch was larger than the maximum. BUt if you look at the bottom of the compilation log, it says:
Binary sketch size: 78,434 bytes (of a 130,048 byte maximum)
So I don't think this is a problem. This is perhaps why Adrian said not to bother with the Teensy uploader but to use Bootoader HID instead.
At this stage, I'd like to get more input from Adrian (or anyone else who know about this stuff), before I flash the sketch into my Printrboard. I still have a bunch of questions:
How do I enable the extruder fan control? I know the Printrboard is capable (it work on my Printrbot Simple).
Did I use the correct version of the Teensy board?
For enabling the SD carad, did I enable the correct line?
If I wanted to enable an LCD, which one do I enable? can I enable both ULTRA_LCD and DOGLCD?
Is there anything else I have to enable (or disable)?
Once I have to HEX file, how do I use Bootloader HID? It appears I have to install the bootloader first, then flash the firmware hex file. But my board already has a built-in bootloader. I'd like some more instructions.
To print or, 3D print, that is the question...
SD3 printer w/too many mods, Printrbot Simple Maker Ed., FormLabs Form 1+
AnyCubic Photon, Shining 3D EinScan-S & Atlas 3D scanners...
...and too much time on my hands.