Creality K1 Profiles improvements (and K1C addition) (#3728)

* Added K1C and fixed some settings (took from config files instead of Creality Print)

* Files renaming

* New PLA-CF, prettify json for K1C, naming uniformisation, ...

* Port Special PLA profiles to K1/K1 Max

* Changed slow down layer time and slow down min speed in order to improve overall speed on details.

* Raised PLA bed temp to 55°C

* Optimisations for ABS, ASA and added Generic PC profile.

* Added PA-CF and fixed PC profiles.

* Added new filaments to default materials
This commit is contained in:
Thomas 2024-01-24 15:19:36 +01:00 committed by GitHub
parent 5ff00fb48c
commit 48541be681
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
53 changed files with 2554 additions and 66 deletions

View file

@ -14,6 +14,7 @@
"printable_height": "250",
"nozzle_type": "brass",
"auxiliary_fan": "1",
"support_multi_bed_types": "1",
"machine_max_acceleration_e": ["5000", "5000"],
"machine_max_acceleration_extruding": ["20000", "20000"],
"machine_max_acceleration_retracting": ["5000", "5000"],
@ -22,9 +23,9 @@
"machine_max_acceleration_y": ["20000", "20000"],
"machine_max_acceleration_z": ["500", "500"],
"machine_max_speed_e": ["100", "100"],
"machine_max_speed_x": ["1000", "1000"],
"machine_max_speed_y": ["1000", "1000"],
"machine_max_speed_z": ["30", "30"],
"machine_max_speed_x": ["800", "800"],
"machine_max_speed_y": ["800", "800"],
"machine_max_speed_z": ["20", "20"],
"machine_max_jerk_e": ["2.5", "2.5"],
"machine_max_jerk_x": ["12", "12"],
"machine_max_jerk_y": ["12", "12"],
@ -34,7 +35,7 @@
"printer_settings_id": "Creality",
"retraction_minimum_travel": ["2"],
"retract_before_wipe": ["70%"],
"retraction_length": ["0.5"],
"retraction_length": ["0.6"],
"retract_length_toolchange": ["1"],
"retraction_speed": ["40"],
"deretraction_speed": ["40"],
@ -46,12 +47,12 @@
"manual_filament_change": "1",
"change_filament_gcode": "PAUSE",
"machine_pause_gcode": "PAUSE",
"default_filament_profile": ["Creality Generic PLA"],
"default_filament_profile": ["Creality HF Generic PLA"],
"machine_start_gcode": "M140 S0\nM104 S0 \nSTART_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]",
"machine_end_gcode": "END_PRINT",
"scan_first_layer": "0",
"thumbnails": [
"96x96",
"300x300"
"100x100",
"320x320"
]
}

View file

@ -14,6 +14,7 @@
"printable_height": "250",
"nozzle_type": "brass",
"auxiliary_fan": "1",
"support_multi_bed_types": "1",
"machine_max_acceleration_e": ["5000", "5000"],
"machine_max_acceleration_extruding": ["20000", "20000"],
"machine_max_acceleration_retracting": ["5000", "5000"],
@ -22,9 +23,9 @@
"machine_max_acceleration_y": ["20000", "20000"],
"machine_max_acceleration_z": ["500", "500"],
"machine_max_speed_e": ["100", "100"],
"machine_max_speed_x": ["1000", "1000"],
"machine_max_speed_y": ["1000", "1000"],
"machine_max_speed_z": ["30", "30"],
"machine_max_speed_x": ["800", "800"],
"machine_max_speed_y": ["800", "800"],
"machine_max_speed_z": ["20", "20"],
"machine_max_jerk_e": ["2.5", "2.5"],
"machine_max_jerk_x": ["12", "12"],
"machine_max_jerk_y": ["12", "12"],
@ -46,12 +47,12 @@
"manual_filament_change": "1",
"change_filament_gcode": "PAUSE",
"machine_pause_gcode": "PAUSE",
"default_filament_profile": ["Creality Generic PLA"],
"default_filament_profile": ["Creality HF Generic PLA"],
"machine_start_gcode": "M140 S0\nM104 S0 \nSTART_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]",
"machine_end_gcode": "END_PRINT",
"scan_first_layer": "0",
"thumbnails": [
"96x96",
"300x300"
"100x100",
"320x320"
]
}

View file

@ -14,6 +14,7 @@
"printable_height": "250",
"nozzle_type": "brass",
"auxiliary_fan": "1",
"support_multi_bed_types": "1",
"machine_max_acceleration_e": ["5000", "5000"],
"machine_max_acceleration_extruding": ["20000", "20000"],
"machine_max_acceleration_retracting": ["5000", "5000"],
@ -22,9 +23,9 @@
"machine_max_acceleration_y": ["20000", "20000"],
"machine_max_acceleration_z": ["500", "500"],
"machine_max_speed_e": ["100", "100"],
"machine_max_speed_x": ["1000", "1000"],
"machine_max_speed_y": ["1000", "1000"],
"machine_max_speed_z": ["30", "30"],
"machine_max_speed_x": ["800", "800"],
"machine_max_speed_y": ["800", "800"],
"machine_max_speed_z": ["20", "20"],
"machine_max_jerk_e": ["2.5", "2.5"],
"machine_max_jerk_x": ["12", "12"],
"machine_max_jerk_y": ["12", "12"],
@ -46,12 +47,12 @@
"manual_filament_change": "1",
"change_filament_gcode": "PAUSE",
"machine_pause_gcode": "PAUSE",
"default_filament_profile": ["Creality Generic PLA"],
"default_filament_profile": ["Creality HF Generic PLA"],
"machine_start_gcode": "M140 S0\nM104 S0 \nSTART_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]",
"machine_end_gcode": "END_PRINT",
"scan_first_layer": "0",
"thumbnails": [
"96x96",
"300x300"
"100x100",
"320x320"
]
}

View file

@ -15,6 +15,7 @@
"nozzle_type": "hardened_steel",
"auxiliary_fan": "1",
"support_air_filtration": "1",
"support_multi_bed_types": "1",
"machine_max_acceleration_e": ["5000", "5000"],
"machine_max_acceleration_extruding": ["20000", "20000"],
"machine_max_acceleration_retracting": ["5000", "5000"],
@ -23,9 +24,9 @@
"machine_max_acceleration_y": ["20000", "20000"],
"machine_max_acceleration_z": ["500", "500"],
"machine_max_speed_e": ["100", "100"],
"machine_max_speed_x": ["1000", "1000"],
"machine_max_speed_y": ["1000", "1000"],
"machine_max_speed_z": ["30", "30"],
"machine_max_speed_x": ["800", "800"],
"machine_max_speed_y": ["800", "800"],
"machine_max_speed_z": ["20", "20"],
"machine_max_jerk_e": ["2.5", "2.5"],
"machine_max_jerk_x": ["12", "12"],
"machine_max_jerk_y": ["12", "12"],
@ -35,7 +36,7 @@
"printer_settings_id": "Creality",
"retraction_minimum_travel": ["2"],
"retract_before_wipe": ["70%"],
"retraction_length": ["0.5"],
"retraction_length": ["0.6"],
"retract_length_toolchange": ["1"],
"retraction_speed": ["40"],
"deretraction_speed": ["40"],
@ -47,12 +48,12 @@
"manual_filament_change": "1",
"change_filament_gcode": "PAUSE",
"machine_pause_gcode": "PAUSE",
"default_filament_profile": ["Creality Generic PLA"],
"default_filament_profile": ["Creality HF Generic PLA"],
"machine_start_gcode": "M140 S0\nM104 S0 \nSTART_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]",
"machine_end_gcode": "END_PRINT",
"scan_first_layer": "0",
"thumbnails": [
"96x96",
"300x300"
"100x100",
"320x320"
]
}

View file

@ -15,6 +15,7 @@
"nozzle_type": "hardened_steel",
"auxiliary_fan": "1",
"support_air_filtration": "1",
"support_multi_bed_types": "1",
"machine_max_acceleration_e": ["5000", "5000"],
"machine_max_acceleration_extruding": ["20000", "20000"],
"machine_max_acceleration_retracting": ["5000", "5000"],
@ -23,9 +24,9 @@
"machine_max_acceleration_y": ["20000", "20000"],
"machine_max_acceleration_z": ["500", "500"],
"machine_max_speed_e": ["100", "100"],
"machine_max_speed_x": ["1000", "1000"],
"machine_max_speed_y": ["1000", "1000"],
"machine_max_speed_z": ["30", "30"],
"machine_max_speed_x": ["800", "800"],
"machine_max_speed_y": ["800", "800"],
"machine_max_speed_z": ["20", "20"],
"machine_max_jerk_e": ["2.5", "2.5"],
"machine_max_jerk_x": ["12", "12"],
"machine_max_jerk_y": ["12", "12"],
@ -47,12 +48,12 @@
"manual_filament_change": "1",
"change_filament_gcode": "PAUSE",
"machine_pause_gcode": "PAUSE",
"default_filament_profile": ["Creality Generic PLA"],
"default_filament_profile": ["Creality HF Generic PLA"],
"machine_start_gcode": "M140 S0\nM104 S0 \nSTART_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]",
"machine_end_gcode": "END_PRINT",
"scan_first_layer": "0",
"thumbnails": [
"96x96",
"300x300"
"100x100",
"320x320"
]
}

View file

@ -15,6 +15,7 @@
"nozzle_type": "hardened_steel",
"auxiliary_fan": "1",
"support_air_filtration": "1",
"support_multi_bed_types": "1",
"machine_max_acceleration_e": ["5000", "5000"],
"machine_max_acceleration_extruding": ["20000", "20000"],
"machine_max_acceleration_retracting": ["5000", "5000"],
@ -23,9 +24,9 @@
"machine_max_acceleration_y": ["20000", "20000"],
"machine_max_acceleration_z": ["500", "500"],
"machine_max_speed_e": ["100", "100"],
"machine_max_speed_x": ["1000", "1000"],
"machine_max_speed_y": ["1000", "1000"],
"machine_max_speed_z": ["30", "30"],
"machine_max_speed_x": ["800", "800"],
"machine_max_speed_y": ["800", "800"],
"machine_max_speed_z": ["20", "20"],
"machine_max_jerk_e": ["2.5", "2.5"],
"machine_max_jerk_x": ["12", "12"],
"machine_max_jerk_y": ["12", "12"],
@ -47,12 +48,12 @@
"manual_filament_change": "1",
"change_filament_gcode": "PAUSE",
"machine_pause_gcode": "PAUSE",
"default_filament_profile": ["Creality Generic PLA"],
"default_filament_profile": ["Creality HF Generic PLA"],
"machine_start_gcode": "M140 S0\nM104 S0 \nSTART_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]",
"machine_end_gcode": "END_PRINT",
"scan_first_layer": "0",
"thumbnails": [
"96x96",
"300x300"
"100x100",
"320x320"
]
}

View file

@ -8,5 +8,5 @@
"bed_model": "creality_k1max_buildplate_model.stl",
"bed_texture": "creality_k1max_buildplate_texture.png",
"hotend_model": "",
"default_materials": "Creality Generic PLA;Creality HF Generic PLA;Creality HF Generic Speed PLA;Creality Generic PETG;Creality Generic TPU;Creality Generic ABS"
"default_materials": "Creality Generic ABS;Creality Generic ASA;Creality Generic PA-CF @K1-all;Creality Generic PC @K1-all;Creality Generic PETG;Creality Generic PLA;Creality HF Generic PLA;Creality HF Generic Speed PLA;Creality Generic PLA High Speed @K1-all;Creality Generic PLA Matte @K1-all;Creality Generic PLA Silk @K1-all;Creality Generic PLA-CF @K1-all;Creality Generic TPU"
}

View file

@ -8,5 +8,5 @@
"bed_model": "creality_k1_buildplate_model.stl",
"bed_texture": "creality_k1_buildplate_texture.png",
"hotend_model": "",
"default_materials": "Creality Generic PLA;Creality HF Generic PLA;Creality HF Generic Speed PLA;Creality Generic PETG;Creality Generic TPU;Creality Generic ABS"
"default_materials": "Creality Generic ABS;Creality Generic ASA;Creality Generic PC @K1-all;Creality Generic PLA;Creality HF Generic PLA;Creality HF Generic Speed PLA;Creality Generic PLA High Speed @K1-all;Creality Generic PLA Matte @K1-all;Creality Generic PLA Silk @K1-all;Creality Generic PETG;Creality Generic TPU"
}

View file

@ -0,0 +1,131 @@
{
"type": "machine",
"setting_id": "GM001",
"name": "Creality K1C 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_creality_common",
"printer_model": "Creality K1C",
"gcode_flavor": "klipper",
"default_print_profile": "0.20mm Standard @Creality K1C (0.4 nozzle)",
"nozzle_diameter": [
"0.4"
],
"printer_variant": "0.4",
"printable_area": [
"0x0",
"220x0",
"220x220",
"0x220"
],
"printable_height": "250",
"nozzle_type": "hardened_steel",
"auxiliary_fan": "1",
"support_air_filtration": "1",
"support_multi_bed_types": "1",
"machine_max_acceleration_e": [
"5000",
"5000"
],
"machine_max_acceleration_extruding": [
"20000",
"20000"
],
"machine_max_acceleration_retracting": [
"5000",
"5000"
],
"machine_max_acceleration_travel": [
"9000",
"9000"
],
"machine_max_acceleration_x": [
"20000",
"20000"
],
"machine_max_acceleration_y": [
"20000",
"20000"
],
"machine_max_acceleration_z": [
"500",
"500"
],
"machine_max_speed_e": [
"100",
"100"
],
"machine_max_speed_x": [
"800",
"800"
],
"machine_max_speed_y": [
"800",
"800"
],
"machine_max_speed_z": [
"20",
"20"
],
"machine_max_jerk_e": [
"2.5",
"2.5"
],
"machine_max_jerk_x": [
"12",
"12"
],
"machine_max_jerk_y": [
"12",
"12"
],
"machine_max_jerk_z": [
"2",
"2"
],
"max_layer_height": [
"0.3"
],
"min_layer_height": [
"0.08"
],
"printer_settings_id": "Creality",
"retraction_minimum_travel": [
"2"
],
"retract_before_wipe": [
"70%"
],
"retraction_length": [
"0.6"
],
"retract_length_toolchange": [
"1"
],
"retraction_speed": [
"40"
],
"deretraction_speed": [
"40"
],
"extruder_clearance_height_to_lid": "101",
"extruder_clearance_height_to_rod": "45",
"extruder_clearance_radius": "45",
"z_hop": [
"0.2"
],
"single_extruder_multi_material": "1",
"manual_filament_change": "1",
"change_filament_gcode": "PAUSE",
"machine_pause_gcode": "PAUSE",
"default_filament_profile": [
"Creality Generic PLA @K1-all"
],
"machine_start_gcode": "M140 S0\nM104 S0 \nSTART_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]",
"machine_end_gcode": "END_PRINT",
"scan_first_layer": "0",
"thumbnails": [
"100x100",
"320x320"
]
}

View file

@ -0,0 +1,131 @@
{
"type": "machine",
"setting_id": "GM001",
"name": "Creality K1C 0.6 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_creality_common",
"printer_model": "Creality K1C",
"gcode_flavor": "klipper",
"default_print_profile": "0.30mm Standard @Creality K1C (0.6 nozzle)",
"nozzle_diameter": [
"0.6"
],
"printer_variant": "0.6",
"printable_area": [
"0x0",
"220x0",
"220x220",
"0x220"
],
"printable_height": "250",
"nozzle_type": "hardened_steel",
"auxiliary_fan": "1",
"support_air_filtration": "1",
"support_multi_bed_types": "1",
"machine_max_acceleration_e": [
"5000",
"5000"
],
"machine_max_acceleration_extruding": [
"20000",
"20000"
],
"machine_max_acceleration_retracting": [
"5000",
"5000"
],
"machine_max_acceleration_travel": [
"9000",
"9000"
],
"machine_max_acceleration_x": [
"20000",
"20000"
],
"machine_max_acceleration_y": [
"20000",
"20000"
],
"machine_max_acceleration_z": [
"500",
"500"
],
"machine_max_speed_e": [
"100",
"100"
],
"machine_max_speed_x": [
"1000",
"1000"
],
"machine_max_speed_y": [
"1000",
"1000"
],
"machine_max_speed_z": [
"30",
"30"
],
"machine_max_jerk_e": [
"2.5",
"2.5"
],
"machine_max_jerk_x": [
"12",
"12"
],
"machine_max_jerk_y": [
"12",
"12"
],
"machine_max_jerk_z": [
"2",
"2"
],
"max_layer_height": [
"0.4"
],
"min_layer_height": [
"0.08"
],
"printer_settings_id": "Creality",
"retraction_minimum_travel": [
"2"
],
"retract_before_wipe": [
"70%"
],
"retraction_length": [
"0.5"
],
"retract_length_toolchange": [
"1"
],
"retraction_speed": [
"40"
],
"deretraction_speed": [
"40"
],
"extruder_clearance_height_to_lid": "101",
"extruder_clearance_height_to_rod": "45",
"extruder_clearance_radius": "45",
"z_hop": [
"0.2"
],
"single_extruder_multi_material": "1",
"manual_filament_change": "1",
"change_filament_gcode": "PAUSE",
"machine_pause_gcode": "PAUSE",
"default_filament_profile": [
"Creality Generic PLA @K1-all"
],
"machine_start_gcode": "M140 S0\nM104 S0 \nSTART_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]",
"machine_end_gcode": "END_PRINT",
"scan_first_layer": "0",
"thumbnails": [
"100x100",
"320x320"
]
}

View file

@ -0,0 +1,131 @@
{
"type": "machine",
"setting_id": "GM001",
"name": "Creality K1C 0.8 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_creality_common",
"printer_model": "Creality K1C",
"gcode_flavor": "klipper",
"default_print_profile": "0.40mm Standard @Creality K1C (0.8 nozzle)",
"nozzle_diameter": [
"0.8"
],
"printer_variant": "0.8",
"printable_area": [
"0x0",
"220x0",
"220x220",
"0x220"
],
"printable_height": "250",
"nozzle_type": "hardened_steel",
"auxiliary_fan": "1",
"support_air_filtration": "1",
"support_multi_bed_types": "1",
"machine_max_acceleration_e": [
"5000",
"5000"
],
"machine_max_acceleration_extruding": [
"20000",
"20000"
],
"machine_max_acceleration_retracting": [
"5000",
"5000"
],
"machine_max_acceleration_travel": [
"9000",
"9000"
],
"machine_max_acceleration_x": [
"20000",
"20000"
],
"machine_max_acceleration_y": [
"20000",
"20000"
],
"machine_max_acceleration_z": [
"500",
"500"
],
"machine_max_speed_e": [
"100",
"100"
],
"machine_max_speed_x": [
"1000",
"1000"
],
"machine_max_speed_y": [
"1000",
"1000"
],
"machine_max_speed_z": [
"30",
"30"
],
"machine_max_jerk_e": [
"2.5",
"2.5"
],
"machine_max_jerk_x": [
"12",
"12"
],
"machine_max_jerk_y": [
"12",
"12"
],
"machine_max_jerk_z": [
"2",
"2"
],
"max_layer_height": [
"0.5"
],
"min_layer_height": [
"0.08"
],
"printer_settings_id": "Creality",
"retraction_minimum_travel": [
"2"
],
"retract_before_wipe": [
"70%"
],
"retraction_length": [
"0.5"
],
"retract_length_toolchange": [
"1"
],
"retraction_speed": [
"40"
],
"deretraction_speed": [
"40"
],
"extruder_clearance_height_to_lid": "101",
"extruder_clearance_height_to_rod": "45",
"extruder_clearance_radius": "45",
"z_hop": [
"0.2"
],
"single_extruder_multi_material": "1",
"manual_filament_change": "1",
"change_filament_gcode": "PAUSE",
"machine_pause_gcode": "PAUSE",
"default_filament_profile": [
"Creality Generic PLA @K1-all"
],
"machine_start_gcode": "M140 S0\nM104 S0 \nSTART_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]",
"machine_end_gcode": "END_PRINT",
"scan_first_layer": "0",
"thumbnails": [
"100x100",
"320x320"
]
}

View file

@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Creality K1C",
"model_id": "Creality-K1C",
"nozzle_diameter": "0.4;0.6;0.8",
"machine_tech": "FFF",
"family": "Creality",
"bed_model": "creality_k1c_buildplate_model.stl",
"bed_texture": "creality_k1c_buildplate_texture.png",
"hotend_model": "",
"default_materials": "Creality Generic ABS @K1-all;Creality Generic ASA @K1-all;Creality Generic PA-CF @K1-all;Creality Generic PC @K1-all;Creality Generic PETG @K1-all;Creality Generic PLA @K1-all;Creality Generic PLA High Speed @K1-all;Creality Generic PLA Matte @K1-all;Creality Generic PLA Silk @K1-all;Creality Generic PLA-CF @K1-all;Creality Generic TPU @K1-all"
}