mirror of
https://github.com/prusa3d/Slic3r-settings.git
synced 2025-08-09 16:58:39 +02:00
Creality.ini: Make 0.06mm ULTRADETAIL unlockable by PRINTER_HAS_ULTRADETAIL compatible_printers_condition
This commit is contained in:
@@ -667,11 +667,11 @@ 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
|
||||
compatible_printers_condition = printer_model=~/(ENDER|CR|SERMOON).*/ and nozzle_diameter[0]==0.3 and printer_notes=~/.*PRINTER_HAS_ULTRADETAIL.*/
|
||||
|
||||
[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
|
||||
compatible_printers_condition = printer_model=~/(ENDER|CR|SERMOON).*/ and nozzle_diameter[0]==0.4 and printer_notes=~/.*PRINTER_HAS_ULTRADETAIL.*/
|
||||
|
||||
|
||||
|
||||
@@ -1608,7 +1608,7 @@ retract_before_wipe = 0%
|
||||
[printer:*0.3nozzle*]
|
||||
nozzle_diameter = 0.3
|
||||
printer_variant = 0.3
|
||||
min_layer_height = 0.08
|
||||
min_layer_height = 0.06
|
||||
max_layer_height = 0.24
|
||||
retract_lift_above = 0.2
|
||||
default_print_profile = "0.12 mm DETAIL (0.3 mm nozzle) @CREALITY"
|
||||
@@ -1616,7 +1616,7 @@ default_print_profile = "0.12 mm DETAIL (0.3 mm nozzle) @CREALITY"
|
||||
[printer:*0.4nozzle*]
|
||||
nozzle_diameter = 0.4
|
||||
printer_variant = 0.4
|
||||
min_layer_height = 0.08
|
||||
min_layer_height = 0.06
|
||||
max_layer_height = 0.32
|
||||
retract_lift_above = 0.2
|
||||
default_print_profile = "0.16 mm OPTIMAL (0.4 mm nozzle) @CREALITY"
|
||||
|
Reference in New Issue
Block a user