mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Reduce size of print head without fans for one-at-a-time mode
This allows you to place models more compactly. According to the discussion at #5590, this was tested to work well. Fixes #5590.
This commit is contained in:
parent
eb401defdf
commit
a43de19113
1 changed files with 4 additions and 4 deletions
|
@ -13,10 +13,10 @@
|
||||||
"machine_depth": { "default_value": 220 },
|
"machine_depth": { "default_value": 220 },
|
||||||
"machine_height": { "default_value": 250 },
|
"machine_height": { "default_value": 250 },
|
||||||
"machine_head_polygon": { "default_value": [
|
"machine_head_polygon": { "default_value": [
|
||||||
[-26, 34],
|
[-1, 1],
|
||||||
[-26, -32],
|
[-1, -1],
|
||||||
[22, -32],
|
[1, -1],
|
||||||
[22, 34]
|
[1, 1]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"machine_head_with_fans_polygon": { "default_value": [
|
"machine_head_with_fans_polygon": { "default_value": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue