akaJes / marlin-config

Marlin firmware instant configurator
GNU General Public License v3.0
388 stars 85 forks source link

Board ID not found teensy20 - Fails to compile due to typo in code #96

Closed drphil3d closed 5 years ago

drphil3d commented 5 years ago

I was having trouble compiling for the Printrboard AT901286 and I figured out the platform.ini file has a typo in it that seems to be new and affects me on multiple computers.

The board field =teensy20pp is Incorrect! change that back to teensy2pp

[env:teensy20] platform = teensy framework = arduino board = teensy2pp

drphil3d commented 5 years ago

nevermind I'm an idiot