mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 03:37:54 -06:00
New feature: bridge density (#275)
Signed-off-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
parent
8244693b55
commit
fe9a2715e6
11 changed files with 32 additions and 13 deletions
|
@ -68,7 +68,7 @@ public:
|
|||
|
||||
Flow flow(FlowRole role) const;
|
||||
Flow flow(FlowRole role, double layer_height) const;
|
||||
Flow bridging_flow(FlowRole role, bool thick_bridge = false) const;
|
||||
Flow bridging_flow(FlowRole role, bool thick_bridge = false , float bridge_density = 1.0f) const;
|
||||
|
||||
void slices_to_fill_surfaces_clipped();
|
||||
void prepare_fill_surfaces();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue