mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
FIX: fix a bed texture not display issue
1. change default bed_type to "1" in app_config 2. if old app_config.bed_type is 0, change it to 1 Signed-off-by: yifan.wu <yifan.wu@bambulab.com> Change-Id: I9923187ab480b0a4991bfbc13892bfb43b2a990b
This commit is contained in:
parent
5df1317f40
commit
9a0ef5b989
2 changed files with 9 additions and 2 deletions
|
@ -290,7 +290,7 @@ void AppConfig::set_defaults()
|
|||
}
|
||||
|
||||
if (get("curr_bed_type").empty()) {
|
||||
set("curr_bed_type", "0");
|
||||
set("curr_bed_type", "1");
|
||||
}
|
||||
|
||||
#if BBL_RELEASE_TO_PUBLIC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue