mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
FIX: add plate offset of placeholder
Signed-off-by: qing.zhang <qing.zhang@bambulab.com> Change-Id: Id16559e112b6db2759b95f97465d49ab85206e83
This commit is contained in:
parent
646b259972
commit
9fcb67e6c7
2 changed files with 6 additions and 5 deletions
|
@ -79,7 +79,7 @@ public:
|
|||
|
||||
//BBS: set offset for gcode writer
|
||||
void set_xy_offset(double x, double y) { m_x_offset = x; m_y_offset = y; }
|
||||
|
||||
Vec2f get_xy_offset() { return Vec2f{m_x_offset, m_y_offset}; };
|
||||
// To be called by the CoolingBuffer from another thread.
|
||||
static std::string set_fan(const GCodeFlavor gcode_flavor, unsigned int speed);
|
||||
// To be called by the main thread. It always emits the G-code, it does not remember the previous state.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue