Poket-Jony / Marlin-A4MaxPro-2.0.x

🖨 Marlin 2.0.x optimized for the Anycubic 4Max Pro 3D printer
GNU General Public License v3.0
54 stars 18 forks source link

[FR] Rewrite whole display class #11

Closed Poket-Jony closed 4 years ago

Poket-Jony commented 4 years ago

Marlin 2.0 offers the possibility to program a display with extensible_ui. Therefore, the current anycubic_TFT.cpp code should be completely rewritten and adapted to the ExtUI class. This makes the code more readable and the native Marlin functions like filament runout are supported.

Poket-Jony commented 4 years ago

Status update

https://github.com/Poket-Jony/Marlin-A4MaxPro-2.0.x/tree/dev is ready for testing.

Features

Known Issues

Attention: Dev-Build not ready for production use!

Poket-Jony commented 4 years ago

Released v2.1.0-dev

https://github.com/Poket-Jony/Marlin-A4MaxPro-2.0.x/releases/tag/v2.1.0-dev

bernhardberger commented 4 years ago

I'll beta test this.

You're the single reason why I haven't ditched the Trigorilla Board yet.

Is this targeted against the latest Marlin 2.0.x? Just asking because I'm thinking of ditching the Allegro Extruder driver and the latest Marlin has some fixes for the TMC in it..

Poket-Jony commented 4 years ago

I merged the upstream branch "bugfix-2.0.x" yesterday. So the version is currently based on the Commit #62d7d from Marlin.

Poket-Jony commented 4 years ago

First RC-Release: https://github.com/Poket-Jony/Marlin-A4MaxPro-2.0.x/releases/tag/v2.1.2-rc

TelliMantelli commented 4 years ago

Testing this also!