Fix of a cooling slow down logic.
fixes "Min print speed" to "Estimated Print Time" Inconsistencies #1488
This commit is contained in:
parent
b919dcc4ab
commit
e59a10e0c2
2 changed files with 76 additions and 21 deletions
src/libslic3r/GCode
|
@ -9,7 +9,7 @@ namespace Slic3r {
|
|||
|
||||
class GCode;
|
||||
class Layer;
|
||||
class PerExtruderAdjustments;
|
||||
struct PerExtruderAdjustments;
|
||||
|
||||
// A standalone G-code filter, to control cooling of the print.
|
||||
// The G-code is processed per layer. Once a layer is collected, fan start / stop commands are edited
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue