mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
EN4 Fix print one at a time
Removed `gantry_height` because it covers the entire build plate and makes printing one at a time practically impossible. The user should manually verify that the printing order is correct, so the external part cooler does not nock of already printed models.
This commit is contained in:
parent
7b6827e128
commit
ab3d44d7d4
1 changed files with 4 additions and 5 deletions
|
@ -24,13 +24,12 @@
|
|||
"machine_head_with_fans_polygon":
|
||||
{
|
||||
"value": [
|
||||
[-55, 30],
|
||||
[55, 30],
|
||||
[55, -35],
|
||||
[-55, -35]
|
||||
[-40, 50],
|
||||
[-40, -30],
|
||||
[40, 50],
|
||||
[40, -30]
|
||||
]
|
||||
},
|
||||
"gantry_height": { "value": 6 },
|
||||
|
||||
"retraction_amount": { "default_value": 0.5 },
|
||||
"retraction_speed": { "default_value": 45 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue