mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
expose bed_exclude_area feature to thirdparty printer
This commit is contained in:
parent
32364ee7ee
commit
0e64b47f9d
1 changed files with 1 additions and 1 deletions
|
@ -3485,7 +3485,7 @@ void TabPrinter::toggle_options()
|
||||||
// SoftFever: hide BBL specific settings
|
// SoftFever: hide BBL specific settings
|
||||||
for (auto el :
|
for (auto el :
|
||||||
{"scan_first_layer", "machine_load_filament_time",
|
{"scan_first_layer", "machine_load_filament_time",
|
||||||
"machine_unload_filament_time", "nozzle_type", "bed_exclude_area"})
|
"machine_unload_filament_time", "nozzle_type"})
|
||||||
toggle_line(el, is_BBL_printer);
|
toggle_line(el, is_BBL_printer);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue