mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 11:45:55 +08:00
Merge pull request #11641 from Ultimaker/PP-129_increase-filter-distance
increase filter distance
This commit is contained in:
commit
dec359da1d
@ -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":
|
||||
{
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user