mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-03-05 09:34:47 -07:00
add to enable PROUI_MESH_EDIT (error fix)
This commit is contained in:
parent
58a1ea42e9
commit
c97ffdad1b
1 changed files with 4 additions and 0 deletions
|
|
@ -679,6 +679,10 @@ private:
|
|||
|
||||
extern Motion motion;
|
||||
|
||||
#if ENABLED(DWIN_LCD_PROUI)
|
||||
#include "../lcd/dwin/proui/dwin_defines.h" // for PROUI_MESH_EDIT
|
||||
#endif
|
||||
|
||||
#if ENABLED(PROUI_MESH_EDIT)
|
||||
#define MESH_X_DIST ((mesh_max.x - mesh_min.x) / (GRID_MAX_CELLS_X))
|
||||
#define MESH_Y_DIST ((mesh_max.y - mesh_min.y) / (GRID_MAX_CELLS_Y))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue