Added mirror factors to .3mf import and enabled import factors

This commit is contained in:
Enrico Turri 2018-10-22 13:27:53 +02:00
parent 84de664fb5
commit 2a2d1d85f8
3 changed files with 23 additions and 5 deletions

View file

@ -11,7 +11,7 @@
// New selections
#define ENABLE_EXTENDED_SELECTION (1 && ENABLE_1_42_0)
// Add mirror components along the three axes in ModelInstance and GLVolume
#define ENABLE_MIRROR (0 && ENABLE_1_42_0)
#define ENABLE_MIRROR (1 && ENABLE_1_42_0)
#endif // _technologies_h_