From cfe80e1defdbb8e717933c4ebc40b50baf42932f Mon Sep 17 00:00:00 2001 From: John Davis Date: Fri, 19 Dec 2014 17:14:35 -0500 Subject: [PATCH] Update vector_3.h --- Marlin/vector_3.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Marlin/vector_3.h b/Marlin/vector_3.h index 0b9decafad..7d3544fefb 100644 --- a/Marlin/vector_3.h +++ b/Marlin/vector_3.h @@ -1,5 +1,5 @@ /* - vector_3.cpp - Vector library for bed leveling + vector_3.cpp - Vector library for bed compensation Copyright (c) 2012 Lars Brubaker. All right reserved. This library is free software; you can redistribute it and/or @@ -19,7 +19,7 @@ #ifndef VECTOR_3_H #define VECTOR_3_H -#ifdef ENABLE_AUTO_BED_LEVELING +#ifdef ENABLE_AUTO_BED_COMPENSATION class matrix_3x3; struct vector_3 @@ -57,6 +57,6 @@ struct matrix_3x3 void apply_rotation_xyz(matrix_3x3 rotationMatrix, float &x, float& y, float& z); -#endif // ENABLE_AUTO_BED_LEVELING +#endif // ENABLE_AUTO_BED_COMPENSATION #endif // VECTOR_3_H