Updated Voron Trident Inheritance with base model

This commit is contained in:
RagingRoosevelt 2023-01-01 13:56:45 -08:00
parent e1a40c9120
commit 2455b73e9b
4 changed files with 23 additions and 7 deletions

View File

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

View File

@ -1,7 +1,7 @@
{
"name": "Voron Trident 300",
"version": 2,
"inherits": "voron_trident_250",
"inherits": "voron_trident_base",
"metadata":
{
"visible": true,

View File

@ -1,7 +1,7 @@
{
"name": "Voron Trident 350",
"version": 2,
"inherits": "voron_trident_250",
"inherits": "voron_trident_base",
"metadata":
{
"visible": true,

View File

@ -0,0 +1,19 @@
{
"name": "Voron Trident Base",
"version": 2,
"inherits": "voron2_base",
"metadata":
{
"visible": false,
"platform": "voron_trident_250mm_bed_model.stl",
"quality_definition": "voron2_base",
"author": "RagingRoosevelt, hartk"
},
"overrides":
{
"machine_name": { "default_value": "VORON Trident" },
"machine_width": { "default_value": 250 },
"machine_depth": { "default_value": 250 },
"machine_height": { "default_value": 250 }
}
}