mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: modify cali thumbnail for O1S
jira: none Change-Id: I7e255ce35e52fcf4a5e5d840edac24c339373454 (cherry picked from commit 46f09b97eaaa56da135ed4128d49e9d6927ec9cf) (cherry picked from commit 89f5b517989a56fc77451b349e0a0b254c2117ee)
This commit is contained in:
@@ -3571,6 +3571,8 @@ void StatusPanel::update_subtask(MachineObject *obj)
|
||||
}
|
||||
else if (obj->get_printer_arch() == PrinterArch::ARCH_I3)
|
||||
png_path = (boost::format("%1%/images/fd_calibration_auto_i3.png") % resources_dir()).str();
|
||||
else if (obj->is_series_o())
|
||||
png_path = (boost::format("%1%/images/fd_calibration_auto_single_o.png") % resources_dir()).str();
|
||||
else
|
||||
png_path = (boost::format("%1%/images/fd_calibration_auto.png") % resources_dir()).str();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user