You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/ui_layout/default/print.ui
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,9 +66,13 @@ group:Advanced
66
66
setting:width$25:no_perimeter_unsupported_algo
67
67
line:Gap Fill
68
68
setting:label$_:gap_fill_enabled
69
-
setting:width$5:gap_fill_min_area
70
69
setting:width$5:gap_fill_last
71
70
end_line
71
+
line:Gap Fill threshold
72
+
setting:width$5:gap_fill_min_width
73
+
setting:width$5:gap_fill_max_width
74
+
setting:width$5:gap_fill_min_area
75
+
end_line
72
76
line:Seam
73
77
setting:tags$Simple$Advanced$Expert$Prusa$SuSi:script:enum$corners$Corners$nearest$Nearest$random$Random$aligned$Aligned$rear$Rear$custom$Custom:depends$seam_position$seam_angle_cost$seam_travel_cost:label$Seam position:label_width$12:sidetext_width$0:tooltip$Position of perimeters' starting points.\nCustom can be defined in Advanced or Expert mode. Cost-based settings let you choose the angle and travel cost. A high angle cost will place the seam where it can be hidden by a corner, the travel cost place the seam near the last position (often at the end of the previous infill).:s_seam_position
/// be sure we didn't try to push more plastic than the volume defined by surface * height can receive. If overextruded, reduce all widths by the correct %.
def->full_label = L("Cap gapfill speed with perimeter flow");
2590
+
def->full_label = L("Gapfill: cap speed with perimeter flow");
2591
2591
def->category = OptionCategory::output;
2592
2592
def->tooltip = L("A percentage of the perimeter flow (mm3/s) is used as a limit for the gap fill flow, and so the gapfill may reduce its speed when the gap fill extrusions became too thick."
2593
2593
" This allow you to use a high gapfill speed, to print the thin gapfill quickly and reduce the difference in flow rate for the gapfill."
def->tooltip = L("This setting represents the maximum width of a gapfill. Points wider than this threshold won't be created.\nCan be a % of the perimeter width\n0 to auto");
def->tooltip = L("This setting represents the minimum width of a gapfill. Points thinner than this threshold won't be created.\nCan be a % of the perimeter width\n0 to auto");
0 commit comments