Only formatting
This commit is contained in:
parent
53f07e4400
commit
b45fc1ef4b
|
@ -488,7 +488,7 @@
|
||||||
#define BLTOUCH_OD_MODE 150
|
#define BLTOUCH_OD_MODE 150
|
||||||
#define BLTOUCH_RESET 160
|
#define BLTOUCH_RESET 160
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The following commands require different minimum delays.
|
* The following commands require different minimum delays.
|
||||||
*
|
*
|
||||||
* 500ms required for a reliable Reset.
|
* 500ms required for a reliable Reset.
|
||||||
|
@ -497,24 +497,24 @@
|
||||||
* will not be seen until the following move command.
|
* will not be seen until the following move command.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef BLTOUCH_SET5V_DELAY
|
#ifndef BLTOUCH_SET5V_DELAY
|
||||||
#define BLTOUCH_SET5V_DELAY 150
|
#define BLTOUCH_SET5V_DELAY 150
|
||||||
#endif
|
#endif
|
||||||
#ifndef BLTOUCH_SETOD_DELAY
|
#ifndef BLTOUCH_SETOD_DELAY
|
||||||
#define BLTOUCH_SETOD_DELAY 150
|
#define BLTOUCH_SETOD_DELAY 150
|
||||||
#endif
|
#endif
|
||||||
#ifndef BLTOUCH_MODE_STORE_DELAY
|
#ifndef BLTOUCH_MODE_STORE_DELAY
|
||||||
#define BLTOUCH_MODE_STORE_DELAY 150
|
#define BLTOUCH_MODE_STORE_DELAY 150
|
||||||
#endif
|
#endif
|
||||||
#ifndef BLTOUCH_DEPLOY_DELAY
|
#ifndef BLTOUCH_DEPLOY_DELAY
|
||||||
#define BLTOUCH_DEPLOY_DELAY 750
|
#define BLTOUCH_DEPLOY_DELAY 750
|
||||||
#endif
|
#endif
|
||||||
#ifndef BLTOUCH_STOW_DELAY
|
#ifndef BLTOUCH_STOW_DELAY
|
||||||
#define BLTOUCH_STOW_DELAY 750
|
#define BLTOUCH_STOW_DELAY 750
|
||||||
#endif
|
#endif
|
||||||
#ifndef BLTOUCH_RESET_DELAY
|
#ifndef BLTOUCH_RESET_DELAY
|
||||||
#define BLTOUCH_RESET_DELAY 500
|
#define BLTOUCH_RESET_DELAY 500
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define _TEST_BLTOUCH(P) (READ(P##_PIN) != P##_ENDSTOP_INVERTING)
|
#define _TEST_BLTOUCH(P) (READ(P##_PIN) != P##_ENDSTOP_INVERTING)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue