Skip to content

deadalusai/Ender-3V3-SE

 
 

Repository files navigation

Customized Marlin 3D Printer Firmware for Ender-3 V3 SE

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

To build run:

> make firmware

This will execute the build using dockerised plaformio. Build artifacts will be written to .pio/build/STM32F103RET6_creality.

Marlin 3D Printer Firmware

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.

License

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.

About

Customized Marlin-based firmware for the Ender-3V3 SE

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 72.3%
  • C 24.3%
  • Linker Script 0.8%
  • Shell 0.8%
  • Python 0.7%
  • JavaScript 0.4%
  • Other 0.7%