Skip to content

Commit

Permalink
add missing checkbox for scan_first_layer
Browse files Browse the repository at this point in the history
  • Loading branch information
sschwetz committed Feb 28, 2025
1 parent ccbda78 commit e9e7b71
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 @@ -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;
Expand Down

0 comments on commit e9e7b71

Please sign in to comment.