Closed classicrocker883 closed 1 year ago
For accessible data visualization, a continuous color ramp is often preferable. See e.g. https://eagereyes.org/basics/rainbow-color-map . Some good diverging color maps can be found at https://www.kennethmoreland.com/color-maps/
Implemented in https://github.com/MarlinFirmware/Marlin/pull/26181
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Is your feature request related to a problem? Please describe.
Adding Mesh Viewer - change how the mesh is viewed
enables both options on how the mesh is viewed with
USE_UBL_VIEWER
enabled, this gives a check box to alternate type of view for meshadding Menu Item FILE--> dwin.cpp under Draw AdvancedSettings Menu
//the function
FILE--> meshviewer.cpp
FILE--> settings.cpp
//under MarlinSettings::save()
//under MarlinSettings:_load()
//under MarlinSettings:reset()
FILE--> bedlevel_tools.cpp
//under
FILE--> bedlevel_tools.h
Are you looking for hardware support?
No response
Describe the feature you want
This enabled two options of how the mesh is viewed for ProUI
Additional context
If this can somehow be simplified so it doesnt take so much memory having it duplicate the code