From da8be684dc51dccb64f77afc55c6ab7abb1bfd36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sezgin=20A=C3=87IKG=C3=96Z?= Date: Mon, 23 Feb 2026 10:21:57 +0300 Subject: [PATCH] Update machine profile for OpenEYE Peacock V2 (#12333) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * OpenEYE Peacock V2 machine profile: Add printer_agent key to enable AMS filament synchronization (Klipper/Moonraker) Signed-off-by: Sezgin AÇIKGÖZ * Optimize retraction settings in printer profiles to reduce stringing and improve print quality Signed-off-by: Sezgin AÇIKGÖZ --------- Signed-off-by: Sezgin AÇIKGÖZ --- resources/profiles/OpenEYE/machine/fdm_openeye_common.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/resources/profiles/OpenEYE/machine/fdm_openeye_common.json b/resources/profiles/OpenEYE/machine/fdm_openeye_common.json index a428532958..27ba0deb48 100644 --- a/resources/profiles/OpenEYE/machine/fdm_openeye_common.json +++ b/resources/profiles/OpenEYE/machine/fdm_openeye_common.json @@ -19,7 +19,7 @@ ], "default_print_profile": "0.20mm Standard @OpenEYE Peacock V2", "deretraction_speed": [ - "30" + "40" ], "disable_m73": "0", "emit_machine_limits_to_gcode": "0", @@ -43,6 +43,7 @@ "head_wrap_detect_zone": [], "high_current_on_filament_swap": "0", "host_type": "octoprint", + "printer_agent": "moonraker", "inherits": "fdm_machine_common", "instantiation": "false", "layer_change_gcode": "SET_PRINT_STATS_INFO CURRENT_LAYER={layer_num + 1}\n_MMU_UPDATE_HEIGHT", @@ -185,13 +186,13 @@ "18" ], "retraction_length": [ - "0.8" + "1" ], "retraction_minimum_travel": [ "1" ], "retraction_speed": [ - "30" + "40" ], "scan_first_layer": "0", "silent_mode": "0",