mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -06:00
estimate tower size
This commit is contained in:
parent
6ff9ff03db
commit
cd3bbdb5f5
4 changed files with 20 additions and 8 deletions
|
@ -285,7 +285,7 @@ public:
|
|||
ModelInstance* get_instance(int obj_id, int instance_id);
|
||||
|
||||
Vec3d get_origin() { return m_origin; }
|
||||
Vec3d estimate_wipe_tower_size(const double w, const double wipe_volume) const;
|
||||
Vec3d estimate_wipe_tower_size(const double w, const double d) const;
|
||||
std::vector<int> get_extruders(bool conside_custom_gcode = false) const;
|
||||
std::vector<int> get_extruders_under_cli(bool conside_custom_gcode, DynamicPrintConfig& full_config) const;
|
||||
std::vector<int> get_extruders_without_support(bool conside_custom_gcode = false) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue