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

github.com/slic3r/slic3r-profiles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorremi durand <remi-j.durand@thalesgroup.com>2021-10-30 21:53:26 +0300
committerremi durand <remi-j.durand@thalesgroup.com>2021-10-31 00:28:51 +0300
commit38cf62ab55e88865c21d8d8b15f8fd1d0b5139a4 (patch)
tree91702bab27f26c6802f6682ea353be3303c5e14d /MakerGear.ini
parent628b443359d7a793cba34617705b66489890df52 (diff)
Various modifications to adapt to susi 2.3.57
* add empty .*extrusion_spacing * seam nearest -> cost-based with correct weight * overhangs -> overhangs_width_speed & overhangs_width * first_layer_speed -add-> first_layer_min_speed & first_layer_infill_speed * smooth top -> monotonic * some various fixes supermerill/SuperSlicer#1661
Diffstat (limited to 'MakerGear.ini')
-rw-r--r--MakerGear.ini30
1 files changed, 22 insertions, 8 deletions
diff --git a/MakerGear.ini b/MakerGear.ini
index 56e3d07..fe029b2 100644
--- a/MakerGear.ini
+++ b/MakerGear.ini
@@ -295,7 +295,7 @@ compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_MAKERGEAR.*/
complete_objects = 0
default_acceleration = 1000
dont_support_bridges = 1
-elefant_foot_compensation = 0
+first_layer_size_compensation = 0
ensure_vertical_shell_thickness = 1
external_perimeters_first = 0
extra_perimeters = 0
@@ -305,6 +305,8 @@ fill_angle = 45
fill_pattern = gyroid
first_layer_height = 0.2
first_layer_speed = 20
+first_layer_min_speed = 20
+first_layer_infill_speed = 20
gcode_comments = 0
gcode_label_objects = 0
infill_every_layers = 1
@@ -320,13 +322,16 @@ notes =
only_retract_when_crossing_perimeters = 0
ooze_prevention = 0
output_filename_format = [input_filename_base].gcode
-overhangs = 1
+overhangs_width_speed = 40%
+overhangs_width = 80%
perimeter_extruder = 1
post_process =
print_settings_id =
raft_layers = 0
resolution = 0
-seam_position = nearest
+seam_position = cost
+seam_angle_cost = 30%
+seam_travel_cost = 70%
single_extruder_multi_material_priming = 0
skirt_distance = 10
skirt_height = 1
@@ -359,12 +364,19 @@ wipe_tower_width = 60
wipe_tower_x = 170
wipe_tower_y = 125
xy_size_compensation = 0
+extrusion_spacing =
+perimeter_extrusion_spacing =
+external_perimeter_extrusion_spacing =
+first_layer_extrusion_spacing =
+infill_extrusion_spacing =
+solid_infill_extrusion_spacing =
+top_infill_extrusion_spacing =
[print:MG M3-ID @0.25mm Nozzle]
inherits = *common*
bottom_solid_layers = 7
bridge_acceleration = 500
-bridge_flow_ratio = 0.7
+bridge_flow_ratio = 70%
bridge_speed = 20
external_perimeter_extrusion_width = 0.25
external_perimeter_speed = 20
@@ -402,7 +414,7 @@ top_solid_layers = 9
inherits = *common*
bottom_solid_layers = 5
bridge_acceleration = 1000
-bridge_flow_ratio = 0.8
+bridge_flow_ratio = 80%
bridge_speed = 30
external_perimeter_extrusion_width = 0.39
external_perimeter_speed = 25
@@ -440,7 +452,7 @@ top_solid_layers = 7
inherits = *common*
bottom_solid_layers = 4
bridge_acceleration = 1000
-bridge_flow_ratio = 0.8
+bridge_flow_ratio = 80%
bridge_speed = 30
external_perimeter_extrusion_width = 0.56
external_perimeter_speed = 25
@@ -478,7 +490,7 @@ top_solid_layers = 5
inherits = *common*
bottom_solid_layers = 4
bridge_acceleration = 1000
-bridge_flow_ratio = 0.95
+bridge_flow_ratio = 95%
bridge_speed = 25
external_perimeter_extrusion_width = 0.81
external_perimeter_speed = 35
@@ -517,7 +529,7 @@ inherits = *common*
avoid_crossing_perimeters = 1
bottom_solid_layers = 3
bridge_acceleration = 0
-bridge_flow_ratio = 1
+bridge_flow_ratio = 100%
bridge_speed = 60
clip_multipart_objects = 0
default_acceleration = 0
@@ -531,6 +543,8 @@ first_layer_acceleration = 0
first_layer_extrusion_width = 0.52
first_layer_height = 0.3
first_layer_speed = 30
+first_layer_min_speed = 30
+first_layer_infill_speed = 30
gap_fill_speed = 20
infill_acceleration = 0
infill_extrusion_width = 0.56