Browse Source

Fix Micromake C1 config

Scott Lahteine 7 years ago
parent
commit
9badf5dc0d

+ 0
- 3
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h View File

707
   //#define MESH_MIN_Y MESH_INSET
707
   //#define MESH_MIN_Y MESH_INSET
708
   //#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
708
   //#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
709
   //#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
709
   //#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
710
-
711
-  #if ENABLED(AUTO_BED_LEVELING_UBL)
712
-    #define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
713
 #endif
710
 #endif
714
 
711
 
715
 // @section extras
712
 // @section extras

Loading…
Cancel
Save