Giter Site home page Giter Site logo

maltwhiskey / marlin-crealitydwin_2.0 Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 7.67 MB

License: GNU General Public License v3.0

C 39.01% Makefile 0.27% C++ 58.84% Python 0.96% Shell 0.76% OpenSCAD 0.08% G-code 0.03% HTML 0.01% CSS 0.03% JavaScript 0.01%

marlin-crealitydwin_2.0's Introduction

Creality CR10S Pro, CR-X, CR10 Max and Ender 5 Plus Touch Screen supported firmware

This branch adds support for the Creality touchscreen machines and was split off from the standard Creality branches due to specific custom changes not found upstream. This includes extensions to the EXTui framework among other smaller tweaks that we have been working towards getting submitted upstream. Machines supported here are :

The CRX Has screen files with or without ABL. All other machines should use the same generic set. V2 is the current screen file version.

Screen files are archived with 7-Zip simply because it came out 1/5 the file size of a zip file. That added up fast!

Now that we have configured an auto build, we are able to provide quite a few HEX file configurations. There is an issue with Windows systems limiting path depth however so the file names need to be shorter than we would prefer. Therefore, here is a legend to decoding what they are :

  • BLT = BLTouch
  • BIL = Bilinear Leveling
  • UBL - Unified Bed Leveling
  • DZ = Dual Z Steppers
  • Fil = FilamentRunout
  • Slnt = Creality Silent Board
  • H = E3D Hemera Extruder
  • MC = Mosquito Creality mount
  • ME = Mosquito E3D mount
  • Melzi Host option disables local SD card to allow more features and buffer for Octoprint control
  • NF = Noise filtering for machines with cable extensions - reduces homing accuracy!

Primary notes for DW6

  • Power Loss Recovery is functional again
  • Added screen for manual PID entry and custom tuning
  • Added screen for Step/mm and probe offset editing
  • Base bumped to Marlin 2.0.4.4
  • Tweaks to limit RAM consumption where possible

The default build button is now a batch Build All! If you want to build a custom stock 2560 environment, use the env:megaatmega2560 environment. For SKR boards use the LPC1768/9 environments as usual.

About Our Branches

The firmware branches maintained here are made possible by the support of sponsors like Tiny Machines 3D as well as our customer base through our 3D printing Services. Maintaining and developing these branches takes a significant investment, made up of time and machines. To support continued development, please consider your next 3D Printer related purchase from Tiny Machines 3D and thank them for supporting open source development. Or, consider us for printing services outside of your machine’s capabilities. Print service requests can be sent to [email protected] and we will respond typically within 1 working day. If you do not need anything printed or a 3D Printer but still want to contribute, you can support us through Patreon.

Setup

All configuration options intended to be adjusted by end users have been placed in the top section of Configuration.h and have been documented there. There is typically a break line to segregate the standard configuration below. Anything aside from the upper options is intended for advanced users only.

Known Issues

  • While auto leveling (measuring) is in progress pressing other buttons on the screen can abort portions of the script depending where it is

    • The process includes heating the bed before probing, probing then heating the nozzle before moving to Z0.
  • UBL functions differently than Bilinear. It currently probes 16 points and extrapolates where the probe cannot reach. This is because UBL is designed to build a mesh everywhere the nozzle can reach, where bilinear only works where the probe can reach. These points are intended to be manually tuned however the touchscreen has no interface to do so. We are working on a way to increase the mesh density and feed alternative points to the screen. This is especially important for the CR-10 Max. Please mind the differences with UBL during use.

  • There are some points where the screen accepts input before it's really ready to (Measuring on Auto Leveling for example, wait for message to Set Z Offset) so please be patient! Sending inputs (pressing buttons) essentially overwrites the existing command with the new one.

  • CR-X Non-Auto Leveling screens have the start of baby-stepping abilities on the adjust screen, however this has not been fully tested yet. Use with caution.

Support

This firmware is provided to the public as-is with no warranty or guarantee. It's based on a large open source project and there is no entitlement to support. That said, Tiny Machines 3D customers may obtain support through their normal support queue. I will provide support to Patreons as I am able. If you require more immediate support and are not a Tiny Machines customer, you may contact them at [email protected] about purchasing support hours. Aside from this, we are active many Facebook groups as well as several discord channels and typically help anyone we can when we come across them.

3D Printing Discord - https://discord.gg/MZrsgVU Marlin Discord - https://discord.gg/n5NJ59y

Future Goals

For this branch, we still have some active goals open that we plan to continue working on provided there is continued interest in the project.

  • SD Card sub directory traversal
  • Volume and leveling state EEPROM storage
  • Utilize a few more of the background screens (such as print finished) that are currently not in use but not necessary

Firmware Branches

Formbot / Vivedino Firmware Branches

Mamorubot / HieHa Firmware Branches

Other Firmware

Marlin Commit History

Active Projects

Planned Projects

  • Implement Virtual Tools
  • Port Duet2 Wifi with Duex5 to Marlin 2.0
  • Further Gcode Parity with RRF
  • Extend Host Prompt Support for Power Loss Recovery
  • Improve native ESP32 web support
  • Port M425 Auto backlash and offset calibration to IDEX
  • Integrate 12 stepper LPC1778 PCB to configure ideXY quad head system as well as integrate 3 extruder mixing to IDEX
  • Video walkthrough of each bed leveling system usage and all functions

Marlin

This is just one of many forks of Marlin. We don't try to bury that behind fancy marmarketingketting or anything else. As you can see from the links above, most of the work done here is submitted back to the mainstream Marlin branches. The end goal of every project is to get it to the point where it is merged and maintained there. See marlin resources, including how to contribute to the Marlin Project as well, down below.

Building Marlin 2.0

To build Marlin 2.0 you'll need Arduino IDE 1.8.8 or newer or PlatformIO. We've posted detailed instructions on Building Marlin with Arduino and Building Marlin with PlatformIO for ReArm (which applies well to other 32-bit boards).

The current Marlin dev team consists of:

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.

marlin-crealitydwin_2.0's People

Watchers

Malt Whiskey avatar

Forkers

edition1979

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.