From e9e7b71fbdc39271870765a3d9461890bef35868 Mon Sep 17 00:00:00 2001 From: Stephen Schwetz Date: Sat, 1 Mar 2025 00:10:03 +1100 Subject: [PATCH] add missing checkbox for scan_first_layer --- src/slic3r/GUI/Tab.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/slic3r/GUI/Tab.cpp b/src/slic3r/GUI/Tab.cpp index 13805084bb0..ddc0fee6378 100644 --- a/src/slic3r/GUI/Tab.cpp +++ b/src/slic3r/GUI/Tab.cpp @@ -3776,6 +3776,7 @@ void TabPrinter::build_fff() optgroup->append_single_option_line("gcode_flavor"); optgroup->append_single_option_line("pellet_modded_printer", "pellet-flow-coefficient"); optgroup->append_single_option_line("bbl_use_printhost"); + optgroup->append_single_option_line("scan_first_layer"); optgroup->append_single_option_line("disable_m73"); option = optgroup->get_option("thumbnails"); option.opt.full_width = true;