Move PINS_DEBUGGING to @section develop

This commit is contained in:
Scott Lahteine
2019-01-08 19:33:20 -06:00
parent da42f27c9e
commit 5f2d75f45b
64 changed files with 448 additions and 320 deletions

View File

@ -1706,11 +1706,6 @@
*/
//#define CNC_COORDINATE_SYSTEMS
/**
* M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
*/
//#define PINS_DEBUGGING
/**
* Auto-report temperatures with M155 S<seconds>
*/
@ -1966,5 +1961,12 @@
#define WIFI_PWD "Wifi Password"
#endif
// @section develop
/**
* M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
*/
//#define PINS_DEBUGGING
// Enable Marlin dev mode which adds some special commands
//#define MARLIN_DEV_MODE