General code/bitmaps cleanup

This commit is contained in:
Scott Lahteine
2017-12-03 03:48:08 -06:00
parent da9748fb21
commit 172ea8c71c
5 changed files with 120 additions and 34 deletions

View File

@@ -317,7 +317,7 @@ void Endstops::update() {
_ENDSTOP_HIT(AXIS, MINMAX); \
stepper.endstop_triggered(_AXIS(AXIS)); \
} \
} while(0)
}while(0)
#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