Tweak G38 formatting
This commit is contained in:
parent
4e67660c0f
commit
07c35886e1
@ -390,9 +390,7 @@ void Endstops::update() {
|
|||||||
|
|
||||||
#if ENABLED(G38_PROBE_TARGET) && PIN_EXISTS(Z_MIN_PROBE) && !(CORE_IS_XY || CORE_IS_XZ)
|
#if ENABLED(G38_PROBE_TARGET) && PIN_EXISTS(Z_MIN_PROBE) && !(CORE_IS_XY || CORE_IS_XZ)
|
||||||
// If G38 command is active check Z_MIN_PROBE for ALL movement
|
// If G38 command is active check Z_MIN_PROBE for ALL movement
|
||||||
if (G38_move) {
|
if (G38_move) UPDATE_ENDSTOP_BIT(Z, MIN_PROBE);
|
||||||
UPDATE_ENDSTOP_BIT(Z, MIN_PROBE);
|
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user