mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-25 09:08:38 -07:00
* Actually build tests on Linux and allow RelWithDebInfo
They weren't being built.
Also cleaned up --config flags which enables RelWithDebInfo on Linux,
now that Ninja Multi-Config is used, it's quite trivial.
* Remove obsolete Slic3r Perl tests
The directory doesn't exist, they're already gone.
* Add GH job for running unit tests
* Move unit test execution to script and upload test results
* Don't run scheduled builds on forks
* Only deploy from SoftFever/OrcaSlicer
Will stop failures on forks
* Use artifact instead of cache
* Tweak archive and checkout paths
Keep getting error:
```
/home/runner/work/_temp/902d0a0a-6d23-4fe0-a643-8b5cc4efd25b.sh: line 1: scripts/run_unit_tests.sh: Permission denied
```
That seems to be because I didn't use actions/checkout, the working
directory is never setup correctly? So using checkout to get scripts
directory. Unsure if archive will preserve the `build/tests/` prefix;
will find out soon.
* Use tar to package directory and write results to correct directory
Tar preserves filenames and directory structure
* Use tar -xvf not -xzf
Muscle memory failed me
* Add testing wiki page
* Save test logs on failure and choose correct directory for junit
* Consolidate apt install steps, use for unit tests too, disable non-Linux builds
Temporarily disable non-Linux builds to save time while developing
this.
Cache the apt packages to save some time searching apt and downloading
them again (though I realize this is also downloading, but hopefully
by something closer and faster).
Remove all the redundant packages listed in the workflow and debian
distribution lists.
* Remove apt install steps from workflow
`./build-linux.sh -u` is supposed to install all needed packages, so
it should build without needing anything besides that. If I'm wrong
this commit will be dropped.
* Need composite action checked out locally
* Re-enable non-Linux builds now that it's working
* Skip a deploy and a notarize in forks
They only succeed in the main repo.
* Fix multi-build for non-Release builds: share CONFIG
* Correct build errors in unit tests
Indeterminate method signatures resolved. Updated script to build all
the tests.
* Fix -g vs -e for RelWithDebInfo
* Change CONFIG->BUILD_CONFIG
Missed one in prior commits
* Reduce wasteful redundant build artifact copies
1. Don't copy the artifacts and leave them; make a hard link first;
only make a copy only while creating AppImage.
2. Don't tar up the `package` directory; nothing uses this tar AFAICT
* Fix directory name
* Change jigsaw auth test URLs to httpbin.org
No idea why the basic auth doesn't work, but it doesn't work for
`curl` CLI either. This does.
* Remove force-build
It got reverted at
e3f049829b
for unknown reasons.
* Add timeout for unit tests in GitHub Actions workflow (#11146)
---------
Co-authored-by: SoftFever <softfeverever@gmail.com>
161 lines
12 KiB
Markdown
161 lines
12 KiB
Markdown
# Welcome to the OrcaSlicer WIKI!
|
||
|
||
OrcaSlicer 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)
|
||
- [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)
|
||
- [Prepare](#prepare)
|
||
- [Calibrations](#calibrations)
|
||
- [Developer Section](#developer-section)
|
||
|
||
> [!WARNING]
|
||
> This wiki is community-maintained.
|
||
> Some pages may be **outdated** while others may be **newer** and present only in [nightly build](https://github.com/SoftFever/OrcaSlicer/releases/tag/nightly-builds) or [latest release](https://github.com/SoftFever/OrcaSlicer/releases).
|
||
|
||
> [!NOTE]
|
||
> Please consider contributing to the wiki following the [How to contribute to the wiki](How-to-wiki) guide.
|
||
|
||
## Printer Settings
|
||
|
||

|
||
|
||
 Settings related to the 3D printer hardware and its configuration.
|
||
|
||
- [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
|
||
|
||

|
||
|
||
 Settings related to the 3D printing material.
|
||
|
||
- [Single Extruder Multimaterial](semm)
|
||
- [Pellet Printers (pellet flow coefficient)](pellet-flow-coefficient)
|
||
|
||
## Process Settings
|
||
|
||

|
||
|
||
 Settings related to the 3D printing process.
|
||
|
||
### Quality Settings
|
||
|
||
 Settings related to print quality and aesthetics.
|
||

|
||
|
||
-  [Layer Height Settings](quality_settings_layer_height)
|
||
-  [Line Width Settings](quality_settings_line_width)
|
||
-  [Seam Settings](quality_settings_seam)
|
||
-  [Precision](quality_settings_precision)
|
||
-  [Ironing](quality_settings_ironing)
|
||
-  [Wall generator](quality_settings_wall_generator)
|
||
-  [Walls and surfaces](quality_settings_wall_and_surfaces)
|
||
-  [Bridging](quality_settings_bridging)
|
||
-  [Overhangs](quality_settings_overhangs)
|
||
|
||
### Strength Settings
|
||
|
||
 Settings related to print strength and durability.
|
||

|
||
|
||
-  [Walls](strength_settings_walls)
|
||
-  [Top and Bottom Shells](strength_settings_top_bottom_shells)
|
||
-  [Infill](strength_settings_infill)
|
||
-  [Fill Patterns](strength_settings_patterns)
|
||
-  [Template Metalanguage for infill rotation](strength_settings_infill_rotation_template_metalanguage)
|
||
-  [Advanced](strength_settings_advanced)
|
||
|
||
### Speed Settings
|
||
|
||
 Settings related to print speed and movement.
|
||

|
||
|
||
-  [Initial Layer Speed](speed_settings_initial_layer_speed)
|
||
-  [Other Layers Speed](speed_settings_other_layers_speed)
|
||
-  [Overhang Speed](speed_settings_overhang_speed)
|
||
-  [Travel Speed](speed_settings_travel)
|
||
-  [Acceleration](speed_settings_acceleration)
|
||
-  [Jerk (XY)](speed_settings_jerk_xy)
|
||
-  [Advanced / Extrusion rate smoothing](speed_settings_advanced)
|
||
|
||
### Support Settings
|
||
|
||
 Settings related to support structures and their properties.
|
||

|
||
|
||
-  [Support](support_settings_support)
|
||
-  [Raft](support_settings_raft)
|
||
-  [Support Filament](support_settings_filament)
|
||
-  [Support Ironing](support_settings_ironing)
|
||
-  [Advanced](support_settings_advanced)
|
||
-  [Tree Supports](support_settings_tree)
|
||
|
||
### Multimaterial Settings
|
||
|
||
 Settings related to multimaterial printing.
|
||

|
||
|
||
-  [Prime Tower](multimaterial_settings_prime_tower)
|
||
-  [Filament for Features](multimaterial_settings_filament_for_features)
|
||
-  [Ooze Prevention](multimaterial_settings_ooze_prevention)
|
||
-  [Flush Options](multimaterial_settings_flush_options)
|
||
-  [Advanced](multimaterial_settings_advanced)
|
||
|
||
### Others Settings
|
||
|
||
 Settings related to various other print settings.
|
||

|
||
|
||
-  [Skirt](others_settings_skirt)
|
||
-  [Brim](others_settings_brim)
|
||
-  [Special Mode](others_settings_special_mode)
|
||
-  [Fuzzy Skin](others_settings_fuzzy_skin)
|
||
-  [G-Code Output](others_settings_g_code_output)
|
||
-  [Post Processing Scripts](others_settings_post_processing_scripts)
|
||
-  [Notes](others_settings_notes)
|
||
|
||
## Prepare
|
||
|
||
 First steps to prepare your model/s for printing.
|
||
|
||
- [STL Transformation](stl-transformation)
|
||
|
||
## 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)
|
||
- [VFA](vfa-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 OrcaSlicer](How-to-build)
|
||
- [How to run tests](How-to-test)
|
||
- [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)
|