From db61bf0fd2f9492e241bb732b838594642a968db Mon Sep 17 00:00:00 2001 From: Opus Date: Thu, 21 Jan 2021 21:56:23 +1300 Subject: [PATCH] Made label more descriptive for overhang hole size option --- resources/definitions/fdmprinter.def.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 548fdacab2..3e2a5160c8 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -6520,8 +6520,8 @@ }, "conical_overhang_hole_size": { - "label": "Maximum Hole Area", - "description": "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 will fill all holes in the models base.", + "label": "Maximum Overhang Hole Area", + "description": "The maximum area of a hole in the base of the model before it's removed by Make Overhang Printable. Holes smaller than this will be retained. A value of 0 mm² will fill all holes in the models base.", "unit": "mm²", "type": "float", "minimum_value": "0",