Getting parameter set in config.h #366
Unanswered
cpapplefamily
asked this question in
Q&A
Replies: 2 comments
-
Even after resetting settings? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I bet this is the reason - RTFM
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For instance, I wish to have $32 = 1 but when I try to build the file and look at the results in my gcode sender it remains = 0
/*! @name $32 - Setting_Mode
NOTE: only one mode can be enabled.
*/
///@{
#if !defined DEFAULT_LASER_MODE || defined DOXYGEN
#define DEFAULT_LASER_MODE On
#endif
#if !defined DEFAULT_LATHE_MODE || defined DOXYGEN
#define DEFAULT_LATHE_MODE Off
#endif
///@}
Beta Was this translation helpful? Give feedback.
All reactions