From 0028cc85ed7edc293c4a42856788da07f7c27534 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 23 Dec 2019 09:08:27 +0100 Subject: [PATCH] Remove comment documenting commit history Use the commit history to document the commit history. This solves a log warning about unknown data type for skin_edge_support_thickness. --- resources/definitions/fdmprinter.def.json | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 7b878a3ea2..2c24fb6271 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -2084,7 +2084,6 @@ "maximum_value": "machine_height", "type": "float", "value": "0", - "comment": "This was put at 0 to keep the default behaviour the same, but in the original PR the 'value' was: resolveOrValue('infill_sparse_thickness') * (4 if infill_sparse_density < 12.5 else (3 if infill_sparse_density < 25 else (2 if infill_sparse_density < 50 else 1)))", "limit_to_extruder": "infill_extruder_nr", "enabled": "infill_sparse_density > 0", "settable_per_mesh": true,