D3D Controller: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
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.
*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.

Revision as of 20:32, 13 March 2017

BOM

edit

Wiring

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.