mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-09 18:27:00 +00:00
Internal Bridge Flow rate parameter introduction (#2859)
* Internal Bridge Flow rate parameter introduction * updated incorrect capitalisation * Updated parameter ordering
This commit is contained in:
committed by
GitHub
parent
cd35995402
commit
ce9a8d7b20
@@ -72,7 +72,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, bool internal_bridge = false) const;
|
||||
|
||||
void slices_to_fill_surfaces_clipped();
|
||||
void prepare_fill_surfaces();
|
||||
|
||||
Reference in New Issue
Block a user