fix: clear up some unrelated changes

This commit is contained in:
Ian Chua
2026-08-28 16:45:01 +08:00
parent 84fde32616
commit 4df1607ec4
15 changed files with 141 additions and 170 deletions
+1 -1
View File
@@ -288,7 +288,7 @@ void PrintJob::process(Ctl &ctl)
if (v == "0" || v == "false")
disable_emmc = false;
}
params.try_emmc_print = this->could_emmc_print && !disable_emmc;
params.try_emmc_print = this->could_emmc_print && !disable_emmc;
if (m_print_type == "from_sdcard_view") {
params.dst_file = m_dst_path;