mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
merge tm_sla_supports_backend with master
This commit is contained in:
commit
17f15f7617
14 changed files with 100 additions and 33 deletions
|
@ -20,9 +20,6 @@ public:
|
|||
inline double radius() const { return radius_; }
|
||||
inline const Point& center() const { return center_; }
|
||||
inline operator bool() { return !std::isnan(radius_); }
|
||||
// inline operator lnCircle() {
|
||||
// return lnCircle({center_(0), center_(1)}, radius_);
|
||||
// }
|
||||
};
|
||||
|
||||
enum class BedShapeType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue