Updated DNE Setup (mediawiki)
parent
c554c94cc5
commit
5bdc69011b
2 changed files with 1 additions and 31 deletions
|
|
@ -1,31 +0,0 @@
|
|||
''' DO NOT EDIT '''
|
||||
|
||||
==== Get the Arduino IDE ====
|
||||
* Obtain the latest non-beta Arduino software IDE / toolset from the [http://www.arduino.cc/en/Main/Software Arduino website].
|
||||
* Install following the usual procedure for your computer system.
|
||||
|
||||
==== Download Marlin Firmware ====
|
||||
* [https://github.com/MarlinFirmware/MarlinDev Latest Development version]
|
||||
** Use the <code>Download Zip</code> button for the latest code (HEAD), or
|
||||
** For development use the <code>Fork</code> button to make a fork. See [[Contributing|Contributing to Marlin]].
|
||||
* [https://github.com/MarlinFirmware/Marlin/archive/RC.zip 1.1.0 Release Candidate] (beta)
|
||||
* [https://github.com/MarlinFirmware/Marlin/releases Stable versions]
|
||||
** [https://github.com/MarlinFirmware/Marlin/archive/1.0.2-1.zip Version 1.0.2-1]
|
||||
** [https://github.com/MarlinFirmware/Marlin/archive/1.0.1.zip Version 1.0.1]
|
||||
|
||||
Some boards require special files and/or libraries from the <code>ArduinoAddons</code> directory. See the README file in <code>ArduinoAddons</code> for details.
|
||||
|
||||
==== Edit Your Marlin Configuration ====
|
||||
* Start the Arduino IDE.
|
||||
* Open the <code>Marlin.ino</code> file, to load the project code.
|
||||
* Use the Arduino IDE (or your favorite text editor) to edit <code>Configuration.h</code> and <code>Configuration_adv.h</code>. There's a lot of documentation in these files, but please raise an issue on Github if you need help.
|
||||
|
||||
See [[Marlin Configuration]] for more detailed documentation on configuring Marlin, currently a work-in-progress.
|
||||
|
||||
==== Flash The Controller ====
|
||||
* In Arduino IDE, select your micro-controller from the <code>Tools</code> -> <code>Board</code> menu
|
||||
* Select the serial port to which the machine is connected from the <code>Tools</code> -> <code>Serial Port</code> menu
|
||||
* Click the <code>Verify/Compile</code> button to see that the code is okay.
|
||||
* Click the <code>Upload</code> button. If all goes well the firmware will upload and restart.
|
||||
|
||||
That's it. Now that you've flashed Marlin to your board, Enjoy Silky Smooth Printing!
|
||||
1
Installing-Marlin.mediawiki
Normal file
1
Installing-Marlin.mediawiki
Normal file
|
|
@ -0,0 +1 @@
|
|||
[Article on marlinfw.org](http://marlinfw.org/docs/basics/install.html)
|
||||
Loading…
Add table
Add a link
Reference in a new issue