Export the first M73 line to gcode before custom gcode

This commit is contained in:
Enrico Turri 2018-09-07 16:05:10 +02:00
parent 00c51e06ed
commit 62894d3f7b
3 changed files with 23 additions and 2 deletions

View file

@ -17,6 +17,9 @@ namespace Slic3r {
class GCodeTimeEstimator
{
public:
static const std::string Normal_First_M73_Output_Placeholder_Tag;
static const std::string Silent_First_M73_Output_Placeholder_Tag;
enum EMode : unsigned char
{
Normal,