From 4ef0dc822efcd7393cec1c22cb8a59d91870cda6 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Wed, 11 Nov 2015 09:43:06 +0100 Subject: [PATCH] JSON: expanded machine_head_with_fans_polygon so that it is a more safe estimate. --- resources/machines/ultimaker2.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/machines/ultimaker2.json b/resources/machines/ultimaker2.json index 319e47cd57..ec03ea4a0a 100644 --- a/resources/machines/ultimaker2.json +++ b/resources/machines/ultimaker2.json @@ -48,20 +48,20 @@ { "default": [ [ - -40, - 10 + -42, + 12 ], [ - -40, - -30 + -42, + -32 ], [ - 60, - 10 + 62, + 12 ], [ - 60, - -30 + 62, + -32 ] ] },