parent
5119e47419
commit
d485e4fb0b
|
|
@ -163,7 +163,7 @@ float BED_Y(const uint8_t row);
|
||||||
* Negative: failed
|
* Negative: failed
|
||||||
*/
|
*/
|
||||||
|
|
||||||
enum BedSkewOffsetDetectionResultType {
|
enum BedSkewOffsetDetectionResultType : int8_t {
|
||||||
// Detection failed, some point was not found.
|
// Detection failed, some point was not found.
|
||||||
BED_SKEW_OFFSET_DETECTION_POINT_FOUND = 0, //!< Point found
|
BED_SKEW_OFFSET_DETECTION_POINT_FOUND = 0, //!< Point found
|
||||||
BED_SKEW_OFFSET_DETECTION_POINT_NOT_FOUND = -1, //!< Point not found.
|
BED_SKEW_OFFSET_DETECTION_POINT_NOT_FOUND = -1, //!< Point not found.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue