D3D Controller: Difference between revisions
Jump to navigation
Jump to search
(→Code) |
(→Code) |
||
Line 13: | Line 13: | ||
*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. This will open up the whole bunch of Marlin files. To upload to RAMPS - use a USB cord. | *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. This will open up the whole bunch of Marlin files. To upload to RAMPS - use a USB cord. | ||
:*To upload, make sure you have Serial Port selected in Tools, and correct Board selected. | |||
:*Upload did not work for me until I disconnected the 3D Printer - might have been wrong port selected. |
Revision as of 21:01, 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. This will open up the whole bunch of Marlin files. To upload to RAMPS - use a USB cord.
- To upload, make sure you have Serial Port selected in Tools, and correct Board selected.
- Upload did not work for me until I disconnected the 3D Printer - might have been wrong port selected.