Put in some new slice settings for matter slice.
Fixed some buttons to go onuithread
This commit is contained in:
parent
2af2997818
commit
b707c9c7ff
8 changed files with 40 additions and 11 deletions
|
|
@ -114,6 +114,7 @@ start_perimeters_at_concave_points = 0
|
|||
start_perimeters_at_non_overhang = 0
|
||||
support_material = 0
|
||||
support_material_angle = 45
|
||||
support_material_infill_angle = 45
|
||||
support_material_create_internal_support = 0
|
||||
support_material_enforce_layers = 0
|
||||
support_material_extruder = 1
|
||||
|
|
|
|||
|
|
@ -113,21 +113,22 @@ Advanced
|
|||
support_type
|
||||
support_material_threshold
|
||||
support_material_enforce_layers
|
||||
Raft
|
||||
create_raft
|
||||
raft_extra_distance_around_part
|
||||
raft_air_gap
|
||||
raft_layers
|
||||
Options
|
||||
Support Options
|
||||
support_material_pattern
|
||||
support_material_spacing
|
||||
support_material_angle
|
||||
support_material_infill_angle
|
||||
support_material_interface_layers
|
||||
support_material_interface_spacing
|
||||
support_material_xy_distance
|
||||
support_material_z_distance
|
||||
support_material_z_gap_layers
|
||||
support_material_create_internal_support
|
||||
Raft
|
||||
create_raft
|
||||
raft_extra_distance_around_part
|
||||
raft_air_gap
|
||||
raft_layers
|
||||
Repair
|
||||
Outlines
|
||||
repair_outlines_extensive_stitching
|
||||
|
|
|
|||
|
|
@ -114,7 +114,8 @@ start_gcode|Start G-Code|MULTI_LINE_TEXT||This gcode will be inserted into the o
|
|||
start_perimeters_at_concave_points|Start At Concave Points|CHECK_BOX||Make sure the first point on a perimeter is a concave point.
|
||||
start_perimeters_at_non_overhang|Start At Non Overhang|CHECK_BOX||Make sure the first point on a perimeter is not an overhang.
|
||||
support_material_angle|Starting Angle|POSITIVE_DOUBLE|degrees|The starting angle of the supports.
|
||||
support_material_create_internal_support|Internal Support|CHECK_BOX||Create support where needed on internal features.
|
||||
support_material_infill_angle|Infill Angle|POSITIVE_DOUBLE|degrees|The angle the support infill will be drawn.
|
||||
support_material_create_internal_support|Support Everywhere|CHECK_BOX||If this is checked support will be allowed starting on top of internal surfaces. If it is not checked support will only be created starting at the bed.
|
||||
support_material_enforce_layers|Enforce Support For First|INT|layers|Generate support material everywhere not touching the bed for n layers, regardless of angle.
|
||||
support_material_extruder|Support Material Extruder|INT||The index of the extruder to use for support material.
|
||||
support_material_extrusion_width|Support Material|DOUBLE_OR_PERCENT|mm or %\nleave 0 for default|Leave this as 0 to allow automatic calculation of extrusion width.
|
||||
|
|
|
|||
|
|
@ -2514,3 +2514,21 @@ Translated:Select the baud rate.
|
|||
English:The term 'Baud Rate' roughly means the speed at which\ndata is transmitted. Baud rates may differ from printer to\nprinter. Refer to your printer manual for more info.\n\nTip: If you are uncertain - try 250000.
|
||||
Translated:The term 'Baud Rate' roughly means the speed at which\ndata is transmitted. Baud rates may differ from printer to\nprinter. Refer to your printer manual for more info.\n\nTip: If you are uncertain - try 250000.
|
||||
|
||||
English:This is the minimum amount of filament that must be extruded before a retraction can occur.
|
||||
Translated:This is the minimum amount of filament that must be extruded before a retraction can occur.
|
||||
|
||||
English:Support Options
|
||||
Translated:Support Options
|
||||
|
||||
English:If this is checked support will be allowed starting on top of internal surfaces. If it is not checked support will only be created starting at the bed.
|
||||
Translated:If this is checked support will be allowed starting on top of internal surfaces. If it is not checked support will only be created starting at the bed.
|
||||
|
||||
English:Support Everywhere
|
||||
Translated:Support Everywhere
|
||||
|
||||
English:The angle the support infill will be drawn.
|
||||
Translated:The angle the support infill will be drawn.
|
||||
|
||||
English:Infill Angle
|
||||
Translated:Infill Angle
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue