comparison Discovery/Inc/configuration.h @ 522:7512804bc6cf

Added compile switch for motion control: The motion control function has only beta maturity at the moment. In previous version it was more or less hidden in a sub menu. Because it is now on a top level page the compile switch has been added to enable deactivation till function is more mature.
author Ideenmodellierer
date Thu, 10 Sep 2020 20:51:36 +0200
parents 06b21f1e47a5
children 88c626d01ee5
comparison
equal deleted inserted replaced
521:e221cf762f45 522:7512804bc6cf
47 /* #define ENABLE_ANALYSE_SAMPLES */ 47 /* #define ENABLE_ANALYSE_SAMPLES */
48 48
49 /* Enable to have access to the debug view options (turn on / off via menu instead of compile switch) */ 49 /* Enable to have access to the debug view options (turn on / off via menu instead of compile switch) */
50 /* #define HAVE_DEBUG_VIEW */ 50 /* #define HAVE_DEBUG_VIEW */
51 51
52 /* Enable to have access to the motion control selection menu */
53 /* #define ENABLE_MOTION_CONTROL */
54
52 #endif 55 #endif