Reload from disk command enhanced to work with 3mf/amf files saved with PrusaSlicer 2.1.0 and earlier

This commit is contained in:
Enrico Turri 2020-01-21 14:07:13 +01:00
parent 5342ad8990
commit dd09077bba
4 changed files with 142 additions and 7 deletions

View file

@ -59,4 +59,8 @@
// Enable 6 degrees of freedom camera
#define ENABLE_6DOF_CAMERA (1 && ENABLE_2_2_0_BETA1)
// Enhance reload from disk to be able to work with 3mf/amf files saved with PrusaSlicer 2.1.0 and earlier
#define ENABLE_BACKWARD_COMPATIBLE_RELOAD_FROM_DISK (1 && ENABLE_2_2_0_BETA1)
#endif // _technologies_h_