Refine enhancements in ea4fdcf a bit.
This commit is contained in:
parent
870be1f39d
commit
4cc0c2ca4f
6
pinio.h
6
pinio.h
|
|
@ -110,9 +110,9 @@ Z Stepper
|
||||||
#define z_direction(dir) WRITE(Z_DIR_PIN, dir^1)
|
#define z_direction(dir) WRITE(Z_DIR_PIN, dir^1)
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
#define _z_step(x)
|
#define _z_step(x) do { } while (0)
|
||||||
#define z_step()
|
#define z_step() do { } while (0)
|
||||||
#define z_direction(x)
|
#define z_direction(x) do { } while (0)
|
||||||
#endif
|
#endif
|
||||||
#ifdef Z_MIN_PIN
|
#ifdef Z_MIN_PIN
|
||||||
#ifndef Z_INVERT_MIN
|
#ifndef Z_INVERT_MIN
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue