diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite new file mode 100644 index 0000000000..88d80cf3ed Binary files /dev/null and b/.vs/slnx.sqlite differ diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index ced44147f5..0b55c05fb3 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -6518,6 +6518,18 @@ "default_value": 50, "enabled": "conical_overhang_enabled" }, + "conical_overhang_hole_size": + { + "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", + "minimum_value_warning": "0", + "maximum_value": "99999999999", + "default_value": 0, + "enabled": "conical_overhang_enabled" + }, "coasting_enable": { "label": "Enable Coasting",