Added profile for Creality CR-6 SE and CR-6 Max (#2040)

* Added profile for CReality CR-6 SE and CR-6 Max

* Removed merge conflict artifacts

* Removed duplicate process_list

* Fixed many bugs. Profile now loads correctly in 1.7.0-beta

* fixed filament dependencies for CR-6
This commit is contained in:
Christophe Fonteyne 2023-09-17 05:21:07 +02:00 committed by GitHub
parent 4161b6cfa5
commit bd13d83385
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
40 changed files with 888 additions and 8 deletions

View file

@ -0,0 +1,23 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.48mm Chunky @Creality CR-6 0.8",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common",
"initial_layer_line_width": "0.8",
"initial_layer_print_height": "0.48",
"inner_wall_line_width": "0.8",
"internal_solid_infill_line_width": "0.8",
"layer_height": "0.4",
"line_width": "0.8",
"outer_wall_line_width": "0.8",
"sparse_infill_line_width": "0.8",
"support_line_width": "0.8",
"top_shell_layers": "4",
"top_surface_line_width": "0.8",
"compatible_printers": [
"Creality CR-6 SE 0.8 nozzle",
"Creality CR-6 Max 0.8 nozzle"
]
}