mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Wiki Update 11 - Strength (#10369)
* Create Patterns specific wiki * Fix typos in installation instructions Corrected the winget flag from --exact to -e and removed an extraneous backtick from the Mac xattr command in the README installation instructions. * Improve README formatting and clarity * Calibration Flow Ratio Yolo Archimedean cords Co-Authored-By: MxBrnr <142743732+MxBrnr@users.noreply.github.com> * redirection/tab.cpp section * Missing Frequent * remove auto-cooling * remove thumbnails * seam pointers * walls * infill * Image standarization * Fix broken internal links * Add reference note to Arachne wall generator docs * OrcaSlicer std * PrusaSlicer std * 2d-lateral xlsx * vertical patterns * Redirections fix * Update speed_settings_overhang_speed.md * Fix to action * FlowRate Co-Authored-By: MxBrnr <142743732+MxBrnr@users.noreply.github.com> * Top Bottom Shells * advanced strength * Action fix * Update How-to-wiki.md * Home.md icons and reorganize sections * Home Icons fix * Update cornering-calib.md * Update strength_settings_infill.md * Update Auxiliary-fan.md Co-Authored-By: Fisheye_3D <78997080+fisheye3d@users.noreply.github.com> * Add warning about wiki maintenance status
This commit is contained in:
@@ -10,38 +10,46 @@
|
||||
|
||||
## Align infill direction to model
|
||||
|
||||
Aligns infill and surface fill directions to follow the model's orientation on the build plate. When enabled, fill directions rotate with the model to maintain optimal strength characteristics.
|
||||
Aligns infill and surface fill directions to follow the model's orientation on the build plate.
|
||||
When enabled, fill directions rotate with the model to maintain optimal characteristics.
|
||||
|
||||

|
||||
|
||||
## Bridge infill direction
|
||||
|
||||
Bridging angle override. If left to zero, the bridging angle will be calculated automatically. Otherwise the provided angle will be used for bridges. Use 180° for zero angle.
|
||||
Bridging angle override.
|
||||
If left at zero, the bridging angle will be calculated automatically. Otherwise, the provided angle will be used for bridges.
|
||||
Use 180° to represent a zero angle.
|
||||
|
||||
## Minimum sparse infill threshold
|
||||
|
||||
Sparse infill area which is smaller than threshold value is replaced by internal solid infill.
|
||||
Sparse infill areas smaller than the threshold value are replaced by [internal solid infill](strength_settings_infill#internal-solid-infill).
|
||||
This setting helps to ensure that small areas of sparse infill do not compromise the strength of the print. It is particularly useful for models with intricate designs or small features where sparse infill may not provide sufficient support.
|
||||
|
||||
## Infill Combination
|
||||
|
||||
Automatically Combine sparse infill of several layers to print together to reduce time. Wall is still printed with original layer height.
|
||||
Automatically combine [sparse infill](strength_settings_infill) of several layers so they print together and reduce print time and while increasing strength. While walls are still printed with the original [layer height](quality_settings_layer_height).
|
||||
|
||||

|
||||
|
||||
### Max layer height
|
||||
|
||||
Maximum layer height for the combined sparse infill.
|
||||
Set it to 0 or 100% to use the nozzle diameter (for maximum reduction in print time) or a value of ~80% to maximize sparse infill strength.
|
||||
Set it to 0 or 100% to use the nozzle diameter (for maximum reduction in print time), or to a value of ~80% to maximize sparse infill strength.
|
||||
|
||||
The number of layers over which infill is combined is derived by dividing this value with the layer height and rounded down to the nearest decimal.
|
||||
The number of layers over which infill is combined is derived by dividing this value by the layer height and rounding down to the nearest decimal.
|
||||
|
||||
Use either absolute mm values (eg. 0.32mm for a 0.4mm nozzle) or % values (eg 80%). This value must not be larger than the nozzle diameter.
|
||||
Use either absolute mm values (e.g., 0.32mm for a 0.4mm nozzle) or percentages (e.g., 80%). This value must not be larger than the nozzle diameter.
|
||||
|
||||
## Detect narrow internal solid infill
|
||||
|
||||
This option will auto-detect narrow internal solid infill areas. If enabled, the concentric pattern will be used for the area to speed up printing. Otherwise, the rectilinear pattern will be used by default.
|
||||
This option auto-detects narrow internal solid infill areas. If enabled, the [concentric pattern](strength_settings_patterns#concentric) will be used in those areas to speed up printing. Otherwise, the [rectilinear pattern](strength_settings_patterns#rectilinear) will be used by default.
|
||||
|
||||
## Ensure vertical shell thickness
|
||||
|
||||
Add solid infill near sloping surfaces to guarantee the vertical shell thickness (top+bottom solid layers).
|
||||
Add solid infill near sloping surfaces to guarantee the vertical shell thickness (top and bottom solid layers).
|
||||
|
||||
- **None**: No solid infill will be added anywhere. Caution: Use this option carefully if your model has sloped surfaces.
|
||||
- **None**: No solid infill will be added anywhere. **Caution:** Use this option carefully if your model has sloped surfaces.
|
||||
- **Critical Only**: Avoid adding solid infill for walls.
|
||||
- **Moderate**: Add solid infill for heavily sloping surfaces only.
|
||||
- **All (default)**: Add solid infill for all suitable sloping surfaces.
|
||||
|
||||
Reference in New Issue
Block a user