Implement BABYSTEPPING for COREXY and COREXZ
This commit is contained in:
parent
7d25c107a8
commit
e5fd43f343
20 changed files with 58 additions and 30 deletions
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue