flexi-bot/docs/marlin/_setting/coming_soon.md
2023-09-05 20:38:49 +02:00

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
wip
draft
true 1.1.0 2.0.9 MY_PARENT
switch
value brief
1 one
value brief
2 two
value brief
3 three
/** * 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!