Skip to content

Commit

Permalink
fix patterns on creality settings
Browse files Browse the repository at this point in the history
  • Loading branch information
supermerill committed Nov 23, 2020
1 parent e0d6a95 commit a8bc178
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions resources/profiles/Creality.ini
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ default_materials = Creality PLA @CREALITY; Generic PLA @CREALITY; Generic PETG
# Common print preset
[print:*common*]
avoid_crossing_perimeters = 0
bottom_fill_pattern = rectilinear
bottom_fill_pattern = rectilineargapfill
bridge_angle = 0
bridge_flow_ratio = 95%
bridge_speed = 25
Expand All @@ -186,7 +186,7 @@ extruder_clearance_height = 25
extruder_clearance_radius = 45
fill_angle = 45
fill_density = 20%
fill_pattern = grid
fill_pattern = gyroid
fill_top_flow_ratio = 100%
first_layer_height = 0.2
first_layer_size_compensation = -0.1
Expand Down Expand Up @@ -239,12 +239,16 @@ support_material_interface_extruder = 0
support_material_angle = 0
support_material_buildplate_only = 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_layers = 2
support_material_interface_pattern = rectilinear
support_material_interface_spacing = 0.2
support_material_interface_speed = 100%
support_material_pattern = rectilinear
support_material_solid_first_layer = 1
support_material_spacing = 2
support_material_speed = 40
support_material_synchronize_layers = 0
Expand Down

0 comments on commit a8bc178

Please sign in to comment.