UBL_HILBERT_CURVE

MarlinFirmware/Marlin#21387
This commit is contained in:
Scott Lahteine 2021-03-23 01:32:55 -05:00
parent 4a97501e58
commit 0c5ef49586
248 changed files with 497 additions and 1 deletions

View file

@ -1498,6 +1498,8 @@
#define GRID_MAX_POINTS_X 10 // Don't use more than 15 points per axis, implementation limited.
#define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
//#define UBL_HILBERT_CURVE // Use Hilbert distribution for less travel when probing multiple points
#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