mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-26 02:30:29 -07:00
FirmwareDialog: UI improvements, bugfixes
This commit is contained in:
@@ -46,8 +46,7 @@ static size_t hex_num_sections(fs::ifstream &file)
|
||||
}
|
||||
|
||||
HexFile::HexFile(fs::path path) :
|
||||
path(std::move(path)),
|
||||
device(DEV_GENERIC)
|
||||
path(std::move(path))
|
||||
{
|
||||
fs::ifstream file(this->path);
|
||||
if (! file.good()) {
|
||||
|
||||
Reference in New Issue
Block a user