mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-31 22:04:37 +03:00
Fixed error in porting causing wrong moves with avoid_crossing_perimeters
This commit is contained in:
@@ -86,6 +86,7 @@ class Pointf
|
||||
static Pointf new_unscale(const Point &p) {
|
||||
return Pointf(unscale(p.x), unscale(p.y));
|
||||
};
|
||||
std::string wkt() const;
|
||||
void scale(double factor);
|
||||
void translate(double x, double y);
|
||||
void translate(const Vectorf &vector);
|
||||
|
||||
Reference in New Issue
Block a user