Added tech DISABLE_GCODEVIEWER_INSTANCED_MODELS to easily turn on/off instanced models to render options in gcode preview
This commit is contained in:
parent
c2258dead7
commit
383f6509a9
2 changed files with 16 additions and 10 deletions
|
@ -26,6 +26,8 @@
|
|||
#define ENABLE_GCODE_VIEWER_DATA_CHECKING 0
|
||||
// Enable project dirty state manager debug window
|
||||
#define ENABLE_PROJECT_DIRTY_STATE_DEBUG_WINDOW 0
|
||||
// Disable using instanced models to render options in gcode preview
|
||||
#define DISABLE_GCODEVIEWER_INSTANCED_MODELS 1
|
||||
|
||||
|
||||
// Enable rendering of objects using environment map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue