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
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
-rw-r--r--Anycubic.idx3
-rw-r--r--Anycubic.ini46
-rw-r--r--Artillery.idx3
-rw-r--r--Artillery.ini17
-rw-r--r--BIBO.idx3
-rw-r--r--BIBO.ini19
-rw-r--r--Basic.ini22
-rw-r--r--Creality.idx3
-rw-r--r--Creality.ini7
-rw-r--r--FLSun.idx3
-rw-r--r--FLSun.ini25
-rw-r--r--INAT.idx3
-rw-r--r--INAT.ini17
-rw-r--r--LulzBot.idx3
-rw-r--r--LulzBot.ini19
-rw-r--r--MakerGear.idx1
-rw-r--r--MakerGear.ini30
-rw-r--r--PrusaResearch.idx3
-rw-r--r--PrusaResearch.ini22
-rw-r--r--TriLAB.idx3
-rw-r--r--TriLAB.ini51
-rw-r--r--Vertex.idx3
-rw-r--r--Vertex.ini23
-rw-r--r--Voron.idx3
-rw-r--r--Voron.ini55
25 files changed, 294 insertions, 93 deletions
diff --git a/Anycubic.idx b/Anycubic.idx
index 23010e2..6652717 100644
--- a/Anycubic.idx
+++ b/Anycubic.idx
@@ -1,4 +1,5 @@
-min_slic3r_version = 2.3.1-beta
+min_slic3r_version = 2.3.57
+0.0.11-susi Various modifications to adapt to susi 2.3.57
0.0.10 Various updates for Anycubic Mega. Added filament profiles.
0.0.10-susi superslicer adaptations
0.0.9 Updated bed textures
diff --git a/Anycubic.ini b/Anycubic.ini
index 0800793..63ee726 100644
--- a/Anycubic.ini
+++ b/Anycubic.ini
@@ -5,7 +5,7 @@
name = Anycubic
# Configuration version of this file. Config file will only be installed, if the config_version differs.
# This means, the server may force the PrusaSlicer configuration to be downgraded.
-config_version = 0.0.10
+config_version = 0.0.11-susi
# Where to get the updates from?
config_update_url =
#https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/Anycubic/
@@ -80,7 +80,7 @@ clip_multipart_objects = 1
compatible_printers =
complete_objects = 0
dont_support_bridges = 1
-elefant_foot_compensation = 0
+first_layer_size_compensation = 0
ensure_vertical_shell_thickness = 1
external_fill_pattern = rectilinear
external_perimeters_first = 0
@@ -95,6 +95,8 @@ fill_pattern = grid
first_layer_extrusion_width = 0.42
first_layer_height = 0.2
first_layer_speed = 20
+first_layer_min_speed = 20
+first_layer_infill_speed = 20
gap_fill_speed = 40
gcode_comments = 0
infill_every_layers = 1
@@ -110,7 +112,8 @@ max_volumetric_extrusion_rate_slope_positive = 0
max_volumetric_speed = 0
min_skirt_length = 4
notes =
-overhangs = 0
+overhangs_width_speed = 0
+overhangs_width = 0
only_retract_when_crossing_perimeters = 0
ooze_prevention = 0
output_filename_format = {input_filename_base}_{layer_height}mm_{filament_type[0]}_{printer_model}_{print_time}.gcode
@@ -121,7 +124,9 @@ perimeter_speed = 45
post_process =
print_settings_id =
raft_layers = 0
-seam_position = nearest
+seam_position = cost
+seam_angle_cost = 30%
+seam_travel_cost = 70%
single_extruder_multi_material_priming = 0
skirts = 2
skirt_distance = 5
@@ -171,6 +176,13 @@ default_acceleration = 1500
first_layer_acceleration = 1000
infill_acceleration = 1500
perimeter_acceleration = 800
+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:*0.08mm_akossel*]
inherits = *common_akossel*
@@ -464,7 +476,7 @@ clip_multipart_objects = 1
compatible_printers =
complete_objects = 0
dont_support_bridges = 1
-elefant_foot_compensation = 0
+first_layer_size_compensation = 0
ensure_vertical_shell_thickness = 1
external_fill_pattern = rectilinear
external_perimeters_first = 0
@@ -479,6 +491,8 @@ fill_pattern = grid
first_layer_extrusion_width = 0.42
first_layer_height = 0.2
first_layer_speed = 20
+first_layer_min_speed = 20
+first_layer_infill_speed = 20
gap_fill_speed = 30
gcode_comments = 0
infill_every_layers = 1
@@ -494,7 +508,8 @@ max_volumetric_extrusion_rate_slope_positive = 0
max_volumetric_speed = 0
min_skirt_length = 4
notes =
-overhangs = 1
+overhangs_width_speed = 50%
+overhangs_width = 75%
only_retract_when_crossing_perimeters = 0
ooze_prevention = 0
output_filename_format = {input_filename_base}_{layer_height}mm_{filament_type[0]}_{printer_model}_{print_time}.gcode
@@ -504,7 +519,9 @@ perimeter_extrusion_width = 0.45
post_process =
print_settings_id =
raft_layers = 0
-seam_position = nearest
+seam_position = cost
+seam_angle_cost = 30%
+seam_travel_cost = 70%
single_extruder_multi_material_priming = 1
skirts = 2
skirt_distance = 2
@@ -842,6 +859,8 @@ first_layer_acceleration = 1000
first_layer_extrusion_width = 0.42
first_layer_height = 0.2
first_layer_speed = 20
+first_layer_min_speed = 20
+first_layer_infill_speed = 20
gap_fill_speed = 40
gcode_comments = 1
infill_acceleration = 1000
@@ -856,7 +875,9 @@ perimeter_acceleration = 800
perimeter_extrusion_width = 0.45
perimeter_speed = 45
perimeters = 2
-seam_position = nearest
+seam_position = cost
+seam_angle_cost = 30%
+seam_travel_cost = 70%
skirt_distance = 2
skirt_height = 3
skirts = 1
@@ -1236,8 +1257,11 @@ extra_perimeters = 0
ensure_vertical_shell_thickness = 1
avoid_crossing_perimeters = 0
thin_walls = 0
-overhangs = 1
-seam_position = nearest
+overhangs_width_speed = 50%
+overhangs_width = 75%
+seam_position = cost
+seam_angle_cost = 30%
+seam_travel_cost = 70%
external_perimeters_first = 0
fill_density = 20%
external_fill_pattern = rectilinear
@@ -1274,6 +1298,8 @@ dont_support_bridges = 1
support_material_synchronize_layers = 0
travel_speed = 94
first_layer_speed = 15
+first_layer_min_speed = 15
+first_layer_infill_speed = 15
perimeter_acceleration = 0
infill_acceleration = 0
bridge_acceleration = 0
diff --git a/Artillery.idx b/Artillery.idx
index 918f297..2176de2 100644
--- a/Artillery.idx
+++ b/Artillery.idx
@@ -1,4 +1,5 @@
-min_slic3r_version = 2.3.1-beta
+min_slic3r_version = 2.3.57
+0.0.4-susi Various modifications to adapt to susi 2.3.57
0.0.3 Fixed Genius bed size.
0.0.2 Updated start g-code.
0.0.2-susi fix first layer height
diff --git a/Artillery.ini b/Artillery.ini
index 06e9d87..1f9159b 100644
--- a/Artillery.ini
+++ b/Artillery.ini
@@ -11,7 +11,7 @@
name = Artillery
# Configuration version of this file. Config file will only be installed, if the config_version differs.
# This means, the server may force the PrusaSlicer configuration to be downgraded.
-config_version = 0.0.3
+config_version = 0.0.4-susi
# Where to get the updates from?
config_update_url =
#https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/Artillery/
@@ -179,6 +179,8 @@ first_layer_acceleration = 500
first_layer_extrusion_width = 0.42
first_layer_height = 50%
first_layer_speed = 20
+first_layer_min_speed = 20
+first_layer_infill_speed = 20
gap_fill_speed = 30
gcode_comments = 1
gcode_label_objects = 1
@@ -210,7 +212,9 @@ perimeter_speed = 45
post_process =
print_settings_id =
raft_layers = 0
-seam_position = nearest
+seam_position = cost
+seam_angle_cost = 30%
+seam_travel_cost = 70%
single_extruder_multi_material_priming = 0
skirts = 1
skirt_distance = 6
@@ -255,6 +259,13 @@ 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:*0.08mm*]
inherits = *common*
@@ -334,6 +345,8 @@ perimeters = 3
solid_infill_speed = 50
top_solid_infill_speed = 25
first_layer_speed = 15
+first_layer_min_speed = 15
+first_layer_infill_speed = 15
travel_speed = 100
compatible_printers_condition = printer_model=~/(X1|Genius).*/ and nozzle_diameter[0]==0.4
diff --git a/BIBO.idx b/BIBO.idx
index 7b707f9..0468729 100644
--- a/BIBO.idx
+++ b/BIBO.idx
@@ -1,4 +1,5 @@
-min_slic3r_version = 2.3.0-beta2
+min_slic3r_version = 2.3.57
+0.0.5-susi2 Various modifications to adapt to susi 2.3.57
0.0.5-susi remove resolution to use default
0.0.5 General print quality improvements (??)
0.0.4 superslicer: remove top_fan_speed
diff --git a/BIBO.ini b/BIBO.ini
index b1b1f62..6beb443 100644
--- a/BIBO.ini
+++ b/BIBO.ini
@@ -5,7 +5,7 @@
name = BIBO
# Configuration version of this file. Config file will only be installed, if the config_version differs.
# This means, the server may force the PrusaSlicer configuration to be downgraded.
-config_version = 0.0.5-susi
+config_version = 0.0.5-susi2
# Where to get the updates from?
config_update_url = https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/BIBO/
@@ -53,6 +53,8 @@ fill_pattern = grid
first_layer_extrusion_width = 0.42
first_layer_height = 0.2
first_layer_speed = 20
+first_layer_min_speed = 20
+first_layer_infill_speed = 20
gap_fill_speed = 15
gcode_comments = 0
infill_every_layers = 1
@@ -68,7 +70,8 @@ max_volumetric_extrusion_rate_slope_positive = 0
max_volumetric_speed = 0
min_skirt_length = 4
notes =
-overhangs = 1
+overhangs_width_speed = 50%
+overhangs_width = 75%
only_one_perimeter_top = 1
only_retract_when_crossing_perimeters = 0
ooze_prevention = 0
@@ -116,7 +119,7 @@ thin_perimeters = 0
thin_walls = 1
thin_walls_min_width = 50%
thin_walls_overlap = 50%
-top_fill_pattern = smooth
+top_fill_pattern = monotonic
top_infill_extrusion_width = 0.40
top_solid_infill_speed = 20
travel_speed = 130
@@ -127,6 +130,13 @@ wipe_tower_width = 60
wipe_tower_x = 50
wipe_tower_y = 50
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:*0.05mm*]
inherits = *common*
@@ -261,7 +271,8 @@ top_solid_layers = 4
[print:*soluble_support*]
inherits = *common*
-overhangs = 1
+overhangs_width_speed = 50%
+overhangs_width = 75%
skirts = 0
support_material = 1
support_material_contact_distance = 0
diff --git a/Basic.ini b/Basic.ini
index ef1d845..f0f8352 100644
--- a/Basic.ini
+++ b/Basic.ini
@@ -5,7 +5,7 @@
name = Custom
# Configuration version of this file. Config file will only be installed, if the config_version differs.
# This means, the server may force the Slic3r configuration to be downgraded.
-config_version = 0.1.4
+config_version = 0.1.5
# Where to get the updates from?
config_update_url =
@@ -48,8 +48,8 @@ retract_lift_below = 9999
retract_restart_extra = 0
retract_restart_extra_toolchange = 0
retract_speed = 35
-start_gcode = M115 U3.1.0 ; tell printer latest fw version\nM83 ; extruder relative mode\nM204 S[machine_max_acceleration_extruding] T[machine_max_acceleration_retracting] ; ENDER3 firmware may only supports the old M204 format\nG28 W ; home all\nM104 S{first_layer_temperature[initial_extruder]+extruder_temperature_offset[initial_extruder]} ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG1 X0.0 Y0.0 F1000.0 ; go outside print area\nG92 E0.0\nG1 X150.0 E20 F1000.0 ; intro line\nG92 E0.0
-toolchange_gcode = M600
+start_gcode = M115 U3.1.0 ; tell printer latest fw version\nM83 ; extruder relative mode\nM204 S[machine_max_acceleration_extruding] T[machine_max_acceleration_retracting] ; ENDER3 firmware may only supports the old M204 format\nG28 W ; home all\nM104 S{first_layer_temperature[initial_extruder]+extruder_temperature_offset[initial_extruder]} ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S{first_layer_temperature[initial_extruder]+extruder_temperature_offset[initial_extruder]} ; wait for extruder temp\nG1 X0.0 Y0.0 F1000.0 ; go outside print area\nG92 E0.0\nG1 X150.0 E20 F1000.0 ; intro line\nG92 E0.0
+toolchange_gcode = {if layer_num > -1}M600{endif}
use_firmware_retraction = 0
use_relative_e_distances = 0
use_volumetric_e = 0
@@ -256,6 +256,8 @@ fill_pattern = gyroid
first_layer_acceleration = 1000
first_layer_height = 75%
first_layer_speed = 30
+first_layer_min_speed = 30
+first_layer_infill_speed = 30
gap_fill_speed = 40
gcode_comments = 0
gcode_label_objects = 1
@@ -277,7 +279,6 @@ max_volumetric_extrusion_rate_slope_positive = 0
max_volumetric_speed = 0
min_skirt_length = 4
notes =
-overhangs = 1
only_retract_when_crossing_perimeters = 0
ooze_prevention = 0
output_filename_format = [input_filename_base].gcode
@@ -287,7 +288,9 @@ perimeter_extruder = 1
post_process =
print_settings_id =
raft_layers = 0
-seam_position = hidden
+seam_position = cost
+seam_angle_cost = 80%
+seam_travel_cost = 20%
skirts = 0
skirt_distance = 3
skirt_height = 1
@@ -321,7 +324,7 @@ support_material_xy_spacing = 60%
thin_walls = 1
thin_walls_min_width = 50%
thin_walls_overlap = 50%
-top_fill_pattern = smooth
+top_fill_pattern = monotonic
top_solid_infill_speed = 40
travel_speed = 180
wipe_tower = 0
@@ -339,6 +342,13 @@ perimeter_extrusion_width = 110%
solid_infill_extrusion_width = 110%
top_infill_extrusion_width = 110%
support_material_extrusion_width = 110%
+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:*0.15nozzle*]
perimeters = 6
diff --git a/Creality.idx b/Creality.idx
index 26ab523..56dcc40 100644
--- a/Creality.idx
+++ b/Creality.idx
@@ -1,4 +1,5 @@
-min_slic3r_version = 2.3.2-alpha0
+min_slic3r_version = 2.3.57
+0.1.1-susi Various modifications to adapt to susi 2.3.57
0.1.0 Added Ender-7, Sermoon D1, CR-10 SMART
min_slic3r_version = 2.3.1-beta
0.0.17 Updated start g-code. Added specific start g-code for straingauge printers. Improved output filename format. Added filament profile.
diff --git a/Creality.ini b/Creality.ini
index a014aba..ac33735 100644
--- a/Creality.ini
+++ b/Creality.ini
@@ -5,7 +5,7 @@
name = Creality
# Configuration version of this file. Config file will only be installed, if the config_version differs.
# This means, the server may force the PrusaSlicer configuration to be downgraded.
-config_version = 0.1.0
+config_version = 0.1.1-susi
# Where to get the updates from?
config_update_url =
# https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/Creality/
@@ -338,6 +338,8 @@ fill_top_flow_ratio = 100%
first_layer_height = 0.2
first_layer_size_compensation = -0.1
first_layer_speed = 20
+first_layer_min_speed = 20
+first_layer_infill_speed = 20
gap_fill_speed = 30
gcode_comments = 0
infill_every_layers = 1
@@ -367,6 +369,7 @@ post_process =
print_settings_id =
raft_layers = 0
seam_position = near
+seam_angle_cost = 80%
seam_travel_cost = 20%
single_extruder_multi_material_priming = 0
skirts = 1
@@ -405,7 +408,7 @@ thin_perimeters = 1
thin_walls = 1
thin_walls_min_width = 50%
thin_walls_overlap = 50%
-top_fill_pattern = smooth
+top_fill_pattern = monotonic
top_solid_infill_speed = 30
travel_speed = 150
wipe_tower = 1
diff --git a/FLSun.idx b/FLSun.idx
index 8c681fb..bf533ef 100644
--- a/FLSun.idx
+++ b/FLSun.idx
@@ -1,3 +1,4 @@
-min_slic3r_version = 2.3.0-rc2
+min_slic3r_version = 2.3.57
+0.0.2-susi2 Various modifications to adapt to susi 2.3.57
0.0.2-susi susi adaptation
0.0.1 Initial Version
diff --git a/FLSun.ini b/FLSun.ini
index e4c91b5..6706636 100644
--- a/FLSun.ini
+++ b/FLSun.ini
@@ -7,7 +7,7 @@
name = FLSun
# Configuration version of this file. Config file will only be installed, if the config_version differs.
# This means, the server may force the PrusaSlicer configuration to be downgraded.
-config_version = 0.0.2-susi
+config_version = 0.0.2-susi2
# Where to get the updates from?
config_update_url =
#https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/FLSun/
@@ -68,6 +68,8 @@ first_layer_acceleration = 800
first_layer_extrusion_width = 0.42
first_layer_height = 0.2
first_layer_speed = 20
+first_layer_min_speed = 20
+first_layer_infill_speed = 20
gap_fill_speed = 40
gcode_comments = 0
infill_acceleration = 800
@@ -89,7 +91,8 @@ max_volumetric_extrusion_rate_slope_positive = 0
max_volumetric_speed = 0
min_skirt_length = 4
notes =
-overhangs = 1
+overhangs_width_speed = 50%
+overhangs_width = 75%
only_retract_when_crossing_perimeters = 0
ooze_prevention = 0
output_filename_format = {input_filename_base}_{filament_type[0]}_{print_time}.gco
@@ -101,7 +104,9 @@ perimeter_speed = 45
post_process =
print_settings_id =
raft_layers = 0
-seam_position = nearest
+seam_position = cost
+seam_angle_cost = 30%
+seam_travel_cost = 70%
single_extruder_multi_material_priming = 0
skirts = 2
skirt_distance = 5
@@ -147,6 +152,13 @@ wipe_tower_width = 60
wipe_tower_x = 170
wipe_tower_y = 140
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 =
## QQS
@@ -220,6 +232,7 @@ bridge_speed = 20
external_perimeter_speed = 70%
first_layer_acceleration = 500
first_layer_speed = 40%
+first_layer_infill_speed = 40%
gap_fill_speed = 20
infill_acceleration = 800
infill_speed = 40
@@ -249,6 +262,8 @@ first_layer_acceleration = 1000
first_layer_height = 0.3
first_layer_extrusion_width = 0.9
first_layer_speed = 20
+first_layer_min_speed = 20
+first_layer_infill_speed = 20
fill_density = 0%
infill_extrusion_width = 0.9
ironing = 0
@@ -392,6 +407,8 @@ compatible_printers_condition = printer_notes=~/.*PRINTER_MODEL_Q(QSP|5).*/ and
external_perimeter_speed = 50
extra_perimeters = 1
first_layer_speed = 35
+first_layer_min_speed = 35
+first_layer_infill_speed = 35
infill_speed = 90
perimeter_speed = 60
small_perimeter_speed = 50%
@@ -417,6 +434,7 @@ inherits = *0.24mm_flsunq*; *QQSP*
compatible_printers_condition = printer_notes=~/.*PRINTER_MODEL_Q(QSP|5).*/ and nozzle_diameter[0]==0.4
external_perimeter_speed = 50%
first_layer_speed = 20%
+first_layer_infill_speed = 20%
infill_speed = 120
perimeter_speed = 60
small_perimeter_speed = 50%
@@ -461,6 +479,7 @@ inherits = *0.30mm_flsunq*; *QQSP*
compatible_printers_condition = printer_notes=~/.*PRINTER_MODEL_Q(QSP|5).*/ and nozzle_diameter[0]==0.4
external_perimeter_speed = 50%
first_layer_speed = 20%
+first_layer_infill_speed = 20%
infill_speed = 120
perimeter_speed = 80
small_perimeter_speed = 50%
diff --git a/INAT.idx b/INAT.idx
index 6d550a2..cfa375c 100644
--- a/INAT.idx
+++ b/INAT.idx
@@ -1,4 +1,5 @@
-min_slic3r_version = 2.3.1-beta
+min_slic3r_version = 2.3.57
+0.0.3-susi3 Various modifications to adapt to susi 2.3.57
0.0.3-susi2 susi fixes
0.0.3-susi adaptation
0.0.2 Improved start gcode, changed filename format
diff --git a/INAT.ini b/INAT.ini
index cbbb30d..f5fa035 100644
--- a/INAT.ini
+++ b/INAT.ini
@@ -3,7 +3,7 @@
[vendor]
# Vendor name will be shown by the Config Wizard.
name = INAT
-config_version = 0.0.3-susi2
+config_version = 0.0.3-susi3
config_update_url =
# https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/INAT/
@@ -103,6 +103,8 @@ gap_fill_speed = 40
ironing_speed = 30
travel_speed = 150
first_layer_speed = 30
+first_layer_min_speed = 30
+first_layer_infill_speed = 30
default_acceleration = 0
max_print_speed = 80
max_volumetric_speed = 12
@@ -125,11 +127,18 @@ solid_infill_extrusion_width = 0
top_infill_extrusion_width = 0
support_material_extrusion_width = 0
infill_overlap = 25%
-bridge_flow_ratio = 1
+bridge_flow_ratio = 100%
slice_closing_radius = 0.049
xy_size_compensation = 0
first_layer_size_compensation = -0.3
clip_multipart_objects = 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 =
#output
complete_objects = 0
extruder_clearance_radius = 85
@@ -157,7 +166,9 @@ infill_speed = 60
support_material_speed = 60
travel_speed = 100
first_layer_speed = 20
-elefant_foot_compensation = 0
+first_layer_min_speed = 20
+first_layer_infill_speed = 20
+first_layer_size_compensation = 0
[print:0.12mm Fine @PROTON_X]
inherits = *common*
diff --git a/LulzBot.idx b/LulzBot.idx
index b0d8df6..dd2a774 100644
--- a/LulzBot.idx
+++ b/LulzBot.idx
@@ -1,4 +1,5 @@
-min_slic3r_version = 2.1.0
+min_slic3r_version = 2.3.57
+0.0.4-susi2 Various modifications to adapt to susi 2.3.57
0.0.4-susi remove resolution to use default
0.0.3 slic3r++ adaptation: overlapping & top pattern.
0.0.2 changed flow ratio from float to %
diff --git a/LulzBot.ini b/LulzBot.ini
index cacf8e5..28e599c 100644
--- a/LulzBot.ini
+++ b/LulzBot.ini
@@ -3,7 +3,7 @@
[vendor]
# Vendor name will be shown by the Config Wizard.
name = LulzBot
-config_version = 0.0.4-susi
+config_version = 0.0.4-susi2
config_update_url =
#https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/LulzBot/
@@ -52,6 +52,7 @@ first_layer_acceleration = 500
first_layer_extrusion_width = 0.6
first_layer_height = 100%
first_layer_speed = 40%
+first_layer_infill_speed = 40%
gap_fill_speed = 20
gcode_comments = 0
gcode_label_objects = 0
@@ -74,7 +75,8 @@ only_one_perimeter_top = 1
only_retract_when_crossing_perimeters = 1
ooze_prevention = 0
output_filename_format = [printer_settings_id]_[input_filename_base]_[layer_height]_[filament_type]_[print_time].gcode
-overhangs = 1
+overhangs_width_speed = 50%
+overhangs_width = 75%
perimeter_acceleration = 500
perimeter_extruder = 1
perimeter_extrusion_width = 0.56
@@ -82,7 +84,9 @@ perimeter_speed = 60
perimeters = 3
post_process =
raft_layers = 0
-seam_position = hidden
+seam_position = cost
+seam_angle_cost = 80%
+seam_travel_cost = 20%
single_extruder_multi_material_priming = 1
skirt_distance = 3
skirt_height = 1
@@ -123,7 +127,7 @@ thin_walls = 1
thin_walls_min_width = 50%
thin_walls_overlap = 50%
threads = 12
-top_fill_pattern = smooth
+top_fill_pattern = monotonic
top_infill_extrusion_width = 0.52
top_solid_infill_speed = 40
top_solid_layers = 3
@@ -135,6 +139,13 @@ wipe_tower_width = 60
wipe_tower_x = 180
wipe_tower_y = 140
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 =
[filament:ColorFabb PLA-PHA @lulzbot]
filament_vendor = ColorFabb
diff --git a/MakerGear.idx b/MakerGear.idx
index 2ba2a8e..260bebe 100644
--- a/MakerGear.idx
+++ b/MakerGear.idx
@@ -1,2 +1,3 @@
min_slic3r_version = 2.3.1-beta
+0.0.1 Various modifications to adapt to susi 2.3.57
0.0.1 Initial MakerGear bundle
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
diff --git a/PrusaResearch.idx b/PrusaResearch.idx
index d20be0f..b8f337b 100644
--- a/PrusaResearch.idx
+++ b/PrusaResearch.idx
@@ -1,4 +1,5 @@
-min_slic3r_version = 2.3.2-alpha0
+min_slic3r_version = 2.3.57
+1.3.1-susi Various modifications to adapt to susi 2.3.57
1.3.0 Added SL1S SPEED profiles.
min_slic3r_version = 2.3.0-rc1
1.2.7 Updated "Prusament PC Blend Carbon Fiber" profile for Prusa MINI.
diff --git a/PrusaResearch.ini b/PrusaResearch.ini
index 3708aa6..c19f2d7 100644
--- a/PrusaResearch.ini
+++ b/PrusaResearch.ini
@@ -5,7 +5,7 @@
name = Prusa Research
# Configuration version of this file. Config file will only be installed, if the config_version differs.
# This means, the server may force the PrusaSlicer configuration to be downgraded.
-config_version = 1.3.0
+config_version = 1.3.1-susi
# Where to get the updates from?
config_update_url =
#https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/PrusaResearch/
@@ -168,6 +168,8 @@ first_layer_acceleration = 1000
first_layer_extrusion_width = 0.42
first_layer_height = 0.2
first_layer_speed = 20
+first_layer_min_speed = 20
+first_layer_infill_speed = 20
gap_fill_speed = 40
gcode_comments = 0
infill_every_layers = 1
@@ -183,7 +185,8 @@ max_volumetric_extrusion_rate_slope_positive = 0
max_volumetric_speed = 0
min_skirt_length = 4
notes =
-overhangs = 0
+overhangs_width_speed = 0
+overhangs_width = 0
only_one_perimeter_top = 1
only_retract_when_crossing_perimeters = 0
ooze_prevention = 0
@@ -194,8 +197,9 @@ perimeter_extrusion_width = 0.45
post_process =
print_settings_id =
raft_layers = 0
-seam_position = nearest
-seam_travel_cost = 20%
+seam_position = cost
+seam_angle_cost = 30%
+seam_travel_cost = 70%
single_extruder_multi_material_priming = 1
skirts = 1
skirt_distance = 2
@@ -248,6 +252,13 @@ bottom_solid_min_thickness = 0.5
gcode_label_objects = 1
infill_anchor = 2.5
infill_anchor_max = 12
+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:*MK3*]
fill_pattern = grid
@@ -407,7 +418,8 @@ support_material_speed = 40
support_material_interface_speed = 100%
[print:*soluble_support*]
-overhangs = 1
+overhangs_width_speed = 50%
+overhangs_width = 75%
skirts = 0
support_material = 1
support_material_contact_distance_type = none
diff --git a/TriLAB.idx b/TriLAB.idx
index 1d42aa6..ff8478c 100644
--- a/TriLAB.idx
+++ b/TriLAB.idx
@@ -1,4 +1,5 @@
-min_slic3r_version = 2.3.2-alpha0
+min_slic3r_version = 2.3.57
+0.0.8-susi Various modifications to adapt to susi 2.3.57
0.0.8 Added new AzteQ Industrial printer, added DeltiQ 2 profiles for 0.6mm nozzle, added material ASA 275 (Spectrum), some minor setting improvements
min_slic3r_version = 2.3.0-alpha3
0.0.7 Added PLA, PETG profiles for 0.25 nozzle, fixed supports on 0.8 nozzle profile, fixed max volumetric speed, disabled elefant foot compensation
diff --git a/TriLAB.ini b/TriLAB.ini
index 4c8b97b..d90efbf 100644
--- a/TriLAB.ini
+++ b/TriLAB.ini
@@ -6,7 +6,7 @@
name = TriLAB
# Configuration version of this file. Config file will only be installed, if the config_version differs.
# This means, the server may force the PrusaSlicer configuration to be downgraded.
-config_version = 0.0.8
+config_version = 0.0.8-susi
# Where to get the updates from?
config_update_url =
#https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/TriLAB/
@@ -134,6 +134,8 @@ first_layer_acceleration = 1000
first_layer_extrusion_width = 0.42
first_layer_height = 0.2
first_layer_speed = 20
+first_layer_min_speed = 20
+first_layer_infill_speed = 20
gap_fill_speed = 40
gcode_comments = 0
gcode_label_objects = 0
@@ -159,7 +161,8 @@ notes =
only_retract_when_crossing_perimeters = 1
ooze_prevention = 0
output_filename_format = {input_filename_base}_{printer_model}_{filament_type[0]}_{layer_height}mm_{print_time}_{timestamp}.gcode
-overhangs = 1
+overhangs_width_speed = 50%
+overhangs_width = 75%
perimeter_acceleration = 1500
perimeter_extruder = 1
perimeter_extrusion_width = 0.45
@@ -168,7 +171,9 @@ perimeters = 2
post_process =
print_settings_id =
raft_layers = 0
-seam_position = nearest
+seam_position = cost
+seam_angle_cost = 30%
+seam_travel_cost = 70%
single_extruder_multi_material_priming = 0
skirt_distance = 3
skirt_height = 2
@@ -219,6 +224,13 @@ wipe_tower_width = 60
wipe_tower_x = 180
wipe_tower_y = 140
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:DeltiQ 0.10mm Detail]
inherits = DeltiQ 0.20mm Normal
@@ -267,12 +279,17 @@ compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_TRILAB.*/ and p
extra_perimeters = 1
only_retract_when_crossing_perimeters = 1
extrusion_width = 0.40
-overhangs = 0
-seam_position = nearest
+overhangs_width_speed = 0
+overhangs_width = 0
+seam_position = cost
+seam_angle_cost = 30%
+seam_travel_cost = 70%
thin_walls = 0
bridge_speed = 20
external_perimeter_speed = 20
first_layer_speed = 20
+first_layer_min_speed = 20
+first_layer_infill_speed = 20
gap_fill_speed = 25
infill_extrusion_width = 0.55
infill_speed = 40
@@ -305,7 +322,8 @@ first_layer_height = 0.1
infill_extrusion_width = 0.27
infill_overlap = 50%
layer_height = 0.07
-overhangs = 1
+overhangs_width_speed = 50%
+overhangs_width = 75%
perimeter_extrusion_width = 0.27
perimeters = 5
solid_infill_extrusion_width = 0.27
@@ -364,6 +382,8 @@ extrusion_width = 0.80
first_layer_extrusion_width = 0.80
first_layer_height = 0.4
first_layer_speed = 20
+first_layer_min_speed = 20
+first_layer_infill_speed = 20
gap_fill_speed = 40
infill_extrusion_width = 0.9
infill_overlap = 28%
@@ -371,7 +391,8 @@ infill_speed = 60
layer_height = 0.4
max_print_speed = 80
max_volumetric_speed = 40
-overhangs = 1
+overhangs_width_speed = 50%
+overhangs_width = 75%
perimeter_extrusion_width = 0.80
perimeter_speed = 45
perimeters = 2
@@ -432,6 +453,8 @@ first_layer_acceleration = 1000
first_layer_extrusion_width = 0.42
first_layer_height = 0.2
first_layer_speed = 20
+first_layer_min_speed = 20
+first_layer_infill_speed = 20
gap_fill_speed = 40
gcode_comments = 0
gcode_label_objects = 0
@@ -460,7 +483,8 @@ notes =
only_retract_when_crossing_perimeters = 1
ooze_prevention = 0
output_filename_format = {input_filename_base}_{printer_model}_{filament_type[0]}_{layer_height}mm_{print_time}_{timestamp}.gcode
-overhangs = 1
+overhangs_width_speed = 50%
+overhangs_width = 75%
perimeter_acceleration = 1500
perimeter_extruder = 1
perimeter_extrusion_width = 0.45
@@ -469,7 +493,9 @@ perimeters = 2
post_process =
print_settings_id =
raft_layers = 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 = 2
@@ -520,6 +546,13 @@ wipe_tower_width = 60
wipe_tower_x = 180
wipe_tower_y = 140
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:AzteQ Industrial 0.15mm Detail]
inherits = AzteQ Industrial 0.20mm Normal
diff --git a/Vertex.idx b/Vertex.idx
index ff1abe2..58386cc 100644
--- a/Vertex.idx
+++ b/Vertex.idx
@@ -1,4 +1,5 @@
-min_slic3r_version = 2.3.0-rc1
+min_slic3r_version = 2.3.57
+0.1.15 Various modifications to adapt to susi 2.3.57
0.1.14 some susi adaptation
0.1.13 fix errors & warnings
0.1.12 The changelog URL has been updated
diff --git a/Vertex.ini b/Vertex.ini
index 0f672f1..0e871e0 100644
--- a/Vertex.ini
+++ b/Vertex.ini
@@ -5,7 +5,7 @@
name = Vertex
# Configuration version of this file. Config file will only be installed, if the config_version differs.
# This means, the server may force the PrusaSlicer configuration to be downgraded.
-config_version = 0.1.14
+config_version = 0.1.15
# Where to get the updates from?
config_update_url = https://vertex3dprinters.github.io/VERTEX-Slicer-Profiles/
changelog_url = https://vertex3dprinters.github.io/VERTEX-Slicer-Profiles/?latest=slicer-profiles&lng=%1%
@@ -94,6 +94,8 @@ first_layer_acceleration = 1000
first_layer_extrusion_width = 0.42
first_layer_height = 0.2
first_layer_speed = 20
+first_layer_min_speed = 20
+first_layer_infill_speed = 20
gap_fill_speed = 40
gcode_comments = 0
infill_every_layers = 1
@@ -109,7 +111,8 @@ max_volumetric_extrusion_rate_slope_positive = 0
max_volumetric_speed = 0
min_skirt_length = 4
notes =
-overhangs = 0
+overhangs_width_speed = 0
+overhangs_width = 0
only_retract_when_crossing_perimeters = 0
ooze_prevention = 0
output_filename_format = {input_filename_base}_{layer_height}mm_{filament_type[0]}_{printer_model}_{print_time}.gcode
@@ -119,7 +122,9 @@ perimeter_extrusion_width = 0.45
post_process =
print_settings_id =
raft_layers = 0
-seam_position = nearest
+seam_position = cost
+seam_angle_cost = 30%
+seam_travel_cost = 70%
single_extruder_multi_material_priming = 1
skirts = 1
skirt_distance = 2
@@ -168,6 +173,13 @@ bottom_solid_min_thickness = 0.5
gcode_label_objects = 1
infill_anchor = 2.5
infill_anchor_max = 12
+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:*MK3*]
fill_pattern = grid
@@ -201,7 +213,7 @@ extruder_clearance_radius = 35
# Print parameters common to a 0.25mm diameter nozzle.
[print:*0.25nozzle*]
-elefant_foot_compensation = 0
+first_layer_size_compensation = 0
external_perimeter_extrusion_width = 0.25
extrusion_width = 0.25
first_layer_extrusion_width = 0.3
@@ -342,7 +354,8 @@ top_solid_min_thickness = 0.9
bottom_solid_min_thickness = 0.6
[print:*soluble_support*]
-overhangs = 1
+overhangs_width_speed = 50%
+overhangs_width = 75%
skirts = 0
support_material = 1
support_material_contact_distance_type = none
diff --git a/Voron.idx b/Voron.idx
index bb8de96..c116ae8 100644
--- a/Voron.idx
+++ b/Voron.idx
@@ -1,4 +1,5 @@
-min_slic3r_version = 2.2.0
+min_slic3r_version = 2.3.57
+0.0.8 Various modifications to adapt to susi 2.3.57
0.0.7 add voron 1
0.0.6 add voron zero
0.0.5 remove resolution to use default, disable fan_mover
diff --git a/Voron.ini b/Voron.ini
index fc3f7d8..955742e 100644
--- a/Voron.ini
+++ b/Voron.ini
@@ -5,7 +5,7 @@
name = Voron
# Configuration version of this file. Config file will only be installed, if the config_version differs.
# This means, the server may force the PrusaSlicer configuration to be downgraded.
-config_version = 0.0.7
+config_version = 0.0.8
# Where to get the updates from?
config_update_url =
@@ -235,6 +235,9 @@ default_filament_profile = Basic PLA @VORON
[printer:*volcano*]
retract_length = 6.8
+[printer:*volcano_afterburner*]
+retract_length = 5.5
+
[printer:*afterburner*]
retract_length = 0.75
deretract_speed = 30
@@ -448,25 +451,25 @@ inherits = *Voron_v2_250_afterburner*; *0.6nozzle*
inherits = *Voron_v2_250_afterburner*; *0.8nozzle*
[printer:Voron_v2_250_afterburner 0.6 volcano]
-inherits = *Voron_v2_250_afterburner*; *0.6nozzle*; *volcano*
+inherits = *Voron_v2_250_afterburner*; *0.6nozzle*; *volcano_afterburner*
printer_variant = volcano 0.6
printer_notes = Unoffical profile, for now.\nVOLCANO
default_filament_profile = Basic PLA VOLCANO @VORON
[printer:Voron_v2_250_afterburner 0.8 volcano]
-inherits = *Voron_v2_250_afterburner*; *0.8nozzle*; *volcano*
+inherits = *Voron_v2_250_afterburner*; *0.8nozzle*; *volcano_afterburner*
printer_variant = volcano 0.8
printer_notes = Unoffical profile, for now.\nVOLCANO
default_filament_profile = Basic PLA VOLCANO @VORON
[printer:Voron_v2_250_afterburner 1.0 volcano]
-inherits = *Voron_v2_250_afterburner*; *1.0nozzle*; *volcano*
+inherits = *Voron_v2_250_afterburner*; *1.0nozzle*; *volcano_afterburner*
printer_variant = volcano 1.0
printer_notes = Unoffical profile, for now.\nVOLCANO
default_filament_profile = Basic PLA VOLCANO @VORON
[printer:Voron_v2_250_afterburner 1.2 volcano]
-inherits = *Voron_v2_250_afterburner*; *1.2nozzle*; *volcano*
+inherits = *Voron_v2_250_afterburner*; *1.2nozzle*; *volcano_afterburner*
printer_variant = volcano 1.2
printer_notes = Unoffical profile, for now.\nVOLCANO
default_filament_profile = Basic PLA VOLCANO @VORON
@@ -490,25 +493,25 @@ inherits = *Voron_v2_300_afterburner*; *0.6nozzle*
inherits = *Voron_v2_300_afterburner*; *0.8nozzle*
[printer:Voron_v2_300_afterburner 0.6 volcano]
-inherits = *Voron_v2_300_afterburner*; *0.6nozzle*; *volcano*
+inherits = *Voron_v2_300_afterburner*; *0.6nozzle*; *volcano_afterburner*
printer_variant = volcano 0.6
printer_notes = Unoffical profile, for now.\nVOLCANO
default_filament_profile = Basic PLA VOLCANO @VORON
[printer:Voron_v2_300_afterburner 0.8 volcano]
-inherits = *Voron_v2_300_afterburner*; *0.8nozzle*; *volcano*
+inherits = *Voron_v2_300_afterburner*; *0.8nozzle*; *volcano_afterburner*
printer_variant = volcano 0.8
printer_notes = Unoffical profile, for now.\nVOLCANO
default_filament_profile = Basic PLA VOLCANO @VORON
[printer:Voron_v2_300_afterburner 1.0 volcano]
-inherits = *Voron_v2_300_afterburner*; *1.0nozzle*; *volcano*
+inherits = *Voron_v2_300_afterburner*; *1.0nozzle*; *volcano_afterburner*
printer_variant = volcano 1.0
printer_notes = Unoffical profile, for now.\nVOLCANO
default_filament_profile = Basic PLA VOLCANO @VORON
[printer:Voron_v2_300_afterburner 1.2 volcano]
-inherits = *Voron_v2_300_afterburner*; *1.2nozzle*; *volcano*
+inherits = *Voron_v2_300_afterburner*; *1.2nozzle*; *volcano_afterburner*
printer_variant = volcano 1.2
printer_notes = Unoffical profile, for now.\nVOLCANO
default_filament_profile = Basic PLA VOLCANO @VORON
@@ -532,25 +535,25 @@ inherits = *Voron_v2_350_afterburner*; *0.6nozzle*
inherits = *Voron_v2_350_afterburner*; *0.8nozzle*
[printer:Voron_v2_350_afterburner volcano 0.6 nozzle]
-inherits = *Voron_v2_350_afterburner*; *0.6nozzle*; *volcano*
+inherits = *Voron_v2_350_afterburner*; *0.6nozzle*; *volcano_afterburner*
printer_variant = volcano 0.6
printer_notes = Unoffical profile, for now.\nVOLCANO
default_filament_profile = Basic PLA VOLCANO @VORON
[printer:Voron_v2_350_afterburner volcano 0.8 nozzle]
-inherits = *Voron_v2_350_afterburner*; *0.8nozzle*; *volcano*
+inherits = *Voron_v2_350_afterburner*; *0.8nozzle*; *volcano_afterburner*
printer_variant = volcano 0.8
printer_notes = Unoffical profile, for now.\nVOLCANO
default_filament_profile = Basic PLA VOLCANO @VORON
[printer:Voron_v2_350_afterburner volcano 1.0 nozzle]
-inherits = *Voron_v2_350_afterburner*; *1.0nozzle*; *volcano*
+inherits = *Voron_v2_350_afterburner*; *1.0nozzle*; *volcano_afterburner*
printer_variant = volcano 1.0
printer_notes = Unoffical profile, for now.\nVOLCANO
default_filament_profile = Basic PLA VOLCANO @VORON
[printer:Voron_v2_350_afterburner volcano 1.2 nozzle]
-inherits = *Voron_v2_350_afterburner*; *1.2nozzle*; *volcano*
+inherits = *Voron_v2_350_afterburner*; *1.2nozzle*; *volcano_afterburner*
printer_variant = volcano 1.2
printer_notes = Unoffical profile, for now.\nVOLCANO
default_filament_profile = Basic PLA VOLCANO @VORON
@@ -677,6 +680,8 @@ first_layer_acceleration = 1000
first_layer_flow_ratio = 100%
first_layer_height = 75%
first_layer_speed = 30
+first_layer_min_speed = 30
+first_layer_infill_speed = 30
gap_fill_speed = 40
gcode_comments = 0
hole_size_compensation = -0.05
@@ -705,7 +710,7 @@ over_bridge_flow_ratio = 110%
overhangs_width_speed = 50%
overhangs_width = 110%
overhangs_reverse = 1
-overhangs_reverse_threshold = 250%
+overhangs_reverse_threshold = 300%
perimeters = 3
perimeter_acceleration = 2000
perimeter_extruder = 1
@@ -714,6 +719,7 @@ post_process =
print_settings_id =
raft_layers = 0
seam_position = near
+seam_angle_cost = 80%
seam_travel_cost = 20%
single_extruder_multi_material_priming = 1
skirts = 3
@@ -752,7 +758,7 @@ thin_walls = 1
thin_walls_min_width = 50%
thin_walls_overlap = 50%
thin_walls_speed = 40
-top_fill_pattern = smooth
+top_fill_pattern = monotonic
top_solid_infill_speed = 50
travel_speed = 300
wipe_tower = 1
@@ -763,13 +769,20 @@ wipe_tower_x = 180
wipe_tower_y = 140
xy_size_compensation = 0
extrusion_width = 110%
-external_perimeter_extrusion_width = 105%
+external_perimeter_extrusion_width =
+perimeter_extrusion_width =
first_layer_extrusion_width = 140%
infill_extrusion_width = 110%
-perimeter_extrusion_width = 110%
-solid_infill_extrusion_width = 110%
-top_infill_extrusion_width = 110%
+solid_infill_extrusion_width =
+top_infill_extrusion_width =
support_material_extrusion_width = 110%
+extrusion_spacing =
+perimeter_extrusion_spacing = 105%
+external_perimeter_extrusion_spacing = 100%
+first_layer_extrusion_spacing =
+infill_extrusion_spacing =
+solid_infill_extrusion_spacing = 105%
+top_infill_extrusion_spacing = 100%
[print:*zero_toolhead*]
extruder_clearance_height = 38
@@ -1462,12 +1475,12 @@ top_fan_speed = 20
temperature = 245
[filament:Basic PET @VORON]
-inherits = *BasicPLA*
+inherits = *BasicPET*
filament_max_volumetric_speed = 8
compatible_printers_condition = printer_model=~/.*Voron.*/ and printer_notes=~/.*E3DV6.*/
[filament:Basic PET VOLCANO @VORON]
-inherits = *BasicPLA*
+inherits = *BasicPET*
filament_max_volumetric_speed = 14
compatible_printers_condition = printer_model=~/.*Voron.*/ and printer_notes=~/.*VOLCANO.*/