CR6Community / Marlin

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
GNU General Public License v3.0
474 stars 82 forks source link

CR-6 touch screen: load limits from firmware configuration #102

Closed Sebazzz closed 3 years ago

Sebazzz commented 3 years ago

The following values are currently "hardcoded" in DWIN and not loaded from the firmware configuration:

We should load these from firmware configuration and configure them via the stack pointers. This is especially important for MAX users.

Sebazzz commented 3 years ago

Unfortunately DWIN doesn't allow VPs to be assigned for "DwinNumericUpDown" and "DwinInput". But I'Il try upping these limits as follows and then handling it from code:

image