mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Changed references to renamed github project
https://github.com/prusa3d/PrusaSlicer
This commit is contained in:
parent
e58d530afe
commit
3f08d9f30d
14 changed files with 15 additions and 15 deletions
|
@ -64,7 +64,7 @@ extern int rename_file(const std::string &from, const std::string &to);
|
|||
extern int copy_file(const std::string &from, const std::string &to);
|
||||
|
||||
// Ignore system and hidden files, which may be created by the DropBox synchronisation process.
|
||||
// https://github.com/prusa3d/Slic3r/issues/1298
|
||||
// https://github.com/prusa3d/PrusaSlicer/issues/1298
|
||||
extern bool is_plain_file(const boost::filesystem::directory_entry &path);
|
||||
extern bool is_ini_file(const boost::filesystem::directory_entry &path);
|
||||
extern bool is_idx_file(const boost::filesystem::directory_entry &path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue