From ec3c48d95e33964fe2d7204574ffa1009dfb684a Mon Sep 17 00:00:00 2001 From: SoftFever Date: Fri, 20 Sep 2024 00:09:00 +0800 Subject: [PATCH 1/3] fix profile error --- resources/profiles/Co Print/process/fdm_process_common.json | 2 +- .../profiles/Co Print/process/fdm_process_coprint_common.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/profiles/Co Print/process/fdm_process_common.json b/resources/profiles/Co Print/process/fdm_process_common.json index 5db997bb70..841ddc2ea6 100644 --- a/resources/profiles/Co Print/process/fdm_process_common.json +++ b/resources/profiles/Co Print/process/fdm_process_common.json @@ -74,7 +74,7 @@ "xy_contour_compensation": "0", "resolution": "0.012", "wall_generator": "classic", - "wall_sequence": "inner-outer wall", + "wall_sequence": "inner wall/outer wall", "print_flow_ratio": "1", "top_shell_layers": "4", "internal_bridge_flow": "0.9031", diff --git a/resources/profiles/Co Print/process/fdm_process_coprint_common.json b/resources/profiles/Co Print/process/fdm_process_coprint_common.json index 9606c7ec52..c9df5e9979 100644 --- a/resources/profiles/Co Print/process/fdm_process_coprint_common.json +++ b/resources/profiles/Co Print/process/fdm_process_coprint_common.json @@ -82,7 +82,7 @@ "xy_contour_compensation": "0", "resolution": "0.012", "wall_generator": "classic", - "wall_sequence": "inner-outer wall", + "wall_sequence": "inner wall/outer wall", "print_flow_ratio": "1", "internal_bridge_flow": "0.9031", "gap_fill_target": "everywhere", From eb8f9bba4f73cba7f7943e92f13f8e7e8731db9f Mon Sep 17 00:00:00 2001 From: SoftFever Date: Fri, 20 Sep 2024 00:10:58 +0800 Subject: [PATCH 2/3] update check profile to use 24.04 --- .github/workflows/check_profiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_profiles.yml b/.github/workflows/check_profiles.yml index 3318cbf1c0..4ae214f9cd 100644 --- a/.github/workflows/check_profiles.yml +++ b/.github/workflows/check_profiles.yml @@ -18,7 +18,7 @@ on: jobs: check_translation: name: Check profiles - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout repository uses: actions/checkout@v4 From d39947d204469010b05f50bfa1182d79bd9f2929 Mon Sep 17 00:00:00 2001 From: Nobu Date: Thu, 19 Sep 2024 11:12:36 -0500 Subject: [PATCH 3/3] Update Ender-3 V2 Neo start G-Code to include mesh leveling (#6832) * feat: update Ender-3 V2 Neo start G-Code to include mesh leveling * fix: semicolon format --------- Co-authored-by: SoftFever --- .../Creality/machine/Creality Ender-3 V2 Neo 0.4 nozzle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/profiles/Creality/machine/Creality Ender-3 V2 Neo 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 V2 Neo 0.4 nozzle.json index 30cd381c1b..f62fdb551a 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 V2 Neo 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 V2 Neo 0.4 nozzle.json @@ -79,7 +79,7 @@ "0.4", "0.4" ], - "machine_start_gcode": "M220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM140 S[bed_temperature_initial_layer_single] ;Set final bed temp\nM104 S[nozzle_temperature_initial_layer] ;Set final nozzle temp\n\nG28 ;Home\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.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 X10.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y145.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.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_start_gcode": "M220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM140 S[bed_temperature_initial_layer_single] ;Set final bed temp\nM104 S[nozzle_temperature_initial_layer] ;Set final nozzle temp\n\nG28 ;Home\nG29 ;Auto bed leveling (create mesh if not already stored)\nM420 S1 ;Enable mesh leveling\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.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 X10.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y145.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.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 Y0 ;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", "thumbnails_format": "JPG", "thumbnails": [