Skip to content
Snippets Groups Projects
Commit cfe80e1d authored by John Davis's avatar John Davis
Browse files

Update vector_3.h

parent 7464d3c9
Branches
Tags
No related merge requests found
/* /*
vector_3.cpp - Vector library for bed leveling vector_3.cpp - Vector library for bed compensation
Copyright (c) 2012 Lars Brubaker. All right reserved. Copyright (c) 2012 Lars Brubaker. All right reserved.
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#ifndef VECTOR_3_H #ifndef VECTOR_3_H
#define VECTOR_3_H #define VECTOR_3_H
#ifdef ENABLE_AUTO_BED_LEVELING #ifdef ENABLE_AUTO_BED_COMPENSATION
class matrix_3x3; class matrix_3x3;
struct vector_3 struct vector_3
...@@ -57,6 +57,6 @@ struct matrix_3x3 ...@@ -57,6 +57,6 @@ struct matrix_3x3
void apply_rotation_xyz(matrix_3x3 rotationMatrix, float &x, float& y, float& z); 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 #endif // VECTOR_3_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment