mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 01:29:00 +08:00
General printer profile improvements
Implement some general printer improvements. - support_material_xy_spacing needs to be slightly larger (+1%) to ensure more consistent clean removal - Implement some other best practices like arachne, monotonic, supportcubic, organic
This commit is contained in:
parent
2420110769
commit
6fc770b049
@ -29,7 +29,7 @@ default_materials = Generic PLA @BIBO2; Generic PETG @BIBO2; Generic ABS @BIBO2;
|
||||
# Common print preset
|
||||
[print:*common*]
|
||||
avoid_crossing_perimeters = 0
|
||||
bottom_fill_pattern = rectilinear
|
||||
bottom_fill_pattern = monotonic
|
||||
bridge_angle = 0
|
||||
bridge_flow_ratio = 0.95
|
||||
bridge_speed = 20
|
||||
@ -40,7 +40,7 @@ complete_objects = 0
|
||||
dont_support_bridges = 1
|
||||
elefant_foot_compensation = 0.3
|
||||
ensure_vertical_shell_thickness = 0
|
||||
external_fill_pattern = rectilinear
|
||||
external_fill_pattern = monotonic
|
||||
external_perimeters_first = 0
|
||||
external_perimeter_extrusion_width = 0.40
|
||||
external_perimeter_speed = 25
|
||||
@ -48,7 +48,7 @@ extra_perimeters = 0
|
||||
extrusion_width = 0.45
|
||||
fill_angle = 45
|
||||
fill_density = 15%
|
||||
fill_pattern = cubic
|
||||
fill_pattern = supportcubic
|
||||
first_layer_extrusion_width = 0.42
|
||||
first_layer_height = 0.2
|
||||
first_layer_speed = 20
|
||||
@ -74,6 +74,7 @@ output_filename_format = {input_filename_base}_{layer_height}mm_{if num_extruder
|
||||
perimeters = 3
|
||||
perimeter_extruder = 1
|
||||
perimeter_extrusion_width = 0.45
|
||||
perimeter_generator = arachne
|
||||
post_process =
|
||||
print_settings_id =
|
||||
raft_layers = 0
|
||||
@ -95,7 +96,7 @@ support_material_extruder = 0
|
||||
support_material_extrusion_width = 0.40
|
||||
support_material_interface_extruder = 0
|
||||
support_material_angle = 0
|
||||
support_material_buildplate_only = 0
|
||||
support_material_buildplate_only = 1
|
||||
support_material_enforce_layers = 0
|
||||
support_material_contact_distance = 0.15
|
||||
support_material_interface_contact_loops = 0
|
||||
@ -105,10 +106,11 @@ support_material_interface_speed = 100%
|
||||
support_material_pattern = rectilinear
|
||||
support_material_spacing = 2
|
||||
support_material_speed = 40
|
||||
support_material_style = organic
|
||||
support_material_synchronize_layers = 0
|
||||
support_material_threshold = 45
|
||||
support_material_with_sheath = 0
|
||||
support_material_xy_spacing = 60%
|
||||
support_material_xy_spacing = 61%
|
||||
thin_walls = 0
|
||||
top_infill_extrusion_width = 0.40
|
||||
top_solid_infill_speed = 20
|
||||
|
Loading…
x
Reference in New Issue
Block a user