From 67bbb5478edc1ebc5d71be0c39d69597cf8fb3ac Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Tue, 8 Dec 2015 09:38:21 +0100 Subject: [PATCH] JSON: (bugfix) introduced brim_width (CURA-550) --- resources/machines/fdmprinter.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index e9dbf4328b..5ba4f305e9 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -1369,7 +1369,7 @@ "default": 250, "enabled": "adhesion_type == \"skirt\"" }, - "brim_line_count": { + "brim_width": { "label": "Brim Width", "description": "The distance from the model to the end of the brim. A larger brim sticks better to the build platform, but also makes your effective print area smaller.", "type": "float", @@ -1382,7 +1382,7 @@ "description": "The number of lines used for a brim. More lines means a larger brim which sticks better to the build plate, but this also makes your effective print area smaller.", "type": "int", "default": 10, - "inherit_function": "parent_value / skirt_line_width" + "inherit_function": "parent_value / skirt_line_width", "enabled": "adhesion_type == \"brim\"" } }