Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsupermerill <merill@free.fr>2020-11-24 01:27:50 +0300
committersupermerill <merill@free.fr>2020-11-24 01:27:50 +0300
commita8bc17816e0c1522a9e9afb5bb4475518f60a173 (patch)
tree1a2f0c772e2295ad94611bb423749e844f3ac1cf
parente0d6a95bab176e80548b2771ffd09875b043cf06 (diff)
fix patterns on creality settings2.3.55.2
-rw-r--r--resources/profiles/Creality.ini10
1 files changed, 7 insertions, 3 deletions
diff --git a/resources/profiles/Creality.ini b/resources/profiles/Creality.ini
index 5f857985b..7b8c63be9 100644
--- a/resources/profiles/Creality.ini
+++ b/resources/profiles/Creality.ini
@@ -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
@@ -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
@@ -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