From 81e46505cf8f64e1335954d9ad2481a41b6baa3b Mon Sep 17 00:00:00 2001 From: Pascal de Bruijn Date: Fri, 9 Oct 2020 18:56:14 +0200 Subject: [PATCH] creality.ini: add 0.10mm and 0.15mm print settings --- resources/profiles/Creality.ini | 43 +++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/resources/profiles/Creality.ini b/resources/profiles/Creality.ini index 311159787..b40f6c331 100644 --- a/resources/profiles/Creality.ini +++ b/resources/profiles/Creality.ini @@ -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