Merge pull request #11641 from Ultimaker/PP-129_increase-filter-distance

increase filter distance
This commit is contained in:
Casper Lamboo 2022-04-07 13:59:56 +02:00 committed by GitHub
commit dec359da1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -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.", "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", "type": "float",
"unit": "mm", "unit": "mm",
"value": "100",
"enabled": false, "enabled": false,
"default_value": 100, "default_value": 100,
"minimum_value": "wall_transition_length", "minimum_value": "wall_transition_length",
"minimum_value_warning": "math.cos(wall_transition_angle / 180 * math.pi) * wall_line_width_x", "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": "wall_transition_filter_deviation":
{ {

View File

@ -30,6 +30,7 @@ wall_thickness
wall_line_count wall_line_count
wall_0_wipe_dist wall_0_wipe_dist
wall_0_inset wall_0_inset
wall_transition_filter_distance
optimize_wall_printing_order optimize_wall_printing_order
inset_direction inset_direction
alternate_extra_perimeter alternate_extra_perimeter