Some more work on wireframe

This commit is contained in:
Alessandro Ranellucci 2014-12-21 22:51:45 +01:00
parent c21a254480
commit 7253dc699a
7 changed files with 107 additions and 37 deletions

View file

@ -491,6 +491,12 @@ GCodeWriter::unlift()
return gcode;
}
Pointf3
GCodeWriter::get_position() const
{
return this->_pos;
}
#ifdef SLIC3RXS
REGISTER_CLASS(GCodeWriter, "GCode::Writer");
#endif