Disable mesh validation pattern for UBL builds to fit

This commit is contained in:
InsanityAutomation
2020-06-21 10:07:20 -04:00
parent 9eb4fc1cfd
commit 62465cdf23
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -1470,7 +1470,9 @@
/**
* Enable the G26 Mesh Validation Pattern tool.
*/
#define G26_MESH_VALIDATION
#if ENABLED(ABL_Bilinear)
#define G26_MESH_VALIDATION
#endif
#if ENABLED(G26_MESH_VALIDATION)
#define MESH_TEST_NOZZLE_SIZE 0.4 // (mm) Diameter of primary nozzle.
#define MESH_TEST_LAYER_HEIGHT 0.2 // (mm) Default layer height for the G26 Mesh Validation Tool.
+1 -1
View File
@@ -41,7 +41,7 @@
* here we define this default string as the date where the latest release
* version was tagged.
*/
#define STRING_DISTRIBUTION_DATE "2020-06-15"
#define STRING_DISTRIBUTION_DATE "2020-06-21"
/**
* Defines a generic printer name to be output to the LCD after booting Marlin.