Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into dev/gizmo
Browse files Browse the repository at this point in the history
  • Loading branch information
Noisyfox committed Nov 8, 2023
2 parents 483475f + 2d849fe commit 5f001c8
Show file tree
Hide file tree
Showing 69 changed files with 8,071 additions and 4,585 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/orca_bot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Orca bot
on:
schedule:
- cron: "0 0 * * *"

jobs:
close-issues:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v5
with:
days-before-issue-stale: 90
days-before-issue-close: 14
operations-per-run: 1000
stale-issue-label: "stale"
stale-issue-message: "GitHub bot: this issue is stale because it has been open for 90 days with no activity."
close-issue-message: "GitHub bot: This issue was closed because it has been inactive for 14 days since being marked as stale."
days-before-pr-stale: -1
days-before-pr-close: -1
remove-issue-stale-when-updated: true
remove-pr-stale-when-updated: true
repo-token: ${{ secrets.GITHUB_TOKEN }}
55 changes: 25 additions & 30 deletions localization/i18n/OrcaSlicer.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-02 15:32+0100\n"
"POT-Creation-Date: 2023-11-07 21:36+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -2940,7 +2940,7 @@ msgstr ""
msgid "Size:"
msgstr ""

#, possible-boost-format
#, possible-c-format, possible-boost-format
msgid ""
"Conflicts of gcode paths have been found at layer %d, z = %.2lf mm. Please "
"separate the conflicted objects farther (%s <-> %s)."
Expand Down Expand Up @@ -4830,12 +4830,6 @@ msgstr ""
msgid "If enabled, sets OrcaSlicer as default application to open .step files"
msgstr ""

msgid "Online Models"
msgstr ""

msgid "Show online staff-picked models on the home page"
msgstr ""

msgid "Maximum recent projects"
msgstr ""

Expand Down Expand Up @@ -5522,8 +5516,8 @@ msgstr ""
msgid ""
"When recording timelapse without toolhead, it is recommended to add a "
"\"Timelapse Wipe Tower\" \n"
"by right-click the empty position of build plate and choose \"Add "
"Primitive\"->\"Timelapse Wipe Tower\"."
"by right-click the empty position of build plate and choose \"Add Primitive"
"\"->\"Timelapse Wipe Tower\"."
msgstr ""

msgid "Line width"
Expand Down Expand Up @@ -7414,6 +7408,14 @@ msgstr ""
msgid "End G-code when finish the printing of this filament"
msgstr ""

msgid "Ensure vertical shell thickness"
msgstr ""

msgid ""
"Add solid infill near sloping surfaces to guarantee the vertical shell "
"thickness (top+bottom solid layers)"
msgstr ""

msgid "Top surface pattern"
msgstr ""

Expand Down Expand Up @@ -8017,10 +8019,10 @@ msgstr ""

msgid ""
"Fan speed will be ramped up linearly from zero at layer "
"\"close_fan_the_first_x_layers\" to maximum at layer "
"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower "
"than \"close_fan_the_first_x_layers\", in which case the fan will be running "
"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1."
"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer"
"\". \"full_fan_speed_layer\" will be ignored if lower than "
"\"close_fan_the_first_x_layers\", in which case the fan will be running at "
"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1."
msgstr ""

msgid "Support interface fan speed"
Expand Down Expand Up @@ -8784,22 +8786,6 @@ msgid ""
"print when travel move. Using spiral line to lift z can prevent stringing"
msgstr ""

msgid "Z hop lower boundary"
msgstr ""

msgid ""
"Z hop will only come into effect when Z is above this value and is below the "
"parameter: \"Z hop upper boundary\""
msgstr ""

msgid "Z hop upper boundary"
msgstr ""

msgid ""
"If this value is positive, Z hop will only come into effect when Z is above "
"the parameter: \"Z hop lower boundary\" and is below this value"
msgstr ""

msgid "Z hop type"
msgstr ""

Expand Down Expand Up @@ -9749,6 +9735,15 @@ msgid ""
"itself. It's expressed as a percentage over nozzle diameter"
msgstr ""

msgid "Detect narrow internal solid infill"
msgstr ""

msgid ""
"This option will auto detect narrow internal solid infill area. If enabled, "
"concentric pattern will be used for the area to speed printing up. "
"Otherwise, rectilinear pattern is used defaultly."
msgstr ""

msgid "invalid value "
msgstr ""

Expand Down
Loading

0 comments on commit 5f001c8

Please sign in to comment.