1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

GCodeProcessor -> Fixed export of estimated time to gcode filename

This commit is contained in:
enricoturri1966
2020-08-07 15:30:08 +02:00
parent bcd998f9f1
commit 64001c0fe5
6 changed files with 40 additions and 6 deletions
+3
View File
@@ -317,6 +317,9 @@ namespace Slic3r {
void apply_config(const PrintConfig& config);
void apply_config(const DynamicPrintConfig& config);
void enable_stealth_time_estimator(bool enabled);
bool is_stealth_time_estimator_enabled() const {
return m_time_processor.machines[static_cast<size_t>(ETimeMode::Stealth)].enabled;
}
void enable_producers(bool enabled) { m_producers_enabled = enabled; }
void reset();