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