mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Remove 'support_interface_skip_height' setting.
Was used for run-time efficiency, but it wasn't really ever set beyond one layer-height, which made it rather useless. frontend part of CURA-11157 -- needed version upgrader as well, since it's the first alteration
This commit is contained in:
parent
30708a4b2c
commit
c64dcb785c
62 changed files with 164 additions and 79 deletions
|
@ -65,7 +65,6 @@ support_interface_density = 60
|
|||
support_interface_enable = True
|
||||
support_interface_height = 0.96
|
||||
support_interface_pattern = grid
|
||||
support_interface_skip_height = 0.12
|
||||
support_roof_density = 60
|
||||
support_type = everywhere
|
||||
support_wall_count = 1
|
||||
|
|
|
@ -65,7 +65,6 @@ support_interface_density = 60
|
|||
support_interface_enable = True
|
||||
support_interface_height = 0.6
|
||||
support_interface_pattern = grid
|
||||
support_interface_skip_height = 0.2
|
||||
support_roof_density = 60
|
||||
support_type = everywhere
|
||||
support_wall_count = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue