mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Improved objects manipulation using sidebar
This commit is contained in:
parent
f8b83d20d3
commit
0ccd19f1ee
4 changed files with 130 additions and 19 deletions
|
@ -43,6 +43,13 @@
|
|||
// Separate rendering for opaque and transparent volumes
|
||||
#define ENABLE_IMPROVED_TRANSPARENT_VOLUMES_RENDERING (1 && ENABLE_1_42_0)
|
||||
|
||||
//====================
|
||||
// 1.42.0.alpha1 techs
|
||||
//====================
|
||||
#define ENABLE_1_42_0_ALPHA1 1
|
||||
|
||||
#define ENABLE_IMPROVED_SIDEBAR_OBJECTS_MANIPULATION (1 && ENABLE_1_42_0_ALPHA1)
|
||||
|
||||
#endif // _technologies_h_
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue