mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
tidy up some codes
This commit is contained in:
parent
860a41baed
commit
18e417b34b
2 changed files with 12 additions and 15 deletions
|
@ -3465,14 +3465,10 @@ void TabFilament::build()
|
|||
return sizer;
|
||||
});
|
||||
|
||||
// Orca: multi tool is not supported yet.
|
||||
#define ORCA_MULTI_TOOL
|
||||
#ifdef ORCA_MULTI_TOOL
|
||||
optgroup = page->new_optgroup(L("Toolchange parameters with multi extruder MM printers"));
|
||||
optgroup->append_single_option_line("filament_multitool_ramming");
|
||||
optgroup->append_single_option_line("filament_multitool_ramming_volume");
|
||||
optgroup->append_single_option_line("filament_multitool_ramming_flow");
|
||||
#endif
|
||||
|
||||
page = add_options_page(L("Notes"), "custom-gcode_note"); // ORCA: icon only visible on placeholders
|
||||
optgroup = page->new_optgroup(L("Notes"),"note", 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue