mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
Move bridge_flow_ratio to PrintRegionConfig
This commit is contained in:
parent
7eaba2d132
commit
e158d1e612
4 changed files with 8 additions and 4 deletions
|
@ -48,6 +48,7 @@ PrintConfigDef::build_def() {
|
|||
|
||||
Options["bridge_flow_ratio"].type = coFloat;
|
||||
Options["bridge_flow_ratio"].label = "Bridge flow ratio";
|
||||
Options["bridge_flow_ratio"].category = "Advanced";
|
||||
Options["bridge_flow_ratio"].tooltip = "This factor affects the amount of plastic for bridging. You can decrease it slightly to pull the extrudates and prevent sagging, although default settings are usually good and you should experiment with cooling (use a fan) before tweaking this.";
|
||||
Options["bridge_flow_ratio"].cli = "bridge-flow-ratio=f";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue