Files
OrcaSlicer/resources/profiles/Creality/process/0.24mm Draft @Creality CR-6.json
xun.zhang 9e0558b54f ENH: optimize 3rd party printers process params
1. Remove some keys with tree support
2. Modify thin_detect wall and adaptive_layer_height

jira: [NEW]

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ie342c27d4dcd2a262993e472a203ce92da14dbb2
2023-11-01 09:33:21 +08:00

21 lines
633 B
JSON

{
"type": "process",
"setting_id": "GP_CREALITY_003",
"name": "0.24mm Draft @Creality CR-6",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common",
"initial_layer_line_width": "0.4",
"inner_wall_line_width": "0.4",
"internal_solid_infill_line_width": "0.5",
"layer_height": "0.24",
"line_width": "0.5",
"outer_wall_line_width": "0.5",
"sparse_infill_line_width": "0.4",
"top_shell_layers": "4",
"top_surface_line_width": "0.5",
"compatible_printers": [
"Creality CR-6 SE 0.4 nozzle",
"Creality CR-6 Max 0.4 nozzle"
]
}