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:
John Gehrig 2021-04-16 12:28:49 -04:00
parent 0d29610899
commit fff2f2c073
8 changed files with 90 additions and 0 deletions

View 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 }
}
}