|
|
|
@ -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
|
|
|
|
|