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

Loading…
Cancel
Save