Marlin VS Marlin

Compare Marlin vs Marlin and see what are their differences.

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. (by MarlinFirmware)

Marlin

Customized fork of Marlin Firmware, specifically for Anycubic Mega Zero printers. Check Wiki for more details and instructions. (by kad)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Marlin Marlin
755 63
15,874 74
1.0% -
9.8 0.0
6 days ago over 1 year ago
C++ C++
GNU General Public License v3.0 only GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Marlin

Posts with mentions or reviews of Marlin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-26.
  • Why Prusa is floundering, and how you can avoid their fate
    4 projects | news.ycombinator.com | 26 Dec 2023
    There is _a lot_ wrong with Marlin. It is a complex codebase, full with ancient artefacts, litterred with preprocessor ifdefs every 2-3 lines of code, dynamic includes in the middle of CPP files, etc[1]. It's about as unreadable as C++ code gets--well, I guess it's not template metaprogramming.

    Klipper by contrast is a breeze to read through[2].

    I am very grateful for Marlin, for all of reprap, and everyone who has contributed to it. But saying there is nothing wrong with it is straight up misguided.

    [1]: https://github.com/MarlinFirmware/Marlin/blob/bugfix-2.1.x/M...

    [2]: https://github.com/Klipper3d/klipper/blob/master/src/lcd_hd4...

  • E steps way off.
    1 project | /r/ender3 | 6 Dec 2023
    I think you are mistaken. I can't speak for implementations preceding the Ender 3 V2, so what you're saying may have been true at some point for other machines. However, here you can see Marlin developers confirm that there is an EEPROM on the stock E2V2 board using diagrams from Creality and photographic confirmation. Here is the datasheet for the EEPROM. Here is a thread discussing this Marlin release, and also the then-recent release of official Creality firmware which resolved the same issue. Since the stock firmware is based on Marlin, and at the time Marlin did not support this type of EEPROM, the EEPROM was not usable at launch. Any mainstream firmware (official or third-party) from the last three years will be using the onboard EEPROM unless the user intentionally specified otherwise.
  • FYI: Marlin 2.1.2.1 on Sapphire plus v2
    1 project | /r/TwoTrees | 26 Sep 2023
    pull latest Marlin from github: https://github.com/MarlinFirmware/Marlin
  • Ender 3 Pro + Octoprint = Thermal Malfunction, system stopped! Heater_ID: E0
    1 project | /r/Ender3Pro | 25 Aug 2023
    Also, checked the following discussion but seems like I need to update the firmware to be able to comment that like right? Temperature variance monitor tweaks by zeleps · Pull Request #23571 · MarlinFirmware/Marlin · GitHub
  • Marlin DACAI Screen Bug
    1 project | /r/ender3v2 | 6 Jul 2023
  • Anycubic Kobra Marlin 2.1+ based custom firmware
    4 projects | /r/anycubic | 30 Jun 2023
    i spent some time and successfully rebased Kobra 2.8.2 OG firmware from an unknown Marlin ~2.0.8 frankenstein to a clean latest (as of now) release (not bugfix) 2.1.x -- v2.1.2.1 + 1 commit
  • Digraphs and Trigraphs
    3 projects | /r/arduino | 28 Jun 2023
    As an example, check the macropocalypse in Marlin - but the actual trigger for me to start was Reprap firmware doing a floating point divide in interrupt context while targeting AVR8 core…
  • Need advice on intermittent thermal runaway (Ender 3 V2)
    1 project | /r/FixMyPrint | 27 Jun 2023
    Any change of thermistor or to a PT100/PT1000 will require recompiling the firmware, because every type has different characteristics. Marlin uses an internal table to calculate the temperature for whatever reading it gets from the CPU's analogue-to-digital converter. It has many tables for different thermistors, but only one is ever incorporated at compile time. So you have to specify which type you're using. You can see the commonly-used types in the list in Marlin's Configuration.h file, in the section headed // @section temperature. The tables themselves are in Marlin/src/module/thermistor.
  • Marlin ramps1.4
    1 project | /r/AnetA8 | 23 Jun 2023
  • Has anyone actually edited Marlin source code and added a new feature?
    1 project | /r/MarlinFirmware | 22 Jun 2023
    FWIW It IS open source but the GNU General Public License v3.0 rules apply. https://github.com/MarlinFirmware/Marlin/blob/bugfix-2.1.x/LICENSE

Marlin

Posts with mentions or reviews of Marlin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-12.
  • Help with mini skr MZ board
    1 project | /r/BIGTREETECH | 19 May 2023
  • BTT SKR mini E3 v3 : is Ender 3 firmware OK in an AnyCubic Mega Zero 2.0?
    1 project | /r/BIGTREETECH | 3 May 2023
    Just received a BTT SKR mini E3 v3 to replace the stock Melzi m/b for my AnyCubic Mega Zero 2.0, with a BLTouch add-on. I've got the hardware figured out (with some mods to connector types and some back-alley surgery to get it mounted), but I am really uncertain as to firmware. The AMZ subredit lists the v3 (see last row of table under "Boards") but doesn't have a specific firmware for the v3 on the repository. It says there should be one that would be, effectively, amz2_btt_minie3v3_bl_firmware.bin but that exists nowhere.
  • Help with SKR Mini E2 v3.0 on MZ2
    1 project | /r/AnycubicMegaZero | 2 May 2023
    From the Marlin github, would I be ok choosing either of these firmware options? (noting that I have a BL Touch) :
  • Mega Zero 2.0 with Marlin doesn't move X-Axis after homing
    1 project | /r/anycubic | 20 Apr 2023
    I already posted this issue on Github but figuered maybe someone here can help me. I added a BLTouch clone to my MZ2 and flashed the "amz2_melzi_bl_a2-2.0.9.3-kad1-firmware" image from here. After finally dialing in the Probe height and Z-Offset i wanted to do my first print ith it. I ran the Auto-home and afterards the Bed-Levelling. Hoever hile the screen indicated a movement on the X-Axis, the Stepper didn't move at all and another homing resulted in the printer saying homing failed and to please reset it. so i did, homing went fine but afterwards the X-Axis didn't move yet again. neither in levelling nor manually. after another reset i can manually control it just fine, but after levelling its done for. idk know what to do anymore
  • Questions on upgrading MZ2.0 mainboard
    1 project | /r/AnycubicMegaZero | 3 Apr 2023
    I ended up just converting my whole setup from kad/Marlin + octoprint to Klipper + Mainsail. It took me a few days to figure out all the intricacies, getting macros and my slicer setup. I've finally got it all working this morning and holy moly it's like I have a new printer. Highly recommend to anyone who's not using Klipper to upgrade. And it didn't cost me anything but time.
  • Firmware and BLTouch problem on MZ2.0
    1 project | /r/AnycubicMegaZero | 6 Jan 2023
    Hey, I added a BLTouch to my MZ2 a couple months ago. I used the firmware from this repo, as it's specifically for Anycubic Mega Zero printers.
  • Need help with a BIN file for some mods
    1 project | /r/AnycubicMegaZero | 3 Dec 2022
    Big Tree Tech probably has a basic configuration for the Octopus on their github. For additional settings you could take a look at KAD Mega Zero 1.0 and 2.0 releases for printer information.
  • Anycubic Mega SE Firmware Marlin 2.0.9.3 (download)
    1 project | /r/anycubic | 10 Nov 2022
    Hey, I've complied newest Marlin firmware based on this awesome for: https://github.com/kad/Marlin For Mega SE using Mega zero 2.0 as base and setting PIDs to fix e1 heater not being able to heat up.
  • Help with Mega Zero 2.0 auto leveling
    1 project | /r/anycubic | 7 Oct 2022
    I got a 3D touch from triangle lab on aliexpress (BL touch knockoff), installed it, flashed the correct kad marlin firmware with how I installed the probe. (I'm using EXT-A2 and Z-min)
  • HELP - Firmware for Anycubic Mega Zero 2.0 With BTT SKR Mini E3 V3.0
    1 project | /r/anycubic | 26 Aug 2022

What are some alternatives?

When comparing Marlin and Marlin you can also consider the following projects:

MKS-TinyBee - MKS TinyBee is a mainboard for 3d printing, based on ESP32 module

MEGA_ZERO

SKR-2

BIGTREETECH-SKR-MINI-MZ

klipper - Klipper is a 3d-printer firmware

git - A fork of Git containing Windows-specific patches.

Marlin-2.0.X-MKS-Robin-Nano - Marlin 2.0.X for the MKS Robin Nano 1.1/1.2

Marlin.wiki

BIGTREETECH-SKR-mini-E3 - BIGTREETECH SKR-mini-E3 motherboard is a ultra-quiet, low-power, high-quality 3D printing machine control board. It is launched by the 3D printing team of Shenzhen BIGTREE technology co., LTD. This board is specially tailored for Ender 3 printer, perfectly replacing the original Ender3 printer motherboard.

Marlin-Zero - Marlin 2.0.5.3 for Anycubic Mega Zero

Ender-3 - The Creality3D Ender-3, a fully Open Source 3D printer perfect for new users on a budget.

Marlin-bugfix-1.1.9 - Marlin 1.1.x bugfix for Ender 3 with BLTouch