Enabled tech ENABLE_GCODE_VIEWER_STATISTICS
This commit is contained in:
parent
9dd83a3daa
commit
7832e8aee1
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
// Use wxDataViewRender instead of wxDataViewCustomRenderer
|
||||
#define ENABLE_NONCUSTOM_DATA_VIEW_RENDERING 0
|
||||
// Enable G-Code viewer statistics imgui dialog
|
||||
#define ENABLE_GCODE_VIEWER_STATISTICS 0
|
||||
#define ENABLE_GCODE_VIEWER_STATISTICS 1
|
||||
// Enable G-Code viewer comparison between toolpaths height and width detected from gcode and calculated at gcode generation
|
||||
#define ENABLE_GCODE_VIEWER_DATA_CHECKING 0
|
||||
|
||||
|
|
Loading…
Reference in a new issue