mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 03:07:55 -06:00

* Add process images * Reorder like GUI + images * GUI images subfolder * MVF restandarizarion (naming pending) Update volumetric speed calibration docs and image paths * Improved SVGs * Infill Wall Overlap * Apply gap fill + Anchor * Minor change * Internal Solid Infill * Images++ * Step file import image update * Add VFA calibration documentation and images * fix pa-tower image not visible * Removed WIP in not implemented features. * Added Old and New Order in xlsx * Wall generator * Wiki #9924 * New Zag Infills Co-Authored-By: Rodrigo <162915171+RF47@users.noreply.github.com> * Infill Rescaled images + sharpness 2d honeycomb image fix * Update infill_desc_calculator.xlsx * Rename extrusion rate smoothing references for consistency * Add wiki and link for top/bottom shells settings * Updated Wiki Links tab.cpp * Update infill_desc_calculator.xlsx * Fix indentation in top/bottom shells option group * Fill images optimized Removed Metadata Reduce color bit to 16 --------- Co-authored-by: Rodrigo <162915171+RF47@users.noreply.github.com>
127 lines
4.9 KiB
Markdown
127 lines
4.9 KiB
Markdown
# Welcome to the OrcaSlicer WIKI!
|
||
|
||
Orca slicer is a powerful open source slicer for FFF (FDM) 3D Printers. This wiki page aims to provide an detailed explanation of the slicer settings, how to get the most out of them as well as how to calibrate and setup your printer.
|
||
|
||
- [Printer Settings](#printer-settings)
|
||
- [Material Settings](#material-settings)
|
||
- [Prepare](#prepare)
|
||
- [Process Settings](#process-settings)
|
||
- [Quality Settings](#quality-settings)
|
||
- [Strength Settings](#strength-settings)
|
||
- [Speed Settings](#speed-settings)
|
||
- [Support Settings](#support-settings)
|
||
- [Multimaterial Settings](#multimaterial-settings)
|
||
- [Others Settings](#others-settings)
|
||
- [Calibrations](#calibrations)
|
||
- [Developer Section](#developer-section)
|
||
|
||
> [!NOTE]
|
||
> The Wiki is **Work In Progress** so bear with us while we get it up and running!
|
||
> Please consider contributing to the wiki following the [How to contribute to the wiki](How-to-wiki) guide.
|
||
|
||
## Printer Settings
|
||
|
||

|
||
|
||
- [Air filtration/Exhaust fan handling](air-filtration)
|
||
- [Auxiliary fan handling](Auxiliary-fan)
|
||
- [Chamber temperature control](chamber-temperature)
|
||
- [Adaptive Bed Mesh](adaptive-bed-mesh)
|
||
- [Using different bed types in Orca](bed-types)
|
||
|
||
## Material Settings
|
||
|
||

|
||
|
||
- [Single Extruder Multimaterial](semm)
|
||
- [Pellet Printers (pellet flow coefficient)](pellet-flow-coefficient)
|
||
|
||
## Prepare
|
||
|
||
First steps to prepare your model/s for printing.
|
||
|
||
- [STL Transformation](stl-transformation)
|
||
|
||
## Process Settings
|
||
|
||

|
||
|
||
The below sections provide a detailed settings explanation as well as tips and tricks in setting these for optimal print results.
|
||
|
||
### Quality Settings
|
||
|
||

|
||
|
||
- [Layer Height Settings](quality_settings_layer_height)
|
||
- [Line Width Settings](quality_settings_line_width)
|
||
- [Seam Settings](quality_settings_seam)
|
||
- [Precision](quality_settings_precision)
|
||
- [Precise Wall](quality_settings_precision#precise-wall)
|
||
- [Precise Z Height](quality_settings_precision#precise-z-height)
|
||
- [Slice gap closing radius](quality_settings_precision#slice-gap-closing-radius)
|
||
- [Resolution](quality_settings_precision#resolution)
|
||
- [Arc fitting](quality_settings_precision#arc-fitting)
|
||
- [X-Y Compensation](quality_settings_precision#x-y-compensation)
|
||
- [Elephant foot compensation](quality_settings_precision#elephant-foot-compensation)
|
||
- [Precise wall](quality_settings_precision#precise-wall)
|
||
- [Precise Z Height](quality_settings_precision#precise-z-height)
|
||
- [Polyholes](quality_settings_precision#polyholes)
|
||
- [Wall generator](quality_settings_wall_generator)
|
||
|
||
### Strength Settings
|
||
|
||

|
||
|
||
- [Top and Bottom Shells](strength_settings_top_bottom_shells)
|
||
- [Infill](strength_settings_infill)
|
||
|
||
### Speed Settings
|
||
|
||

|
||
|
||
- [Extrusion rate smoothing](speed_settings_extrusion_rate_smoothing)
|
||
|
||
### Support Settings
|
||
|
||

|
||
|
||
WIP...
|
||
|
||
### Multimaterial Settings
|
||
|
||

|
||
|
||
WIP...
|
||
|
||
### Others Settings
|
||
|
||

|
||
|
||
WIP...
|
||
|
||
## Calibrations
|
||
|
||
The [Calibration Guide](Calibration) outlines Orca’s key calibration tests and their suggested order of execution.
|
||
|
||
- [Temperature](temp-calib)
|
||
- [Flow Rate](flow-rate-calib)
|
||
- [Pressure Advance](pressure-advance-calib)
|
||
- [Adaptive Pressure Advance Guide](adaptive-pressure-advance-calib)
|
||
- [Retraction](retraction-calib)
|
||
- [Tolerance](tolerance-calib)
|
||
- Advanced:
|
||
- [Volumetric Speed](volumetric-speed-calib)
|
||
- [Cornering (Jerk & Junction Deviation)](cornering-calib)
|
||
- [Input Shaping](input-shaping-calib)
|
||
|
||
## Developer Section
|
||
|
||
This is a documentation from someone exploring the code and is by no means complete or even completely accurate. Please edit the parts you might find inaccurate. This is probably going to be helpful nonetheless.
|
||
|
||
- [How to build Orca Slicer](How-to-build)
|
||
- [Localization and translation guide](Localization_guide)
|
||
- [How to create profiles](How-to-create-profiles)
|
||
- [How to contribute to the wiki](How-to-wiki)
|
||
- [Preset, PresetBundle and PresetCollection](Preset-and-bundle)
|
||
- [Plater, Sidebar, Tab, ComboBox](plater-sidebar-tab-combobox)
|
||
- [Slicing Call Hierarchy](slicing-hierarchy)
|