mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_animations
This commit is contained in:
commit
dcee9d7bfe
1 changed files with 1 additions and 1 deletions
|
@ -4933,7 +4933,7 @@ bool Plater::load_files(const wxArrayString& filenames)
|
||||||
else if (std::regex_match(path.string(), pattern_gcode_drop))
|
else if (std::regex_match(path.string(), pattern_gcode_drop))
|
||||||
start_new_gcodeviewer(&filename);
|
start_new_gcodeviewer(&filename);
|
||||||
else
|
else
|
||||||
return false;
|
continue;
|
||||||
}
|
}
|
||||||
if (paths.empty())
|
if (paths.empty())
|
||||||
// Likely all paths processed were gcodes, for which a G-code viewer instance has hopefully been started.
|
// Likely all paths processed were gcodes, for which a G-code viewer instance has hopefully been started.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue