MoellerDi
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/module/probe.h
|
|
@ -190,7 +190,7 @@ public: |
|
|
|
#else |
|
|
|
points[0].set(min_x(), min_y()); |
|
|
|
points[1].set(max_x(), min_y()); |
|
|
|
points[2].set((max_x() - min_x()) / 2, max_y()); |
|
|
|
points[2].set((min_x() + max_x()) / 2, max_y()); |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
} |
|
|
|