Update Configuration.h files to better names (#6814)
Changed UBL_G26_MESH_EDITING to UBL_G26_MESH_VALIDATION Added UBL_MESH_EDIT_MOVES_Z to prepare for that change (coming next)
This commit is contained in:
parent
ea906e4da7
commit
364f8fb613
30 changed files with 70 additions and 41 deletions
|
|
@ -886,7 +886,8 @@
|
|||
#define UBL_PROBE_PT_2_Y 20
|
||||
#define UBL_PROBE_PT_3_X 180
|
||||
#define UBL_PROBE_PT_3_Y 20
|
||||
//#define UBL_G26_MESH_EDITING // Enable G26 mesh editing
|
||||
#define UBL_G26_MESH_VALIDATION // Enable G26 mesh validation
|
||||
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
||||
|
||||
#elif ENABLED(MESH_BED_LEVELING)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue