mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 22:23:57 -06:00
Removed old 4.x settings
The settings: - travel_compensate_overlapping_walls_0_enabled - fill_perimeter_gaps - filter_out_tiny_gaps Are no longer used with the new Arachne engine. That these settings were still set in the blocks_base definition is an indication that the current profiles weren't actually tested with the new Arachne engine. Please consider doing some actual quality tests with these profiles on your printers. This is for the benefit of your users experience. Contributes to CURA-10101
This commit is contained in:
parent
5f5e758490
commit
1b59141c29
1 changed files with 0 additions and 3 deletions
|
@ -30,8 +30,6 @@
|
|||
"brim_replaces_support": { "value": false },
|
||||
"cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" },
|
||||
"cool_min_layer_time": { "value": 10 },
|
||||
"fill_perimeter_gaps": { "value": "'nowhere'" },
|
||||
"filter_out_tiny_gaps": { "value": false },
|
||||
"infill_before_walls": { "value": false },
|
||||
"infill_enable_travel_optimization": { "default_value": true },
|
||||
"infill_overlap": { "value": 30.0 },
|
||||
|
@ -108,7 +106,6 @@
|
|||
"support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height * 2" },
|
||||
"top_layers": { "value": "math.ceil(round(top_thickness / resolveOrValue('layer_height'), 4))" },
|
||||
"travel_avoid_supports": { "value": true },
|
||||
"travel_compensate_overlapping_walls_0_enabled": { "value": "False" },
|
||||
"travel_retract_before_outer_wall": { "value": true },
|
||||
"wall_0_wipe_dist": { "value": 0.0 },
|
||||
"wall_overhang_angle": { "default_value": 75 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue