Applied printer-linter format

This commit is contained in:
Joeydelarago 2023-01-11 14:07:22 +00:00 committed by github-actions[bot]
parent 0be12f7764
commit 15c1ade87d
10 changed files with 145 additions and 145 deletions

View File

@ -1,13 +1,13 @@
{
"name": "Voron Trident 250",
"version": 2,
"name": "Voron Trident 250",
"inherits": "voron_trident_base",
"metadata":
{
"visible": true,
"author": "RagingRoosevelt, hartk",
"platform": "voron_trident_250mm_bed_model.stl",
"quality_definition": "voron2_base",
"author": "RagingRoosevelt, hartk"
"quality_definition": "voron2_base"
},
"overrides":
{

View File

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

View File

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

View File

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