mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
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:
parent
6311cea372
commit
49649f4cd8
1 changed files with 4 additions and 4 deletions
|
@ -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 },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue