mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-19 04:37:52 -06:00
Limit the object movement to the vincinity of the print bed.
This commit is contained in:
parent
dabcff1c07
commit
8b5f7f0fb2
8 changed files with 142 additions and 25 deletions
|
@ -15,7 +15,7 @@ typedef std::vector<ThickLine> ThickLines;
|
|||
|
||||
class Line
|
||||
{
|
||||
public:
|
||||
public:
|
||||
Point a;
|
||||
Point b;
|
||||
Line() {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue