ENABLE_BACKWARD_COMPATIBLE_RELOAD_FROM_DISK set as default

This commit is contained in:
Enrico Turri 2020-02-13 12:43:19 +01:00
parent 847efec2ed
commit 6914f688f8
4 changed files with 0 additions and 42 deletions

View file

@ -47,9 +47,6 @@
//==================
#define ENABLE_2_2_0_BETA1 1
// 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)
// Enable showing object/instance info with labels into the 3D scene
#define ENABLE_SHOW_SCENE_LABELS (1 && ENABLE_2_2_0_BETA1)