D3D Controller: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→Code) |
||
Line 12: | Line 12: | ||
=Code= | =Code= | ||
*Start with [[OSE Folgertech Prusa i3 Marlin]] - [[File:OSE_Marlin.zip]] | *Start with [[OSE Folgertech Prusa i3 Marlin]] - [[File:OSE_Marlin.zip]] | ||
*The firmware code which is uploaded to the control Arduino (part of RAMPS) is a bunch of files contained in a folder, totaling 1.5 MB. The main file for configuration is configuration.h. When using the [[Arduino Environment]], load marlin.ino when opening new file. |
Revision as of 20:25, 13 March 2017
BOM
Wiring
- For wiring detail, see Prusa i3 Build Optimization
Code
- Start with OSE Folgertech Prusa i3 Marlin - File:OSE Marlin.zip
- The firmware code which is uploaded to the control Arduino (part of RAMPS) is a bunch of files contained in a folder, totaling 1.5 MB. The main file for configuration is configuration.h. When using the Arduino Environment, load marlin.ino when opening new file.