Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Creality 3D Printer Models K1 and K1 Max #2914

Merged
merged 3 commits into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 58 additions & 2 deletions resources/profiles/Creality.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,15 @@
{
"name": "Creality CR-6 Max",
"sub_path": "machine/Creality CR-6 Max.json"
}
},
{
"name": "Creality K1",
"sub_path": "machine/Creality K1.json"
},
{
"name": "Creality K1 Max",
"sub_path": "machine/Creality K1 Max.json"
}
],
"process_list": [
{
Expand Down Expand Up @@ -138,6 +146,14 @@
"name": "0.16mm Optimal @Creality Ender6",
"sub_path": "process/0.16mm Optimal @Creality Ender6.json"
},
{
"name": "0.16mm Optimal @Creality K1 0.4 nozzle",
"sub_path": "process/0.16mm Optimal @Creality K1 0.4 nozzle.json"
},
{
"name": "0.16mm Optimal @Creality K1Max 0.4 nozzle",
"sub_path": "process/0.16mm Optimal @Creality K1Max 0.4 nozzle.json"
},
{
"name": "0.20mm Normal @Creality CR-6",
"sub_path": "process/0.20mm Normal @Creality CR-6.json"
Expand Down Expand Up @@ -182,10 +198,26 @@
"name": "0.20mm Standard @Creality Ender6",
"sub_path": "process/0.20mm Standard @Creality Ender6.json"
},
{
"name": "0.20mm Standard @Creality K1 0.4 nozzle",
"sub_path": "process/0.20mm Standard @Creality K1 0.4 nozzle.json"
},
{
"name": "0.20mm Standard @Creality K1Max 0.4 nozzle",
"sub_path": "process/0.20mm Standard @Creality K1Max 0.4 nozzle.json"
},
{
"name": "0.24mm Draft @Creality CR10Max",
"sub_path": "process/0.24mm Draft @Creality CR10Max.json"
},
{
"name": "0.24mm Draft @Creality K1 0.4 nozzle",
"sub_path": "process/0.24mm Draft @Creality K1 0.4 nozzle.json"
},
{
"name": "0.24mm Draft @Creality K1Max 0.4 nozzle",
"sub_path": "process/0.24mm Draft @Creality K1Max 0.4 nozzle.json"
},
{
"name": "0.24mm Draft @Creality Ender3V2",
"sub_path": "process/0.24mm Draft @Creality Ender3V2.json"
Expand Down Expand Up @@ -260,6 +292,10 @@
"name": "fdm_filament_abs",
"sub_path": "filament/fdm_filament_abs.json"
},
{
"name": "fdm_filament_asa",
"sub_path": "filament/fdm_filament_asa.json"
},
{
"name": "fdm_filament_pet",
"sub_path": "filament/fdm_filament_pet.json"
Expand All @@ -268,10 +304,18 @@
"name": "fdm_filament_pla",
"sub_path": "filament/fdm_filament_pla.json"
},
{
"name": "fdm_filament_tpu",
"sub_path": "filament/fdm_filament_tpu.json"
},
{
"name": "Generic ABS @Creality",
"sub_path": "filament/Generic ABS @Creality.json"
},
{
"name": "Generic ASA @Creality",
"sub_path": "filament/Generic ASA @Creality.json"
},
{
"name": "Generic PETG @Creality",
"sub_path": "filament/Generic PETG @Creality.json"
Expand All @@ -280,6 +324,10 @@
"name": "Generic PLA @Creality",
"sub_path": "filament/Generic PLA @Creality.json"
},
{
"name": "Generic TPU @Creality",
"sub_path": "filament/Generic TPU @Creality.json"
},
{
"name": "Generic PETG @Creality CR-6",
"sub_path": "filament/Generic PETG @Creality CR-6.json"
Expand Down Expand Up @@ -373,6 +421,14 @@
{
"name": "Creality CR-6 Max 0.8 nozzle",
"sub_path": "machine/Creality CR-6 Max 0.8 nozzle.json"
}
},
{
"name": "Creality K1 0.4 nozzle",
"sub_path": "machine/Creality K1 0.4 nozzle.json"
},
{
"name": "Creality K1 Max 0.4 nozzle",
"sub_path": "machine/Creality K1 Max 0.4 nozzle.json"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/profiles/Creality/Creality K1_cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"Creality Ender-5 Plus 0.4 nozzle",
"Creality Ender-5S 0.4 nozzle",
"Creality Ender-5 S1 0.4 nozzle",
"Creality Ender-6 0.4 nozzle"
"Creality Ender-6 0.4 nozzle",
"Creality K1 0.4 nozzle",
"Creality K1 Max 0.4 nozzle"
]
}
29 changes: 29 additions & 0 deletions resources/profiles/Creality/filament/Generic ASA @Creality.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"type": "filament",
"filament_id": "GFB98",
"setting_id": "GFSA04_CREALITY_00",
"name": "Generic ASA @Creality",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_asa",
"filament_flow_ratio": [
"0.926"
],
"filament_max_volumetric_speed": [
"12"
],
"compatible_printers": [
"Creality CR-10 V2 0.4 nozzle",
"Creality CR-10 Max 0.4 nozzle",
"Creality Ender-3 V2 0.4 nozzle",
"Creality Ender-3 S1 0.4 nozzle",
"Creality Ender-3 S1 Pro 0.4 nozzle",
"Creality Ender-5 0.4 nozzle",
"Creality Ender-5 Plus 0.4 nozzle",
"Creality Ender-5S 0.4 nozzle",
"Creality Ender-5 S1 0.4 nozzle",
"Creality Ender-6 0.4 nozzle",
"Creality K1 0.4 nozzle",
"Creality K1 Max 0.4 nozzle"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
"Creality Ender-5 Plus 0.4 nozzle",
"Creality Ender-5S 0.4 nozzle",
"Creality Ender-5 S1 0.4 nozzle",
"Creality Ender-6 0.4 nozzle"
"Creality Ender-6 0.4 nozzle",
"Creality K1 0.4 nozzle",
"Creality K1 Max 0.4 nozzle"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"Creality Ender-5 Plus 0.4 nozzle",
"Creality Ender-5S 0.4 nozzle",
"Creality Ender-5 S1 0.4 nozzle",
"Creality Ender-6 0.4 nozzle"
"Creality Ender-6 0.4 nozzle",
"Creality K1 0.4 nozzle",
"Creality K1 Max 0.4 nozzle"
]
}
26 changes: 26 additions & 0 deletions resources/profiles/Creality/filament/Generic TPU @Creality.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"type": "filament",
"filament_id": "GFU99",
"setting_id": "GFU99_CREALITY_00",
"name": "Generic TPU @Creality",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_tpu",
"filament_max_volumetric_speed": [
"3.2"
],
"compatible_printers": [
"Creality CR-10 V2 0.4 nozzle",
"Creality CR-10 Max 0.4 nozzle",
"Creality Ender-3 V2 0.4 nozzle",
"Creality Ender-3 S1 0.4 nozzle",
"Creality Ender-3 S1 Pro 0.4 nozzle",
"Creality Ender-5 0.4 nozzle",
"Creality Ender-5 Plus 0.4 nozzle",
"Creality Ender-5S 0.4 nozzle",
"Creality Ender-5 S1 0.4 nozzle",
"Creality Ender-6 0.4 nozzle",
"Creality K1 0.4 nozzle",
"Creality K1 Max 0.4 nozzle"
]
}
82 changes: 82 additions & 0 deletions resources/profiles/Creality/filament/fdm_filament_asa.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
{
"type": "filament",
"name": "fdm_filament_asa",
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_common",
"cool_plate_temp" : [
"105"
],
"eng_plate_temp" : [
"105"
],
"hot_plate_temp" : [
"105"
],
"cool_plate_temp_initial_layer" : [
"105"
],
"eng_plate_temp_initial_layer" : [
"105"
],
"hot_plate_temp_initial_layer" : [
"105"
],
"slow_down_for_layer_cooling": [
"1"
],
"close_fan_the_first_x_layers": [
"3"
],
"fan_cooling_layer_time": [
"35"
],
"filament_max_volumetric_speed": [
"28.6"
],
"filament_type": [
"ASA"
],
"filament_density": [
"1.04"
],
"filament_cost": [
"20"
],
"nozzle_temperature_initial_layer": [
"260"
],
"reduce_fan_stop_start_freq": [
"1"
],
"fan_max_speed": [
"80"
],
"fan_min_speed": [
"10"
],
"overhang_fan_threshold": [
"25%"
],
"overhang_fan_speed": [
"80"
],
"nozzle_temperature": [
"260"
],
"temperature_vitrification": [
"110"
],
"nozzle_temperature_range_low": [
"240"
],
"nozzle_temperature_range_high": [
"270"
],
"slow_down_min_speed": [
"10"
],
"slow_down_layer_time": [
"3"
]
}
82 changes: 82 additions & 0 deletions resources/profiles/Creality/filament/fdm_filament_tpu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
{
"type": "filament",
"name": "fdm_filament_tpu",
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_common",
"cool_plate_temp" : [
"30"
],
"eng_plate_temp" : [
"30"
],
"hot_plate_temp" : [
"35"
],
"cool_plate_temp_initial_layer" : [
"30"
],
"eng_plate_temp_initial_layer" : [
"30"
],
"hot_plate_temp_initial_layer" : [
"35"
],
"fan_cooling_layer_time": [
"100"
],
"filament_max_volumetric_speed": [
"15"
],
"filament_type": [
"TPU"
],
"filament_density": [
"1.24"
],
"filament_cost": [
"20"
],
"filament_retraction_length": [
"0.4"
],
"nozzle_temperature_initial_layer": [
"240"
],
"reduce_fan_stop_start_freq": [
"1"
],
"slow_down_for_layer_cooling": [
"1"
],
"fan_max_speed": [
"100"
],
"fan_min_speed": [
"100"
],
"overhang_fan_speed": [
"100"
],
"additional_cooling_fan_speed": [
"70"
],
"close_fan_the_first_x_layers": [
"1"
],
"nozzle_temperature": [
"240"
],
"temperature_vitrification": [
"60"
],
"nozzle_temperature_range_low": [
"200"
],
"nozzle_temperature_range_high": [
"250"
],
"filament_start_gcode": [
"; filament start gcode\n"
]
}
Loading
Loading