Fix spelling

PROBABLE ->PROBEABLE
This is follow-up to #3069?
This commit is contained in:
esenapaj
2016-03-25 02:13:37 +09:00
parent c80e5aca30
commit 89a845659a
7 changed files with 27 additions and 27 deletions

View File

@@ -198,7 +198,7 @@
* Check if Probe_Offset * Grid Points is greater than Probing Range
*/
#if ENABLED(AUTO_BED_LEVELING_GRID)
#ifndef DELTA_PROBABLE_RADIUS
#ifndef DELTA_PROBEABLE_RADIUS
// Be sure points are in the right order
#if LEFT_PROBE_BED_POSITION > RIGHT_PROBE_BED_POSITION
#error LEFT_PROBE_BED_POSITION must be less than RIGHT_PROBE_BED_POSITION.