Add Skip G-code config block to exclude the config comments from G-code files (#12455)

Add feature to skip CONFIG_BLOCK in G-code files
This commit is contained in:
Mikhail f. Shiryaev
2026-08-03 20:10:01 +02:00
committed by GitHub
parent 06ef58bad8
commit 7b404596e9
6 changed files with 49 additions and 20 deletions

View File

@@ -5016,6 +5016,7 @@ void TabPrinter::build_fff()
optgroup->append_single_option_line("printer_structure", "printer_basic_information_advanced#printer-structure");
optgroup->append_single_option_line("gcode_flavor", "printer_basic_information_advanced#g-code-flavor");
optgroup->append_single_option_line("gcode_skip_config_block", "printer_basic_information_advanced#skip-g-code-config-block");
optgroup->append_single_option_line("pellet_modded_printer", "printer_basic_information_advanced#pellet-modded-printer");
optgroup->append_single_option_line("bbl_use_printhost", "printer_basic_information_advanced#use-3rd-party-print-host");
optgroup->append_single_option_line("use_3mf");