Allow to replace files found as missing during reload from disk command

This commit is contained in:
enricoturri1966 2021-08-31 13:16:29 +02:00
parent 788d114a2f
commit 3abc71fa15
2 changed files with 113 additions and 3 deletions

View file

@ -53,6 +53,8 @@
#define ENABLE_FIX_MIRRORED_VOLUMES_3MF_IMPORT_EXPORT (1 && ENABLE_2_4_0_ALPHA0)
// Enable rendering seams (and other options) in preview using models
#define ENABLE_SEAMS_USING_MODELS (1 && ENABLE_2_4_0_ALPHA0)
// Enable replacing a missing file during reload from disk command
#define ENABLE_RELOAD_FROM_DISK_REPLACE_FILE (1 && ENABLE_2_4_0_ALPHA0)
#endif // _prusaslicer_technologies_h_