mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-25 20:02:17 +00:00
Add translate_starting_point function
This commit is contained in:
@@ -358,6 +358,10 @@ void CalibPressureAdvancePattern::starting_point(Vec3d pt)
|
||||
m_last_pos = m_starting_point;
|
||||
}
|
||||
|
||||
void CalibPressureAdvancePattern::translate_starting_point(const Vec3d displacement)
|
||||
{
|
||||
m_starting_point += displacement;
|
||||
m_last_pos = m_starting_point;
|
||||
};
|
||||
|
||||
CustomGCode::Info CalibPressureAdvancePattern::generate_gcodes()
|
||||
|
||||
Reference in New Issue
Block a user