mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
wip: reorganizing things to support accurate pad creation. Also more accurate progress indication.
This commit is contained in:
parent
9bb04ff15a
commit
810fcc2221
5 changed files with 90 additions and 73 deletions
|
@ -160,7 +160,8 @@ public:
|
|||
SlicedSupports slice(float layerh, float init_layerh = -1.0) const;
|
||||
|
||||
/// Adding the "pad" (base pool) under the supports
|
||||
const TriangleMesh& add_pad(double min_wall_thickness_mm,
|
||||
const TriangleMesh& add_pad(const SliceLayer& baseplate,
|
||||
double min_wall_thickness_mm,
|
||||
double min_wall_height_mm,
|
||||
double max_merge_distance_mm,
|
||||
double edge_radius_mm) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue