mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-03 10:32:40 +00:00
Limit the object movement to the vincinity of the print bed.
This commit is contained in:
@@ -15,7 +15,7 @@ typedef std::vector<ThickLine> ThickLines;
|
||||
|
||||
class Line
|
||||
{
|
||||
public:
|
||||
public:
|
||||
Point a;
|
||||
Point b;
|
||||
Line() {};
|
||||
|
||||
Reference in New Issue
Block a user