Ground probe lines for EMI prevention.

master
Marcio Teixeira 7 years ago
parent c3def65133
commit 47a5363e03

@ -469,11 +469,7 @@
WRITE(pin, LOW); \
}
#if defined(LULZBOT_USE_EINSYRAMBO) && defined(LULZBOT_MINI_BED)
#define LULZBOT_ENABLE_PROBE_PINS(enable) \
endstops.enable_z_probe(enable);
#elif defined(LULZBOT_USE_AUTOLEVELING) && defined(LULZBOT_MINI_BED)
#if defined(LULZBOT_USE_AUTOLEVELING) && defined(LULZBOT_MINI_BED)
#define LULZBOT_ENABLE_PROBE_PINS(enable) { \
endstops.enable_z_probe(enable); \
LULZBOT_SET_PIN_STATE(Z_MIN_PIN, enable) \

Loading…
Cancel
Save