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 <Ghostkeeper@users.noreply.github.com>2016-06-11 03:51:48 +0300
committerGitHub <noreply@github.com>2016-06-11 03:51:48 +0300
commit49649f4cd848372852f4da53624e8b45ecfa19f2 (patch)
tree2b3c579b83c90f3ff6e5d90ddebbbb31ae943603 /resources/definitions/printrbot_simple.def.json
parent6311cea372d75b365e246afee5755784091a3022 (diff)
Mirror Y-axis of head polygon
Apparently, the machine homes to maximum-Y, so the open end of the machine is on the other side. I'm rotating it 180 degrees.
Diffstat (limited to 'resources/definitions/printrbot_simple.def.json')
-rw-r--r--resources/definitions/printrbot_simple.def.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/definitions/printrbot_simple.def.json b/resources/definitions/printrbot_simple.def.json
index 5950055a76..0116ba6244 100644
--- a/resources/definitions/printrbot_simple.def.json
+++ b/resources/definitions/printrbot_simple.def.json
@@ -22,10 +22,10 @@
"machine_nozzle_cool_down_speed": { "default_value": 2 },
"machine_head_with_fans_polygon": {
"default_value": [
- [ -55, 20 ],
- [ -55, -99999 ],
- [ 49, -99999 ],
- [ 49, 20 ]
+ [ 55, -20 ],
+ [ 55, 99999 ],
+ [ -49, 99999 ],
+ [ -49, -20 ]
]
},
"gantry_height": { "default_value": 99999 },