UBL_TILT_ON_MESH_POINTS

MarlinFirmware/Marlin#25486
This commit is contained in:
Scott Lahteine 2023-03-15 21:00:16 -05:00
parent 07321b7b41
commit 84a751b54d
338 changed files with 1014 additions and 0 deletions

View file

@ -2084,6 +2084,9 @@
//#define UBL_HILBERT_CURVE // Use Hilbert distribution for less travel when probing multiple points
//#define UBL_TILT_ON_MESH_POINTS // Use nearest mesh points with G29 J for better Z reference
//#define UBL_TILT_ON_MESH_POINTS_3POINT // Use nearest mesh points with G29 J0 (3-point)
#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