mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-06 03:52:58 +00:00
Added cancellation points. Added new flip xy option. Refactor and waring removal.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user