mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00
Add Voron V0 Printer
Configuration is based on the existing Voron V2 Cura printer profile. The Bed STL is based on the VoronDesign CAD files, with some minimal modifications to reduce STL size.
This commit is contained in:
parent
0d29610899
commit
fff2f2c073
8 changed files with 90 additions and 0 deletions
18
resources/definitions/voron0_120.def.json
Normal file
18
resources/definitions/voron0_120.def.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "VORON V0",
|
||||
"version": 2,
|
||||
"inherits": "voron2_base",
|
||||
"metadata":
|
||||
{
|
||||
"visible": true,
|
||||
"platform": "voron0_120_bed.stl",
|
||||
"quality_definition": "voron2_base"
|
||||
},
|
||||
"overrides":
|
||||
{
|
||||
"machine_name": { "default_value": "VORON V0" },
|
||||
"machine_width": { "default_value": 120 },
|
||||
"machine_depth": { "default_value": 120 },
|
||||
"machine_height": { "default_value": 120 }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue