mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-03 02:22:46 +00:00
Further refactoring, C++11 conversion and code simplification.
This commit is contained in:
@@ -232,8 +232,8 @@ public:
|
||||
// ordered collections of extrusion paths to build skirt loops and brim
|
||||
ExtrusionEntityCollection skirt, brim;
|
||||
|
||||
Print();
|
||||
~Print();
|
||||
Print() : total_used_filament(0), total_extruded_volume(0) {}
|
||||
~Print() { clear_objects(); }
|
||||
|
||||
// methods for handling objects
|
||||
void clear_objects();
|
||||
@@ -293,7 +293,6 @@ public:
|
||||
|
||||
private:
|
||||
void clear_regions();
|
||||
void delete_region(size_t idx);
|
||||
PrintRegionConfig _region_config_from_model_volume(const ModelVolume &volume);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user