Move UBL_SAVE_ACTIVE_ON_M500 to Configuration.h

This commit is contained in:
Scott Lahteine
2017-10-24 18:26:43 -05:00
parent 580b6e9089
commit 7f55d82fd1
72 changed files with 41 additions and 124 deletions

View File

@ -950,6 +950,7 @@
//#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
#elif ENABLED(MESH_BED_LEVELING)