mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-06 21:44:08 -06:00
parent
0d9b2167cd
commit
4ba3dbabc8
20 changed files with 13 additions and 20 deletions
|
@ -2528,7 +2528,7 @@ void PrintConfigDef::init_fff_params()
|
|||
def = this->add("seam_gap", coFloatOrPercent);
|
||||
def->label = L("Seam gap");
|
||||
def->tooltip = L("In order to reduce the visibility of the seam in a closed loop extrusion, the loop is interrupted and shortened by a specified amount.\n"
|
||||
"his amount can be specified in millimeters or as a percentage of the current extruder diameter. The default value for this parameter is 15%.");
|
||||
"This amount can be specified in millimeters or as a percentage of the current extruder diameter. The default value for this parameter is 15%.");
|
||||
def->sidetext = L("mm or %");
|
||||
def->min = 0;
|
||||
def->mode = comAdvanced;
|
||||
|
|
|
@ -2076,13 +2076,6 @@ void TabPrint::build()
|
|||
option.opt.height = 15;
|
||||
optgroup->append_single_option_line(option);
|
||||
|
||||
optgroup = page->new_optgroup(L("Post-processing scripts"), L"param_gcode", 0);
|
||||
option = optgroup->get_option("post_process");
|
||||
option.opt.full_width = true;
|
||||
option.opt.is_code = true;
|
||||
option.opt.height = 15;
|
||||
optgroup->append_single_option_line(option);
|
||||
|
||||
#if 0
|
||||
//page = add_options_page(L("Dependencies"), "advanced.png");
|
||||
// optgroup = page->new_optgroup(L("Profile dependencies"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue