Merge pull request #20263 from Ultimaker/CURA-11966_wall_overhang_speed_factors

[CURA-11966] Rename wall_overhang_speed_factor
This commit is contained in:
Erwan MATHIEU 2025-02-11 16:24:40 +01:00 committed by GitHub
commit 144123b75f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -50,5 +50,5 @@ speed_wall_x_roofing = 270
support_line_width = 0.35
wall_line_width_x = 0.4
wall_overhang_angle = 25
wall_overhang_speed_factor = 15
wall_overhang_speed_factors = [15]

View file

@ -50,5 +50,5 @@ speed_wall_x_roofing = 270
support_line_width = 0.35
wall_line_width_x = 0.4
wall_overhang_angle = 25
wall_overhang_speed_factor = 15
wall_overhang_speed_factors = [15]

View file

@ -24,5 +24,5 @@ speed_topbottom = 100
speed_wall = 75
speed_wall_x = 100
support_material_flow = 92
wall_overhang_speed_factor = 23
wall_overhang_speed_factors = [23]