Skip to content

Commit

Permalink
Merge branch 'main' into Bug-Fix-IOI-re-ordering-failing-to-reorder-i…
Browse files Browse the repository at this point in the history
…n-certain-edge-cases
  • Loading branch information
igiannakas authored Mar 6, 2025
2 parents 334937b + fc2335e commit 2768324
Show file tree
Hide file tree
Showing 24 changed files with 7,340 additions and 6,582 deletions.
2 changes: 1 addition & 1 deletion deps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ endif ()
# option(DEP_BUILD_IGL_STATIC "Build IGL as a static library. Might cause link errors and increase binary size." OFF)

message(STATUS "OrcaSlicer deps DESTDIR: ${DESTDIR}")
message(STATUS "OrcaSlicer dowload dir for source packages: ${DEP_DOWNLOAD_DIR}")
message(STATUS "OrcaSlicer download dir for source packages: ${DEP_DOWNLOAD_DIR}")
message(STATUS "OrcaSlicer deps debug build: ${DEP_DEBUG}")

find_package(Git REQUIRED)
Expand Down
20 changes: 12 additions & 8 deletions localization/i18n/OrcaSlicer.pot
Original file line number Diff line number Diff line change
Expand Up @@ -4700,16 +4700,19 @@ msgid "&Help"
msgstr ""

#, possible-c-format, possible-boost-format
msgid "A file exists with the same name: %s, do you want to override it."
msgid "A file exists with the same name: %s, do you want to overwrite it?"
msgstr ""

#, possible-c-format, possible-boost-format
msgid "A config exists with the same name: %s, do you want to override it."
msgid "A config exists with the same name: %s, do you want to overwrite it?"
msgstr ""

msgid "Overwrite file"
msgstr ""

msgid "Overwrite config"
msgstr ""

msgid "Yes to All"
msgstr ""

Expand Down Expand Up @@ -6166,9 +6169,9 @@ msgstr ""

#, possible-c-format, possible-boost-format
msgid ""
"Plate% d: %s is not suggested to be used to print filament %s(%s). If you "
"Plate %d: %s is not suggested to be used to print filament %s(%s). If you "
"still want to do this printing, please set this filament's bed temperature "
"to non zero."
"to non-zero."
msgstr ""

msgid "Switching the language requires application restart.\n"
Expand Down Expand Up @@ -12234,15 +12237,16 @@ msgstr ""
msgid "Max XY Smoothing"
msgstr ""

#, no-c-format, no-boost-format
msgid ""
"Maximum distance to move points in XY to try to achieve a smooth spiralIf "
"Maximum distance to move points in XY to try to achieve a smooth spiral. If "
"expressed as a %, it will be computed over nozzle diameter"
msgstr ""

msgid "Spiral starting flow ratio"
msgstr ""

#, possible-c-format, possible-boost-format
#, no-c-format, no-boost-format
msgid ""
"Sets the starting flow ratio while transitioning from the last bottom layer "
"to the spiral. Normally the spiral transition scales the flow ratio from "
Expand All @@ -12253,7 +12257,7 @@ msgstr ""
msgid "Spiral finishing flow ratio"
msgstr ""

#, possible-c-format, possible-boost-format
#, no-c-format, no-boost-format
msgid ""
"Sets the finishing flow ratio while ending the spiral. Normally the spiral "
"transition scales the flow ratio from 100% to 0% during the last loop which "
Expand Down Expand Up @@ -13388,7 +13392,7 @@ msgid ""
"trace\n"
msgstr ""

msgid "Enable timeplapse for print"
msgid "Enable timelapse for print"
msgstr ""

msgid "If enabled, this slicing will be considered using timelapse"
Expand Down
Loading

0 comments on commit 2768324

Please sign in to comment.