This commit is contained in:
sunsets
2023-08-04 10:01:19 +08:00
parent 33a54d7c36
commit a6bfd77a85
2 changed files with 3 additions and 3 deletions

View File

@@ -2042,7 +2042,7 @@ void TabFilament::build()
line.append_option(optgroup->get_option("bed_temperature"));
optgroup->append_line(line);
//B24
line = { L("Volume"), "" };
line = { L("Chamber"), "" };
line.append_option(optgroup->get_option("first_layer_volume_temperature"));
line.append_option(optgroup->get_option("volume_temperature"));
optgroup->append_line(line);