This repository contains customized Marlin 2.0 firmware specifically for the Ender-3 V3 SE 3D Printer.
It includes the following customizations from the Stock firmware released by Creality:
- Raise max nozzle temp from 260°C to 300°C
- NOTE: Requires Ceramic Hotend upgrade to use max temp safely
- Raise max bed temp from 100°C to 110°C
- Increase Z homing speed
- Increase max speeds and accelerations
- Enable host action commands (OctoPrint)
- Enable Linear Advance
- Backported from mainline Marlin by queeup
- Extend auto-levelling to use 7x7 grid
- Patch by aschmitt1909
To build run:
> make firmware
This will execute the build using dockerised plaformio. Build artifacts will be written to .pio/build/STM32F103RET6_creality
.
Additional documentation can be found at the Marlin Home Page.
This repository is a customized fork and is not representative of the Official Marlin 2.0 project.
Marlin is published under the GPL license because we believe in open development. The GPL comes with both rights and obligations. Whether you use Marlin firmware as the driver for your open or closed-source product, you must keep Marlin open, and you must provide your compatible Marlin source code to end users upon request. The most straightforward way to comply with the Marlin license is to make a fork of Marlin on Github, perform your modifications, and direct users to your modified fork.
While we can't prevent the use of this code in products (3D printers, CNC, etc.) that are closed source or crippled by a patent, we would prefer that you choose another firmware or, better yet, make your own.