Skip to content

This Marlin fork has the goal of cleaning-up the source code changes for the CR-6 so it can be merged upstream. We also want to extend the functionality to make it fully functional

License

Notifications You must be signed in to change notification settings

CR6Community/Marlin

 
 

Repository files navigation

Community firmware for the Creality CR-6 3D printer

This branch is for the Creality CR-6 SE with stock v4.5.2 motherboard and the stock display.

For other configurations for the Creality CR-6 printer (like BigTreeTech SKR board and optional BTT TFT v3.0 display - please check the branches and development section section below.

Downloads

Please find official releases in the Releases section.

Please read the release notes very carefully - the online version on the repo contains all the instructions you need.

NOTE: the display firmware instructions and files bundled with the original firmware releases are not compatible with newer Creality CR6 printer displays. We have therefore rebundled the mainboard firmware release files to remove the display firmware and have instead provided links to a Refactored version, as Release 6.1.1.

Ensure you take the right assets: the firmware[suffix].bin. You should not download the Source code archive if you are downloading with the purpose of directly flashing your printer.

  • Support for the BTT SKR board is available.*

  • The v4.5.3 firmware configuration also supports the Creality v1.1.03 (ERA) board.*

Development and compile-it-yourself

Users who wish to modify the Configuration.h and/or Configuration_adv.h files and recompile the firmware (e.g. to increase the maximum nozzle temperature setting) will need to download and unpack the Source.zip or Source.tar file from the latest formal release section. (The CODE in the latest extui branch here is not compiling, for reasons we have not yet resolved.)
As a result of recent updates to Visual Studio Code and Platormio, you will also need to modify the marlin.py file and platformio.ini file (or download the modified versions from the most recent CODE and overwrite those files in the unpacked Source files.) Please always check the Wiki for the latest info, before raising a new Issue on this or other problems you encounter.

There are several example configurations available for your convenience which can be found in the config directory. Copy the files from the config subdirectory which reflects the needed hardware configuration to the root of the Marlin directory. To build the firmware Visual Studio Code with the Platform.io plugin installed is needed. Please set the Platform.io environment variable default_envs in the file platformio.ini to the string found in the previous copied file platformio-environment.txt.

Examples for the following hardware configurations are currently available:

  • Creality stock TFT with:
    • Creality v4.5.2 motherboard (CR-6 SE)
    • Creality v4.5.3 and 1.1.0.3 ERA motherboard (CR-6 SE and CR-6 MAX)
    • BigTreeTech SKR CR-6 (CR-6 SE)
  • BigTreeTech SKR CR-6 with BigTreeTech TFT v3.0

Legacy branches:

  • creality-cr6-merge-attempt - initial branch based on Creality v1.0.3.7 firmware source code release and upgraded until the community firmware 3 release. All new releases are released from the extui branch.

Original source code tracking:

  • cr6-creality-changes - tracks the changes from the Creality source code dump against Marlin upstream. As of now we have the Creality v1.0.3.7 firmware on this branch, based on Marlin pre-2.0.

  • cr6-btt-dump - tracks the changes from the Big Tree Tech SKR board firmware source code (which does not have any git history). It appears the for the moment BTT source code is based on the Creality v1.0.3.7 source code release.

Purpose of this community firmware

This fork of Marlin is meant for:

Once upstream Marlin supports the strain gauge, currently being whipped into shape in this PR @Sebazzz has submitted, the future of this project will probably be:

  • Still expanding the features of the touch screen and merge upstream
  • Continuously update this fork to the latest Marlin stable versions
  • Provide builds for the CR-6 and SKR boards for the less technically inclined

Community firmware support & communities

Please always check the Wiki for the latest info, before raising a new Issue on any problems you encounter.

Get in touch with the developers! We have our own Discord server.

The following CR-6 communities exist:

Communities hosted by Creality:

Other communities:

General Marlin support

For general Marlin support, please check:

Reporting issues

  • Submit bug fixes as pull requests to the current active default branch (extui)
  • Follow the coding standards
  • Please submit your questions and concerns in the issue tracker

Credits

The current core CR-6 Community firmware dev team consists of:

We stand on the shoulders of giants. Don't forget to send your love upstream too!

License

Marlin and the Creality CR-6 Community Firmware 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

This Marlin fork has the goal of cleaning-up the source code changes for the CR-6 so it can be merged upstream. We also want to extend the functionality to make it fully functional

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages

  • C++ 52.0%
  • C 46.1%
  • Python 0.6%
  • Shell 0.5%
  • JavaScript 0.3%
  • HTML 0.2%
  • Other 0.3%