Revert "Change Auto_Bed_Leveling to Auto_Bed_Compensation"

This commit is contained in:
alexborro
2014-12-21 10:06:05 -02:00
parent 60628864ca
commit d74aabf259
12 changed files with 113 additions and 113 deletions

View File

@ -1,5 +1,5 @@
/*
vector_3.cpp - Vector library for bed compensation
vector_3.cpp - Vector library for bed leveling
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_COMPENSATION
#ifdef ENABLE_AUTO_BED_LEVELING
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_COMPENSATION
#endif // ENABLE_AUTO_BED_LEVELING
#endif // VECTOR_3_H