-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a2ae0dd
commit 3a47c01
Showing
12 changed files
with
133 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"permute": { | ||
"IS_BOARD_1_3": { "0":"Board <= 1.2", "1":"Board 1.3" }, | ||
"IS_2D": { "0":"Single Extruder", "1":"Neptune 2D" }, | ||
"IS_BMG": { "0":"Standard Extruder", "1":"BMG Extruder" }, | ||
"USB_MOD": { "0":"No USB Mods", "1":"Native USB Mods" }, | ||
}, | ||
"default": { | ||
"IS_BOARD_1_3": 0, | ||
"IS_2D": 0, | ||
"IS_BMG": 0, | ||
"USB_MOD": 0 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"groups": [{ | ||
"type": "exclusive", | ||
"required": 1, | ||
"options": [ "TB2_L10", "TB2_L16" ], | ||
}], | ||
"permute": { | ||
"TB2_HEATBED_MOD": { "0":"Standard Bed", "1":"TB2 Heatbed Mod" } | ||
}, | ||
"default": { | ||
"TB2_L10": 1, | ||
"TB2_L16": 0, | ||
"TB2_HEATBED_MOD": 1 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"groups": [{ | ||
"type": "exclusive", | ||
"required": 1, | ||
"options": [ "K8200_VM8201", "REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER" ], | ||
}], | ||
//"permute": { | ||
// "K8200_VM8204": { "0":"Standard Z Axis", "1":"K8204 Z Axis Upgrade" } | ||
//}, | ||
"default": { | ||
"K8200_VM8204": 1, | ||
"K8200_VM8201": 0, | ||
"REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER": 1 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"groups": [{ | ||
"type": "exclusive", | ||
"required": 1, | ||
"options": [ "K8200_VM8201", "REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER" ], | ||
}], | ||
//"permute": { | ||
// "K8200_VM8204": { "0":"Standard Z Axis", "1":"K8204 Z Axis Upgrade" } | ||
//}, | ||
"default": { | ||
"K8200_VM8204": 0, | ||
"K8200_VM8201": 0, | ||
"REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER": 1 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
config/examples/delta/Anycubic/Kossel Linear Plus/variants.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"ANYCUBIC_KOSSEL_PLUS": { "0":"Kossel", "1":"Kossel Plus" }, | ||
"ANYCUBIC_PROBE_VERSION": { "0":"No Probe", "1":"Anycubic Probe V1", "2":"Anycubic Probe V2" }, | ||
"ANYCUBIC_KOSSEL_ENABLE_BED": { "0":"No Bed", "1":"Aluminum Bed", "2":"Ultrabase Bed" }, | ||
"default": { | ||
"ANYCUBIC_KOSSEL_PLUS": 1, | ||
"ANYCUBIC_PROBE_VERSION": 2, | ||
"ANYCUBIC_KOSSEL_ENABLE_BED": 2 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"permute": { | ||
"ANYCUBIC_KOSSEL_PLUS": { "0":"Kossel", "1":"Kossel Plus" }, | ||
"ANYCUBIC_PROBE_VERSION": { "0":"No Probe", "1":"Anycubic Probe V1", "2":"Anycubic Probe V2" }, | ||
"ANYCUBIC_KOSSEL_ENABLE_BED": { "0":"No Bed", "1":"Aluminum Bed", "2":"Ultrabase Bed" } | ||
}, | ||
"default": { | ||
"ANYCUBIC_KOSSEL_PLUS": 0, | ||
"ANYCUBIC_PROBE_VERSION": 0, | ||
"ANYCUBIC_KOSSEL_ENABLE_BED": 0 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"groups": [{ | ||
"type": "exclusive", | ||
"required": 1, | ||
"options": [ "K8800_UBL", "K8800_BILINEAR" ], | ||
}], | ||
"default": { | ||
"K8800_UBL": 1, | ||
"K8800_BILINEAR": 0 | ||
} | ||
} |