Skip to content
Richard Wackerbarth edited this page Dec 6, 2015 · 10 revisions

Marlin Firmware

Applicability

The information in this wiki is specific to the Version 1.1 series of Marlin Releases. Information pertaining to newer versions of the firmware can be found in the wiki associated with the Marlin Development Repository.

Introduction

Marlin is a firmware for 3D printers based on avr-based microprocessors such as those used on the Arduino platform.

This code resides in the PROM on the controller board and controls the input/output, voltage states, and movement of the 3D printer. Depending on configuration options, the size of the Marlin binary image may be anywhere from 50K to over 200K.

It supports a huge number of features, such as:

Essential Resources

Clone this wiki locally