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:
authorfieldOfView <aldo@fieldofview.com>2016-12-13 13:08:23 +0300
committerfieldOfView <aldo@fieldofview.com>2016-12-13 13:08:23 +0300
commit655850e7b985abe1509d0404266252e184362a7d (patch)
treec6ce6ef2bd5385d57875998143cd53924f944165 /resources/definitions/deltabot.def.json
parentc561395cf21b975b95eeed4f80c1c7251e9db245 (diff)
Add machine_shape to delta printer definitions...
...and fix some z-fighting
Diffstat (limited to 'resources/definitions/deltabot.def.json')
-rw-r--r--resources/definitions/deltabot.def.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/definitions/deltabot.def.json b/resources/definitions/deltabot.def.json
index 5d36857e9e..1132f7e7bb 100644
--- a/resources/definitions/deltabot.def.json
+++ b/resources/definitions/deltabot.def.json
@@ -30,6 +30,7 @@
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
"machine_depth": { "default_value": 150 },
"machine_width": { "default_value": 150 },
- "machine_name": { "default_value": "DeltaBot style" }
+ "machine_name": { "default_value": "DeltaBot style" },
+ "machine_shape": { "default_value": "elliptic"}
}
}