Updated Voron Trident profile inheritance

This commit is contained in:
RagingRoosevelt 2023-01-01 13:49:05 -08:00
parent 1a7411a4cd
commit e1a40c9120
2 changed files with 4 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "Voron Trident 300", "name": "Voron Trident 300",
"version": 2, "version": 2,
"inherits": "voron2_base", "inherits": "voron_trident_250",
"metadata": "metadata":
{ {
"visible": true, "visible": true,
@ -13,7 +13,6 @@
{ {
"machine_name": { "default_value": "VORON Trident 300" }, "machine_name": { "default_value": "VORON Trident 300" },
"machine_width": { "default_value": 300 }, "machine_width": { "default_value": 300 },
"machine_depth": { "default_value": 300 }, "machine_depth": { "default_value": 300 }
"machine_height": { "default_value": 250 }
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "Voron Trident 350", "name": "Voron Trident 350",
"version": 2, "version": 2,
"inherits": "voron2_base", "inherits": "voron_trident_250",
"metadata": "metadata":
{ {
"visible": true, "visible": true,
@ -13,7 +13,6 @@
{ {
"machine_name": { "default_value": "VORON Trident 350" }, "machine_name": { "default_value": "VORON Trident 350" },
"machine_width": { "default_value": 350 }, "machine_width": { "default_value": 350 },
"machine_depth": { "default_value": 350 }, "machine_depth": { "default_value": 350 }
"machine_height": { "default_value": 250 }
} }
} }