1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-02 11:35:51 +00:00

Limit the object movement to the vincinity of the print bed.

This commit is contained in:
bubnikv
2017-06-08 11:02:29 +02:00
parent dabcff1c07
commit 8b5f7f0fb2
8 changed files with 142 additions and 25 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ typedef std::vector<ThickLine> ThickLines;
class Line
{
public:
public:
Point a;
Point b;
Line() {};