mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-26 16:02:00 +08:00
fix patterns on creality settings
This commit is contained in:
parent
e0d6a95bab
commit
a8bc17816e
@ -169,7 +169,7 @@ default_materials = Creality PLA @CREALITY; Generic PLA @CREALITY; Generic PETG
|
|||||||
# Common print preset
|
# Common print preset
|
||||||
[print:*common*]
|
[print:*common*]
|
||||||
avoid_crossing_perimeters = 0
|
avoid_crossing_perimeters = 0
|
||||||
bottom_fill_pattern = rectilinear
|
bottom_fill_pattern = rectilineargapfill
|
||||||
bridge_angle = 0
|
bridge_angle = 0
|
||||||
bridge_flow_ratio = 95%
|
bridge_flow_ratio = 95%
|
||||||
bridge_speed = 25
|
bridge_speed = 25
|
||||||
@ -186,7 +186,7 @@ extruder_clearance_height = 25
|
|||||||
extruder_clearance_radius = 45
|
extruder_clearance_radius = 45
|
||||||
fill_angle = 45
|
fill_angle = 45
|
||||||
fill_density = 20%
|
fill_density = 20%
|
||||||
fill_pattern = grid
|
fill_pattern = gyroid
|
||||||
fill_top_flow_ratio = 100%
|
fill_top_flow_ratio = 100%
|
||||||
first_layer_height = 0.2
|
first_layer_height = 0.2
|
||||||
first_layer_size_compensation = -0.1
|
first_layer_size_compensation = -0.1
|
||||||
@ -239,12 +239,16 @@ support_material_interface_extruder = 0
|
|||||||
support_material_angle = 0
|
support_material_angle = 0
|
||||||
support_material_buildplate_only = 0
|
support_material_buildplate_only = 0
|
||||||
support_material_enforce_layers = 0
|
support_material_enforce_layers = 0
|
||||||
support_material_contact_distance = 0.15
|
support_material_contact_distance_type = filament
|
||||||
|
support_material_contact_distance_top = 0.15
|
||||||
|
support_material_contact_distance_bottom = 0.15
|
||||||
support_material_interface_contact_loops = 0
|
support_material_interface_contact_loops = 0
|
||||||
support_material_interface_layers = 2
|
support_material_interface_layers = 2
|
||||||
|
support_material_interface_pattern = rectilinear
|
||||||
support_material_interface_spacing = 0.2
|
support_material_interface_spacing = 0.2
|
||||||
support_material_interface_speed = 100%
|
support_material_interface_speed = 100%
|
||||||
support_material_pattern = rectilinear
|
support_material_pattern = rectilinear
|
||||||
|
support_material_solid_first_layer = 1
|
||||||
support_material_spacing = 2
|
support_material_spacing = 2
|
||||||
support_material_speed = 40
|
support_material_speed = 40
|
||||||
support_material_synchronize_layers = 0
|
support_material_synchronize_layers = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user