Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRijk van Manen <r.vanmanen@ultimaker.com>2022-11-10 14:30:05 +0300
committerRijk van Manen <r.vanmanen@ultimaker.com>2022-11-10 14:30:05 +0300
commit23b0864add78ee4750e222b3c1c4e7d9eb9eefa1 (patch)
tree4b804be7f08c43265949149b929453453f9139eb
parent4830479b63e00d71cf897743d8514fd46b0a62cc (diff)
CURA-8890
-rw-r--r--resources/definitions/fdmprinter.def.json17
1 files changed, 16 insertions, 1 deletions
diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json
index 08a895c9fa..250c98ffe1 100644
--- a/resources/definitions/fdmprinter.def.json
+++ b/resources/definitions/fdmprinter.def.json
@@ -1300,7 +1300,22 @@
"maximum_value_warning": "1",
"default_value": 0,
"limit_to_extruder": "wall_0_extruder_nr",
- "settable_per_mesh": true
+ "settable_per_mesh": true,
+ "children":
+ {
+ "hole_xy_offset_max_diameter":
+ {
+ "label": "Hole Horizontal Expansion Max Diameter",
+ "description": "When greater then zero, the Hole Horizontal Expansion is gradually reduced to zero. Holes larger then the Hole Horizontal Expansion Max Diameter are not expanded. If set to zero the Hole Horizontal Expansion will be applied to all holes.",
+ "unit": "mm",
+ "type": "float",
+ "default_value": 0,
+ "minimum_value": "0",
+ "enabled": "hole_xy_offset > 0",
+ "limit_to_extruder": "wall_0_extruder_nr",
+ "settable_per_mesh": true
+ }
+ }
},
"z_seam_type":
{