forked from MarlinFirmware/Marlin
-
Notifications
You must be signed in to change notification settings - Fork 0
DNE Setup
João Brázio edited this page Mar 17, 2016
·
1 revision
DO NOT EDIT
- Obtain the latest non-beta Arduino software IDE / toolset from the Arduino website.
- Install following the usual procedure for your computer system.
-
Latest Development version
- Use the
Download Zipbutton for the latest code (HEAD), or - For development use the
Forkbutton to make a fork. See Contributing to Marlin.
- Use the
- 1.1.0 Release Candidate (beta)
- Stable versions
ArduinoAddons directory. See the README file in ArduinoAddons for details.
- Start the Arduino IDE.
- Open the
Marlin.inofile, to load the project code. - Use the Arduino IDE (or your favorite text editor) to edit
Configuration.handConfiguration_adv.h. There's a lot of documentation in these files, but please raise an issue on Github if you need help.
- In Arduino IDE, select your micro-controller from the
Tools->Boardmenu - Select the serial port to which the machine is connected from the
Tools->Serial Portmenu - Click the
Verify/Compilebutton to see that the code is okay. - Click the
Uploadbutton. If all goes well the firmware will upload and restart.
Welcome to Marlin
Setting Up Marlin
Features
Configuring Marlin
Reference
GCode in Marlin
Join the Marlin Project
Contributing to Marlin
Coding Standards
Marlin or MarlinDev?
Marlin Branches
Marlin 1.2 Development
Compiling-MarlinDEV-master