From a15dcdfb3f5a130a7d75bc9bc88cb5c9e40336e4 Mon Sep 17 00:00:00 2001 From: Ian Chua Date: Thu, 16 Jul 2026 12:16:22 +0800 Subject: [PATCH] move configure to plugin preferences in printer settings dialog --- src/slic3r/GUI/Tab.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/slic3r/GUI/Tab.cpp b/src/slic3r/GUI/Tab.cpp index 25648af052..332c7b9a56 100644 --- a/src/slic3r/GUI/Tab.cpp +++ b/src/slic3r/GUI/Tab.cpp @@ -5036,6 +5036,8 @@ void TabPrinter::build_fff() optgroup->append_single_option_line("use_firmware_retraction", "printer_basic_information_advanced#use-firmware-retraction"); // optgroup->append_single_option_line("spaghetti_detector"); optgroup->append_single_option_line("time_cost", "printer_basic_information_advanced#time-cost"); + + optgroup = page->new_optgroup("Plugin Preferences", L"param_gcode"); optgroup->append_single_option_line("plugin_preference_overrides"); optgroup = page->new_optgroup(L("Cooling Fan"), "param_cooling_fan");