mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Export the first M73 line to gcode before custom gcode
This commit is contained in:
parent
00c51e06ed
commit
62894d3f7b
3 changed files with 23 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue