From b9786e5208383874db1212666eb89fbfced952a0 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 29 Feb 2016 15:38:33 +0100 Subject: [PATCH] Fix for infill overlap Turns out it was only a distance on the master branch and should still be a percentage on 2.1. Sorry! The dependency on infill density still remains superfluous though. Contributes to issue CURA-892. --- resources/machines/fdmprinter.json | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index 12b484d961..cabb19745d 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -588,7 +588,6 @@ "default": 10, "min_value": "0", "max_value_warning": "100", - "inherit_function": "wall_line_width * 0.1", "visible": false }, "infill_wipe_dist": {