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:
Christopher Peredy 2023-09-30 21:02:19 +02:00
parent 7b6827e128
commit ab3d44d7d4

View File

@ -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 },