Skip to content

Commit

Permalink
change Cura_streamEngine for StatosEngine
Browse files Browse the repository at this point in the history
  • Loading branch information
marcmateo committed Jul 8, 2021
1 parent 50a1eed commit 9497600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/FffGcodeWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ void FffGcodeWriter::processStartingCode(const SliceDataStorage& storage, const
gcode.writeCode(prefix.c_str());
}

gcode.writeComment("Generated with Cura_SteamEngine " VERSION);
gcode.writeComment("Generated with StatosEngine " VERSION);

if (gcode.getFlavor() == EGCodeFlavor::GRIFFIN)
{
Expand Down
2 changes: 1 addition & 1 deletion src/Wireframe2gcode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ void Wireframe2gcode::processStartingCode()
gcode.writeCode(prefix.c_str());
}

gcode.writeComment("Generated with Cura_SteamEngine " VERSION);
gcode.writeComment("Generated with StatosEngine " VERSION);

if (gcode.getFlavor() != EGCodeFlavor::ULTIGCODE && gcode.getFlavor() != EGCodeFlavor::GRIFFIN)
{
Expand Down

0 comments on commit 9497600

Please sign in to comment.