mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -06:00
Fix of previous commit
This commit is contained in:
parent
cb5f5c65b0
commit
b95a6f2626
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue