ENABLE_UNIQUE_BED set as default

This commit is contained in:
Enrico Turri 2019-02-20 13:50:35 +01:00
parent 7443868e87
commit cb1ef36ceb
9 changed files with 1 additions and 771 deletions

View file

@ -53,12 +53,4 @@
#define ENABLE_MODE_AWARE_TOOLBAR_ITEMS (1 && ENABLE_1_42_0_ALPHA5)
//====================
// 1.42.0.alpha7 techs
//====================
#define ENABLE_1_42_0_ALPHA7 1
// Moves bed from GLCanva3d to Plater to have a unique instance of it
#define ENABLE_UNIQUE_BED (1 && ENABLE_1_42_0_ALPHA7)
#endif // _technologies_h_