mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
Some more work on wireframe
This commit is contained in:
parent
c21a254480
commit
7253dc699a
7 changed files with 107 additions and 37 deletions
|
@ -491,6 +491,12 @@ GCodeWriter::unlift()
|
|||
return gcode;
|
||||
}
|
||||
|
||||
Pointf3
|
||||
GCodeWriter::get_position() const
|
||||
{
|
||||
return this->_pos;
|
||||
}
|
||||
|
||||
#ifdef SLIC3RXS
|
||||
REGISTER_CLASS(GCodeWriter, "GCode::Writer");
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue