- Fixed GCode Viewer changing files modified date on Windows

This commit is contained in:
enricoturri1966 2020-11-05 14:02:43 +01:00
parent 6d56e60091
commit 8491872fb7
4 changed files with 6 additions and 5 deletions
src/libslic3r/GCode

View file

@ -433,7 +433,7 @@ namespace Slic3r {
// Process the gcode contained in the file with the given filename
// throws CanceledException through print->throw_if_canceled() (sent by the caller as callback).
void process_file(const std::string& filename, std::function<void()> cancel_callback = nullptr);
void process_file(const std::string& filename, bool apply_postprocess, std::function<void()> cancel_callback = nullptr);
float get_time(PrintEstimatedTimeStatistics::ETimeMode mode) const;
std::string get_time_dhm(PrintEstimatedTimeStatistics::ETimeMode mode) const;