mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Technology for svg icons moved to next alpha (8)
This commit is contained in:
@@ -49,7 +49,14 @@
|
|||||||
|
|
||||||
// Printbed textures generated from svg files
|
// Printbed textures generated from svg files
|
||||||
#define ENABLE_TEXTURES_FROM_SVG (1 && ENABLE_1_42_0_ALPHA7)
|
#define ENABLE_TEXTURES_FROM_SVG (1 && ENABLE_1_42_0_ALPHA7)
|
||||||
|
|
||||||
|
|
||||||
|
//====================
|
||||||
|
// 1.42.0.alpha8 techs
|
||||||
|
//====================
|
||||||
|
#define ENABLE_1_42_0_ALPHA8 1
|
||||||
|
|
||||||
// Toolbars and Gizmos use icons imported from svg files
|
// Toolbars and Gizmos use icons imported from svg files
|
||||||
#define ENABLE_SVG_ICONS (1 && ENABLE_TEXTURES_FROM_SVG)
|
#define ENABLE_SVG_ICONS (1 && ENABLE_1_42_0_ALPHA8 && ENABLE_TEXTURES_FROM_SVG)
|
||||||
|
|
||||||
#endif // _technologies_h_
|
#endif // _technologies_h_
|
||||||
|
|||||||
Reference in New Issue
Block a user