741 B
741 B
| name | type | label | brief | author | category | tags | eeprom | since | until | requires | child | type | gcodes | options | preview | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| COMING_SOON | bool | Coming Soon! | This option is coming soon | thinkyhead |
|
|
true | 1.1.0 | 2.0.9 | MY_PARENT | switch |
|
/** * COMING_SOON - Coming Soon * * More details about Coming Soon */ //#define COMING_SOON #if ENABLED(COMING_SOON) #define SETTING_SUBOPTION // This makes COMING_SOON better #endif if (var == 123) { printf("It equals: %d", var); } |
Marlin Settings pages are under construction. It's a lot of work to convert Marlin configurations into web pages, but we'll get there!