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:
authorGhostkeeper <rubend@tutanota.com>2016-05-18 10:57:25 +0300
committerGhostkeeper <rubend@tutanota.com>2016-05-18 10:57:25 +0300
commitd0c9b964167678c05efcb5f5c7f9cb0a9beb4d07 (patch)
treecb8f6a09ba39b1badc3b21f5e3ba8f0d075c46b6 /resources/definitions/ultimaker2_go.def.json
parent4947dfffb8e27e8c70c6f14f9c10cb6649557f03 (diff)
Translate definition for Ultimaker 2 Go
Contributes to issue CURA-1278.
Diffstat (limited to 'resources/definitions/ultimaker2_go.def.json')
-rw-r--r--resources/definitions/ultimaker2_go.def.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/resources/definitions/ultimaker2_go.def.json b/resources/definitions/ultimaker2_go.def.json
new file mode 100644
index 0000000000..e439006170
--- /dev/null
+++ b/resources/definitions/ultimaker2_go.def.json
@@ -0,0 +1,41 @@
+{
+ "id": "ultimaker2_go",
+ "version": 2,
+ "name": "Ultimaker 2 Go",
+ "inherits": "ultimaker2",
+ "metadata": {
+ "author": "Ultimaker",
+ "manufacturer": "Ultimaker",
+ "category": "Ultimaker",
+ "file_formats": "text/x-gcode",
+ "icon": "icon_ultimaker2.png",
+ "platform": "ultimaker2go_platform.obj",
+ "platform_texture": "Ultimaker2Gobackplate.png"
+ },
+
+ "overrides": {
+ "machine_width": {
+ "default_value": 120
+ },
+ "machine_depth": {
+ "default_value": 120
+ },
+ "machine_height": {
+ "default_value": 115
+ },
+ "machine_heated_bed": {
+ "default_value": false
+ },
+ "machine_disallowed_areas": {
+ "default_value": [
+ [[-60, 60], [-33, 60], [-35, 52], [-60, 52]],
+ [[ 60, 60], [ 60, 52], [ 35, 52], [ 33, 60]],
+ [[-60, -60], [-60, -52], [-35, -52], [-33, -60]],
+ [[ 60, -60], [ 33, -60], [ 35, -52], [ 60, -52]]
+ ]
+ },
+ "machine_platform_offset": {
+ "default_value": [0, 0, 0]
+ }
+ }
+}