Add setting to control when bridge infill is used #4374
Squashed commit of the following:
commit 56e5c7756a683e80324521736215d0678748a8cb
Merge: eaf6e0dca 33215bb75
Author: Vojtech Bubnik <bubnikv@gmail.com>
Date: Wed Feb 10 12:07:59 2021 +0100
Merge branch 'bridge_infill_threshold' of https://github.com/jschuh/PrusaSlicer into jschuh-bridge_infill_threshold
commit 33215bb75fe6e20b1b089fb7dcde8e44ee882f13
Merge: 8b606130f fe4f1b15c
Author: Justin Schuh <jschuh@users.noreply.github.com>
Date: Tue Dec 8 16:55:09 2020 -0800
Merge branch 'master' into bridge_infill_threshold
commit 8b606130f4699d60e4a915205082c76c4472455a
Author: Justin Schuh <jschuh@users.noreply.github.com>
Date: Tue Jun 9 20:01:15 2020 -0700
Add setting to control when bridge infill is used
Bridge infill will be applied only if the average area of the voids
between infill lines (computed from the infill density and infill
extrusion width) is greater than the bridge_infill_threshold setting.
Description of issue:
When for some parameter set a value which is out of rage or inaccurate and than click to another parameter,
receive a warning message dialog with description of a problem.
After closing of this Dialog any button on settings tab doesn't work for first click.
Looks like after dialog is closed Notebook page loses a focus.
Workaround:
Use self-created WarningDialog (inherited from the wxDialog) instead of wxMessageDialog
Adjustment of GUI/3DBed.cpp,hpp to use the more stable triangulation algoritm
derived from SGI glut.
Fix of an extremely slow bridging calculation, caused by an extremely
slow bridged area detection function, of which the results were never used.
Fixes "slicing fails or takes too long #5974"
option "Use colors for axes values in Manipulation panel" is enabled in Preferences -> GUI
+ Fix one more compilation warning in UnsavedChangesDialog.cpp
- Extra dialog for autosetting by angle in FDM supports gizmo was removed
- Highlighting facets by angle is now controlled by a slider in the main gizmo dialog
- User is allowed to paint even when using the slope highlighter
- The button to turn highlighted facets to blockers was removed, it made no sense
- Highlighted facets are now rendered in light blue