mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-09-17 17:47:57 +00:00
Examples Extras
This commit is contained in:
parent
68cf772c7c
commit
d927773873
378 changed files with 25233 additions and 0 deletions
19
config/examples/Simulator/variants.json
Normal file
19
config/examples/Simulator/variants.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"groups": [{
|
||||
"type": "exclusive",
|
||||
"options": [
|
||||
"REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER",
|
||||
"REPRAP_DISCOUNT_SMART_CONTROLLER",
|
||||
"TFT_CLASSIC_UI",
|
||||
"TFT_COLOR_UI",
|
||||
"TFT_LVGL_UI",
|
||||
],
|
||||
}],
|
||||
"default": {
|
||||
"REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER": 1,
|
||||
"REPRAP_DISCOUNT_SMART_CONTROLLER": 0,
|
||||
"TFT_CLASSIC_UI": 0,
|
||||
"TFT_COLOR_UI": 0,
|
||||
"TFT_LVGL_UI": 0
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue