1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-19 09:24:27 +00:00

Fix of #2082 -> Added lines M73 P100 and M73 Q100 to gcode to signal that print is finished

This commit is contained in:
Enrico Turri
2019-04-08 11:54:58 +02:00
parent 7e32f2df71
commit ea3d30bff1
3 changed files with 21 additions and 0 deletions
+2
View File
@@ -19,6 +19,8 @@ namespace Slic3r {
public:
static const std::string Normal_First_M73_Output_Placeholder_Tag;
static const std::string Silent_First_M73_Output_Placeholder_Tag;
static const std::string Normal_Last_M73_Output_Placeholder_Tag;
static const std::string Silent_Last_M73_Output_Placeholder_Tag;
enum EMode : unsigned char
{