mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-23 04:01:49 +00: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:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user