Skip to content

Commit

Permalink
Enable checkbox in printer profiles to permit first layer scanning to…
Browse files Browse the repository at this point in the history
… be enabled/disabled via the slicer (#8614)

add missing checkbox for scan_first_layer
  • Loading branch information
sschwetz authored Mar 1, 2025
1 parent de788a4 commit 00a44ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/slic3r/GUI/Tab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3760,6 +3760,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;
Expand Down

0 comments on commit 00a44ee

Please sign in to comment.