From 72933ebc85bc91917b0be6862384e147f7a6c113 Mon Sep 17 00:00:00 2001 From: Dima Buzdyk <46728448+buzzhuzz@users.noreply.github.com> Date: Tue, 9 Apr 2024 17:42:22 +0500 Subject: [PATCH] Series of fixes for the Creality Ender 3 V3 SE (#4813) * e3v3se: disable m73 as not supported in FW * e3v3se: remove thumbnails Remove thumbnails generation to not confuse users. Currently event CrealityPrint does not generate thumbnails for the E3 V3 SE. * e3v3se: update motion capabilities Update motion parameters for the Ender 3 V3 SE profiles: - max acceleration on all axis to 2500 as per product spec - max X and Y speeds to 250 as per product spec - max Z speed to 5 as set in factory defaults (M502, M503) - max E speed to 40 as presented in recommended print parameters on the product page Product spec sheet: https://wiki.creality.com/en/ender-series/ender-3-v3-se/quick-start-guide/user-manual --- .../Creality Ender-3 V3 SE 0.2 nozzle.json | 35 +++++++++---------- .../Creality Ender-3 V3 SE 0.4 nozzle.json | 35 +++++++++---------- .../Creality Ender-3 V3 SE 0.6 nozzle.json | 35 +++++++++---------- .../Creality Ender-3 V3 SE 0.8 nozzle.json | 35 +++++++++---------- 4 files changed, 68 insertions(+), 72 deletions(-) diff --git a/resources/profiles/Creality/machine/Creality Ender-3 V3 SE 0.2 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 V3 SE 0.2 nozzle.json index 0ad4760407..c004b1c4ca 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 V3 SE 0.2 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 V3 SE 0.2 nozzle.json @@ -28,44 +28,44 @@ "nozzle_type": "brass", "auxiliary_fan": "0", "machine_max_acceleration_extruding": [ - "5000", - "5000" + "2500", + "2500" ], "machine_max_acceleration_retracting": [ "2500", "2500" ], "machine_max_acceleration_travel": [ - "5000", - "5000" + "2500", + "2500" ], "machine_max_acceleration_x": [ - "5000", - "5000" + "2500", + "2500" ], "machine_max_acceleration_y": [ - "5000", - "5000" + "2500", + "2500" ], "machine_max_acceleration_z": [ "500", "500" ], "machine_max_speed_e": [ - "100", - "100" + "40", + "40" ], "machine_max_speed_x": [ - "500", - "500" + "250", + "250" ], "machine_max_speed_y": [ - "500", - "500" + "250", + "250" ], "machine_max_speed_z": [ - "30", - "30" + "5", + "5" ], "machine_max_jerk_e": [ "5", @@ -117,8 +117,7 @@ "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 \nM420 S1; Enable mesh leveling \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.1 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.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line \nG1 X-2.4 Y145.0 Z0.28 F5000.0 ;Move to side a little \nG1 X-2.4 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 Z10 ;Raise Z more \nG90 ;Absolute positionning \n \nG1 X0 Y220 ;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", + "disable_m73": "1", "thumbnails": [ - "96x96", - "300x300" ] } \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-3 V3 SE 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 V3 SE 0.4 nozzle.json index 78153de123..532c2b1bfe 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 V3 SE 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 V3 SE 0.4 nozzle.json @@ -28,44 +28,44 @@ "nozzle_type": "brass", "auxiliary_fan": "0", "machine_max_acceleration_extruding": [ - "5000", - "5000" + "2500", + "2500" ], "machine_max_acceleration_retracting": [ "2500", "2500" ], "machine_max_acceleration_travel": [ - "5000", - "5000" + "2500", + "2500" ], "machine_max_acceleration_x": [ - "5000", - "5000" + "2500", + "2500" ], "machine_max_acceleration_y": [ - "5000", - "5000" + "2500", + "2500" ], "machine_max_acceleration_z": [ "500", "500" ], "machine_max_speed_e": [ - "100", - "100" + "40", + "40" ], "machine_max_speed_x": [ - "500", - "500" + "250", + "250" ], "machine_max_speed_y": [ - "500", - "500" + "250", + "250" ], "machine_max_speed_z": [ - "30", - "30" + "5", + "5" ], "machine_max_jerk_e": [ "5", @@ -117,8 +117,7 @@ "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 \nM420 S1; Enable mesh leveling \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.1 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.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line \nG1 X-2.4 Y145.0 Z0.28 F5000.0 ;Move to side a little \nG1 X-2.4 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 Z10 ;Raise Z more \nG90 ;Absolute positionning \n \nG1 X0 Y220 ;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", + "disable_m73": "1", "thumbnails": [ - "96x96", - "300x300" ] } \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-3 V3 SE 0.6 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 V3 SE 0.6 nozzle.json index 75b28a18ae..f8f186ad43 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 V3 SE 0.6 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 V3 SE 0.6 nozzle.json @@ -28,44 +28,44 @@ "nozzle_type": "brass", "auxiliary_fan": "0", "machine_max_acceleration_extruding": [ - "5000", - "5000" + "2500", + "2500" ], "machine_max_acceleration_retracting": [ "2500", "2500" ], "machine_max_acceleration_travel": [ - "5000", - "5000" + "2500", + "2500" ], "machine_max_acceleration_x": [ - "5000", - "5000" + "2500", + "2500" ], "machine_max_acceleration_y": [ - "5000", - "5000" + "2500", + "2500" ], "machine_max_acceleration_z": [ "500", "500" ], "machine_max_speed_e": [ - "100", - "100" + "40", + "40" ], "machine_max_speed_x": [ - "500", - "500" + "250", + "250" ], "machine_max_speed_y": [ - "500", - "500" + "250", + "250" ], "machine_max_speed_z": [ - "30", - "30" + "5", + "5" ], "machine_max_jerk_e": [ "5", @@ -117,8 +117,7 @@ "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 \nM420 S1; Enable mesh leveling \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.1 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.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line \nG1 X-2.4 Y145.0 Z0.28 F5000.0 ;Move to side a little \nG1 X-2.4 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 Z10 ;Raise Z more \nG90 ;Absolute positionning \n \nG1 X0 Y220 ;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", + "disable_m73": "1", "thumbnails": [ - "96x96", - "300x300" ] } \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality Ender-3 V3 SE 0.8 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 V3 SE 0.8 nozzle.json index 59e8f249dc..036ea052e3 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 V3 SE 0.8 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 V3 SE 0.8 nozzle.json @@ -28,44 +28,44 @@ "nozzle_type": "brass", "auxiliary_fan": "0", "machine_max_acceleration_extruding": [ - "5000", - "5000" + "2500", + "2500" ], "machine_max_acceleration_retracting": [ "2500", "2500" ], "machine_max_acceleration_travel": [ - "5000", - "5000" + "2500", + "2500" ], "machine_max_acceleration_x": [ - "5000", - "5000" + "2500", + "2500" ], "machine_max_acceleration_y": [ - "5000", - "5000" + "2500", + "2500" ], "machine_max_acceleration_z": [ "500", "500" ], "machine_max_speed_e": [ - "100", - "100" + "40", + "40" ], "machine_max_speed_x": [ - "500", - "500" + "250", + "250" ], "machine_max_speed_y": [ - "500", - "500" + "250", + "250" ], "machine_max_speed_z": [ - "30", - "30" + "5", + "5" ], "machine_max_jerk_e": [ "5", @@ -117,8 +117,7 @@ "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 \nM420 S1; Enable mesh leveling \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.1 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.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line \nG1 X-2.4 Y145.0 Z0.28 F5000.0 ;Move to side a little \nG1 X-2.4 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 Z10 ;Raise Z more \nG90 ;Absolute positionning \n \nG1 X0 Y220 ;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", + "disable_m73": "1", "thumbnails": [ - "96x96", - "300x300" ] } \ No newline at end of file