mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 17:15:53 +08:00
Follow-up of d2e5be89e3460964fb3c38db066a21020de0f0db -> Fixed processing of color print, pause print and custom gcode tags
This commit is contained in:
parent
11ee0cc2cc
commit
747fcb1d07
@ -1947,9 +1947,9 @@ namespace ProcessLayer
|
|||||||
#else
|
#else
|
||||||
// add tag for analyzer
|
// add tag for analyzer
|
||||||
gcode += "; " + GCodeAnalyzer::Custom_Code_Tag + "\n";
|
gcode += "; " + GCodeAnalyzer::Custom_Code_Tag + "\n";
|
||||||
#endif // ENABLE_GCODE_VIEWER
|
|
||||||
// add tag for time estimator
|
// add tag for time estimator
|
||||||
//gcode += "; " + GCodeTimeEstimator::Custom_Code_Tag + "\n";
|
//gcode += "; " + GCodeTimeEstimator::Custom_Code_Tag + "\n";
|
||||||
|
#endif // ENABLE_GCODE_VIEWER
|
||||||
if (gcode_type == CustomGCode::Template) // Template Cistom Gcode
|
if (gcode_type == CustomGCode::Template) // Template Cistom Gcode
|
||||||
gcode += config.template_custom_gcode;
|
gcode += config.template_custom_gcode;
|
||||||
else // custom Gcode
|
else // custom Gcode
|
||||||
|
Loading…
x
Reference in New Issue
Block a user