GCodeProcessor -> Load config data from gcode files generated by PrusaSlicer

This commit is contained in:
enricoturri1966 2020-07-29 11:13:48 +02:00
parent 11cf9a87f1
commit 16e282110d
4 changed files with 52 additions and 5 deletions
src/libslic3r/GCode

View file

@ -266,6 +266,7 @@ namespace Slic3r {
GCodeProcessor() { reset(); }
void apply_config(const PrintConfig& config);
void apply_config(const DynamicPrintConfig& config);
void enable_stealth_time_estimator(bool enabled);
void enable_producers(bool enabled) { m_producers_enabled = enabled; }
void reset();