mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Added cancellation points. Added new flip xy option. Refactor and waring removal.
This commit is contained in:
parent
98f9c4f56d
commit
68de2d9813
8 changed files with 119 additions and 84 deletions
|
@ -114,7 +114,7 @@ PointSet to_point_set(const std::vector<Vec3d>&);
|
|||
class SLASupportsStoppedException: public std::runtime_error {
|
||||
public:
|
||||
using std::runtime_error::runtime_error;
|
||||
SLASupportsStoppedException(): std::runtime_error("") {}
|
||||
SLASupportsStoppedException();
|
||||
};
|
||||
|
||||
/// The class containing mesh data for the generated supports.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue