Tech ENABLE_SAVE_COMMANDS_ALWAYS_ENABLED set as default

This commit is contained in:
enricoturri1966 2021-11-30 09:41:43 +01:00
parent 03a6a46dce
commit 781b457035
6 changed files with 1 additions and 49 deletions

View file

@ -36,17 +36,6 @@
#define ENABLE_FIXED_SCREEN_SIZE_POINT_MARKERS 1
//====================
// 2.4.0.alpha1 techs
//====================
#define ENABLE_2_4_0_ALPHA1 1
// Enable implementation of retract acceleration in gcode processor
#define ENABLE_RETRACT_ACCELERATION (1 && ENABLE_2_4_0_ALPHA1)
// Enable save and save as commands to be enabled also when the plater is empty and allow to load empty projects
#define ENABLE_SAVE_COMMANDS_ALWAYS_ENABLED (1 && ENABLE_2_4_0_ALPHA1)
//====================
// 2.4.0.alpha2 techs
//====================