From 2547a23135878b70e567c73d30134d5e3b437b23 Mon Sep 17 00:00:00 2001 From: Aleksander Alekseev Date: Sat, 1 Mar 2025 08:01:57 +0300 Subject: [PATCH] Recommend `Z hop type: Spiral` for Ender-3 v3 SE (#8585) * Correct Flying Bear S1 / Ghost 6 extruder clearance radius * Recommend `Z hop type: Spiral` for Ender-3 v3 SE --- .../Creality/machine/Creality Ender-3 V3 SE 0.2 nozzle.json | 3 +++ .../Creality/machine/Creality Ender-3 V3 SE 0.4 nozzle.json | 3 +++ .../Creality/machine/Creality Ender-3 V3 SE 0.6 nozzle.json | 3 +++ .../Creality/machine/Creality Ender-3 V3 SE 0.8 nozzle.json | 3 +++ 4 files changed, 12 insertions(+) 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 b9a5d7fc8b4..5168f2dd7bc 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 @@ -107,6 +107,9 @@ "deretraction_speed": [ "30" ], + "z_hop_types": [ + "Spiral Lift" + ], "single_extruder_multi_material": "1", "manual_filament_change": "1", "change_filament_gcode": "M600", 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 15ddb3e2402..2bdb35a3b4f 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 @@ -107,6 +107,9 @@ "deretraction_speed": [ "30" ], + "z_hop_types": [ + "Spiral Lift" + ], "single_extruder_multi_material": "1", "manual_filament_change": "1", "change_filament_gcode": "M600", 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 ae639af95a5..5be6ec848f2 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 @@ -107,6 +107,9 @@ "deretraction_speed": [ "30" ], + "z_hop_types": [ + "Spiral Lift" + ], "single_extruder_multi_material": "1", "manual_filament_change": "1", "change_filament_gcode": "M600", 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 8833fd9ecdc..fc88a58a38b 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 @@ -107,6 +107,9 @@ "deretraction_speed": [ "30" ], + "z_hop_types": [ + "Spiral Lift" + ], "single_extruder_multi_material": "1", "manual_filament_change": "1", "change_filament_gcode": "M600",