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