Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Gehrig <jdg.gehrig@gmail.com>2021-04-16 19:28:49 +0300
committerJohn Gehrig <jdg.gehrig@gmail.com>2021-04-17 22:56:24 +0300
commitfff2f2c073787e6b783ffd7169d31703d8b456f4 (patch)
treeec271df264ed02341bcc597edf2d925481f16c94 /resources/definitions/voron0_120.def.json
parent0d296108996e52a6509eedaa1ef9092b76f27cb8 (diff)
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.
Diffstat (limited to 'resources/definitions/voron0_120.def.json')
-rw-r--r--resources/definitions/voron0_120.def.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/resources/definitions/voron0_120.def.json b/resources/definitions/voron0_120.def.json
new file mode 100644
index 0000000000..172b698867
--- /dev/null
+++ b/resources/definitions/voron0_120.def.json
@@ -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 }
+ }
+}