From 856f998e24f0b8fab46c5217b49d08f36b37109c Mon Sep 17 00:00:00 2001 From: Mark Burton Date: Sat, 18 Jan 2020 07:30:53 +0000 Subject: [PATCH] Added Hole Horizontal Expansion setting. --- resources/definitions/fdmprinter.def.json | 14 +++++++++++++- resources/setting_visibility/expert.cfg | 1 + 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index ca70f0d7de..fb7ccc2f01 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1389,7 +1389,19 @@ "limit_to_extruder": "wall_0_extruder_nr", "settable_per_mesh": true }, - "z_seam_type": + "hole_xy_offset": + { + "label": "Hole Horizontal Expansion", + "description": "Amount of offset applied to all holes in each layer. Positive values increase the size of the holes, negative values reduce the size of the holes.", + "unit": "mm", + "type": "float", + "minimum_value_warning": "-1", + "maximum_value_warning": "1", + "default_value": 0, + "limit_to_extruder": "wall_0_extruder_nr", + "settable_per_mesh": true + }, + "z_seam_type": { "label": "Z Seam Alignment", "description": "Starting point of each path in a layer. When paths in consecutive layers start at the same point a vertical seam may show on the print. When aligning these near a user specified location, the seam is easiest to remove. When placed randomly the inaccuracies at the paths' start will be less noticeable. When taking the shortest path the print will be quicker.", diff --git a/resources/setting_visibility/expert.cfg b/resources/setting_visibility/expert.cfg index 0080fbb705..37aded3b45 100644 --- a/resources/setting_visibility/expert.cfg +++ b/resources/setting_visibility/expert.cfg @@ -51,6 +51,7 @@ filter_out_tiny_gaps fill_outline_gaps xy_offset xy_offset_layer_0 +hole_xy_offset z_seam_type z_seam_position z_seam_x