Browse Source

Tweak G38 formatting

pull/1/head
Scott Lahteine 6 years ago
parent
commit
4b610b333e
  1. 4
      Marlin/src/module/endstops.cpp

4
Marlin/src/module/endstops.cpp

@ -414,9 +414,7 @@ void Endstops::update() {
#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_move) {
UPDATE_ENDSTOP_BIT(Z, MIN_PROBE);
}
if (G38_move) UPDATE_ENDSTOP_BIT(Z, MIN_PROBE);
#endif
/**

Loading…
Cancel
Save