GCodeProcessor -> Load config data from gcode files generated by PrusaSlicer
This commit is contained in:
parent
11cf9a87f1
commit
16e282110d
4 changed files with 52 additions and 5 deletions
src/libslic3r/GCode
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue