This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * ************** How to use this firmware - READ THIS, yes actually read this. ********************************* | |
| * | |
| * Uncomment means removing the 2 // in front of #define. | |
| * | |
| * FLASHING NOTES: | |
| * ALL slicers (Simplify3D, Cura, Slic3r, etc) or anything else that connects to the COM port must be CLOSED for the firmware to be flash. | |
| * If anything is connected to the COM port when flashing it will fail, typically "access denied" is listed in the error section of the Arduino IDE. | |
| * You MUST use the Included Arduino IDE to flash the firmware if on Windows and if you are on a Mac or Linux follow the guide in our knowledgebase to setup your IDE to work with the firmware. | |
| * |