Merge pull request #5184 from AnHardt/endstop_interrupts

Introduce endstop interrupts
This commit is contained in:
Scott Lahteine
2016-11-18 20:50:24 -06:00
committed by GitHub
26 changed files with 329 additions and 1 deletions

View File

@ -442,6 +442,9 @@
#define Z_MAX_ENDSTOP_INVERTING true // set to true to invert the logic of the endstop.
#define Z_MIN_PROBE_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.
// If all used endstop pins are able to cause interrupts, you can enable ENDSTOP_INTERRUPTS_FEATURE.
// Then the function testing the endstops will only be called, if the state of one of the endstops changed.
//#define ENDSTOP_INTERRUPTS_FEATURE
//=============================================================================
//============================== Movement Settings ============================