Enable G26 mesh validation

Enabling the G26 command for easy testing of the bed mesh removing the need of a manually printed bed level test file.
This commit is contained in:
David Ramiro 2018-11-24 03:38:15 +01:00
parent b6fd1dbc9d
commit 4fd3347f81
No known key found for this signature in database
GPG Key ID: 5B042737EBEEB736
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
/**
/**
* Marlin 3D Printer Firmware
* Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
@ -1011,7 +1012,7 @@
/**
* Enable the G26 Mesh Validation Pattern tool.
*/
//#define G26_MESH_VALIDATION
#define G26_MESH_VALIDATION
#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.