|
|
|
@ -1256,8 +1256,9 @@
|
|
|
|
|
/**
|
|
|
|
|
* Normally G28 leaves leveling disabled on completion. Enable
|
|
|
|
|
* this option to have G28 restore the prior leveling state.
|
|
|
|
|
* If false, use M420 S1 after G28 in your slicer print start gcode
|
|
|
|
|
*/
|
|
|
|
|
//#define RESTORE_LEVELING_AFTER_G28
|
|
|
|
|
#define RESTORE_LEVELING_AFTER_G28 false
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Enable detailed logging of G28, G29, M48, etc.
|
|
|
|
@ -1327,8 +1328,8 @@
|
|
|
|
|
|
|
|
|
|
//#define MESH_EDIT_GFX_OVERLAY // Display a graphics overlay while editing the mesh
|
|
|
|
|
|
|
|
|
|
#define MESH_INSET 1 // Set Mesh bounds as an inset region of the bed
|
|
|
|
|
#define GRID_MAX_POINTS_X 10 // Don't use more than 15 points per axis, implementation limited.
|
|
|
|
|
#define MESH_INSET 5 // Set Mesh bounds as an inset region of the bed
|
|
|
|
|
#define GRID_MAX_POINTS_X 5 // Don't use more than 15 points per axis, implementation limited.
|
|
|
|
|
#define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
|
|
|
|
|
|
|
|
|
|
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
|
|
|
|