creality.ini: add 0.10mm and 0.15mm print settings
This commit is contained in:
parent
95af708171
commit
81e46505cf
1 changed files with 43 additions and 0 deletions
|
@ -136,6 +136,18 @@ wipe_tower_x = 170
|
|||
wipe_tower_y = 140
|
||||
xy_size_compensation = 0
|
||||
|
||||
[print:*0.10mm*]
|
||||
inherits = *common*
|
||||
perimeter_speed = 40
|
||||
external_perimeter_speed = 25
|
||||
infill_speed = 50
|
||||
solid_infill_speed = 40
|
||||
layer_height = 0.1
|
||||
perimeters = 3
|
||||
top_infill_extrusion_width = 0.4
|
||||
bottom_solid_layers = 7
|
||||
top_solid_layers = 9
|
||||
|
||||
[print:*0.12mm*]
|
||||
inherits = *common*
|
||||
perimeter_speed = 40
|
||||
|
@ -148,6 +160,17 @@ top_infill_extrusion_width = 0.4
|
|||
bottom_solid_layers = 6
|
||||
top_solid_layers = 7
|
||||
|
||||
[print:*0.15mm*]
|
||||
inherits = *common*
|
||||
perimeter_speed = 40
|
||||
external_perimeter_speed = 25
|
||||
infill_speed = 50
|
||||
solid_infill_speed = 40
|
||||
layer_height = 0.15
|
||||
top_infill_extrusion_width = 0.4
|
||||
bottom_solid_layers = 5
|
||||
top_solid_layers = 7
|
||||
|
||||
[print:*0.20mm*]
|
||||
inherits = *common*
|
||||
perimeter_speed = 40
|
||||
|
@ -170,6 +193,16 @@ top_infill_extrusion_width = 0.45
|
|||
bottom_solid_layers = 3
|
||||
top_solid_layers = 4
|
||||
|
||||
[print:0.10mm HIGHDETAIL @ENDER3]
|
||||
inherits = *0.10mm*
|
||||
# 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
|
||||
|
||||
[print:0.12mm DETAIL @ENDER3]
|
||||
inherits = *0.12mm*
|
||||
# alias = 0.12mm DETAIL
|
||||
|
@ -180,6 +213,16 @@ top_solid_infill_speed = 30
|
|||
support_material_extrusion_width = 0.38
|
||||
compatible_printers_condition = printer_model=~/ENDER.*/ and nozzle_diameter[0]==0.4
|
||||
|
||||
[print:0.15mm OPTIMAL @ENDER3]
|
||||
inherits = *0.15mm*
|
||||
# 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
|
||||
|
||||
[print:0.20mm NORMAL @ENDER3]
|
||||
inherits = *0.20mm*
|
||||
# alias = 0.20mm NORMAL
|
||||
|
|
Loading…
Reference in a new issue