From 254dde5b0542127e1d051e57a7e778638a88e6dc Mon Sep 17 00:00:00 2001 From: Nino van Hooff Date: Mon, 11 Nov 2019 15:02:49 +0100 Subject: [PATCH] REmove duplicate key machine_head_with_fans_polygon --- resources/definitions/fdmprinter.def.json | 28 ----------------------- 1 file changed, 28 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 6fe5206cae..aafc01f219 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -412,34 +412,6 @@ "settable_per_meshgroup": false }, "machine_head_with_fans_polygon": - { - "label": "Machine Head Polygon", - "description": "A 2D silhouette of the print head (fan caps excluded).", - "type": "polygon", - "default_value": - [ - [ - -1, - 1 - ], - [ - -1, - -1 - ], - [ - 1, - -1 - ], - [ - 1, - 1 - ] - ], - "settable_per_mesh": false, - "settable_per_extruder": false, - "settable_per_meshgroup": false - }, - "machine_head_with_fans_polygon": { "label": "Machine Head & Fan Polygon", "description": "A 2D silhouette of the print head (fan caps included).",