mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Fix of previous commit
This commit is contained in:
@@ -66,6 +66,7 @@ public:
|
|||||||
char buf[64];
|
char buf[64];
|
||||||
sprintf(buf, ";%s%f\n", GCodeAnalyzer::Width_Tag.c_str(), line_width);
|
sprintf(buf, ";%s%f\n", GCodeAnalyzer::Width_Tag.c_str(), line_width);
|
||||||
m_gcode += buf;
|
m_gcode += buf;
|
||||||
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
Writer& set_initial_position(const WipeTower::xy &pos) {
|
Writer& set_initial_position(const WipeTower::xy &pos) {
|
||||||
|
|||||||
Reference in New Issue
Block a user