mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
Enable checkbox in printer profiles to permit first layer scanning to be enabled/disabled via the slicer (#8614)
add missing checkbox for scan_first_layer
This commit is contained in:
parent
de788a46da
commit
00a44ee48c
1 changed files with 1 additions and 0 deletions
|
@ -3760,6 +3760,7 @@ void TabPrinter::build_fff()
|
||||||
optgroup->append_single_option_line("gcode_flavor");
|
optgroup->append_single_option_line("gcode_flavor");
|
||||||
optgroup->append_single_option_line("pellet_modded_printer", "pellet-flow-coefficient");
|
optgroup->append_single_option_line("pellet_modded_printer", "pellet-flow-coefficient");
|
||||||
optgroup->append_single_option_line("bbl_use_printhost");
|
optgroup->append_single_option_line("bbl_use_printhost");
|
||||||
|
optgroup->append_single_option_line("scan_first_layer");
|
||||||
optgroup->append_single_option_line("disable_m73");
|
optgroup->append_single_option_line("disable_m73");
|
||||||
option = optgroup->get_option("thumbnails");
|
option = optgroup->get_option("thumbnails");
|
||||||
option.opt.full_width = true;
|
option.opt.full_width = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue