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:
authorCasper Lamboo <c.lamboo@ultimaker.com>2022-04-07 14:59:56 +0300
committerGitHub <noreply@github.com>2022-04-07 14:59:56 +0300
commitdec359da1db3030659ec706f27df6a8c95852550 (patch)
treeedb43bcd11e18a065deb25a354a1ffd0e65b1d22 /resources
parent00fcd9d0066eaf0da4a7d088a24d2a5afc7e9091 (diff)
parentc4748ba33270665c47426b110505351239ee1119 (diff)
Merge pull request #11641 from Ultimaker/PP-129_increase-filter-distance
increase filter distance
Diffstat (limited to 'resources')
-rw-r--r--resources/definitions/fdmprinter.def.json3
-rw-r--r--resources/setting_visibility/expert.cfg1
2 files changed, 3 insertions, 1 deletions
diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json
index 53107b4b79..9e12d7f7e1 100644
--- a/resources/definitions/fdmprinter.def.json
+++ b/resources/definitions/fdmprinter.def.json
@@ -1128,11 +1128,12 @@
"description": "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance.",
"type": "float",
"unit": "mm",
+ "value": "100",
"enabled": false,
"default_value": 100,
"minimum_value": "wall_transition_length",
"minimum_value_warning": "math.cos(wall_transition_angle / 180 * math.pi) * wall_line_width_x",
- "maximum_value_warning": "10 * math.cos(wall_transition_angle / 180 * math.pi) * wall_line_width_x"
+ "maximum_value": "999999"
},
"wall_transition_filter_deviation":
{
diff --git a/resources/setting_visibility/expert.cfg b/resources/setting_visibility/expert.cfg
index b5b1ab7b1a..ea6536a44c 100644
--- a/resources/setting_visibility/expert.cfg
+++ b/resources/setting_visibility/expert.cfg
@@ -30,6 +30,7 @@ wall_thickness
wall_line_count
wall_0_wipe_dist
wall_0_inset
+wall_transition_filter_distance
optimize_wall_printing_order
inset_direction
alternate_extra_perimeter