`ENABLED` only works for flag type options. Floats must use `#ifdef`.
This commit is contained in:
Scott Lahteine
2018-02-15 22:18:19 -06:00
parent b56c6b9e13
commit 2ec90d2162
3 changed files with 25 additions and 26 deletions

View File

@@ -990,7 +990,7 @@
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
//#define UBL_Z_RAISE_WHEN_OFF_MESH 2.51// When the nozzle is off the mesh, this value is used
//#define UBL_Z_RAISE_WHEN_OFF_MESH 2.5 // When the nozzle is off the mesh, this value is used
// as the Z-Height correction value.
#elif ENABLED(MESH_BED_LEVELING)