mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-21 20:19:32 +08: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
@ -24,13 +24,12 @@
|
|||||||
"machine_head_with_fans_polygon":
|
"machine_head_with_fans_polygon":
|
||||||
{
|
{
|
||||||
"value": [
|
"value": [
|
||||||
[-55, 30],
|
[-40, 50],
|
||||||
[55, 30],
|
[-40, -30],
|
||||||
[55, -35],
|
[40, 50],
|
||||||
[-55, -35]
|
[40, -30]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"gantry_height": { "value": 6 },
|
|
||||||
|
|
||||||
"retraction_amount": { "default_value": 0.5 },
|
"retraction_amount": { "default_value": 0.5 },
|
||||||
"retraction_speed": { "default_value": 45 },
|
"retraction_speed": { "default_value": 45 },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user