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 +}