Show Creality CR-6 Optimal processes (#8848)

* Change Opitmal to Optimal

* Fix typos in CR-6 0.2 profile

* Include optimal CR-6 profiles

* Remove extra space
This commit is contained in:
cochcoder
2025-03-16 01:45:37 -04:00
committed by GitHub
parent 558cd53b4a
commit afdf33e402
3 changed files with 17 additions and 5 deletions

View File

@@ -0,0 +1,24 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.16mm Optimal @Creality CR-6 0.6",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common",
"bottom_shell_layers": "5",
"initial_layer_line_width": "0.6",
"initial_layer_print_height": "0.3",
"inner_wall_line_width": "0.6",
"internal_solid_infill_line_width": "0.6",
"layer_height": "0.16",
"line_width": "0.6",
"outer_wall_line_width": "0.6",
"sparse_infill_line_width": "0.6",
"support_line_width": "0.6",
"top_shell_layers": "7",
"top_surface_line_width": "0.6",
"compatible_printers": [
"Creality CR-6 SE 0.6 nozzle",
"Creality CR-6 Max 0.6 nozzle"
]
}