From 62f219757d25c52fd83df505614e8cec0ccc9f51 Mon Sep 17 00:00:00 2001 From: Aleksei S Date: Fri, 13 Jul 2018 11:47:42 +0200 Subject: [PATCH] Set machine defintion setting machine_head_with_fans_polygon for Prusa-i3 CURA-5569 --- resources/definitions/prusa_i3.def.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/definitions/prusa_i3.def.json b/resources/definitions/prusa_i3.def.json index a3759eb6c0..c676f7fe96 100644 --- a/resources/definitions/prusa_i3.def.json +++ b/resources/definitions/prusa_i3.def.json @@ -40,6 +40,14 @@ [18, -18] ] }, + "machine_head_with_fans_polygon": { + "default_value": [ + [-75, -18], + [-75, 35], + [18, 35], + [18, -18] + ] + }, "gantry_height": { "default_value": 55 },