reprappro / Marlin

Reprap FW with look ahead. SDcard and LCD support. It works on Gen6, Ultimaker, RAMPS and Sanguinololu
46 stars 66 forks source link

Not compatible with latest Arduino IDE 1.6.3? #21

Open gunamoi1 opened 9 years ago

gunamoi1 commented 9 years ago

Latest Arduin0 IDE (v1.6.3) gives following error messages:

Could not find boards.txt in F:\SoftwareDevelopment\Arduino Projects\hardware\sanguino\bootloaders. Is it pre-1.5? Could not find boards.txt in F:\SoftwareDevelopment\Arduino Projects\hardware\sanguino\cores. Is it pre-1.5? Could not find boards.txt in F:\SoftwareDevelopment\Arduino Projects\hardware\sanguino\firmwares. Is it pre-1.5? Could not find boards.txt in F:\SoftwareDevelopment\Arduino Projects\hardware\sanguino\variants. Is it pre-1.5? WARNING: Error loading hardware folder F:\SoftwareDevelopment\Arduino Projects\hardware\sanguino No valid hardware definitions found in folder sanguino. Could not find boards.txt in F:\SoftwareDevelopment\Arduino Projects\hardware\sanguino\bootloaders. Is it pre-1.5? Could not find boards.txt in F:\SoftwareDevelopment\Arduino Projects\hardware\sanguino\cores. Is it pre-1.5? Could not find boards.txt in F:\SoftwareDevelopment\Arduino Projects\hardware\sanguino\firmwares. Is it pre-1.5? Could not find boards.txt in F:\SoftwareDevelopment\Arduino Projects\hardware\sanguino\variants. Is it pre-1.5? WARNING: Error loading hardware folder F:\SoftwareDevelopment\Arduino Projects\hardware\sanguino No valid hardware definitions found in folder sanguino.

gunamoi1 commented 9 years ago

Try the following web site for how the files might be upgraded. https://github.com/arduino/Arduino/wiki/Arduino-Hardware-Cores-migration-guide-from-1.0-to-1.6

alexandrewillame commented 8 years ago

I have modified the file and it works great. Can someone explain me how I can upload it to the repository so other people can benefit from it too? (I am still begining with the Github tool)

nodje commented 8 years ago

The regular way to do this would be to fork the project, apply your changes on it, then create a pull request for your changes to this repo.

OldGreyCells commented 5 years ago

This is much easier: https://dustsreprap.blogspot.com/2015/06/better-way-to-install-sanguino-in.html In case that link goes stale:

Open up the menu File|Preferences At the bottom is a field Additional Boards manager URLs: Enter "https://raw.githubusercontent.com/Lauszus/Sanguino/master/package_lauszus_sanguino_index.json" Click OK Open up the menu Tools|Board:|Boards manager... This will open the manager. Scroll down till you see Sanguino Click more info, this will reveal an install button. Hit install. Close the Board manager.