Move UBL_SAVE_ACTIVE_ON_M500 to Configuration.h
This commit is contained in:
parent
580b6e9089
commit
7f55d82fd1
Marlin
Configuration.hConfiguration_adv.h
src/config
default
examples
AlephObjects/TAZ4
AliExpress/CL-260
Anet
BQ
Hephestos
Hephestos_2
WITBOX
Cartesio
Creality/CR-10
Felix
Folger Tech/i3-2020
Geeetech
Infitary/i3-M508
Malyan/M150
Micromake/C1
Mks/Sbase
RepRapWorld/Megatronics
RigidBot
SCARA
Sanguinololu
TinyBoy2
Velleman
K8200
K8400
adafruit/ST7565
delta
FLSUN
generic
kossel_mini
kossel_pro
kossel_xl
gCreate/gMax1.5+
makibox
stm32f103ret6
tvrrug/Round2
wt150
|
@ -950,6 +950,7 @@
|
||||||
|
|
||||||
//#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
//#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -693,10 +693,6 @@
|
||||||
//#define MESH_MIN_Y MESH_INSET
|
//#define MESH_MIN_Y MESH_INSET
|
||||||
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
||||||
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
|
@ -950,6 +950,7 @@
|
||||||
|
|
||||||
//#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
//#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -693,10 +693,6 @@
|
||||||
//#define MESH_MIN_Y MESH_INSET
|
//#define MESH_MIN_Y MESH_INSET
|
||||||
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
||||||
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
|
@ -970,6 +970,7 @@
|
||||||
|
|
||||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -692,10 +692,6 @@
|
||||||
//#define MESH_MIN_Y MESH_INSET
|
//#define MESH_MIN_Y MESH_INSET
|
||||||
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
||||||
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
|
@ -950,6 +950,7 @@
|
||||||
|
|
||||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -1093,6 +1093,7 @@
|
||||||
|
|
||||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -692,10 +692,6 @@
|
||||||
//#define MESH_MIN_Y MESH_INSET
|
//#define MESH_MIN_Y MESH_INSET
|
||||||
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
||||||
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
|
@ -956,6 +956,7 @@
|
||||||
|
|
||||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -692,10 +692,6 @@
|
||||||
//#define MESH_MIN_Y MESH_INSET
|
//#define MESH_MIN_Y MESH_INSET
|
||||||
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
||||||
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
|
@ -941,6 +941,7 @@
|
||||||
|
|
||||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -692,10 +692,6 @@
|
||||||
//#define MESH_MIN_Y MESH_INSET
|
//#define MESH_MIN_Y MESH_INSET
|
||||||
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
||||||
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
|
@ -951,6 +951,7 @@
|
||||||
|
|
||||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -689,10 +689,6 @@
|
||||||
//#define MESH_MIN_Y MESH_INSET
|
//#define MESH_MIN_Y MESH_INSET
|
||||||
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
||||||
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
|
@ -941,6 +941,7 @@
|
||||||
|
|
||||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -692,10 +692,6 @@
|
||||||
//#define MESH_MIN_Y MESH_INSET
|
//#define MESH_MIN_Y MESH_INSET
|
||||||
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
||||||
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
|
@ -949,6 +949,7 @@
|
||||||
|
|
||||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -692,10 +692,6 @@
|
||||||
//#define MESH_MIN_Y MESH_INSET
|
//#define MESH_MIN_Y MESH_INSET
|
||||||
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
||||||
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
|
@ -960,6 +960,7 @@
|
||||||
|
|
||||||
//#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
//#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -692,10 +692,6 @@
|
||||||
//#define MESH_MIN_Y MESH_INSET
|
//#define MESH_MIN_Y MESH_INSET
|
||||||
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
||||||
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
|
@ -932,6 +932,7 @@
|
||||||
|
|
||||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -692,10 +692,6 @@
|
||||||
//#define MESH_MIN_Y MESH_INSET
|
//#define MESH_MIN_Y MESH_INSET
|
||||||
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
||||||
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
|
@ -932,6 +932,7 @@
|
||||||
|
|
||||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -947,6 +947,7 @@
|
||||||
|
|
||||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -693,10 +693,6 @@
|
||||||
//#define MESH_MIN_Y MESH_INSET
|
//#define MESH_MIN_Y MESH_INSET
|
||||||
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
||||||
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
|
@ -965,6 +965,7 @@
|
||||||
|
|
||||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -950,6 +950,7 @@
|
||||||
|
|
||||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -954,6 +954,7 @@
|
||||||
|
|
||||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -692,10 +692,6 @@
|
||||||
//#define MESH_MIN_Y MESH_INSET
|
//#define MESH_MIN_Y MESH_INSET
|
||||||
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
||||||
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
|
@ -978,6 +978,7 @@
|
||||||
|
|
||||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -689,10 +689,6 @@
|
||||||
//#define MESH_MIN_Y MESH_INSET
|
//#define MESH_MIN_Y MESH_INSET
|
||||||
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
||||||
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
|
@ -954,6 +954,7 @@
|
||||||
|
|
||||||
//#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
//#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -954,6 +954,7 @@
|
||||||
|
|
||||||
//#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
//#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -952,6 +952,7 @@
|
||||||
|
|
||||||
//#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
//#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -713,10 +713,6 @@
|
||||||
//#define MESH_MIN_Y MESH_INSET
|
//#define MESH_MIN_Y MESH_INSET
|
||||||
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
||||||
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
|
@ -950,6 +950,7 @@
|
||||||
|
|
||||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -948,6 +948,7 @@
|
||||||
|
|
||||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -692,10 +692,6 @@
|
||||||
//#define MESH_MIN_Y MESH_INSET
|
//#define MESH_MIN_Y MESH_INSET
|
||||||
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
||||||
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
|
@ -962,6 +962,7 @@
|
||||||
|
|
||||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -692,10 +692,6 @@
|
||||||
//#define MESH_MIN_Y MESH_INSET
|
//#define MESH_MIN_Y MESH_INSET
|
||||||
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
||||||
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
|
@ -981,6 +981,7 @@
|
||||||
|
|
||||||
//#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
//#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -681,10 +681,6 @@
|
||||||
//#define MESH_MIN_Y MESH_INSET
|
//#define MESH_MIN_Y MESH_INSET
|
||||||
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
||||||
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
|
@ -1006,6 +1006,7 @@
|
||||||
|
|
||||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -692,10 +692,6 @@
|
||||||
//#define MESH_MIN_Y MESH_INSET
|
//#define MESH_MIN_Y MESH_INSET
|
||||||
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
||||||
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
|
@ -980,6 +980,7 @@
|
||||||
|
|
||||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -700,10 +700,6 @@
|
||||||
//#define MESH_MIN_Y MESH_INSET
|
//#define MESH_MIN_Y MESH_INSET
|
||||||
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
||||||
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
|
@ -950,6 +950,7 @@
|
||||||
|
|
||||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -692,10 +692,6 @@
|
||||||
//#define MESH_MIN_Y MESH_INSET
|
//#define MESH_MIN_Y MESH_INSET
|
||||||
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
||||||
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
|
@ -950,6 +950,7 @@
|
||||||
|
|
||||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -950,6 +950,7 @@
|
||||||
|
|
||||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -1078,6 +1078,7 @@
|
||||||
|
|
||||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -694,10 +694,6 @@
|
||||||
//#define MESH_MIN_Y MESH_INSET
|
//#define MESH_MIN_Y MESH_INSET
|
||||||
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
||||||
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
|
@ -1072,6 +1072,7 @@
|
||||||
|
|
||||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -694,10 +694,6 @@
|
||||||
//#define MESH_MIN_Y MESH_INSET
|
//#define MESH_MIN_Y MESH_INSET
|
||||||
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
||||||
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
|
@ -1067,6 +1067,7 @@
|
||||||
|
|
||||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -694,10 +694,6 @@
|
||||||
//#define MESH_MIN_Y MESH_INSET
|
//#define MESH_MIN_Y MESH_INSET
|
||||||
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
||||||
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
|
@ -1070,6 +1070,7 @@
|
||||||
|
|
||||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -694,10 +694,6 @@
|
||||||
//#define MESH_MIN_Y MESH_INSET
|
//#define MESH_MIN_Y MESH_INSET
|
||||||
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
||||||
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
|
@ -1070,6 +1070,7 @@
|
||||||
|
|
||||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -699,10 +699,6 @@
|
||||||
//#define MESH_MIN_Y MESH_INSET
|
//#define MESH_MIN_Y MESH_INSET
|
||||||
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
||||||
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
|
@ -1079,6 +1079,7 @@
|
||||||
|
|
||||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -694,10 +694,6 @@
|
||||||
//#define MESH_MIN_Y MESH_INSET
|
//#define MESH_MIN_Y MESH_INSET
|
||||||
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
||||||
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
|
@ -964,6 +964,7 @@
|
||||||
|
|
||||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -692,10 +692,6 @@
|
||||||
//#define MESH_MIN_Y MESH_INSET
|
//#define MESH_MIN_Y MESH_INSET
|
||||||
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
||||||
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
|
@ -953,6 +953,7 @@
|
||||||
|
|
||||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -692,10 +692,6 @@
|
||||||
//#define MESH_MIN_Y MESH_INSET
|
//#define MESH_MIN_Y MESH_INSET
|
||||||
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
||||||
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
|
@ -937,6 +937,7 @@
|
||||||
|
|
||||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -945,6 +945,7 @@
|
||||||
|
|
||||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -692,10 +692,6 @@
|
||||||
//#define MESH_MIN_Y MESH_INSET
|
//#define MESH_MIN_Y MESH_INSET
|
||||||
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
||||||
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
|
@ -955,6 +955,7 @@
|
||||||
|
|
||||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
#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)
|
#elif ENABLED(MESH_BED_LEVELING)
|
||||||
|
|
||||||
|
|
|
@ -692,10 +692,6 @@
|
||||||
//#define MESH_MIN_Y MESH_INSET
|
//#define MESH_MIN_Y MESH_INSET
|
||||||
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
|
||||||
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
||||||
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
Loading…
Reference in a new issue