mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06: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:
parent
cd35995402
commit
ce9a8d7b20
8 changed files with 24 additions and 6 deletions
|
@ -1106,7 +1106,7 @@ bool PrintObject::invalidate_state_by_config_options(
|
|||
|| opt_key == "overhang_speed_classic") {
|
||||
steps.emplace_back(posPerimeters);
|
||||
steps.emplace_back(posSupportMaterial);
|
||||
} else if (opt_key == "bridge_flow") {
|
||||
} else if (opt_key == "bridge_flow" || opt_key == "internal_bridge_flow") {
|
||||
if (m_config.support_top_z_distance > 0.) {
|
||||
// Only invalidate due to bridging if bridging is enabled.
|
||||
// If later "support_top_z_distance" is modified, the complete PrintObject is invalidated anyway.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue