mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
NEW: remember use options when printing
JIRA: STUDIO-2396 Change-Id: I21e6f91e3da53adf8dc28d9be223e03a4a275fca Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
55f3e51bf4
commit
65db26a27d
2 changed files with 49 additions and 5 deletions
|
@ -307,6 +307,16 @@ void AppConfig::set_defaults()
|
|||
}
|
||||
#endif
|
||||
|
||||
if (get("print", "bed_leveling").empty()) {
|
||||
set_str("print", "bed_leveling", "1");
|
||||
}
|
||||
if (get("print", "flow_cali").empty()) {
|
||||
set_str("print", "flow_cali", "1");
|
||||
}
|
||||
if (get("print", "timelapse").empty()) {
|
||||
set_str("print", "timelapse", "1");
|
||||
}
|
||||
|
||||
// Remove legacy window positions/sizes
|
||||
erase("app", "main_frame_maximized");
|
||||
erase("app", "main_frame_pos");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue