D3D Marlin: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
=Intro= | =Intro= | ||
* | *[[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. | :*To upload, make sure you have Serial Port selected in Tools, and correct Board selected. | ||
Line 11: | Line 11: | ||
[https://docs.google.com/presentation/d/1RvVAuJdwWNv279yLypw15GMo4azfSqaWhHjKyhkxG98/edit#slide=id.g1eebddd91b_0_0 edit] | [https://docs.google.com/presentation/d/1RvVAuJdwWNv279yLypw15GMo4azfSqaWhHjKyhkxG98/edit#slide=id.g1eebddd91b_0_0 edit] | ||
=Log= | |||
*Warning - starting with [[[[OSE Folgertech Prusa i3 Marlin]] was a bad idea - old code and buggy. | |||
*I downloaded a fresh version about March 16, 2017, and started from scratch as documented in working doc above. |
Revision as of 01:58, 31 March 2017
Intro
- 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 MJ until I disconnected the 3D Printer - might have been wrong port selected.
Working Doc
Log
- Warning - starting with [[OSE Folgertech Prusa i3 Marlin was a bad idea - old code and buggy.
- I downloaded a fresh version about March 16, 2017, and started from scratch as documented in working doc above.