mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
Applied printer-linter format
This commit is contained in:
parent
802da08b73
commit
c4a33b7834
8 changed files with 40 additions and 27 deletions
|
@ -1,19 +1,25 @@
|
|||
{
|
||||
"name": "Artillery Hornet",
|
||||
"version": 2,
|
||||
"name": "Artillery Hornet",
|
||||
"inherits": "artillery_base",
|
||||
"overrides": {
|
||||
"machine_name": { "default_value": "Artillery Hornet" },
|
||||
"machine_width": { "default_value": 220 },
|
||||
"metadata":
|
||||
{
|
||||
"visible": true,
|
||||
"author": "Wilds",
|
||||
"platform": "artillery_hornet.stl",
|
||||
"platform_offset": [
|
||||
0,
|
||||
-105.5,
|
||||
0
|
||||
],
|
||||
"quality_definition": "artillery_base"
|
||||
},
|
||||
"overrides":
|
||||
{
|
||||
"gantry_height": { "value": 25 },
|
||||
"machine_depth": { "default_value": 220 },
|
||||
"machine_height": { "default_value": 250 },
|
||||
"gantry_height": { "value": 25 }
|
||||
},
|
||||
"metadata": {
|
||||
"author": "Wilds",
|
||||
"quality_definition": "artillery_base",
|
||||
"visible": true,
|
||||
"platform": "artillery_hornet.stl",
|
||||
"platform_offset": [ -0, -105.5, 0]
|
||||
"machine_name": { "default_value": "Artillery Hornet" },
|
||||
"machine_width": { "default_value": 220 }
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue