mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Improvements on mini pillars
This commit is contained in:
parent
67b61c23f7
commit
7b6565abeb
6 changed files with 124 additions and 91 deletions
|
@ -216,6 +216,12 @@ struct Bridge {
|
|||
const Vec3d &j2,
|
||||
double r_mm = 0.8,
|
||||
size_t steps = 45);
|
||||
|
||||
Bridge(const Vec3d &j1,
|
||||
const Vec3d &j2,
|
||||
double r1_mm,
|
||||
double r2_mm,
|
||||
size_t steps = 45);
|
||||
};
|
||||
|
||||
// A wrapper struct around the pad
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue