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:
zhimin.zeng
2024-12-21 21:55:38 +08:00
committed by Noisyfox
parent bdf5cc9063
commit a7c90b8dfe
4 changed files with 57 additions and 32 deletions

View File

@@ -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;