Browse Source

Made label more descriptive for overhang hole size option

Opus 4 years ago
parent
commit
db61bf0fd2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/definitions/fdmprinter.def.json

+ 2 - 2
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",