From a43de1911314b01a0ae87fd977d09e7a3fa00012 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 9 Sep 2019 17:36:14 +0200 Subject: [PATCH] Reduce size of print head without fans for one-at-a-time mode This allows you to place models more compactly. According to the discussion at #5590, this was tested to work well. Fixes #5590. --- resources/definitions/creality_ender3.def.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/definitions/creality_ender3.def.json b/resources/definitions/creality_ender3.def.json index 4b7da65e4e..645be52bc8 100644 --- a/resources/definitions/creality_ender3.def.json +++ b/resources/definitions/creality_ender3.def.json @@ -13,10 +13,10 @@ "machine_depth": { "default_value": 220 }, "machine_height": { "default_value": 250 }, "machine_head_polygon": { "default_value": [ - [-26, 34], - [-26, -32], - [22, -32], - [22, 34] + [-1, 1], + [-1, -1], + [1, -1], + [1, 1] ] }, "machine_head_with_fans_polygon": { "default_value": [