From 82b867086bf021c849d523447e9528cdf15b4898 Mon Sep 17 00:00:00 2001 From: 3dg-Lester <75740212+Lester3DGadgets@users.noreply.github.com> Date: Sat, 16 Jan 2021 07:48:19 +0800 Subject: [PATCH] Update two_trees_sapphireplus.def.json --- resources/definitions/two_trees_sapphireplus.def.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/resources/definitions/two_trees_sapphireplus.def.json b/resources/definitions/two_trees_sapphireplus.def.json index d9ae4b1064..fbede6e557 100644 --- a/resources/definitions/two_trees_sapphireplus.def.json +++ b/resources/definitions/two_trees_sapphireplus.def.json @@ -7,7 +7,13 @@ "machine_width": { "default_value": 300 }, "machine_depth": { "default_value": 300 }, "machine_height": { "default_value": 350 }, - "machine_head_with_fans_polygon": { "default_value": [[-30,19],[30,19],[30,-49],[-30,-49]] }, + "machine_head_with_fans_polygon": { "default_value": [ + [-30,19], + [30,19], + [30,-49], + [-30,-49] + ] + }, "gantry_height": { "value": 65 }, @@ -29,4 +35,4 @@ "platform": "sapphireplus_platform.stl" } -} \ No newline at end of file +}