Adding the option change Mesh Viewer #411
Replies: 4 comments
-
Be aware that this duplicates the code of the viewer, that is why I leave it only as a user's selectable at compile time. |
Beta Was this translation helpful? Give feedback.
-
i see, maybe that can be tweaked so it limit the memory |
Beta Was this translation helpful? Give feedback.
-
using the RET6... Without With |
Beta Was this translation helpful? Give feedback.
-
Yes, RET6 doesn't have a problem because it has more program memory than RCT6, but many new printers are now with RCT6 and you could soft-brick those printers. |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions