mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Remove skin_no_small_gaps_heuristic
Apparently this setting doesn't exist in the legacy Cura. Contributes to issue CURA-37.
This commit is contained in:
parent
5d4cceb47c
commit
8b72834c9b
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@
|
|||
"top_bottom_thickness": "solid_layer_thickness",
|
||||
"top_thickness": "0 if (solid_top == \"False\") else solid_layer_thickness",
|
||||
"bottom_thickness": "0 if (solid_bottom == \"False\") else solid_layer_thickness",
|
||||
"skin_no_small_gaps_heuristic": "fix_horrible_extensive_stitching",
|
||||
"infill_sparse_density": "fill_density",
|
||||
"infill_overlap": "fill_overlap",
|
||||
"infill_before_walls": "perimeter_before_infill",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue