18047 Forks
14596 Stars
14596 Watchers

Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.

How to download and setup Marlin

Open terminal and run command
git clone https://github.com/MarlinFirmware/Marlin.git
git clone is used to create a copy or clone of Marlin repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with Marlin https://github.com/MarlinFirmware/Marlin/archive/master.zip

Or simply clone Marlin with SSH
[email protected]:MarlinFirmware/Marlin.git

If you have some problems with Marlin

You may open issue on Marlin support forum (system) here: https://github.com/MarlinFirmware/Marlin/issues