forked from SoftFever/OrcaSlicer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/koppensb/OrcaSlicer
- Loading branch information
Showing
695 changed files
with
40,420 additions
and
16,780 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
github: SoftFever | ||
ko_fi: SoftFever | ||
custom: https://paypal.me/softfever3d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
name: Update Translation Catalog | ||
on: | ||
# schedule: | ||
# - cron: 0 0 * * 1 | ||
workflow_dispatch: | ||
|
||
jobs: | ||
update_translation: | ||
name: Update translation | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
|
||
- name: Setup Python | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: '3.12' | ||
|
||
- name: Install gettext | ||
run: | | ||
sudo apt-get update | ||
sudo apt-get install -y gettext | ||
- name: Update translation catalog | ||
run: | | ||
./run_gettext.sh --full | ||
git add localization/i18n/* | ||
- name: Commit translation catalog updates | ||
uses: qoomon/actions--create-commit@v1 | ||
id: commit | ||
with: | ||
message: Update translation catalog | ||
skip-empty: true | ||
|
||
- name: Push changes | ||
run: git push |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,38 @@ | ||
Welcome to the OrcaSlicer WIKI! | ||
# Welcome to the OrcaSlicer WIKI! | ||
|
||
We have divided it roughly into the following pages: | ||
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. | ||
|
||
- [Calibration](./Calibration) | ||
- [Print settings](./Print-settings) | ||
The Wiki is work in progress so bear with us while we get it up and running! | ||
|
||
## Print Settings, Tips and Tricks (Work In Progress) | ||
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) | ||
- [Precise wall](Precise-wall) | ||
|
||
### Speed Settings | ||
- [Extrusion rate smoothing](extrusion-rate-smoothing) | ||
|
||
### Multi material | ||
- [Single Extruder Multimaterial](semm) | ||
|
||
### 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) | ||
- [Pellet Printers (pellet flow coefficient)](pellet-flow-coefficient) | ||
|
||
## Printer Calibration | ||
The guide below takes you through the key calibration tests in Orca - flow rate, pressure advance, print temperature, retraction, tolerances and maximum volumetric speed | ||
- [Calibration Guide](./Calibration) | ||
- [Adaptive Pressure Advance Guide](adaptive-pressure-advance) | ||
|
||
## Developer Section | ||
- [How to build Orca Slicer](./How-to-build) | ||
- [Developer Reference](./developer-reference/Home) | ||
- [Localization and translation guide](Localization_guide) | ||
- [Developer Reference](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/developer-reference/Home.md) |
Oops, something went wrong.