Browse Source

Update vector_3.h

John Davis 10 years ago
parent
commit
cfe80e1def
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      Marlin/vector_3.h

+ 3
- 3
Marlin/vector_3.h View File

@@ -1,5 +1,5 @@
1 1
 /*
2
-  vector_3.cpp - Vector library for bed leveling
2
+  vector_3.cpp - Vector library for bed compensation
3 3
   Copyright (c) 2012 Lars Brubaker.  All right reserved.
4 4
 
5 5
   This library is free software; you can redistribute it and/or
@@ -19,7 +19,7 @@
19 19
 #ifndef VECTOR_3_H
20 20
 #define VECTOR_3_H
21 21
 
22
-#ifdef ENABLE_AUTO_BED_LEVELING
22
+#ifdef ENABLE_AUTO_BED_COMPENSATION
23 23
 class matrix_3x3;
24 24
 
25 25
 struct vector_3
@@ -57,6 +57,6 @@ struct matrix_3x3
57 57
 
58 58
 
59 59
 void apply_rotation_xyz(matrix_3x3 rotationMatrix, float &x, float& y, float& z);
60
-#endif // ENABLE_AUTO_BED_LEVELING
60
+#endif // ENABLE_AUTO_BED_COMPENSATION
61 61
 
62 62
 #endif // VECTOR_3_H

Loading…
Cancel
Save