1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-12 08:14:26 +00:00

Fix of previous commit

This commit is contained in:
Lukas Matena
2018-05-29 15:29:20 +02:00
parent cb5f5c65b0
commit b95a6f2626
@@ -66,6 +66,7 @@ public:
char buf[64];
sprintf(buf, ";%s%f\n", GCodeAnalyzer::Width_Tag.c_str(), line_width);
m_gcode += buf;
return *this;
}
Writer& set_initial_position(const WipeTower::xy &pos) {