mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Correct orientation of printer volume
This seems to have been a mix-up of 'depth' and 'height'. The specs online say that these are the correct dimensions. Fixes #7827.
This commit is contained in:
parent
56e8827d00
commit
2a70813d03
2 changed files with 6 additions and 4 deletions
|
@ -21,11 +21,12 @@
|
|||
"default_value": 220
|
||||
},
|
||||
"machine_height": {
|
||||
"default_value": 220
|
||||
"default_value": 260
|
||||
},
|
||||
"machine_depth": {
|
||||
"default_value": 260
|
||||
}, "machine_center_is_zero": {
|
||||
"default_value": 220
|
||||
},
|
||||
"machine_center_is_zero": {
|
||||
"default_value": false
|
||||
},
|
||||
"layer_height": { "default_value": 0.1 },
|
||||
|
|
|
@ -27,7 +27,8 @@
|
|||
},
|
||||
"machine_depth": {
|
||||
"default_value": 260
|
||||
}, "machine_center_is_zero": {
|
||||
},
|
||||
"machine_center_is_zero": {
|
||||
"default_value": false
|
||||
},
|
||||
"layer_height": { "default_value": 0.1 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue