mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1
This commit is contained in:
commit
36f8bb5553
14 changed files with 8 additions and 12 deletions
|
@ -588,7 +588,6 @@
|
|||
"default": 10,
|
||||
"min_value": "0",
|
||||
"max_value_warning": "100",
|
||||
"inherit_function": "10 if infill_sparse_density < 95 else 0",
|
||||
"visible": false
|
||||
},
|
||||
"infill_wipe_dist": {
|
||||
|
|
|
@ -15,7 +15,6 @@ travel_compensate_overlapping_walls_enabled = True
|
|||
skin_no_small_gaps_heuristic = False
|
||||
top_bottom_pattern = lines
|
||||
infill_sparse_density = 22
|
||||
infill_overlap = 0.022
|
||||
infill_wipe_dist = 0.1
|
||||
retraction_amount = 6
|
||||
retraction_min_travel = 0.5
|
||||
|
|
|
@ -15,7 +15,6 @@ travel_compensate_overlapping_walls_enabled = True
|
|||
skin_no_small_gaps_heuristic = False
|
||||
top_bottom_pattern = lines
|
||||
infill_sparse_density = 18
|
||||
infill_overlap = 0.035
|
||||
infill_wipe_dist = 0.2
|
||||
retraction_amount = 5.5
|
||||
retraction_min_travel = 0.5
|
||||
|
|
|
@ -15,7 +15,6 @@ travel_compensate_overlapping_walls_enabled = True
|
|||
skin_no_small_gaps_heuristic = False
|
||||
top_bottom_pattern = lines
|
||||
infill_sparse_density = 22
|
||||
infill_overlap = 0.035
|
||||
infill_wipe_dist = 0.2
|
||||
retraction_amount = 5.5
|
||||
retraction_min_travel = 0.5
|
||||
|
|
|
@ -15,7 +15,6 @@ travel_compensate_overlapping_walls_enabled = True
|
|||
skin_no_small_gaps_heuristic = False
|
||||
top_bottom_pattern = lines
|
||||
infill_sparse_density = 20
|
||||
infill_overlap = 0.035
|
||||
infill_wipe_dist = 0.2
|
||||
retraction_amount = 5.5
|
||||
retraction_min_travel = 0.5
|
||||
|
|
|
@ -15,7 +15,6 @@ travel_compensate_overlapping_walls_enabled = True
|
|||
skin_no_small_gaps_heuristic = False
|
||||
top_bottom_pattern = lines
|
||||
infill_sparse_density = 25
|
||||
infill_overlap = 0.035
|
||||
infill_wipe_dist = 0.2
|
||||
retraction_amount = 5.5
|
||||
retraction_min_travel = 0.5
|
||||
|
|
|
@ -15,7 +15,6 @@ travel_compensate_overlapping_walls_enabled = True
|
|||
skin_no_small_gaps_heuristic = False
|
||||
top_bottom_pattern = lines
|
||||
infill_sparse_density = 20
|
||||
infill_overlap = 0.053
|
||||
infill_wipe_dist = 0.3
|
||||
retraction_amount = 6
|
||||
retraction_min_travel = 0.5
|
||||
|
|
|
@ -15,7 +15,6 @@ travel_compensate_overlapping_walls_enabled = True
|
|||
skin_no_small_gaps_heuristic = False
|
||||
top_bottom_pattern = lines
|
||||
infill_sparse_density = 20
|
||||
infill_overlap = 0.07
|
||||
infill_wipe_dist = 0.4
|
||||
retraction_amount = 6
|
||||
retraction_min_travel = 0.5
|
||||
|
|
|
@ -667,7 +667,7 @@ UM.MainWindow
|
|||
//TODO: Support multiple file selection, workaround bug in KDE file dialog
|
||||
//selectMultiple: true
|
||||
nameFilters: UM.MeshFileHandler.supportedReadFileTypes;
|
||||
|
||||
folder: Printer.getDefaultSavePath()
|
||||
onAccepted:
|
||||
{
|
||||
//Because several implementations of the file dialog only update the folder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue