mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
ENH: modify tooltip in chamber temp
Also remove bed_temperature_difference in config jira: STUDIO-4197 Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: Id992bf0a6b5496038d513a6243b54c5232113515 (cherry picked from commit bda89606a36f3629ad1e1721e005242911635cbd)
This commit is contained in:
parent
e1cc765f6e
commit
50051b82d1
6 changed files with 6 additions and 52 deletions
|
@ -2642,8 +2642,6 @@ void TabFilament::build()
|
|||
line.append_option(optgroup->get_option("nozzle_temperature_range_high"));
|
||||
optgroup->append_line(line);
|
||||
|
||||
optgroup = page->new_optgroup(L("Recommended temperature range"), L"param_temperature");
|
||||
optgroup->append_single_option_line("bed_temperature_difference");
|
||||
|
||||
optgroup = page->new_optgroup(L("Print temperature"), L"param_temperature");
|
||||
optgroup->append_single_option_line("chamber_temperatures");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue