Implement BABYSTEPPING for COREXY and COREXZ

This commit is contained in:
Scott Lahteine
2016-03-10 21:35:44 -08:00
parent 7d25c107a8
commit e5fd43f343
20 changed files with 58 additions and 30 deletions

View File

@ -289,12 +289,6 @@ void checkHitEndstops() {
}
}
#if ENABLED(COREXY)
#define CORE_AXIS_2 B_AXIS
#elif ENABLED(COREXZ)
#define CORE_AXIS_2 C_AXIS
#endif
void enable_endstops(bool check) { check_endstops = check; }
// Check endstops - Called from ISR!