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.
This commit is contained in:
Ghostkeeper 2016-06-11 02:51:48 +02:00 committed by GitHub
parent 6311cea372
commit 49649f4cd8

View File

@ -22,10 +22,10 @@
"machine_nozzle_cool_down_speed": { "default_value": 2 }, "machine_nozzle_cool_down_speed": { "default_value": 2 },
"machine_head_with_fans_polygon": { "machine_head_with_fans_polygon": {
"default_value": [ "default_value": [
[ -55, 20 ], [ 55, -20 ],
[ -55, -99999 ], [ 55, 99999 ],
[ 49, -99999 ], [ -49, 99999 ],
[ 49, 20 ] [ -49, -20 ]
] ]
}, },
"gantry_height": { "default_value": 99999 }, "gantry_height": { "default_value": 99999 },