mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-25 11:52:05 +00:00
FIX: the brim cannot generated on left/right only printable area
jira: none Change-Id: If1a46773cdbd66ea3ab8484dc5d58ce5bbd3ded2 (cherry picked from commit f127f95335056035f6967b0dff6532d12fe6d316)
This commit is contained in:
@@ -963,9 +963,9 @@ public:
|
||||
// 1 based ids
|
||||
const std::vector<std::vector<int>> &get_unprintable_filament_ids() const;
|
||||
|
||||
std::vector<Vec2d> get_printable_area();
|
||||
std::vector<std::vector<Vec2d>> get_extruder_printable_area();
|
||||
std::vector<double> get_extruder_printable_height();
|
||||
std::vector<double> get_extruder_printable_height() const;
|
||||
std::vector<Polygons> get_extruder_printable_polygons() const;
|
||||
std::vector<Polygons> get_extruder_unprintable_polygons() const;
|
||||
|
||||
bool enable_timelapse_print() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user