Browse Source

Update qr_solve.cpp

Changed leveling to compensation
John Davis 10 years ago
parent
commit
6325968a39
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/qr_solve.cpp

+ 1
- 1
Marlin/qr_solve.cpp View File

@@ -1,6 +1,6 @@
1 1
 #include "qr_solve.h"
2 2
 
3
-#ifdef AUTO_BED_LEVELING_GRID
3
+#ifdef AUTO_BED_COMPENSATION_GRID
4 4
 
5 5
 #include <stdlib.h>
6 6
 #include <math.h>

Loading…
Cancel
Save