creality.ini: refactor print settings commonalities
This commit is contained in:
parent
81e46505cf
commit
d6af9cfe76
@ -57,6 +57,7 @@ ensure_vertical_shell_thickness = 1
|
|||||||
external_fill_pattern = rectilinear
|
external_fill_pattern = rectilinear
|
||||||
external_perimeters_first = 0
|
external_perimeters_first = 0
|
||||||
external_perimeter_extrusion_width = 0.45
|
external_perimeter_extrusion_width = 0.45
|
||||||
|
external_perimeter_speed = 25
|
||||||
extra_perimeters = 0
|
extra_perimeters = 0
|
||||||
extruder_clearance_height = 25
|
extruder_clearance_height = 25
|
||||||
extruder_clearance_radius = 45
|
extruder_clearance_radius = 45
|
||||||
@ -75,6 +76,7 @@ infill_extrusion_width = 0.45
|
|||||||
infill_first = 0
|
infill_first = 0
|
||||||
infill_only_where_needed = 0
|
infill_only_where_needed = 0
|
||||||
infill_overlap = 25%
|
infill_overlap = 25%
|
||||||
|
infill_speed = 50
|
||||||
interface_shells = 0
|
interface_shells = 0
|
||||||
max_print_speed = 100
|
max_print_speed = 100
|
||||||
max_volumetric_extrusion_rate_slope_negative = 0
|
max_volumetric_extrusion_rate_slope_negative = 0
|
||||||
@ -89,6 +91,7 @@ output_filename_format = {input_filename_base}_{layer_height}mm_{filament_type[0
|
|||||||
perimeters = 2
|
perimeters = 2
|
||||||
perimeter_extruder = 1
|
perimeter_extruder = 1
|
||||||
perimeter_extrusion_width = 0.45
|
perimeter_extrusion_width = 0.45
|
||||||
|
perimeter_speed = 40
|
||||||
post_process =
|
post_process =
|
||||||
print_settings_id =
|
print_settings_id =
|
||||||
raft_layers = 0
|
raft_layers = 0
|
||||||
@ -103,11 +106,12 @@ solid_infill_below_area = 0
|
|||||||
solid_infill_every_layers = 0
|
solid_infill_every_layers = 0
|
||||||
solid_infill_extruder = 1
|
solid_infill_extruder = 1
|
||||||
solid_infill_extrusion_width = 0.45
|
solid_infill_extrusion_width = 0.45
|
||||||
|
solid_infill_speed = 40
|
||||||
spiral_vase = 0
|
spiral_vase = 0
|
||||||
standby_temperature_delta = -5
|
standby_temperature_delta = -5
|
||||||
support_material = 0
|
support_material = 0
|
||||||
support_material_extruder = 0
|
support_material_extruder = 0
|
||||||
support_material_extrusion_width = 0.4
|
support_material_extrusion_width = 0.38
|
||||||
support_material_interface_extruder = 0
|
support_material_interface_extruder = 0
|
||||||
support_material_angle = 0
|
support_material_angle = 0
|
||||||
support_material_buildplate_only = 0
|
support_material_buildplate_only = 0
|
||||||
@ -125,9 +129,9 @@ support_material_threshold = 45
|
|||||||
support_material_with_sheath = 0
|
support_material_with_sheath = 0
|
||||||
support_material_xy_spacing = 60%
|
support_material_xy_spacing = 60%
|
||||||
thin_walls = 0
|
thin_walls = 0
|
||||||
top_infill_extrusion_width = 0.45
|
top_infill_extrusion_width = 0.4
|
||||||
top_solid_infill_speed = 40
|
top_solid_infill_speed = 30
|
||||||
travel_speed = 100
|
travel_speed = 150
|
||||||
wipe_tower = 0
|
wipe_tower = 0
|
||||||
wipe_tower_bridging = 10
|
wipe_tower_bridging = 10
|
||||||
wipe_tower_rotation_angle = 0
|
wipe_tower_rotation_angle = 0
|
||||||
@ -138,56 +142,32 @@ xy_size_compensation = 0
|
|||||||
|
|
||||||
[print:*0.10mm*]
|
[print:*0.10mm*]
|
||||||
inherits = *common*
|
inherits = *common*
|
||||||
perimeter_speed = 40
|
|
||||||
external_perimeter_speed = 25
|
|
||||||
infill_speed = 50
|
|
||||||
solid_infill_speed = 40
|
|
||||||
layer_height = 0.1
|
layer_height = 0.1
|
||||||
perimeters = 3
|
perimeters = 3
|
||||||
top_infill_extrusion_width = 0.4
|
|
||||||
bottom_solid_layers = 7
|
bottom_solid_layers = 7
|
||||||
top_solid_layers = 9
|
top_solid_layers = 9
|
||||||
|
|
||||||
[print:*0.12mm*]
|
[print:*0.12mm*]
|
||||||
inherits = *common*
|
inherits = *common*
|
||||||
perimeter_speed = 40
|
|
||||||
external_perimeter_speed = 25
|
|
||||||
infill_speed = 50
|
|
||||||
solid_infill_speed = 40
|
|
||||||
layer_height = 0.12
|
layer_height = 0.12
|
||||||
perimeters = 3
|
perimeters = 3
|
||||||
top_infill_extrusion_width = 0.4
|
|
||||||
bottom_solid_layers = 6
|
bottom_solid_layers = 6
|
||||||
top_solid_layers = 7
|
top_solid_layers = 7
|
||||||
|
|
||||||
[print:*0.15mm*]
|
[print:*0.15mm*]
|
||||||
inherits = *common*
|
inherits = *common*
|
||||||
perimeter_speed = 40
|
|
||||||
external_perimeter_speed = 25
|
|
||||||
infill_speed = 50
|
|
||||||
solid_infill_speed = 40
|
|
||||||
layer_height = 0.15
|
layer_height = 0.15
|
||||||
top_infill_extrusion_width = 0.4
|
|
||||||
bottom_solid_layers = 5
|
bottom_solid_layers = 5
|
||||||
top_solid_layers = 7
|
top_solid_layers = 7
|
||||||
|
|
||||||
[print:*0.20mm*]
|
[print:*0.20mm*]
|
||||||
inherits = *common*
|
inherits = *common*
|
||||||
perimeter_speed = 40
|
|
||||||
external_perimeter_speed = 25
|
|
||||||
infill_speed = 50
|
|
||||||
solid_infill_speed = 40
|
|
||||||
layer_height = 0.20
|
layer_height = 0.20
|
||||||
top_infill_extrusion_width = 0.4
|
|
||||||
bottom_solid_layers = 4
|
bottom_solid_layers = 4
|
||||||
top_solid_layers = 5
|
top_solid_layers = 5
|
||||||
|
|
||||||
[print:*0.24mm*]
|
[print:*0.24mm*]
|
||||||
inherits = *common*
|
inherits = *common*
|
||||||
perimeter_speed = 40
|
|
||||||
external_perimeter_speed = 25
|
|
||||||
infill_speed = 50
|
|
||||||
solid_infill_speed = 40
|
|
||||||
layer_height = 0.24
|
layer_height = 0.24
|
||||||
top_infill_extrusion_width = 0.45
|
top_infill_extrusion_width = 0.45
|
||||||
bottom_solid_layers = 3
|
bottom_solid_layers = 3
|
||||||
@ -196,51 +176,26 @@ top_solid_layers = 4
|
|||||||
[print:0.10mm HIGHDETAIL @ENDER3]
|
[print:0.10mm HIGHDETAIL @ENDER3]
|
||||||
inherits = *0.10mm*
|
inherits = *0.10mm*
|
||||||
# alias = 0.10mm HIGHDETAIL
|
# alias = 0.10mm HIGHDETAIL
|
||||||
travel_speed = 150
|
|
||||||
infill_speed = 50
|
|
||||||
solid_infill_speed = 40
|
|
||||||
top_solid_infill_speed = 30
|
|
||||||
support_material_extrusion_width = 0.38
|
|
||||||
compatible_printers_condition = printer_model=~/ENDER.*/ and nozzle_diameter[0]==0.4
|
compatible_printers_condition = printer_model=~/ENDER.*/ and nozzle_diameter[0]==0.4
|
||||||
|
|
||||||
[print:0.12mm DETAIL @ENDER3]
|
[print:0.12mm DETAIL @ENDER3]
|
||||||
inherits = *0.12mm*
|
inherits = *0.12mm*
|
||||||
# alias = 0.12mm DETAIL
|
# alias = 0.12mm DETAIL
|
||||||
travel_speed = 150
|
|
||||||
infill_speed = 50
|
|
||||||
solid_infill_speed = 40
|
|
||||||
top_solid_infill_speed = 30
|
|
||||||
support_material_extrusion_width = 0.38
|
|
||||||
compatible_printers_condition = printer_model=~/ENDER.*/ and nozzle_diameter[0]==0.4
|
compatible_printers_condition = printer_model=~/ENDER.*/ and nozzle_diameter[0]==0.4
|
||||||
|
|
||||||
[print:0.15mm OPTIMAL @ENDER3]
|
[print:0.15mm OPTIMAL @ENDER3]
|
||||||
inherits = *0.15mm*
|
inherits = *0.15mm*
|
||||||
# alias = 0.15mm OPTIMAL
|
# alias = 0.15mm OPTIMAL
|
||||||
travel_speed = 150
|
|
||||||
infill_speed = 50
|
|
||||||
solid_infill_speed = 40
|
|
||||||
top_solid_infill_speed = 30
|
|
||||||
support_material_extrusion_width = 0.38
|
|
||||||
compatible_printers_condition = printer_model=~/ENDER.*/ and nozzle_diameter[0]==0.4
|
compatible_printers_condition = printer_model=~/ENDER.*/ and nozzle_diameter[0]==0.4
|
||||||
|
|
||||||
[print:0.20mm NORMAL @ENDER3]
|
[print:0.20mm NORMAL @ENDER3]
|
||||||
inherits = *0.20mm*
|
inherits = *0.20mm*
|
||||||
# alias = 0.20mm NORMAL
|
# alias = 0.20mm NORMAL
|
||||||
travel_speed = 150
|
|
||||||
infill_speed = 50
|
|
||||||
solid_infill_speed = 40
|
|
||||||
top_solid_infill_speed = 30
|
|
||||||
support_material_extrusion_width = 0.38
|
|
||||||
compatible_printers_condition = printer_model=~/ENDER.*/ and nozzle_diameter[0]==0.4
|
compatible_printers_condition = printer_model=~/ENDER.*/ and nozzle_diameter[0]==0.4
|
||||||
|
|
||||||
[print:0.24mm DRAFT @ENDER3]
|
[print:0.24mm DRAFT @ENDER3]
|
||||||
inherits = *0.24mm*
|
inherits = *0.24mm*
|
||||||
# alias = 0.24mm DRAFT
|
# alias = 0.24mm DRAFT
|
||||||
travel_speed = 150
|
|
||||||
infill_speed = 50
|
|
||||||
solid_infill_speed = 40
|
|
||||||
top_solid_infill_speed = 30
|
|
||||||
support_material_extrusion_width = 0.38
|
|
||||||
compatible_printers_condition = printer_model=~/ENDER.*/ and nozzle_diameter[0]==0.4
|
compatible_printers_condition = printer_model=~/ENDER.*/ and nozzle_diameter[0]==0.4
|
||||||
|
|
||||||
# Common filament preset
|
# Common filament preset
|
||||||
|
Loading…
Reference in New Issue
Block a user