mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 17:58:03 -06:00
Fixed error in porting causing wrong moves with avoid_crossing_perimeters
This commit is contained in:
parent
9dc0514844
commit
667a121ddb
6 changed files with 16 additions and 8 deletions
|
@ -86,7 +86,7 @@ class GCode {
|
|||
double volumetric_speed;
|
||||
|
||||
GCode();
|
||||
Point& last_pos();
|
||||
const Point& last_pos() const;
|
||||
void set_last_pos(const Point &pos);
|
||||
bool last_pos_defined() const;
|
||||
void apply_print_config(const PrintConfig &print_config);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue