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",
"version": 2,
"inherits": "voron2_base",
"inherits": "voron_trident_250",
"metadata":
{
"visible": true,
@ -13,7 +13,6 @@
{
"machine_name": { "default_value": "VORON Trident 300" },
"machine_width": { "default_value": 300 },
"machine_depth": { "default_value": 300 },
"machine_height": { "default_value": 250 }
"machine_depth": { "default_value": 300 }
}
}

View file

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