mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 16:27:54 -06:00
Fix an issue that wrong z value was used if a new layer is started with wipe tower extrusions.
This commit is contained in:
parent
5bb42bc0d5
commit
a5d2fa1aed
3 changed files with 11 additions and 12 deletions
|
@ -81,7 +81,8 @@ public:
|
|||
std::string unretract();
|
||||
std::string lift(LiftType lift_type = LiftType::NormalLift, bool spiral_vase = false);
|
||||
std::string unlift();
|
||||
Vec3d get_position() const { return m_pos; }
|
||||
const Vec3d& get_position() const { return m_pos; }
|
||||
Vec3d& get_position() { return m_pos; }
|
||||
void set_position(const Vec3d& in) { m_pos = in; }
|
||||
double get_zhop() const { return m_lifted; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue