mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
Fixed export of pause print lines into gcode
This commit is contained in:
@@ -1939,8 +1939,8 @@ namespace ProcessLayer
|
|||||||
#if !ENABLE_GCODE_VIEWER
|
#if !ENABLE_GCODE_VIEWER
|
||||||
// add tag for time estimator
|
// add tag for time estimator
|
||||||
gcode += "; " + GCodeTimeEstimator::Pause_Print_Tag + "\n";
|
gcode += "; " + GCodeTimeEstimator::Pause_Print_Tag + "\n";
|
||||||
gcode += config.pause_print_gcode;
|
|
||||||
#endif // !ENABLE_GCODE_VIEWER
|
#endif // !ENABLE_GCODE_VIEWER
|
||||||
|
gcode += config.pause_print_gcode;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user