|
@@ -913,10 +913,10 @@
|
913
|
913
|
/**
|
914
|
914
|
* Enable the G26 Mesh Validation Pattern tool.
|
915
|
915
|
*/
|
916
|
|
- //#define G26_MESH_VALIDATION // Enable G26 mesh validation
|
|
916
|
+ #define G26_MESH_VALIDATION // Enable G26 mesh validation
|
917
|
917
|
#if ENABLED(G26_MESH_VALIDATION)
|
918
|
|
- #define MESH_TEST_NOZZLE_SIZE 0.4 // (mm) Diameter of primary nozzle.
|
919
|
|
- #define MESH_TEST_LAYER_HEIGHT 0.2 // (mm) Default layer height for the G26 Mesh Validation Tool.
|
|
918
|
+ #define MESH_TEST_NOZZLE_SIZE 0.5 // (mm) Diameter of primary nozzle.
|
|
919
|
+ #define MESH_TEST_LAYER_HEIGHT 0.3 // (mm) Default layer height for the G26 Mesh Validation Tool.
|
920
|
920
|
#define MESH_TEST_HOTEND_TEMP 205.0 // (°C) Default nozzle temperature for the G26 Mesh Validation Tool.
|
921
|
921
|
#define MESH_TEST_BED_TEMP 60.0 // (°C) Default bed temperature for the G26 Mesh Validation Tool.
|
922
|
922
|
#endif
|