Scopes - Add 'DISABLE_DISPERSION' helper flag

* Allows you to disable vanilla dispersion for testing purposes by defining 'DISABLE_DISPERSION'
This commit is contained in:
ulteq
2017-11-21 23:56:46 +01:00
parent 91425f8576
commit ce825ce8d3
3 changed files with 9 additions and 0 deletions

View File

@ -16,6 +16,8 @@
#define DEFAULT_RAIL_BASE_ANGLE 0.0086
// #define DISABLE_DISPERSION
#ifdef DEBUG_ENABLED_SCOPES
#define DEBUG_MODE_FULL
#endif