New profile for Creality Ender 3 V3 KE (#3216)

* Added Creality Ender 3 V3 SE.

* Fixed fine profile.

* Optimized first layer speed (based on Creality Print)

* Brought back Ender-5 (2019)

* Setting Marlin 2 as gcode flavor

* Added Ender 3 V3 KE Profile

* Use inheritance for Ender-3 V3 filament profiles.

* Various improvements.

* Temperature optimisations (less power consumption)

* Added Ender 3 V3 KE Profile

* Tweaks for KE integration.

* Fixed some log errors.

* Optimizations

* Optimizations.

* Reverted support_interface_top_layers

* Added correct jerk and acceleration settings.

* Added correct jerk and acceleration.

* Added retraction speed.

* Re-added missing Ender-5 references in filaments.

* Inherits processes from process_common_klipper

* Reverted code simplification for inherited profiles.
This commit is contained in:
Thomas 2023-12-21 09:51:18 +01:00 committed by GitHub
parent e5bf702a3a
commit f5cbe6a38b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
19 changed files with 525 additions and 11 deletions

View File

@ -40,6 +40,10 @@
"name": "Creality Ender-3 V3 SE",
"sub_path": "machine/Creality Ender-3 V3 SE.json"
},
{
"name": "Creality Ender-3 V3 KE",
"sub_path": "machine/Creality Ender-3 V3 KE.json"
},
{
"name": "Creality Ender-5",
"sub_path": "machine/Creality Ender-5.json"
@ -166,6 +170,10 @@
"name": "0.12mm Fine @Creality Ender3V3SE",
"sub_path": "process/0.12mm Fine @Creality Ender3V3SE.json"
},
{
"name": "0.12mm Fine @Creality Ender3V3KE",
"sub_path": "process/0.12mm Fine @Creality Ender3V3KE.json"
},
{
"name": "0.12mm Detail @Creality Ender5Pro (2019) 0.2",
"sub_path": "process/0.12mm Detail @Creality Ender5Pro (2019) 0.2.json"
@ -210,6 +218,10 @@
"name": "0.16mm Optimal @Creality Ender3V3SE",
"sub_path": "process/0.16mm Optimal @Creality Ender3V3SE.json"
},
{
"name": "0.16mm Optimal @Creality Ender3V3KE",
"sub_path": "process/0.16mm Optimal @Creality Ender3V3KE.json"
},
{
"name": "0.16mm Optimal @Creality Ender5",
"sub_path": "process/0.16mm Optimal @Creality Ender5.json"
@ -298,6 +310,10 @@
"name": "0.20mm Standard @Creality Ender3V3SE",
"sub_path": "process/0.20mm Standard @Creality Ender3V3SE.json"
},
{
"name": "0.20mm Standard @Creality Ender3V3KE",
"sub_path": "process/0.20mm Standard @Creality Ender3V3KE.json"
},
{
"name": "0.20mm Standard @Creality Ender5",
"sub_path": "process/0.20mm Standard @Creality Ender5.json"
@ -678,6 +694,10 @@
"name": "Creality Ender-3 V3 SE 0.4 nozzle",
"sub_path": "machine/Creality Ender-3 V3 SE 0.4 nozzle.json"
},
{
"name": "Creality Ender-3 V3 KE 0.4 nozzle",
"sub_path": "machine/Creality Ender-3 V3 KE 0.4 nozzle.json"
},
{
"name": "Creality Ender-5 0.4 nozzle",
"sub_path": "machine/Creality Ender-5 0.4 nozzle.json"

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

@ -8,6 +8,7 @@
"filament_max_volumetric_speed": ["9"],
"slow_down_layer_time": ["5"],
"compatible_printers": [
"Creality Ender-3 V3 SE 0.4 nozzle"
"Creality Ender-3 V3 SE 0.4 nozzle",
"Creality Ender-3 V3 KE 0.4 nozzle"
]
}

View File

@ -8,6 +8,7 @@
"filament_max_volumetric_speed": ["9"],
"slow_down_layer_time": ["5"],
"compatible_printers": [
"Creality Ender-3 V3 SE 0.4 nozzle"
"Creality Ender-3 V3 SE 0.4 nozzle",
"Creality Ender-3 V3 KE 0.4 nozzle"
]
}

View File

@ -18,6 +18,7 @@
"nozzle_temperature_initial_layer": ["250"],
"nozzle_temperature": ["250"],
"compatible_printers": [
"Creality Ender-3 V3 SE 0.4 nozzle"
"Creality Ender-3 V3 SE 0.4 nozzle",
"Creality Ender-3 V3 KE 0.4 nozzle"
]
}

View File

@ -16,6 +16,7 @@
"hot_plate_temp_initial_layer" : ["45"],
"textured_plate_temp_initial_layer" : ["45"],
"compatible_printers": [
"Creality Ender-3 V3 SE 0.4 nozzle"
"Creality Ender-3 V3 SE 0.4 nozzle",
"Creality Ender-3 V3 KE 0.4 nozzle"
]
}

View File

@ -8,7 +8,8 @@
"filament_max_volumetric_speed": [
"23"
],
"compatible_printers": [
"Creality Ender-3 V3 SE 0.4 nozzle"
]
"compatible_printers": [
"Creality Ender-3 V3 SE 0.4 nozzle",
"Creality Ender-3 V3 KE 0.4 nozzle"
]
}

View File

@ -7,6 +7,7 @@
"inherits": "Creality Generic PLA @Ender-3V3-all",
"filament_max_volumetric_speed": ["18"],
"compatible_printers": [
"Creality Ender-3 V3 SE 0.4 nozzle"
"Creality Ender-3 V3 SE 0.4 nozzle",
"Creality Ender-3 V3 KE 0.4 nozzle"
]
}

View File

@ -7,6 +7,7 @@
"inherits": "Creality Generic PLA @Ender-3V3-all",
"filament_max_volumetric_speed": ["7.5"],
"compatible_printers": [
"Creality Ender-3 V3 SE 0.4 nozzle"
"Creality Ender-3 V3 SE 0.4 nozzle",
"Creality Ender-3 V3 KE 0.4 nozzle"
]
}

View File

@ -14,6 +14,7 @@
"filament_max_volumetric_speed": ["3.5"],
"slow_down_layer_time": ["5"],
"compatible_printers": [
"Creality Ender-3 V3 SE 0.4 nozzle"
"Creality Ender-3 V3 SE 0.4 nozzle",
"Creality Ender-3 V3 KE 0.4 nozzle"
]
}

View File

@ -0,0 +1,123 @@
{
"type": "machine",
"setting_id": "GM001",
"printer_settings_id": "Creality",
"name": "Creality Ender-3 V3 KE 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_creality_common",
"printer_model": "Creality Ender-3 V3 KE",
"gcode_flavor": "klipper",
"printer_structure": "i3",
"default_print_profile": "0.20mm Standard @Creality Ender3V3KE",
"extruder_clearance_height_to_rod": "47",
"extruder_clearance_max_radius": "90",
"extruder_clearance_radius": "90",
"machine_load_filament_time": "11",
"support_chamber_temp_control": "false",
"support_air_filtration": ["false"],
"nozzle_diameter": [
"0.4"
],
"printable_area": [
"0x0",
"220x0",
"220x220",
"0x220"
],
"printable_height": "240",
"nozzle_type": "brass",
"auxiliary_fan": "0",
"machine_max_acceleration_extruding": [
"8000",
"8000"
],
"machine_max_acceleration_retracting": [
"5000",
"5000"
],
"machine_max_acceleration_travel": [
"8000",
"8000"
],
"machine_max_acceleration_x": [
"8000",
"8000"
],
"machine_max_acceleration_y": [
"8000",
"8000"
],
"machine_max_acceleration_z": [
"500",
"500"
],
"machine_max_speed_e": [
"100",
"100"
],
"machine_max_speed_x": [
"500",
"500"
],
"machine_max_speed_y": [
"500",
"500"
],
"machine_max_speed_z": [
"30",
"30"
],
"machine_max_jerk_e": [
"5",
"5"
],
"machine_max_jerk_x": [
"10",
"10"
],
"machine_max_jerk_y": [
"10",
"10"
],
"machine_max_jerk_z": [
"0.4",
"0.4"
],
"max_layer_height": [
"0.36"
],
"min_layer_height": [
"0.08"
],
"retraction_minimum_travel": [
"2"
],
"retract_before_wipe": [
"70%"
],
"retraction_length": [
"0.5"
],
"retract_length_toolchange": [
"1"
],
"retraction_speed": [
"40"
],
"deretraction_speed": [
"40"
],
"z_hop": [
"0.1"
],
"single_extruder_multi_material": "1",
"change_filament_gcode": "PAUSE",
"machine_pause_gcode": "M25",
"default_filament_profile": [
"Creality Generic PLA @Ender-3V3-all"
],
"machine_start_gcode": "M220 S100 ;Reset Feedrate \nM221 S100 ;Reset Flowrate \n \nM140 S[bed_temperature_initial_layer_single] ;Set final bed temp \nG28 ;Home \n \nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nM104 S[nozzle_temperature_initial_layer] ;Set final nozzle temp \nG1 X-2.0 Y20 Z0.28 F5000.0 ;Move to start position \nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize \nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize \nG1 X-2.0 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line \nG1 X-1.7 Y145.0 Z0.28 F5000.0 ;Move to side a little \nG1 X-1.7 Y20 Z0.28 F1500.0 E30 ;Draw the second line \nG92 E0 ;Reset Extruder \nG1 E-1.0000 F1800 ;Retract a bit \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 E0.0000 F1800",
"machine_end_gcode": "G91 ;Relative positionning \nG1 E-2 F2700 ;Retract a bit \nG1 E-2 Z0.2 F2400 ;Retract and raise Z \nG1 X5 Y5 F3000 ;Wipe out \nG1 Z5 ;Raise Z more \nG90 ;Absolute positionning \n \nG1 X2 Y218 F3000 ;Present print \nM106 S0 ;Turn-off fan \nM104 S0 ;Turn-off hotend \nM140 S0 ;Turn-off bed \n \nM84 X Y E ;Disable all steppers but Z",
"scan_first_layer": "0"
}

View File

@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Creality Ender-3 V3 KE",
"model_id": "Creality-Ender3-V3-KE",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Creality",
"bed_model": "creality_ender3v3ke_buildplate_model.stl",
"bed_texture": "creality_ender3v3ke_buildplate_texture.png",
"hotend_model": "",
"default_materials": "Creality Generic PLA;Creality Generic PETG;Creality Generic ABS"
}

View File

@ -0,0 +1,117 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.12mm Fine @Creality Ender3V3KE",
"from": "system",
"inherits": "fdm_process_common_klipper",
"instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0",
"layer_height": "0.12",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "5",
"bottom_shell_thickness": "0",
"bridge_flow": "0.95",
"bridge_speed": "100",
"brim_type": "no_brim",
"brim_width": "0",
"brim_object_gap": "0.1",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"default_acceleration": "5000",
"top_surface_acceleration": "5000",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.4",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_acceleration": "500",
"travel_acceleration": "5000",
"inner_wall_acceleration": "5000",
"outer_wall_acceleration": "2000",
"initial_layer_line_width": "0.5",
"initial_layer_print_height": "0.2",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "25%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "44%",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.42",
"wall_loops": "2",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "2",
"skirt_height": "2",
"skirt_loops": "0",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.15",
"support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2",
"support_interface_speed": "100%",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "200",
"support_threshold_angle": "45",
"support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_layers": "5",
"top_shell_thickness": "0.8",
"initial_layer_speed": "50",
"initial_layer_infill_speed": "105",
"outer_wall_speed": "200",
"inner_wall_speed": "300",
"internal_solid_infill_speed": "300",
"top_surface_speed": "200",
"gap_infill_speed": "100",
"sparse_infill_speed": "300",
"travel_speed": "300",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"default_jerk": "30",
"outer_wall_jerk": "30",
"inner_wall_jerk": "30",
"infill_jerk": "30",
"top_surface_jerk": "15",
"initial_layer_jerk": "15",
"travel_jerk": "30",
"compatible_printers": [
"Creality Ender-3 V3 KE 0.4 nozzle"
]
}

View File

@ -0,0 +1,117 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.16mm Optimal @Creality Ender3V3KE",
"from": "system",
"inherits": "fdm_process_common_klipper",
"instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0",
"layer_height": "0.16",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "4",
"bottom_shell_thickness": "0",
"bridge_flow": "0.95",
"bridge_speed": "100",
"brim_type": "no_brim",
"brim_width": "0",
"brim_object_gap": "0.1",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"default_acceleration": "5000",
"top_surface_acceleration": "5000",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.4",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_acceleration": "500",
"travel_acceleration": "5000",
"inner_wall_acceleration": "5000",
"outer_wall_acceleration": "2000",
"initial_layer_line_width": "0.5",
"initial_layer_print_height": "0.2",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "25%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "44%",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.42",
"wall_loops": "2",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "2",
"skirt_height": "2",
"skirt_loops": "0",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.2",
"support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "4",
"support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2",
"support_interface_speed": "100%",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "200",
"support_threshold_angle": "45",
"support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_layers": "4",
"top_shell_thickness": "0.8",
"initial_layer_speed": "50",
"initial_layer_infill_speed": "105",
"outer_wall_speed": "200",
"inner_wall_speed": "300",
"internal_solid_infill_speed": "300",
"top_surface_speed": "200",
"gap_infill_speed": "100",
"sparse_infill_speed": "300",
"travel_speed": "300",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"default_jerk": "30",
"outer_wall_jerk": "30",
"inner_wall_jerk": "30",
"infill_jerk": "30",
"top_surface_jerk": "15",
"initial_layer_jerk": "15",
"travel_jerk": "30",
"compatible_printers": [
"Creality Ender-3 V3 KE 0.4 nozzle"
]
}

View File

@ -0,0 +1,117 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.20mm Standard @Creality Ender3V3KE",
"from": "system",
"inherits": "fdm_process_common_klipper",
"instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0",
"layer_height": "0.2",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "4",
"bottom_shell_thickness": "0",
"bridge_flow": "0.95",
"bridge_speed": "100",
"brim_type": "no_brim",
"brim_width": "0",
"brim_object_gap": "0.1",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"default_acceleration": "5000",
"top_surface_acceleration": "5000",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.4",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_acceleration": "500",
"travel_acceleration": "5000",
"inner_wall_acceleration": "5000",
"outer_wall_acceleration": "2000",
"initial_layer_line_width": "0.5",
"initial_layer_print_height": "0.2",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "25%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "44%",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.42",
"wall_loops": "2",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "2",
"skirt_height": "2",
"skirt_loops": "0",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.15",
"support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2",
"support_interface_speed": "100%",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "200",
"support_threshold_angle": "45",
"support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_layers": "4",
"top_shell_thickness": "0.8",
"initial_layer_speed": "50",
"initial_layer_infill_speed": "105",
"outer_wall_speed": "200",
"inner_wall_speed": "300",
"internal_solid_infill_speed": "300",
"top_surface_speed": "200",
"gap_infill_speed": "100",
"sparse_infill_speed": "300",
"travel_speed": "300",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"default_jerk": "30",
"outer_wall_jerk": "30",
"inner_wall_jerk": "30",
"infill_jerk": "30",
"top_surface_jerk": "15",
"initial_layer_jerk": "15",
"travel_jerk": "30",
"compatible_printers": [
"Creality Ender-3 V3 KE 0.4 nozzle"
]
}

View File

@ -69,7 +69,7 @@
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.2",
"support_top_z_distance": "0.15",
"support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0",