Added voron trident profiles, bed meshes, variants

This commit is contained in:
RagingRoosevelt 2022-12-31 02:36:00 -08:00
parent 75c0533ef8
commit 955a663faa
15 changed files with 174 additions and 0 deletions

View file

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

View file

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

View file

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