From 117d7c34973d92b154de5cc3954a5bf43081634d Mon Sep 17 00:00:00 2001 From: Pascal de Bruijn Date: Sat, 3 Dec 2022 14:02:04 +0100 Subject: [PATCH] Creality.ini: Add 0.06mm ULTRADETAIL --- live/Creality/0.2.4.ini | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/live/Creality/0.2.4.ini b/live/Creality/0.2.4.ini index c098558..7594c0d 100644 --- a/live/Creality/0.2.4.ini +++ b/live/Creality/0.2.4.ini @@ -492,6 +492,13 @@ xy_size_compensation = 0 +[print:*0.06mm*] +inherits = *common* +layer_height = 0.06 +bottom_solid_layers = 11 +top_solid_layers = 13 +bridge_flow_ratio = 0.70 + [print:*0.08mm*] inherits = *common* layer_height = 0.08 @@ -610,6 +617,16 @@ support_material_extrusion_width = 0.54 +[print:0.06 mm ULTRADETAIL (0.3 mm nozzle) @CREALITY] +inherits = *0.06mm*; *0.3nozzle* +compatible_printers_condition = printer_model=~/(ENDER|CR|SERMOON).*/ and nozzle_diameter[0]==0.3 + +[print:0.06 mm ULTRADETAIL (0.4 mm nozzle) @CREALITY] +inherits = *0.06mm*; *0.4nozzle* +compatible_printers_condition = printer_model=~/(ENDER|CR|SERMOON).*/ and nozzle_diameter[0]==0.4 + + + [print:0.08 mm SUPERDETAIL (0.3 mm nozzle) @CREALITY] inherits = *0.08mm*; *0.3nozzle* compatible_printers_condition = printer_model=~/(ENDER|CR|SERMOON).*/ and nozzle_diameter[0]==0.3