diff --git a/CMakeLists.txt b/CMakeLists.txt
index b062604fba6..197694e0208 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -314,6 +314,8 @@ if (SLIC3R_ASAN)
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fsanitize=address")
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -fsanitize=address")
set(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -fsanitize=address")
+ else()
+ add_compile_definitions(_DISABLE_STRING_ANNOTATION=1 _DISABLE_VECTOR_ANNOTATION=1)
endif ()
if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
diff --git a/README.md b/README.md
index 3f492a5835b..da42312e32b 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,10 @@ Orca Slicer is an open source slicer for FDM printers.
![discord-mark-blue](https://github.com/SoftFever/OrcaSlicer/assets/103989404/b97d5ffc-072d-4d0a-bbda-e67ef373876f) Join community: [OrcaSlicer Official Discord Server](https://discord.gg/P4VE9UY9gJ)
+đšđšđšAlertđšđšđš: "orcaslicer.net" is **NOT** an our website and appears to be potentially malicious. The content there is AI-generated, which means it lacks genuine context and it's only purpose is to profit from ADs and worse: they can redirect download links to harmful sources. Please avoid downloading OrcaSlicer from this site, as the download links could be compromised at any time.
+The only official platforms for OrcaSlicer are the GitHub project page and the Discord channel mentioned above.
+I really value the OrcaSlicer community and appreciate all the social groups that have formed. However, itâs important to address that itâs harmful if any group falsely claims to be official or misleads its members. If you notice such a group or are part of one, please help by encouraging the group owner to add a clear disclaimer or by warning its members.
+
# Main features
- Auto calibrations for all printers
- Sandwich(inner-outer-inner) mode - an improved version of the `External perimeters first` mode
@@ -13,6 +17,12 @@ Orca Slicer is an open source slicer for FDM printers.
- More granular controls
- More features can be found in [change notes](https://github.com/SoftFever/OrcaSlicer/releases/)
+# Wiki
+The wiki below aims to provide a detailed explanation of the slicer settings, how to get the most out of them as well as how to calibrate and setup your printer.
+
+The wiki is work in progress so bear with us while we get it up and running!
+
+**[Access the wiki here](https://github.com/SoftFever/OrcaSlicer/wiki)**
# Download
diff --git a/doc/Home.md b/doc/Home.md
index fce4bc34805..998edbe4090 100644
--- a/doc/Home.md
+++ b/doc/Home.md
@@ -8,13 +8,13 @@ The Wiki is work in progress so bear with us while we get it up and running!
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](print_settings/quality/quality_settings_layer_height)
-- [Line Width Settings](print_settings/quality/quality_settings_line_width)
-- [Seam Settings](print_settings/quality/quality_settings_seam)
+- [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](print_settings/speed/extrusion-rate-smoothing)
+- [Extrusion rate smoothing](extrusion-rate-smoothing)
### Multi material
- [Single Extruder Multimaterial](semm)
@@ -30,8 +30,9 @@ The below sections provide a detailed settings explanation as well as tips and t
## 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)
- [Localization and translation guide](Localization_guide)
-- [Developer Reference](./developer-reference/Home)
+- [Developer Reference](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/developer-reference/Home.md)
diff --git a/doc/adaptive-pressure-advance.md b/doc/adaptive-pressure-advance.md
new file mode 100644
index 00000000000..3528352b4a9
--- /dev/null
+++ b/doc/adaptive-pressure-advance.md
@@ -0,0 +1,176 @@
+# Adaptive Pressure Advance
+
+This feature aims to dynamically adjust the printerâs pressure advance to better match the conditions the toolhead is facing during a print. Specifically, to more closely align to the ideal values as flow rate, acceleration, and bridges are encountered.
+This wiki page aims to explain how this feature works, the prerequisites required to get the most out of it as well as how to calibrate it and set it up.
+
+## Settings Overview
+
+This feature introduces the below options under the filament settings:
+
+1. **Enable adaptive pressure advance:** This is the on/off setting switch for adaptive pressure advance.
+2. **Enable adaptive pressure advance for overhangs:** Enable adaptive PA for overhangs as well as when flow changes within the same feature. This is an experimental option because if the PA profile is not set accurately, it will cause uniformity issues on the external surfaces before and after overhangs. It is recommended to start with this option switched off and enable it after the core adaptive pressure advance feature is calibrated correctly.
+3. **Pressure advance for bridges:** Sets the desired pressure advance value for bridges. Set it to 0 to disable this feature. Experiments have shown that a lower PA value when printing bridges helps reduce the appearance of slight under extrusion immediately after a bridge, which is caused by the pressure drop in the nozzle when printing in the air. Therefore, a lower pressure advance value helps counteract this. A good starting point is approximately half your usual PA value.
+4. **Adaptive pressure advance measurements:** This field contains the calibration values used to generate the pressure advance profile for the nozzle/printer. Input sets of pressure advance (PA) values and the corresponding volumetric flow speeds and accelerations they were measured at, separated by a comma. Add one set of values per line. More information on how to calibrate the model follows in the sections below.
+5. **Pressure advance:** The old field is still needed and is required to be populated with a PA value. A âgood enoughâ median PA value should be entered here, as this will act as a fallback value when performing tool changes, printing a purge/wipe tower for multi-color prints as well as a fallback in case the model fails to identify an appropriate value (unlikely but itâs the ultimate backstop).
+
+
+
+
+## Pre-Requisites
+
+This feature has been tested with Klipper-based printers. While it may work with Marlin or Bambu lab printers, it is currently untested with them. It shouldnât adversely affect the machine; however, the quality results from enabling it are not validated.
+
+**Older versions of Klipper used to stutter when pressure advance was changed while the toolhead was in motion. This has been fixed with the latest Klipper firmware releases. Therefore, make sure your Klipper installation is updated to the latest version before enabling this feature, in order to avoid any adverse quality impacts.**
+
+Klipper firmware released after July 11th, 2024 (version greater than approximately v0.12.0-267) contains the above fix and is compatible with adaptive pressure advance. If you are upgrading from an older version, make sure you update both your Klipper installation as well as reflash the printer MCUâs (main board and toolhead board if present).
+
+## Use case (what to expect)
+
+Following experimentation, it has been noticed that the optimal pressure advance value is less:
+
+1. The faster you print (hence the higher the volumetric flow rate requested from the toolhead).
+2. The larger the layer height (hence the higher the volumetric flow rate requested from the toolhead).
+3. The higher the print acceleration is.
+
+What this means is that we never get ideal PA values for each print feature, especially when they vary drastically in speed and acceleration. We can tune PA for a faster print speed (flow) but compromise on corner sharpness for slower speeds or tune PA for corner sharpness and deal with slight corner-perimeter separation in faster speeds. The same goes for accelerations as well as different layer heights.
+
+This compromise usually means that we settle for tuning an "in-between" PA value between slower external features and faster internal features so we don't get gaps, but also not get too much bulging in external perimeters.
+
+**However, what this also means is that if you are printing with a single layer height, single speed, and acceleration, there is no need to enable this feature.**
+
+Adaptive pressure advance aims to address this limitation by implementing a completely different method of setting pressure advance. **Following a set of PA calibration tests done at different flow rates (speeds and layer heights) and accelerations, a pressure advance model is calculated by the slicer.** Then that model is used to emit the best fit PA for any arbitrary feature flow rate (speed) and acceleration used in the print process.
+
+In addition, it means that you only need to tune this feature once and print across different layer heights with good PA performance.
+
+Finally, if during calibration you notice that there is little to no variance between the PA tests, this feature is redundant for you. **From experiments, high flow nozzles fitted on high-speed core XY printers appear to benefit the most from this feature as they print with a larger range of flow rates and at a larger range of accelerations.**
+
+### Expected results:
+
+With this feature enabled there should be absolutely no bulge in the corners, just the smooth rounding caused by the square corner velocity of your printer.
+![337601149-cbd96b75-a49f-4dde-ab5a-9bbaf96eae9c](https://github.com/user-attachments/assets/01234996-0528-4462-90c6-43828a246e41)
+In addition, seams should appear smooth with no bulging or under extrusion.
+![337601500-95e2350f-cffd-4af5-9c7a-e8f60870db7b](https://github.com/user-attachments/assets/46e16f2a-cf52-4862-ab06-12883b909615)
+Solid infill should have no gaps, pinholes, or separation from the perimeters.
+![337616471-9d949a67-c8b3-477e-9f06-c429d4e40be0](https://github.com/user-attachments/assets/3b8ddbff-47e7-48b5-9576-3d9e7fb24a9d)
+Compared to with this feature disabled, where the internal solid infill and external-internal perimeters show signs of separation and under extrusion, when PA is tuned for optimal external perimeter performance as shown below.
+![337621601-eacc816d-cff0-42e4-965d-fb5c00d34205](https://github.com/user-attachments/assets/82edfd96-d870-48fe-91c7-012e8c0d9ed0)
+
+
+## How to calibrate the adaptive pressure advance model
+
+### Defining the calibration sets
+
+Firstly, it is important to understand your printer speed and acceleration limits in order to set meaningful boundaries for the calibrations:
+
+1. **Upper acceleration range:** Do not attempt to calibrate adaptive PA for an acceleration that is larger than what the Klipper input shaper calibration tool recommends for your selected shaper. For example, if Klipper recommends an EI shaper with 4k maximum acceleration for your slowest axis (usually the Y axis), donât calibrate adaptive PA beyond that value. This is because after 4k the input shaper smoothing is magnified and the perimeter separations that appear like PA issues are caused by the input shaper smoothing the shape of the corner. Basically, youâd be attempting to compensate for an input shaper artefact with PA.
+2. **Upper print speed range:** The Ellis PA pattern test has been proven to be the most efficient and effective test to run to calibrate adaptive PA. It is fast and allows for a reasonably accurate and easy-to-read PA value. However, the size of the line segments is quite small, which means that for the faster print speeds and slower accelerations, the toolhead will not be able to reach the full flow rate that we are calibrating against. It is therefore generally not recommended to attempt calibration with a print speed of higher than ~200-250mm/sec and accelerations slower than 1k in the PA pattern test. If your lowest acceleration is higher than 1k, then proportionally higher maximum print speeds can be used.
+
+**Remember:** With the calibration process, we aim to create a PA â Flow Rate â Acceleration profile for the toolhead. As we cannot directly control flow rate, we use print speed as a proxy (higher speed -> higher flow).
+
+With the above in mind, letâs create a worked example to identify the optimal number of PA tests to calibrate the adaptive PA model.
+
+**The below starting points are recommended for the majority of Core XY printers:**
+
+1. **Accelerations:** 1k, 2k, 4k
+2. **Print speeds:** 50mm/sec, 100mm/sec, 150mm/sec, 200mm/sec.
+
+**That means we need to run 3x4 = 12 PA tests and identify the optimal PA for them.**
+
+Finally, if the maximum acceleration given by input shaper is materially higher than 4k, run a set of tests with the higher accelerations. For example, if input shaper allows a 6k value, run PA tests as below:
+
+1. **Accelerations:** 1k, 2k, 4k, 6k
+2. **Print speeds:** 50mm/sec, 100mm/sec, 150mm/sec, 200mm/sec.
+
+Similarly, if the maximum value recommended is 12k, run PA tests as below:
+
+1. **Accelerations:** 1k, 2k, 4k, 8k, 12k
+2. **Print speeds:** 50mm/sec, 100mm/sec, 150mm/sec, 200mm/sec.
+
+So, at worst case you will need to run 5x4 = 20 PA tests if your printer acceleration is on the upper end! In essence, you want enough granularity of data points to create a meaningful model while also not overdoing it with the number of tests. So, doubling the speed and acceleration is a good compromise to arrive at the optimal number of tests.
+For this example, letâs assume that the baseline number of tests is adequate for your printer:
+
+1. **Accelerations:** 1k, 2k, 4k
+2. **Print speeds:** 50mm/sec, 100mm/sec, 150mm/sec, 200mm/sec.
+
+We, therefore, need to run 12 PA tests as below:
+
+**Speed â Acceleration**
+ 1. 50 â 1k
+ 2. 100 â 1k
+ 3. 150 â 1k
+ 4. 200 â 1k
+ 5. 50 â 2k
+ 6. 100 â 2k
+ 7. 150 â 2k
+ 8. 200 â 2k
+ 9. 50 â 4k
+ 10. 100 â 4k
+ 11. 150 â 4k
+ 12. 200 â 4k
+
+### Identifying the flow rates from the print speed
+
+As mentioned earlier, **the print speed is used as a proxy to vary the extrusion flow rate**. Once your PA test is set up, change the gcode preview to âflowâ and move the horizontal slider over one of the herringbone patterns and take note of the flow rate for different speeds.
+![337939815-e358b960-cf96-41b5-8c7e-addde927933f](https://github.com/user-attachments/assets/21290435-6f2a-4a21-bcf0-28cd6ae1912a)
+
+
+### Running the tests
+
+Setup your PA test as usual from the calibration menu in Orca slicer. It is recommended that the PA step is set to a small value, to allow you to make meaningful distinctions between the different tests â **therefore a PA step value of 0.001 is recommended. **
+
+**Set the end PA to a value high enough to start showing perimeter separation for the lowest flow (print speed) and acceleration test.** For example, for a Voron 350 using Revo HF, the maximum value was set to 0.05 as that was sufficient to show perimeter separation even at the slowest flow rates and accelerations.
+
+**If the test is too big to fit on the build plate, increase your starting PA value or the PA step value accordingly until the test can fit.** If the lowest value becomes too high and there is no ideal PA present in the test, focus on increasing the PA step value to reduce the number of herringbones printed (hence the size of the print).
+
+
+
+Once setup, your PA test should look like the below:
+
+
+
+
+Now input your identified print speeds and accelerations in the fields above and run the PA tests.
+
+**IMPORTANT:** Make sure your acceleration values are all the same in all text boxes. Same for the print speed values and Jerk (XY) values. Make sure your Jerk value is set to the external perimeter jerk used in your print profiles.
+Now run the tests and note the optimal PA value, the flow, and the acceleration. You should produce a table like this:
+
+
+
+Concatenate the PA value, the flow value, and the acceleration value into the final comma-separated sets to create the values entered in the model as shown above.
+
+**Youâre now done! The PA profile is created and calibrated!**
+
+Remember to paste the values in the adaptive pressure advance measurements text box as shown below, and save your filament profile.
+
+
+
+
+### Tips
+
+#### Model input:
+
+The adaptive PA model built into the slicer is flexible enough to allow for as many or as few increments of flow and acceleration as you want. Ideally, you want at a minimum 3x data points for acceleration and flow in order to create a meaningful model.
+
+However, if you donât want to calibrate for flow, just run the acceleration tests and leave flow the same for each test (in which case youâll input only 3 rows in the model text box). In this case, flow will be ignored when the model is used.
+
+Similarly for acceleration â in the above example youâll input only 4 rows in the model text box, in which case acceleration will be ignored when the model is used.
+
+**However, make sure a triplet of values is always provided â PA value, Flow, Acceleration.**
+
+#### Identifying the right PA:
+
+Higher acceleration and higher flow rate PA tests are easier to identify the optimal PA as the range of âgoodâ values is much narrower. Itâs evident where the PA is too large, as gaps start to appear in the corner and where PA is too low, as the corner starts bulging.
+
+However, the lower the flow rate and accelerations are, the range of good values is much wider. Having examined the PA tests even under a microscope, what is evident, is that if you canât distinguish a value as being evidently better than another (i.e. sharper corner with no gaps) with the naked eye, then both values are correct. In which case, if you canât find any meaningful difference, simply use the optimal values from the higher flow rates.
+
+- **Too high PA**
+
+![Too high PA](https://github.com/user-attachments/assets/ebc4e2d4-373e-42d5-af72-4d5bc81048ca)
+
+- **Too low PA**
+
+![Too low PA](https://github.com/user-attachments/assets/6a2b6f16-7d1c-46d0-91f3-def5ed560318)
+
+- **Optimal PA**
+
+![Optimal PA](https://github.com/user-attachments/assets/cd47cf2e-dd32-47b4-bbdd-1563de8849be)
diff --git a/doc/developer-reference/Home.md b/doc/developer-reference/Home.md
index bdbb65e07a2..ab08f2cbfea 100644
--- a/doc/developer-reference/Home.md
+++ b/doc/developer-reference/Home.md
@@ -2,5 +2,5 @@
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.
-- [Preset, PresetBundle and PresetCollection](./Preset-and-bundle)
-- [Plater, Sidebar, Tab, ComboBox](./plater-sidebar-tab-combobox)
+- [Preset, PresetBundle and PresetCollection](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/developer-reference/Preset-and-bundle.md)
+- [Plater, Sidebar, Tab, ComboBox](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/developer-reference/plater-sidebar-tab-combobox.md)
diff --git a/localization/i18n/OrcaSlicer.pot b/localization/i18n/OrcaSlicer.pot
index 4fea2ad475c..d5d2f245a9d 100644
--- a/localization/i18n/OrcaSlicer.pot
+++ b/localization/i18n/OrcaSlicer.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-08-03 18:54+0200\n"
+"POT-Creation-Date: 2024-08-23 16:24+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
@@ -78,6 +78,9 @@ msgstr ""
msgid "On overhangs only"
msgstr ""
+msgid "Auto support threshold angle: "
+msgstr ""
+
msgid "Circle"
msgstr ""
@@ -97,9 +100,6 @@ msgstr ""
msgid "Highlight faces according to overhang angle."
msgstr ""
-msgid "Auto support threshold angle: "
-msgstr ""
-
msgid "No auto support"
msgstr ""
@@ -1914,6 +1914,9 @@ msgstr ""
msgid "Center"
msgstr ""
+msgid "Drop"
+msgstr ""
+
msgid "Edit Process Settings"
msgstr ""
@@ -3857,6 +3860,15 @@ msgstr ""
msgid "Total cost"
msgstr ""
+msgid "up to"
+msgstr ""
+
+msgid "above"
+msgstr ""
+
+msgid "from"
+msgstr ""
+
msgid "Color Scheme"
msgstr ""
@@ -3920,10 +3932,10 @@ msgstr ""
msgid "Cost"
msgstr ""
-msgid "Print"
+msgid "Color change"
msgstr ""
-msgid "Color change"
+msgid "Print"
msgstr ""
msgid "Printer"
@@ -4109,7 +4121,7 @@ msgstr ""
msgid "Size:"
msgstr ""
-#, possible-c-format, possible-boost-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)."
@@ -4540,6 +4552,18 @@ msgstr ""
msgid "Flow rate test - Pass 2"
msgstr ""
+msgid "YOLO (Recommended)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.01 step"
+msgstr ""
+
+msgid "YOLO (perfectionist version)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.005 step"
+msgstr ""
+
msgid "Flow rate"
msgstr ""
@@ -5721,18 +5745,13 @@ msgid "The file does not contain any geometry data."
msgstr ""
msgid ""
-"Your object appears to be too large. It will be scaled down to fit the heat "
-"bed automatically."
+"Your object appears to be too large, Do you want to scale it down to fit the "
+"heat bed automatically?"
msgstr ""
msgid "Object too large"
msgstr ""
-msgid ""
-"Your object appears to be too large, Do you want to scale it down to fit the "
-"heat bed automatically?"
-msgstr ""
-
msgid "Export STL file:"
msgstr ""
@@ -6074,6 +6093,9 @@ msgstr ""
msgid "Language selection"
msgstr ""
+msgid "Switching application language while some presets are modified."
+msgstr ""
+
msgid "Changing application language"
msgstr ""
@@ -7065,8 +7087,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"
@@ -7849,7 +7871,10 @@ msgstr ""
msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files"
msgstr ""
-msgid "Shift+G"
+msgid "â+Shift+G"
+msgstr ""
+
+msgid "Ctrl+Shift+G"
msgstr ""
msgid "Paste from clipboard"
@@ -7897,18 +7922,33 @@ msgstr ""
msgid "Collapse/Expand the sidebar"
msgstr ""
-msgid "Any arrow"
+msgid "â+Any arrow"
msgstr ""
msgid "Movement in camera space"
msgstr ""
+msgid "â„+Left mouse button"
+msgstr ""
+
msgid "Select a part"
msgstr ""
+msgid "â+Left mouse button"
+msgstr ""
+
msgid "Select multiple objects"
msgstr ""
+msgid "Ctrl+Any arrow"
+msgstr ""
+
+msgid "Alt+Left mouse button"
+msgstr ""
+
+msgid "Ctrl+Left mouse button"
+msgstr ""
+
msgid "Shift+Left mouse button"
msgstr ""
@@ -8011,12 +8051,24 @@ msgstr ""
msgid "Move: press to snap by 1mm"
msgstr ""
+msgid "â+Mouse wheel"
+msgstr ""
+
msgid "Support/Color Painting: adjust pen radius"
msgstr ""
+msgid "â„+Mouse wheel"
+msgstr ""
+
msgid "Support/Color Painting: adjust section position"
msgstr ""
+msgid "Ctrl+Mouse wheel"
+msgstr ""
+
+msgid "Alt+Mouse wheel"
+msgstr ""
+
msgid "Gizmo"
msgstr ""
@@ -8923,14 +8975,31 @@ msgid "Apply gap fill"
msgstr ""
msgid ""
-"Enables gap fill for the selected surfaces. The minimum gap length that will "
-"be filled can be controlled from the filter out tiny gaps option below.\n"
+"Enables gap fill for the selected solid surfaces. The minimum gap length "
+"that will be filled can be controlled from the filter out tiny gaps option "
+"below.\n"
"\n"
"Options:\n"
-"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n"
+"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces "
+"for maximum strength\n"
"2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces "
-"only\n"
-"3. Nowhere: Disables gap fill\n"
+"only, balancing print speed, reducing potential over extrusion in the solid "
+"infill and making sure the top and bottom surfaces have no pin hole gaps\n"
+"3. Nowhere: Disables gap fill for all solid infill areas. \n"
+"\n"
+"Note that if using the classic perimeter generator, gap fill may also be "
+"generated between perimeters, if a full width line cannot fit between them. "
+"That perimeter gap fill is not controlled by this setting. \n"
+"\n"
+"If you would like all gap fill, including the classic perimeter generated "
+"one, removed, set the filter out tiny gaps value to a large number, like "
+"999999. \n"
+"\n"
+"However this is not advised, as gap fill between perimeters is contributing "
+"to the model's strength. For models where excessive gap fill is generated "
+"between perimeters, a better option would be to switch to the arachne wall "
+"generator and use this option to control whether the cosmetic top and bottom "
+"surface gap fill is generated"
msgstr ""
msgid "Everywhere"
@@ -8990,7 +9059,10 @@ msgstr ""
msgid ""
"Decrease this value slightly(for example 0.9) to reduce the amount of "
-"material for bridge, to improve sag"
+"material for bridge, to improve sag. \n"
+"\n"
+"The actual bridge flow used is calculated by multiplying this value with the "
+"filament flow ratio, and if set, the object's flow ratio."
msgstr ""
msgid "Internal bridge flow ratio"
@@ -8999,7 +9071,11 @@ msgstr ""
msgid ""
"This value governs the thickness of the internal bridge layer. This is the "
"first layer over sparse infill. Decrease this value slightly (for example "
-"0.9) to improve surface quality over sparse infill."
+"0.9) to improve surface quality over sparse infill.\n"
+"\n"
+"The actual internal bridge flow used is calculated by multiplying this value "
+"with the bridge flow ratio, the filament flow ratio, and if set, the "
+"object's flow ratio."
msgstr ""
msgid "Top surface flow ratio"
@@ -9007,13 +9083,20 @@ msgstr ""
msgid ""
"This factor affects the amount of material for top solid infill. You can "
-"decrease it slightly to have smooth surface finish"
+"decrease it slightly to have smooth surface finish. \n"
+"\n"
+"The actual top surface flow used is calculated by multiplying this value "
+"with the filament flow ratio, and if set, the object's flow ratio."
msgstr ""
msgid "Bottom surface flow ratio"
msgstr ""
-msgid "This factor affects the amount of material for bottom solid infill"
+msgid ""
+"This factor affects the amount of material for bottom solid infill. \n"
+"\n"
+"The actual bottom solid infill flow used is calculated by multiplying this "
+"value with the filament flow ratio, and if set, the object's flow ratio."
msgstr ""
msgid "Precise wall"
@@ -9143,9 +9226,25 @@ msgstr ""
msgid "Slow down for curled perimeters"
msgstr ""
+#, possible-c-format, possible-boost-format
msgid ""
-"Enable this option to slow printing down in areas where potential curled "
-"perimeters may exist"
+"Enable this option to slow down printing in areas where perimeters may have "
+"curled upwards.For example, additional slowdown will be applied when "
+"printing overhangs on sharp corners like the front of the Benchy hull, "
+"reducing curling which compounds over multiple layers.\n"
+"\n"
+" It is generally recommended to have this option switched on unless your "
+"printer cooling is powerful enough or the print speed slow enough that "
+"perimeter curling does not happen. If printing with a high external "
+"perimeter speed, this parameter may introduce slight artifacts when slowing "
+"down due to the large variance in print speeds. If you notice artifacts, "
+"ensure your pressure advance is tuned correctly.\n"
+"\n"
+"Note: When this option is enabled, overhang perimeters are treated like "
+"overhangs, meaning the overhang speed is applied even if the overhanging "
+"perimeter is part of a bridge. For example, when the perimeters are "
+"100% overhanging, with no wall supporting them from underneath, the "
+"100% overhang speed will be applied."
msgstr ""
msgid "mm/s or %"
@@ -9154,7 +9253,13 @@ msgstr ""
msgid "External"
msgstr ""
-msgid "Speed of bridge and completely overhang wall"
+msgid ""
+"Speed of the externally visible bridge extrusions. \n"
+"\n"
+"In addition, if Slow down for curled perimeters is disabled or Classic "
+"overhang mode is enabled, it will be the print speed of overhang walls that "
+"are supported by less than 13%, whether they are part of a bridge or an "
+"overhang."
msgstr ""
msgid "mm/s"
@@ -9164,8 +9269,8 @@ msgid "Internal"
msgstr ""
msgid ""
-"Speed of internal bridge. If the value is expressed as a percentage, it will "
-"be calculated based on the bridge_speed. Default value is 150%."
+"Speed of internal bridges. If the value is expressed as a percentage, it "
+"will be calculated based on the bridge_speed. Default value is 150%."
msgstr ""
msgid "Brim width"
@@ -9651,6 +9756,17 @@ msgid ""
"has slight overflow or underflow"
msgstr ""
+msgid ""
+"The material may have volumetric change after switching between molten state "
+"and crystalline state. This setting changes all extrusion flow of this "
+"filament in gcode proportionally. Recommended value range is between 0.95 "
+"and 1.05. Maybe you can tune this value to get nice flat surface when there "
+"has slight overflow or underflow. \n"
+"\n"
+"The final object flow ratio is this value multiplied by the filament flow "
+"ratio."
+msgstr ""
+
msgid "Enable pressure advance"
msgstr ""
@@ -9812,13 +9928,28 @@ msgstr ""
msgid "Filament load time"
msgstr ""
-msgid "Time to load new filament when switch filament. For statistics only"
+msgid ""
+"Time to load new filament when switch filament. It's usually applicable for "
+"single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
msgstr ""
msgid "Filament unload time"
msgstr ""
-msgid "Time to unload old filament when switch filament. For statistics only"
+msgid ""
+"Time to unload old filament when switch filament. It's usually applicable "
+"for single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
+msgstr ""
+
+msgid "Tool change time"
+msgstr ""
+
+msgid ""
+"Time taken to switch tools. It's usually applicable for tool changers or "
+"multi-tool machines. For single-extruder multi-material machines, it's "
+"typically 0. For statistics only"
msgstr ""
msgid ""
@@ -9933,12 +10064,6 @@ msgstr ""
msgid "Cooling moves are gradually accelerating towards this speed."
msgstr ""
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-
msgid "Ramming parameters"
msgstr ""
@@ -9947,12 +10072,6 @@ msgid ""
"parameters."
msgstr ""
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-
msgid "Enable ramming for multitool setups"
msgstr ""
@@ -10259,10 +10378,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 "layer"
@@ -10320,7 +10439,10 @@ msgstr ""
msgid "Layers and Perimeters"
msgstr ""
-msgid "Filter out gaps smaller than the threshold specified"
+msgid ""
+"Don't print gap fill with a length is smaller than the threshold specified "
+"(in mm). This setting applies to top, bottom and solid infill and, if using "
+"the classic perimeter generator, to wall gap fill. "
msgstr ""
msgid ""
@@ -12048,22 +12170,39 @@ msgid "Activate temperature control"
msgstr ""
msgid ""
-"Enable this option for chamber temperature control. An M191 command will be "
-"added before \"machine_start_gcode\"\n"
-"G-code commands: M141/M191 S(0-255)"
+"Enable this option for automated chamber temperature control. This option "
+"activates the emitting of an M191 command before the "
+"\"machine_start_gcode\"\n"
+" which sets the chamber temperature and waits until it is reached. In "
+"addition, it emits an M141 command at the end of the print to turn off the "
+"chamber heater, if present. \n"
+"\n"
+"This option relies on the firmware supporting the M191 and M141 commands "
+"either via macros or natively and is usually used when an active chamber "
+"heater is installed."
msgstr ""
msgid "Chamber temperature"
msgstr ""
msgid ""
-"Higher chamber temperature can help suppress or reduce warping and "
-"potentially lead to higher interlayer bonding strength for high temperature "
-"materials like ABS, ASA, PC, PA and so on.At the same time, the air "
-"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and "
-"other low temperature materials,the actual chamber temperature should not be "
-"high to avoid cloggings, so 0 which stands for turning off is highly "
-"recommended"
+"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber "
+"temperature can help suppress or reduce warping and potentially lead to "
+"higher interlayer bonding strength. However, at the same time, a higher "
+"chamber temperature will reduce the efficiency of air filtration for ABS and "
+"ASA. \n"
+"\n"
+"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option "
+"should be disabled (set to 0) as the chamber temperature should be low to "
+"avoid extruder clogging caused by material softening at the heat break.\n"
+"\n"
+"If enabled, this parameter also sets a gcode variable named "
+"chamber_temperature, which can be used to pass the desired chamber "
+"temperature to your print start macro, or a heat soak macro like this: "
+"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may "
+"be useful if your printer does not support M141/M191 commands, or if you "
+"desire to handle heat soaking in the print start macro if no active chamber "
+"heater is installed."
msgstr ""
msgid "Nozzle temperature for layers after the initial one"
@@ -13709,8 +13848,8 @@ msgid ""
msgstr ""
msgid ""
-"We would rename the presets as \"Vendor Type Serial @printer you selected"
-"\". \n"
+"We would rename the presets as \"Vendor Type Serial @printer you "
+"selected\". \n"
"To add preset for more printers, Please go to printer selection"
msgstr ""
@@ -14461,151 +14600,151 @@ msgstr ""
msgid "User cancelled."
msgstr ""
-
-#: resources/data/hints.ini: [hint:Precise wall]
-msgid "Precise wall\nDid you know that turning on precise wall can improve precision and layer consistency?"
-msgstr ""
-
-#: resources/data/hints.ini: [hint:Sandwich mode]
-msgid "Sandwich mode\nDid you know that you can use sandwich mode (inner-outer-inner) to improve precision and layer consistency if your model doesn't have very steep overhangs?"
-msgstr ""
-
-#: resources/data/hints.ini: [hint:Chamber temperature]
-msgid "Chamber temperature\nDid you know that OrcaSlicer supports chamber temperature?"
-msgstr ""
-
-#: resources/data/hints.ini: [hint:Calibration]
-msgid "Calibration\nDid you know that calibrating your printer can do wonders? Check out our beloved calibration solution in OrcaSlicer."
-msgstr ""
-
-#: resources/data/hints.ini: [hint:Auxiliary fan]
-msgid "Auxiliary fan\nDid you know that OrcaSlicer supports Auxiliary part cooling fan?"
-msgstr ""
-
-#: resources/data/hints.ini: [hint:Air filtration]
-msgid "Air filtration/Exhaust Fan\nDid you know that OrcaSlicer can support Air filtration/Exhaust Fan?"
-msgstr ""
-
-#: resources/data/hints.ini: [hint:G-code window]
-msgid "G-code window\nYou can turn on/off the G-code window by pressing the C key."
-msgstr ""
-
-#: resources/data/hints.ini: [hint:Switch workspaces]
-msgid "Switch workspaces\nYou can switch between Prepare and Preview workspaces by pressing the Tab key."
-msgstr ""
-
-#: resources/data/hints.ini: [hint:How to use keyboard shortcuts]
-msgid "How to use keyboard shortcuts\nDid you know that Orca Slicer offers a wide range of keyboard shortcuts and 3D scene operations."
-msgstr ""
-
-#: resources/data/hints.ini: [hint:Reverse on odd]
-msgid "Reverse on odd\nDid you know that Reverse on odd feature can significantly improve the surface quality of your overhangs?"
-msgstr ""
-
-#: resources/data/hints.ini: [hint:Cut Tool]
-msgid "Cut Tool\nDid you know that you can cut a model at any angle and position with the cutting tool?"
-msgstr ""
-
-#: resources/data/hints.ini: [hint:Fix Model]
-msgid "Fix Model\nDid you know that you can fix a corrupted 3D model to avoid a lot of slicing problems on the Windows system?"
-msgstr ""
-
-#: resources/data/hints.ini: [hint:Timelapse]
-msgid "Timelapse\nDid you know that you can generate a timelapse video during each print?"
-msgstr ""
-
-#: resources/data/hints.ini: [hint:Auto-Arrange]
-msgid "Auto-Arrange\nDid you know that you can auto-arrange all objects in your project?"
-msgstr ""
-
-#: resources/data/hints.ini: [hint:Auto-Orient]
-msgid "Auto-Orient\nDid you know that you can rotate objects to an optimal orientation for printing by a simple click?"
-msgstr ""
-
-#: resources/data/hints.ini: [hint:Lay on Face]
-msgid "Lay on Face\nDid you know that you can quickly orient a model so that one of its faces sits on the print bed? Select the \"Place on face\" function or press the F key."
-msgstr ""
-
-#: resources/data/hints.ini: [hint:Object List]
-msgid "Object List\nDid you know that you can view all objects/parts in a list and change settings for each object/part?"
-msgstr ""
-
-#: resources/data/hints.ini: [hint:Search Functionality]
-msgid "Search Functionality\nDid you know that you use the Search tool to quickly find a specific Orca Slicer setting?"
-msgstr ""
-
-#: resources/data/hints.ini: [hint:Simplify Model]
-msgid "Simplify Model\nDid you know that you can reduce the number of triangles in a mesh using the Simplify mesh feature? Right-click the model and select Simplify model."
-msgstr ""
-
-#: resources/data/hints.ini: [hint:Slicing Parameter Table]
-msgid "Slicing Parameter Table\nDid you know that you can view all objects/parts on a table and change settings for each object/part?"
-msgstr ""
-
-#: resources/data/hints.ini: [hint:Split to Objects/Parts]
-msgid "Split to Objects/Parts\nDid you know that you can split a big object into small ones for easy colorizing or printing?"
-msgstr ""
-
-#: resources/data/hints.ini: [hint:Subtract a Part]
-msgid "Subtract a Part\nDid you know that you can subtract one mesh from another using the Negative part modifier? That way you can, for example, create easily resizable holes directly in Orca Slicer."
-msgstr ""
-
-#: resources/data/hints.ini: [hint:STEP]
-msgid "STEP\nDid you know that you can improve your print quality by slicing a STEP file instead of an STL?\nOrca Slicer supports slicing STEP files, providing smoother results than a lower resolution STL. Give it a try!"
-msgstr ""
-
-#: resources/data/hints.ini: [hint:Z seam location]
-msgid "Z seam location\nDid you know that you can customize the location of the Z seam, and even paint it on your print, to have it in a less visible location? This improves the overall look of your model. Check it out!"
-msgstr ""
-
-#: resources/data/hints.ini: [hint:Fine-tuning for flow rate]
-msgid "Fine-tuning for flow rate\nDid you know that flow rate can be fine-tuned for even better-looking prints? Depending on the material, you can improve the overall finish of the printed model by doing some fine-tuning."
-msgstr ""
-
-#: resources/data/hints.ini: [hint:Split your prints into plates]
-msgid "Split your prints into plates\nDid you know that you can split a model that has a lot of parts into individual plates ready to print? This will simplify the process of keeping track of all the parts."
-msgstr ""
-
-#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer Height]
-msgid "Speed up your print with Adaptive Layer Height\nDid you know that you can print a model even faster, by using the Adaptive Layer Height option? Check it out!"
-msgstr ""
-
-#: resources/data/hints.ini: [hint:Support painting]
-msgid "Support painting\nDid you know that you can paint the location of your supports? This feature makes it easy to place the support material only on the sections of the model that actually need it."
-msgstr ""
-
-#: resources/data/hints.ini: [hint:Different types of supports]
-msgid "Different types of supports\nDid you know that you can choose from multiple types of supports? Tree supports work great for organic models, while saving filament and improving print speed. Check them out!"
-msgstr ""
-
-#: resources/data/hints.ini: [hint:Printing Silk Filament]
-msgid "Printing Silk Filament\nDid you know that Silk filament needs special consideration to print it successfully? Higher temperature and lower speed are always recommended for the best results."
-msgstr ""
-
-#: resources/data/hints.ini: [hint:Brim for better adhesion]
-msgid "Brim for better adhesion\nDid you know that when printing models have a small contact interface with the printing surface, it's recommended to use a brim?"
-msgstr ""
-
-#: resources/data/hints.ini: [hint:Set parameters for multiple objects]
-msgid "Set parameters for multiple objects\nDid you know that you can set slicing parameters for all selected objects at one time?"
-msgstr ""
-
-#: resources/data/hints.ini: [hint:Stack objects]
-msgid "Stack objects\nDid you know that you can stack objects as a whole one?"
-msgstr ""
-
-#: resources/data/hints.ini: [hint:Flush into support/objects/infill]
-msgid "Flush into support/objects/infill\nDid you know that you can save the wasted filament by flushing them into support/objects/infill during filament change?"
-msgstr ""
-
-#: resources/data/hints.ini: [hint:Improve strength]
-msgid "Improve strength\nDid you know that you can use more wall loops and higher sparse infill density to improve the strength of the model?"
-msgstr ""
-
-#: resources/data/hints.ini: [hint:When need to print with the printer door opened]
-msgid "When need to print with the printer door opened\nDid you know that opening the printer door can reduce the probability of extruder/hotend clogging when printing lower temperature filament with a higher enclosure temperature. More info about this in the Wiki."
-msgstr ""
-
-#: resources/data/hints.ini: [hint:Avoid warping]
-msgid "Avoid warping\nDid you know that when printing materials that are prone to warping such as ABS, appropriately increasing the heatbed temperature can reduce the probability of warping."
-msgstr ""
+
+#: resources/data/hints.ini: [hint:Precise wall]
+msgid "Precise wall\nDid you know that turning on precise wall can improve precision and layer consistency?"
+msgstr ""
+
+#: resources/data/hints.ini: [hint:Sandwich mode]
+msgid "Sandwich mode\nDid you know that you can use sandwich mode (inner-outer-inner) to improve precision and layer consistency if your model doesn't have very steep overhangs?"
+msgstr ""
+
+#: resources/data/hints.ini: [hint:Chamber temperature]
+msgid "Chamber temperature\nDid you know that OrcaSlicer supports chamber temperature?"
+msgstr ""
+
+#: resources/data/hints.ini: [hint:Calibration]
+msgid "Calibration\nDid you know that calibrating your printer can do wonders? Check out our beloved calibration solution in OrcaSlicer."
+msgstr ""
+
+#: resources/data/hints.ini: [hint:Auxiliary fan]
+msgid "Auxiliary fan\nDid you know that OrcaSlicer supports Auxiliary part cooling fan?"
+msgstr ""
+
+#: resources/data/hints.ini: [hint:Air filtration]
+msgid "Air filtration/Exhaust Fan\nDid you know that OrcaSlicer can support Air filtration/Exhaust Fan?"
+msgstr ""
+
+#: resources/data/hints.ini: [hint:G-code window]
+msgid "G-code window\nYou can turn on/off the G-code window by pressing the C key."
+msgstr ""
+
+#: resources/data/hints.ini: [hint:Switch workspaces]
+msgid "Switch workspaces\nYou can switch between Prepare and Preview workspaces by pressing the Tab key."
+msgstr ""
+
+#: resources/data/hints.ini: [hint:How to use keyboard shortcuts]
+msgid "How to use keyboard shortcuts\nDid you know that Orca Slicer offers a wide range of keyboard shortcuts and 3D scene operations."
+msgstr ""
+
+#: resources/data/hints.ini: [hint:Reverse on odd]
+msgid "Reverse on odd\nDid you know that Reverse on odd feature can significantly improve the surface quality of your overhangs?"
+msgstr ""
+
+#: resources/data/hints.ini: [hint:Cut Tool]
+msgid "Cut Tool\nDid you know that you can cut a model at any angle and position with the cutting tool?"
+msgstr ""
+
+#: resources/data/hints.ini: [hint:Fix Model]
+msgid "Fix Model\nDid you know that you can fix a corrupted 3D model to avoid a lot of slicing problems on the Windows system?"
+msgstr ""
+
+#: resources/data/hints.ini: [hint:Timelapse]
+msgid "Timelapse\nDid you know that you can generate a timelapse video during each print?"
+msgstr ""
+
+#: resources/data/hints.ini: [hint:Auto-Arrange]
+msgid "Auto-Arrange\nDid you know that you can auto-arrange all objects in your project?"
+msgstr ""
+
+#: resources/data/hints.ini: [hint:Auto-Orient]
+msgid "Auto-Orient\nDid you know that you can rotate objects to an optimal orientation for printing by a simple click?"
+msgstr ""
+
+#: resources/data/hints.ini: [hint:Lay on Face]
+msgid "Lay on Face\nDid you know that you can quickly orient a model so that one of its faces sits on the print bed? Select the \"Place on face\" function or press the F key."
+msgstr ""
+
+#: resources/data/hints.ini: [hint:Object List]
+msgid "Object List\nDid you know that you can view all objects/parts in a list and change settings for each object/part?"
+msgstr ""
+
+#: resources/data/hints.ini: [hint:Search Functionality]
+msgid "Search Functionality\nDid you know that you use the Search tool to quickly find a specific Orca Slicer setting?"
+msgstr ""
+
+#: resources/data/hints.ini: [hint:Simplify Model]
+msgid "Simplify Model\nDid you know that you can reduce the number of triangles in a mesh using the Simplify mesh feature? Right-click the model and select Simplify model."
+msgstr ""
+
+#: resources/data/hints.ini: [hint:Slicing Parameter Table]
+msgid "Slicing Parameter Table\nDid you know that you can view all objects/parts on a table and change settings for each object/part?"
+msgstr ""
+
+#: resources/data/hints.ini: [hint:Split to Objects/Parts]
+msgid "Split to Objects/Parts\nDid you know that you can split a big object into small ones for easy colorizing or printing?"
+msgstr ""
+
+#: resources/data/hints.ini: [hint:Subtract a Part]
+msgid "Subtract a Part\nDid you know that you can subtract one mesh from another using the Negative part modifier? That way you can, for example, create easily resizable holes directly in Orca Slicer."
+msgstr ""
+
+#: resources/data/hints.ini: [hint:STEP]
+msgid "STEP\nDid you know that you can improve your print quality by slicing a STEP file instead of an STL?\nOrca Slicer supports slicing STEP files, providing smoother results than a lower resolution STL. Give it a try!"
+msgstr ""
+
+#: resources/data/hints.ini: [hint:Z seam location]
+msgid "Z seam location\nDid you know that you can customize the location of the Z seam, and even paint it on your print, to have it in a less visible location? This improves the overall look of your model. Check it out!"
+msgstr ""
+
+#: resources/data/hints.ini: [hint:Fine-tuning for flow rate]
+msgid "Fine-tuning for flow rate\nDid you know that flow rate can be fine-tuned for even better-looking prints? Depending on the material, you can improve the overall finish of the printed model by doing some fine-tuning."
+msgstr ""
+
+#: resources/data/hints.ini: [hint:Split your prints into plates]
+msgid "Split your prints into plates\nDid you know that you can split a model that has a lot of parts into individual plates ready to print? This will simplify the process of keeping track of all the parts."
+msgstr ""
+
+#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer Height]
+msgid "Speed up your print with Adaptive Layer Height\nDid you know that you can print a model even faster, by using the Adaptive Layer Height option? Check it out!"
+msgstr ""
+
+#: resources/data/hints.ini: [hint:Support painting]
+msgid "Support painting\nDid you know that you can paint the location of your supports? This feature makes it easy to place the support material only on the sections of the model that actually need it."
+msgstr ""
+
+#: resources/data/hints.ini: [hint:Different types of supports]
+msgid "Different types of supports\nDid you know that you can choose from multiple types of supports? Tree supports work great for organic models, while saving filament and improving print speed. Check them out!"
+msgstr ""
+
+#: resources/data/hints.ini: [hint:Printing Silk Filament]
+msgid "Printing Silk Filament\nDid you know that Silk filament needs special consideration to print it successfully? Higher temperature and lower speed are always recommended for the best results."
+msgstr ""
+
+#: resources/data/hints.ini: [hint:Brim for better adhesion]
+msgid "Brim for better adhesion\nDid you know that when printing models have a small contact interface with the printing surface, it's recommended to use a brim?"
+msgstr ""
+
+#: resources/data/hints.ini: [hint:Set parameters for multiple objects]
+msgid "Set parameters for multiple objects\nDid you know that you can set slicing parameters for all selected objects at one time?"
+msgstr ""
+
+#: resources/data/hints.ini: [hint:Stack objects]
+msgid "Stack objects\nDid you know that you can stack objects as a whole one?"
+msgstr ""
+
+#: resources/data/hints.ini: [hint:Flush into support/objects/infill]
+msgid "Flush into support/objects/infill\nDid you know that you can save the wasted filament by flushing them into support/objects/infill during filament change?"
+msgstr ""
+
+#: resources/data/hints.ini: [hint:Improve strength]
+msgid "Improve strength\nDid you know that you can use more wall loops and higher sparse infill density to improve the strength of the model?"
+msgstr ""
+
+#: resources/data/hints.ini: [hint:When need to print with the printer door opened]
+msgid "When need to print with the printer door opened\nDid you know that opening the printer door can reduce the probability of extruder/hotend clogging when printing lower temperature filament with a higher enclosure temperature. More info about this in the Wiki."
+msgstr ""
+
+#: resources/data/hints.ini: [hint:Avoid warping]
+msgid "Avoid warping\nDid you know that when printing materials that are prone to warping such as ABS, appropriately increasing the heatbed temperature can reduce the probability of warping."
+msgstr ""
diff --git a/localization/i18n/ca/OrcaSlicer_ca.po b/localization/i18n/ca/OrcaSlicer_ca.po
index da702fafcf1..ee7dd166118 100644
--- a/localization/i18n/ca/OrcaSlicer_ca.po
+++ b/localization/i18n/ca/OrcaSlicer_ca.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-08-03 18:54+0200\n"
+"POT-Creation-Date: 2024-08-23 16:24+0200\n"
"PO-Revision-Date: 2024-07-07 18:43+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -79,6 +79,9 @@ msgstr "Angle de farciment intel·ligent"
msgid "On overhangs only"
msgstr "Només als voladissos"
+msgid "Auto support threshold angle: "
+msgstr "Angle llindar de suport automĂ tic: "
+
msgid "Circle"
msgstr "Cercle"
@@ -98,9 +101,6 @@ msgstr "Permet pintar només les facetes seleccionades per: \"%1%\""
msgid "Highlight faces according to overhang angle."
msgstr "Ressalteu les cares segons l'angle del voladĂs."
-msgid "Auto support threshold angle: "
-msgstr "Angle llindar de suport automĂ tic: "
-
msgid "No auto support"
msgstr "No suports automĂ tics"
@@ -1995,6 +1995,9 @@ msgstr "Simplificar el model"
msgid "Center"
msgstr "Centre"
+msgid "Drop"
+msgstr ""
+
msgid "Edit Process Settings"
msgstr "Editar la configuraciĂł de Processat"
@@ -4170,6 +4173,15 @@ msgstr "Temps total"
msgid "Total cost"
msgstr "Cost total"
+msgid "up to"
+msgstr "fins a"
+
+msgid "above"
+msgstr "sobre"
+
+msgid "from"
+msgstr "des de"
+
msgid "Color Scheme"
msgstr "Esquema de color"
@@ -4233,12 +4245,12 @@ msgstr "Canvis de filament"
msgid "Cost"
msgstr "Cost"
-msgid "Print"
-msgstr "Imprimir"
-
msgid "Color change"
msgstr "Canvi de color"
+msgid "Print"
+msgstr "Imprimir"
+
msgid "Printer"
msgstr "Impressora"
@@ -4422,7 +4434,7 @@ msgstr "Volum:"
msgid "Size:"
msgstr "Mida:"
-#, c-format, boost-format
+#, boost-format
msgid ""
"Conflicts of gcode paths have been found at layer %d, z = %.2lf mm. Please "
"separate the conflicted objects farther (%s <-> %s)."
@@ -4864,6 +4876,18 @@ msgstr "Pas 2"
msgid "Flow rate test - Pass 2"
msgstr "Test de Flux - Pas 2"
+msgid "YOLO (Recommended)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.01 step"
+msgstr ""
+
+msgid "YOLO (perfectionist version)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.005 step"
+msgstr ""
+
msgid "Flow rate"
msgstr "Ratio de Flux"
@@ -6171,14 +6195,6 @@ msgstr "S'ha detectat un objecte amb mĂșltiples peces"
msgid "The file does not contain any geometry data."
msgstr "El fitxer no conté cap dada de geometria."
-msgid ""
-"Your object appears to be too large. It will be scaled down to fit the heat "
-"bed automatically."
-msgstr ""
-
-msgid "Object too large"
-msgstr "Objecte massa gran"
-
msgid ""
"Your object appears to be too large, Do you want to scale it down to fit the "
"heat bed automatically?"
@@ -6186,6 +6202,9 @@ msgstr ""
"El teu objecte sembla ser massa gran, Vols reduir-lo per adaptar-lo "
"automĂ ticament al llit?"
+msgid "Object too large"
+msgstr "Objecte massa gran"
+
msgid "Export STL file:"
msgstr "Exportar el fitxer STL:"
@@ -6564,6 +6583,9 @@ msgstr "Voleu continuar?"
msgid "Language selection"
msgstr "SelecciĂł d'idiomes"
+msgid "Switching application language while some presets are modified."
+msgstr "Canviant l'idioma de l'aplicaciĂł mentre es modifiquen alguns perfils."
+
msgid "Changing application language"
msgstr "Canviant de l'idioma de l'aplicaciĂł"
@@ -7705,8 +7727,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 ""
"Quan graveu timelapse sense capçal d'impressió, es recomana afegir una "
"\"Torre de Purga Timelapse\" \n"
@@ -8585,8 +8607,11 @@ msgstr "Llista d'objectes"
msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files"
msgstr "Importar dades de geometria des de fitxers STL/STEP/3MF/OBJ/AMF"
-msgid "Shift+G"
-msgstr ""
+msgid "â+Shift+G"
+msgstr "â+Maj+G"
+
+msgid "Ctrl+Shift+G"
+msgstr "Ctrl+Maj+G"
msgid "Paste from clipboard"
msgstr "Enganxa des del porta-retalls"
@@ -8637,18 +8662,33 @@ msgstr "Maj+Tab"
msgid "Collapse/Expand the sidebar"
msgstr "Replegar/Expandir barra lateral"
-msgid "Any arrow"
-msgstr ""
+msgid "â+Any arrow"
+msgstr "â+Qualsevol fletxa"
msgid "Movement in camera space"
msgstr "Moviment a l'espai de la cĂ mera"
+msgid "â„+Left mouse button"
+msgstr "â„+BotĂł esquerre del ratolĂ"
+
msgid "Select a part"
msgstr "Seleccionar una peça"
+msgid "â+Left mouse button"
+msgstr "â+BotĂł esquerre del ratolĂ"
+
msgid "Select multiple objects"
msgstr "Seleccionar mĂșltiples objectes"
+msgid "Ctrl+Any arrow"
+msgstr "Ctrl+Qualsevol fletxa"
+
+msgid "Alt+Left mouse button"
+msgstr "Alt+BotĂł esquerre del ratolĂ"
+
+msgid "Ctrl+Left mouse button"
+msgstr "Ctrl+BotĂł esquerre del ratolĂ"
+
msgid "Shift+Left mouse button"
msgstr "Maj+BotĂł esquerre del ratolĂ"
@@ -8751,12 +8791,24 @@ msgstr "Plataforma"
msgid "Move: press to snap by 1mm"
msgstr "Moure: Clicka per ajustar en passos d'1 mm"
+msgid "â+Mouse wheel"
+msgstr "â+Roda del ratolĂ"
+
msgid "Support/Color Painting: adjust pen radius"
msgstr "Suport/Pintat de color: configuraciĂł del radi de la ploma"
+msgid "â„+Mouse wheel"
+msgstr "â„+Roda del ratolĂ"
+
msgid "Support/Color Painting: adjust section position"
msgstr "Suport/Pintat de color: configuraciĂł de la posiciĂł de la secciĂł"
+msgid "Ctrl+Mouse wheel"
+msgstr "Ctrl+Roda del ratolĂ"
+
+msgid "Alt+Mouse wheel"
+msgstr "Alt+Roda del ratolĂ"
+
msgid "Gizmo"
msgstr "Gizmo"
@@ -9838,25 +9890,32 @@ msgid "Apply gap fill"
msgstr "Aplicar farciment de buits"
msgid ""
-"Enables gap fill for the selected surfaces. The minimum gap length that will "
-"be filled can be controlled from the filter out tiny gaps option below.\n"
+"Enables gap fill for the selected solid surfaces. The minimum gap length "
+"that will be filled can be controlled from the filter out tiny gaps option "
+"below.\n"
"\n"
"Options:\n"
-"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n"
+"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces "
+"for maximum strength\n"
"2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces "
-"only\n"
-"3. Nowhere: Disables gap fill\n"
-msgstr ""
-"Habilita farciment de buits per a les superfĂcies seleccionades. El mĂnim "
-"del forat que s'omplirĂ es pot controlar des de l'opciĂł filtrar forats "
-"petits a continuaciĂł.\n"
+"only, balancing print speed, reducing potential over extrusion in the solid "
+"infill and making sure the top and bottom surfaces have no pin hole gaps\n"
+"3. Nowhere: Disables gap fill for all solid infill areas. \n"
"\n"
-"Opcions:\n"
-"1. A tot arreu: aplica farciment de buits a superfĂcies sĂČlides superiors, "
-"inferiors i internes\n"
-"2. SuperfĂcies superiors i inferiors: aplica farciment de buit nomĂ©s a "
-"superfĂcies superiors i inferiors\n"
-"3. Enlloc: desactiva el farciment de buits\n"
+"Note that if using the classic perimeter generator, gap fill may also be "
+"generated between perimeters, if a full width line cannot fit between them. "
+"That perimeter gap fill is not controlled by this setting. \n"
+"\n"
+"If you would like all gap fill, including the classic perimeter generated "
+"one, removed, set the filter out tiny gaps value to a large number, like "
+"999999. \n"
+"\n"
+"However this is not advised, as gap fill between perimeters is contributing "
+"to the model's strength. For models where excessive gap fill is generated "
+"between perimeters, a better option would be to switch to the arachne wall "
+"generator and use this option to control whether the cosmetic top and bottom "
+"surface gap fill is generated"
+msgstr ""
msgid "Everywhere"
msgstr "A tot arreu"
@@ -9931,10 +9990,11 @@ msgstr "Ratio de flux del pont"
msgid ""
"Decrease this value slightly(for example 0.9) to reduce the amount of "
-"material for bridge, to improve sag"
+"material for bridge, to improve sag. \n"
+"\n"
+"The actual bridge flow used is calculated by multiplying this value with the "
+"filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"DisminuĂŻu lleugerament aquest valor ( per exemple 0,9 ) per reduir la "
-"quantitat de material per al pont, per millorar l'enfonsament"
msgid "Internal bridge flow ratio"
msgstr "Ratio de flux del pont intern"
@@ -9942,30 +10002,33 @@ msgstr "Ratio de flux del pont intern"
msgid ""
"This value governs the thickness of the internal bridge layer. This is the "
"first layer over sparse infill. Decrease this value slightly (for example "
-"0.9) to improve surface quality over sparse infill."
+"0.9) to improve surface quality over sparse infill.\n"
+"\n"
+"The actual internal bridge flow used is calculated by multiplying this value "
+"with the bridge flow ratio, the filament flow ratio, and if set, the "
+"object's flow ratio."
msgstr ""
-"Aquest valor regeix el gruix de la capa de pont intern. Aquesta Ă©s la "
-"primera capa sobre el farciment poc dens. DisminuĂŻu lleugerament aquest "
-"valor ( per exemple 0,9 ) per millorar la qualitat de la superfĂcie sobre el "
-"farciment poc dens."
msgid "Top surface flow ratio"
msgstr "Ratio de flux superficial superior"
msgid ""
"This factor affects the amount of material for top solid infill. You can "
-"decrease it slightly to have smooth surface finish"
+"decrease it slightly to have smooth surface finish. \n"
+"\n"
+"The actual top surface flow used is calculated by multiplying this value "
+"with the filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"Aquest factor afecta la quantitat de material per al farciment sĂČlid "
-"superior. Podeu disminuir-lo lleugerament per tenir un acabat superficial "
-"suau"
msgid "Bottom surface flow ratio"
msgstr "Ratio de flux superficial inferior"
-msgid "This factor affects the amount of material for bottom solid infill"
+msgid ""
+"This factor affects the amount of material for bottom solid infill. \n"
+"\n"
+"The actual bottom solid infill flow used is calculated by multiplying this "
+"value with the filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"Aquest factor afecta la quantitat de material per al farciment sĂČlid inferior"
msgid "Precise wall"
msgstr "PerĂmetre precĂs"
@@ -10142,12 +10205,26 @@ msgstr ""
msgid "Slow down for curled perimeters"
msgstr "Alentir la velocitat per a perĂmetres corbats"
+#, c-format, boost-format
msgid ""
-"Enable this option to slow printing down in areas where potential curled "
-"perimeters may exist"
+"Enable this option to slow down printing in areas where perimeters may have "
+"curled upwards.For example, additional slowdown will be applied when "
+"printing overhangs on sharp corners like the front of the Benchy hull, "
+"reducing curling which compounds over multiple layers.\n"
+"\n"
+" It is generally recommended to have this option switched on unless your "
+"printer cooling is powerful enough or the print speed slow enough that "
+"perimeter curling does not happen. If printing with a high external "
+"perimeter speed, this parameter may introduce slight artifacts when slowing "
+"down due to the large variance in print speeds. If you notice artifacts, "
+"ensure your pressure advance is tuned correctly.\n"
+"\n"
+"Note: When this option is enabled, overhang perimeters are treated like "
+"overhangs, meaning the overhang speed is applied even if the overhanging "
+"perimeter is part of a bridge. For example, when the perimeters are "
+"100% overhanging, with no wall supporting them from underneath, the "
+"100% overhang speed will be applied."
msgstr ""
-"Activeu aquesta opciĂł per alentir la impressiĂł en zones on potencialment "
-"poden existir perĂmetres corbats"
msgid "mm/s or %"
msgstr "mm/s o %"
@@ -10155,8 +10232,14 @@ msgstr "mm/s o %"
msgid "External"
msgstr "Extern"
-msgid "Speed of bridge and completely overhang wall"
-msgstr "Velocitat per a ponts i perĂmetres completament en voladĂs"
+msgid ""
+"Speed of the externally visible bridge extrusions. \n"
+"\n"
+"In addition, if Slow down for curled perimeters is disabled or Classic "
+"overhang mode is enabled, it will be the print speed of overhang walls that "
+"are supported by less than 13%, whether they are part of a bridge or an "
+"overhang."
+msgstr ""
msgid "mm/s"
msgstr "mm/s"
@@ -10165,11 +10248,9 @@ msgid "Internal"
msgstr "Intern"
msgid ""
-"Speed of internal bridge. If the value is expressed as a percentage, it will "
-"be calculated based on the bridge_speed. Default value is 150%."
+"Speed of internal bridges. If the value is expressed as a percentage, it "
+"will be calculated based on the bridge_speed. Default value is 150%."
msgstr ""
-"Velocitat del pont intern. Si el valor s'expressa en percentatge, es "
-"calcularĂ a partir de la bridge_speed. El valor predeterminat Ă©s del 150%."
msgid "Brim width"
msgstr "Ample de la Vora d'AdherĂšncia"
@@ -10828,6 +10909,17 @@ msgstr ""
"entre 0,95 i 1,05. Potser podeu ajustar aquest valor per obtenir una "
"superfĂcie ben plana quan hi ha un lleuger excĂ©s o dĂšficit de flux"
+msgid ""
+"The material may have volumetric change after switching between molten state "
+"and crystalline state. This setting changes all extrusion flow of this "
+"filament in gcode proportionally. Recommended value range is between 0.95 "
+"and 1.05. Maybe you can tune this value to get nice flat surface when there "
+"has slight overflow or underflow. \n"
+"\n"
+"The final object flow ratio is this value multiplied by the filament flow "
+"ratio."
+msgstr ""
+
msgid "Enable pressure advance"
msgstr "Activar l'Avanç de Pressió Lineal"
@@ -11016,18 +11108,29 @@ msgstr "mmÂł/s"
msgid "Filament load time"
msgstr "Temps de cĂ rrega del filament"
-msgid "Time to load new filament when switch filament. For statistics only"
+msgid ""
+"Time to load new filament when switch filament. It's usually applicable for "
+"single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
msgstr ""
-"Temps per carregar nou filament quan canvia de filament. Només per a "
-"estadĂstiques"
msgid "Filament unload time"
msgstr "Temps de descĂ rrega del filament"
-msgid "Time to unload old filament when switch filament. For statistics only"
+msgid ""
+"Time to unload old filament when switch filament. It's usually applicable "
+"for single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
+msgstr ""
+
+msgid "Tool change time"
+msgstr ""
+
+msgid ""
+"Time taken to switch tools. It's usually applicable for tool changers or "
+"multi-tool machines. For single-extruder multi-material machines, it's "
+"typically 0. For statistics only"
msgstr ""
-"Temps per descarregar filament vell en canviar de filament. Només per a "
-"estadĂstiques"
msgid ""
"Filament diameter is used to calculate extrusion in gcode, so it's important "
@@ -11175,16 +11278,6 @@ msgid "Cooling moves are gradually accelerating towards this speed."
msgstr ""
"Els moviments de refredament s'acceleren gradualment cap a aquesta velocitat."
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-"Temps perquĂš el firmware de la impressora ( o la Unitat Multi Material 2.0 ) "
-"carregui un filament durant un canvi d'eina ( en executar el Codi-T ). "
-"Aquest temps s'afegeix al temps d'impressió total mitjançant l'estimador de "
-"temps del Codi-G."
-
msgid "Ramming parameters"
msgstr "ParĂ metres de Moldejat de Punta( Ramming )"
@@ -11195,16 +11288,6 @@ msgstr ""
"RammingDialog processa aquesta cadena i contĂ© parĂ metres especĂfics de "
"Moldejat de Punta( Ramming )"
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-"Temps perquĂš el firmware de la impressora ( o la Unitat Multi Material 2.0 ) "
-"descarregui un filament durant un canvi d'eina ( en executar el Codi-T ). "
-"Aquest temps s'afegeix al temps d'impressió total mitjançant l'estimador de "
-"temps del Codi-G."
-
msgid "Enable ramming for multitool setups"
msgstr ""
"Habilita el Moldejat de Punta( Ramming ) per a configuracions multieina"
@@ -11574,15 +11657,15 @@ msgstr "Velocitat mĂ xima del ventilador a la capa"
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 ""
"La velocitat del ventilador augmentarĂ linealment de zero a la capa "
-"\"close_fan_the_first_x_layers\" al mĂ xim a la capa \"full_fan_speed_layer"
-"\". S'ignorarĂ \"full_fan_speed_layer\" si Ă©s inferior a "
-"\"close_fan_the_first_x_layers\", en aquest cas el ventilador funcionarĂ a "
+"\"close_fan_the_first_x_layers\" al mĂ xim a la capa "
+"\"full_fan_speed_layer\". S'ignorarĂ \"full_fan_speed_layer\" si Ă©s inferior "
+"a \"close_fan_the_first_x_layers\", en aquest cas el ventilador funcionarĂ a "
"la velocitat mĂ xima permesa a la capa \"close_fan_the_first_x_layers\" + 1."
msgid "layer"
@@ -11652,8 +11735,11 @@ msgstr "Filtrar els buits minĂșsculs"
msgid "Layers and Perimeters"
msgstr "Capes i PerĂmetres"
-msgid "Filter out gaps smaller than the threshold specified"
-msgstr "Filtrar els buits més petits que el llindar especificat"
+msgid ""
+"Don't print gap fill with a length is smaller than the threshold specified "
+"(in mm). This setting applies to top, bottom and solid infill and, if using "
+"the classic perimeter generator, to wall gap fill. "
+msgstr ""
msgid ""
"Speed of gap infill. Gap usually has irregular line width and should be "
@@ -13836,33 +13922,40 @@ msgid "Activate temperature control"
msgstr "Activar el control de temperatura"
msgid ""
-"Enable this option for chamber temperature control. An M191 command will be "
-"added before \"machine_start_gcode\"\n"
-"G-code commands: M141/M191 S(0-255)"
+"Enable this option for automated chamber temperature control. This option "
+"activates the emitting of an M191 command before the "
+"\"machine_start_gcode\"\n"
+" which sets the chamber temperature and waits until it is reached. In "
+"addition, it emits an M141 command at the end of the print to turn off the "
+"chamber heater, if present. \n"
+"\n"
+"This option relies on the firmware supporting the M191 and M141 commands "
+"either via macros or natively and is usually used when an active chamber "
+"heater is installed."
msgstr ""
-"Activeu aquesta opciĂł per al control de temperatura de la cambra. S'afegirĂ "
-"una comanda M191 abans de \"machine_start_gcode\"\n"
-"Comandes de Codi-G: M141 / M191 S ( 0-255 )"
msgid "Chamber temperature"
msgstr "Temperatura de la cambra"
msgid ""
-"Higher chamber temperature can help suppress or reduce warping and "
-"potentially lead to higher interlayer bonding strength for high temperature "
-"materials like ABS, ASA, PC, PA and so on.At the same time, the air "
-"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and "
-"other low temperature materials,the actual chamber temperature should not be "
-"high to avoid cloggings, so 0 which stands for turning off is highly "
-"recommended"
+"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber "
+"temperature can help suppress or reduce warping and potentially lead to "
+"higher interlayer bonding strength. However, at the same time, a higher "
+"chamber temperature will reduce the efficiency of air filtration for ABS and "
+"ASA. \n"
+"\n"
+"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option "
+"should be disabled (set to 0) as the chamber temperature should be low to "
+"avoid extruder clogging caused by material softening at the heat break.\n"
+"\n"
+"If enabled, this parameter also sets a gcode variable named "
+"chamber_temperature, which can be used to pass the desired chamber "
+"temperature to your print start macro, or a heat soak macro like this: "
+"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may "
+"be useful if your printer does not support M141/M191 commands, or if you "
+"desire to handle heat soaking in the print start macro if no active chamber "
+"heater is installed."
msgstr ""
-"Una temperatura de cambra més alta pot ajudar a suprimir o reduir la "
-"deformaciĂł( warping ) i potencialment conduir a una major resistĂšncia d'uniĂł "
-"entre capes per a materials d'alta temperatura com ABS, ASA, PC, PA, etc. Al "
-"mateix temps, la filtraciĂł d'aire d'ABS i ASA empitjorarĂ . Mentre que per a "
-"PLA, PETG, TPU, PVA i altres materials de baixa temperatura, la temperatura "
-"real de la cambra no hauria de ser alta per evitar obstruccions, pel que 0, "
-"que significa apagar, Ă©s molt recomanable"
msgid "Nozzle temperature for layers after the initial one"
msgstr "Temperatura del broquet per les capes després de l'inicial"
@@ -15866,8 +15959,8 @@ msgstr ""
"Vols reescriure'l?"
msgid ""
-"We would rename the presets as \"Vendor Type Serial @printer you selected"
-"\". \n"
+"We would rename the presets as \"Vendor Type Serial @printer you "
+"selected\". \n"
"To add preset for more printers, Please go to printer selection"
msgstr ""
"CanviarĂem el nom dels perfils seleccionats com a \"ProveĂŻdor Tipus "
@@ -17211,54 +17304,135 @@ msgstr ""
"augmentar adequadament la temperatura del llit pot reduir la probabilitat de "
"deformaciĂł."
-#~ msgid "up to"
-#~ msgstr "fins a"
-
-#~ msgid "above"
-#~ msgstr "sobre"
+#~ msgid ""
+#~ "Enables gap fill for the selected surfaces. The minimum gap length that "
+#~ "will be filled can be controlled from the filter out tiny gaps option "
+#~ "below.\n"
+#~ "\n"
+#~ "Options:\n"
+#~ "1. Everywhere: Applies gap fill to top, bottom and internal solid "
+#~ "surfaces\n"
+#~ "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces "
+#~ "only\n"
+#~ "3. Nowhere: Disables gap fill\n"
+#~ msgstr ""
+#~ "Habilita farciment de buits per a les superfĂcies seleccionades. El mĂnim "
+#~ "del forat que s'omplirĂ es pot controlar des de l'opciĂł filtrar forats "
+#~ "petits a continuaciĂł.\n"
+#~ "\n"
+#~ "Opcions:\n"
+#~ "1. A tot arreu: aplica farciment de buits a superfĂcies sĂČlides "
+#~ "superiors, inferiors i internes\n"
+#~ "2. SuperfĂcies superiors i inferiors: aplica farciment de buit nomĂ©s a "
+#~ "superfĂcies superiors i inferiors\n"
+#~ "3. Enlloc: desactiva el farciment de buits\n"
-#~ msgid "from"
-#~ msgstr "des de"
+#~ msgid ""
+#~ "Decrease this value slightly(for example 0.9) to reduce the amount of "
+#~ "material for bridge, to improve sag"
+#~ msgstr ""
+#~ "DisminuĂŻu lleugerament aquest valor ( per exemple 0,9 ) per reduir la "
+#~ "quantitat de material per al pont, per millorar l'enfonsament"
-#~ msgid "Switching application language while some presets are modified."
+#~ msgid ""
+#~ "This value governs the thickness of the internal bridge layer. This is "
+#~ "the first layer over sparse infill. Decrease this value slightly (for "
+#~ "example 0.9) to improve surface quality over sparse infill."
#~ msgstr ""
-#~ "Canviant l'idioma de l'aplicaciĂł mentre es modifiquen alguns perfils."
+#~ "Aquest valor regeix el gruix de la capa de pont intern. Aquesta Ă©s la "
+#~ "primera capa sobre el farciment poc dens. DisminuĂŻu lleugerament aquest "
+#~ "valor ( per exemple 0,9 ) per millorar la qualitat de la superfĂcie sobre "
+#~ "el farciment poc dens."
-#~ msgid "â+Shift+G"
-#~ msgstr "â+Maj+G"
+#~ msgid ""
+#~ "This factor affects the amount of material for top solid infill. You can "
+#~ "decrease it slightly to have smooth surface finish"
+#~ msgstr ""
+#~ "Aquest factor afecta la quantitat de material per al farciment sĂČlid "
+#~ "superior. Podeu disminuir-lo lleugerament per tenir un acabat superficial "
+#~ "suau"
-#~ msgid "Ctrl+Shift+G"
-#~ msgstr "Ctrl+Maj+G"
+#~ msgid "This factor affects the amount of material for bottom solid infill"
+#~ msgstr ""
+#~ "Aquest factor afecta la quantitat de material per al farciment sĂČlid "
+#~ "inferior"
-#~ msgid "â+Any arrow"
-#~ msgstr "â+Qualsevol fletxa"
+#~ msgid ""
+#~ "Enable this option to slow printing down in areas where potential curled "
+#~ "perimeters may exist"
+#~ msgstr ""
+#~ "Activeu aquesta opciĂł per alentir la impressiĂł en zones on potencialment "
+#~ "poden existir perĂmetres corbats"
-#~ msgid "â„+Left mouse button"
-#~ msgstr "â„+BotĂł esquerre del ratolĂ"
+#~ msgid "Speed of bridge and completely overhang wall"
+#~ msgstr "Velocitat per a ponts i perĂmetres completament en voladĂs"
-#~ msgid "â+Left mouse button"
-#~ msgstr "â+BotĂł esquerre del ratolĂ"
+#~ msgid ""
+#~ "Speed of internal bridge. If the value is expressed as a percentage, it "
+#~ "will be calculated based on the bridge_speed. Default value is 150%."
+#~ msgstr ""
+#~ "Velocitat del pont intern. Si el valor s'expressa en percentatge, es "
+#~ "calcularĂ a partir de la bridge_speed. El valor predeterminat Ă©s del 150%."
-#~ msgid "Ctrl+Any arrow"
-#~ msgstr "Ctrl+Qualsevol fletxa"
+#~ msgid "Time to load new filament when switch filament. For statistics only"
+#~ msgstr ""
+#~ "Temps per carregar nou filament quan canvia de filament. Només per a "
+#~ "estadĂstiques"
-#~ msgid "Alt+Left mouse button"
-#~ msgstr "Alt+BotĂł esquerre del ratolĂ"
+#~ msgid ""
+#~ "Time to unload old filament when switch filament. For statistics only"
+#~ msgstr ""
+#~ "Temps per descarregar filament vell en canviar de filament. Només per a "
+#~ "estadĂstiques"
-#~ msgid "Ctrl+Left mouse button"
-#~ msgstr "Ctrl+BotĂł esquerre del ratolĂ"
+#~ msgid ""
+#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a "
+#~ "new filament during a tool change (when executing the T code). This time "
+#~ "is added to the total print time by the G-code time estimator."
+#~ msgstr ""
+#~ "Temps perquĂš el firmware de la impressora ( o la Unitat Multi Material "
+#~ "2.0 ) carregui un filament durant un canvi d'eina ( en executar el Codi-"
+#~ "T ). Aquest temps s'afegeix al temps d'impressió total mitjançant "
+#~ "l'estimador de temps del Codi-G."
-#~ msgid "â+Mouse wheel"
-#~ msgstr "â+Roda del ratolĂ"
+#~ msgid ""
+#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload "
+#~ "a filament during a tool change (when executing the T code). This time is "
+#~ "added to the total print time by the G-code time estimator."
+#~ msgstr ""
+#~ "Temps perquĂš el firmware de la impressora ( o la Unitat Multi Material "
+#~ "2.0 ) descarregui un filament durant un canvi d'eina ( en executar el "
+#~ "Codi-T ). Aquest temps s'afegeix al temps d'impressió total mitjançant "
+#~ "l'estimador de temps del Codi-G."
-#~ msgid "â„+Mouse wheel"
-#~ msgstr "â„+Roda del ratolĂ"
+#~ msgid "Filter out gaps smaller than the threshold specified"
+#~ msgstr "Filtrar els buits més petits que el llindar especificat"
-#~ msgid "Ctrl+Mouse wheel"
-#~ msgstr "Ctrl+Roda del ratolĂ"
+#~ msgid ""
+#~ "Enable this option for chamber temperature control. An M191 command will "
+#~ "be added before \"machine_start_gcode\"\n"
+#~ "G-code commands: M141/M191 S(0-255)"
+#~ msgstr ""
+#~ "Activeu aquesta opciĂł per al control de temperatura de la cambra. "
+#~ "S'afegirĂ una comanda M191 abans de \"machine_start_gcode\"\n"
+#~ "Comandes de Codi-G: M141 / M191 S ( 0-255 )"
-#~ msgid "Alt+Mouse wheel"
-#~ msgstr "Alt+Roda del ratolĂ"
+#~ msgid ""
+#~ "Higher chamber temperature can help suppress or reduce warping and "
+#~ "potentially lead to higher interlayer bonding strength for high "
+#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, "
+#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, "
+#~ "TPU, PVA and other low temperature materials,the actual chamber "
+#~ "temperature should not be high to avoid cloggings, so 0 which stands for "
+#~ "turning off is highly recommended"
+#~ msgstr ""
+#~ "Una temperatura de cambra més alta pot ajudar a suprimir o reduir la "
+#~ "deformaciĂł( warping ) i potencialment conduir a una major resistĂšncia "
+#~ "d'uniĂł entre capes per a materials d'alta temperatura com ABS, ASA, PC, "
+#~ "PA, etc. Al mateix temps, la filtraciĂł d'aire d'ABS i ASA empitjorarĂ . "
+#~ "Mentre que per a PLA, PETG, TPU, PVA i altres materials de baixa "
+#~ "temperatura, la temperatura real de la cambra no hauria de ser alta per "
+#~ "evitar obstruccions, pel que 0, que significa apagar, Ă©s molt recomanable"
#~ msgid ""
#~ "Different nozzle diameters and different filament diameters is not "
diff --git a/localization/i18n/cs/OrcaSlicer_cs.po b/localization/i18n/cs/OrcaSlicer_cs.po
index 5c5c4aba538..fd186378a92 100644
--- a/localization/i18n/cs/OrcaSlicer_cs.po
+++ b/localization/i18n/cs/OrcaSlicer_cs.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-08-03 18:54+0200\n"
+"POT-Creation-Date: 2024-08-23 16:24+0200\n"
"PO-Revision-Date: 2023-09-30 15:15+0200\n"
"Last-Translator: René Moƥner \n"
"Language-Team: \n"
@@ -78,6 +78,9 @@ msgstr "Ăhel chytrĂ©ho vybarvenĂ"
msgid "On overhangs only"
msgstr "Pouze na pĆevisech"
+msgid "Auto support threshold angle: "
+msgstr "Auto podpÄry hraniÄnĂ Ășhlel: "
+
msgid "Circle"
msgstr "Kruh"
@@ -97,9 +100,6 @@ msgstr "UmoĆŸĆuje malovat pouze na fasety vybranĂ© pomocĂ: \"%1%\""
msgid "Highlight faces according to overhang angle."
msgstr "ZvĂœraznÄte plochy podle Ășhlu pĆevisĆŻ."
-msgid "Auto support threshold angle: "
-msgstr "Auto podpÄry hraniÄnĂ Ășhlel: "
-
msgid "No auto support"
msgstr "ĆœĂĄdnĂ© automatickĂ© podpÄry"
@@ -1965,6 +1965,9 @@ msgstr "ZjednoduĆĄit model"
msgid "Center"
msgstr "StĆed"
+msgid "Drop"
+msgstr ""
+
msgid "Edit Process Settings"
msgstr "Upravit nastavenĂ procesu"
@@ -4085,6 +4088,15 @@ msgstr "CelkovĂœ Äas"
msgid "Total cost"
msgstr "CelkovĂĄ cena"
+msgid "up to"
+msgstr "aĆŸ do"
+
+msgid "above"
+msgstr "nad"
+
+msgid "from"
+msgstr "z"
+
msgid "Color Scheme"
msgstr "Barevné schéma"
@@ -4148,12 +4160,12 @@ msgstr "Doby vĂœmÄny Filamentu"
msgid "Cost"
msgstr "NĂĄklady"
-msgid "Print"
-msgstr "Tisk"
-
msgid "Color change"
msgstr "ZmÄna barvy"
+msgid "Print"
+msgstr "Tisk"
+
msgid "Printer"
msgstr "TiskĂĄrna"
@@ -4337,7 +4349,7 @@ msgstr "Objem:"
msgid "Size:"
msgstr "Velikost:"
-#, c-format, boost-format
+#, boost-format
msgid ""
"Conflicts of gcode paths have been found at layer %d, z = %.2lf mm. Please "
"separate the conflicted objects farther (%s <-> %s)."
@@ -4778,6 +4790,18 @@ msgstr "Postup 2"
msgid "Flow rate test - Pass 2"
msgstr "Test prĆŻtoku - Postup 2"
+msgid "YOLO (Recommended)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.01 step"
+msgstr ""
+
+msgid "YOLO (perfectionist version)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.005 step"
+msgstr ""
+
msgid "Flow rate"
msgstr "PrĆŻtok"
@@ -6039,14 +6063,6 @@ msgstr "Byl detekovĂĄn objekt s vĂce ÄĂĄstmi"
msgid "The file does not contain any geometry data."
msgstr "Soubor neobsahuje ĆŸĂĄdnĂĄ geometrickĂĄ data."
-msgid ""
-"Your object appears to be too large. It will be scaled down to fit the heat "
-"bed automatically."
-msgstr ""
-
-msgid "Object too large"
-msgstr "Objekt je pĆĂliĆĄ velkĂœ"
-
msgid ""
"Your object appears to be too large, Do you want to scale it down to fit the "
"heat bed automatically?"
@@ -6054,6 +6070,9 @@ msgstr ""
"VĂĄĆĄ objekt se zdĂĄ bĂœt pĆĂliĆĄ velkĂœ, chcete jej zmenĆĄit, aby se veĆĄel na "
"vyhĆĂvanou podloĆŸku automaticky?"
+msgid "Object too large"
+msgstr "Objekt je pĆĂliĆĄ velkĂœ"
+
msgid "Export STL file:"
msgstr "Exportovat STL soubor:"
@@ -6421,6 +6440,9 @@ msgstr "Chcete pokraÄovat?"
msgid "Language selection"
msgstr "VĂœbÄr jazyka"
+msgid "Switching application language while some presets are modified."
+msgstr "PĆepĂnĂĄnĂ jazyka aplikace pĆi zmÄnÄ nÄkterĂœch pĆedvoleb."
+
msgid "Changing application language"
msgstr "ZmÄna jazyka aplikace"
@@ -7487,8 +7509,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 ""
"PĆi nahrĂĄvĂĄnĂ ÄasosbÄru bez nĂĄstrojovĂ© hlavy se doporuÄuje pĆidat "
"\"Timelapse Wipe Tower\" \n"
@@ -8334,8 +8356,11 @@ msgstr "Seznam objektĆŻ"
msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files"
msgstr "Import geometrickĂœch dat ze souborĆŻ STL/STEP/3MF/OBJ/AMF"
-msgid "Shift+G"
-msgstr ""
+msgid "â+Shift+G"
+msgstr "â+Shift+G"
+
+msgid "Ctrl+Shift+G"
+msgstr "Ctrl+Shift+G"
msgid "Paste from clipboard"
msgstr "VloĆŸit ze schrĂĄnky"
@@ -8385,18 +8410,33 @@ msgstr "Shift+Tab"
msgid "Collapse/Expand the sidebar"
msgstr "Sbalit/Rozbalit postrannĂ panel"
-msgid "Any arrow"
-msgstr ""
+msgid "â+Any arrow"
+msgstr "â+libovolnĂĄ ĆĄipka"
msgid "Movement in camera space"
msgstr "Posun vĂœbÄru v ortogonĂĄlnĂm prostoru kamery"
+msgid "â„+Left mouse button"
+msgstr "â„+levĂ© tlaÄĂtko myĆĄi"
+
msgid "Select a part"
msgstr "Vyberte ÄĂĄst"
+msgid "â+Left mouse button"
+msgstr "â+levĂ© tlaÄĂtko myĆĄi"
+
msgid "Select multiple objects"
msgstr "Vyberte vĂce objektĆŻ"
+msgid "Ctrl+Any arrow"
+msgstr "Ctrl+libovolnĂĄ ĆĄipka"
+
+msgid "Alt+Left mouse button"
+msgstr "Alt+levĂ© tlaÄĂtko myĆĄi"
+
+msgid "Ctrl+Left mouse button"
+msgstr "Ctrl+levĂ© tlaÄĂtko myĆĄi"
+
msgid "Shift+Left mouse button"
msgstr "Shift+levĂ© tlaÄĂtko myĆĄi"
@@ -8499,12 +8539,24 @@ msgstr "PodloĆŸka"
msgid "Move: press to snap by 1mm"
msgstr "Posunout: stisknutĂm pĆitĂĄhnete o 1 mm"
+msgid "â+Mouse wheel"
+msgstr "â+koleÄko myĆĄi"
+
msgid "Support/Color Painting: adjust pen radius"
msgstr "PodpÄry/Barva: upravit polomÄr pera"
+msgid "â„+Mouse wheel"
+msgstr "â„+koleÄko myĆĄi"
+
msgid "Support/Color Painting: adjust section position"
msgstr "PodpÄry/Barva: upravit polohu sekce"
+msgid "Ctrl+Mouse wheel"
+msgstr "Ctrl+koleÄko myĆĄi"
+
+msgid "Alt+Mouse wheel"
+msgstr "Alt+koleÄko myĆĄi"
+
msgid "Gizmo"
msgstr "Gizmo"
@@ -9525,14 +9577,31 @@ msgid "Apply gap fill"
msgstr ""
msgid ""
-"Enables gap fill for the selected surfaces. The minimum gap length that will "
-"be filled can be controlled from the filter out tiny gaps option below.\n"
+"Enables gap fill for the selected solid surfaces. The minimum gap length "
+"that will be filled can be controlled from the filter out tiny gaps option "
+"below.\n"
"\n"
"Options:\n"
-"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n"
+"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces "
+"for maximum strength\n"
"2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces "
-"only\n"
-"3. Nowhere: Disables gap fill\n"
+"only, balancing print speed, reducing potential over extrusion in the solid "
+"infill and making sure the top and bottom surfaces have no pin hole gaps\n"
+"3. Nowhere: Disables gap fill for all solid infill areas. \n"
+"\n"
+"Note that if using the classic perimeter generator, gap fill may also be "
+"generated between perimeters, if a full width line cannot fit between them. "
+"That perimeter gap fill is not controlled by this setting. \n"
+"\n"
+"If you would like all gap fill, including the classic perimeter generated "
+"one, removed, set the filter out tiny gaps value to a large number, like "
+"999999. \n"
+"\n"
+"However this is not advised, as gap fill between perimeters is contributing "
+"to the model's strength. For models where excessive gap fill is generated "
+"between perimeters, a better option would be to switch to the arachne wall "
+"generator and use this option to control whether the cosmetic top and bottom "
+"surface gap fill is generated"
msgstr ""
msgid "Everywhere"
@@ -9605,10 +9674,11 @@ msgstr "PrĆŻtok mostu"
msgid ""
"Decrease this value slightly(for example 0.9) to reduce the amount of "
-"material for bridge, to improve sag"
+"material for bridge, to improve sag. \n"
+"\n"
+"The actual bridge flow used is calculated by multiplying this value with the "
+"filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"SniĆŸte tuto hodnotu mĂrnÄ (napĆĂklad 0,9), abyste snĂĆŸili mnoĆŸstvĂ materiĂĄlu "
-"pro most a zlepĆĄili provÄĆĄenĂ"
msgid "Internal bridge flow ratio"
msgstr ""
@@ -9616,7 +9686,11 @@ msgstr ""
msgid ""
"This value governs the thickness of the internal bridge layer. This is the "
"first layer over sparse infill. Decrease this value slightly (for example "
-"0.9) to improve surface quality over sparse infill."
+"0.9) to improve surface quality over sparse infill.\n"
+"\n"
+"The actual internal bridge flow used is calculated by multiplying this value "
+"with the bridge flow ratio, the filament flow ratio, and if set, the "
+"object's flow ratio."
msgstr ""
msgid "Top surface flow ratio"
@@ -9624,16 +9698,21 @@ msgstr "PomÄr prĆŻtoku hornĂ vrstvy"
msgid ""
"This factor affects the amount of material for top solid infill. You can "
-"decrease it slightly to have smooth surface finish"
+"decrease it slightly to have smooth surface finish. \n"
+"\n"
+"The actual top surface flow used is calculated by multiplying this value "
+"with the filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"Tento faktor ovlivĆuje mnoĆŸstvĂ materiĂĄlu pro vrchnĂ plnou vĂœplĆ. MĆŻĆŸete jej "
-"mĂrnÄ snĂĆŸit, abyste mÄli hladkĂœ povrch"
msgid "Bottom surface flow ratio"
msgstr "PomÄr prĆŻtoku spodnĂ vrstvy"
-msgid "This factor affects the amount of material for bottom solid infill"
-msgstr "Tento faktor ovlivĆuje mnoĆŸstvĂ materiĂĄlu pro spodnĂ plnou vĂœplĆ"
+msgid ""
+"This factor affects the amount of material for bottom solid infill. \n"
+"\n"
+"The actual bottom solid infill flow used is calculated by multiplying this "
+"value with the filament flow ratio, and if set, the object's flow ratio."
+msgstr ""
msgid "Precise wall"
msgstr "PĆesnĂĄ stÄna"
@@ -9779,12 +9858,26 @@ msgstr "Povolte tuto volbu pro zpomalenĂ tisku pro rĆŻznĂ© stupnÄ pĆevisĆŻ"
msgid "Slow down for curled perimeters"
msgstr "Zpomalenà pro zakroucené obvody"
+#, c-format, boost-format
msgid ""
-"Enable this option to slow printing down in areas where potential curled "
-"perimeters may exist"
+"Enable this option to slow down printing in areas where perimeters may have "
+"curled upwards.For example, additional slowdown will be applied when "
+"printing overhangs on sharp corners like the front of the Benchy hull, "
+"reducing curling which compounds over multiple layers.\n"
+"\n"
+" It is generally recommended to have this option switched on unless your "
+"printer cooling is powerful enough or the print speed slow enough that "
+"perimeter curling does not happen. If printing with a high external "
+"perimeter speed, this parameter may introduce slight artifacts when slowing "
+"down due to the large variance in print speeds. If you notice artifacts, "
+"ensure your pressure advance is tuned correctly.\n"
+"\n"
+"Note: When this option is enabled, overhang perimeters are treated like "
+"overhangs, meaning the overhang speed is applied even if the overhanging "
+"perimeter is part of a bridge. For example, when the perimeters are "
+"100% overhanging, with no wall supporting them from underneath, the "
+"100% overhang speed will be applied."
msgstr ""
-"Povolte tuto moĆŸnost pro zpomalenĂ tisku na mĂstech, kde mohou existovat "
-"potenciålnà zakroucené obvody"
msgid "mm/s or %"
msgstr "mm/s or %"
@@ -9792,8 +9885,14 @@ msgstr "mm/s or %"
msgid "External"
msgstr "VnÄjĆĄĂ"
-msgid "Speed of bridge and completely overhang wall"
-msgstr "Rychlost mostu a zcela pĆevislĂ© stÄny"
+msgid ""
+"Speed of the externally visible bridge extrusions. \n"
+"\n"
+"In addition, if Slow down for curled perimeters is disabled or Classic "
+"overhang mode is enabled, it will be the print speed of overhang walls that "
+"are supported by less than 13%, whether they are part of a bridge or an "
+"overhang."
+msgstr ""
msgid "mm/s"
msgstr "mm/s"
@@ -9802,11 +9901,9 @@ msgid "Internal"
msgstr "VnitĆnĂ"
msgid ""
-"Speed of internal bridge. If the value is expressed as a percentage, it will "
-"be calculated based on the bridge_speed. Default value is 150%."
+"Speed of internal bridges. If the value is expressed as a percentage, it "
+"will be calculated based on the bridge_speed. Default value is 150%."
msgstr ""
-"Rychlost vnitĆnĂho mostu. Pokud je hodnota vyjĂĄdĆena jako procento, bude "
-"vypoÄĂtĂĄna na zĂĄkladÄ most_speed. VĂœchozĂ hodnota je 150 %."
msgid "Brim width"
msgstr "Ć ĂĆka lĂmce"
@@ -10341,6 +10438,17 @@ msgstr ""
"mĆŻĆŸete tuto hodnotu vyladit, abyste zĂskali pÄknÄ rovnĂœ povrch, kdyĆŸ dochĂĄzĂ "
"k mĂrnĂ©mu pĆeteÄenĂ nebo podteÄenĂ"
+msgid ""
+"The material may have volumetric change after switching between molten state "
+"and crystalline state. This setting changes all extrusion flow of this "
+"filament in gcode proportionally. Recommended value range is between 0.95 "
+"and 1.05. Maybe you can tune this value to get nice flat surface when there "
+"has slight overflow or underflow. \n"
+"\n"
+"The final object flow ratio is this value multiplied by the filament flow "
+"ratio."
+msgstr ""
+
msgid "Enable pressure advance"
msgstr "Povolit pĆedstih tlaku"
@@ -10517,16 +10625,29 @@ msgstr "mmÂł/s"
msgid "Filament load time"
msgstr "Doba zavĂĄdÄnĂ filamentu"
-msgid "Time to load new filament when switch filament. For statistics only"
+msgid ""
+"Time to load new filament when switch filament. It's usually applicable for "
+"single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
msgstr ""
-"Äas na zavedenĂ novĂ©ho filamentu pĆi vĂœmÄnÄ filamentu. Pouze pro statistiku"
msgid "Filament unload time"
msgstr "Doba vysouvĂĄnĂ filamentu"
-msgid "Time to unload old filament when switch filament. For statistics only"
+msgid ""
+"Time to unload old filament when switch filament. It's usually applicable "
+"for single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
+msgstr ""
+
+msgid "Tool change time"
+msgstr ""
+
+msgid ""
+"Time taken to switch tools. It's usually applicable for tool changers or "
+"multi-tool machines. For single-extruder multi-material machines, it's "
+"typically 0. For statistics only"
msgstr ""
-"Äas vytaĆŸenĂ starĂ©ho filamentu pĆi vĂœmÄnÄ filamentu. Pouze pro statistiku"
msgid ""
"Filament diameter is used to calculate extrusion in gcode, so it's important "
@@ -10661,15 +10782,6 @@ msgstr "Rychlost poslednĂho pohybu chlazenĂ"
msgid "Cooling moves are gradually accelerating towards this speed."
msgstr "ChladĂcĂ pohyby se postupnÄ zrychlujĂ aĆŸ k tĂ©to rychlosti."
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-"Doba, po kterou firmware tiskĂĄrny (nebo jednotka Multi Material 2.0) zavĂĄdĂ "
-"novĂœ filament bÄhem jeho vĂœmÄny (pĆi provĂĄdÄnĂ kĂłdu T). Tento Äas je pĆidĂĄn "
-"k celkovĂ© dobÄ tisku pomocĂ G-kĂłdu odhadovaÄe tiskovĂ©ho Äasu."
-
msgid "Ramming parameters"
msgstr "Parametry rapidnĂ extruze"
@@ -10680,15 +10792,6 @@ msgstr ""
"Tento ĆetÄzec je upravovĂĄn dialogem RammingDialog a obsahuje specifickĂ© "
"parametry pro rapidnĂ extruzi."
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-"Doba, po kterou firmware tiskĂĄrny (nebo jednotka Multi Material 2.0) vysouvĂĄ "
-"filament bÄhem jeho vĂœmÄny (pĆi provĂĄdÄnĂ kĂłdu T). Tento Äas je pĆidĂĄn k "
-"celkovĂ© dobÄ tisku pomocĂ G-kĂłdu odhadovaÄe tiskovĂ©ho Äasu."
-
msgid "Enable ramming for multitool setups"
msgstr "PovolenĂ rapidnĂ extruze tiskĂĄrny s vĂce nĂĄstroji"
@@ -11040,10 +11143,10 @@ msgstr "MaximĂĄlnĂ otĂĄÄky ventilĂĄtoru ve vrstvÄ"
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 ""
"OtĂĄÄky ventilĂĄtoru se lineĂĄrnÄ zvĂœĆĄĂ z nuly ve vrstvÄ "
"\"close_fan_first_layers\" na maximum ve vrstvÄ \"full_fan_speed_layer\". "
@@ -11115,8 +11218,11 @@ msgstr "Odfiltrujte drobné mezery"
msgid "Layers and Perimeters"
msgstr "Vrstvy a perimetry"
-msgid "Filter out gaps smaller than the threshold specified"
-msgstr "Filtrovat mezery menĆĄĂ neĆŸ stanovenĂĄ hranice"
+msgid ""
+"Don't print gap fill with a length is smaller than the threshold specified "
+"(in mm). This setting applies to top, bottom and solid infill and, if using "
+"the classic perimeter generator, to wall gap fill. "
+msgstr ""
msgid ""
"Speed of gap infill. Gap usually has irregular line width and should be "
@@ -13107,33 +13213,40 @@ msgid "Activate temperature control"
msgstr "Aktivovat ĆĂzenĂ teploty"
msgid ""
-"Enable this option for chamber temperature control. An M191 command will be "
-"added before \"machine_start_gcode\"\n"
-"G-code commands: M141/M191 S(0-255)"
-msgstr ""
-"ZapnÄte tuto volbu pro ĆĂzenĂ teploty v komoĆe. PĆĂkaz M191 bude pĆidĂĄn pĆed "
+"Enable this option for automated chamber temperature control. This option "
+"activates the emitting of an M191 command before the "
"\"machine_start_gcode\"\n"
-"G-kĂłd pĆĂkazy: M141/M191 S(0-255)"
+" which sets the chamber temperature and waits until it is reached. In "
+"addition, it emits an M141 command at the end of the print to turn off the "
+"chamber heater, if present. \n"
+"\n"
+"This option relies on the firmware supporting the M191 and M141 commands "
+"either via macros or natively and is usually used when an active chamber "
+"heater is installed."
+msgstr ""
msgid "Chamber temperature"
msgstr "Teplota v komoĆe"
msgid ""
-"Higher chamber temperature can help suppress or reduce warping and "
-"potentially lead to higher interlayer bonding strength for high temperature "
-"materials like ABS, ASA, PC, PA and so on.At the same time, the air "
-"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and "
-"other low temperature materials,the actual chamber temperature should not be "
-"high to avoid cloggings, so 0 which stands for turning off is highly "
-"recommended"
+"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber "
+"temperature can help suppress or reduce warping and potentially lead to "
+"higher interlayer bonding strength. However, at the same time, a higher "
+"chamber temperature will reduce the efficiency of air filtration for ABS and "
+"ASA. \n"
+"\n"
+"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option "
+"should be disabled (set to 0) as the chamber temperature should be low to "
+"avoid extruder clogging caused by material softening at the heat break.\n"
+"\n"
+"If enabled, this parameter also sets a gcode variable named "
+"chamber_temperature, which can be used to pass the desired chamber "
+"temperature to your print start macro, or a heat soak macro like this: "
+"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may "
+"be useful if your printer does not support M141/M191 commands, or if you "
+"desire to handle heat soaking in the print start macro if no active chamber "
+"heater is installed."
msgstr ""
-"VyĆĄĆĄĂ teplota komory mĆŻĆŸe pomoci potlaÄit nebo snĂĆŸit odchlipovĂĄnĂ a "
-"potenciĂĄlnÄ vĂ©st k vyĆĄĆĄĂ pevnosti spojĆŻ mezi vrstvami pro materiĂĄly s "
-"vysokou teplotou, jako je ABS, ASA, PC, PA a dalĆĄĂ. ZĂĄroveĆ se vĆĄak zhorĆĄĂ "
-"filtrace vzduchu pro ABS a ASA. Naopak pro PLA, PETG, TPU, PVA a dalĆĄĂ "
-"materiĂĄly s nĂzkou teplotou by teplota komory nemÄla bĂœt vysokĂĄ, aby se "
-"pĆedeĆĄlo zanĂĄĆĄenĂ, takĆŸe je velmi doporuÄeno pouĆŸĂt hodnotu 0, kterĂĄ znamenĂĄ "
-"vypnutĂ"
msgid "Nozzle temperature for layers after the initial one"
msgstr "Teplota trysky pro vrstvy po poÄĂĄteÄnĂ"
@@ -14983,8 +15096,8 @@ msgid ""
msgstr ""
msgid ""
-"We would rename the presets as \"Vendor Type Serial @printer you selected"
-"\". \n"
+"We would rename the presets as \"Vendor Type Serial @printer you "
+"selected\". \n"
"To add preset for more printers, Please go to printer selection"
msgstr ""
@@ -15878,8 +15991,8 @@ msgid ""
msgstr ""
"Plochou na podloĆŸku\n"
"VÄdÄli jste, ĆŸe mĆŻĆŸete rychle nastavit orientaci modelu tak, aby jedna z "
-"jeho stÄn spoÄĂvala na tiskovĂ©m podloĆŸĂ? Vyberte funkci \"Plochou na podloĆŸku"
-"\" nebo stisknÄte klĂĄvesu F."
+"jeho stÄn spoÄĂvala na tiskovĂ©m podloĆŸĂ? Vyberte funkci \"Plochou na "
+"podloĆŸku\" nebo stisknÄte klĂĄvesu F."
#: resources/data/hints.ini: [hint:Object List]
msgid ""
@@ -16095,53 +16208,96 @@ msgid ""
"probability of warping."
msgstr ""
-#~ msgid "up to"
-#~ msgstr "aĆŸ do"
-
-#~ msgid "above"
-#~ msgstr "nad"
-
-#~ msgid "from"
-#~ msgstr "z"
-
-#~ msgid "Switching application language while some presets are modified."
-#~ msgstr "PĆepĂnĂĄnĂ jazyka aplikace pĆi zmÄnÄ nÄkterĂœch pĆedvoleb."
+#~ msgid ""
+#~ "Decrease this value slightly(for example 0.9) to reduce the amount of "
+#~ "material for bridge, to improve sag"
+#~ msgstr ""
+#~ "SniĆŸte tuto hodnotu mĂrnÄ (napĆĂklad 0,9), abyste snĂĆŸili mnoĆŸstvĂ "
+#~ "materiĂĄlu pro most a zlepĆĄili provÄĆĄenĂ"
-#~ msgid "â+Shift+G"
-#~ msgstr "â+Shift+G"
+#~ msgid ""
+#~ "This factor affects the amount of material for top solid infill. You can "
+#~ "decrease it slightly to have smooth surface finish"
+#~ msgstr ""
+#~ "Tento faktor ovlivĆuje mnoĆŸstvĂ materiĂĄlu pro vrchnĂ plnou vĂœplĆ. MĆŻĆŸete "
+#~ "jej mĂrnÄ snĂĆŸit, abyste mÄli hladkĂœ povrch"
-#~ msgid "Ctrl+Shift+G"
-#~ msgstr "Ctrl+Shift+G"
+#~ msgid "This factor affects the amount of material for bottom solid infill"
+#~ msgstr "Tento faktor ovlivĆuje mnoĆŸstvĂ materiĂĄlu pro spodnĂ plnou vĂœplĆ"
-#~ msgid "â+Any arrow"
-#~ msgstr "â+libovolnĂĄ ĆĄipka"
+#~ msgid ""
+#~ "Enable this option to slow printing down in areas where potential curled "
+#~ "perimeters may exist"
+#~ msgstr ""
+#~ "Povolte tuto moĆŸnost pro zpomalenĂ tisku na mĂstech, kde mohou existovat "
+#~ "potenciålnà zakroucené obvody"
-#~ msgid "â„+Left mouse button"
-#~ msgstr "â„+levĂ© tlaÄĂtko myĆĄi"
+#~ msgid "Speed of bridge and completely overhang wall"
+#~ msgstr "Rychlost mostu a zcela pĆevislĂ© stÄny"
-#~ msgid "â+Left mouse button"
-#~ msgstr "â+levĂ© tlaÄĂtko myĆĄi"
+#~ msgid ""
+#~ "Speed of internal bridge. If the value is expressed as a percentage, it "
+#~ "will be calculated based on the bridge_speed. Default value is 150%."
+#~ msgstr ""
+#~ "Rychlost vnitĆnĂho mostu. Pokud je hodnota vyjĂĄdĆena jako procento, bude "
+#~ "vypoÄĂtĂĄna na zĂĄkladÄ most_speed. VĂœchozĂ hodnota je 150 %."
-#~ msgid "Ctrl+Any arrow"
-#~ msgstr "Ctrl+libovolnĂĄ ĆĄipka"
+#~ msgid "Time to load new filament when switch filament. For statistics only"
+#~ msgstr ""
+#~ "Äas na zavedenĂ novĂ©ho filamentu pĆi vĂœmÄnÄ filamentu. Pouze pro "
+#~ "statistiku"
-#~ msgid "Alt+Left mouse button"
-#~ msgstr "Alt+levĂ© tlaÄĂtko myĆĄi"
+#~ msgid ""
+#~ "Time to unload old filament when switch filament. For statistics only"
+#~ msgstr ""
+#~ "Äas vytaĆŸenĂ starĂ©ho filamentu pĆi vĂœmÄnÄ filamentu. Pouze pro statistiku"
-#~ msgid "Ctrl+Left mouse button"
-#~ msgstr "Ctrl+levĂ© tlaÄĂtko myĆĄi"
+#~ msgid ""
+#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a "
+#~ "new filament during a tool change (when executing the T code). This time "
+#~ "is added to the total print time by the G-code time estimator."
+#~ msgstr ""
+#~ "Doba, po kterou firmware tiskĂĄrny (nebo jednotka Multi Material 2.0) "
+#~ "zavĂĄdĂ novĂœ filament bÄhem jeho vĂœmÄny (pĆi provĂĄdÄnĂ kĂłdu T). Tento Äas "
+#~ "je pĆidĂĄn k celkovĂ© dobÄ tisku pomocĂ G-kĂłdu odhadovaÄe tiskovĂ©ho Äasu."
-#~ msgid "â+Mouse wheel"
-#~ msgstr "â+koleÄko myĆĄi"
+#~ msgid ""
+#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload "
+#~ "a filament during a tool change (when executing the T code). This time is "
+#~ "added to the total print time by the G-code time estimator."
+#~ msgstr ""
+#~ "Doba, po kterou firmware tiskĂĄrny (nebo jednotka Multi Material 2.0) "
+#~ "vysouvĂĄ filament bÄhem jeho vĂœmÄny (pĆi provĂĄdÄnĂ kĂłdu T). Tento Äas je "
+#~ "pĆidĂĄn k celkovĂ© dobÄ tisku pomocĂ G-kĂłdu odhadovaÄe tiskovĂ©ho Äasu."
-#~ msgid "â„+Mouse wheel"
-#~ msgstr "â„+koleÄko myĆĄi"
+#~ msgid "Filter out gaps smaller than the threshold specified"
+#~ msgstr "Filtrovat mezery menĆĄĂ neĆŸ stanovenĂĄ hranice"
-#~ msgid "Ctrl+Mouse wheel"
-#~ msgstr "Ctrl+koleÄko myĆĄi"
+#~ msgid ""
+#~ "Enable this option for chamber temperature control. An M191 command will "
+#~ "be added before \"machine_start_gcode\"\n"
+#~ "G-code commands: M141/M191 S(0-255)"
+#~ msgstr ""
+#~ "ZapnÄte tuto volbu pro ĆĂzenĂ teploty v komoĆe. PĆĂkaz M191 bude pĆidĂĄn "
+#~ "pĆed \"machine_start_gcode\"\n"
+#~ "G-kĂłd pĆĂkazy: M141/M191 S(0-255)"
-#~ msgid "Alt+Mouse wheel"
-#~ msgstr "Alt+koleÄko myĆĄi"
+#~ msgid ""
+#~ "Higher chamber temperature can help suppress or reduce warping and "
+#~ "potentially lead to higher interlayer bonding strength for high "
+#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, "
+#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, "
+#~ "TPU, PVA and other low temperature materials,the actual chamber "
+#~ "temperature should not be high to avoid cloggings, so 0 which stands for "
+#~ "turning off is highly recommended"
+#~ msgstr ""
+#~ "VyĆĄĆĄĂ teplota komory mĆŻĆŸe pomoci potlaÄit nebo snĂĆŸit odchlipovĂĄnĂ a "
+#~ "potenciĂĄlnÄ vĂ©st k vyĆĄĆĄĂ pevnosti spojĆŻ mezi vrstvami pro materiĂĄly s "
+#~ "vysokou teplotou, jako je ABS, ASA, PC, PA a dalĆĄĂ. ZĂĄroveĆ se vĆĄak "
+#~ "zhorĆĄĂ filtrace vzduchu pro ABS a ASA. Naopak pro PLA, PETG, TPU, PVA a "
+#~ "dalĆĄĂ materiĂĄly s nĂzkou teplotou by teplota komory nemÄla bĂœt vysokĂĄ, "
+#~ "aby se pĆedeĆĄlo zanĂĄĆĄenĂ, takĆŸe je velmi doporuÄeno pouĆŸĂt hodnotu 0, "
+#~ "kterĂĄ znamenĂĄ vypnutĂ"
#~ msgid "Wipe tower extruder"
#~ msgstr "Extruder ÄistĂcĂ vÄĆŸe"
@@ -16172,12 +16328,12 @@ msgstr ""
#~ "Najdete podrobnosti o kalibraci prĆŻtoku dynamiky v naĆĄĂ wiki.\n"
#~ "\n"
#~ "Obvykle kalibrace nenĂ potĆebnĂĄ. PĆi spuĆĄtÄnĂ tisku s jednobarevnĂœm/"
-#~ "materiĂĄlovĂœm filamentem a zaĆĄkrtnutou volbou \"kalibrace prĆŻtoku dynamiky"
-#~ "\" v menu spuĆĄtÄnĂ tisku, tiskĂĄrna bude postupovat podle starĂ© metody a "
-#~ "zkalibruje filament pĆed tiskem. PĆi spuĆĄtÄnĂ tisku s vĂcebarevnĂœm/"
-#~ "materiĂĄlovĂœm filamentem bude tiskĂĄrna pĆi kaĆŸdĂ© zmÄnÄ filamentu pouĆŸĂvat "
-#~ "vĂœchozĂ kompenzaÄnĂ parametr pro filament, coĆŸ mĂĄ vÄtĆĄinou dobrĂœ "
-#~ "vĂœsledek.\n"
+#~ "materiĂĄlovĂœm filamentem a zaĆĄkrtnutou volbou \"kalibrace prĆŻtoku "
+#~ "dynamiky\" v menu spuĆĄtÄnĂ tisku, tiskĂĄrna bude postupovat podle starĂ© "
+#~ "metody a zkalibruje filament pĆed tiskem. PĆi spuĆĄtÄnĂ tisku s "
+#~ "vĂcebarevnĂœm/materiĂĄlovĂœm filamentem bude tiskĂĄrna pĆi kaĆŸdĂ© zmÄnÄ "
+#~ "filamentu pouĆŸĂvat vĂœchozĂ kompenzaÄnĂ parametr pro filament, coĆŸ mĂĄ "
+#~ "vÄtĆĄinou dobrĂœ vĂœsledek.\n"
#~ "\n"
#~ "VĆĄimnÄte si, ĆŸe existujĂ nÄkterĂ© pĆĂpady, kterĂ© mohou zpĆŻsobit, ĆŸe "
#~ "vĂœsledek kalibrace nebude spolehlivĂœ: pouĆŸitĂ texturovanĂ© podloĆŸky pro "
diff --git a/localization/i18n/de/OrcaSlicer_de.po b/localization/i18n/de/OrcaSlicer_de.po
index 7547eaeee66..ed3799db7c0 100644
--- a/localization/i18n/de/OrcaSlicer_de.po
+++ b/localization/i18n/de/OrcaSlicer_de.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-08-03 18:54+0200\n"
+"POT-Creation-Date: 2024-08-23 16:24+0200\n"
"PO-Revision-Date: \n"
"Last-Translator: Heiko Liebscher \n"
"Language-Team: \n"
@@ -74,6 +74,9 @@ msgstr "Intelligenter FĂŒllwinkel"
msgid "On overhangs only"
msgstr "Nur an ĂberhĂ€ngen"
+msgid "Auto support threshold angle: "
+msgstr "Winkel fĂŒr automatische Supports: "
+
msgid "Circle"
msgstr "Kreis"
@@ -94,9 +97,6 @@ msgstr ""
msgid "Highlight faces according to overhang angle."
msgstr "Markieren der FlĂ€chen entsprechend dem Ăberhangwinkel."
-msgid "Auto support threshold angle: "
-msgstr "Winkel fĂŒr automatische Supports: "
-
msgid "No auto support"
msgstr "Kein automatischer Support"
@@ -1995,6 +1995,9 @@ msgstr "Modell vereinfachen"
msgid "Center"
msgstr "Zur Mitte"
+msgid "Drop"
+msgstr "Ablegen"
+
msgid "Edit Process Settings"
msgstr "Prozesseinstellungen"
@@ -4214,6 +4217,15 @@ msgstr "Gesamtdauer"
msgid "Total cost"
msgstr "Geamtkosten"
+msgid "up to"
+msgstr "bis zu"
+
+msgid "above"
+msgstr "ĂŒber"
+
+msgid "from"
+msgstr "von"
+
msgid "Color Scheme"
msgstr "Farbschema"
@@ -4277,12 +4289,12 @@ msgstr "Filamentwechselzeiten"
msgid "Cost"
msgstr "Kosten"
-msgid "Print"
-msgstr "aktuelle Platte drucken"
-
msgid "Color change"
msgstr "Farbwechsel"
+msgid "Print"
+msgstr "aktuelle Platte drucken"
+
msgid "Printer"
msgstr "Drucker"
@@ -4466,7 +4478,7 @@ msgstr "Volumen:"
msgid "Size:"
msgstr "GröĂe:"
-#, c-format, boost-format
+#, boost-format
msgid ""
"Conflicts of gcode paths have been found at layer %d, z = %.2lf mm. Please "
"separate the conflicted objects farther (%s <-> %s)."
@@ -4911,6 +4923,18 @@ msgstr "Durchgang 2"
msgid "Flow rate test - Pass 2"
msgstr "Durchflussratentests - Teil 1"
+msgid "YOLO (Recommended)"
+msgstr "YOLO (Empfohlen)"
+
+msgid "Orca YOLO flowrate calibration, 0.01 step"
+msgstr "Orca YOLO Durchflusskalibrierung, 0.01 Schritt"
+
+msgid "YOLO (perfectionist version)"
+msgstr "YOLO (Perfektionisten-Version)"
+
+msgid "Orca YOLO flowrate calibration, 0.005 step"
+msgstr "Orca YOLO Durchflusskalibrierung, 0.005 Schritt"
+
msgid "Flow rate"
msgstr "Durchflussrate"
@@ -6232,16 +6256,6 @@ msgstr "Objekt mit mehreren Teilen wurde entdeckt"
msgid "The file does not contain any geometry data."
msgstr "Die Datei enthÀlt keine Geometriedaten."
-msgid ""
-"Your object appears to be too large. It will be scaled down to fit the heat "
-"bed automatically."
-msgstr ""
-"Ihr Objekt scheint zu groĂ zu sein. Es wird automatisch verkleinert, um auf "
-"das Druckbett zu passen."
-
-msgid "Object too large"
-msgstr "Objekt zu groĂ"
-
msgid ""
"Your object appears to be too large, Do you want to scale it down to fit the "
"heat bed automatically?"
@@ -6249,6 +6263,9 @@ msgstr ""
"Ihr Objekt scheint zu groà zu sein. Möchten Sie es verkleinern, um es "
"automatisch an das Druckbett anzupassen?"
+msgid "Object too large"
+msgstr "Objekt zu groĂ"
+
msgid "Export STL file:"
msgstr "Exportiere STL Datei:"
@@ -6634,6 +6651,10 @@ msgstr "Möchten Sie fortfahren?"
msgid "Language selection"
msgstr "Sprachauswahl"
+msgid "Switching application language while some presets are modified."
+msgstr ""
+"Umschalten der Anwendungssprache, wÀhrend einige Profile geÀndert werden."
+
msgid "Changing application language"
msgstr "Anwendungssprache Àndern"
@@ -7382,8 +7403,8 @@ msgstr ""
msgid ""
"Timelapse is not supported because Print sequence is set to \"By object\"."
msgstr ""
-"Zeitraffer wird nicht unterstĂŒtzt, da die Druckreihenfolge auf \"Nach Objekt"
-"\" eingestellt ist."
+"Zeitraffer wird nicht unterstĂŒtzt, da die Druckreihenfolge auf \"Nach "
+"Objekt\" eingestellt ist."
msgid "Errors"
msgstr "Fehler"
@@ -7777,13 +7798,13 @@ 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 ""
"Wenn Sie einen Zeitraffer ohne Werkzeugkopf aufnehmen, wird empfohlen, einen "
"\"Timelapse Wischturm\" hinzuzufĂŒgen, indem Sie mit der rechten Maustaste "
-"auf die leere Position der Bauplatte klicken und \"Primitiv hinzufĂŒgen\"->"
-"\"Timelapse Wischturm\" wÀhlen."
+"auf die leere Position der Bauplatte klicken und \"Primitiv hinzufĂŒgen\"-"
+">\"Timelapse Wischturm\" wÀhlen."
msgid "Line width"
msgstr "Breite der Linie"
@@ -8674,8 +8695,11 @@ msgstr "Liste der Objekte"
msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files"
msgstr "Importiere Geometriedaten aus STL/STEP/3MF/OBJ/AMF-Dateien"
-msgid "Shift+G"
-msgstr "Umschalt+G"
+msgid "â+Shift+G"
+msgstr "â+Umschalttaste+G"
+
+msgid "Ctrl+Shift+G"
+msgstr "Strg+Umschalt+G"
msgid "Paste from clipboard"
msgstr "Aus Zwischenablage einfĂŒgen"
@@ -8726,18 +8750,33 @@ msgstr "Umschalt+Tab"
msgid "Collapse/Expand the sidebar"
msgstr "Seitenleiste zu-/aufklappen"
-msgid "Any arrow"
-msgstr "Beliebiger Pfeil"
+msgid "â+Any arrow"
+msgstr "â+beliebiger Pfeil"
msgid "Movement in camera space"
msgstr "Bewegung im Kameraraum"
+msgid "â„+Left mouse button"
+msgstr "â„+Linke Maustaste"
+
msgid "Select a part"
msgstr "Teil auswÀhlen"
+msgid "â+Left mouse button"
+msgstr "â+Linke Maustaste"
+
msgid "Select multiple objects"
msgstr "Mehrere Objekte auswÀhlen"
+msgid "Ctrl+Any arrow"
+msgstr "Strg + beliebige Pfeiltaste"
+
+msgid "Alt+Left mouse button"
+msgstr "Alt + Linke Maustaste"
+
+msgid "Ctrl+Left mouse button"
+msgstr "Strg + Linke Maustaste"
+
msgid "Shift+Left mouse button"
msgstr "Umschalt+Linke Maustaste"
@@ -8840,12 +8879,24 @@ msgstr "Druckplatte"
msgid "Move: press to snap by 1mm"
msgstr "Verschieben: DrĂŒcken, um in 1 mm einzurasten"
+msgid "â+Mouse wheel"
+msgstr "â+Mausrad"
+
msgid "Support/Color Painting: adjust pen radius"
msgstr "StĂŒtzen/Farbmalen: Stiftradius einstellen"
+msgid "â„+Mouse wheel"
+msgstr "â„+Mausrad"
+
msgid "Support/Color Painting: adjust section position"
msgstr "StĂŒtzen/Farbmalen: Position des Abschnitts anpassen"
+msgid "Ctrl+Mouse wheel"
+msgstr "Strg + Mausrad"
+
+msgid "Alt+Mouse wheel"
+msgstr "Alt + Mausrad"
+
msgid "Gizmo"
msgstr "Gizmo"
@@ -9939,25 +9990,60 @@ msgid "Apply gap fill"
msgstr "LĂŒckenfĂŒllung anwenden"
msgid ""
-"Enables gap fill for the selected surfaces. The minimum gap length that will "
-"be filled can be controlled from the filter out tiny gaps option below.\n"
+"Enables gap fill for the selected solid surfaces. The minimum gap length "
+"that will be filled can be controlled from the filter out tiny gaps option "
+"below.\n"
"\n"
"Options:\n"
-"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n"
+"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces "
+"for maximum strength\n"
"2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces "
-"only\n"
-"3. Nowhere: Disables gap fill\n"
-msgstr ""
-"Schaltet die LĂŒckenfĂŒllung fĂŒr die ausgewĂ€hlten OberflĂ€chen ein. Die "
-"minimale LĂ€nge der LĂŒcke, die gefĂŒllt wird, kann ĂŒber die Option \"winzige "
-"LĂŒcken herausfiltern\" unten gesteuert werden.\n"
+"only, balancing print speed, reducing potential over extrusion in the solid "
+"infill and making sure the top and bottom surfaces have no pin hole gaps\n"
+"3. Nowhere: Disables gap fill for all solid infill areas. \n"
+"\n"
+"Note that if using the classic perimeter generator, gap fill may also be "
+"generated between perimeters, if a full width line cannot fit between them. "
+"That perimeter gap fill is not controlled by this setting. \n"
+"\n"
+"If you would like all gap fill, including the classic perimeter generated "
+"one, removed, set the filter out tiny gaps value to a large number, like "
+"999999. \n"
+"\n"
+"However this is not advised, as gap fill between perimeters is contributing "
+"to the model's strength. For models where excessive gap fill is generated "
+"between perimeters, a better option would be to switch to the arachne wall "
+"generator and use this option to control whether the cosmetic top and bottom "
+"surface gap fill is generated"
+msgstr ""
+"Schaltet die LĂŒckenfĂŒllung fĂŒr die ausgewĂ€hlten massiven OberflĂ€chen ein. "
+"Die minimale LĂŒckenlĂ€nge, die gefĂŒllt wird, kann von der Option zum "
+"Filtern kleiner LĂŒcken unten gesteuert werden.\n"
"\n"
"Optionen:\n"
-"1. Ăberall: FĂŒllt LĂŒcken in oberen, unteren und inneren massiven OberflĂ€chen "
-"aus\n"
+"1. Ăberall: FĂŒllt LĂŒcken in oberen, unteren und internen massiven "
+"OberflĂ€chen fĂŒr maximale Festigkeit"
"2. Obere und untere OberflĂ€chen: FĂŒllt LĂŒcken nur in oberen und unteren "
-"OberflÀchen aus\n"
-"3. Nirgendwo: Deaktiviert die LĂŒckenfĂŒllung\n"
+"OberflĂ€chen, um Druckgeschwindigkeit zu erhöhen, potenzielle Ăberextrusion "
+"im massiven Infill zu reduzieren und sicherzustellen, dass die oberen und "
+"unteren OberflÀchen keine Löcher aufweisen"
+"3. Nirgendwo: Deaktiviert die LĂŒckenfĂŒllung fĂŒr alle massiven Infill-Bereiche.\n"
+"\n"
+"Beachten Sie, dass bei Verwendung des klassischen Umfangsgenerators "
+"LĂŒckenfĂŒllung auch zwischen UmfĂ€ngen generiert werden kann, wenn eine "
+"volle Breitenlinie nicht zwischen ihnen passt. Diese UmfangslĂŒckenfĂŒllung "
+"wird nicht durch diese Einstellung gesteuert.\n"
+"\n"
+"Wenn Sie möchten, dass alle LĂŒckenfĂŒllungen, einschlieĂlich der vom "
+"klassischen Umfangsgenerator generierten, entfernt werden, setzen Sie den "
+"Wert zum Filtern kleiner LĂŒcken auf eine groĂe Zahl, wie 999999.\n"
+"\n"
+"Dies wird jedoch nicht empfohlen, da die LĂŒckenfĂŒllung zwischen UmfĂ€ngen zur "
+"Festigkeit des Modells beitrĂ€gt. FĂŒr Modelle, bei denen zwischen UmfĂ€ngen "
+"ĂŒbermĂ€Ăige LĂŒckenfĂŒllung generiert wird, wĂ€re eine bessere Option, auf den "
+"Arachne-Wandgenerator umzusteigen und diese Option zu verwenden, um zu "
+"steuern, ob die kosmetische LĂŒckenfĂŒllung fĂŒr obere und untere OberflĂ€chen "
+"generiert wird."
msgid "Everywhere"
msgstr "Ăberall"
@@ -10033,10 +10119,17 @@ msgstr "BrĂŒcken Flussrate"
msgid ""
"Decrease this value slightly(for example 0.9) to reduce the amount of "
-"material for bridge, to improve sag"
+"material for bridge, to improve sag. \n"
+"\n"
+"The actual bridge flow used is calculated by multiplying this value with the "
+"filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"Verringern Sie diesen Wert geringfĂŒgig (z. B. 0,9), um die Materialmenge fĂŒr "
-"die BrĂŒcke zu verringern und den Durchhang zu minimieren"
+"Verringern Sie diesen Wert leicht (zum Beispiel 0,9), um die Materialmenge "
+"fĂŒr die BrĂŒcke zu reduzieren und das DurchhĂ€ngen zu verbessern.\n"
+"\n"
+"Der tatsĂ€chliche BrĂŒckenfluss wird berechnet, indem dieser Wert mit dem "
+"FilamentflussverhÀltnis und, falls festgelegt, dem ObjektflussverhÀltnis "
+"multipliziert wird."
msgid "Internal bridge flow ratio"
msgstr "Interne BrĂŒcken Flussrate"
@@ -10044,29 +10137,52 @@ msgstr "Interne BrĂŒcken Flussrate"
msgid ""
"This value governs the thickness of the internal bridge layer. This is the "
"first layer over sparse infill. Decrease this value slightly (for example "
-"0.9) to improve surface quality over sparse infill."
+"0.9) to improve surface quality over sparse infill.\n"
+"\n"
+"The actual internal bridge flow used is calculated by multiplying this value "
+"with the bridge flow ratio, the filament flow ratio, and if set, the "
+"object's flow ratio."
msgstr ""
"Dieser Wert bestimmt die Dicke der internen BrĂŒckenschicht. Dies ist die "
-"erste Schicht ĂŒber der dĂŒnnen FĂŒllung. Verringern Sie diesen Wert leicht (z. "
-"B. 0,9), um die OberflĂ€chenqualitĂ€t ĂŒber der dĂŒnnen FĂŒllung zu verbessern."
+"erste Schicht ĂŒber der dĂŒnnen FĂŒllung. Verringern Sie diesen Wert leicht "
+"(zum Beispiel 0,9), um die OberflĂ€chenqualitĂ€t ĂŒber der dĂŒnnen FĂŒllung zu "
+"verbessern.\n"
+"\n"
+"Der tatsĂ€chliche interne BrĂŒckenfluss wird berechnet, indem dieser Wert mit "
+"dem BrĂŒckenflussverhĂ€ltnis, dem FilamentflussverhĂ€ltnis und, falls festgelegt, "
+"dem ObjektflussverhÀltnis multipliziert wird."
msgid "Top surface flow ratio"
msgstr "DurchflussverhÀltnis obere FlÀche"
msgid ""
"This factor affects the amount of material for top solid infill. You can "
-"decrease it slightly to have smooth surface finish"
+"decrease it slightly to have smooth surface finish. \n"
+"\n"
+"The actual top surface flow used is calculated by multiplying this value "
+"with the filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"Dieser Faktor beeinflusst die Menge des Materials fĂŒr die obere FĂŒllung. Sie "
-"können ihn leicht verringern, um eine glatte OberflÀchenbeschichtung zu "
-"erhalten"
+"Dieser Faktor beeinflusst die Menge des Materials fĂŒr die obere feste FĂŒllung. "
+"Sie können ihn leicht verringern, um eine glatte OberflÀche zu erhalten.\n"
+"\n"
+"Der tatsÀchliche obere Fluss wird berechnet, indem dieser Wert mit dem "
+"FilamentflussverhÀltnis und, falls festgelegt, dem ObjektflussverhÀltnis "
+"multipliziert wird."
msgid "Bottom surface flow ratio"
msgstr "DurchflussverhÀltnis untere FlÀche"
-msgid "This factor affects the amount of material for bottom solid infill"
+msgid ""
+"This factor affects the amount of material for bottom solid infill. \n"
+"\n"
+"The actual bottom solid infill flow used is calculated by multiplying this "
+"value with the filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"Dieser Faktor beeinflusst die Menge des Materials fĂŒr die untere FĂŒllung"
+"Dieser Faktor beeinflusst die Menge des Materials fĂŒr die untere feste FĂŒllung.\n"
+"\n"
+"Der tatsĂ€chliche Fluss fĂŒr die untere feste FĂŒllung wird berechnet, indem "
+"dieser Wert mit dem FilamentflussverhÀltnis und, falls festgelegt, dem "
+"ObjektflussverhÀltnis multipliziert wird."
msgid "Precise wall"
msgstr "Exakte Wand"
@@ -10246,11 +10362,44 @@ msgid "Slow down for curled perimeters"
msgstr "Langsamer Druck fĂŒr gekrĂŒmmte UmfĂ€nge"
msgid ""
-"Enable this option to slow printing down in areas where potential curled "
-"perimeters may exist"
+"Enable this option to slow down printing in areas where perimeters may have "
+"curled upwards.For example, additional slowdown will be applied when "
+"printing overhangs on sharp corners like the front of the Benchy hull, "
+"reducing curling which compounds over multiple layers.\n"
+"\n"
+" It is generally recommended to have this option switched on unless your "
+"printer cooling is powerful enough or the print speed slow enough that "
+"perimeter curling does not happen. If printing with a high external "
+"perimeter speed, this parameter may introduce slight artifacts when slowing "
+"down due to the large variance in print speeds. If you notice artifacts, "
+"ensure your pressure advance is tuned correctly.\n"
+"\n"
+"Note: When this option is enabled, overhang perimeters are treated like "
+"overhangs, meaning the overhang speed is applied even if the overhanging "
+"perimeter is part of a bridge. For example, when the perimeters are "
+"100% overhanging, with no wall supporting them from underneath, the "
+"100% overhang speed will be applied."
msgstr ""
"Aktivieren Sie diese Option, um den Druck in Bereichen zu verlangsamen, in "
-"denen möglicherweise gekrĂŒmmte UmfĂ€nge vorhanden sind"
+"denen die UmfĂ€nge nach oben gekrĂŒmmt sein können. Zum Beispiel wird eine "
+"zusĂ€tzliche Verlangsamung angewendet, wenn ĂberhĂ€nge an scharfen Ecken wie "
+"der Vorderseite des Benchy-Rumpfes gedruckt werden, um das KrÀuseln zu "
+"reduzieren, das sich ĂŒber mehrere Schichten hinweg aufbaut.\n"
+"\n"
+"Es wird im Allgemeinen empfohlen, diese Option eingeschaltet zu lassen, es "
+"sei denn, Ihr Drucker ist leistungsstark genug oder die Druckgeschwindigkeit "
+"ist langsam genug, dass das KrÀuseln der UmfÀnge nicht auftritt. Wenn mit "
+"einer hohen externen Umfangsgeschwindigkeit gedruckt wird, kann dieser "
+"Parameter leichte Artefakte verursachen, wenn er aufgrund der groĂen "
+"Varianz der Druckgeschwindigkeiten verlangsamt wird. Wenn Sie Artefakte "
+"bemerken, stellen Sie sicher, dass Ihr Druckvorschub korrekt eingestellt "
+"ist.\n"
+"\n"
+"Hinweis: Wenn diese Option aktiviert ist, werden UmfangsumfÀnge wie "
+"ĂberhĂ€nge behandelt, was bedeutet, dass die Ăberhangsgeschwindigkeit "
+"angewendet wird, auch wenn der ĂŒberhĂ€ngende Umfang Teil einer BrĂŒcke ist. "
+"Zum Beispiel, wenn die UmfĂ€nge zu 100 % ĂŒberhĂ€ngen, ohne dass eine Wand sie "
+"von unten stĂŒtzt, wird die Ăberhangsgeschwindigkeit von 100 % angewendet."
msgid "mm/s or %"
msgstr "mm/s o. %"
@@ -10258,8 +10407,20 @@ msgstr "mm/s o. %"
msgid "External"
msgstr "Extern"
-msgid "Speed of bridge and completely overhang wall"
-msgstr "Geschwindigkeit fĂŒr BrĂŒcken und vollstĂ€ndig ĂŒberhĂ€ngende WĂ€nde."
+msgid ""
+"Speed of the externally visible bridge extrusions. \n"
+"\n"
+"In addition, if Slow down for curled perimeters is disabled or Classic "
+"overhang mode is enabled, it will be the print speed of overhang walls that "
+"are supported by less than 13%, whether they are part of a bridge or an "
+"overhang."
+msgstr ""
+"Geschwindigkeit der extern sichtbaren BrĂŒckenextrusionen.\n"
+"\n"
+"DarĂŒber hinaus wird, wenn die Option zum Verlangsamen von gekrĂŒmmten UmfĂ€ngen "
+"deaktiviert ist oder der klassische Ăberhangsmodus aktiviert ist, die "
+"Druckgeschwindigkeit der ĂberhangswĂ€nde, die zu weniger als 13 % gestĂŒtzt "
+"sind, ob sie Teil einer BrĂŒcke oder eines Ăberhangs sind."
msgid "mm/s"
msgstr "mm/s"
@@ -10268,12 +10429,12 @@ msgid "Internal"
msgstr "Intern"
msgid ""
-"Speed of internal bridge. If the value is expressed as a percentage, it will "
-"be calculated based on the bridge_speed. Default value is 150%."
+"Speed of internal bridges. If the value is expressed as a percentage, it "
+"will be calculated based on the bridge_speed. Default value is 150%."
msgstr ""
-"Geschwindigkeit der internen BrĂŒcke. Wenn der Wert als Prozentsatz angegeben "
-"ist, wird er basierend auf der BrĂŒckengeschwindigkeit berechnet. "
-"Standardwert ist 150%."
+"Geschwindigkeit der internen BrĂŒcken. Wenn der Wert als Prozentsatz angegeben "
+"wird, wird er auf der Grundlage der BrĂŒckengeschwindigkeit berechnet. Der "
+"Standardwert betrÀgt 150 %."
msgid "Brim width"
msgstr "Randbreite"
@@ -10924,6 +11085,26 @@ msgstr ""
"anpassen, um eine schöne flache OberflÀche zu erhalten, wenn es eine leichte "
"Ăber- oder Unterextrusion gibt."
+msgid ""
+"The material may have volumetric change after switching between molten state "
+"and crystalline state. This setting changes all extrusion flow of this "
+"filament in gcode proportionally. Recommended value range is between 0.95 "
+"and 1.05. Maybe you can tune this value to get nice flat surface when there "
+"has slight overflow or underflow. \n"
+"\n"
+"The final object flow ratio is this value multiplied by the filament flow "
+"ratio."
+msgstr ""
+"Das Material kann sich nach dem Wechsel zwischen geschmolzenem und "
+"kristallinem Zustand volumetrisch verÀndern. Mit dieser Einstellung werden "
+"alle Extrusionsströme dieses Filaments im G-Code proportional geÀndert. Der "
+"empfohlene Wertebereich liegt zwischen 0,95 und 1,05. Sie können diesen Wert "
+"anpassen, um eine schöne flache OberflÀche zu erhalten, wenn es eine leichte "
+"Ăber- oder Unterextrusion gibt. \n"
+"\n"
+"Das endgĂŒltige Objekt-FlussverhĂ€ltnis ist das Produkt aus diesem Wert und "
+"dem Filament-FlussverhÀltnis."
+
msgid "Enable pressure advance"
msgstr "Pressure advance aktivieren"
@@ -10979,8 +11160,8 @@ msgstr ""
"Druckbedingungen an den Drucker ausgegeben wird.\n"
"\n"
"Wenn diese Option aktiviert ist, wird der obige Druckvorschubwert ĂŒberschrie-"
-"ben. Es wird jedoch dringend empfohlen, einen vernĂŒnftigen Standardwert "
-"oben zu verwenden, um als Fallback und fĂŒr den Werkzeugwechsel zu dienen.\n"
+"ben. Es wird jedoch dringend empfohlen, einen vernĂŒnftigen Standardwert oben "
+"zu verwenden, um als Fallback und fĂŒr den Werkzeugwechsel zu dienen.\n"
"\n"
msgid "Adaptive pressure advance measurements (beta)"
@@ -11033,16 +11214,16 @@ msgstr ""
"Druckbeschleunigungen durch und nicht schneller als die empfohlene maximale "
"Beschleunigung, wie sie vom Klipper-Eingabe-Shaper angegeben wird.\n"
"2. Notieren Sie den optimalen PA-Wert fĂŒr jede VolumenflieĂgeschwindigkeit "
-"und Beschleunigung. Sie können die FlieĂzahl auswĂ€hlen, indem Sie Fluss aus"
-"dem Farbschema-Dropdown auswĂ€hlen und den horizontalen Schieberegler ĂŒber den "
-"PA-Musterlinien bewegen. Die Zahl sollte am unteren Rand der Seite sichtbar "
-"sein. Der ideale PA-Wert sollte abnehmen, je höher die VolumenflieĂgeschwin-"
-"digkeit ist. Wenn dies nicht der Fall ist, bestÀtigen Sie, dass Ihr Extruder "
-"korrekt funktioniert. Je langsamer und mit weniger Beschleunigung Sie drucken, "
-"desto gröĂer ist der Bereich der akzeptablen PA-Werte. Wenn kein Unterschied "
-"sichtbar ist, verwenden Sie den PA-Wert aus dem schnelleren Test.3. Geben Sie "
-"die Triplets von PA-Werten, Fluss und Beschleunigungen im Textfeld hier ein "
-"und speichern Sie Ihr Filamentprofil\n"
+"und Beschleunigung. Sie können die FlieĂzahl auswĂ€hlen, indem Sie Fluss "
+"ausdem Farbschema-Dropdown auswĂ€hlen und den horizontalen Schieberegler ĂŒber "
+"den PA-Musterlinien bewegen. Die Zahl sollte am unteren Rand der Seite "
+"sichtbar sein. Der ideale PA-Wert sollte abnehmen, je höher die "
+"VolumenflieĂgeschwin-digkeit ist. Wenn dies nicht der Fall ist, bestĂ€tigen "
+"Sie, dass Ihr Extruder korrekt funktioniert. Je langsamer und mit weniger "
+"Beschleunigung Sie drucken, desto gröĂer ist der Bereich der akzeptablen PA-"
+"Werte. Wenn kein Unterschied sichtbar ist, verwenden Sie den PA-Wert aus dem "
+"schnelleren Test.3. Geben Sie die Triplets von PA-Werten, Fluss und "
+"Beschleunigungen im Textfeld hier ein und speichern Sie Ihr Filamentprofil\n"
"\n"
msgid "Enable adaptive pressure advance for overhangs (beta)"
@@ -11174,18 +11355,40 @@ msgstr "mmÂł/s"
msgid "Filament load time"
msgstr "Ladedauer des Filaments"
-msgid "Time to load new filament when switch filament. For statistics only"
+msgid ""
+"Time to load new filament when switch filament. It's usually applicable for "
+"single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
msgstr ""
-"Zeit zum Laden des neuen Filaments, beim Wechseln des Filaments. Nur fĂŒr "
-"statistische Zwecke."
+"Zeit zum Laden des neuen Filaments beim Wechsel des Filaments. Es ist in der "
+"Regel fĂŒr Einzel-Extruder-Multi-Material-Maschinen anwendbar. FĂŒr "
+"Werkzeugwechsler oder Multi-Tool-Maschinen betrÀgt es in der Regel 0. Nur "
+"fĂŒr Statistiken"
msgid "Filament unload time"
msgstr "Entladezeit des Filaments"
-msgid "Time to unload old filament when switch filament. For statistics only"
+msgid ""
+"Time to unload old filament when switch filament. It's usually applicable "
+"for single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
msgstr ""
-"Zeit zum Entladen des alten Filaments, beim Wechseln des Filaments. Nur fĂŒr "
-"statistische Zwecke."
+"Zeit zum Entladen des alten Filaments beim Wechsel des Filaments. Es ist in "
+"der Regel fĂŒr Einzel-Extruder-Multi-Material-Maschinen anwendbar. FĂŒr "
+"Werkzeugwechsler oder Multi-Tool-Maschinen betrÀgt es in der Regel 0. Nur "
+"fĂŒr Statistiken"
+
+msgid "Tool change time"
+msgstr "Werkzeugwechselzeit"
+
+msgid ""
+"Time taken to switch tools. It's usually applicable for tool changers or "
+"multi-tool machines. For single-extruder multi-material machines, it's "
+"typically 0. For statistics only"
+msgstr ""
+"Zeit, die zum Wechseln der Werkzeuge benötigt wird. Es ist in der Regel fĂŒr "
+"Werkzeugwechsler oder Multi-Tool-Maschinen anwendbar. FĂŒr Einzel-Extruder-"
+"Multi-Material-Maschinen betrĂ€gt es in der Regel 0. Nur fĂŒr Statistiken"
msgid ""
"Filament diameter is used to calculate extrusion in gcode, so it's important "
@@ -11334,16 +11537,6 @@ msgstr "Geschwindigkeit der letzten KĂŒhlbewegung"
msgid "Cooling moves are gradually accelerating towards this speed."
msgstr "KĂŒhlbewegungen beschleunigen allmĂ€hlich auf diese Geschwindigkeit."
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-"Zeit fĂŒr die Drucker-Firmware (oder die Multi Material Unit 2.0), um ein "
-"neues Filament wÀhrend eines Werkzeugwechsels zu laden (wenn der T-Code "
-"ausgefĂŒhrt wird). Diese Zeit wird zur Gesamt-Druckzeit vom G-Code-Zeit-"
-"SchĂ€tzer hinzugefĂŒgt."
-
msgid "Ramming parameters"
msgstr "Ramming-Parameter"
@@ -11354,16 +11547,6 @@ msgstr ""
"Dieser String wird von RammingDialog bearbeitet und enthÀlt ramming-"
"spezifische Parameter."
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-"Zeit fĂŒr die Drucker-Firmware (oder die Multi Material Unit 2.0), um ein "
-"Filament wÀhrend eines Werkzeugwechsels zu entladen (wenn der T-Code "
-"ausgefĂŒhrt wird). Diese Zeit wird zur Gesamt-Druckzeit vom G-Code-Zeit-"
-"SchĂ€tzer hinzugefĂŒgt."
-
msgid "Enable ramming for multitool setups"
msgstr "Ermöglicht das Rammen fĂŒr Multitool-Setups"
@@ -11737,13 +11920,13 @@ msgstr "Volle LĂŒfterdrehzahl ab Schicht"
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 ""
-"Die LĂŒftergeschwindigkeit wird linear von Null bei der Schicht"
-"\"close_fan_the_first_x_layers\" auf das Maximum bei der Schicht "
+"Die LĂŒftergeschwindigkeit wird linear von Null bei der "
+"Schicht\"close_fan_the_first_x_layers\" auf das Maximum bei der Schicht "
"\"full_fan_speed_layer\" erhöht. \"full_fan_speed_layer\" wird ignoriert, "
"wenn es niedriger ist als \"close_fan_the_first_x_layers\",in diesem Fall "
"lĂ€uft der LĂŒfter bei Schicht \"close_fan_the_first_x_layers\"+ 1 mit maximal "
@@ -11814,8 +11997,15 @@ msgstr "Filtert winzige LĂŒcken aus"
msgid "Layers and Perimeters"
msgstr "Schichten und Perimeter"
-msgid "Filter out gaps smaller than the threshold specified"
-msgstr "Filtert LĂŒcken aus, die kleiner als der angegebene Schwellenwert sind"
+msgid ""
+"Don't print gap fill with a length is smaller than the threshold specified "
+"(in mm). This setting applies to top, bottom and solid infill and, if using "
+"the classic perimeter generator, to wall gap fill. "
+msgstr ""
+"Drucken Sie keine LĂŒckenfĂŒllung mit einer LĂ€nge, die kleiner als der "
+"angegebene Schwellenwert (in mm) ist. Diese Einstellung gilt fĂŒr die obere, "
+"untere und massive FĂŒllung und, wenn der klassische Perimeter-Generator "
+"verwendet wird, fĂŒr die WandlĂŒckenfĂŒllung."
msgid ""
"Speed of gap infill. Gap usually has irregular line width and should be "
@@ -12164,7 +12354,10 @@ msgid ""
"\"mmu_segmented_region_interlocking_depth\"is bigger then "
"\"mmu_segmented_region_max_width\". Zero disables this feature."
msgstr ""
-
+"Interlock-Tiefe eines segmentierten Bereichs. Es wird ignoriert, wenn "
+"\"mmu_segmented_region_max_width\" null ist oder wenn "
+"\"mmu_segmented_region_interlocking_depth\" gröĂer ist als "
+"\"mmu_segmented_region_max_width\". Null deaktiviert diese Funktion."
msgid "Use beam interlocking"
msgstr "Verwende Interlock-Strukturen"
@@ -12683,8 +12876,8 @@ msgid ""
"This option will drop the temperature of the inactive extruders to prevent "
"oozing."
msgstr ""
-"Diese Option senkt die Temperatur der inaktiven Extruder, um das Herauslaufen "
-"des Filaments zu verhindern."
+"Diese Option senkt die Temperatur der inaktiven Extruder, um das "
+"Herauslaufen des Filaments zu verhindern."
msgid "Filename format"
msgstr "Format des Dateinamens"
@@ -13472,8 +13665,8 @@ msgid ""
"zero value."
msgstr ""
"Temperaturunterschied, der angewendet wird, wenn ein Extruder nicht aktiv "
-"ist. Der Wert wird nicht verwendet, wenn 'idle_temperature' in den "
-"Filament-Einstellungen auf einen Wert ungleich Null gesetzt ist."
+"ist. Der Wert wird nicht verwendet, wenn 'idle_temperature' in den Filament-"
+"Einstellungen auf einen Wert ungleich Null gesetzt ist."
msgid "Preheat time"
msgstr "Vorheizzeit"
@@ -14005,34 +14198,68 @@ msgid "Activate temperature control"
msgstr "aktiviere Temperaturkontrolle"
msgid ""
-"Enable this option for chamber temperature control. An M191 command will be "
-"added before \"machine_start_gcode\"\n"
-"G-code commands: M141/M191 S(0-255)"
-msgstr ""
-"Diese Option aktivieren, um die Temperatur der Druckkammer zu steuern. Ein "
-"M191-Befehl wird vor \"machine_start_gcode\" hinzugefĂŒgt\n"
-"G-Code-Befehle: M141/M191 S(0-255)"
+"Enable this option for automated chamber temperature control. This option "
+"activates the emitting of an M191 command before the "
+"\"machine_start_gcode\"\n"
+" which sets the chamber temperature and waits until it is reached. In "
+"addition, it emits an M141 command at the end of the print to turn off the "
+"chamber heater, if present. \n"
+"\n"
+"This option relies on the firmware supporting the M191 and M141 commands "
+"either via macros or natively and is usually used when an active chamber "
+"heater is installed."
+msgstr ""
+"Diese Option aktiviert die automatische Druckraumtemperaturkontrolle. Diese "
+"Option aktiviert das Aussenden eines M191-Befehls vor dem "
+"\"machine_start_gcode\", der die Druckraumtemperatur einstellt und wartet, "
+"bis sie erreicht ist. DarĂŒber hinaus wird am Ende des Drucks ein M141-Befehl "
+"ausgegeben, um den Druckraumheizer auszuschalten, falls vorhanden. \n"
+"\n"
+"Diese Option basiert auf der Firmware, die die M191- und M141-Befehle "
+"entweder ĂŒber Makros oder nativ unterstĂŒtzt und wird normalerweise verwendet, "
+"wenn ein aktiver Druckraumheizer installiert ist."
msgid "Chamber temperature"
msgstr "Druckraum Temperatur"
msgid ""
-"Higher chamber temperature can help suppress or reduce warping and "
-"potentially lead to higher interlayer bonding strength for high temperature "
-"materials like ABS, ASA, PC, PA and so on.At the same time, the air "
-"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and "
-"other low temperature materials,the actual chamber temperature should not be "
-"high to avoid cloggings, so 0 which stands for turning off is highly "
-"recommended"
-msgstr ""
-"Eine höhere Druckraumtemperatur kann das Verziehen unterdrĂŒcken oder "
-"reduzieren und möglicherweise zu einer höheren "
-"Zwischenschichtbindungsfestigkeit fĂŒr Hochtemperaturmaterialien wie ABS, "
-"ASA, PC, PA und so weiter fĂŒhren. Gleichzeitig wird die Luftfiltration von "
-"ABS und ASA schlechter. FĂŒr PLA, PETG, TPU, PVA und andere Materialien mit "
-"niedriger Temperatur sollte die tatsÀchliche Druckraumtemperatur nicht hoch "
-"sein, um Verstopfungen zu vermeiden, daher wird 0, was fĂŒr das Ausschalten "
-"steht, dringend empfohlen."
+"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber "
+"temperature can help suppress or reduce warping and potentially lead to "
+"higher interlayer bonding strength. However, at the same time, a higher "
+"chamber temperature will reduce the efficiency of air filtration for ABS and "
+"ASA. \n"
+"\n"
+"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option "
+"should be disabled (set to 0) as the chamber temperature should be low to "
+"avoid extruder clogging caused by material softening at the heat break.\n"
+"\n"
+"If enabled, this parameter also sets a gcode variable named "
+"chamber_temperature, which can be used to pass the desired chamber "
+"temperature to your print start macro, or a heat soak macro like this: "
+"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may "
+"be useful if your printer does not support M141/M191 commands, or if you "
+"desire to handle heat soaking in the print start macro if no active chamber "
+"heater is installed."
+msgstr ""
+"FĂŒr Hochtemperaturmaterialien wie ABS, ASA, PC und PA kann eine höhere "
+"Druckraumtemperatur helfen, das Verziehen zu unterdrĂŒcken oder zu reduzieren "
+"und möglicherweise zu einer höheren Festigkeit der Zwischenschichtbindung "
+"fĂŒhren. Gleichzeitig verringert eine höhere Druckraumtemperatur jedoch die "
+"Effizienz der Luftfiltration fĂŒr ABS und ASA. \n"
+"\n"
+"FĂŒr PLA, PETG, TPU, PVA und andere Niedrigtemperaturmaterialien sollte diese "
+"Option deaktiviert sein (auf 0 gesetzt werden), da die Druckraumtemperatur "
+"niedrig sein sollte, um ein Verstopfen des Extruders durch Erweichung des "
+"Materials am Heizblock zu vermeiden. \n"
+"\n"
+"Wenn diese Option aktiviert ist, wird auch eine G-Code-Variable namens "
+"chamber_temperature gesetzt, die verwendet werden kann, um die gewĂŒnschte "
+"Druckraumtemperatur an Ihr Druckstart-Makro oder ein WĂ€rmespeicher-Makro "
+"weiterzugeben, wie z.B. PRINT_START (andere Variablen) CHAMBER_TEMP=["
+"chamber_temperature]. Dies kann nĂŒtzlich sein, wenn Ihr Drucker die Befehle "
+"M141/M191 nicht unterstĂŒtzt oder wenn Sie das WĂ€rmespeichern im "
+"Druckstart-Makro behandeln möchten, wenn kein aktiver Druckraumheizer "
+"installiert ist."
msgid "Nozzle temperature for layers after the initial one"
msgstr "DĂŒsentemperatur nach der ersten Schicht"
@@ -14686,7 +14913,8 @@ msgid ""
"Current position of the extruder axis. Only used with absolute extruder "
"addressing."
msgstr ""
-"Aktuelle Position der Extruderachse. Wird nur bei absoluter Extruderadressierung verwendet."
+"Aktuelle Position der Extruderachse. Wird nur bei absoluter "
+"Extruderadressierung verwendet."
msgid "Current extruder"
msgstr "Aktueller Extruder"
@@ -14742,7 +14970,9 @@ msgid "Has single extruder MM priming"
msgstr "Hat einzelnes Extruder-MM-Priming"
msgid "Are the extra multi-material priming regions used in this print?"
-msgstr "Werden die zusÀtzlichen Multi-Material-Priming-Regionen in diesem Druck verwendet?"
+msgstr ""
+"Werden die zusÀtzlichen Multi-Material-Priming-Regionen in diesem Druck "
+"verwendet?"
msgid "Volume per extruder"
msgstr "Volumen pro Extruder"
@@ -16052,8 +16282,8 @@ msgstr ""
"Möchten Sie es ĂŒberschreiben?"
msgid ""
-"We would rename the presets as \"Vendor Type Serial @printer you selected"
-"\". \n"
+"We would rename the presets as \"Vendor Type Serial @printer you "
+"selected\". \n"
"To add preset for more printers, Please go to printer selection"
msgstr ""
"Wir wĂŒrden die Voreinstellungen als \"Hersteller Typ Seriennummer @Drucker, "
@@ -17397,54 +17627,150 @@ msgstr ""
"wie z.B. ABS, durch eine entsprechende Erhöhung der Heizbetttemperatur die "
"Wahrscheinlichkeit von Verwerfungen verringert werden kann."
-#~ msgid "up to"
-#~ msgstr "bis zu"
+#~ msgid ""
+#~ "Your object appears to be too large. It will be scaled down to fit the "
+#~ "heat bed automatically."
+#~ msgstr ""
+#~ "Ihr Objekt scheint zu groĂ zu sein. Es wird automatisch verkleinert, um "
+#~ "auf das Druckbett zu passen."
-#~ msgid "above"
-#~ msgstr "ĂŒber"
+#~ msgid "Shift+G"
+#~ msgstr "Umschalt+G"
-#~ msgid "from"
-#~ msgstr "von"
+#~ msgid "Any arrow"
+#~ msgstr "Beliebiger Pfeil"
-#~ msgid "Switching application language while some presets are modified."
+#~ msgid ""
+#~ "Enables gap fill for the selected surfaces. The minimum gap length that "
+#~ "will be filled can be controlled from the filter out tiny gaps option "
+#~ "below.\n"
+#~ "\n"
+#~ "Options:\n"
+#~ "1. Everywhere: Applies gap fill to top, bottom and internal solid "
+#~ "surfaces\n"
+#~ "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces "
+#~ "only\n"
+#~ "3. Nowhere: Disables gap fill\n"
#~ msgstr ""
-#~ "Umschalten der Anwendungssprache, wÀhrend einige Profile geÀndert werden."
+#~ "Schaltet die LĂŒckenfĂŒllung fĂŒr die ausgewĂ€hlten OberflĂ€chen ein. Die "
+#~ "minimale LĂ€nge der LĂŒcke, die gefĂŒllt wird, kann ĂŒber die Option "
+#~ "\"winzige LĂŒcken herausfiltern\" unten gesteuert werden.\n"
+#~ "\n"
+#~ "Optionen:\n"
+#~ "1. Ăberall: FĂŒllt LĂŒcken in oberen, unteren und inneren massiven "
+#~ "OberflÀchen aus\n"
+#~ "2. Obere und untere OberflĂ€chen: FĂŒllt LĂŒcken nur in oberen und unteren "
+#~ "OberflÀchen aus\n"
+#~ "3. Nirgendwo: Deaktiviert die LĂŒckenfĂŒllung\n"
-#~ msgid "â+Shift+G"
-#~ msgstr "â+Umschalttaste+G"
+#~ msgid ""
+#~ "Decrease this value slightly(for example 0.9) to reduce the amount of "
+#~ "material for bridge, to improve sag"
+#~ msgstr ""
+#~ "Verringern Sie diesen Wert geringfĂŒgig (z. B. 0,9), um die Materialmenge "
+#~ "fĂŒr die BrĂŒcke zu verringern und den Durchhang zu minimieren"
+
+#~ msgid ""
+#~ "This value governs the thickness of the internal bridge layer. This is "
+#~ "the first layer over sparse infill. Decrease this value slightly (for "
+#~ "example 0.9) to improve surface quality over sparse infill."
+#~ msgstr ""
+#~ "Dieser Wert bestimmt die Dicke der internen BrĂŒckenschicht. Dies ist die "
+#~ "erste Schicht ĂŒber der dĂŒnnen FĂŒllung. Verringern Sie diesen Wert leicht "
+#~ "(z. B. 0,9), um die OberflĂ€chenqualitĂ€t ĂŒber der dĂŒnnen FĂŒllung zu "
+#~ "verbessern."
+
+#~ msgid ""
+#~ "This factor affects the amount of material for top solid infill. You can "
+#~ "decrease it slightly to have smooth surface finish"
+#~ msgstr ""
+#~ "Dieser Faktor beeinflusst die Menge des Materials fĂŒr die obere FĂŒllung. "
+#~ "Sie können ihn leicht verringern, um eine glatte OberflÀchenbeschichtung "
+#~ "zu erhalten"
-#~ msgid "Ctrl+Shift+G"
-#~ msgstr "Strg+Umschalt+G"
+#~ msgid "This factor affects the amount of material for bottom solid infill"
+#~ msgstr ""
+#~ "Dieser Faktor beeinflusst die Menge des Materials fĂŒr die untere FĂŒllung"
-#~ msgid "â+Any arrow"
-#~ msgstr "â+beliebiger Pfeil"
+#~ msgid ""
+#~ "Enable this option to slow printing down in areas where potential curled "
+#~ "perimeters may exist"
+#~ msgstr ""
+#~ "Aktivieren Sie diese Option, um den Druck in Bereichen zu verlangsamen, "
+#~ "in denen möglicherweise gekrĂŒmmte UmfĂ€nge vorhanden sind"
-#~ msgid "â„+Left mouse button"
-#~ msgstr "â„+Linke Maustaste"
+#~ msgid "Speed of bridge and completely overhang wall"
+#~ msgstr "Geschwindigkeit fĂŒr BrĂŒcken und vollstĂ€ndig ĂŒberhĂ€ngende WĂ€nde."
-#~ msgid "â+Left mouse button"
-#~ msgstr "â+Linke Maustaste"
+#~ msgid ""
+#~ "Speed of internal bridge. If the value is expressed as a percentage, it "
+#~ "will be calculated based on the bridge_speed. Default value is 150%."
+#~ msgstr ""
+#~ "Geschwindigkeit der internen BrĂŒcke. Wenn der Wert als Prozentsatz "
+#~ "angegeben ist, wird er basierend auf der BrĂŒckengeschwindigkeit "
+#~ "berechnet. Standardwert ist 150%."
-#~ msgid "Ctrl+Any arrow"
-#~ msgstr "Strg + beliebige Pfeiltaste"
+#~ msgid "Time to load new filament when switch filament. For statistics only"
+#~ msgstr ""
+#~ "Zeit zum Laden des neuen Filaments, beim Wechseln des Filaments. Nur fĂŒr "
+#~ "statistische Zwecke."
-#~ msgid "Alt+Left mouse button"
-#~ msgstr "Alt + Linke Maustaste"
+#~ msgid ""
+#~ "Time to unload old filament when switch filament. For statistics only"
+#~ msgstr ""
+#~ "Zeit zum Entladen des alten Filaments, beim Wechseln des Filaments. Nur "
+#~ "fĂŒr statistische Zwecke."
-#~ msgid "Ctrl+Left mouse button"
-#~ msgstr "Strg + Linke Maustaste"
+#~ msgid ""
+#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a "
+#~ "new filament during a tool change (when executing the T code). This time "
+#~ "is added to the total print time by the G-code time estimator."
+#~ msgstr ""
+#~ "Zeit fĂŒr die Drucker-Firmware (oder die Multi Material Unit 2.0), um ein "
+#~ "neues Filament wÀhrend eines Werkzeugwechsels zu laden (wenn der T-Code "
+#~ "ausgefĂŒhrt wird). Diese Zeit wird zur Gesamt-Druckzeit vom G-Code-Zeit-"
+#~ "SchĂ€tzer hinzugefĂŒgt."
-#~ msgid "â+Mouse wheel"
-#~ msgstr "â+Mausrad"
+#~ msgid ""
+#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload "
+#~ "a filament during a tool change (when executing the T code). This time is "
+#~ "added to the total print time by the G-code time estimator."
+#~ msgstr ""
+#~ "Zeit fĂŒr die Drucker-Firmware (oder die Multi Material Unit 2.0), um ein "
+#~ "Filament wÀhrend eines Werkzeugwechsels zu entladen (wenn der T-Code "
+#~ "ausgefĂŒhrt wird). Diese Zeit wird zur Gesamt-Druckzeit vom G-Code-Zeit-"
+#~ "SchĂ€tzer hinzugefĂŒgt."
-#~ msgid "â„+Mouse wheel"
-#~ msgstr "â„+Mausrad"
+#~ msgid "Filter out gaps smaller than the threshold specified"
+#~ msgstr ""
+#~ "Filtert LĂŒcken aus, die kleiner als der angegebene Schwellenwert sind"
-#~ msgid "Ctrl+Mouse wheel"
-#~ msgstr "Strg + Mausrad"
+#~ msgid ""
+#~ "Enable this option for chamber temperature control. An M191 command will "
+#~ "be added before \"machine_start_gcode\"\n"
+#~ "G-code commands: M141/M191 S(0-255)"
+#~ msgstr ""
+#~ "Diese Option aktivieren, um die Temperatur der Druckkammer zu steuern. "
+#~ "Ein M191-Befehl wird vor \"machine_start_gcode\" hinzugefĂŒgt\n"
+#~ "G-Code-Befehle: M141/M191 S(0-255)"
-#~ msgid "Alt+Mouse wheel"
-#~ msgstr "Alt + Mausrad"
+#~ msgid ""
+#~ "Higher chamber temperature can help suppress or reduce warping and "
+#~ "potentially lead to higher interlayer bonding strength for high "
+#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, "
+#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, "
+#~ "TPU, PVA and other low temperature materials,the actual chamber "
+#~ "temperature should not be high to avoid cloggings, so 0 which stands for "
+#~ "turning off is highly recommended"
+#~ msgstr ""
+#~ "Eine höhere Druckraumtemperatur kann das Verziehen unterdrĂŒcken oder "
+#~ "reduzieren und möglicherweise zu einer höheren "
+#~ "Zwischenschichtbindungsfestigkeit fĂŒr Hochtemperaturmaterialien wie ABS, "
+#~ "ASA, PC, PA und so weiter fĂŒhren. Gleichzeitig wird die Luftfiltration "
+#~ "von ABS und ASA schlechter. FĂŒr PLA, PETG, TPU, PVA und andere "
+#~ "Materialien mit niedriger Temperatur sollte die tatsÀchliche "
+#~ "Druckraumtemperatur nicht hoch sein, um Verstopfungen zu vermeiden, daher "
+#~ "wird 0, was fĂŒr das Ausschalten steht, dringend empfohlen."
#~ msgid ""
#~ "Different nozzle diameters and different filament diameters is not "
@@ -17757,8 +18083,8 @@ msgstr ""
#~ "Choose an AMS slot then press \"Load\" or \"Unload\" button to "
#~ "automatically load or unload filiament."
#~ msgstr ""
-#~ "WĂ€hlen Sie einen AMS-Slot und drĂŒcken Sie dann \"Laden\" oder \"Entladen"
-#~ "\", um automatisch Filament zu laden oder zu entladen."
+#~ "WĂ€hlen Sie einen AMS-Slot und drĂŒcken Sie dann \"Laden\" oder "
+#~ "\"Entladen\", um automatisch Filament zu laden oder zu entladen."
#~ msgid "MC"
#~ msgstr "MC"
@@ -18081,8 +18407,8 @@ msgstr ""
#~ msgstr "Keine dĂŒnnen Schichten (EXPERIMENTELL)"
#~ msgid ""
-#~ "We would rename the presets as \"Vendor Type Serial @printer you selected"
-#~ "\". \n"
+#~ "We would rename the presets as \"Vendor Type Serial @printer you "
+#~ "selected\". \n"
#~ "To add preset for more prinetrs, Please go to printer selection"
#~ msgstr ""
#~ "Wir wĂŒrden die Voreinstellungen als \"Hersteller Typ Seriennummer "
diff --git a/localization/i18n/en/OrcaSlicer_en.po b/localization/i18n/en/OrcaSlicer_en.po
index 922551be481..dbb582f0730 100644
--- a/localization/i18n/en/OrcaSlicer_en.po
+++ b/localization/i18n/en/OrcaSlicer_en.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-08-03 18:54+0200\n"
+"POT-Creation-Date: 2024-08-23 16:24+0200\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -74,6 +74,9 @@ msgstr "Smart fill angle"
msgid "On overhangs only"
msgstr "On overhangs only"
+msgid "Auto support threshold angle: "
+msgstr "Auto support threshold angle: "
+
msgid "Circle"
msgstr "Circle"
@@ -93,9 +96,6 @@ msgstr "Allows painting only on facets selected by: \"%1%\""
msgid "Highlight faces according to overhang angle."
msgstr "Highlight faces according to overhang angle."
-msgid "Auto support threshold angle: "
-msgstr "Auto support threshold angle: "
-
msgid "No auto support"
msgstr "No auto support"
@@ -1925,6 +1925,9 @@ msgstr "Simplify Model"
msgid "Center"
msgstr "Center"
+msgid "Drop"
+msgstr ""
+
msgid "Edit Process Settings"
msgstr "Edit Process Settings"
@@ -4041,6 +4044,15 @@ msgstr "Total time"
msgid "Total cost"
msgstr "Total cost"
+msgid "up to"
+msgstr "up to"
+
+msgid "above"
+msgstr "above"
+
+msgid "from"
+msgstr "from"
+
msgid "Color Scheme"
msgstr "Color scheme"
@@ -4104,12 +4116,12 @@ msgstr "Filament change times"
msgid "Cost"
msgstr "Cost"
-msgid "Print"
-msgstr "Print"
-
msgid "Color change"
msgstr "Color change"
+msgid "Print"
+msgstr "Print"
+
msgid "Printer"
msgstr "Printer"
@@ -4293,7 +4305,7 @@ msgstr "Volume:"
msgid "Size:"
msgstr "Size:"
-#, c-format, boost-format
+#, boost-format
msgid ""
"Conflicts of gcode paths have been found at layer %d, z = %.2lf mm. Please "
"separate the conflicted objects farther (%s <-> %s)."
@@ -4733,6 +4745,18 @@ msgstr "Pass 2"
msgid "Flow rate test - Pass 2"
msgstr "Flow rate test - Pass 2"
+msgid "YOLO (Recommended)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.01 step"
+msgstr ""
+
+msgid "YOLO (perfectionist version)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.005 step"
+msgstr ""
+
msgid "Flow rate"
msgstr "Flow rate"
@@ -5990,14 +6014,6 @@ msgstr "An object with multiple parts was detected"
msgid "The file does not contain any geometry data."
msgstr "The file does not contain any geometry data."
-msgid ""
-"Your object appears to be too large. It will be scaled down to fit the heat "
-"bed automatically."
-msgstr ""
-
-msgid "Object too large"
-msgstr "Object too large"
-
msgid ""
"Your object appears to be too large, Do you want to scale it down to fit the "
"heat bed automatically?"
@@ -6005,6 +6021,9 @@ msgstr ""
"Your object appears to be too large, Do you want to scale it down to fit the "
"print bed automatically?"
+msgid "Object too large"
+msgstr "Object too large"
+
msgid "Export STL file:"
msgstr "Export STL file:"
@@ -6368,6 +6387,9 @@ msgstr "Do you want to continue?"
msgid "Language selection"
msgstr "Language selection"
+msgid "Switching application language while some presets are modified."
+msgstr "Switching application language while some presets are modified."
+
msgid "Changing application language"
msgstr "Changing application language"
@@ -7457,13 +7479,13 @@ 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 ""
"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\"."
msgid "Line width"
msgstr "Line width"
@@ -8296,8 +8318,11 @@ msgstr "Objects list"
msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files"
msgstr "Import geometry data from STL/STEP/3MF/OBJ/AMF files"
-msgid "Shift+G"
-msgstr ""
+msgid "â+Shift+G"
+msgstr "â+Shift+G"
+
+msgid "Ctrl+Shift+G"
+msgstr "Ctrl+Shift+G"
msgid "Paste from clipboard"
msgstr "Paste from clipboard"
@@ -8347,18 +8372,33 @@ msgstr "Shift+Tab"
msgid "Collapse/Expand the sidebar"
msgstr "Collapse/Expand the sidebar"
-msgid "Any arrow"
-msgstr ""
+msgid "â+Any arrow"
+msgstr "â+Any arrow"
msgid "Movement in camera space"
msgstr "Movement in camera space"
+msgid "â„+Left mouse button"
+msgstr "â„+Left mouse button"
+
msgid "Select a part"
msgstr "Select a part"
+msgid "â+Left mouse button"
+msgstr "â+Left mouse button"
+
msgid "Select multiple objects"
msgstr "Select multiple objects"
+msgid "Ctrl+Any arrow"
+msgstr "Ctrl+Any arrow"
+
+msgid "Alt+Left mouse button"
+msgstr "Alt+Left mouse button"
+
+msgid "Ctrl+Left mouse button"
+msgstr "Ctrl+Left mouse button"
+
msgid "Shift+Left mouse button"
msgstr "Shift+Left mouse button"
@@ -8461,12 +8501,24 @@ msgstr "Plater"
msgid "Move: press to snap by 1mm"
msgstr "Move: press to snap by 1mm"
+msgid "â+Mouse wheel"
+msgstr "â+Mouse wheel"
+
msgid "Support/Color Painting: adjust pen radius"
msgstr "Support/Color Painting: adjust pen radius"
+msgid "â„+Mouse wheel"
+msgstr "â„+Mouse wheel"
+
msgid "Support/Color Painting: adjust section position"
msgstr "Support/Color Painting: adjust section position"
+msgid "Ctrl+Mouse wheel"
+msgstr "Ctrl+Mouse wheel"
+
+msgid "Alt+Mouse wheel"
+msgstr "Alt+Mouse wheel"
+
msgid "Gizmo"
msgstr "Gizmo"
@@ -9472,14 +9524,31 @@ msgid "Apply gap fill"
msgstr ""
msgid ""
-"Enables gap fill for the selected surfaces. The minimum gap length that will "
-"be filled can be controlled from the filter out tiny gaps option below.\n"
+"Enables gap fill for the selected solid surfaces. The minimum gap length "
+"that will be filled can be controlled from the filter out tiny gaps option "
+"below.\n"
"\n"
"Options:\n"
-"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n"
+"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces "
+"for maximum strength\n"
"2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces "
-"only\n"
-"3. Nowhere: Disables gap fill\n"
+"only, balancing print speed, reducing potential over extrusion in the solid "
+"infill and making sure the top and bottom surfaces have no pin hole gaps\n"
+"3. Nowhere: Disables gap fill for all solid infill areas. \n"
+"\n"
+"Note that if using the classic perimeter generator, gap fill may also be "
+"generated between perimeters, if a full width line cannot fit between them. "
+"That perimeter gap fill is not controlled by this setting. \n"
+"\n"
+"If you would like all gap fill, including the classic perimeter generated "
+"one, removed, set the filter out tiny gaps value to a large number, like "
+"999999. \n"
+"\n"
+"However this is not advised, as gap fill between perimeters is contributing "
+"to the model's strength. For models where excessive gap fill is generated "
+"between perimeters, a better option would be to switch to the arachne wall "
+"generator and use this option to control whether the cosmetic top and bottom "
+"surface gap fill is generated"
msgstr ""
msgid "Everywhere"
@@ -9551,10 +9620,11 @@ msgstr "Bridge flow ratio"
msgid ""
"Decrease this value slightly(for example 0.9) to reduce the amount of "
-"material for bridge, to improve sag"
+"material for bridge, to improve sag. \n"
+"\n"
+"The actual bridge flow used is calculated by multiplying this value with the "
+"filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"Decrease this value slightly (for example 0.9) to reduce the amount of "
-"material extruded for bridges to avoid sagging."
msgid "Internal bridge flow ratio"
msgstr ""
@@ -9562,7 +9632,11 @@ msgstr ""
msgid ""
"This value governs the thickness of the internal bridge layer. This is the "
"first layer over sparse infill. Decrease this value slightly (for example "
-"0.9) to improve surface quality over sparse infill."
+"0.9) to improve surface quality over sparse infill.\n"
+"\n"
+"The actual internal bridge flow used is calculated by multiplying this value "
+"with the bridge flow ratio, the filament flow ratio, and if set, the "
+"object's flow ratio."
msgstr ""
msgid "Top surface flow ratio"
@@ -9570,15 +9644,20 @@ msgstr "Top surface flow ratio"
msgid ""
"This factor affects the amount of material for top solid infill. You can "
-"decrease it slightly to have smooth surface finish"
+"decrease it slightly to have smooth surface finish. \n"
+"\n"
+"The actual top surface flow used is calculated by multiplying this value "
+"with the filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"This factor affects the amount of material for top solid infill. You can "
-"decrease it slightly to have smooth surface finish"
msgid "Bottom surface flow ratio"
msgstr ""
-msgid "This factor affects the amount of material for bottom solid infill"
+msgid ""
+"This factor affects the amount of material for bottom solid infill. \n"
+"\n"
+"The actual bottom solid infill flow used is calculated by multiplying this "
+"value with the filament flow ratio, and if set, the object's flow ratio."
msgstr ""
msgid "Precise wall"
@@ -9712,9 +9791,25 @@ msgstr ""
msgid "Slow down for curled perimeters"
msgstr ""
+#, c-format, boost-format
msgid ""
-"Enable this option to slow printing down in areas where potential curled "
-"perimeters may exist"
+"Enable this option to slow down printing in areas where perimeters may have "
+"curled upwards.For example, additional slowdown will be applied when "
+"printing overhangs on sharp corners like the front of the Benchy hull, "
+"reducing curling which compounds over multiple layers.\n"
+"\n"
+" It is generally recommended to have this option switched on unless your "
+"printer cooling is powerful enough or the print speed slow enough that "
+"perimeter curling does not happen. If printing with a high external "
+"perimeter speed, this parameter may introduce slight artifacts when slowing "
+"down due to the large variance in print speeds. If you notice artifacts, "
+"ensure your pressure advance is tuned correctly.\n"
+"\n"
+"Note: When this option is enabled, overhang perimeters are treated like "
+"overhangs, meaning the overhang speed is applied even if the overhanging "
+"perimeter is part of a bridge. For example, when the perimeters are "
+"100% overhanging, with no wall supporting them from underneath, the "
+"100% overhang speed will be applied."
msgstr ""
msgid "mm/s or %"
@@ -9723,8 +9818,14 @@ msgstr "mm/s or %"
msgid "External"
msgstr ""
-msgid "Speed of bridge and completely overhang wall"
-msgstr "This is the speed for bridges and 100% overhang walls."
+msgid ""
+"Speed of the externally visible bridge extrusions. \n"
+"\n"
+"In addition, if Slow down for curled perimeters is disabled or Classic "
+"overhang mode is enabled, it will be the print speed of overhang walls that "
+"are supported by less than 13%, whether they are part of a bridge or an "
+"overhang."
+msgstr ""
msgid "mm/s"
msgstr "mm/s"
@@ -9733,8 +9834,8 @@ msgid "Internal"
msgstr ""
msgid ""
-"Speed of internal bridge. If the value is expressed as a percentage, it will "
-"be calculated based on the bridge_speed. Default value is 150%."
+"Speed of internal bridges. If the value is expressed as a percentage, it "
+"will be calculated based on the bridge_speed. Default value is 150%."
msgstr ""
msgid "Brim width"
@@ -10263,6 +10364,17 @@ msgstr ""
"1.05. You may be able to tune this value to get a nice flat surface if there "
"is slight overflow or underflow."
+msgid ""
+"The material may have volumetric change after switching between molten state "
+"and crystalline state. This setting changes all extrusion flow of this "
+"filament in gcode proportionally. Recommended value range is between 0.95 "
+"and 1.05. Maybe you can tune this value to get nice flat surface when there "
+"has slight overflow or underflow. \n"
+"\n"
+"The final object flow ratio is this value multiplied by the filament flow "
+"ratio."
+msgstr ""
+
msgid "Enable pressure advance"
msgstr "Enable pressure advance"
@@ -10435,18 +10547,29 @@ msgstr "mmÂł/s"
msgid "Filament load time"
msgstr "Filament load time"
-msgid "Time to load new filament when switch filament. For statistics only"
+msgid ""
+"Time to load new filament when switch filament. It's usually applicable for "
+"single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
msgstr ""
-"Time to load new filament when switching filament, for statistical purposes "
-"only."
msgid "Filament unload time"
msgstr "Filament unload time"
-msgid "Time to unload old filament when switch filament. For statistics only"
+msgid ""
+"Time to unload old filament when switch filament. It's usually applicable "
+"for single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
+msgstr ""
+
+msgid "Tool change time"
+msgstr ""
+
+msgid ""
+"Time taken to switch tools. It's usually applicable for tool changers or "
+"multi-tool machines. For single-extruder multi-material machines, it's "
+"typically 0. For statistics only"
msgstr ""
-"Time to unload old filament when switching filament, for statistical "
-"purposes only."
msgid ""
"Filament diameter is used to calculate extrusion in gcode, so it's important "
@@ -10567,12 +10690,6 @@ msgstr ""
msgid "Cooling moves are gradually accelerating towards this speed."
msgstr ""
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-
msgid "Ramming parameters"
msgstr ""
@@ -10581,12 +10698,6 @@ msgid ""
"parameters."
msgstr ""
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-
msgid "Enable ramming for multitool setups"
msgstr ""
@@ -10910,10 +11021,10 @@ msgstr "Full fan speed at layer"
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 "layer"
@@ -10978,7 +11089,10 @@ msgstr "Filter out tiny gaps"
msgid "Layers and Perimeters"
msgstr "Layers and Perimeters"
-msgid "Filter out gaps smaller than the threshold specified"
+msgid ""
+"Don't print gap fill with a length is smaller than the threshold specified "
+"(in mm). This setting applies to top, bottom and solid infill and, if using "
+"the classic perimeter generator, to wall gap fill. "
msgstr ""
msgid ""
@@ -12852,29 +12966,40 @@ msgid "Activate temperature control"
msgstr ""
msgid ""
-"Enable this option for chamber temperature control. An M191 command will be "
-"added before \"machine_start_gcode\"\n"
-"G-code commands: M141/M191 S(0-255)"
+"Enable this option for automated chamber temperature control. This option "
+"activates the emitting of an M191 command before the "
+"\"machine_start_gcode\"\n"
+" which sets the chamber temperature and waits until it is reached. In "
+"addition, it emits an M141 command at the end of the print to turn off the "
+"chamber heater, if present. \n"
+"\n"
+"This option relies on the firmware supporting the M191 and M141 commands "
+"either via macros or natively and is usually used when an active chamber "
+"heater is installed."
msgstr ""
msgid "Chamber temperature"
msgstr "Chamber temperature"
msgid ""
-"Higher chamber temperature can help suppress or reduce warping and "
-"potentially lead to higher interlayer bonding strength for high temperature "
-"materials like ABS, ASA, PC, PA and so on.At the same time, the air "
-"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and "
-"other low temperature materials,the actual chamber temperature should not be "
-"high to avoid cloggings, so 0 which stands for turning off is highly "
-"recommended"
+"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber "
+"temperature can help suppress or reduce warping and potentially lead to "
+"higher interlayer bonding strength. However, at the same time, a higher "
+"chamber temperature will reduce the efficiency of air filtration for ABS and "
+"ASA. \n"
+"\n"
+"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option "
+"should be disabled (set to 0) as the chamber temperature should be low to "
+"avoid extruder clogging caused by material softening at the heat break.\n"
+"\n"
+"If enabled, this parameter also sets a gcode variable named "
+"chamber_temperature, which can be used to pass the desired chamber "
+"temperature to your print start macro, or a heat soak macro like this: "
+"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may "
+"be useful if your printer does not support M141/M191 commands, or if you "
+"desire to handle heat soaking in the print start macro if no active chamber "
+"heater is installed."
msgstr ""
-"Higher chamber temperature can help suppress or reduce warping and "
-"potentially lead to higher interlayer bonding strength for high temperature "
-"materials like ABS, ASA, PC, PA and so on. At the same time, the air "
-"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and "
-"other low temperature materials, the actual chamber temperature should not "
-"be high to avoid clogs, so 0 (turned off) is highly recommended."
msgid "Nozzle temperature for layers after the initial one"
msgstr "Nozzle temperature after the first layer"
@@ -14682,8 +14807,8 @@ msgstr ""
"Do you want to rewrite it?"
msgid ""
-"We would rename the presets as \"Vendor Type Serial @printer you selected"
-"\". \n"
+"We would rename the presets as \"Vendor Type Serial @printer you "
+"selected\". \n"
"To add preset for more printers, Please go to printer selection"
msgstr ""
@@ -15923,53 +16048,50 @@ msgstr ""
"ABS, appropriately increasing the heatbed temperature can reduce the "
"probability of warping?"
-#~ msgid "up to"
-#~ msgstr "up to"
-
-#~ msgid "above"
-#~ msgstr "above"
-
-#~ msgid "from"
-#~ msgstr "from"
-
-#~ msgid "Switching application language while some presets are modified."
-#~ msgstr "Switching application language while some presets are modified."
-
-#~ msgid "â+Shift+G"
-#~ msgstr "â+Shift+G"
-
-#~ msgid "Ctrl+Shift+G"
-#~ msgstr "Ctrl+Shift+G"
-
-#~ msgid "â+Any arrow"
-#~ msgstr "â+Any arrow"
-
-#~ msgid "â„+Left mouse button"
-#~ msgstr "â„+Left mouse button"
-
-#~ msgid "â+Left mouse button"
-#~ msgstr "â+Left mouse button"
-
-#~ msgid "Ctrl+Any arrow"
-#~ msgstr "Ctrl+Any arrow"
-
-#~ msgid "Alt+Left mouse button"
-#~ msgstr "Alt+Left mouse button"
+#~ msgid ""
+#~ "Decrease this value slightly(for example 0.9) to reduce the amount of "
+#~ "material for bridge, to improve sag"
+#~ msgstr ""
+#~ "Decrease this value slightly (for example 0.9) to reduce the amount of "
+#~ "material extruded for bridges to avoid sagging."
-#~ msgid "Ctrl+Left mouse button"
-#~ msgstr "Ctrl+Left mouse button"
+#~ msgid ""
+#~ "This factor affects the amount of material for top solid infill. You can "
+#~ "decrease it slightly to have smooth surface finish"
+#~ msgstr ""
+#~ "This factor affects the amount of material for top solid infill. You can "
+#~ "decrease it slightly to have smooth surface finish"
-#~ msgid "â+Mouse wheel"
-#~ msgstr "â+Mouse wheel"
+#~ msgid "Speed of bridge and completely overhang wall"
+#~ msgstr "This is the speed for bridges and 100% overhang walls."
-#~ msgid "â„+Mouse wheel"
-#~ msgstr "â„+Mouse wheel"
+#~ msgid "Time to load new filament when switch filament. For statistics only"
+#~ msgstr ""
+#~ "Time to load new filament when switching filament, for statistical "
+#~ "purposes only."
-#~ msgid "Ctrl+Mouse wheel"
-#~ msgstr "Ctrl+Mouse wheel"
+#~ msgid ""
+#~ "Time to unload old filament when switch filament. For statistics only"
+#~ msgstr ""
+#~ "Time to unload old filament when switching filament, for statistical "
+#~ "purposes only."
-#~ msgid "Alt+Mouse wheel"
-#~ msgstr "Alt+Mouse wheel"
+#~ msgid ""
+#~ "Higher chamber temperature can help suppress or reduce warping and "
+#~ "potentially lead to higher interlayer bonding strength for high "
+#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, "
+#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, "
+#~ "TPU, PVA and other low temperature materials,the actual chamber "
+#~ "temperature should not be high to avoid cloggings, so 0 which stands for "
+#~ "turning off is highly recommended"
+#~ msgstr ""
+#~ "Higher chamber temperature can help suppress or reduce warping and "
+#~ "potentially lead to higher interlayer bonding strength for high "
+#~ "temperature materials like ABS, ASA, PC, PA and so on. At the same time, "
+#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, "
+#~ "TPU, PVA and other low temperature materials, the actual chamber "
+#~ "temperature should not be high to avoid clogs, so 0 (turned off) is "
+#~ "highly recommended."
#~ msgid ""
#~ "Different nozzle diameters and different filament diameters is not "
diff --git a/localization/i18n/es/OrcaSlicer_es.po b/localization/i18n/es/OrcaSlicer_es.po
index c124c2eadee..0f8f804cfb8 100644
--- a/localization/i18n/es/OrcaSlicer_es.po
+++ b/localization/i18n/es/OrcaSlicer_es.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-08-03 18:54+0200\n"
+"POT-Creation-Date: 2024-08-23 16:24+0200\n"
"PO-Revision-Date: \n"
"Last-Translator: Carlos Fco. Caruncho Serrano \n"
"Language-Team: \n"
@@ -74,6 +74,9 @@ msgstr "Ăngulo de relleno en puente"
msgid "On overhangs only"
msgstr "Solo en voladizos"
+msgid "Auto support threshold angle: "
+msgstr "Ăngulo del umbral de soporte automĂĄtico: "
+
msgid "Circle"
msgstr "CĂrculo"
@@ -93,9 +96,6 @@ msgstr "Permite pintar solo las facetas seleccionadas por: \"%1%\""
msgid "Highlight faces according to overhang angle."
msgstr "Resalte las caras segĂșn el ĂĄngulo del voladizo."
-msgid "Auto support threshold angle: "
-msgstr "Ăngulo del umbral de soporte automĂĄtico: "
-
msgid "No auto support"
msgstr "No auto soportes"
@@ -2007,6 +2007,9 @@ msgstr "Simplificar Modelo"
msgid "Center"
msgstr "Centrar"
+msgid "Drop"
+msgstr ""
+
msgid "Edit Process Settings"
msgstr "Editar Ajustes de Procesado"
@@ -4206,6 +4209,15 @@ msgstr "Tiempo total"
msgid "Total cost"
msgstr "Costo total"
+msgid "up to"
+msgstr "hasta"
+
+msgid "above"
+msgstr "sobre"
+
+msgid "from"
+msgstr "desde"
+
msgid "Color Scheme"
msgstr "Esquema de colores"
@@ -4269,12 +4281,12 @@ msgstr "Tiempos de cambio de filamento"
msgid "Cost"
msgstr "Coste"
-msgid "Print"
-msgstr "Imprimir"
-
msgid "Color change"
msgstr "Cambio de color"
+msgid "Print"
+msgstr "Imprimir"
+
msgid "Printer"
msgstr "Impresora"
@@ -4458,7 +4470,7 @@ msgstr "Volumen:"
msgid "Size:"
msgstr "Tamaño:"
-#, c-format, boost-format
+#, boost-format
msgid ""
"Conflicts of gcode paths have been found at layer %d, z = %.2lf mm. Please "
"separate the conflicted objects farther (%s <-> %s)."
@@ -4900,6 +4912,18 @@ msgstr "Paso 2"
msgid "Flow rate test - Pass 2"
msgstr "Test de Flujo - Paso 2"
+msgid "YOLO (Recommended)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.01 step"
+msgstr ""
+
+msgid "YOLO (perfectionist version)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.005 step"
+msgstr ""
+
msgid "Flow rate"
msgstr "Test de Flujo"
@@ -6210,16 +6234,6 @@ msgstr "Se ha detectado un objeto con varias piezas"
msgid "The file does not contain any geometry data."
msgstr "El archivo no contiene ninguna información geométrica."
-msgid ""
-"Your object appears to be too large. It will be scaled down to fit the heat "
-"bed automatically."
-msgstr ""
-"Su objeto parece demasiado grande, ÂżDesea disminuirlo para que quepa en la "
-"cama caliente automĂĄticamente?."
-
-msgid "Object too large"
-msgstr "Objeto demasiado grande"
-
msgid ""
"Your object appears to be too large, Do you want to scale it down to fit the "
"heat bed automatically?"
@@ -6227,6 +6241,9 @@ msgstr ""
"Tu objeto parece demasiado grande, ÂżDeseas disminuirlo para que quepa en la "
"cama caliente automĂĄticamente?"
+msgid "Object too large"
+msgstr "Objeto demasiado grande"
+
msgid "Export STL file:"
msgstr "Exportar archivo STL:"
@@ -6607,6 +6624,10 @@ msgstr "ÂżQuieres continuar?"
msgid "Language selection"
msgstr "SelecciĂłn de idiomas"
+msgid "Switching application language while some presets are modified."
+msgstr ""
+"Cambiando idioma de la aplicaciĂłn mientras se modifican algunos perfiles."
+
msgid "Changing application language"
msgstr "Cambiar el idioma de la aplicaciĂłn"
@@ -7382,9 +7403,10 @@ msgid ""
"start printing."
msgstr ""
"Hay algunos filamentos desconocidos en los mapeados AMS. Por favor, "
-"compruebe si son los filamentos requeridos. Si lo son, presione \"Confirmar"
-"\" para empezar a imprimir. Por favor, compruebe si son los filamentos "
-"requeridos. Si lo son, presione \"Confirmar\" para empezar a imprimir."
+"compruebe si son los filamentos requeridos. Si lo son, presione "
+"\"Confirmar\" para empezar a imprimir. Por favor, compruebe si son los "
+"filamentos requeridos. Si lo son, presione \"Confirmar\" para empezar a "
+"imprimir."
#, c-format, boost-format
msgid "nozzle in preset: %s %s"
@@ -7747,13 +7769,13 @@ 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 ""
"Cuando se graba un timelapse sin cabezal, se recomienda añadir una \"Torre "
"de Purga de Timelapse\" haciendo clic con el botĂłn derecho del ratĂłn en la "
-"posiciĂłn vacĂa de la bandeja de impresiĂłn y seleccionando \"Añadir Primitivo"
-"\"->Torre de Purga de Timelapse\"."
+"posiciĂłn vacĂa de la bandeja de impresiĂłn y seleccionando \"Añadir "
+"Primitivo\"->Torre de Purga de Timelapse\"."
msgid "Line width"
msgstr "Ancho de extrusiĂłn"
@@ -8636,8 +8658,11 @@ msgstr "Lista de objetos"
msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files"
msgstr "Importar datos de geometrĂa de los archivos STL/STEP/3MF/OBJ/AMF"
-msgid "Shift+G"
-msgstr "Shift+G"
+msgid "â+Shift+G"
+msgstr "â+Shift+G"
+
+msgid "Ctrl+Shift+G"
+msgstr "Ctrl+Shift+G"
msgid "Paste from clipboard"
msgstr "Pegar desde el portapapeles"
@@ -8687,18 +8712,33 @@ msgstr "Shift+Tab"
msgid "Collapse/Expand the sidebar"
msgstr "Ocultar/Expandir barra lateral"
-msgid "Any arrow"
-msgstr "â+Cualquier flecha"
+msgid "â+Any arrow"
+msgstr ""
msgid "Movement in camera space"
msgstr "Movimiento en el espacio de la cĂĄmara"
+msgid "â„+Left mouse button"
+msgstr "BotĂłn de ratĂłn â„+Left"
+
msgid "Select a part"
msgstr "Seleccionar una pieza"
+msgid "â+Left mouse button"
+msgstr "â+botĂłn izquierdo de ratĂłn"
+
msgid "Select multiple objects"
msgstr "Seleccionar varios objetos"
+msgid "Ctrl+Any arrow"
+msgstr "Ctrl+Cualquier flecha"
+
+msgid "Alt+Left mouse button"
+msgstr "Alt+BotĂłn izquierdo de ratĂłn"
+
+msgid "Ctrl+Left mouse button"
+msgstr "Ctrl+BotĂłn izquierdo de ratĂłn"
+
msgid "Shift+Left mouse button"
msgstr "Shift+Left+BotĂłn izquierdo de ratĂłn"
@@ -8801,12 +8841,24 @@ msgstr "Bandeja"
msgid "Move: press to snap by 1mm"
msgstr "Mover: pulsar para ajustar 1mm"
+msgid "â+Mouse wheel"
+msgstr "â+Rueda del ratĂłn"
+
msgid "Support/Color Painting: adjust pen radius"
msgstr "Soporte/Pintado en color: ajuste del radio de la pluma"
+msgid "â„+Mouse wheel"
+msgstr "â„+Rueda del ratĂłn"
+
msgid "Support/Color Painting: adjust section position"
msgstr "Soporte/Pintado de color: ajuste de la posiciĂłn de la secciĂłn"
+msgid "Ctrl+Mouse wheel"
+msgstr "Ctrl+Rueda del ratĂłn"
+
+msgid "Alt+Mouse wheel"
+msgstr "Alt+Rueda del ratĂłn"
+
msgid "Gizmo"
msgstr "Artilugio"
@@ -9896,25 +9948,32 @@ msgid "Apply gap fill"
msgstr "Aplicar relleno de huecos"
msgid ""
-"Enables gap fill for the selected surfaces. The minimum gap length that will "
-"be filled can be controlled from the filter out tiny gaps option below.\n"
+"Enables gap fill for the selected solid surfaces. The minimum gap length "
+"that will be filled can be controlled from the filter out tiny gaps option "
+"below.\n"
"\n"
"Options:\n"
-"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n"
+"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces "
+"for maximum strength\n"
"2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces "
-"only\n"
-"3. Nowhere: Disables gap fill\n"
-msgstr ""
-"Activa el relleno de huecos para las superficies seleccionadas. La longitud "
-"mĂnima de hueco que se rellenarĂĄ puede controlarse desde la opciĂłn filtrar "
-"huecos pequeños que aparece mås abajo.\n"
+"only, balancing print speed, reducing potential over extrusion in the solid "
+"infill and making sure the top and bottom surfaces have no pin hole gaps\n"
+"3. Nowhere: Disables gap fill for all solid infill areas. \n"
+"\n"
+"Note that if using the classic perimeter generator, gap fill may also be "
+"generated between perimeters, if a full width line cannot fit between them. "
+"That perimeter gap fill is not controlled by this setting. \n"
+"\n"
+"If you would like all gap fill, including the classic perimeter generated "
+"one, removed, set the filter out tiny gaps value to a large number, like "
+"999999. \n"
"\n"
-"Opciones: \n"
-"1. En todas partes: Aplica el relleno de huecos a las superficies sĂłlidas "
-"superior, inferior e interna \n"
-"2. Superficies superior e inferior: Aplica el relleno de huecos sĂłlo a las "
-"superficies superior e inferior. \n"
-"3. En ninguna parte: Desactiva el relleno de huecos\n"
+"However this is not advised, as gap fill between perimeters is contributing "
+"to the model's strength. For models where excessive gap fill is generated "
+"between perimeters, a better option would be to switch to the arachne wall "
+"generator and use this option to control whether the cosmetic top and bottom "
+"surface gap fill is generated"
+msgstr ""
msgid "Everywhere"
msgstr "En todas partes"
@@ -9990,10 +10049,11 @@ msgstr "Ratio de flujo en puentes"
msgid ""
"Decrease this value slightly(for example 0.9) to reduce the amount of "
-"material for bridge, to improve sag"
+"material for bridge, to improve sag. \n"
+"\n"
+"The actual bridge flow used is calculated by multiplying this value with the "
+"filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"Disminuya este valor ligeramente (por ejemplo 0,9) para reducir la cantidad "
-"de material para mejorar o evitar el hundimiento de puentes."
msgid "Internal bridge flow ratio"
msgstr "Ratio de flujo de puentes internos"
@@ -10001,30 +10061,33 @@ msgstr "Ratio de flujo de puentes internos"
msgid ""
"This value governs the thickness of the internal bridge layer. This is the "
"first layer over sparse infill. Decrease this value slightly (for example "
-"0.9) to improve surface quality over sparse infill."
+"0.9) to improve surface quality over sparse infill.\n"
+"\n"
+"The actual internal bridge flow used is calculated by multiplying this value "
+"with the bridge flow ratio, the filament flow ratio, and if set, the "
+"object's flow ratio."
msgstr ""
-"Este valor regula el grosor de la capa puente interna. Es la primera capa "
-"sobre el relleno de baja densidad. Disminuya ligeramente este valor (por "
-"ejemplo, 0,9) para mejorar la calidad de la superficie sobre el relleno de "
-"baja densidad."
msgid "Top surface flow ratio"
msgstr "Ratio de flujo en superficie superior"
msgid ""
"This factor affects the amount of material for top solid infill. You can "
-"decrease it slightly to have smooth surface finish"
+"decrease it slightly to have smooth surface finish. \n"
+"\n"
+"The actual top surface flow used is calculated by multiplying this value "
+"with the filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"Este factor afecta a la cantidad de material de para relleno sĂłlido "
-"superior. Puede disminuirlo ligeramente para obtener un acabado suave de "
-"superficie"
msgid "Bottom surface flow ratio"
msgstr "Ratio de flujo en superficie inferior"
-msgid "This factor affects the amount of material for bottom solid infill"
+msgid ""
+"This factor affects the amount of material for bottom solid infill. \n"
+"\n"
+"The actual bottom solid infill flow used is calculated by multiplying this "
+"value with the filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"Este factor afecta a la cantidad de material para el relleno sĂłlido inferior"
msgid "Precise wall"
msgstr "PerĂmetro preciso"
@@ -10204,12 +10267,26 @@ msgstr ""
msgid "Slow down for curled perimeters"
msgstr "Reducir velocidad para perĂmetros curvados"
+#, c-format, boost-format
msgid ""
-"Enable this option to slow printing down in areas where potential curled "
-"perimeters may exist"
+"Enable this option to slow down printing in areas where perimeters may have "
+"curled upwards.For example, additional slowdown will be applied when "
+"printing overhangs on sharp corners like the front of the Benchy hull, "
+"reducing curling which compounds over multiple layers.\n"
+"\n"
+" It is generally recommended to have this option switched on unless your "
+"printer cooling is powerful enough or the print speed slow enough that "
+"perimeter curling does not happen. If printing with a high external "
+"perimeter speed, this parameter may introduce slight artifacts when slowing "
+"down due to the large variance in print speeds. If you notice artifacts, "
+"ensure your pressure advance is tuned correctly.\n"
+"\n"
+"Note: When this option is enabled, overhang perimeters are treated like "
+"overhangs, meaning the overhang speed is applied even if the overhanging "
+"perimeter is part of a bridge. For example, when the perimeters are "
+"100% overhanging, with no wall supporting them from underneath, the "
+"100% overhang speed will be applied."
msgstr ""
-"Active estĂĄ opciĂłn para bajar la velocidad de impresiĂłn en las ĂĄreas donde "
-"potencialmente podrĂan formarse perĂmetros curvados"
msgid "mm/s or %"
msgstr "mm/s o %"
@@ -10217,8 +10294,14 @@ msgstr "mm/s o %"
msgid "External"
msgstr "Externo"
-msgid "Speed of bridge and completely overhang wall"
-msgstr "Velocidad del puente y perĂmetro completo en voladizo"
+msgid ""
+"Speed of the externally visible bridge extrusions. \n"
+"\n"
+"In addition, if Slow down for curled perimeters is disabled or Classic "
+"overhang mode is enabled, it will be the print speed of overhang walls that "
+"are supported by less than 13%, whether they are part of a bridge or an "
+"overhang."
+msgstr ""
msgid "mm/s"
msgstr "mm/s"
@@ -10227,11 +10310,9 @@ msgid "Internal"
msgstr "Interno"
msgid ""
-"Speed of internal bridge. If the value is expressed as a percentage, it will "
-"be calculated based on the bridge_speed. Default value is 150%."
+"Speed of internal bridges. If the value is expressed as a percentage, it "
+"will be calculated based on the bridge_speed. Default value is 150%."
msgstr ""
-"Velocidad del puente interno. Si el valor es expresado como porcentaje, serĂĄ "
-"calculado en base a bridge_speed. El valor por defecto es 150%."
msgid "Brim width"
msgstr "Ancho del borde de adherencia"
@@ -10894,6 +10975,17 @@ msgstr ""
"para obtener una superficie plana adecuada cuando hay un ligero sobre flujo "
"o infra flujo"
+msgid ""
+"The material may have volumetric change after switching between molten state "
+"and crystalline state. This setting changes all extrusion flow of this "
+"filament in gcode proportionally. Recommended value range is between 0.95 "
+"and 1.05. Maybe you can tune this value to get nice flat surface when there "
+"has slight overflow or underflow. \n"
+"\n"
+"The final object flow ratio is this value multiplied by the filament flow "
+"ratio."
+msgstr ""
+
msgid "Enable pressure advance"
msgstr "Activar Avance de PresiĂłn Lineal"
@@ -11138,18 +11230,29 @@ msgstr "mmÂł/s"
msgid "Filament load time"
msgstr "Tiempo de carga de filamento"
-msgid "Time to load new filament when switch filament. For statistics only"
+msgid ""
+"Time to load new filament when switch filament. It's usually applicable for "
+"single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
msgstr ""
-"Tiempo para cargar un nuevo filamento cuando se cambia de filamento. SĂłlo "
-"para estadĂsticas"
msgid "Filament unload time"
msgstr "Tiempo de descarga del filamento"
-msgid "Time to unload old filament when switch filament. For statistics only"
+msgid ""
+"Time to unload old filament when switch filament. It's usually applicable "
+"for single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
+msgstr ""
+
+msgid "Tool change time"
+msgstr ""
+
+msgid ""
+"Time taken to switch tools. It's usually applicable for tool changers or "
+"multi-tool machines. For single-extruder multi-material machines, it's "
+"typically 0. For statistics only"
msgstr ""
-"Tiempo para descargar el filamento viejo cuando se cambia de filamento. SĂłlo "
-"para las estadĂsticas"
msgid ""
"Filament diameter is used to calculate extrusion in gcode, so it's important "
@@ -11302,16 +11405,6 @@ msgstr ""
"Los movimientos de refrigeraciĂłn se aceleran gradualmente hacĂa esta "
"velocidad."
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-"Tiempo que tarda el firmware de la impresora (o la Unidad Multi Material "
-"2.0) en cargar un nuevo filamento durante un cambio de cabezal (al ejecutar "
-"el T-Code). El estimador de tiempo del G-Code añade este tiempo al tiempo "
-"total de impresiĂłn."
-
msgid "Ramming parameters"
msgstr "ParĂĄmetros de moldeado de extremo"
@@ -11322,16 +11415,6 @@ msgstr ""
"El Moldeado de ExtremoDialog edita esta cadena y contiene los parĂĄmetros "
"especĂficos de moldeado de extremo."
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-"Tiempo que tarda el firmware (para la unidad Multi Material 2.0) en "
-"descargar el filamento durante el cambio de cabezal ( cuando se ejecuta el T-"
-"Code). Esta duración se añade a la duración total de impresión estimada del "
-"G-Code."
-
msgid "Enable ramming for multitool setups"
msgstr "Activar moldeado de extremo para configuraciones multicabezal"
@@ -11705,10 +11788,10 @@ msgstr "Velocidad mĂĄxima del ventilador en la capa"
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 ""
"La velocidad de ventilador se incrementarĂĄ linealmente de cero a "
"\"close_fan_the_first_x_layers\" al mĂĄximo de capa \"full_fan_speed_layer\". "
@@ -11780,10 +11863,11 @@ msgstr "Filtrar pequeños huecos"
msgid "Layers and Perimeters"
msgstr "Capas y PerĂmetros"
-msgid "Filter out gaps smaller than the threshold specified"
+msgid ""
+"Don't print gap fill with a length is smaller than the threshold specified "
+"(in mm). This setting applies to top, bottom and solid infill and, if using "
+"the classic perimeter generator, to wall gap fill. "
msgstr ""
-"Filtra los huecos menores que el umbral especificado. Este ajuste no "
-"afectarĂĄ a las capas superior/inferior"
msgid ""
"Speed of gap infill. Gap usually has irregular line width and should be "
@@ -13980,33 +14064,40 @@ msgid "Activate temperature control"
msgstr "Activar control de temperatura"
msgid ""
-"Enable this option for chamber temperature control. An M191 command will be "
-"added before \"machine_start_gcode\"\n"
-"G-code commands: M141/M191 S(0-255)"
+"Enable this option for automated chamber temperature control. This option "
+"activates the emitting of an M191 command before the "
+"\"machine_start_gcode\"\n"
+" which sets the chamber temperature and waits until it is reached. In "
+"addition, it emits an M141 command at the end of the print to turn off the "
+"chamber heater, if present. \n"
+"\n"
+"This option relies on the firmware supporting the M191 and M141 commands "
+"either via macros or natively and is usually used when an active chamber "
+"heater is installed."
msgstr ""
-"Active esta opción para controlar la temperatura de la cåmara. Se añadirå un "
-"comando M191 antes de \"machine_start_gcode\"\n"
-"Comandos G-Code: M141/M191 S(0-255)"
msgid "Chamber temperature"
msgstr "Temperatura de cĂĄmara"
msgid ""
-"Higher chamber temperature can help suppress or reduce warping and "
-"potentially lead to higher interlayer bonding strength for high temperature "
-"materials like ABS, ASA, PC, PA and so on.At the same time, the air "
-"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and "
-"other low temperature materials,the actual chamber temperature should not be "
-"high to avoid cloggings, so 0 which stands for turning off is highly "
-"recommended"
+"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber "
+"temperature can help suppress or reduce warping and potentially lead to "
+"higher interlayer bonding strength. However, at the same time, a higher "
+"chamber temperature will reduce the efficiency of air filtration for ABS and "
+"ASA. \n"
+"\n"
+"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option "
+"should be disabled (set to 0) as the chamber temperature should be low to "
+"avoid extruder clogging caused by material softening at the heat break.\n"
+"\n"
+"If enabled, this parameter also sets a gcode variable named "
+"chamber_temperature, which can be used to pass the desired chamber "
+"temperature to your print start macro, or a heat soak macro like this: "
+"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may "
+"be useful if your printer does not support M141/M191 commands, or if you "
+"desire to handle heat soaking in the print start macro if no active chamber "
+"heater is installed."
msgstr ""
-"Una mayor temperatura de la cĂĄmara puede ayudar a suprimir o reducir la "
-"deformaciĂłn y potencialmente conducir a una mayor resistencia de uniĂłn entre "
-"capas para materiales de alta temperatura como ABS, ASA, PC, PA, etc. Al "
-"mismo tiempo, la filtraciĂłn de aire de ABS y ASA empeorarĂĄ. Mientras que "
-"para PLA, PETG, TPU, PVA y otros materiales de baja temperatura, la "
-"temperatura real de la cĂĄmara no debe ser alta para evitar obstrucciones, "
-"por lo que 0, que significa apagar, es muy recomendable"
msgid "Nozzle temperature for layers after the initial one"
msgstr "Temperatura de la boquilla después de la primera capa"
@@ -14503,9 +14594,10 @@ msgstr ""
"NOTA: Las superficies inferior y superior no se verĂĄn afectadas por este "
"valor para evitar huecos visuales en el exterior del modelo. Ajuste \"Umbral "
"de PerĂmetro\" en la configuraciĂłn avanzada para ajustar la sensibilidad de "
-"lo que se considera una superficie superior. El \"Umbral de un Solo PerĂmetro"
-"\" sĂłlo es visible si este valor es superior al valor predeterminado de 0,5, "
-"o si las superficies superiores de un solo perĂmetro estĂĄn activados."
+"lo que se considera una superficie superior. El \"Umbral de un Solo "
+"PerĂmetro\" sĂłlo es visible si este valor es superior al valor "
+"predeterminado de 0,5, o si las superficies superiores de un solo perĂmetro "
+"estĂĄn activados."
msgid "First layer minimum wall width"
msgstr "Ancho mĂnimo del perĂmetro de la primera capa"
@@ -15275,12 +15367,12 @@ msgstr ""
"impresiĂłn de varios colores/materiales, la impresora utilizarĂĄ el parĂĄmetro "
"de compensaciĂłn por defecto para el filamento durante cada cambio de "
"filamento que tendrĂĄ un buen resultado en la mayorĂa de los casos.\n"
-"un solo color/material, con la opciĂłn \"calibraciĂłn de la dinĂĄmica de flujo"
-"\" marcada en el menĂș de inicio de impresiĂłn, la impresora seguirĂĄ el camino "
-"antiguo, calibrar el filamento antes de la impresiĂłn; cuando se inicia una "
-"impresiĂłn de varios colores/materiales, la impresora utilizarĂĄ el parĂĄmetro "
-"de compensaciĂłn por defecto para el filamento durante cada cambio de "
-"filamento que tendrĂĄ un buen resultado en la mayorĂa de los casos.\n"
+"un solo color/material, con la opciĂłn \"calibraciĂłn de la dinĂĄmica de "
+"flujo\" marcada en el menĂș de inicio de impresiĂłn, la impresora seguirĂĄ el "
+"camino antiguo, calibrar el filamento antes de la impresiĂłn; cuando se "
+"inicia una impresiĂłn de varios colores/materiales, la impresora utilizarĂĄ el "
+"parĂĄmetro de compensaciĂłn por defecto para el filamento durante cada cambio "
+"de filamento que tendrĂĄ un buen resultado en la mayorĂa de los casos.\n"
"\n"
"Tenga en cuenta que hay algunos casos que pueden hacer que los resultados de "
"la calibraciĂłn no sean fiables, como una adhesiĂłn insuficiente en la bandeja "
@@ -16036,8 +16128,8 @@ msgstr ""
"ÂżQuieres reescribirlo?"
msgid ""
-"We would rename the presets as \"Vendor Type Serial @printer you selected"
-"\". \n"
+"We would rename the presets as \"Vendor Type Serial @printer you "
+"selected\". \n"
"To add preset for more printers, Please go to printer selection"
msgstr ""
"Cambiaremos el nombre de los perfiles a \"Tipo NĂșmero de Serie @impresora "
@@ -17379,51 +17471,151 @@ msgstr ""
"aumentar adecuadamente la temperatura del lecho térmico puede reducir la "
"probabilidad de deformaciones."
-#~ msgid "up to"
-#~ msgstr "hasta"
+#~ msgid ""
+#~ "Your object appears to be too large. It will be scaled down to fit the "
+#~ "heat bed automatically."
+#~ msgstr ""
+#~ "Su objeto parece demasiado grande, ÂżDesea disminuirlo para que quepa en "
+#~ "la cama caliente automĂĄticamente?."
+
+#~ msgid "Shift+G"
+#~ msgstr "Shift+G"
-#~ msgid "above"
-#~ msgstr "sobre"
+#~ msgid "Any arrow"
+#~ msgstr "â+Cualquier flecha"
-#~ msgid "from"
-#~ msgstr "desde"
+#~ msgid ""
+#~ "Enables gap fill for the selected surfaces. The minimum gap length that "
+#~ "will be filled can be controlled from the filter out tiny gaps option "
+#~ "below.\n"
+#~ "\n"
+#~ "Options:\n"
+#~ "1. Everywhere: Applies gap fill to top, bottom and internal solid "
+#~ "surfaces\n"
+#~ "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces "
+#~ "only\n"
+#~ "3. Nowhere: Disables gap fill\n"
+#~ msgstr ""
+#~ "Activa el relleno de huecos para las superficies seleccionadas. La "
+#~ "longitud mĂnima de hueco que se rellenarĂĄ puede controlarse desde la "
+#~ "opción filtrar huecos pequeños que aparece mås abajo.\n"
+#~ "\n"
+#~ "Opciones: \n"
+#~ "1. En todas partes: Aplica el relleno de huecos a las superficies sĂłlidas "
+#~ "superior, inferior e interna \n"
+#~ "2. Superficies superior e inferior: Aplica el relleno de huecos sĂłlo a "
+#~ "las superficies superior e inferior. \n"
+#~ "3. En ninguna parte: Desactiva el relleno de huecos\n"
-#~ msgid "Switching application language while some presets are modified."
+#~ msgid ""
+#~ "Decrease this value slightly(for example 0.9) to reduce the amount of "
+#~ "material for bridge, to improve sag"
#~ msgstr ""
-#~ "Cambiando idioma de la aplicaciĂłn mientras se modifican algunos perfiles."
+#~ "Disminuya este valor ligeramente (por ejemplo 0,9) para reducir la "
+#~ "cantidad de material para mejorar o evitar el hundimiento de puentes."
-#~ msgid "â+Shift+G"
-#~ msgstr "â+Shift+G"
+#~ msgid ""
+#~ "This value governs the thickness of the internal bridge layer. This is "
+#~ "the first layer over sparse infill. Decrease this value slightly (for "
+#~ "example 0.9) to improve surface quality over sparse infill."
+#~ msgstr ""
+#~ "Este valor regula el grosor de la capa puente interna. Es la primera capa "
+#~ "sobre el relleno de baja densidad. Disminuya ligeramente este valor (por "
+#~ "ejemplo, 0,9) para mejorar la calidad de la superficie sobre el relleno "
+#~ "de baja densidad."
-#~ msgid "Ctrl+Shift+G"
-#~ msgstr "Ctrl+Shift+G"
+#~ msgid ""
+#~ "This factor affects the amount of material for top solid infill. You can "
+#~ "decrease it slightly to have smooth surface finish"
+#~ msgstr ""
+#~ "Este factor afecta a la cantidad de material de para relleno sĂłlido "
+#~ "superior. Puede disminuirlo ligeramente para obtener un acabado suave de "
+#~ "superficie"
-#~ msgid "â„+Left mouse button"
-#~ msgstr "BotĂłn de ratĂłn â„+Left"
+#~ msgid "This factor affects the amount of material for bottom solid infill"
+#~ msgstr ""
+#~ "Este factor afecta a la cantidad de material para el relleno sĂłlido "
+#~ "inferior"
-#~ msgid "â+Left mouse button"
-#~ msgstr "â+botĂłn izquierdo de ratĂłn"
+#~ msgid ""
+#~ "Enable this option to slow printing down in areas where potential curled "
+#~ "perimeters may exist"
+#~ msgstr ""
+#~ "Active estĂĄ opciĂłn para bajar la velocidad de impresiĂłn en las ĂĄreas "
+#~ "donde potencialmente podrĂan formarse perĂmetros curvados"
-#~ msgid "Ctrl+Any arrow"
-#~ msgstr "Ctrl+Cualquier flecha"
+#~ msgid "Speed of bridge and completely overhang wall"
+#~ msgstr "Velocidad del puente y perĂmetro completo en voladizo"
-#~ msgid "Alt+Left mouse button"
-#~ msgstr "Alt+BotĂłn izquierdo de ratĂłn"
+#~ msgid ""
+#~ "Speed of internal bridge. If the value is expressed as a percentage, it "
+#~ "will be calculated based on the bridge_speed. Default value is 150%."
+#~ msgstr ""
+#~ "Velocidad del puente interno. Si el valor es expresado como porcentaje, "
+#~ "serĂĄ calculado en base a bridge_speed. El valor por defecto es 150%."
-#~ msgid "Ctrl+Left mouse button"
-#~ msgstr "Ctrl+BotĂłn izquierdo de ratĂłn"
+#~ msgid "Time to load new filament when switch filament. For statistics only"
+#~ msgstr ""
+#~ "Tiempo para cargar un nuevo filamento cuando se cambia de filamento. SĂłlo "
+#~ "para estadĂsticas"
-#~ msgid "â+Mouse wheel"
-#~ msgstr "â+Rueda del ratĂłn"
+#~ msgid ""
+#~ "Time to unload old filament when switch filament. For statistics only"
+#~ msgstr ""
+#~ "Tiempo para descargar el filamento viejo cuando se cambia de filamento. "
+#~ "SĂłlo para las estadĂsticas"
-#~ msgid "â„+Mouse wheel"
-#~ msgstr "â„+Rueda del ratĂłn"
+#~ msgid ""
+#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a "
+#~ "new filament during a tool change (when executing the T code). This time "
+#~ "is added to the total print time by the G-code time estimator."
+#~ msgstr ""
+#~ "Tiempo que tarda el firmware de la impresora (o la Unidad Multi Material "
+#~ "2.0) en cargar un nuevo filamento durante un cambio de cabezal (al "
+#~ "ejecutar el T-Code). El estimador de tiempo del G-Code añade este tiempo "
+#~ "al tiempo total de impresiĂłn."
-#~ msgid "Ctrl+Mouse wheel"
-#~ msgstr "Ctrl+Rueda del ratĂłn"
+#~ msgid ""
+#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload "
+#~ "a filament during a tool change (when executing the T code). This time is "
+#~ "added to the total print time by the G-code time estimator."
+#~ msgstr ""
+#~ "Tiempo que tarda el firmware (para la unidad Multi Material 2.0) en "
+#~ "descargar el filamento durante el cambio de cabezal ( cuando se ejecuta "
+#~ "el T-Code). Esta duración se añade a la duración total de impresión "
+#~ "estimada del G-Code."
-#~ msgid "Alt+Mouse wheel"
-#~ msgstr "Alt+Rueda del ratĂłn"
+#~ msgid "Filter out gaps smaller than the threshold specified"
+#~ msgstr ""
+#~ "Filtra los huecos menores que el umbral especificado. Este ajuste no "
+#~ "afectarĂĄ a las capas superior/inferior"
+
+#~ msgid ""
+#~ "Enable this option for chamber temperature control. An M191 command will "
+#~ "be added before \"machine_start_gcode\"\n"
+#~ "G-code commands: M141/M191 S(0-255)"
+#~ msgstr ""
+#~ "Active esta opción para controlar la temperatura de la cåmara. Se añadirå "
+#~ "un comando M191 antes de \"machine_start_gcode\"\n"
+#~ "Comandos G-Code: M141/M191 S(0-255)"
+
+#~ msgid ""
+#~ "Higher chamber temperature can help suppress or reduce warping and "
+#~ "potentially lead to higher interlayer bonding strength for high "
+#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, "
+#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, "
+#~ "TPU, PVA and other low temperature materials,the actual chamber "
+#~ "temperature should not be high to avoid cloggings, so 0 which stands for "
+#~ "turning off is highly recommended"
+#~ msgstr ""
+#~ "Una mayor temperatura de la cĂĄmara puede ayudar a suprimir o reducir la "
+#~ "deformaciĂłn y potencialmente conducir a una mayor resistencia de uniĂłn "
+#~ "entre capas para materiales de alta temperatura como ABS, ASA, PC, PA, "
+#~ "etc. Al mismo tiempo, la filtraciĂłn de aire de ABS y ASA empeorarĂĄ. "
+#~ "Mientras que para PLA, PETG, TPU, PVA y otros materiales de baja "
+#~ "temperatura, la temperatura real de la cĂĄmara no debe ser alta para "
+#~ "evitar obstrucciones, por lo que 0, que significa apagar, es muy "
+#~ "recomendable"
#~ msgid ""
#~ "Interlocking depth of a segmented region. Zero disables this feature."
@@ -17444,14 +17636,14 @@ msgstr ""
#~ "Cuando grabamos timelapse sin cabezal de impresiĂłn, es recomendable "
#~ "añadir un \"Torre de Purga de Intervalo\" \n"
#~ "presionando con el botĂłn derecho la posiciĂłn vacĂa de la bandeja de "
-#~ "construcción y elegir \"Añadir Primitivo\"->\"Intervalo de Torre de Purga"
-#~ "\"."
+#~ "construcción y elegir \"Añadir Primitivo\"->\"Intervalo de Torre de "
+#~ "Purga\"."
#~ msgid ""
-#~ "We would rename the presets as \"Vendor Type Serial @printer you selected"
-#~ "\". \n"
-#~ "We would rename the presets as \"Vendor Type Serial @printer you selected"
-#~ "\". \n"
+#~ "We would rename the presets as \"Vendor Type Serial @printer you "
+#~ "selected\". \n"
+#~ "We would rename the presets as \"Vendor Type Serial @printer you "
+#~ "selected\". \n"
#~ "To add preset for more printers, Please go to printer selection"
#~ msgstr ""
#~ "CambiarĂamos el nombre de los preajustes a \"NĂșmero de serie del Vendedor "
diff --git a/localization/i18n/fr/OrcaSlicer_fr.po b/localization/i18n/fr/OrcaSlicer_fr.po
index 1f2edeab23e..adcd0f2f691 100644
--- a/localization/i18n/fr/OrcaSlicer_fr.po
+++ b/localization/i18n/fr/OrcaSlicer_fr.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-08-03 18:54+0200\n"
+"POT-Creation-Date: 2024-08-23 16:24+0200\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: Guislain Cyril, Thomas Lété\n"
@@ -77,6 +77,9 @@ msgstr "Angle de remplissage intelligent"
msgid "On overhangs only"
msgstr "Sur les surplombs uniquement"
+msgid "Auto support threshold angle: "
+msgstr "Angle de seuil de support automatique : "
+
msgid "Circle"
msgstr "Cercle"
@@ -97,9 +100,6 @@ msgstr ""
msgid "Highlight faces according to overhang angle."
msgstr "Mettre en surbrillance les faces en fonction de l'angle de surplomb."
-msgid "Auto support threshold angle: "
-msgstr "Angle de seuil de support automatique : "
-
msgid "No auto support"
msgstr "Pas de support auto"
@@ -2010,6 +2010,9 @@ msgstr "Simplifier le ModĂšle"
msgid "Center"
msgstr "Centrer"
+msgid "Drop"
+msgstr ""
+
msgid "Edit Process Settings"
msgstr "Modifier les paramĂštres du traitement"
@@ -4200,6 +4203,15 @@ msgstr "Durée totale"
msgid "Total cost"
msgstr "Coût total"
+msgid "up to"
+msgstr ""
+
+msgid "above"
+msgstr ""
+
+msgid "from"
+msgstr ""
+
msgid "Color Scheme"
msgstr "Schéma de couleur"
@@ -4263,12 +4275,12 @@ msgstr "Temps de changement de filament"
msgid "Cost"
msgstr "Coût"
-msgid "Print"
-msgstr "Imprimer"
-
msgid "Color change"
msgstr "Changement de couleur"
+msgid "Print"
+msgstr "Imprimer"
+
msgid "Printer"
msgstr "Imprimante"
@@ -4897,6 +4909,18 @@ msgstr "Passe 2"
msgid "Flow rate test - Pass 2"
msgstr "Test de débit - Passe 2"
+msgid "YOLO (Recommended)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.01 step"
+msgstr ""
+
+msgid "YOLO (perfectionist version)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.005 step"
+msgstr ""
+
msgid "Flow rate"
msgstr "DĂ©bit"
@@ -6214,16 +6238,6 @@ msgstr "Un objet en plusieurs parties a été détecté"
msgid "The file does not contain any geometry data."
msgstr "Le fichier ne contient pas de données géométriques."
-msgid ""
-"Your object appears to be too large. It will be scaled down to fit the heat "
-"bed automatically."
-msgstr ""
-"Votre objet est trop grand. Il sera automatiquement rĂ©duit pour sâadapter au "
-"plateau."
-
-msgid "Object too large"
-msgstr "Objet trop grand"
-
msgid ""
"Your object appears to be too large, Do you want to scale it down to fit the "
"heat bed automatically?"
@@ -6231,6 +6245,9 @@ msgstr ""
"Votre objet semble trop grand. Voulez-vous le réduire pour l'adapter "
"automatiquement au plateau d'impression ?"
+msgid "Object too large"
+msgstr "Objet trop grand"
+
msgid "Export STL file:"
msgstr "Exporter le fichier STL :"
@@ -6621,6 +6638,9 @@ msgstr "Voulez-vous continuer?"
msgid "Language selection"
msgstr "SĂ©lection de la langue"
+msgid "Switching application language while some presets are modified."
+msgstr ""
+
msgid "Changing application language"
msgstr "Changer la langue de l'application"
@@ -8705,8 +8725,11 @@ msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files"
msgstr ""
"Importez des données de géométrie à partir de fichiers STL/STEP/3MF/OBJ/AMF."
-msgid "Shift+G"
-msgstr "Shift+G"
+msgid "â+Shift+G"
+msgstr ""
+
+msgid "Ctrl+Shift+G"
+msgstr ""
msgid "Paste from clipboard"
msgstr "Coller depuis le presse-papier"
@@ -8758,18 +8781,33 @@ msgstr "Maj+Tab"
msgid "Collapse/Expand the sidebar"
msgstr "Réduire/développer la barre latérale"
-msgid "Any arrow"
-msgstr "Toutes les flĂšches"
+msgid "â+Any arrow"
+msgstr ""
msgid "Movement in camera space"
msgstr "Mouvement dans l'espace de la caméra"
+msgid "â„+Left mouse button"
+msgstr ""
+
msgid "Select a part"
msgstr "SĂ©lectionner une piĂšce"
+msgid "â+Left mouse button"
+msgstr ""
+
msgid "Select multiple objects"
msgstr "SĂ©lectionnez tous les objets sur la plaque actuelle"
+msgid "Ctrl+Any arrow"
+msgstr ""
+
+msgid "Alt+Left mouse button"
+msgstr ""
+
+msgid "Ctrl+Left mouse button"
+msgstr ""
+
msgid "Shift+Left mouse button"
msgstr "Maj+Bouton gauche de la souris"
@@ -8872,12 +8910,24 @@ msgstr "Plateau"
msgid "Move: press to snap by 1mm"
msgstr "DĂ©placer : appuyez pour aligner de 1 mm"
+msgid "â+Mouse wheel"
+msgstr ""
+
msgid "Support/Color Painting: adjust pen radius"
msgstr "Support/Peinture couleur : ajustez le rayon du stylet"
+msgid "â„+Mouse wheel"
+msgstr ""
+
msgid "Support/Color Painting: adjust section position"
msgstr "Support/Peinture couleur : ajuster la position de la section"
+msgid "Ctrl+Mouse wheel"
+msgstr ""
+
+msgid "Alt+Mouse wheel"
+msgstr ""
+
msgid "Gizmo"
msgstr "Gizmo"
@@ -9982,25 +10032,32 @@ msgid "Apply gap fill"
msgstr "Remplissage des trous"
msgid ""
-"Enables gap fill for the selected surfaces. The minimum gap length that will "
-"be filled can be controlled from the filter out tiny gaps option below.\n"
+"Enables gap fill for the selected solid surfaces. The minimum gap length "
+"that will be filled can be controlled from the filter out tiny gaps option "
+"below.\n"
"\n"
"Options:\n"
-"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n"
+"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces "
+"for maximum strength\n"
"2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces "
-"only\n"
-"3. Nowhere: Disables gap fill\n"
-msgstr ""
-"Active le remplissage des trous pour les surfaces sélectionnées. La longueur "
-"minimale du trou qui sera comblĂ© peut ĂȘtre contrĂŽlĂ©e Ă lâaide de lâoption "
-"« Filtrer les petits trous » ci-dessous.\n"
+"only, balancing print speed, reducing potential over extrusion in the solid "
+"infill and making sure the top and bottom surfaces have no pin hole gaps\n"
+"3. Nowhere: Disables gap fill for all solid infill areas. \n"
"\n"
-"Options :\n"
-"1. Partout : Applique le remplissage des trous aux surfaces pleines "
-"supérieures, inférieures et internes.\n"
-"2. Surfaces supérieure et inférieure : Remplissage des trous uniquement sur "
-"les surfaces supérieures et inférieures.\n"
-"3. Nulle part : DĂ©sactive le remplissage des trous\n"
+"Note that if using the classic perimeter generator, gap fill may also be "
+"generated between perimeters, if a full width line cannot fit between them. "
+"That perimeter gap fill is not controlled by this setting. \n"
+"\n"
+"If you would like all gap fill, including the classic perimeter generated "
+"one, removed, set the filter out tiny gaps value to a large number, like "
+"999999. \n"
+"\n"
+"However this is not advised, as gap fill between perimeters is contributing "
+"to the model's strength. For models where excessive gap fill is generated "
+"between perimeters, a better option would be to switch to the arachne wall "
+"generator and use this option to control whether the cosmetic top and bottom "
+"surface gap fill is generated"
+msgstr ""
msgid "Everywhere"
msgstr "Partout"
@@ -10076,10 +10133,11 @@ msgstr "DĂ©bit des ponts"
msgid ""
"Decrease this value slightly(for example 0.9) to reduce the amount of "
-"material for bridge, to improve sag"
+"material for bridge, to improve sag. \n"
+"\n"
+"The actual bridge flow used is calculated by multiplying this value with the "
+"filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"Diminuez légÚrement cette valeur (par exemple 0,9) pour réduire la quantité "
-"de matériaux pour le pont, pour améliorer l'affaissement"
msgid "Internal bridge flow ratio"
msgstr "Ratio de débit du pont interne"
@@ -10087,31 +10145,33 @@ msgstr "Ratio de débit du pont interne"
msgid ""
"This value governs the thickness of the internal bridge layer. This is the "
"first layer over sparse infill. Decrease this value slightly (for example "
-"0.9) to improve surface quality over sparse infill."
+"0.9) to improve surface quality over sparse infill.\n"
+"\n"
+"The actual internal bridge flow used is calculated by multiplying this value "
+"with the bridge flow ratio, the filament flow ratio, and if set, the "
+"object's flow ratio."
msgstr ""
-"Cette valeur dĂ©termine lâĂ©paisseur de la couche des ponts internes. Il "
-"sâagit de la premiĂšre couche sur le remplissage. Diminuez lĂ©gĂšrement cette "
-"valeur (par exemple 0.9) pour améliorer la qualité de la surface sur le "
-"remplissage."
msgid "Top surface flow ratio"
msgstr "Ratio du débit des surfaces supérieures"
msgid ""
"This factor affects the amount of material for top solid infill. You can "
-"decrease it slightly to have smooth surface finish"
+"decrease it slightly to have smooth surface finish. \n"
+"\n"
+"The actual top surface flow used is calculated by multiplying this value "
+"with the filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"Ce facteur affecte la quantité de matériau pour le remplissage plein "
-"supérieur. Vous pouvez le diminuer légÚrement pour avoir une finition de "
-"surface lisse"
msgid "Bottom surface flow ratio"
msgstr "Ratio du débit des surfaces inférieures"
-msgid "This factor affects the amount of material for bottom solid infill"
+msgid ""
+"This factor affects the amount of material for bottom solid infill. \n"
+"\n"
+"The actual bottom solid infill flow used is calculated by multiplying this "
+"value with the filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"Ce facteur affecte la quantité de matériau pour le remplissage plein du "
-"dessous"
msgid "Precise wall"
msgstr "Parois précises"
@@ -10292,12 +10352,26 @@ msgstr ""
msgid "Slow down for curled perimeters"
msgstr "Ralentir lors des périmÚtres courbés"
+#, c-format, boost-format
msgid ""
-"Enable this option to slow printing down in areas where potential curled "
-"perimeters may exist"
+"Enable this option to slow down printing in areas where perimeters may have "
+"curled upwards.For example, additional slowdown will be applied when "
+"printing overhangs on sharp corners like the front of the Benchy hull, "
+"reducing curling which compounds over multiple layers.\n"
+"\n"
+" It is generally recommended to have this option switched on unless your "
+"printer cooling is powerful enough or the print speed slow enough that "
+"perimeter curling does not happen. If printing with a high external "
+"perimeter speed, this parameter may introduce slight artifacts when slowing "
+"down due to the large variance in print speeds. If you notice artifacts, "
+"ensure your pressure advance is tuned correctly.\n"
+"\n"
+"Note: When this option is enabled, overhang perimeters are treated like "
+"overhangs, meaning the overhang speed is applied even if the overhanging "
+"perimeter is part of a bridge. For example, when the perimeters are "
+"100% overhanging, with no wall supporting them from underneath, the "
+"100% overhang speed will be applied."
msgstr ""
-"Activer cette option pour ralentir lâimpression dans les zones oĂč des "
-"périmÚtres potentiellement courbées peuvent exister."
msgid "mm/s or %"
msgstr "mm/s ou %"
@@ -10305,9 +10379,14 @@ msgstr "mm/s ou %"
msgid "External"
msgstr "Externe"
-msgid "Speed of bridge and completely overhang wall"
+msgid ""
+"Speed of the externally visible bridge extrusions. \n"
+"\n"
+"In addition, if Slow down for curled perimeters is disabled or Classic "
+"overhang mode is enabled, it will be the print speed of overhang walls that "
+"are supported by less than 13%, whether they are part of a bridge or an "
+"overhang."
msgstr ""
-"Il s'agit de la vitesse pour les ponts et les parois en surplomb Ă 100 %."
msgid "mm/s"
msgstr "mm/s"
@@ -10316,11 +10395,9 @@ msgid "Internal"
msgstr "Interne"
msgid ""
-"Speed of internal bridge. If the value is expressed as a percentage, it will "
-"be calculated based on the bridge_speed. Default value is 150%."
+"Speed of internal bridges. If the value is expressed as a percentage, it "
+"will be calculated based on the bridge_speed. Default value is 150%."
msgstr ""
-"Vitesse des ponts internes. Si la valeur est exprimée en pourcentage, elle "
-"sera calculée en fonction de bridge_speed. La valeur par défaut est 150%."
msgid "Brim width"
msgstr "Largeur de la bordure"
@@ -10987,6 +11064,17 @@ msgstr ""
"cette valeur pour obtenir une belle surface plane en cas de léger "
"débordement ou sous-dépassement"
+msgid ""
+"The material may have volumetric change after switching between molten state "
+"and crystalline state. This setting changes all extrusion flow of this "
+"filament in gcode proportionally. Recommended value range is between 0.95 "
+"and 1.05. Maybe you can tune this value to get nice flat surface when there "
+"has slight overflow or underflow. \n"
+"\n"
+"The final object flow ratio is this value multiplied by the filament flow "
+"ratio."
+msgstr ""
+
msgid "Enable pressure advance"
msgstr "Activer la Pressure Advance"
@@ -11008,7 +11096,7 @@ msgid ""
"With increasing print speeds (and hence increasing volumetric flow through "
"the nozzle) and increasing accelerations, it has been observed that the "
"effective PA value typically decreases. This means that a single PA value is "
-"not always 100%% optimal for all features and a compromise value is usually "
+"not always 100% optimal for all features and a compromise value is usually "
"used that does not cause too much bulging on features with lower flow speed "
"and accelerations while also not causing gaps on faster features.\n"
"\n"
@@ -11024,27 +11112,6 @@ msgid ""
"and for when tool changing.\n"
"\n"
msgstr ""
-"Avec lâaugmentation des vitesses dâimpression (et donc du dĂ©bit volumĂ©trique "
-"à travers la buse) et des accélérations, il a été observé que la valeur "
-"effective de PA diminue gĂ©nĂ©ralement. Cela signifie quâune valeur PA unique "
-"nâest pas toujours optimale Ă 100%% pour toutes les caractĂ©ristiques et "
-"quâune valeur de compromis est gĂ©nĂ©ralement utilisĂ©e pour Ă©viter de trop "
-"gonfler les caractĂ©ristiques avec une vitesse dâĂ©coulement et des "
-"accélérations plus faibles, tout en évitant de créer des interstices sur les "
-"traits plus rapides.\n"
-"\n"
-"Cette fonction vise à remédier à cette limitation en modélisant la réponse "
-"du systĂšme dâextrusion de votre imprimante en fonction de la vitesse du flux "
-"volumĂ©trique et de lâaccĂ©lĂ©ration de lâimpression. En interne, elle gĂ©nĂšre "
-"un modĂšle ajustĂ© qui peut extrapoler lâavance de pression nĂ©cessaire pour "
-"une vitesse de débit volumétrique et une accélération données, qui est "
-"ensuite Ă©mise Ă lâimprimante en fonction des conditions dâimpression "
-"actuelles.\n"
-"\n"
-"Lorsquâelle est activĂ©e, la valeur de lâavance de pression ci-dessus est "
-"annulée. Cependant, une valeur par défaut raisonnable est fortement "
-"recommandée pour servir de solution de secours et en cas de changement "
-"dâoutil.\n"
msgid "Adaptive pressure advance measurements (beta)"
msgstr "Mesures adaptatives de lâavance de pression (beta)"
@@ -11235,18 +11302,29 @@ msgstr "mmÂł/s"
msgid "Filament load time"
msgstr "Temps de chargement du filament"
-msgid "Time to load new filament when switch filament. For statistics only"
+msgid ""
+"Time to load new filament when switch filament. It's usually applicable for "
+"single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
msgstr ""
-"Il est temps de charger un nouveau filament lors du changement de filament. "
-"Pour les statistiques uniquement"
msgid "Filament unload time"
msgstr "Temps de déchargement du filament"
-msgid "Time to unload old filament when switch filament. For statistics only"
+msgid ""
+"Time to unload old filament when switch filament. It's usually applicable "
+"for single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
+msgstr ""
+
+msgid "Tool change time"
+msgstr ""
+
+msgid ""
+"Time taken to switch tools. It's usually applicable for tool changers or "
+"multi-tool machines. For single-extruder multi-material machines, it's "
+"typically 0. For statistics only"
msgstr ""
-"Il est temps de décharger l'ancien filament lorsque vous changez de "
-"filament. Pour les statistiques uniquement"
msgid ""
"Filament diameter is used to calculate extrusion in gcode, so it's important "
@@ -11399,16 +11477,6 @@ msgstr ""
"Les mouvements de refroidissement sâaccĂ©lĂšrent progressivement vers cette "
"vitesse."
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-"Temps nĂ©cessaire au firmware de lâimprimante (ou au Multi Material Unit 2.0) "
-"pour charger un nouveau filament lors dâun changement dâoutil (lors de "
-"lâexĂ©cution du code T). Ce temps est ajoutĂ© au temps dâimpression total par "
-"lâestimateur de temps du G-code."
-
msgid "Ramming parameters"
msgstr "ParamĂštres de pilonnage"
@@ -11419,16 +11487,6 @@ msgstr ""
"Cette chaßne est éditée par RammingDialog et contient des paramÚtres "
"spécifiques au pilonnage."
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-"Temps nĂ©cessaire au firmware de lâimprimante (ou au Multi Material Unit 2.0) "
-"pour dĂ©charger un filament lors dâun changement dâoutil (lors de lâexĂ©cution "
-"du code T). Ce temps est ajoutĂ© au temps dâimpression total par lâestimateur "
-"de temps du G-code."
-
msgid "Enable ramming for multitool setups"
msgstr "Activer le pilonnage pour les configurations multi-outils"
@@ -11880,8 +11938,11 @@ msgstr "Filtrer les petits espaces"
msgid "Layers and Perimeters"
msgstr "Couches et PĂ©rimĂštres"
-msgid "Filter out gaps smaller than the threshold specified"
-msgstr "Filtrer les petits espaces au seuil spécifié."
+msgid ""
+"Don't print gap fill with a length is smaller than the threshold specified "
+"(in mm). This setting applies to top, bottom and solid infill and, if using "
+"the classic perimeter generator, to wall gap fill. "
+msgstr ""
msgid ""
"Speed of gap infill. Gap usually has irregular line width and should be "
@@ -14104,34 +14165,40 @@ msgid "Activate temperature control"
msgstr "Activer le contrÎle de la température"
msgid ""
-"Enable this option for chamber temperature control. An M191 command will be "
-"added before \"machine_start_gcode\"\n"
-"G-code commands: M141/M191 S(0-255)"
+"Enable this option for automated chamber temperature control. This option "
+"activates the emitting of an M191 command before the "
+"\"machine_start_gcode\"\n"
+" which sets the chamber temperature and waits until it is reached. In "
+"addition, it emits an M141 command at the end of the print to turn off the "
+"chamber heater, if present. \n"
+"\n"
+"This option relies on the firmware supporting the M191 and M141 commands "
+"either via macros or natively and is usually used when an active chamber "
+"heater is installed."
msgstr ""
-"Activez cette option pour le contrÎle de la température du caisson. Une "
-"commande M191 sera ajoutée avant \"machine_start_gcode\"\n"
-"Commandes G-code : M141/M191 S(0-255)"
msgid "Chamber temperature"
msgstr "Température du caisson"
msgid ""
-"Higher chamber temperature can help suppress or reduce warping and "
-"potentially lead to higher interlayer bonding strength for high temperature "
-"materials like ABS, ASA, PC, PA and so on.At the same time, the air "
-"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and "
-"other low temperature materials,the actual chamber temperature should not be "
-"high to avoid cloggings, so 0 which stands for turning off is highly "
-"recommended"
+"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber "
+"temperature can help suppress or reduce warping and potentially lead to "
+"higher interlayer bonding strength. However, at the same time, a higher "
+"chamber temperature will reduce the efficiency of air filtration for ABS and "
+"ASA. \n"
+"\n"
+"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option "
+"should be disabled (set to 0) as the chamber temperature should be low to "
+"avoid extruder clogging caused by material softening at the heat break.\n"
+"\n"
+"If enabled, this parameter also sets a gcode variable named "
+"chamber_temperature, which can be used to pass the desired chamber "
+"temperature to your print start macro, or a heat soak macro like this: "
+"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may "
+"be useful if your printer does not support M141/M191 commands, or if you "
+"desire to handle heat soaking in the print start macro if no active chamber "
+"heater is installed."
msgstr ""
-"Une température de caisson plus élevée peut aider à supprimer ou à réduire "
-"la déformation et potentiellement conduire à une force de liaison "
-"intercouche plus Ă©levĂ©e pour les matĂ©riaux Ă haute tempĂ©rature comme lâABS, "
-"lâASA, le PC, le PA, etc. Dans le mĂȘme temps, la filtration de lâair de "
-"lâABS et de lâASA sâaggravera. Pour le PLA, le PETG, le TPU, le PVA et "
-"dâautres matĂ©riaux Ă basse tempĂ©rature, la tempĂ©rature rĂ©elle du caisson ne "
-"doit pas ĂȘtre Ă©levĂ©e pour Ă©viter les bouchages, donc la valeur 0 qui "
-"signifie éteindre est fortement recommandé."
msgid "Nozzle temperature for layers after the initial one"
msgstr "Température de la buse pour les couches aprÚs la premiÚre"
@@ -17150,409 +17217,630 @@ msgstr ""
msgid "User cancelled."
msgstr "Lâutilisateur a annulĂ©."
-#~ msgid "Current association: "
-#~ msgstr "Association actuelle : "
+#: resources/data/hints.ini: [hint:Precise wall]
+msgid ""
+"Precise wall\n"
+"Did you know that turning on precise wall can improve precision and layer "
+"consistency?"
+msgstr ""
+"Paroi précise\n"
+"Saviez-vous que lâactivation de la paroi prĂ©cise peut amĂ©liorer la prĂ©cision "
+"et lâhomogĂ©nĂ©itĂ© des couches ?"
-#~ msgid "Associate prusaslicer://"
-#~ msgstr "Associer prusaslicer://"
+#: resources/data/hints.ini: [hint:Sandwich mode]
+msgid ""
+"Sandwich mode\n"
+"Did you know that you can use sandwich mode (inner-outer-inner) to improve "
+"precision and layer consistency if your model doesn't have very steep "
+"overhangs?"
+msgstr ""
+"Mode sandwich\n"
+"Saviez-vous que vous pouvez utiliser le mode sandwich (intérieur-extérieur-"
+"intérieur) pour améliorer la précision et la cohérence des couches si votre "
+"modĂšle nâa pas de porte-Ă -faux trĂšs prononcĂ©s ?"
-#~ msgid "Not associated to any application"
-#~ msgstr "Nâest associĂ© Ă aucune application"
+#: resources/data/hints.ini: [hint:Chamber temperature]
+msgid ""
+"Chamber temperature\n"
+"Did you know that OrcaSlicer supports chamber temperature?"
+msgstr ""
+"Température du caisson\n"
+"Saviez-vous quâOrcaSlicer prend en charge la tempĂ©rature du caisson ?"
-#~ msgid ""
-#~ "Associate OrcaSlicer with prusaslicer:// links so that Orca can open "
-#~ "models from Printable.com"
-#~ msgstr ""
-#~ "Associer OrcaSlicer aux liens prusaslicer:// afin quâOrca puisse ouvrir "
-#~ "des modĂšles provenant de Printable.com"
+#: resources/data/hints.ini: [hint:Calibration]
+msgid ""
+"Calibration\n"
+"Did you know that calibrating your printer can do wonders? Check out our "
+"beloved calibration solution in OrcaSlicer."
+msgstr ""
+"Calibrage\n"
+"Saviez-vous que le calibrage de votre imprimante peut faire des merveilles ? "
+"Découvrez notre solution de calibrage bien-aimée dans OrcaSlicer."
-#~ msgid "Associate bambustudio://"
-#~ msgstr "Associer bambustudio://"
+#: resources/data/hints.ini: [hint:Auxiliary fan]
+msgid ""
+"Auxiliary fan\n"
+"Did you know that OrcaSlicer supports Auxiliary part cooling fan?"
+msgstr ""
+"Ventilateur auxiliaire\n"
+"Saviez-vous quâOrcaSlicer prend en charge le ventilateur auxiliaire de "
+"refroidissement des piĂšces ?"
-#~ msgid ""
-#~ "Associate OrcaSlicer with bambustudio:// links so that Orca can open "
-#~ "models from makerworld.com"
-#~ msgstr ""
-#~ "Associer OrcaSlicer aux liens bambustudio:// afin quâOrca puisse ouvrir "
-#~ "des modĂšles provenant de makerworld.com"
+#: resources/data/hints.ini: [hint:Air filtration]
+msgid ""
+"Air filtration/Exhaust Fan\n"
+"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?"
+msgstr ""
+"Filtration de lâair/ventilateur dâextraction\n"
+"Saviez-vous quâOrcaSlicer peut prendre en charge la filtration de lâair/le "
+"ventilateur dâextraction ?"
-#~ msgid "Associate cura://"
-#~ msgstr "Associer cura://"
+#: resources/data/hints.ini: [hint:G-code window]
+msgid ""
+"G-code window\n"
+"You can turn on/off the G-code window by pressing the C key."
+msgstr ""
+"FenĂȘtre de G-code\n"
+"Vous pouvez activer/dĂ©sactiver la fenĂȘtre G-code en appuyant sur la touche "
+"C."
-#~ msgid ""
-#~ "Associate OrcaSlicer with cura:// links so that Orca can open models from "
-#~ "thingiverse.com"
-#~ msgstr ""
-#~ "Associer OrcaSlicer aux liens cura:// pour quâOrca puisse ouvrir les "
-#~ "modĂšles de thingiverse.com"
+#: resources/data/hints.ini: [hint:Switch workspaces]
+msgid ""
+"Switch workspaces\n"
+"You can switch between Prepare and Preview workspaces by "
+"pressing the Tab key."
+msgstr ""
+"Changer les espaces de travail\n"
+"Vous pouvez alterner entre lâespace de travail PrĂ©parer et Aperçu"
+"b> en appuyant sur la touche Tab."
-#~ msgid "Internel error"
-#~ msgstr "Erreur interne"
+#: resources/data/hints.ini: [hint:How to use keyboard shortcuts]
+msgid ""
+"How to use keyboard shortcuts\n"
+"Did you know that Orca Slicer offers a wide range of keyboard shortcuts and "
+"3D scene operations."
+msgstr ""
+"Comment utiliser les raccourcis clavier\n"
+"Saviez-vous quâOrca Slicer offre une large gamme de raccourcis clavier et "
+"dâopĂ©rations sur les scĂšnes 3D."
-#~ msgid ""
-#~ "Precise wall\n"
-#~ "Did you know that turning on precise wall can improve precision and layer "
-#~ "consistency?"
-#~ msgstr ""
-#~ "Paroi précise\n"
-#~ "Saviez-vous que lâactivation de la paroi prĂ©cise peut amĂ©liorer la "
-#~ "prĂ©cision et lâhomogĂ©nĂ©itĂ© des couches ?"
+#: resources/data/hints.ini: [hint:Reverse on odd]
+msgid ""
+"Reverse on odd\n"
+"Did you know that Reverse on odd feature can significantly improve "
+"the surface quality of your overhangs?"
+msgstr ""
+"Parois inversées sur couches impaires\n"
+"Saviez-vous que la fonction Parois inversées sur couches impaires "
+"peut améliorer de maniÚre significative la qualité de la surface de vos "
+"surplombs ?"
-#~ msgid ""
-#~ "Sandwich mode\n"
-#~ "Did you know that you can use sandwich mode (inner-outer-inner) to "
-#~ "improve precision and layer consistency if your model doesn't have very "
-#~ "steep overhangs?"
-#~ msgstr ""
-#~ "Mode sandwich\n"
-#~ "Saviez-vous que vous pouvez utiliser le mode sandwich (intérieur-"
-#~ "extérieur-intérieur) pour améliorer la précision et la cohérence des "
-#~ "couches si votre modĂšle nâa pas de porte-Ă -faux trĂšs prononcĂ©s ?"
+#: resources/data/hints.ini: [hint:Cut Tool]
+msgid ""
+"Cut Tool\n"
+"Did you know that you can cut a model at any angle and position with the "
+"cutting tool?"
+msgstr ""
+"Outil de découpe\n"
+"Saviez-vous que vous pouvez découper un modÚle à n'importe quel angle et "
+"dans n'importe quelle position avec l'outil de découpe ?"
-#~ msgid ""
-#~ "Chamber temperature\n"
-#~ "Did you know that OrcaSlicer supports chamber temperature?"
-#~ msgstr ""
-#~ "Température du caisson\n"
-#~ "Saviez-vous quâOrcaSlicer prend en charge la tempĂ©rature du caisson ?"
+#: resources/data/hints.ini: [hint:Fix Model]
+msgid ""
+"Fix Model\n"
+"Did you know that you can fix a corrupted 3D model to avoid a lot of slicing "
+"problems on the Windows system?"
+msgstr ""
+"RĂ©parer un modĂšle\n"
+"Saviez-vous que vous pouvez réparer un modÚle 3D corrompu pour éviter de "
+"nombreux problÚmes de découpage sur le systÚme Windows ?"
-#~ msgid ""
-#~ "Calibration\n"
-#~ "Did you know that calibrating your printer can do wonders? Check out our "
-#~ "beloved calibration solution in OrcaSlicer."
-#~ msgstr ""
-#~ "Calibrage\n"
-#~ "Saviez-vous que le calibrage de votre imprimante peut faire des "
-#~ "merveilles ? Découvrez notre solution de calibrage bien-aimée dans "
-#~ "OrcaSlicer."
+#: resources/data/hints.ini: [hint:Timelapse]
+msgid ""
+"Timelapse\n"
+"Did you know that you can generate a timelapse video during each print?"
+msgstr ""
+"Timelapse\n"
+"Saviez-vous que vous pouvez générer une vidéo en timelapse à chaque "
+"impression ?"
-#~ msgid ""
-#~ "Auxiliary fan\n"
-#~ "Did you know that OrcaSlicer supports Auxiliary part cooling fan?"
-#~ msgstr ""
-#~ "Ventilateur auxiliaire\n"
-#~ "Saviez-vous quâOrcaSlicer prend en charge le ventilateur auxiliaire de "
-#~ "refroidissement des piĂšces ?"
+#: resources/data/hints.ini: [hint:Auto-Arrange]
+msgid ""
+"Auto-Arrange\n"
+"Did you know that you can auto-arrange all objects in your project?"
+msgstr ""
+"Agencement Automatique\n"
+"Saviez-vous que vous pouvez agencement automatiquement tous les objets de "
+"votre projet ?"
-#~ msgid ""
-#~ "Air filtration/Exhaust Fan\n"
-#~ "Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?"
-#~ msgstr ""
-#~ "Filtration de lâair/ventilateur dâextraction\n"
-#~ "Saviez-vous quâOrcaSlicer peut prendre en charge la filtration de lâair/"
-#~ "le ventilateur dâextraction ?"
+#: resources/data/hints.ini: [hint:Auto-Orient]
+msgid ""
+"Auto-Orient\n"
+"Did you know that you can rotate objects to an optimal orientation for "
+"printing by a simple click?"
+msgstr ""
+"Orientation Automatique\n"
+"Saviez-vous que vous pouvez faire pivoter des objets dans une orientation "
+"optimale pour l'impression d'un simple clic ?"
-#~ msgid ""
-#~ "G-code window\n"
-#~ "You can turn on/off the G-code window by pressing the C key."
-#~ msgstr ""
-#~ "FenĂȘtre de G-code\n"
-#~ "Vous pouvez activer/dĂ©sactiver la fenĂȘtre G-code en appuyant sur la "
-#~ "touche C."
+#: resources/data/hints.ini: [hint:Lay on Face]
+msgid ""
+"Lay on Face\n"
+"Did you know that you can quickly orient a model so that one of its faces "
+"sits on the print bed? Select the \"Place on face\" function or press the "
+"F key."
+msgstr ""
+"Poser sur une face\n"
+"Saviez-vous qu'il est possible d'orienter rapidement un modĂšle de maniĂšre Ă "
+"ce que l'une de ses faces repose sur le plateau d'impression ? SĂ©lectionnez "
+"la fonction « Placer sur la face » ou appuyez sur la touche F."
-#~ msgid ""
-#~ "Switch workspaces\n"
-#~ "You can switch between Prepare and Preview workspaces by "
-#~ "pressing the Tab key."
-#~ msgstr ""
-#~ "Changer les espaces de travail\n"
-#~ "Vous pouvez alterner entre lâespace de travail PrĂ©parer et "
-#~ "Aperçu en appuyant sur la touche Tab."
+#: resources/data/hints.ini: [hint:Object List]
+msgid ""
+"Object List\n"
+"Did you know that you can view all objects/parts in a list and change "
+"settings for each object/part?"
+msgstr ""
+"Liste d'objets\n"
+"Saviez-vous que vous pouvez afficher tous les objets/piĂšces dans une liste "
+"et modifier les paramĂštres de chaque objet/piĂšce ?"
-#~ msgid ""
-#~ "How to use keyboard shortcuts\n"
-#~ "Did you know that Orca Slicer offers a wide range of keyboard shortcuts "
-#~ "and 3D scene operations."
-#~ msgstr ""
-#~ "Comment utiliser les raccourcis clavier\n"
-#~ "Saviez-vous quâOrca Slicer offre une large gamme de raccourcis clavier et "
-#~ "dâopĂ©rations sur les scĂšnes 3D."
+#: resources/data/hints.ini: [hint:Search Functionality]
+msgid ""
+"Search Functionality\n"
+"Did you know that you use the Search tool to quickly find a specific Orca "
+"Slicer setting?"
+msgstr ""
+"Fonctionnalité de recherche\n"
+"Saviez-vous que vous pouvez utiliser lâoutil de recherche pour trouver "
+"rapidement un paramĂštre spĂ©cifique de lâOrca Slicer ?"
-#~ msgid ""
-#~ "Reverse on odd\n"
-#~ "Did you know that Reverse on odd feature can significantly improve "
-#~ "the surface quality of your overhangs?"
-#~ msgstr ""
-#~ "Parois inversées sur couches impaires\n"
-#~ "Saviez-vous que la fonction Parois inversées sur couches impaires "
-#~ "peut améliorer de maniÚre significative la qualité de la surface de vos "
-#~ "surplombs ?"
+#: resources/data/hints.ini: [hint:Simplify Model]
+msgid ""
+"Simplify Model\n"
+"Did you know that you can reduce the number of triangles in a mesh using the "
+"Simplify mesh feature? Right-click the model and select Simplify model."
+msgstr ""
+"Simplifier le modĂšle\n"
+"Saviez-vous que vous pouviez réduire le nombre de triangles dans un maillage "
+"Ă lâaide de la fonction Simplifier le maillage ? Cliquez avec le bouton "
+"droit de la souris sur le modÚle et sélectionnez Simplifier le modÚle."
-#~ msgid ""
-#~ "Cut Tool\n"
-#~ "Did you know that you can cut a model at any angle and position with the "
-#~ "cutting tool?"
-#~ msgstr ""
-#~ "Outil de découpe\n"
-#~ "Saviez-vous que vous pouvez découper un modÚle à n'importe quel angle et "
-#~ "dans n'importe quelle position avec l'outil de découpe ?"
+#: resources/data/hints.ini: [hint:Slicing Parameter Table]
+msgid ""
+"Slicing Parameter Table\n"
+"Did you know that you can view all objects/parts on a table and change "
+"settings for each object/part?"
+msgstr ""
+"Tableau des paramÚtres de découpe\n"
+"Saviez-vous que vous pouvez afficher tous les objets/piĂšces sur un tableau "
+"et modifier les paramĂštres de chaque objet/piĂšce ?"
-#~ msgid ""
-#~ "Fix Model\n"
-#~ "Did you know that you can fix a corrupted 3D model to avoid a lot of "
-#~ "slicing problems on the Windows system?"
-#~ msgstr ""
-#~ "RĂ©parer un modĂšle\n"
-#~ "Saviez-vous que vous pouvez réparer un modÚle 3D corrompu pour éviter de "
-#~ "nombreux problÚmes de découpage sur le systÚme Windows ?"
+#: resources/data/hints.ini: [hint:Split to Objects/Parts]
+msgid ""
+"Split to Objects/Parts\n"
+"Did you know that you can split a big object into small ones for easy "
+"colorizing or printing?"
+msgstr ""
+"SĂ©parer en objets/parties\n"
+"Saviez-vous que vous pouvez séparer un gros objet en petits objets pour les "
+"colorier ou les imprimer facilement ?"
-#~ msgid ""
-#~ "Timelapse\n"
-#~ "Did you know that you can generate a timelapse video during each print?"
-#~ msgstr ""
-#~ "Timelapse\n"
-#~ "Saviez-vous que vous pouvez générer une vidéo en timelapse à chaque "
-#~ "impression ?"
+#: resources/data/hints.ini: [hint:Subtract a Part]
+msgid ""
+"Subtract a Part\n"
+"Did you know that you can subtract one mesh from another using the Negative "
+"part modifier? That way you can, for example, create easily resizable holes "
+"directly in Orca Slicer."
+msgstr ""
+"Soustraire une piĂšce\n"
+"Saviez-vous que vous pouviez soustraire un maillage dâun autre Ă lâaide du "
+"modificateur de partie négative ? De cette façon, vous pouvez, par exemple, "
+"créer des trous facilement redimensionnables directement dans Orca Slicer."
-#~ msgid ""
-#~ "Auto-Arrange\n"
-#~ "Did you know that you can auto-arrange all objects in your project?"
-#~ msgstr ""
-#~ "Agencement Automatique\n"
-#~ "Saviez-vous que vous pouvez agencement automatiquement tous les objets de "
-#~ "votre projet ?"
+#: resources/data/hints.ini: [hint:STEP]
+msgid ""
+"STEP\n"
+"Did you know that you can improve your print quality by slicing a STEP file "
+"instead of an STL?\n"
+"Orca Slicer supports slicing STEP files, providing smoother results than a "
+"lower resolution STL. Give it a try!"
+msgstr ""
+"STEP\n"
+"Saviez-vous que vous pouvez améliorer votre qualité d'impression en "
+"découpant un fichier .step au lieu d'un .stl ?\n"
+"Orca Slicer prend en charge le découpage des fichiers .step, offrant des "
+"résultats plus fluides qu'un .stl de résolution inférieure. Essayez !"
-#~ msgid ""
-#~ "Auto-Orient\n"
-#~ "Did you know that you can rotate objects to an optimal orientation for "
-#~ "printing by a simple click?"
-#~ msgstr ""
-#~ "Orientation Automatique\n"
-#~ "Saviez-vous que vous pouvez faire pivoter des objets dans une orientation "
-#~ "optimale pour l'impression d'un simple clic ?"
+#: resources/data/hints.ini: [hint:Z seam location]
+msgid ""
+"Z seam location\n"
+"Did you know that you can customize the location of the Z seam, and even "
+"paint it on your print, to have it in a less visible location? This improves "
+"the overall look of your model. Check it out!"
+msgstr ""
+"Emplacement de la couture Z\n"
+"Saviez-vous que vous pouvez personnaliser l'emplacement de la couture Z, et "
+"mĂȘme la peindre manuelle sur votre impression pour le placer dans un endroit "
+"moins visible ? Cela améliore l'aspect général de votre modÚle. Jetez-y un "
+"coup d'Ćil !"
-#~ msgid ""
-#~ "Lay on Face\n"
-#~ "Did you know that you can quickly orient a model so that one of its faces "
-#~ "sits on the print bed? Select the \"Place on face\" function or press the "
-#~ "F key."
-#~ msgstr ""
-#~ "Poser sur une face\n"
-#~ "Saviez-vous qu'il est possible d'orienter rapidement un modĂšle de maniĂšre "
-#~ "Ă ce que l'une de ses faces repose sur le plateau d'impression ? "
-#~ "Sélectionnez la fonction « Placer sur la face » ou appuyez sur la touche "
-#~ "F."
+#: resources/data/hints.ini: [hint:Fine-tuning for flow rate]
+msgid ""
+"Fine-tuning for flow rate\n"
+"Did you know that flow rate can be fine-tuned for even better-looking "
+"prints? Depending on the material, you can improve the overall finish of the "
+"printed model by doing some fine-tuning."
+msgstr ""
+"Réglage fin du débit\n"
+"Saviez-vous que le dĂ©bit peut ĂȘtre rĂ©glĂ© avec prĂ©cision pour obtenir des "
+"impressions encore plus belles ? En fonction du matériau, vous pouvez "
+"améliorer la finition générale du modÚle imprimé en procédant à un réglage "
+"fin."
-#~ msgid ""
-#~ "Object List\n"
-#~ "Did you know that you can view all objects/parts in a list and change "
-#~ "settings for each object/part?"
-#~ msgstr ""
-#~ "Liste d'objets\n"
-#~ "Saviez-vous que vous pouvez afficher tous les objets/piĂšces dans une "
-#~ "liste et modifier les paramĂštres de chaque objet/piĂšce ?"
+#: resources/data/hints.ini: [hint:Split your prints into plates]
+msgid ""
+"Split your prints into plates\n"
+"Did you know that you can split a model that has a lot of parts into "
+"individual plates ready to print? This will simplify the process of keeping "
+"track of all the parts."
+msgstr ""
+"Divisez vos impressions en plateaux\n"
+"Saviez-vous que vous pouvez diviser un modĂšle comportant de nombreuses "
+"piĂšces en plateaux individuels prĂȘts Ă ĂȘtre imprimĂ©s ? Cela simplifie le "
+"processus de suivi de toutes les piĂšces."
-#~ msgid ""
-#~ "Search Functionality\n"
-#~ "Did you know that you use the Search tool to quickly find a specific Orca "
-#~ "Slicer setting?"
-#~ msgstr ""
-#~ "Fonctionnalité de recherche\n"
-#~ "Saviez-vous que vous pouvez utiliser lâoutil de recherche pour trouver "
-#~ "rapidement un paramĂštre spĂ©cifique de lâOrca Slicer ?"
+#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer
+#: Height]
+msgid ""
+"Speed up your print with Adaptive Layer Height\n"
+"Did you know that you can print a model even faster, by using the Adaptive "
+"Layer Height option? Check it out!"
+msgstr ""
+"Accélérez votre impression grùce à la Hauteur de Couche Adaptative\n"
+"Saviez-vous que vous pouvez imprimer un modĂšle encore plus rapidement en "
+"utilisant l'option Adaptive Layer Height ? Jetez-y un coup d'Ćil !"
+
+#: resources/data/hints.ini: [hint:Support painting]
+msgid ""
+"Support painting\n"
+"Did you know that you can paint the location of your supports? This feature "
+"makes it easy to place the support material only on the sections of the "
+"model that actually need it."
+msgstr ""
+"Peinture de support\n"
+"Saviez-vous que vous pouvez peindre l'emplacement de vos supports ? Cette "
+"caractéristique permet de placer facilement le matériau de support "
+"uniquement sur les sections du modÚle qui en ont réellement besoin."
+
+#: resources/data/hints.ini: [hint:Different types of supports]
+msgid ""
+"Different types of supports\n"
+"Did you know that you can choose from multiple types of supports? Tree "
+"supports work great for organic models, while saving filament and improving "
+"print speed. Check them out!"
+msgstr ""
+"Différents types de supports\n"
+"Saviez-vous que vous pouvez choisir parmi plusieurs types de supports ? Les "
+"supports arborescents fonctionnent parfaitement pour les modĂšles organiques "
+"tout en économisant du filament et en améliorant la vitesse d'impression. "
+"DĂ©couvrez-les !"
+
+#: resources/data/hints.ini: [hint:Printing Silk Filament]
+msgid ""
+"Printing Silk Filament\n"
+"Did you know that Silk filament needs special consideration to print it "
+"successfully? Higher temperature and lower speed are always recommended for "
+"the best results."
+msgstr ""
+"Impression de filament Soie\n"
+"Saviez-vous que le filament soie nécessite une attention particuliÚre pour "
+"une impression réussie ? Une température plus élevée et une vitesse plus "
+"faible sont toujours recommandées pour obtenir les meilleurs résultats."
+
+#: resources/data/hints.ini: [hint:Brim for better adhesion]
+msgid ""
+"Brim for better adhesion\n"
+"Did you know that when printing models have a small contact interface with "
+"the printing surface, it's recommended to use a brim?"
+msgstr ""
+"Bordure pour une meilleure adhésion\n"
+"Saviez-vous que lorsque les modÚles imprimés ont une faible interface de "
+"contact avec la surface d'impression, il est recommandé d'utiliser une "
+"bordure ?"
+
+#: resources/data/hints.ini: [hint:Set parameters for multiple objects]
+msgid ""
+"Set parameters for multiple objects\n"
+"Did you know that you can set slicing parameters for all selected objects at "
+"one time?"
+msgstr ""
+"DĂ©finir les paramĂštres de plusieurs objets\n"
+"Saviez-vous que vous pouvez définir des paramÚtres de découpe pour tous les "
+"objets sélectionnés en une seule fois ?"
+
+#: resources/data/hints.ini: [hint:Stack objects]
+msgid ""
+"Stack objects\n"
+"Did you know that you can stack objects as a whole one?"
+msgstr ""
+"Empiler des objets\n"
+"Saviez-vous que vous pouvez empiler des objets pour n'en former qu'un?"
+
+#: resources/data/hints.ini: [hint:Flush into support/objects/infill]
+msgid ""
+"Flush into support/objects/infill\n"
+"Did you know that you can save the wasted filament by flushing them into "
+"support/objects/infill during filament change?"
+msgstr ""
+"Purger dans les supports/les objets/le remplissage\n"
+"Saviez-vous que vous pouvez réduire le filament gaspillé en le purgeant dans "
+"les supports/les objets/le remplissage lors des changements de filament ?"
+
+#: resources/data/hints.ini: [hint:Improve strength]
+msgid ""
+"Improve strength\n"
+"Did you know that you can use more wall loops and higher sparse infill "
+"density to improve the strength of the model?"
+msgstr ""
+"Améliorer la solidité\n"
+"Saviez-vous que vous pouvez définir un plus grand nombre de périmÚtre et une "
+"densité de remplissage plus élevée pour améliorer la résistance du modÚle ?"
+
+#: resources/data/hints.ini: [hint:When need to print with the printer door
+#: opened]
+msgid ""
+"When need to print with the printer door opened\n"
+"Did you know that opening the printer door can reduce the probability of "
+"extruder/hotend clogging when printing lower temperature filament with a "
+"higher enclosure temperature. More info about this in the Wiki."
+msgstr ""
+"Quand il faut imprimer avec la porte de lâimprimante ouverte\n"
+"Saviez-vous que lâouverture de la porte de lâimprimante peut rĂ©duire la "
+"probabilitĂ© de blocage de lâextrudeuse/du rĂ©chauffeur lors de lâimpression "
+"de filament à basse température avec une température de boßtier plus élevée. "
+"Plus dâinformations Ă ce sujet dans le Wiki."
+
+#: resources/data/hints.ini: [hint:Avoid warping]
+msgid ""
+"Avoid warping\n"
+"Did you know that when printing materials that are prone to warping such as "
+"ABS, appropriately increasing the heatbed temperature can reduce the "
+"probability of warping."
+msgstr ""
+"Ăviter la dĂ©formation\n"
+"Saviez-vous que lors de lâimpression de matĂ©riaux susceptibles de se "
+"dĂ©former, tels que lâABS, une augmentation appropriĂ©e de la tempĂ©rature du "
+"plateau chauffant peut réduire la probabilité de déformation."
#~ msgid ""
-#~ "Simplify Model\n"
-#~ "Did you know that you can reduce the number of triangles in a mesh using "
-#~ "the Simplify mesh feature? Right-click the model and select Simplify "
-#~ "model."
+#~ "Your object appears to be too large. It will be scaled down to fit the "
+#~ "heat bed automatically."
#~ msgstr ""
-#~ "Simplifier le modĂšle\n"
-#~ "Saviez-vous que vous pouviez réduire le nombre de triangles dans un "
-#~ "maillage Ă lâaide de la fonction Simplifier le maillage ? Cliquez avec le "
-#~ "bouton droit de la souris sur le modÚle et sélectionnez Simplifier le "
-#~ "modĂšle."
+#~ "Votre objet est trop grand. Il sera automatiquement rĂ©duit pour sâadapter "
+#~ "au plateau."
+
+#~ msgid "Shift+G"
+#~ msgstr "Shift+G"
+
+#~ msgid "Any arrow"
+#~ msgstr "Toutes les flĂšches"
#~ msgid ""
-#~ "Slicing Parameter Table\n"
-#~ "Did you know that you can view all objects/parts on a table and change "
-#~ "settings for each object/part?"
+#~ "Enables gap fill for the selected surfaces. The minimum gap length that "
+#~ "will be filled can be controlled from the filter out tiny gaps option "
+#~ "below.\n"
+#~ "\n"
+#~ "Options:\n"
+#~ "1. Everywhere: Applies gap fill to top, bottom and internal solid "
+#~ "surfaces\n"
+#~ "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces "
+#~ "only\n"
+#~ "3. Nowhere: Disables gap fill\n"
#~ msgstr ""
-#~ "Tableau des paramÚtres de découpe\n"
-#~ "Saviez-vous que vous pouvez afficher tous les objets/piĂšces sur un "
-#~ "tableau et modifier les paramĂštres de chaque objet/piĂšce ?"
+#~ "Active le remplissage des trous pour les surfaces sélectionnées. La "
+#~ "longueur minimale du trou qui sera comblĂ© peut ĂȘtre contrĂŽlĂ©e Ă lâaide de "
+#~ "lâoption « Filtrer les petits trous » ci-dessous.\n"
+#~ "\n"
+#~ "Options :\n"
+#~ "1. Partout : Applique le remplissage des trous aux surfaces pleines "
+#~ "supérieures, inférieures et internes.\n"
+#~ "2. Surfaces supérieure et inférieure : Remplissage des trous uniquement "
+#~ "sur les surfaces supérieures et inférieures.\n"
+#~ "3. Nulle part : DĂ©sactive le remplissage des trous\n"
#~ msgid ""
-#~ "Split to Objects/Parts\n"
-#~ "Did you know that you can split a big object into small ones for easy "
-#~ "colorizing or printing?"
+#~ "Decrease this value slightly(for example 0.9) to reduce the amount of "
+#~ "material for bridge, to improve sag"
#~ msgstr ""
-#~ "SĂ©parer en objets/parties\n"
-#~ "Saviez-vous que vous pouvez séparer un gros objet en petits objets pour "
-#~ "les colorier ou les imprimer facilement ?"
+#~ "Diminuez légÚrement cette valeur (par exemple 0,9) pour réduire la "
+#~ "quantité de matériaux pour le pont, pour améliorer l'affaissement"
#~ msgid ""
-#~ "Subtract a Part\n"
-#~ "Did you know that you can subtract one mesh from another using the "
-#~ "Negative part modifier? That way you can, for example, create easily "
-#~ "resizable holes directly in Orca Slicer."
+#~ "This value governs the thickness of the internal bridge layer. This is "
+#~ "the first layer over sparse infill. Decrease this value slightly (for "
+#~ "example 0.9) to improve surface quality over sparse infill."
#~ msgstr ""
-#~ "Soustraire une piĂšce\n"
-#~ "Saviez-vous que vous pouviez soustraire un maillage dâun autre Ă lâaide "
-#~ "du modificateur de partie négative ? De cette façon, vous pouvez, par "
-#~ "exemple, créer des trous facilement redimensionnables directement dans "
-#~ "Orca Slicer."
+#~ "Cette valeur dĂ©termine lâĂ©paisseur de la couche des ponts internes. Il "
+#~ "sâagit de la premiĂšre couche sur le remplissage. Diminuez lĂ©gĂšrement "
+#~ "cette valeur (par exemple 0.9) pour améliorer la qualité de la surface "
+#~ "sur le remplissage."
#~ msgid ""
-#~ "STEP\n"
-#~ "Did you know that you can improve your print quality by slicing a STEP "
-#~ "file instead of an STL?\n"
-#~ "Orca Slicer supports slicing STEP files, providing smoother results than "
-#~ "a lower resolution STL. Give it a try!"
+#~ "This factor affects the amount of material for top solid infill. You can "
+#~ "decrease it slightly to have smooth surface finish"
#~ msgstr ""
-#~ "STEP\n"
-#~ "Saviez-vous que vous pouvez améliorer votre qualité d'impression en "
-#~ "découpant un fichier .step au lieu d'un .stl ?\n"
-#~ "Orca Slicer prend en charge le découpage des fichiers .step, offrant des "
-#~ "résultats plus fluides qu'un .stl de résolution inférieure. Essayez !"
+#~ "Ce facteur affecte la quantité de matériau pour le remplissage plein "
+#~ "supérieur. Vous pouvez le diminuer légÚrement pour avoir une finition de "
+#~ "surface lisse"
-#~ msgid ""
-#~ "Z seam location\n"
-#~ "Did you know that you can customize the location of the Z seam, and even "
-#~ "paint it on your print, to have it in a less visible location? This "
-#~ "improves the overall look of your model. Check it out!"
+#~ msgid "This factor affects the amount of material for bottom solid infill"
#~ msgstr ""
-#~ "Emplacement de la couture Z\n"
-#~ "Saviez-vous que vous pouvez personnaliser l'emplacement de la couture Z, "
-#~ "et mĂȘme la peindre manuelle sur votre impression pour le placer dans un "
-#~ "endroit moins visible ? Cela améliore l'aspect général de votre modÚle. "
-#~ "Jetez-y un coup d'Ćil !"
+#~ "Ce facteur affecte la quantité de matériau pour le remplissage plein du "
+#~ "dessous"
#~ msgid ""
-#~ "Fine-tuning for flow rate\n"
-#~ "Did you know that flow rate can be fine-tuned for even better-looking "
-#~ "prints? Depending on the material, you can improve the overall finish of "
-#~ "the printed model by doing some fine-tuning."
+#~ "Enable this option to slow printing down in areas where potential curled "
+#~ "perimeters may exist"
#~ msgstr ""
-#~ "Réglage fin du débit\n"
-#~ "Saviez-vous que le dĂ©bit peut ĂȘtre rĂ©glĂ© avec prĂ©cision pour obtenir des "
-#~ "impressions encore plus belles ? En fonction du matériau, vous pouvez "
-#~ "améliorer la finition générale du modÚle imprimé en procédant à un "
-#~ "réglage fin."
+#~ "Activer cette option pour ralentir lâimpression dans les zones oĂč des "
+#~ "périmÚtres potentiellement courbées peuvent exister."
-#~ msgid ""
-#~ "Split your prints into plates\n"
-#~ "Did you know that you can split a model that has a lot of parts into "
-#~ "individual plates ready to print? This will simplify the process of "
-#~ "keeping track of all the parts."
+#~ msgid "Speed of bridge and completely overhang wall"
#~ msgstr ""
-#~ "Divisez vos impressions en plateaux\n"
-#~ "Saviez-vous que vous pouvez diviser un modĂšle comportant de nombreuses "
-#~ "piĂšces en plateaux individuels prĂȘts Ă ĂȘtre imprimĂ©s ? Cela simplifie le "
-#~ "processus de suivi de toutes les piĂšces."
+#~ "Il s'agit de la vitesse pour les ponts et les parois en surplomb Ă 100 %."
#~ msgid ""
-#~ "Speed up your print with Adaptive Layer Height\n"
-#~ "Did you know that you can print a model even faster, by using the "
-#~ "Adaptive Layer Height option? Check it out!"
+#~ "Speed of internal bridge. If the value is expressed as a percentage, it "
+#~ "will be calculated based on the bridge_speed. Default value is 150%."
#~ msgstr ""
-#~ "Accélérez votre impression grùce à la Hauteur de Couche Adaptative\n"
-#~ "Saviez-vous que vous pouvez imprimer un modĂšle encore plus rapidement en "
-#~ "utilisant l'option Adaptive Layer Height ? Jetez-y un coup d'Ćil !"
+#~ "Vitesse des ponts internes. Si la valeur est exprimée en pourcentage, "
+#~ "elle sera calculée en fonction de bridge_speed. La valeur par défaut est "
+#~ "150%."
+#, c-format, boost-format
#~ msgid ""
-#~ "Support painting\n"
-#~ "Did you know that you can paint the location of your supports? This "
-#~ "feature makes it easy to place the support material only on the sections "
-#~ "of the model that actually need it."
+#~ "With increasing print speeds (and hence increasing volumetric flow "
+#~ "through the nozzle) and increasing accelerations, it has been observed "
+#~ "that the effective PA value typically decreases. This means that a single "
+#~ "PA value is not always 100%% optimal for all features and a compromise "
+#~ "value is usually used that does not cause too much bulging on features "
+#~ "with lower flow speed and accelerations while also not causing gaps on "
+#~ "faster features.\n"
+#~ "\n"
+#~ "This feature aims to address this limitation by modeling the response of "
+#~ "your printer's extrusion system depending on the volumetric flow speed "
+#~ "and acceleration it is printing at. Internally, it generates a fitted "
+#~ "model that can extrapolate the needed pressure advance for any given "
+#~ "volumetric flow speed and acceleration, which is then emmited to the "
+#~ "printer depending on the current print conditions.\n"
+#~ "\n"
+#~ "When enabled, the pressure advance value above is overriden. However, a "
+#~ "reasonable default value above is strongly recomended to act as a "
+#~ "fallback and for when tool changing.\n"
+#~ "\n"
#~ msgstr ""
-#~ "Peinture de support\n"
-#~ "Saviez-vous que vous pouvez peindre l'emplacement de vos supports ? Cette "
-#~ "caractéristique permet de placer facilement le matériau de support "
-#~ "uniquement sur les sections du modÚle qui en ont réellement besoin."
+#~ "Avec lâaugmentation des vitesses dâimpression (et donc du dĂ©bit "
+#~ "volumétrique à travers la buse) et des accélérations, il a été observé "
+#~ "que la valeur effective de PA diminue gĂ©nĂ©ralement. Cela signifie quâune "
+#~ "valeur PA unique nâest pas toujours optimale Ă 100%% pour toutes les "
+#~ "caractĂ©ristiques et quâune valeur de compromis est gĂ©nĂ©ralement utilisĂ©e "
+#~ "pour éviter de trop gonfler les caractéristiques avec une vitesse "
+#~ "dâĂ©coulement et des accĂ©lĂ©rations plus faibles, tout en Ă©vitant de crĂ©er "
+#~ "des interstices sur les traits plus rapides.\n"
+#~ "\n"
+#~ "Cette fonction vise à remédier à cette limitation en modélisant la "
+#~ "rĂ©ponse du systĂšme dâextrusion de votre imprimante en fonction de la "
+#~ "vitesse du flux volumĂ©trique et de lâaccĂ©lĂ©ration de lâimpression. En "
+#~ "interne, elle gĂ©nĂšre un modĂšle ajustĂ© qui peut extrapoler lâavance de "
+#~ "pression nécessaire pour une vitesse de débit volumétrique et une "
+#~ "accĂ©lĂ©ration donnĂ©es, qui est ensuite Ă©mise Ă lâimprimante en fonction "
+#~ "des conditions dâimpression actuelles.\n"
+#~ "\n"
+#~ "Lorsquâelle est activĂ©e, la valeur de lâavance de pression ci-dessus est "
+#~ "annulée. Cependant, une valeur par défaut raisonnable est fortement "
+#~ "recommandée pour servir de solution de secours et en cas de changement "
+#~ "dâoutil.\n"
-#~ msgid ""
-#~ "Different types of supports\n"
-#~ "Did you know that you can choose from multiple types of supports? Tree "
-#~ "supports work great for organic models, while saving filament and "
-#~ "improving print speed. Check them out!"
+#~ msgid "Time to load new filament when switch filament. For statistics only"
#~ msgstr ""
-#~ "Différents types de supports\n"
-#~ "Saviez-vous que vous pouvez choisir parmi plusieurs types de supports ? "
-#~ "Les supports arborescents fonctionnent parfaitement pour les modĂšles "
-#~ "organiques tout en économisant du filament et en améliorant la vitesse "
-#~ "d'impression. DĂ©couvrez-les !"
+#~ "Il est temps de charger un nouveau filament lors du changement de "
+#~ "filament. Pour les statistiques uniquement"
#~ msgid ""
-#~ "Printing Silk Filament\n"
-#~ "Did you know that Silk filament needs special consideration to print it "
-#~ "successfully? Higher temperature and lower speed are always recommended "
-#~ "for the best results."
+#~ "Time to unload old filament when switch filament. For statistics only"
#~ msgstr ""
-#~ "Impression de filament Soie\n"
-#~ "Saviez-vous que le filament soie nécessite une attention particuliÚre "
-#~ "pour une impression réussie ? Une température plus élevée et une vitesse "
-#~ "plus faible sont toujours recommandées pour obtenir les meilleurs "
-#~ "résultats."
+#~ "Il est temps de décharger l'ancien filament lorsque vous changez de "
+#~ "filament. Pour les statistiques uniquement"
#~ msgid ""
-#~ "Brim for better adhesion\n"
-#~ "Did you know that when printing models have a small contact interface "
-#~ "with the printing surface, it's recommended to use a brim?"
+#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a "
+#~ "new filament during a tool change (when executing the T code). This time "
+#~ "is added to the total print time by the G-code time estimator."
#~ msgstr ""
-#~ "Bordure pour une meilleure adhésion\n"
-#~ "Saviez-vous que lorsque les modÚles imprimés ont une faible interface de "
-#~ "contact avec la surface d'impression, il est recommandé d'utiliser une "
-#~ "bordure ?"
+#~ "Temps nĂ©cessaire au firmware de lâimprimante (ou au Multi Material Unit "
+#~ "2.0) pour charger un nouveau filament lors dâun changement dâoutil (lors "
+#~ "de lâexĂ©cution du code T). Ce temps est ajoutĂ© au temps dâimpression "
+#~ "total par lâestimateur de temps du G-code."
#~ msgid ""
-#~ "Set parameters for multiple objects\n"
-#~ "Did you know that you can set slicing parameters for all selected objects "
-#~ "at one time?"
+#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload "
+#~ "a filament during a tool change (when executing the T code). This time is "
+#~ "added to the total print time by the G-code time estimator."
#~ msgstr ""
-#~ "DĂ©finir les paramĂštres de plusieurs objets\n"
-#~ "Saviez-vous que vous pouvez définir des paramÚtres de découpe pour tous "
-#~ "les objets sélectionnés en une seule fois ?"
+#~ "Temps nĂ©cessaire au firmware de lâimprimante (ou au Multi Material Unit "
+#~ "2.0) pour dĂ©charger un filament lors dâun changement dâoutil (lors de "
+#~ "lâexĂ©cution du code T). Ce temps est ajoutĂ© au temps dâimpression total "
+#~ "par lâestimateur de temps du G-code."
+
+#~ msgid "Filter out gaps smaller than the threshold specified"
+#~ msgstr "Filtrer les petits espaces au seuil spécifié."
#~ msgid ""
-#~ "Stack objects\n"
-#~ "Did you know that you can stack objects as a whole one?"
+#~ "Enable this option for chamber temperature control. An M191 command will "
+#~ "be added before \"machine_start_gcode\"\n"
+#~ "G-code commands: M141/M191 S(0-255)"
#~ msgstr ""
-#~ "Empiler des objets\n"
-#~ "Saviez-vous que vous pouvez empiler des objets pour n'en former qu'un?"
+#~ "Activez cette option pour le contrÎle de la température du caisson. Une "
+#~ "commande M191 sera ajoutée avant \"machine_start_gcode\"\n"
+#~ "Commandes G-code : M141/M191 S(0-255)"
#~ msgid ""
-#~ "Flush into support/objects/infill\n"
-#~ "Did you know that you can save the wasted filament by flushing them into "
-#~ "support/objects/infill during filament change?"
+#~ "Higher chamber temperature can help suppress or reduce warping and "
+#~ "potentially lead to higher interlayer bonding strength for high "
+#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, "
+#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, "
+#~ "TPU, PVA and other low temperature materials,the actual chamber "
+#~ "temperature should not be high to avoid cloggings, so 0 which stands for "
+#~ "turning off is highly recommended"
#~ msgstr ""
-#~ "Purger dans les supports/les objets/le remplissage\n"
-#~ "Saviez-vous que vous pouvez réduire le filament gaspillé en le purgeant "
-#~ "dans les supports/les objets/le remplissage lors des changements de "
-#~ "filament ?"
+#~ "Une température de caisson plus élevée peut aider à supprimer ou à "
+#~ "réduire la déformation et potentiellement conduire à une force de liaison "
+#~ "intercouche plus élevée pour les matériaux à haute température comme "
+#~ "lâABS, lâASA, le PC, le PA, etc. Dans le mĂȘme temps, la filtration de "
+#~ "lâair de lâABS et de lâASA sâaggravera. Pour le PLA, le PETG, le TPU, le "
+#~ "PVA et dâautres matĂ©riaux Ă basse tempĂ©rature, la tempĂ©rature rĂ©elle du "
+#~ "caisson ne doit pas ĂȘtre Ă©levĂ©e pour Ă©viter les bouchages, donc la valeur "
+#~ "0 qui signifie éteindre est fortement recommandé."
+
+#~ msgid "Current association: "
+#~ msgstr "Association actuelle : "
+
+#~ msgid "Associate prusaslicer://"
+#~ msgstr "Associer prusaslicer://"
+
+#~ msgid "Not associated to any application"
+#~ msgstr "Nâest associĂ© Ă aucune application"
#~ msgid ""
-#~ "Improve strength\n"
-#~ "Did you know that you can use more wall loops and higher sparse infill "
-#~ "density to improve the strength of the model?"
+#~ "Associate OrcaSlicer with prusaslicer:// links so that Orca can open "
+#~ "models from Printable.com"
#~ msgstr ""
-#~ "Améliorer la solidité\n"
-#~ "Saviez-vous que vous pouvez définir un plus grand nombre de périmÚtre et "
-#~ "une densité de remplissage plus élevée pour améliorer la résistance du "
-#~ "modĂšle ?"
+#~ "Associer OrcaSlicer aux liens prusaslicer:// afin quâOrca puisse ouvrir "
+#~ "des modĂšles provenant de Printable.com"
+
+#~ msgid "Associate bambustudio://"
+#~ msgstr "Associer bambustudio://"
#~ msgid ""
-#~ "When need to print with the printer door opened\n"
-#~ "Did you know that opening the printer door can reduce the probability of "
-#~ "extruder/hotend clogging when printing lower temperature filament with a "
-#~ "higher enclosure temperature. More info about this in the Wiki."
+#~ "Associate OrcaSlicer with bambustudio:// links so that Orca can open "
+#~ "models from makerworld.com"
#~ msgstr ""
-#~ "Quand il faut imprimer avec la porte de lâimprimante ouverte\n"
-#~ "Saviez-vous que lâouverture de la porte de lâimprimante peut rĂ©duire la "
-#~ "probabilitĂ© de blocage de lâextrudeuse/du rĂ©chauffeur lors de "
-#~ "lâimpression de filament Ă basse tempĂ©rature avec une tempĂ©rature de "
-#~ "boĂźtier plus Ă©levĂ©e. Plus dâinformations Ă ce sujet dans le Wiki."
+#~ "Associer OrcaSlicer aux liens bambustudio:// afin quâOrca puisse ouvrir "
+#~ "des modĂšles provenant de makerworld.com"
+
+#~ msgid "Associate cura://"
+#~ msgstr "Associer cura://"
#~ msgid ""
-#~ "Avoid warping\n"
-#~ "Did you know that when printing materials that are prone to warping such "
-#~ "as ABS, appropriately increasing the heatbed temperature can reduce the "
-#~ "probability of warping."
+#~ "Associate OrcaSlicer with cura:// links so that Orca can open models from "
+#~ "thingiverse.com"
#~ msgstr ""
-#~ "Ăviter la dĂ©formation\n"
-#~ "Saviez-vous que lors de lâimpression de matĂ©riaux susceptibles de se "
-#~ "dĂ©former, tels que lâABS, une augmentation appropriĂ©e de la tempĂ©rature "
-#~ "du plateau chauffant peut réduire la probabilité de déformation."
+#~ "Associer OrcaSlicer aux liens cura:// pour quâOrca puisse ouvrir les "
+#~ "modĂšles de thingiverse.com"
+
+#~ msgid "Internel error"
+#~ msgstr "Erreur interne"
#~ msgid ""
#~ "File size exceeds the 100MB upload limit. Please upload your file through "
diff --git a/localization/i18n/hu/OrcaSlicer_hu.po b/localization/i18n/hu/OrcaSlicer_hu.po
index c6abe9ecb45..ebcfec825a7 100644
--- a/localization/i18n/hu/OrcaSlicer_hu.po
+++ b/localization/i18n/hu/OrcaSlicer_hu.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-08-03 18:54+0200\n"
+"POT-Creation-Date: 2024-08-23 16:24+0200\n"
"Language: hu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -71,6 +71,9 @@ msgstr "Okos kitöltési szög"
msgid "On overhangs only"
msgstr "Csak tĂșlnyĂșlĂĄsokon"
+msgid "Auto support threshold angle: "
+msgstr "Automatikus tåmasz szögének hatårértéke: "
+
msgid "Circle"
msgstr "Kör"
@@ -90,9 +93,6 @@ msgstr "Csak a(z) â%1%â ĂĄltal kijelölt felĂŒleteken törtĂ©nik festĂ©s"
msgid "Highlight faces according to overhang angle."
msgstr "FelĂŒletek kiemelĂ©se a tĂșlnyĂșlĂĄsi szögnek megfelelĆen."
-msgid "Auto support threshold angle: "
-msgstr "Automatikus tåmasz szögének hatårértéke: "
-
msgid "No auto support"
msgstr "Nincs automatikus tĂĄmasz"
@@ -1932,6 +1932,9 @@ msgstr "Modell egyszerƱsĂtĂ©se"
msgid "Center"
msgstr "Közép"
+msgid "Drop"
+msgstr ""
+
msgid "Edit Process Settings"
msgstr "FolyamatbeĂĄllĂtĂĄsok szerkesztĂ©se"
@@ -4082,6 +4085,15 @@ msgstr "Teljes idĆ"
msgid "Total cost"
msgstr "Total cost"
+msgid "up to"
+msgstr "legfeljebb"
+
+msgid "above"
+msgstr "felett"
+
+msgid "from"
+msgstr "ettĆl"
+
msgid "Color Scheme"
msgstr "SzĂnsĂ©ma"
@@ -4145,12 +4157,12 @@ msgstr "Filamentcserék szåma"
msgid "Cost"
msgstr "Költség"
-msgid "Print"
-msgstr "NyomtatĂĄs"
-
msgid "Color change"
msgstr "SzĂnvĂĄltĂĄs"
+msgid "Print"
+msgstr "NyomtatĂĄs"
+
msgid "Printer"
msgstr "NyomtatĂł"
@@ -4334,7 +4346,7 @@ msgstr "TĂ©rfogat:"
msgid "Size:"
msgstr "MĂ©ret:"
-#, c-format, boost-format
+#, boost-format
msgid ""
"Conflicts of gcode paths have been found at layer %d, z = %.2lf mm. Please "
"separate the conflicted objects farther (%s <-> %s)."
@@ -4774,6 +4786,18 @@ msgstr "2. menet"
msgid "Flow rate test - Pass 2"
msgstr "AnyagĂĄramlĂĄs teszt - 2. menet"
+msgid "YOLO (Recommended)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.01 step"
+msgstr ""
+
+msgid "YOLO (perfectionist version)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.005 step"
+msgstr ""
+
msgid "Flow rate"
msgstr "AnyagĂĄramlĂĄs"
@@ -6036,14 +6060,6 @@ msgstr "Több rĂ©szbĆl ĂĄllĂł objektumot Ă©szleltĂŒnk"
msgid "The file does not contain any geometry data."
msgstr "A fĂĄjl nem tartalmaz geometriai adatokat."
-msgid ""
-"Your object appears to be too large. It will be scaled down to fit the heat "
-"bed automatically."
-msgstr ""
-
-msgid "Object too large"
-msgstr "Az objektum tĂșl nagy"
-
msgid ""
"Your object appears to be too large, Do you want to scale it down to fit the "
"heat bed automatically?"
@@ -6051,6 +6067,9 @@ msgstr ""
"Ăgy tƱnik, hogy az objektum tĂșl nagy. SzeretnĂ©d ĂĄtmĂ©retezni, hogy "
"illeszkedjen a nyomtatótér méretéhez?"
+msgid "Object too large"
+msgstr "Az objektum tĂșl nagy"
+
msgid "Export STL file:"
msgstr "STL fĂĄjl exportĂĄlĂĄsa:"
@@ -6418,6 +6437,9 @@ msgstr "Szeretnéd folytatni?"
msgid "Language selection"
msgstr "Nyelv kivĂĄlasztĂĄsa"
+msgid "Switching application language while some presets are modified."
+msgstr "AlkalmazĂĄs nyelvĂ©nek ĂĄtvĂĄltĂĄsa, miközben egyes beĂĄllĂtĂĄsok mĂłdosultak."
+
msgid "Changing application language"
msgstr "Alkalmazås nyelvének megvåltoztatåsa"
@@ -7528,8 +7550,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 ""
"Ha a nyomtatĂłfej nĂ©lkĂŒli timelapse engedĂ©lyezve van, javasoljuk, hogy "
"helyezz el a tĂĄlcĂĄn egy âTimelapse törlĆtornyotâ. Ehhez kattints jobb "
@@ -8384,8 +8406,11 @@ msgstr "Objektumok listĂĄja"
msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files"
msgstr "Import geometry data from STL/STEP/3MF/OBJ/AMF files"
-msgid "Shift+G"
-msgstr ""
+msgid "â+Shift+G"
+msgstr "â+Shift+G"
+
+msgid "Ctrl+Shift+G"
+msgstr "Ctrl+Shift+G"
msgid "Paste from clipboard"
msgstr "Beillesztés a vågólapról"
@@ -8435,18 +8460,33 @@ msgstr "Shift+Tab"
msgid "Collapse/Expand the sidebar"
msgstr "Az oldalsåv összecsukåsa/kinyitåsa"
-msgid "Any arrow"
-msgstr ""
+msgid "â+Any arrow"
+msgstr "â+BĂĄrmilyen nyĂl gomb"
msgid "Movement in camera space"
msgstr "Mozgås a kameratérben"
+msgid "â„+Left mouse button"
+msgstr "â„+Bal egĂ©rgomb"
+
msgid "Select a part"
msgstr "VĂĄlassz egy tĂĄrgyat"
+msgid "â+Left mouse button"
+msgstr "â+Bal egĂ©rgomb"
+
msgid "Select multiple objects"
msgstr "Több objektum kijelölése"
+msgid "Ctrl+Any arrow"
+msgstr "Ctrl+BĂĄrmelyik nyĂlgomb"
+
+msgid "Alt+Left mouse button"
+msgstr "Alt+bal egérgomb"
+
+msgid "Ctrl+Left mouse button"
+msgstr "Ctrl+Bal egérgomb"
+
msgid "Shift+Left mouse button"
msgstr "Shift+Bal egérgomb"
@@ -8549,12 +8589,24 @@ msgstr "Plater"
msgid "Move: press to snap by 1mm"
msgstr "Move: press to snap by 1mm"
+msgid "â+Mouse wheel"
+msgstr "â+EgĂ©rgörgĆ"
+
msgid "Support/Color Painting: adjust pen radius"
msgstr "TĂĄmasz/SzĂnfestĂ©s: toll mĂ©retĂ©nek beĂĄllĂtĂĄsa"
+msgid "â„+Mouse wheel"
+msgstr "â„+EgĂ©rgörgĆ"
+
msgid "Support/Color Painting: adjust section position"
msgstr "TĂĄmasz/SzĂnfestĂ©s: metszet pozĂciĂłjĂĄnak beĂĄllĂtĂĄsa"
+msgid "Ctrl+Mouse wheel"
+msgstr "Ctrl+EgĂ©rgörgĆ"
+
+msgid "Alt+Mouse wheel"
+msgstr "Alt+EgĂ©rgörgĆ"
+
msgid "Gizmo"
msgstr "Gizmo"
@@ -9585,14 +9637,31 @@ msgid "Apply gap fill"
msgstr ""
msgid ""
-"Enables gap fill for the selected surfaces. The minimum gap length that will "
-"be filled can be controlled from the filter out tiny gaps option below.\n"
+"Enables gap fill for the selected solid surfaces. The minimum gap length "
+"that will be filled can be controlled from the filter out tiny gaps option "
+"below.\n"
"\n"
"Options:\n"
-"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n"
+"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces "
+"for maximum strength\n"
"2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces "
-"only\n"
-"3. Nowhere: Disables gap fill\n"
+"only, balancing print speed, reducing potential over extrusion in the solid "
+"infill and making sure the top and bottom surfaces have no pin hole gaps\n"
+"3. Nowhere: Disables gap fill for all solid infill areas. \n"
+"\n"
+"Note that if using the classic perimeter generator, gap fill may also be "
+"generated between perimeters, if a full width line cannot fit between them. "
+"That perimeter gap fill is not controlled by this setting. \n"
+"\n"
+"If you would like all gap fill, including the classic perimeter generated "
+"one, removed, set the filter out tiny gaps value to a large number, like "
+"999999. \n"
+"\n"
+"However this is not advised, as gap fill between perimeters is contributing "
+"to the model's strength. For models where excessive gap fill is generated "
+"between perimeters, a better option would be to switch to the arachne wall "
+"generator and use this option to control whether the cosmetic top and bottom "
+"surface gap fill is generated"
msgstr ""
msgid "Everywhere"
@@ -9667,10 +9736,11 @@ msgstr "ĂthidalĂĄs ĂĄramlĂĄsi sebessĂ©ge"
msgid ""
"Decrease this value slightly(for example 0.9) to reduce the amount of "
-"material for bridge, to improve sag"
+"material for bridge, to improve sag. \n"
+"\n"
+"The actual bridge flow used is calculated by multiplying this value with the "
+"filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"Csökkentsd kicsit ezt az értéket (példåul 0,9-re), hogy ezzel csökkentsd az "
-"åthidalåshoz hasznålt anyag mennyiségét, és a megereszkedést"
msgid "Internal bridge flow ratio"
msgstr ""
@@ -9678,7 +9748,11 @@ msgstr ""
msgid ""
"This value governs the thickness of the internal bridge layer. This is the "
"first layer over sparse infill. Decrease this value slightly (for example "
-"0.9) to improve surface quality over sparse infill."
+"0.9) to improve surface quality over sparse infill.\n"
+"\n"
+"The actual internal bridge flow used is calculated by multiplying this value "
+"with the bridge flow ratio, the filament flow ratio, and if set, the "
+"object's flow ratio."
msgstr ""
msgid "Top surface flow ratio"
@@ -9686,15 +9760,20 @@ msgstr "FelsĆ felĂŒlet anyagĂĄramlĂĄsa"
msgid ""
"This factor affects the amount of material for top solid infill. You can "
-"decrease it slightly to have smooth surface finish"
+"decrease it slightly to have smooth surface finish. \n"
+"\n"
+"The actual top surface flow used is calculated by multiplying this value "
+"with the filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"Ez a beĂĄllĂtĂĄs a felsĆ szilĂĄrd kitöltĂ©snĂ©l hasznĂĄlt anyag mennyisĂ©gĂ©t "
-"befolyĂĄsolja. Kis mĂ©rtĂ©kben csökkentve simĂĄbb felĂŒlet Ă©rhetĆ el vele."
msgid "Bottom surface flow ratio"
msgstr ""
-msgid "This factor affects the amount of material for bottom solid infill"
+msgid ""
+"This factor affects the amount of material for bottom solid infill. \n"
+"\n"
+"The actual bottom solid infill flow used is calculated by multiplying this "
+"value with the filament flow ratio, and if set, the object's flow ratio."
msgstr ""
msgid "Precise wall"
@@ -9828,9 +9907,25 @@ msgstr ""
msgid "Slow down for curled perimeters"
msgstr ""
+#, c-format, boost-format
msgid ""
-"Enable this option to slow printing down in areas where potential curled "
-"perimeters may exist"
+"Enable this option to slow down printing in areas where perimeters may have "
+"curled upwards.For example, additional slowdown will be applied when "
+"printing overhangs on sharp corners like the front of the Benchy hull, "
+"reducing curling which compounds over multiple layers.\n"
+"\n"
+" It is generally recommended to have this option switched on unless your "
+"printer cooling is powerful enough or the print speed slow enough that "
+"perimeter curling does not happen. If printing with a high external "
+"perimeter speed, this parameter may introduce slight artifacts when slowing "
+"down due to the large variance in print speeds. If you notice artifacts, "
+"ensure your pressure advance is tuned correctly.\n"
+"\n"
+"Note: When this option is enabled, overhang perimeters are treated like "
+"overhangs, meaning the overhang speed is applied even if the overhanging "
+"perimeter is part of a bridge. For example, when the perimeters are "
+"100% overhanging, with no wall supporting them from underneath, the "
+"100% overhang speed will be applied."
msgstr ""
msgid "mm/s or %"
@@ -9839,8 +9934,14 @@ msgstr "mm/s vagy %"
msgid "External"
msgstr ""
-msgid "Speed of bridge and completely overhang wall"
-msgstr "Az ĂĄthidalĂĄsok Ă©s a teljesen tĂșlnyĂșlĂł falak nyomtatĂĄsi sebessĂ©ge"
+msgid ""
+"Speed of the externally visible bridge extrusions. \n"
+"\n"
+"In addition, if Slow down for curled perimeters is disabled or Classic "
+"overhang mode is enabled, it will be the print speed of overhang walls that "
+"are supported by less than 13%, whether they are part of a bridge or an "
+"overhang."
+msgstr ""
msgid "mm/s"
msgstr "mm/s"
@@ -9849,8 +9950,8 @@ msgid "Internal"
msgstr ""
msgid ""
-"Speed of internal bridge. If the value is expressed as a percentage, it will "
-"be calculated based on the bridge_speed. Default value is 150%."
+"Speed of internal bridges. If the value is expressed as a percentage, it "
+"will be calculated based on the bridge_speed. Default value is 150%."
msgstr ""
msgid "Brim width"
@@ -10378,6 +10479,17 @@ msgstr ""
"Ă©rtĂ©knek a vĂĄltoztatĂĄsĂĄval szĂ©p sĂk felĂŒletet kaphatsz, ha Ășgy tapasztalod, "
"hogy tĂșl sok vagy kevĂ©s az anyagĂĄramlĂĄs."
+msgid ""
+"The material may have volumetric change after switching between molten state "
+"and crystalline state. This setting changes all extrusion flow of this "
+"filament in gcode proportionally. Recommended value range is between 0.95 "
+"and 1.05. Maybe you can tune this value to get nice flat surface when there "
+"has slight overflow or underflow. \n"
+"\n"
+"The final object flow ratio is this value multiplied by the filament flow "
+"ratio."
+msgstr ""
+
msgid "Enable pressure advance"
msgstr "NyomĂĄselĆtolĂĄs engedĂ©lyezĂ©se"
@@ -10552,18 +10664,29 @@ msgstr "mmÂł/s"
msgid "Filament load time"
msgstr "Filament betöltĂ©si idĆ"
-msgid "Time to load new filament when switch filament. For statistics only"
+msgid ""
+"Time to load new filament when switch filament. It's usually applicable for "
+"single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
msgstr ""
-"Az Ășj filament betöltĂ©sĂ©nek ideje filament vĂĄltĂĄskor, csak statisztikai "
-"célokra van hasznålva."
msgid "Filament unload time"
msgstr "Filament kitöltĂ©si idĆ"
-msgid "Time to unload old filament when switch filament. For statistics only"
+msgid ""
+"Time to unload old filament when switch filament. It's usually applicable "
+"for single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
+msgstr ""
+
+msgid "Tool change time"
+msgstr ""
+
+msgid ""
+"Time taken to switch tools. It's usually applicable for tool changers or "
+"multi-tool machines. For single-extruder multi-material machines, it's "
+"typically 0. For statistics only"
msgstr ""
-"A régi filament kitöltésének ideje filament våltåskor, csak statisztikai "
-"célokra van hasznålva."
msgid ""
"Filament diameter is used to calculate extrusion in gcode, so it's important "
@@ -10686,15 +10809,6 @@ msgstr "Az utolsó hƱtési lépés sebessége"
msgid "Cooling moves are gradually accelerating towards this speed."
msgstr "A hƱtési lépések fokozatosan felgyorsulnak erre a sebességre."
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-"Az az idĆ, amĂg a nyomtatĂł vezĂ©rlĆ szoftvere (vagy a Multi Material Unit "
-"2.0) Ășj filamentet tölt be a szerszĂĄmcsere sorĂĄn (a T kĂłd vĂ©grehajtĂĄsakor). "
-"Ezt az idĆt a G-kĂłd idĆbecslĆ hozzĂĄadja a teljes nyomtatĂĄsi idĆhöz."
-
msgid "Ramming parameters"
msgstr "TömörĂtĂ©si paramĂ©terek"
@@ -10705,16 +10819,6 @@ msgstr ""
"Ez a karakterlĂĄnc a TömörĂtĂ©sPĂĄrbeszĂ©d ablakban szerkeszthetĆ, Ă©s a "
"tömörĂtĂ©ssel kapcsolatos paramĂ©tereket tartalmaz."
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-"Az az idĆ, amĂg a nyomtatĂł vezĂ©rlĆ szoftvere (vagy a Multi Material Unit "
-"2.0) az elĆzĆ Filamenet kiĂŒrĂti a szerszĂĄmcsere sorĂĄn (a T kĂłd "
-"vĂ©grehajtĂĄsakor). Ezt az idĆt a G-kĂłd idĆbecslĆ hozzĂĄadja a teljes "
-"nyomtatĂĄsi idĆhöz."
-
msgid "Enable ramming for multitool setups"
msgstr ""
@@ -11041,10 +11145,10 @@ msgstr "Teljes ventilåtor fordulatszåm ennél a rétegnél"
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 "layer"
@@ -11107,7 +11211,10 @@ msgstr "Apró rések szƱrése"
msgid "Layers and Perimeters"
msgstr "RĂ©tegek Ă©s peremek"
-msgid "Filter out gaps smaller than the threshold specified"
+msgid ""
+"Don't print gap fill with a length is smaller than the threshold specified "
+"(in mm). This setting applies to top, bottom and solid infill and, if using "
+"the classic perimeter generator, to wall gap fill. "
msgstr ""
msgid ""
@@ -13030,29 +13137,40 @@ msgid "Activate temperature control"
msgstr ""
msgid ""
-"Enable this option for chamber temperature control. An M191 command will be "
-"added before \"machine_start_gcode\"\n"
-"G-code commands: M141/M191 S(0-255)"
+"Enable this option for automated chamber temperature control. This option "
+"activates the emitting of an M191 command before the "
+"\"machine_start_gcode\"\n"
+" which sets the chamber temperature and waits until it is reached. In "
+"addition, it emits an M141 command at the end of the print to turn off the "
+"chamber heater, if present. \n"
+"\n"
+"This option relies on the firmware supporting the M191 and M141 commands "
+"either via macros or natively and is usually used when an active chamber "
+"heater is installed."
msgstr ""
msgid "Chamber temperature"
msgstr "Kamra hĆmĂ©rsĂ©klete"
msgid ""
-"Higher chamber temperature can help suppress or reduce warping and "
-"potentially lead to higher interlayer bonding strength for high temperature "
-"materials like ABS, ASA, PC, PA and so on.At the same time, the air "
-"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and "
-"other low temperature materials,the actual chamber temperature should not be "
-"high to avoid cloggings, so 0 which stands for turning off is highly "
-"recommended"
+"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber "
+"temperature can help suppress or reduce warping and potentially lead to "
+"higher interlayer bonding strength. However, at the same time, a higher "
+"chamber temperature will reduce the efficiency of air filtration for ABS and "
+"ASA. \n"
+"\n"
+"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option "
+"should be disabled (set to 0) as the chamber temperature should be low to "
+"avoid extruder clogging caused by material softening at the heat break.\n"
+"\n"
+"If enabled, this parameter also sets a gcode variable named "
+"chamber_temperature, which can be used to pass the desired chamber "
+"temperature to your print start macro, or a heat soak macro like this: "
+"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may "
+"be useful if your printer does not support M141/M191 commands, or if you "
+"desire to handle heat soaking in the print start macro if no active chamber "
+"heater is installed."
msgstr ""
-"Higher chamber temperature can help suppress or reduce warping and "
-"potentially lead to higher interlayer bonding strength for high temperature "
-"materials like ABS, ASA, PC, PA and so on. At the same time, the air "
-"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and "
-"other low temperature materials, the actual chamber temperature should not "
-"be high to avoid clogs, so 0 (turned off) is highly recommended."
msgid "Nozzle temperature for layers after the initial one"
msgstr "FĂșvĂłka hĆmĂ©rsĂ©klete az elsĆ rĂ©teg utĂĄn"
@@ -14876,8 +14994,8 @@ msgstr ""
"SzeretnĂ©d felĂŒlĂrni?"
msgid ""
-"We would rename the presets as \"Vendor Type Serial @printer you selected"
-"\". \n"
+"We would rename the presets as \"Vendor Type Serial @printer you "
+"selected\". \n"
"To add preset for more printers, Please go to printer selection"
msgstr ""
@@ -16118,54 +16236,70 @@ msgstr ""
"Tudtad, hogy a vetemedésre hajlamos anyagok (példåul ABS) nyomtatåsakor a "
"tĂĄrgyasztal hĆmĂ©rsĂ©kletĂ©nek növelĂ©se csökkentheti a vetemedĂ©s valĂłszĂnƱsĂ©gĂ©t?"
-#~ msgid "up to"
-#~ msgstr "legfeljebb"
-
-#~ msgid "above"
-#~ msgstr "felett"
-
-#~ msgid "from"
-#~ msgstr "ettĆl"
-
-#~ msgid "Switching application language while some presets are modified."
+#~ msgid ""
+#~ "Decrease this value slightly(for example 0.9) to reduce the amount of "
+#~ "material for bridge, to improve sag"
#~ msgstr ""
-#~ "AlkalmazĂĄs nyelvĂ©nek ĂĄtvĂĄltĂĄsa, miközben egyes beĂĄllĂtĂĄsok mĂłdosultak."
-
-#~ msgid "â+Shift+G"
-#~ msgstr "â+Shift+G"
-
-#~ msgid "Ctrl+Shift+G"
-#~ msgstr "Ctrl+Shift+G"
-
-#~ msgid "â+Any arrow"
-#~ msgstr "â+BĂĄrmilyen nyĂl gomb"
+#~ "Csökkentsd kicsit ezt az értéket (példåul 0,9-re), hogy ezzel csökkentsd "
+#~ "az åthidalåshoz hasznålt anyag mennyiségét, és a megereszkedést"
-#~ msgid "â„+Left mouse button"
-#~ msgstr "â„+Bal egĂ©rgomb"
-
-#~ msgid "â+Left mouse button"
-#~ msgstr "â+Bal egĂ©rgomb"
-
-#~ msgid "Ctrl+Any arrow"
-#~ msgstr "Ctrl+BĂĄrmelyik nyĂlgomb"
+#~ msgid ""
+#~ "This factor affects the amount of material for top solid infill. You can "
+#~ "decrease it slightly to have smooth surface finish"
+#~ msgstr ""
+#~ "Ez a beĂĄllĂtĂĄs a felsĆ szilĂĄrd kitöltĂ©snĂ©l hasznĂĄlt anyag mennyisĂ©gĂ©t "
+#~ "befolyĂĄsolja. Kis mĂ©rtĂ©kben csökkentve simĂĄbb felĂŒlet Ă©rhetĆ el vele."
-#~ msgid "Alt+Left mouse button"
-#~ msgstr "Alt+bal egérgomb"
+#~ msgid "Speed of bridge and completely overhang wall"
+#~ msgstr "Az ĂĄthidalĂĄsok Ă©s a teljesen tĂșlnyĂșlĂł falak nyomtatĂĄsi sebessĂ©ge"
-#~ msgid "Ctrl+Left mouse button"
-#~ msgstr "Ctrl+Bal egérgomb"
+#~ msgid "Time to load new filament when switch filament. For statistics only"
+#~ msgstr ""
+#~ "Az Ășj filament betöltĂ©sĂ©nek ideje filament vĂĄltĂĄskor, csak statisztikai "
+#~ "célokra van hasznålva."
-#~ msgid "â+Mouse wheel"
-#~ msgstr "â+EgĂ©rgörgĆ"
+#~ msgid ""
+#~ "Time to unload old filament when switch filament. For statistics only"
+#~ msgstr ""
+#~ "A régi filament kitöltésének ideje filament våltåskor, csak statisztikai "
+#~ "célokra van hasznålva."
-#~ msgid "â„+Mouse wheel"
-#~ msgstr "â„+EgĂ©rgörgĆ"
+#~ msgid ""
+#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a "
+#~ "new filament during a tool change (when executing the T code). This time "
+#~ "is added to the total print time by the G-code time estimator."
+#~ msgstr ""
+#~ "Az az idĆ, amĂg a nyomtatĂł vezĂ©rlĆ szoftvere (vagy a Multi Material Unit "
+#~ "2.0) Ășj filamentet tölt be a szerszĂĄmcsere sorĂĄn (a T kĂłd "
+#~ "vĂ©grehajtĂĄsakor). Ezt az idĆt a G-kĂłd idĆbecslĆ hozzĂĄadja a teljes "
+#~ "nyomtatĂĄsi idĆhöz."
-#~ msgid "Ctrl+Mouse wheel"
-#~ msgstr "Ctrl+EgĂ©rgörgĆ"
+#~ msgid ""
+#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload "
+#~ "a filament during a tool change (when executing the T code). This time is "
+#~ "added to the total print time by the G-code time estimator."
+#~ msgstr ""
+#~ "Az az idĆ, amĂg a nyomtatĂł vezĂ©rlĆ szoftvere (vagy a Multi Material Unit "
+#~ "2.0) az elĆzĆ Filamenet kiĂŒrĂti a szerszĂĄmcsere sorĂĄn (a T kĂłd "
+#~ "vĂ©grehajtĂĄsakor). Ezt az idĆt a G-kĂłd idĆbecslĆ hozzĂĄadja a teljes "
+#~ "nyomtatĂĄsi idĆhöz."
-#~ msgid "Alt+Mouse wheel"
-#~ msgstr "Alt+EgĂ©rgörgĆ"
+#~ msgid ""
+#~ "Higher chamber temperature can help suppress or reduce warping and "
+#~ "potentially lead to higher interlayer bonding strength for high "
+#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, "
+#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, "
+#~ "TPU, PVA and other low temperature materials,the actual chamber "
+#~ "temperature should not be high to avoid cloggings, so 0 which stands for "
+#~ "turning off is highly recommended"
+#~ msgstr ""
+#~ "Higher chamber temperature can help suppress or reduce warping and "
+#~ "potentially lead to higher interlayer bonding strength for high "
+#~ "temperature materials like ABS, ASA, PC, PA and so on. At the same time, "
+#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, "
+#~ "TPU, PVA and other low temperature materials, the actual chamber "
+#~ "temperature should not be high to avoid clogs, so 0 (turned off) is "
+#~ "highly recommended."
#~ msgid ""
#~ "Different nozzle diameters and different filament diameters is not "
diff --git a/localization/i18n/it/OrcaSlicer_it.po b/localization/i18n/it/OrcaSlicer_it.po
index ec66aa6dd46..bb1ee27c0cb 100644
--- a/localization/i18n/it/OrcaSlicer_it.po
+++ b/localization/i18n/it/OrcaSlicer_it.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-08-03 18:54+0200\n"
+"POT-Creation-Date: 2024-08-23 16:24+0200\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -74,6 +74,9 @@ msgstr "Angolo riempimento intelligente"
msgid "On overhangs only"
msgstr "Solo sulle sporgenze"
+msgid "Auto support threshold angle: "
+msgstr "Angolo di soglia per supporto automatico: "
+
msgid "Circle"
msgstr "Cerchio"
@@ -93,9 +96,6 @@ msgstr "Consente di pitturare solo sulle sfaccettature selezionate da: \"%1%\""
msgid "Highlight faces according to overhang angle."
msgstr "Evidenziare le facce in base all'angolo di sporgenza."
-msgid "Auto support threshold angle: "
-msgstr "Angolo di soglia per supporto automatico: "
-
msgid "No auto support"
msgstr "Nessun supporto automatico"
@@ -1995,6 +1995,9 @@ msgstr "Semplifica Modello"
msgid "Center"
msgstr "Centro"
+msgid "Drop"
+msgstr ""
+
msgid "Edit Process Settings"
msgstr "Modifica le impostazioni del processo"
@@ -4181,6 +4184,15 @@ msgstr "Tempo totale"
msgid "Total cost"
msgstr "Costo totale"
+msgid "up to"
+msgstr "fino a"
+
+msgid "above"
+msgstr "sopra"
+
+msgid "from"
+msgstr "da"
+
msgid "Color Scheme"
msgstr "Schema Colore"
@@ -4244,12 +4256,12 @@ msgstr "Tempi cambio filamento"
msgid "Cost"
msgstr "Costo"
-msgid "Print"
-msgstr "Stampa"
-
msgid "Color change"
msgstr "Cambio colore"
+msgid "Print"
+msgstr "Stampa"
+
msgid "Printer"
msgstr "Stampante"
@@ -4433,7 +4445,7 @@ msgstr "Volume:"
msgid "Size:"
msgstr "Dimensione:"
-#, c-format, boost-format
+#, boost-format
msgid ""
"Conflicts of gcode paths have been found at layer %d, z = %.2lf mm. Please "
"separate the conflicted objects farther (%s <-> %s)."
@@ -4875,6 +4887,18 @@ msgstr "Passaggio 2"
msgid "Flow rate test - Pass 2"
msgstr "Test di portata - Pass 2"
+msgid "YOLO (Recommended)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.01 step"
+msgstr ""
+
+msgid "YOLO (perfectionist version)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.005 step"
+msgstr ""
+
msgid "Flow rate"
msgstr "Flusso"
@@ -6165,14 +6189,6 @@ msgstr "Ă stato rilevato un oggetto con piĂč parti"
msgid "The file does not contain any geometry data."
msgstr "Il file non contiene dati geometrici."
-msgid ""
-"Your object appears to be too large. It will be scaled down to fit the heat "
-"bed automatically."
-msgstr ""
-
-msgid "Object too large"
-msgstr "Oggetto troppo grande"
-
msgid ""
"Your object appears to be too large, Do you want to scale it down to fit the "
"heat bed automatically?"
@@ -6180,6 +6196,9 @@ msgstr ""
"L'oggetto sembra troppo grande. Vuoi ridimensionarlo per adattarlo "
"automaticamente al piatto di stampa?"
+msgid "Object too large"
+msgstr "Oggetto troppo grande"
+
msgid "Export STL file:"
msgstr "Esporta file STL:"
@@ -6558,6 +6577,9 @@ msgstr "Vuoi continuare?"
msgid "Language selection"
msgstr "Selezione lingua"
+msgid "Switching application language while some presets are modified."
+msgstr "Cambio lingua applicazione durante la modifica di alcuni preset."
+
msgid "Changing application language"
msgstr "Modifica lingua applicazione"
@@ -7680,8 +7702,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 ""
"Quando si registra un timelapse senza testa di stampa, si consiglia di "
"aggiungere un \"Timelapse Torre di pulizia\"\n"
@@ -8555,8 +8577,11 @@ msgstr "Elenco oggetti"
msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files"
msgstr "Importa geometrie da file STL/STEP/3MF/OBJ/AMF."
-msgid "Shift+G"
-msgstr ""
+msgid "â+Shift+G"
+msgstr "â+Shift+G"
+
+msgid "Ctrl+Shift+G"
+msgstr "Ctrl+Shift+G"
msgid "Paste from clipboard"
msgstr "Incolla dagli appunti"
@@ -8608,18 +8633,33 @@ msgstr "Shift+Tab"
msgid "Collapse/Expand the sidebar"
msgstr "Riduci/Espandi barra laterale"
-msgid "Any arrow"
-msgstr ""
+msgid "â+Any arrow"
+msgstr "â+Freccia qualsiasi"
msgid "Movement in camera space"
msgstr "Movimento nello spazio della camera"
+msgid "â„+Left mouse button"
+msgstr "â„+Tasto sinistro mouse"
+
msgid "Select a part"
msgstr "Seleziona parte"
+msgid "â+Left mouse button"
+msgstr "â+Tasto sinistro del mouse"
+
msgid "Select multiple objects"
msgstr "Seleziona piĂč oggetti"
+msgid "Ctrl+Any arrow"
+msgstr "Ctrl+qualsiasi freccia"
+
+msgid "Alt+Left mouse button"
+msgstr "Alt+tasto sinistro del mouse"
+
+msgid "Ctrl+Left mouse button"
+msgstr "Ctrl+Tasto sinistro del mouse"
+
msgid "Shift+Left mouse button"
msgstr "Shift+tasto sinistro mouse"
@@ -8722,12 +8762,24 @@ msgstr "Piano"
msgid "Move: press to snap by 1mm"
msgstr "Sposta: premi per muovere di 1 mm"
+msgid "â+Mouse wheel"
+msgstr "â+Rotella mouse"
+
msgid "Support/Color Painting: adjust pen radius"
msgstr "Supporto/Pittura a colori: regolare il raggio della penna"
+msgid "â„+Mouse wheel"
+msgstr "â„+Rotella mouse"
+
msgid "Support/Color Painting: adjust section position"
msgstr "Supporto/Pittura a colori: regolare la posizione della sezione"
+msgid "Ctrl+Mouse wheel"
+msgstr "Ctrl+Rotellina del mouse"
+
+msgid "Alt+Mouse wheel"
+msgstr "Alt+Rotella del mouse"
+
msgid "Gizmo"
msgstr "Gizmo"
@@ -8937,8 +8989,8 @@ msgid ""
msgstr ""
"Ă stato rilevato un aggiornamento importante che deve essere eseguito prima "
"che la stampa possa continuare. Si desidera aggiornare ora? Ă possibile "
-"effettuare l'aggiornamento anche in un secondo momento da \"Aggiorna firmware"
-"\"."
+"effettuare l'aggiornamento anche in un secondo momento da \"Aggiorna "
+"firmware\"."
msgid ""
"The firmware version is abnormal. Repairing and updating are required before "
@@ -9812,25 +9864,32 @@ msgid "Apply gap fill"
msgstr "Applicare il riempimento degli spazi vuoti"
msgid ""
-"Enables gap fill for the selected surfaces. The minimum gap length that will "
-"be filled can be controlled from the filter out tiny gaps option below.\n"
+"Enables gap fill for the selected solid surfaces. The minimum gap length "
+"that will be filled can be controlled from the filter out tiny gaps option "
+"below.\n"
"\n"
"Options:\n"
-"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n"
+"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces "
+"for maximum strength\n"
"2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces "
-"only\n"
-"3. Nowhere: Disables gap fill\n"
-msgstr ""
-"Abilita il riempimento degli spazi vuoti per le superfici selezionate. La "
-"lunghezza minima degli spazi vuoti che verranno riempiti puĂČ essere "
-"controllata dall'opzione Filtra piccoli spazi vuoti di seguito.\n"
+"only, balancing print speed, reducing potential over extrusion in the solid "
+"infill and making sure the top and bottom surfaces have no pin hole gaps\n"
+"3. Nowhere: Disables gap fill for all solid infill areas. \n"
+"\n"
+"Note that if using the classic perimeter generator, gap fill may also be "
+"generated between perimeters, if a full width line cannot fit between them. "
+"That perimeter gap fill is not controlled by this setting. \n"
+"\n"
+"If you would like all gap fill, including the classic perimeter generated "
+"one, removed, set the filter out tiny gaps value to a large number, like "
+"999999. \n"
"\n"
-"Opzioni:\n"
-"1. Ovunque: applica il riempimento degli spazi vuoti alle superfici solide "
-"superiori, inferiori e interne\n"
-"2. Superfici superiore e inferiore: applica il riempimento degli spazi vuoti "
-"solo alle superfici superiore e inferiore\n"
-"3. Da nessuna parte: disabilita il riempimento degli spazi vuoti\n"
+"However this is not advised, as gap fill between perimeters is contributing "
+"to the model's strength. For models where excessive gap fill is generated "
+"between perimeters, a better option would be to switch to the arachne wall "
+"generator and use this option to control whether the cosmetic top and bottom "
+"surface gap fill is generated"
+msgstr ""
msgid "Everywhere"
msgstr "Ovunque"
@@ -9905,10 +9964,11 @@ msgstr "Flusso del Bridge"
msgid ""
"Decrease this value slightly(for example 0.9) to reduce the amount of "
-"material for bridge, to improve sag"
+"material for bridge, to improve sag. \n"
+"\n"
+"The actual bridge flow used is calculated by multiplying this value with the "
+"filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"Diminuire leggermente questo valore (ad esempio 0.9) per ridurre la quantitĂ "
-"di materiale per il ponte e migliorare l'abbassamento dello stesso"
msgid "Internal bridge flow ratio"
msgstr "Rapporto Flusso del bridge interno"
@@ -9916,30 +9976,33 @@ msgstr "Rapporto Flusso del bridge interno"
msgid ""
"This value governs the thickness of the internal bridge layer. This is the "
"first layer over sparse infill. Decrease this value slightly (for example "
-"0.9) to improve surface quality over sparse infill."
+"0.9) to improve surface quality over sparse infill.\n"
+"\n"
+"The actual internal bridge flow used is calculated by multiplying this value "
+"with the bridge flow ratio, the filament flow ratio, and if set, the "
+"object's flow ratio."
msgstr ""
-"Questo valore governa lo spessore dello strato del bridge interno. Questo Ăš "
-"il primo strato sopra il riempimento. Riduci leggermente questo valore (ad "
-"esempio 0.9) per migliorare la qualitĂ della superficie sopra il riempimento."
msgid "Top surface flow ratio"
msgstr "Rapporto di portata superficiale superiore"
msgid ""
"This factor affects the amount of material for top solid infill. You can "
-"decrease it slightly to have smooth surface finish"
+"decrease it slightly to have smooth surface finish. \n"
+"\n"
+"The actual top surface flow used is calculated by multiplying this value "
+"with the filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"Questo fattore influisce sulla quantitĂ di materiale per il riempimento "
-"solido superiore. Puoi diminuirlo leggermente per avere una finitura "
-"superficiale liscia"
msgid "Bottom surface flow ratio"
msgstr "Rapporto di flusso della superficie inferiore"
-msgid "This factor affects the amount of material for bottom solid infill"
+msgid ""
+"This factor affects the amount of material for bottom solid infill. \n"
+"\n"
+"The actual bottom solid infill flow used is calculated by multiplying this "
+"value with the filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"Questo fattore influisce sulla quantitĂ di materiale per il riempimento "
-"solido inferiore"
msgid "Precise wall"
msgstr "Parete precisa"
@@ -10118,12 +10181,26 @@ msgstr ""
msgid "Slow down for curled perimeters"
msgstr "Rallenta per perimetri arricciati"
+#, c-format, boost-format
msgid ""
-"Enable this option to slow printing down in areas where potential curled "
-"perimeters may exist"
+"Enable this option to slow down printing in areas where perimeters may have "
+"curled upwards.For example, additional slowdown will be applied when "
+"printing overhangs on sharp corners like the front of the Benchy hull, "
+"reducing curling which compounds over multiple layers.\n"
+"\n"
+" It is generally recommended to have this option switched on unless your "
+"printer cooling is powerful enough or the print speed slow enough that "
+"perimeter curling does not happen. If printing with a high external "
+"perimeter speed, this parameter may introduce slight artifacts when slowing "
+"down due to the large variance in print speeds. If you notice artifacts, "
+"ensure your pressure advance is tuned correctly.\n"
+"\n"
+"Note: When this option is enabled, overhang perimeters are treated like "
+"overhangs, meaning the overhang speed is applied even if the overhanging "
+"perimeter is part of a bridge. For example, when the perimeters are "
+"100% overhanging, with no wall supporting them from underneath, the "
+"100% overhang speed will be applied."
msgstr ""
-"Attivare questa opzione per rallentare la stampa nelle aree in cui possono "
-"esistere potenziali perimetri arricciati"
msgid "mm/s or %"
msgstr "mm/s o %"
@@ -10131,8 +10208,14 @@ msgstr "mm/s o %"
msgid "External"
msgstr "Esterno"
-msgid "Speed of bridge and completely overhang wall"
-msgstr "Indica la velocitĂ per i bridge e le pareti completamente a sbalzo."
+msgid ""
+"Speed of the externally visible bridge extrusions. \n"
+"\n"
+"In addition, if Slow down for curled perimeters is disabled or Classic "
+"overhang mode is enabled, it will be the print speed of overhang walls that "
+"are supported by less than 13%, whether they are part of a bridge or an "
+"overhang."
+msgstr ""
msgid "mm/s"
msgstr "mm/s"
@@ -10141,11 +10224,9 @@ msgid "Internal"
msgstr "Interno"
msgid ""
-"Speed of internal bridge. If the value is expressed as a percentage, it will "
-"be calculated based on the bridge_speed. Default value is 150%."
+"Speed of internal bridges. If the value is expressed as a percentage, it "
+"will be calculated based on the bridge_speed. Default value is 150%."
msgstr ""
-"VelocitĂ del ponte interno. Se il valore Ăš espresso in percentuale, verrĂ "
-"calcolato in base al bridge_speed. Il valore predefinito Ăš 150%."
msgid "Brim width"
msgstr "Larghezza brim"
@@ -10801,6 +10882,17 @@ msgstr ""
"regolare questo valore per ottenere una superficie piatta se si verifica una "
"leggera sovra-estrusione o sotto-estrusione."
+msgid ""
+"The material may have volumetric change after switching between molten state "
+"and crystalline state. This setting changes all extrusion flow of this "
+"filament in gcode proportionally. Recommended value range is between 0.95 "
+"and 1.05. Maybe you can tune this value to get nice flat surface when there "
+"has slight overflow or underflow. \n"
+"\n"
+"The final object flow ratio is this value multiplied by the filament flow "
+"ratio."
+msgstr ""
+
msgid "Enable pressure advance"
msgstr "Abilita l'avanzamento della pressione"
@@ -10980,18 +11072,29 @@ msgstr "mmÂł/s"
msgid "Filament load time"
msgstr "Durata caricamento filamento"
-msgid "Time to load new filament when switch filament. For statistics only"
+msgid ""
+"Time to load new filament when switch filament. It's usually applicable for "
+"single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
msgstr ""
-"Tempo di caricamento del nuovo filamento quando si cambia filamento, solo a "
-"fini statistici."
msgid "Filament unload time"
msgstr "Durata scaricamento filamento"
-msgid "Time to unload old filament when switch filament. For statistics only"
+msgid ""
+"Time to unload old filament when switch filament. It's usually applicable "
+"for single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
+msgstr ""
+
+msgid "Tool change time"
+msgstr ""
+
+msgid ""
+"Time taken to switch tools. It's usually applicable for tool changers or "
+"multi-tool machines. For single-extruder multi-material machines, it's "
+"typically 0. For statistics only"
msgstr ""
-"Tempo di scarico vecchio filamento quando si cambia filamento, solo a fini "
-"statistici."
msgid ""
"Filament diameter is used to calculate extrusion in gcode, so it's important "
@@ -11131,16 +11234,6 @@ msgid "Cooling moves are gradually accelerating towards this speed."
msgstr ""
"I movimenti di raffreddamento accelerano gradualmente verso questa velocitĂ ."
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-"Tempo per il firmware della stampante (o per l'unitĂ Multi Material 2.0) per "
-"il caricamento del nuovo filamento durante il cambio strumento (quando viene "
-"eseguito il T code). Questa durata viene aggiunta alla stima del tempo "
-"totale di stampa del G-code."
-
msgid "Ramming parameters"
msgstr "Parametri del ramming"
@@ -11151,16 +11244,6 @@ msgstr ""
"Questa stringa viene controllata da RammingDialog e contiene parametri "
"specifici del ramming."
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-"Tempo per il firmware della stampante (o per l'unitĂ Multi Material 2.0) per "
-"lo scaricamento del nuovo filamento durante il cambio strumento (quando "
-"viene eseguito il T code). Questa durata viene aggiunta alla stima del tempo "
-"totale di stampa del G-code."
-
msgid "Enable ramming for multitool setups"
msgstr "Abilita ramming per configurazioni multitool"
@@ -11532,16 +11615,17 @@ msgstr "Massima velocitĂ della ventola al layer"
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 ""
"La velocitĂ della ventola aumenterĂ linearmente da zero al livello "
-"\"close_fan_the_first_x_layers\" al massimo al livello \"full_fan_speed_layer"
-"\". \"full_fan_speed_layer\" verrĂ ignorato se inferiore a "
-"\"close_fan_the_first_x_layers\", nel qual caso la ventola funzionerĂ alla "
-"massima velocitĂ consentita al livello \"close_fan_the_first_x_layers\" + 1."
+"\"close_fan_the_first_x_layers\" al massimo al livello "
+"\"full_fan_speed_layer\". \"full_fan_speed_layer\" verrĂ ignorato se "
+"inferiore a \"close_fan_the_first_x_layers\", nel qual caso la ventola "
+"funzionerĂ alla massima velocitĂ consentita al livello "
+"\"close_fan_the_first_x_layers\" + 1."
msgid "layer"
msgstr ""
@@ -11609,8 +11693,11 @@ msgstr "Filtra i piccoli spazi vuoti"
msgid "Layers and Perimeters"
msgstr "Layer e Perimetri"
-msgid "Filter out gaps smaller than the threshold specified"
-msgstr "Filtra gli spazi piĂč piccoli della soglia specificata"
+msgid ""
+"Don't print gap fill with a length is smaller than the threshold specified "
+"(in mm). This setting applies to top, bottom and solid infill and, if using "
+"the classic perimeter generator, to wall gap fill. "
+msgstr ""
msgid ""
"Speed of gap infill. Gap usually has irregular line width and should be "
@@ -13742,34 +13829,40 @@ msgid "Activate temperature control"
msgstr "Attiva il controllo della temperatura"
msgid ""
-"Enable this option for chamber temperature control. An M191 command will be "
-"added before \"machine_start_gcode\"\n"
-"G-code commands: M141/M191 S(0-255)"
+"Enable this option for automated chamber temperature control. This option "
+"activates the emitting of an M191 command before the "
+"\"machine_start_gcode\"\n"
+" which sets the chamber temperature and waits until it is reached. In "
+"addition, it emits an M141 command at the end of the print to turn off the "
+"chamber heater, if present. \n"
+"\n"
+"This option relies on the firmware supporting the M191 and M141 commands "
+"either via macros or natively and is usually used when an active chamber "
+"heater is installed."
msgstr ""
-"Abilitare questa opzione per il controllo della temperatura della camera. Un "
-"comando M191 verrĂ aggiunto prima di \"machine_start_gcode\"\n"
-"Comandi G-code: M141/M191 S(0-255)"
msgid "Chamber temperature"
msgstr "Temperatura della camera di stampa"
msgid ""
-"Higher chamber temperature can help suppress or reduce warping and "
-"potentially lead to higher interlayer bonding strength for high temperature "
-"materials like ABS, ASA, PC, PA and so on.At the same time, the air "
-"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and "
-"other low temperature materials,the actual chamber temperature should not be "
-"high to avoid cloggings, so 0 which stands for turning off is highly "
-"recommended"
+"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber "
+"temperature can help suppress or reduce warping and potentially lead to "
+"higher interlayer bonding strength. However, at the same time, a higher "
+"chamber temperature will reduce the efficiency of air filtration for ABS and "
+"ASA. \n"
+"\n"
+"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option "
+"should be disabled (set to 0) as the chamber temperature should be low to "
+"avoid extruder clogging caused by material softening at the heat break.\n"
+"\n"
+"If enabled, this parameter also sets a gcode variable named "
+"chamber_temperature, which can be used to pass the desired chamber "
+"temperature to your print start macro, or a heat soak macro like this: "
+"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may "
+"be useful if your printer does not support M141/M191 commands, or if you "
+"desire to handle heat soaking in the print start macro if no active chamber "
+"heater is installed."
msgstr ""
-"Una temperatura della camera piĂč elevata puĂČ aiutare a sopprimere o ridurre "
-"la deformazione e potenzialmente portare a una maggiore forza di adesione "
-"tra gli strati per materiali ad alta temperatura come ABS, ASA, PC, PA e "
-"cosĂŹ via. Allo stesso tempo, la filtrazione dell'aria di ABS e ASA "
-"peggiorerĂ . Mentre per PLA, PETG, TPU, PVA e altri materiali a bassa "
-"temperatura, la temperatura effettiva della camera non dovrebbe essere "
-"elevata per evitare intasamenti, quindi 0 che sta per spegnimento Ăš "
-"altamente raccomandato"
msgid "Nozzle temperature for layers after the initial one"
msgstr "Temperatura del nozzle dopo il primo layer"
@@ -15744,8 +15837,8 @@ msgstr ""
"Vuoi riscriverlo?"
msgid ""
-"We would rename the presets as \"Vendor Type Serial @printer you selected"
-"\". \n"
+"We would rename the presets as \"Vendor Type Serial @printer you "
+"selected\". \n"
"To add preset for more printers, Please go to printer selection"
msgstr ""
"Rinomineremo le preimpostazioni come \"Tipo di fornitore seriale @printer "
@@ -17061,53 +17154,137 @@ msgstr ""
"aumentare in modo appropriato la temperatura del piano riscaldato puĂČ "
"ridurre la probabilitĂ di deformazione."
-#~ msgid "up to"
-#~ msgstr "fino a"
-
-#~ msgid "above"
-#~ msgstr "sopra"
+#~ msgid ""
+#~ "Enables gap fill for the selected surfaces. The minimum gap length that "
+#~ "will be filled can be controlled from the filter out tiny gaps option "
+#~ "below.\n"
+#~ "\n"
+#~ "Options:\n"
+#~ "1. Everywhere: Applies gap fill to top, bottom and internal solid "
+#~ "surfaces\n"
+#~ "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces "
+#~ "only\n"
+#~ "3. Nowhere: Disables gap fill\n"
+#~ msgstr ""
+#~ "Abilita il riempimento degli spazi vuoti per le superfici selezionate. La "
+#~ "lunghezza minima degli spazi vuoti che verranno riempiti puĂČ essere "
+#~ "controllata dall'opzione Filtra piccoli spazi vuoti di seguito.\n"
+#~ "\n"
+#~ "Opzioni:\n"
+#~ "1. Ovunque: applica il riempimento degli spazi vuoti alle superfici "
+#~ "solide superiori, inferiori e interne\n"
+#~ "2. Superfici superiore e inferiore: applica il riempimento degli spazi "
+#~ "vuoti solo alle superfici superiore e inferiore\n"
+#~ "3. Da nessuna parte: disabilita il riempimento degli spazi vuoti\n"
-#~ msgid "from"
-#~ msgstr "da"
+#~ msgid ""
+#~ "Decrease this value slightly(for example 0.9) to reduce the amount of "
+#~ "material for bridge, to improve sag"
+#~ msgstr ""
+#~ "Diminuire leggermente questo valore (ad esempio 0.9) per ridurre la "
+#~ "quantitĂ di materiale per il ponte e migliorare l'abbassamento dello "
+#~ "stesso"
-#~ msgid "Switching application language while some presets are modified."
-#~ msgstr "Cambio lingua applicazione durante la modifica di alcuni preset."
+#~ msgid ""
+#~ "This value governs the thickness of the internal bridge layer. This is "
+#~ "the first layer over sparse infill. Decrease this value slightly (for "
+#~ "example 0.9) to improve surface quality over sparse infill."
+#~ msgstr ""
+#~ "Questo valore governa lo spessore dello strato del bridge interno. Questo "
+#~ "Ăš il primo strato sopra il riempimento. Riduci leggermente questo valore "
+#~ "(ad esempio 0.9) per migliorare la qualitĂ della superficie sopra il "
+#~ "riempimento."
-#~ msgid "â+Shift+G"
-#~ msgstr "â+Shift+G"
+#~ msgid ""
+#~ "This factor affects the amount of material for top solid infill. You can "
+#~ "decrease it slightly to have smooth surface finish"
+#~ msgstr ""
+#~ "Questo fattore influisce sulla quantitĂ di materiale per il riempimento "
+#~ "solido superiore. Puoi diminuirlo leggermente per avere una finitura "
+#~ "superficiale liscia"
-#~ msgid "Ctrl+Shift+G"
-#~ msgstr "Ctrl+Shift+G"
+#~ msgid "This factor affects the amount of material for bottom solid infill"
+#~ msgstr ""
+#~ "Questo fattore influisce sulla quantitĂ di materiale per il riempimento "
+#~ "solido inferiore"
-#~ msgid "â+Any arrow"
-#~ msgstr "â+Freccia qualsiasi"
+#~ msgid ""
+#~ "Enable this option to slow printing down in areas where potential curled "
+#~ "perimeters may exist"
+#~ msgstr ""
+#~ "Attivare questa opzione per rallentare la stampa nelle aree in cui "
+#~ "possono esistere potenziali perimetri arricciati"
-#~ msgid "â„+Left mouse button"
-#~ msgstr "â„+Tasto sinistro mouse"
+#~ msgid "Speed of bridge and completely overhang wall"
+#~ msgstr "Indica la velocitĂ per i bridge e le pareti completamente a sbalzo."
-#~ msgid "â+Left mouse button"
-#~ msgstr "â+Tasto sinistro del mouse"
+#~ msgid ""
+#~ "Speed of internal bridge. If the value is expressed as a percentage, it "
+#~ "will be calculated based on the bridge_speed. Default value is 150%."
+#~ msgstr ""
+#~ "VelocitĂ del ponte interno. Se il valore Ăš espresso in percentuale, verrĂ "
+#~ "calcolato in base al bridge_speed. Il valore predefinito Ăš 150%."
-#~ msgid "Ctrl+Any arrow"
-#~ msgstr "Ctrl+qualsiasi freccia"
+#~ msgid "Time to load new filament when switch filament. For statistics only"
+#~ msgstr ""
+#~ "Tempo di caricamento del nuovo filamento quando si cambia filamento, solo "
+#~ "a fini statistici."
-#~ msgid "Alt+Left mouse button"
-#~ msgstr "Alt+tasto sinistro del mouse"
+#~ msgid ""
+#~ "Time to unload old filament when switch filament. For statistics only"
+#~ msgstr ""
+#~ "Tempo di scarico vecchio filamento quando si cambia filamento, solo a "
+#~ "fini statistici."
-#~ msgid "Ctrl+Left mouse button"
-#~ msgstr "Ctrl+Tasto sinistro del mouse"
+#~ msgid ""
+#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a "
+#~ "new filament during a tool change (when executing the T code). This time "
+#~ "is added to the total print time by the G-code time estimator."
+#~ msgstr ""
+#~ "Tempo per il firmware della stampante (o per l'unitĂ Multi Material 2.0) "
+#~ "per il caricamento del nuovo filamento durante il cambio strumento "
+#~ "(quando viene eseguito il T code). Questa durata viene aggiunta alla "
+#~ "stima del tempo totale di stampa del G-code."
-#~ msgid "â+Mouse wheel"
-#~ msgstr "â+Rotella mouse"
+#~ msgid ""
+#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload "
+#~ "a filament during a tool change (when executing the T code). This time is "
+#~ "added to the total print time by the G-code time estimator."
+#~ msgstr ""
+#~ "Tempo per il firmware della stampante (o per l'unitĂ Multi Material 2.0) "
+#~ "per lo scaricamento del nuovo filamento durante il cambio strumento "
+#~ "(quando viene eseguito il T code). Questa durata viene aggiunta alla "
+#~ "stima del tempo totale di stampa del G-code."
-#~ msgid "â„+Mouse wheel"
-#~ msgstr "â„+Rotella mouse"
+#~ msgid "Filter out gaps smaller than the threshold specified"
+#~ msgstr "Filtra gli spazi piĂč piccoli della soglia specificata"
-#~ msgid "Ctrl+Mouse wheel"
-#~ msgstr "Ctrl+Rotellina del mouse"
+#~ msgid ""
+#~ "Enable this option for chamber temperature control. An M191 command will "
+#~ "be added before \"machine_start_gcode\"\n"
+#~ "G-code commands: M141/M191 S(0-255)"
+#~ msgstr ""
+#~ "Abilitare questa opzione per il controllo della temperatura della camera. "
+#~ "Un comando M191 verrĂ aggiunto prima di \"machine_start_gcode\"\n"
+#~ "Comandi G-code: M141/M191 S(0-255)"
-#~ msgid "Alt+Mouse wheel"
-#~ msgstr "Alt+Rotella del mouse"
+#~ msgid ""
+#~ "Higher chamber temperature can help suppress or reduce warping and "
+#~ "potentially lead to higher interlayer bonding strength for high "
+#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, "
+#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, "
+#~ "TPU, PVA and other low temperature materials,the actual chamber "
+#~ "temperature should not be high to avoid cloggings, so 0 which stands for "
+#~ "turning off is highly recommended"
+#~ msgstr ""
+#~ "Una temperatura della camera piĂč elevata puĂČ aiutare a sopprimere o "
+#~ "ridurre la deformazione e potenzialmente portare a una maggiore forza di "
+#~ "adesione tra gli strati per materiali ad alta temperatura come ABS, ASA, "
+#~ "PC, PA e cosĂŹ via. Allo stesso tempo, la filtrazione dell'aria di ABS e "
+#~ "ASA peggiorerĂ . Mentre per PLA, PETG, TPU, PVA e altri materiali a bassa "
+#~ "temperatura, la temperatura effettiva della camera non dovrebbe essere "
+#~ "elevata per evitare intasamenti, quindi 0 che sta per spegnimento Ăš "
+#~ "altamente raccomandato"
#~ msgid ""
#~ "Different nozzle diameters and different filament diameters is not "
@@ -17164,12 +17341,13 @@ msgstr ""
#~ "nostro wiki.\n"
#~ "\n"
#~ "Di solito la calibrazione non Ăš necessaria. Quando si avvia una stampa a "
-#~ "singolo colore/materiale, con l'opzione \"calibrazione dinamica del flusso"
-#~ "\" selezionata nel menu di avvio della stampa, la stampante seguirĂ il "
-#~ "vecchio modo, calibrando il filamento prima della stampa; Quando si avvia "
-#~ "una stampa multicolore/materiale, la stampante utilizzerĂ il parametro di "
-#~ "compensazione predefinito per il filamento durante ogni cambio di "
-#~ "filamento, che avrĂ un buon risultato nella maggior parte dei casi.\n"
+#~ "singolo colore/materiale, con l'opzione \"calibrazione dinamica del "
+#~ "flusso\" selezionata nel menu di avvio della stampa, la stampante seguirĂ "
+#~ "il vecchio modo, calibrando il filamento prima della stampa; Quando si "
+#~ "avvia una stampa multicolore/materiale, la stampante utilizzerĂ il "
+#~ "parametro di compensazione predefinito per il filamento durante ogni "
+#~ "cambio di filamento, che avrĂ un buon risultato nella maggior parte dei "
+#~ "casi.\n"
#~ "\n"
#~ "Si prega di notare che ci sono alcuni casi che renderanno il risultato "
#~ "della calibrazione non affidabile: utilizzo di una piastra di texture per "
@@ -17566,8 +17744,8 @@ msgstr ""
#~ msgstr "Nessun layer sparso (SPERIMENTALE)"
#~ msgid ""
-#~ "We would rename the presets as \"Vendor Type Serial @printer you selected"
-#~ "\". \n"
+#~ "We would rename the presets as \"Vendor Type Serial @printer you "
+#~ "selected\". \n"
#~ "To add preset for more prinetrs, Please go to printer selection"
#~ msgstr ""
#~ "Rinomineremo le impostazioni predefinite come \"Tipo di fornitore seriale "
diff --git a/localization/i18n/ja/OrcaSlicer_ja.po b/localization/i18n/ja/OrcaSlicer_ja.po
index 16b11846d9f..83e11fca49f 100644
--- a/localization/i18n/ja/OrcaSlicer_ja.po
+++ b/localization/i18n/ja/OrcaSlicer_ja.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-08-03 18:54+0200\n"
+"POT-Creation-Date: 2024-08-23 16:24+0200\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -74,6 +74,9 @@ msgstr "èȘćć
楫è§ćșŠ"
msgid "On overhangs only"
msgstr "ăȘăŒăăŒăăłă°ăźăż"
+msgid "Auto support threshold angle: "
+msgstr "èȘćă”ăăŒăè§ćșŠéŸć€"
+
msgid "Circle"
msgstr "ććœą"
@@ -93,9 +96,6 @@ msgstr "%1%ă§éžæăăéąă ăăăă€ăłăăă"
msgid "Highlight faces according to overhang angle."
msgstr "ăȘăŒăăŒăăłă°ăźè§ćșŠă«ăăăă€ă©ă€ă"
-msgid "Auto support threshold angle: "
-msgstr "èȘćă”ăăŒăè§ćșŠéŸć€"
-
msgid "No auto support"
msgstr "èȘćă”ăăŒăçĄă"
@@ -1942,6 +1942,9 @@ msgstr "ăąăă«ăç°Ąç„ć"
msgid "Center"
msgstr "ă»ăłăżăŒ"
+msgid "Drop"
+msgstr ""
+
msgid "Edit Process Settings"
msgstr "ăăă»ăčèšćźăç·šé"
@@ -4023,6 +4026,15 @@ msgstr "ç·æé"
msgid "Total cost"
msgstr "Total cost"
+msgid "up to"
+msgstr "æ性"
+
+msgid "above"
+msgstr "仄äž"
+
+msgid "from"
+msgstr "from"
+
msgid "Color Scheme"
msgstr "é
èČăčăăŒă "
@@ -4086,12 +4098,12 @@ msgstr "ăăŁă©ăĄăłăäș€æćæ°"
msgid "Cost"
msgstr "ăłăčă"
-msgid "Print"
-msgstr "é ćœąăă"
-
msgid "Color change"
msgstr "èČć€æŽ"
+msgid "Print"
+msgstr "é ćœąăă"
+
msgid "Printer"
msgstr "ăăȘăłăżăŒ"
@@ -4275,7 +4287,7 @@ msgstr "ăăȘă„ăŒă "
msgid "Size:"
msgstr "ă”ă€ăș:"
-#, c-format, boost-format
+#, boost-format
msgid ""
"Conflicts of gcode paths have been found at layer %d, z = %.2lf mm. Please "
"separate the conflicted objects farther (%s <-> %s)."
@@ -4711,6 +4723,18 @@ msgstr "Pass 2"
msgid "Flow rate test - Pass 2"
msgstr "Flow rate test - Pass 2"
+msgid "YOLO (Recommended)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.01 step"
+msgstr ""
+
+msgid "YOLO (perfectionist version)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.005 step"
+msgstr ""
+
msgid "Flow rate"
msgstr "Flow rate"
@@ -5951,19 +5975,14 @@ msgstr "è€æ°ăźăăŒăăć«ăăȘăăžă§ăŻăăæ€ćșăăăŸăă"
msgid "The file does not contain any geometry data."
msgstr "ăăźăăĄă€ă«ă«ăŻăžăȘăĄăăȘăăŒăżăć«ăŸăăŠăăŸăăă"
-msgid ""
-"Your object appears to be too large. It will be scaled down to fit the heat "
-"bed automatically."
-msgstr ""
-
-msgid "Object too large"
-msgstr "ăȘăăžă§ăŻăă性ăăăăŸă"
-
msgid ""
"Your object appears to be too large, Do you want to scale it down to fit the "
"heat bed automatically?"
msgstr "ăȘăăžă§ăŻăă性ăăăăźăăă§ăăăăăă«ćăăăŠăčă±ăŒă«ăăŸăăïŒ"
+msgid "Object too large"
+msgstr "ăȘăăžă§ăŻăă性ăăăăŸă"
+
msgid "Export STL file:"
msgstr "STLăăĄă€ă«ăăšăŻăčăăŒă:"
@@ -6333,6 +6352,9 @@ msgstr "ç¶èĄăăŸăăïŒ"
msgid "Language selection"
msgstr "èšèȘéžæ"
+msgid "Switching application language while some presets are modified."
+msgstr "ăąăăȘă±ăŒă·ă§ăłèšèȘăćăæżăăæă«ăăăȘă»ăăăźć€æŽăăăăŸă"
+
msgid "Changing application language"
msgstr "èšèȘăć€æŽ"
@@ -7398,8 +7420,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 ""
"ăăăçĄăăźăżă€ă ă©ăăčăăăȘăéČç»ăăæă«ăăăżă€ă ă©ăăčăă©ă€ă ăżăŻăŒă"
"ăèżœć ăăŠăă ăăăăăŹăŒăă§ćłăŻăȘăăŻăăŠăăăăȘăăăŁăăèżœć ăâăăżă€ă "
@@ -8230,8 +8252,11 @@ msgstr "ăȘăăžă§ăŻăäžèŠ§"
msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files"
msgstr "Import geometry data from STL/STEP/3MF/OBJ/AMF files"
-msgid "Shift+G"
-msgstr ""
+msgid "â+Shift+G"
+msgstr "â+Shift+G"
+
+msgid "Ctrl+Shift+G"
+msgstr "Ctrl+Shift+G"
msgid "Paste from clipboard"
msgstr "èČŒăä»ă"
@@ -8278,18 +8303,33 @@ msgstr "Shift+Tab"
msgid "Collapse/Expand the sidebar"
msgstr "ă”ă€ăăăŒăć±é/é ă"
-msgid "Any arrow"
-msgstr ""
+msgid "â+Any arrow"
+msgstr "â+ââââ"
msgid "Movement in camera space"
msgstr "ăȘăăžă§ăŻă移ć"
+msgid "â„+Left mouse button"
+msgstr "â„+ăăŠăčć·Šăăżăł"
+
msgid "Select a part"
msgstr "ăăŒăăéžæ"
+msgid "â+Left mouse button"
+msgstr "â+ăăŠăčć·Šăăżăł"
+
msgid "Select multiple objects"
msgstr "è€æ°ăźăȘăăžă§ăŻăăéžæ"
+msgid "Ctrl+Any arrow"
+msgstr "Ctrl+ââââ"
+
+msgid "Alt+Left mouse button"
+msgstr "Alt+ăăŠăčć·Šăăżăł"
+
+msgid "Ctrl+Left mouse button"
+msgstr "Ctrl+ăăŠăčć·Šăăżăł"
+
msgid "Shift+Left mouse button"
msgstr "Shift + ăăŠăčć·Šăăżăł"
@@ -8392,12 +8432,24 @@ msgstr "æșć"
msgid "Move: press to snap by 1mm"
msgstr "1mmćäœă§ç§»ć"
+msgid "â+Mouse wheel"
+msgstr "â+ăăŠăčăă€ăŒă«"
+
msgid "Support/Color Painting: adjust pen radius"
msgstr "ă”ăăŒă/èČćĄă: ććŸăźă”ă€ăș"
+msgid "â„+Mouse wheel"
+msgstr "â„+ăăŠăčăă€ăŒă«"
+
msgid "Support/Color Painting: adjust section position"
msgstr "ă”ăăŒă/èČćĄă: æéąăźäœçœź"
+msgid "Ctrl+Mouse wheel"
+msgstr "Ctrl+ăăŠăčăă€ăŒă«"
+
+msgid "Alt+Mouse wheel"
+msgstr "Alt+ăăŠăčăă€ăŒă«"
+
msgid "Gizmo"
msgstr "Gizmo"
@@ -9382,14 +9434,31 @@ msgid "Apply gap fill"
msgstr ""
msgid ""
-"Enables gap fill for the selected surfaces. The minimum gap length that will "
-"be filled can be controlled from the filter out tiny gaps option below.\n"
+"Enables gap fill for the selected solid surfaces. The minimum gap length "
+"that will be filled can be controlled from the filter out tiny gaps option "
+"below.\n"
"\n"
"Options:\n"
-"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n"
+"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces "
+"for maximum strength\n"
"2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces "
-"only\n"
-"3. Nowhere: Disables gap fill\n"
+"only, balancing print speed, reducing potential over extrusion in the solid "
+"infill and making sure the top and bottom surfaces have no pin hole gaps\n"
+"3. Nowhere: Disables gap fill for all solid infill areas. \n"
+"\n"
+"Note that if using the classic perimeter generator, gap fill may also be "
+"generated between perimeters, if a full width line cannot fit between them. "
+"That perimeter gap fill is not controlled by this setting. \n"
+"\n"
+"If you would like all gap fill, including the classic perimeter generated "
+"one, removed, set the filter out tiny gaps value to a large number, like "
+"999999. \n"
+"\n"
+"However this is not advised, as gap fill between perimeters is contributing "
+"to the model's strength. For models where excessive gap fill is generated "
+"between perimeters, a better option would be to switch to the arachne wall "
+"generator and use this option to control whether the cosmetic top and bottom "
+"surface gap fill is generated"
msgstr ""
msgid "Everywhere"
@@ -9459,10 +9528,11 @@ msgstr "ăăȘăăžæ”é"
msgid ""
"Decrease this value slightly(for example 0.9) to reduce the amount of "
-"material for bridge, to improve sag"
+"material for bridge, to improve sag. \n"
+"\n"
+"The actual bridge flow used is calculated by multiplying this value with the "
+"filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"ăăźć€ăć°ă (äŸăă° 0.9) ć°ăăăăăăȘăăžçšă«æŒćșăéăæžăăăăăăżăéČ"
-"ăăŸăă"
msgid "Internal bridge flow ratio"
msgstr ""
@@ -9470,7 +9540,11 @@ msgstr ""
msgid ""
"This value governs the thickness of the internal bridge layer. This is the "
"first layer over sparse infill. Decrease this value slightly (for example "
-"0.9) to improve surface quality over sparse infill."
+"0.9) to improve surface quality over sparse infill.\n"
+"\n"
+"The actual internal bridge flow used is calculated by multiplying this value "
+"with the bridge flow ratio, the filament flow ratio, and if set, the "
+"object's flow ratio."
msgstr ""
msgid "Top surface flow ratio"
@@ -9478,15 +9552,20 @@ msgstr "Top surface flow ratio"
msgid ""
"This factor affects the amount of material for top solid infill. You can "
-"decrease it slightly to have smooth surface finish"
+"decrease it slightly to have smooth surface finish. \n"
+"\n"
+"The actual top surface flow used is calculated by multiplying this value "
+"with the filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"This factor affects the amount of material for top solid infill. You can "
-"decrease it slightly to have a smooth surface finish."
msgid "Bottom surface flow ratio"
msgstr ""
-msgid "This factor affects the amount of material for bottom solid infill"
+msgid ""
+"This factor affects the amount of material for bottom solid infill. \n"
+"\n"
+"The actual bottom solid infill flow used is calculated by multiplying this "
+"value with the filament flow ratio, and if set, the object's flow ratio."
msgstr ""
msgid "Precise wall"
@@ -9618,9 +9697,25 @@ msgstr ""
msgid "Slow down for curled perimeters"
msgstr ""
+#, c-format, boost-format
msgid ""
-"Enable this option to slow printing down in areas where potential curled "
-"perimeters may exist"
+"Enable this option to slow down printing in areas where perimeters may have "
+"curled upwards.For example, additional slowdown will be applied when "
+"printing overhangs on sharp corners like the front of the Benchy hull, "
+"reducing curling which compounds over multiple layers.\n"
+"\n"
+" It is generally recommended to have this option switched on unless your "
+"printer cooling is powerful enough or the print speed slow enough that "
+"perimeter curling does not happen. If printing with a high external "
+"perimeter speed, this parameter may introduce slight artifacts when slowing "
+"down due to the large variance in print speeds. If you notice artifacts, "
+"ensure your pressure advance is tuned correctly.\n"
+"\n"
+"Note: When this option is enabled, overhang perimeters are treated like "
+"overhangs, meaning the overhang speed is applied even if the overhanging "
+"perimeter is part of a bridge. For example, when the perimeters are "
+"100% overhanging, with no wall supporting them from underneath, the "
+"100% overhang speed will be applied."
msgstr ""
msgid "mm/s or %"
@@ -9629,8 +9724,14 @@ msgstr "mm/s or %"
msgid "External"
msgstr ""
-msgid "Speed of bridge and completely overhang wall"
-msgstr "ăăȘăăžăé ćœąăăæă«éćșŠă§ăă"
+msgid ""
+"Speed of the externally visible bridge extrusions. \n"
+"\n"
+"In addition, if Slow down for curled perimeters is disabled or Classic "
+"overhang mode is enabled, it will be the print speed of overhang walls that "
+"are supported by less than 13%, whether they are part of a bridge or an "
+"overhang."
+msgstr ""
msgid "mm/s"
msgstr "mm/s"
@@ -9639,8 +9740,8 @@ msgid "Internal"
msgstr ""
msgid ""
-"Speed of internal bridge. If the value is expressed as a percentage, it will "
-"be calculated based on the bridge_speed. Default value is 150%."
+"Speed of internal bridges. If the value is expressed as a percentage, it "
+"will be calculated based on the bridge_speed. Default value is 150%."
msgstr ""
msgid "Brim width"
@@ -10153,6 +10254,17 @@ msgstr ""
"ăăŁă©ăĄăłăăŻæž©ćșŠă«ăăäœç©ăć€ăăăŸăăăăźèšćźă§æŒćșæ”éăæŻäŸçă«èȘżæŽă"
"ăŸăă 0.95 ïœ 1.05ăźéă§èšćźăăŠăăă ăăă"
+msgid ""
+"The material may have volumetric change after switching between molten state "
+"and crystalline state. This setting changes all extrusion flow of this "
+"filament in gcode proportionally. Recommended value range is between 0.95 "
+"and 1.05. Maybe you can tune this value to get nice flat surface when there "
+"has slight overflow or underflow. \n"
+"\n"
+"The final object flow ratio is this value multiplied by the filament flow "
+"ratio."
+msgstr ""
+
msgid "Enable pressure advance"
msgstr "Enable pressure advance"
@@ -10320,18 +10432,29 @@ msgstr "mmÂł/s"
msgid "Filament load time"
msgstr "ăăŁă©ăĄăłăăăŒăæé"
-msgid "Time to load new filament when switch filament. For statistics only"
+msgid ""
+"Time to load new filament when switch filament. It's usually applicable for "
+"single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
msgstr ""
-"ăăŁă©ăĄăłăăć
„ăæżăăæă«ăăăŁă©ăĄăłăăăăŒăăăæéă§ăăç”±èšçźçă«äœż"
-"çšăăăŠăăŸăă"
msgid "Filament unload time"
msgstr "ăăŁă©ăĄăłăăąăłăăŒăæé"
-msgid "Time to unload old filament when switch filament. For statistics only"
+msgid ""
+"Time to unload old filament when switch filament. It's usually applicable "
+"for single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
+msgstr ""
+
+msgid "Tool change time"
+msgstr ""
+
+msgid ""
+"Time taken to switch tools. It's usually applicable for tool changers or "
+"multi-tool machines. For single-extruder multi-material machines, it's "
+"typically 0. For statistics only"
msgstr ""
-"ăăŁă©ăĄăłăăć
„ăæżăăæă«ăăăŁă©ăĄăłăăăąăłăăŒăăăæéă§ăăç”±èšçźç"
-"ă«äœżçšăăăŠăăŸăă"
msgid ""
"Filament diameter is used to calculate extrusion in gcode, so it's important "
@@ -10454,15 +10577,6 @@ msgstr "æćŸăźć·ćŽç§»ćăźéćșŠ"
msgid "Cooling moves are gradually accelerating towards this speed."
msgstr "ć·ćŽćäœăŻăăăźéćșŠă«ćăăŁăŠćŸă
ă«ć éăăŠăăŸăă"
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-"ăăŒă«ăźć€æŽäžïŒTăłăŒăăźćźèĄæïŒă«ăăȘăłăżăŒăăĄăŒă ăŠă§ăąïŒăŸăăŻMulti "
-"Material Unit 2.0ïŒăæ°ăăăăŁă©ăĄăłăăăăŒăăăæéă ăăźæéăŻăGăłăŒă"
-"æéæšćźăăă°ă©ă ă«ăăŁăŠćèšăăȘăłăæéă«èżœć ăăăŸăă"
-
msgid "Ramming parameters"
msgstr "ă©ăăłă°ăă©ăĄăŒăżăŒ"
@@ -10473,15 +10587,6 @@ msgstr ""
"ăăźæććăŻă©ăăłă°ăă€ăąăă°ă§ç·šéăăăă©ăăłă°ćșæăźăă©ăĄăŒăżăŒăć«ăŸă"
"ăŠăăŸăă"
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-"ăăŒă«ăă§ăłăžäžïŒTăłăŒăăźćźèĄæïŒă«ăăȘăłăżăŒăăĄăŒă ăŠă§ăąïŒăŸăăŻMulti "
-"Material Unit 2.0ïŒăăăŁă©ăĄăłăăăąăłăăŒăăăæéă ăăźæéăŻăGăłăŒăæ"
-"éäșæžŹăăă°ă©ă ă«ăăŁăŠćèšăăȘăłăäșæžŹæéă«èżœć ăăăŸăă"
-
msgid "Enable ramming for multitool setups"
msgstr "ăă«ăăăŒă«ăźă»ăăăąăăă§ă©ăăłă°ăæćčă«ăă"
@@ -10801,10 +10906,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 "layer"
@@ -10864,7 +10969,10 @@ msgstr "Filter out tiny gaps"
msgid "Layers and Perimeters"
msgstr "ç©ć±€ăšćąç"
-msgid "Filter out gaps smaller than the threshold specified"
+msgid ""
+"Don't print gap fill with a length is smaller than the threshold specified "
+"(in mm). This setting applies to top, bottom and solid infill and, if using "
+"the classic perimeter generator, to wall gap fill. "
msgstr ""
msgid ""
@@ -12730,29 +12838,40 @@ msgid "Activate temperature control"
msgstr ""
msgid ""
-"Enable this option for chamber temperature control. An M191 command will be "
-"added before \"machine_start_gcode\"\n"
-"G-code commands: M141/M191 S(0-255)"
+"Enable this option for automated chamber temperature control. This option "
+"activates the emitting of an M191 command before the "
+"\"machine_start_gcode\"\n"
+" which sets the chamber temperature and waits until it is reached. In "
+"addition, it emits an M141 command at the end of the print to turn off the "
+"chamber heater, if present. \n"
+"\n"
+"This option relies on the firmware supporting the M191 and M141 commands "
+"either via macros or natively and is usually used when an active chamber "
+"heater is installed."
msgstr ""
msgid "Chamber temperature"
msgstr "Chamber temperature"
msgid ""
-"Higher chamber temperature can help suppress or reduce warping and "
-"potentially lead to higher interlayer bonding strength for high temperature "
-"materials like ABS, ASA, PC, PA and so on.At the same time, the air "
-"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and "
-"other low temperature materials,the actual chamber temperature should not be "
-"high to avoid cloggings, so 0 which stands for turning off is highly "
-"recommended"
+"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber "
+"temperature can help suppress or reduce warping and potentially lead to "
+"higher interlayer bonding strength. However, at the same time, a higher "
+"chamber temperature will reduce the efficiency of air filtration for ABS and "
+"ASA. \n"
+"\n"
+"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option "
+"should be disabled (set to 0) as the chamber temperature should be low to "
+"avoid extruder clogging caused by material softening at the heat break.\n"
+"\n"
+"If enabled, this parameter also sets a gcode variable named "
+"chamber_temperature, which can be used to pass the desired chamber "
+"temperature to your print start macro, or a heat soak macro like this: "
+"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may "
+"be useful if your printer does not support M141/M191 commands, or if you "
+"desire to handle heat soaking in the print start macro if no active chamber "
+"heater is installed."
msgstr ""
-"Higher chamber temperature can help suppress or reduce warping and "
-"potentially lead to higher interlayer bonding strength for high temperature "
-"materials like ABS, ASA, PC, PA and so on. At the same time, the air "
-"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and "
-"other low temperature materials, the actual chamber temperature should not "
-"be high to avoid clogs, so 0 (turned off) is highly recommended."
msgid "Nozzle temperature for layers after the initial one"
msgstr "1ć±€çźćŸăźăășă«æž©ćșŠ"
@@ -14575,8 +14694,8 @@ msgstr ""
"Do you want to rewrite it?"
msgid ""
-"We would rename the presets as \"Vendor Type Serial @printer you selected"
-"\". \n"
+"We would rename the presets as \"Vendor Type Serial @printer you "
+"selected\". \n"
"To add preset for more printers, Please go to printer selection"
msgstr ""
@@ -15794,53 +15913,68 @@ msgstr ""
"ABS, appropriately increasing the heatbed temperature can reduce the "
"probability of warping?"
-#~ msgid "up to"
-#~ msgstr "æ性"
-
-#~ msgid "above"
-#~ msgstr "仄äž"
-
-#~ msgid "from"
-#~ msgstr "from"
-
-#~ msgid "Switching application language while some presets are modified."
-#~ msgstr "ăąăăȘă±ăŒă·ă§ăłèšèȘăćăæżăăæă«ăăăȘă»ăăăźć€æŽăăăăŸă"
-
-#~ msgid "â+Shift+G"
-#~ msgstr "â+Shift+G"
-
-#~ msgid "Ctrl+Shift+G"
-#~ msgstr "Ctrl+Shift+G"
-
-#~ msgid "â+Any arrow"
-#~ msgstr "â+ââââ"
-
-#~ msgid "â„+Left mouse button"
-#~ msgstr "â„+ăăŠăčć·Šăăżăł"
-
-#~ msgid "â+Left mouse button"
-#~ msgstr "â+ăăŠăčć·Šăăżăł"
+#~ msgid ""
+#~ "Decrease this value slightly(for example 0.9) to reduce the amount of "
+#~ "material for bridge, to improve sag"
+#~ msgstr ""
+#~ "ăăźć€ăć°ă (äŸăă° 0.9) ć°ăăăăăăȘăăžçšă«æŒćșăéăæžăăăăăăżă"
+#~ "éČăăŸăă"
-#~ msgid "Ctrl+Any arrow"
-#~ msgstr "Ctrl+ââââ"
+#~ msgid ""
+#~ "This factor affects the amount of material for top solid infill. You can "
+#~ "decrease it slightly to have smooth surface finish"
+#~ msgstr ""
+#~ "This factor affects the amount of material for top solid infill. You can "
+#~ "decrease it slightly to have a smooth surface finish."
-#~ msgid "Alt+Left mouse button"
-#~ msgstr "Alt+ăăŠăčć·Šăăżăł"
+#~ msgid "Speed of bridge and completely overhang wall"
+#~ msgstr "ăăȘăăžăé ćœąăăæă«éćșŠă§ăă"
-#~ msgid "Ctrl+Left mouse button"
-#~ msgstr "Ctrl+ăăŠăčć·Šăăżăł"
+#~ msgid "Time to load new filament when switch filament. For statistics only"
+#~ msgstr ""
+#~ "ăăŁă©ăĄăłăăć
„ăæżăăæă«ăăăŁă©ăĄăłăăăăŒăăăæéă§ăăç”±èšçźçă«"
+#~ "äœżçšăăăŠăăŸăă"
-#~ msgid "â+Mouse wheel"
-#~ msgstr "â+ăăŠăčăă€ăŒă«"
+#~ msgid ""
+#~ "Time to unload old filament when switch filament. For statistics only"
+#~ msgstr ""
+#~ "ăăŁă©ăĄăłăăć
„ăæżăăæă«ăăăŁă©ăĄăłăăăąăłăăŒăăăæéă§ăăç”±èšçź"
+#~ "çă«äœżçšăăăŠăăŸăă"
-#~ msgid "â„+Mouse wheel"
-#~ msgstr "â„+ăăŠăčăă€ăŒă«"
+#~ msgid ""
+#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a "
+#~ "new filament during a tool change (when executing the T code). This time "
+#~ "is added to the total print time by the G-code time estimator."
+#~ msgstr ""
+#~ "ăăŒă«ăźć€æŽäžïŒTăłăŒăăźćźèĄæïŒă«ăăȘăłăżăŒăăĄăŒă ăŠă§ăąïŒăŸăăŻMulti "
+#~ "Material Unit 2.0ïŒăæ°ăăăăŁă©ăĄăłăăăăŒăăăæéă ăăźæéăŻăG"
+#~ "ăłăŒăæéæšćźăăă°ă©ă ă«ăăŁăŠćèšăăȘăłăæéă«èżœć ăăăŸăă"
-#~ msgid "Ctrl+Mouse wheel"
-#~ msgstr "Ctrl+ăăŠăčăă€ăŒă«"
+#~ msgid ""
+#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload "
+#~ "a filament during a tool change (when executing the T code). This time is "
+#~ "added to the total print time by the G-code time estimator."
+#~ msgstr ""
+#~ "ăăŒă«ăă§ăłăžäžïŒTăłăŒăăźćźèĄæïŒă«ăăȘăłăżăŒăăĄăŒă ăŠă§ăąïŒăŸăăŻ"
+#~ "Multi Material Unit 2.0ïŒăăăŁă©ăĄăłăăăąăłăăŒăăăæéă ăăźæéăŻă"
+#~ "GăłăŒăæéäșæžŹăăă°ă©ă ă«ăăŁăŠćèšăăȘăłăäșæžŹæéă«èżœć ăăăŸăă"
-#~ msgid "Alt+Mouse wheel"
-#~ msgstr "Alt+ăăŠăčăă€ăŒă«"
+#~ msgid ""
+#~ "Higher chamber temperature can help suppress or reduce warping and "
+#~ "potentially lead to higher interlayer bonding strength for high "
+#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, "
+#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, "
+#~ "TPU, PVA and other low temperature materials,the actual chamber "
+#~ "temperature should not be high to avoid cloggings, so 0 which stands for "
+#~ "turning off is highly recommended"
+#~ msgstr ""
+#~ "Higher chamber temperature can help suppress or reduce warping and "
+#~ "potentially lead to higher interlayer bonding strength for high "
+#~ "temperature materials like ABS, ASA, PC, PA and so on. At the same time, "
+#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, "
+#~ "TPU, PVA and other low temperature materials, the actual chamber "
+#~ "temperature should not be high to avoid clogs, so 0 (turned off) is "
+#~ "highly recommended."
#~ msgid ""
#~ "Different nozzle diameters and different filament diameters is not "
diff --git a/localization/i18n/ko/OrcaSlicer_ko.po b/localization/i18n/ko/OrcaSlicer_ko.po
index d9d2118ec3b..27b80dc0f3e 100644
--- a/localization/i18n/ko/OrcaSlicer_ko.po
+++ b/localization/i18n/ko/OrcaSlicer_ko.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-08-03 18:54+0200\n"
+"POT-Creation-Date: 2024-08-23 16:24+0200\n"
"PO-Revision-Date: 2024-05-31 23:33+0900\n"
"Last-Translator: ElectricalBoy <15651807+ElectricalBoy@users.noreply.github."
"com>\n"
@@ -79,6 +79,9 @@ msgstr "ì€ë§íž ì±ì°êž° ê°ë"
msgid "On overhangs only"
msgstr "ëì¶ë¶ìë§ ìč íêž°"
+msgid "Auto support threshold angle: "
+msgstr "ìë ì§ì§ë ìêłê° ê°ë: "
+
msgid "Circle"
msgstr "ì"
@@ -98,9 +101,6 @@ msgstr "\"%1%\"ìì ì íí ìììë§ ìč íêž° íì©"
msgid "Highlight faces according to overhang angle."
msgstr "ëì¶ë¶ ê°ëì ë°ëŒ ë©Žì ê°ìĄ° íìí©ëë€."
-msgid "Auto support threshold angle: "
-msgstr "ìë ì§ì§ë ìêłê° ê°ë: "
-
msgid "No auto support"
msgstr "ìë ì§ì§ë ëčíì±"
@@ -1962,6 +1962,9 @@ msgstr "ëȘšëž ëšìí"
msgid "Center"
msgstr "ì€ì"
+msgid "Drop"
+msgstr ""
+
msgid "Edit Process Settings"
msgstr "íëĄìžì€ ì€ì ìì ížì§"
@@ -4052,6 +4055,15 @@ msgstr "ìê° í©êł"
msgid "Total cost"
msgstr "ìŽ ëčì©"
+msgid "up to"
+msgstr "êčì§"
+
+msgid "above"
+msgstr "ìì"
+
+msgid "from"
+msgstr "ë¶í°"
+
msgid "Color Scheme"
msgstr "ì ê”Źì±í"
@@ -4115,12 +4127,12 @@ msgstr "íëŒë©íž ëłêČœ ìê°"
msgid "Cost"
msgstr "ëčì©"
-msgid "Print"
-msgstr "ì¶ë „"
-
msgid "Color change"
msgstr "ì ëłêČœ"
+msgid "Print"
+msgstr "ì¶ë „"
+
msgid "Printer"
msgstr "í늰í°"
@@ -4304,7 +4316,7 @@ msgstr "ì©ë:"
msgid "Size:"
msgstr "íŹêž°:"
-#, c-format, boost-format
+#, boost-format
msgid ""
"Conflicts of gcode paths have been found at layer %d, z = %.2lf mm. Please "
"separate the conflicted objects farther (%s <-> %s)."
@@ -4744,6 +4756,18 @@ msgstr "2ì°š í
ì€íž"
msgid "Flow rate test - Pass 2"
msgstr "ì ë í
ì€íž - 2ì°š"
+msgid "YOLO (Recommended)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.01 step"
+msgstr ""
+
+msgid "YOLO (perfectionist version)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.005 step"
+msgstr ""
+
msgid "Flow rate"
msgstr "ì ë"
@@ -5998,19 +6022,14 @@ msgstr "ìŹëŹ ë¶íìŒëĄ ê”Źì±ë ê°ìČŽê° ê°ì§ëìì”ëë€"
msgid "The file does not contain any geometry data."
msgstr "íìŒì íì ë°ìŽí°ê° íŹíšëìŽ ìì§ ìì”ëë€."
-msgid ""
-"Your object appears to be too large. It will be scaled down to fit the heat "
-"bed automatically."
-msgstr ""
-
-msgid "Object too large"
-msgstr "ê°ìČŽê° ë돎 íŒ"
-
msgid ""
"Your object appears to be too large, Do you want to scale it down to fit the "
"heat bed automatically?"
msgstr "ê°ìČŽê° ë돎 íœëë€. ìëìŒëĄ êł ìš ëČ ëì ë§êČ íŹêž°ë„Œ ì€ìŽìêČ ì”ëêč?"
+msgid "Object too large"
+msgstr "ê°ìČŽê° ë돎 íŒ"
+
msgid "Export STL file:"
msgstr "STL íìŒ ëŽëłŽëŽêž°:"
@@ -6380,6 +6399,9 @@ msgstr "êłìíìêČ ì”ëêč?"
msgid "Language selection"
msgstr "ìžìŽ ì í"
+msgid "Switching application language while some presets are modified."
+msgstr "ìŒë¶ ìŹì ì€ì ìŽ ìì ëë ëì ìì© íëĄê·žëš ìžìŽë„Œ ì íí©ëë€."
+
msgid "Changing application language"
msgstr "ìì© íëĄê·žëš ìžìŽ ëłêČœ"
@@ -7460,8 +7482,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 ""
"íŽí€ë ììŽ ìê° êČœêłŒë„Œ êž°ëĄí êČœì° \"íìë©ì€ ëŠêž° íì\"ë„Œ ì¶ê°íë êČìŽ ìą"
"ì”ëë€\n"
@@ -8312,8 +8334,11 @@ msgstr "ê°ìČŽ ëȘ©ëĄ"
msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files"
msgstr "STL/STEP/3MF/OBJ/AMF íìŒìì íì ë°ìŽí° ê°ì žì€êž°"
-msgid "Shift+G"
-msgstr ""
+msgid "â+Shift+G"
+msgstr "â+Shift+G"
+
+msgid "Ctrl+Shift+G"
+msgstr "Ctrl+Shift+G"
msgid "Paste from clipboard"
msgstr "íŽëŠœëłŽëìì ë¶ìŹëŁêž°"
@@ -8363,18 +8388,33 @@ msgstr "Shift+Tab"
msgid "Collapse/Expand the sidebar"
msgstr "ìŹìŽëë° ì êž°/íŒìčêž°"
-msgid "Any arrow"
-msgstr ""
+msgid "â+Any arrow"
+msgstr "â+ì돎 íìŽí"
msgid "Movement in camera space"
msgstr "ìčŽë©ëŒ êł”ê°ìì ìŽë"
+msgid "â„+Left mouse button"
+msgstr "â„+ë§ì°ì€ ìŒìȘœ ëČíŒ"
+
msgid "Select a part"
msgstr "ë¶í ì í"
+msgid "â+Left mouse button"
+msgstr "â+ë§ì°ì€ ìŒìȘœ ëČíŒ"
+
msgid "Select multiple objects"
msgstr "ìŹëŹ ê°ìČŽ ì í"
+msgid "Ctrl+Any arrow"
+msgstr "Ctrl+íìŽí"
+
+msgid "Alt+Left mouse button"
+msgstr "Alt+ë§ì°ì€ ìŒìȘœ ëČíŒ"
+
+msgid "Ctrl+Left mouse button"
+msgstr "Ctrl+ë§ì°ì€ ìŒìȘœ ëČíŒ"
+
msgid "Shift+Left mouse button"
msgstr "Shift+ë§ì°ì€ ìŒìȘœ ëČíŒ"
@@ -8477,12 +8517,24 @@ msgstr "ì¶ë „í"
msgid "Move: press to snap by 1mm"
msgstr "ìŽë: ëëŹì 1mmì© ìŽë"
+msgid "â+Mouse wheel"
+msgstr "â+ë§ì°ì€ í "
+
msgid "Support/Color Painting: adjust pen radius"
msgstr "ì§ì§ë/ìì ìč íêž°: í ë°êČœ ìĄ°ì "
+msgid "â„+Mouse wheel"
+msgstr "â„+ë§ì°ì€ í "
+
msgid "Support/Color Painting: adjust section position"
msgstr "ì§ì§ë/ìì ìč íêž°: ëšë©Ž ììč ìĄ°ì "
+msgid "Ctrl+Mouse wheel"
+msgstr "Ctrl+ë§ì°ì€ í "
+
+msgid "Alt+Mouse wheel"
+msgstr "Alt+ë§ì°ì€ í "
+
msgid "Gizmo"
msgstr "ëê”Ź ìì"
@@ -9502,22 +9554,32 @@ msgid "Apply gap fill"
msgstr "ê°êČ© ì±ì°êž° ì ì©"
msgid ""
-"Enables gap fill for the selected surfaces. The minimum gap length that will "
-"be filled can be controlled from the filter out tiny gaps option below.\n"
+"Enables gap fill for the selected solid surfaces. The minimum gap length "
+"that will be filled can be controlled from the filter out tiny gaps option "
+"below.\n"
"\n"
"Options:\n"
-"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n"
+"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces "
+"for maximum strength\n"
"2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces "
-"only\n"
-"3. Nowhere: Disables gap fill\n"
-msgstr ""
-"ì íí íë©Žì ëíŽ ê°êČ© ì±ì°êž°ë„Œ íì±íí©ëë€. ì±ìì§ ì”ì ê°êČ© êžžìŽë ìë"
-"ì ìì ê°êČ© íí°ë§ ì”ì
ìì ì ìŽí ì ìì”ëë€.\n"
+"only, balancing print speed, reducing potential over extrusion in the solid "
+"infill and making sure the top and bottom surfaces have no pin hole gaps\n"
+"3. Nowhere: Disables gap fill for all solid infill areas. \n"
"\n"
-"ì”ì
:\n"
-"1. ìŽëììë: ìëš, íëš ë° ëŽë¶ ì늏ë íë©Žì ê°êČ© ì±ì°êž°ë„Œ ì ì©í©ëë€.\n"
-"2. ìëš ë° íëš íë©Ž: ìëš ë° íëš íë©Žìë§ ê°êČ© ì±ì°êž°ë„Œ ì ì©í©ëë€.\n"
-"3. ì돎ë°ë: ê°êČ© ì±ì°êž°ë„Œ ëčíì±íí©ëë€.\n"
+"Note that if using the classic perimeter generator, gap fill may also be "
+"generated between perimeters, if a full width line cannot fit between them. "
+"That perimeter gap fill is not controlled by this setting. \n"
+"\n"
+"If you would like all gap fill, including the classic perimeter generated "
+"one, removed, set the filter out tiny gaps value to a large number, like "
+"999999. \n"
+"\n"
+"However this is not advised, as gap fill between perimeters is contributing "
+"to the model's strength. For models where excessive gap fill is generated "
+"between perimeters, a better option would be to switch to the arachne wall "
+"generator and use this option to control whether the cosmetic top and bottom "
+"surface gap fill is generated"
+msgstr ""
msgid "Everywhere"
msgstr "ìŽëìë"
@@ -9588,8 +9650,11 @@ msgstr "ëžëŠżì§ ì ë ëčìš"
msgid ""
"Decrease this value slightly(for example 0.9) to reduce the amount of "
-"material for bridge, to improve sag"
-msgstr "ìŽ ê°ì ìœê°(ì: 0.9) ì€ìŹ ëžëŠżì§ì ìì¶ëì ì€ìŹ ìČì§ì ê°ì í©ëë€"
+"material for bridge, to improve sag. \n"
+"\n"
+"The actual bridge flow used is calculated by multiplying this value with the "
+"filament flow ratio, and if set, the object's flow ratio."
+msgstr ""
msgid "Internal bridge flow ratio"
msgstr "ëŽë¶ ëžëŠżì§ ì ë ëčìš"
@@ -9597,27 +9662,33 @@ msgstr "ëŽë¶ ëžëŠżì§ ì ë ëčìš"
msgid ""
"This value governs the thickness of the internal bridge layer. This is the "
"first layer over sparse infill. Decrease this value slightly (for example "
-"0.9) to improve surface quality over sparse infill."
+"0.9) to improve surface quality over sparse infill.\n"
+"\n"
+"The actual internal bridge flow used is calculated by multiplying this value "
+"with the bridge flow ratio, the filament flow ratio, and if set, the "
+"object's flow ratio."
msgstr ""
-"ìŽ ê°ì ëŽë¶ ëžëŠżì§ ë ìŽìŽì ëê»ë„Œ êČ°ì í©ëë€. ìŽêČì ë돞 ì±ì°êž° ìì ìČ« ëČ"
-"짞 ë ìŽìŽì
ëë€. ë돞 ì±ì°êž°ëłŽë€ íë©Ž íì§ì í„ììí€ë €ë©Ž ìŽ ê°ì ìœê°(ì: "
-"0.9) ì€ì
ëë€."
msgid "Top surface flow ratio"
msgstr "ìëš íë©Ž ì ë ëčìš"
msgid ""
"This factor affects the amount of material for top solid infill. You can "
-"decrease it slightly to have smooth surface finish"
+"decrease it slightly to have smooth surface finish. \n"
+"\n"
+"The actual top surface flow used is calculated by multiplying this value "
+"with the filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"ìŽ ê°ì ìëš êœì°Ź ëŽë¶ ì±ì°êž°ì ìŹëŁì ìì ìí„ì 믞ìč©ëë€. ë¶ëëŹìŽ íë©Ž ë§"
-"ê°ì ìíŽ ìœê° ì€ìŹë ë©ëë€"
msgid "Bottom surface flow ratio"
msgstr "íëš íë©Ž ì ë ëčìš"
-msgid "This factor affects the amount of material for bottom solid infill"
-msgstr "ìŽ ê°ì íëš êœì°Ź ëŽë¶ ì±ì°êž°ì ìŹëŁì ìì ìí„ì 믞ìč©ëë€"
+msgid ""
+"This factor affects the amount of material for bottom solid infill. \n"
+"\n"
+"The actual bottom solid infill flow used is calculated by multiplying this "
+"value with the filament flow ratio, and if set, the object's flow ratio."
+msgstr ""
msgid "Precise wall"
msgstr "ì ë°í ëČœ"
@@ -9784,12 +9855,26 @@ msgstr "ëì¶ë¶ ì ëì ë°ëŒ ì¶ë „ ìëë„Œ ëźì¶ë €ë©Ž ìŽ ì”ì
ì
msgid "Slow down for curled perimeters"
msgstr "êșŸìŹ ìë ëë ìì ê°ì"
+#, c-format, boost-format
msgid ""
-"Enable this option to slow printing down in areas where potential curled "
-"perimeters may exist"
+"Enable this option to slow down printing in areas where perimeters may have "
+"curled upwards.For example, additional slowdown will be applied when "
+"printing overhangs on sharp corners like the front of the Benchy hull, "
+"reducing curling which compounds over multiple layers.\n"
+"\n"
+" It is generally recommended to have this option switched on unless your "
+"printer cooling is powerful enough or the print speed slow enough that "
+"perimeter curling does not happen. If printing with a high external "
+"perimeter speed, this parameter may introduce slight artifacts when slowing "
+"down due to the large variance in print speeds. If you notice artifacts, "
+"ensure your pressure advance is tuned correctly.\n"
+"\n"
+"Note: When this option is enabled, overhang perimeters are treated like "
+"overhangs, meaning the overhang speed is applied even if the overhanging "
+"perimeter is part of a bridge. For example, when the perimeters are "
+"100% overhanging, with no wall supporting them from underneath, the "
+"100% overhang speed will be applied."
msgstr ""
-"êșŸìŹ ìë ëë ê° ìì ì ìë ìììì ì¶ë „ ìëë„Œ ëźì¶ë €ë©Ž ìŽ ì”ì
ì íì±í"
-"íìžì"
msgid "mm/s or %"
msgstr "mm/s ëë %"
@@ -9797,8 +9882,14 @@ msgstr "mm/s ëë %"
msgid "External"
msgstr "ìžë¶"
-msgid "Speed of bridge and completely overhang wall"
-msgstr "ëžëŠżì§ì ëì¶ë¶ ëČœì ìë"
+msgid ""
+"Speed of the externally visible bridge extrusions. \n"
+"\n"
+"In addition, if Slow down for curled perimeters is disabled or Classic "
+"overhang mode is enabled, it will be the print speed of overhang walls that "
+"are supported by less than 13%, whether they are part of a bridge or an "
+"overhang."
+msgstr ""
msgid "mm/s"
msgstr "mm/s"
@@ -9807,11 +9898,9 @@ msgid "Internal"
msgstr "ëŽë¶"
msgid ""
-"Speed of internal bridge. If the value is expressed as a percentage, it will "
-"be calculated based on the bridge_speed. Default value is 150%."
+"Speed of internal bridges. If the value is expressed as a percentage, it "
+"will be calculated based on the bridge_speed. Default value is 150%."
msgstr ""
-"ëŽë¶ ëžëŠżì§ ìë. ê°ì ë°±ë¶ìšëĄ íìíë©Ž ìžë¶ ëžëŠżì§ ìëë„Œ êž°ì€ìŒëĄ êłì°ë©ë"
-"ë€. êž°ëłžê°ì 150%ì
ëë€."
msgid "Brim width"
msgstr "ëžëŠŒ ëëč"
@@ -10420,6 +10509,17 @@ msgstr ""
"ëČìë 0.95ì 1.05 ìŹìŽì
ëë€. ìœê°ì êłŒëìì¶ ëë êłŒììì¶ìŽ ìì ë ìŽ ê°"
"ì ìĄ°ì íìŹ ííí íë©Žì ì»ì ì ìì”ëë€"
+msgid ""
+"The material may have volumetric change after switching between molten state "
+"and crystalline state. This setting changes all extrusion flow of this "
+"filament in gcode proportionally. Recommended value range is between 0.95 "
+"and 1.05. Maybe you can tune this value to get nice flat surface when there "
+"has slight overflow or underflow. \n"
+"\n"
+"The final object flow ratio is this value multiplied by the filament flow "
+"ratio."
+msgstr ""
+
msgid "Enable pressure advance"
msgstr "íë ì
ìŽëë°Žì€ íì±í"
@@ -10601,15 +10701,29 @@ msgstr "mmÂł/s"
msgid "Filament load time"
msgstr "íëŒë©íž ëŁêž° ìê°"
-msgid "Time to load new filament when switch filament. For statistics only"
-msgstr "íëŒë©íž ê”ìČŽ ì ì íëŒë©ížë„Œ ëŁë ìê°ì
ëë€. í”êłìë§ ìŹì©ë©ëë€"
+msgid ""
+"Time to load new filament when switch filament. It's usually applicable for "
+"single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
+msgstr ""
msgid "Filament unload time"
msgstr "íëŒë©íž ëčŒêž° ìê°"
-msgid "Time to unload old filament when switch filament. For statistics only"
+msgid ""
+"Time to unload old filament when switch filament. It's usually applicable "
+"for single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
+msgstr ""
+
+msgid "Tool change time"
+msgstr ""
+
+msgid ""
+"Time taken to switch tools. It's usually applicable for tool changers or "
+"multi-tool machines. For single-extruder multi-material machines, it's "
+"typically 0. For statistics only"
msgstr ""
-"íëŒë©ížë„Œ ê”ìČŽí ë êž°ìĄŽ íëŒë©ížë„Œ ëčŒë ìê°ì
ëë€. í”êłìë§ ìŹì©ë©ëë€"
msgid ""
"Filament diameter is used to calculate extrusion in gcode, so it's important "
@@ -10747,15 +10861,6 @@ msgstr "ë§ì§ë§ ëê° ìŽë ìë"
msgid "Cooling moves are gradually accelerating towards this speed."
msgstr "ëê° ëìì ìŽ ìëë„Œ í„íŽ ì ì§ì ìŒëĄ ê°ìë©ëë€."
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-"íŽ ê”ìČŽ ì€(T ìœë ì€í ì) íëŠ°í° íìšìŽ(ëë Multi Material Unit 2.0)ê° ì "
-"íëŒë©ížë„Œ ëŁë ìê°ì
ëë€. ìŽ ìê°ì Gìœë ìê° êłì°êž°ì ìíŽ ìŽ ì¶ë „ ìê°"
-"ì ì¶ê°ë©ëë€."
-
msgid "Ramming parameters"
msgstr "ëë° ë§€ê°ëłì"
@@ -10765,15 +10870,6 @@ msgid ""
msgstr ""
"ìŽ ëŹžììŽì RammingDialogì ìíŽ ížì§ëë©° ëë° êŽë š 맀ê°ëłìë„Œ íŹíší©ëë€."
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-"íŽ ê”ìČŽ ì€(T ìœë ì€í ì) íëŠ°í° íìšìŽ(ëë Multi Material Unit 2.0)ê° íëŒ"
-"ë©ížë„Œ ëčŒë ìê°ì
ëë€. ìŽ ìê°ì Gìœë ìê° êłì°êž°ì ìíŽ ìŽ ì¶ë „ ìê°ì ì¶"
-"ê°ë©ëë€."
-
msgid "Enable ramming for multitool setups"
msgstr "ë€ì€ ìì¶êž° ì€ì ì ìí ëë° íì±í"
@@ -11120,10 +11216,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 ""
"íŹ ìëë \"close_fan_the_first_x_layers\" ì 0ìì \"full_fan_speed_layer\" "
"ì ì”êł ìëêčì§ ì íì ìŒëĄ ìŠê°í©ëë€. \"full_fan_speed_layer\"ê° "
@@ -11191,8 +11287,11 @@ msgstr "ìì ê°êČ© íí°ë§"
msgid "Layers and Perimeters"
msgstr "ë ìŽìŽì ì€êłœì "
-msgid "Filter out gaps smaller than the threshold specified"
-msgstr "ì§ì ë ìêłê°ëłŽë€ ìì ê°êČ©ì íí°ë§í©ëë€"
+msgid ""
+"Don't print gap fill with a length is smaller than the threshold specified "
+"(in mm). This setting applies to top, bottom and solid infill and, if using "
+"the classic perimeter generator, to wall gap fill. "
+msgstr ""
msgid ""
"Speed of gap infill. Gap usually has irregular line width and should be "
@@ -13238,31 +13337,40 @@ msgid "Activate temperature control"
msgstr "ìšë ì ìŽ íì±í"
msgid ""
-"Enable this option for chamber temperature control. An M191 command will be "
-"added before \"machine_start_gcode\"\n"
-"G-code commands: M141/M191 S(0-255)"
+"Enable this option for automated chamber temperature control. This option "
+"activates the emitting of an M191 command before the "
+"\"machine_start_gcode\"\n"
+" which sets the chamber temperature and waits until it is reached. In "
+"addition, it emits an M141 command at the end of the print to turn off the "
+"chamber heater, if present. \n"
+"\n"
+"This option relies on the firmware supporting the M191 and M141 commands "
+"either via macros or natively and is usually used when an active chamber "
+"heater is installed."
msgstr ""
-"ì±ëČ ìšë ì ìŽë„Œ ìíŽ ìŽ ì”ì
ì íì±íí©ëë€. M191 ëȘ
ë čìŽ "
-"\"machine_start_gcode\" ìì ì¶ê°ë©ëë€.\n"
-"Gìœë ëȘ
ë č: M141/M191 S(0-255)"
msgid "Chamber temperature"
msgstr "ì±ëČ ìšë"
msgid ""
-"Higher chamber temperature can help suppress or reduce warping and "
-"potentially lead to higher interlayer bonding strength for high temperature "
-"materials like ABS, ASA, PC, PA and so on.At the same time, the air "
-"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and "
-"other low temperature materials,the actual chamber temperature should not be "
-"high to avoid cloggings, so 0 which stands for turning off is highly "
-"recommended"
+"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber "
+"temperature can help suppress or reduce warping and potentially lead to "
+"higher interlayer bonding strength. However, at the same time, a higher "
+"chamber temperature will reduce the efficiency of air filtration for ABS and "
+"ASA. \n"
+"\n"
+"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option "
+"should be disabled (set to 0) as the chamber temperature should be low to "
+"avoid extruder clogging caused by material softening at the heat break.\n"
+"\n"
+"If enabled, this parameter also sets a gcode variable named "
+"chamber_temperature, which can be used to pass the desired chamber "
+"temperature to your print start macro, or a heat soak macro like this: "
+"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may "
+"be useful if your printer does not support M141/M191 commands, or if you "
+"desire to handle heat soaking in the print start macro if no active chamber "
+"heater is installed."
msgstr ""
-"ì±ëČ ìšëê° ëììëĄ ë€í늌ì ì”ì íê±°ë ì€ìŽë ë° ëììŽ ë ì ììŒë©° ì ìŹì "
-"ìŒëĄ ABS, ASA, PC, PA ë±êłŒ ê°ì êł ìš ìŹëŁì ìž”ê° êČ°í© ê°ëê° ëìì§ ì ìì”ë"
-"ë€. ëìì ABS ë° ASAì êł”êž° ìŹêłŒë ëì± ì
íë©ëë€. PLA, PETG, TPU, PVA ë° "
-"êž°í ì ìš ìŹëŁì êČœì° ë§íì ë°©ì§íë €ë©Ž ì€ì ì±ëČ ìšëê° ëì§ ìììŒ íëŻëĄ "
-"êșŒì§ì ì믞íë 0ì ì ê·č ê¶ì„í©ëë€"
msgid "Nozzle temperature for layers after the initial one"
msgstr "ìŽêž° ë ìŽìŽ ìŽíì ë
žìŠ ìšë"
@@ -15157,8 +15265,8 @@ msgstr ""
"ë€ì ìì±íìêČ ì”ëêč?"
msgid ""
-"We would rename the presets as \"Vendor Type Serial @printer you selected"
-"\". \n"
+"We would rename the presets as \"Vendor Type Serial @printer you "
+"selected\". \n"
"To add preset for more printers, Please go to printer selection"
msgstr ""
"ìŹì ì€ì ì ìŽëŠì \"ì íí êł”êžì
ìČŽ ì í ì§ë Ź @í늰í°\"ëĄ ëłêČœí©ëë€.\n"
@@ -16422,53 +16530,120 @@ msgstr ""
"ABSì ê°ìŽ ë€íëŠŒìŽ ë°ìíêž° ìŹìŽ ììŹë„Œ ì¶ë „í ë, íížëČ ë ìšëë„Œ ì ì íêČ "
"ëìŽë©Ž ë€í늌 ê°ë„ì±ì ì€ìŒ ì ìë€ë ìŹì€ì ìêł êłì
šëì?"
-#~ msgid "up to"
-#~ msgstr "êčì§"
-
-#~ msgid "above"
-#~ msgstr "ìì"
+#~ msgid ""
+#~ "Enables gap fill for the selected surfaces. The minimum gap length that "
+#~ "will be filled can be controlled from the filter out tiny gaps option "
+#~ "below.\n"
+#~ "\n"
+#~ "Options:\n"
+#~ "1. Everywhere: Applies gap fill to top, bottom and internal solid "
+#~ "surfaces\n"
+#~ "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces "
+#~ "only\n"
+#~ "3. Nowhere: Disables gap fill\n"
+#~ msgstr ""
+#~ "ì íí íë©Žì ëíŽ ê°êČ© ì±ì°êž°ë„Œ íì±íí©ëë€. ì±ìì§ ì”ì ê°êČ© êžžìŽë ì"
+#~ "ëì ìì ê°êČ© íí°ë§ ì”ì
ìì ì ìŽí ì ìì”ëë€.\n"
+#~ "\n"
+#~ "ì”ì
:\n"
+#~ "1. ìŽëììë: ìëš, íëš ë° ëŽë¶ ì늏ë íë©Žì ê°êČ© ì±ì°êž°ë„Œ ì ì©í©ë"
+#~ "ë€.\n"
+#~ "2. ìëš ë° íëš íë©Ž: ìëš ë° íëš íë©Žìë§ ê°êČ© ì±ì°êž°ë„Œ ì ì©í©ëë€.\n"
+#~ "3. ì돎ë°ë: ê°êČ© ì±ì°êž°ë„Œ ëčíì±íí©ëë€.\n"
-#~ msgid "from"
-#~ msgstr "ë¶í°"
+#~ msgid ""
+#~ "Decrease this value slightly(for example 0.9) to reduce the amount of "
+#~ "material for bridge, to improve sag"
+#~ msgstr "ìŽ ê°ì ìœê°(ì: 0.9) ì€ìŹ ëžëŠżì§ì ìì¶ëì ì€ìŹ ìČì§ì ê°ì í©ëë€"
-#~ msgid "Switching application language while some presets are modified."
-#~ msgstr "ìŒë¶ ìŹì ì€ì ìŽ ìì ëë ëì ìì© íëĄê·žëš ìžìŽë„Œ ì íí©ëë€."
+#~ msgid ""
+#~ "This value governs the thickness of the internal bridge layer. This is "
+#~ "the first layer over sparse infill. Decrease this value slightly (for "
+#~ "example 0.9) to improve surface quality over sparse infill."
+#~ msgstr ""
+#~ "ìŽ ê°ì ëŽë¶ ëžëŠżì§ ë ìŽìŽì ëê»ë„Œ êČ°ì í©ëë€. ìŽêČì ë돞 ì±ì°êž° ìì "
+#~ "ìČ« ëČ짞 ë ìŽìŽì
ëë€. ë돞 ì±ì°êž°ëłŽë€ íë©Ž íì§ì í„ììí€ë €ë©Ž ìŽ ê°ì ìœ"
+#~ "ê°(ì: 0.9) ì€ì
ëë€."
-#~ msgid "â+Shift+G"
-#~ msgstr "â+Shift+G"
+#~ msgid ""
+#~ "This factor affects the amount of material for top solid infill. You can "
+#~ "decrease it slightly to have smooth surface finish"
+#~ msgstr ""
+#~ "ìŽ ê°ì ìëš êœì°Ź ëŽë¶ ì±ì°êž°ì ìŹëŁì ìì ìí„ì 믞ìč©ëë€. ë¶ëëŹìŽ í"
+#~ "ë©Ž ë§ê°ì ìíŽ ìœê° ì€ìŹë ë©ëë€"
-#~ msgid "Ctrl+Shift+G"
-#~ msgstr "Ctrl+Shift+G"
+#~ msgid "This factor affects the amount of material for bottom solid infill"
+#~ msgstr "ìŽ ê°ì íëš êœì°Ź ëŽë¶ ì±ì°êž°ì ìŹëŁì ìì ìí„ì 믞ìč©ëë€"
-#~ msgid "â+Any arrow"
-#~ msgstr "â+ì돎 íìŽí"
+#~ msgid ""
+#~ "Enable this option to slow printing down in areas where potential curled "
+#~ "perimeters may exist"
+#~ msgstr ""
+#~ "êșŸìŹ ìë ëë ê° ìì ì ìë ìììì ì¶ë „ ìëë„Œ ëźì¶ë €ë©Ž ìŽ ì”ì
ì íì±"
+#~ "ííìžì"
-#~ msgid "â„+Left mouse button"
-#~ msgstr "â„+ë§ì°ì€ ìŒìȘœ ëČíŒ"
+#~ msgid "Speed of bridge and completely overhang wall"
+#~ msgstr "ëžëŠżì§ì ëì¶ë¶ ëČœì ìë"
-#~ msgid "â+Left mouse button"
-#~ msgstr "â+ë§ì°ì€ ìŒìȘœ ëČíŒ"
+#~ msgid ""
+#~ "Speed of internal bridge. If the value is expressed as a percentage, it "
+#~ "will be calculated based on the bridge_speed. Default value is 150%."
+#~ msgstr ""
+#~ "ëŽë¶ ëžëŠżì§ ìë. ê°ì ë°±ë¶ìšëĄ íìíë©Ž ìžë¶ ëžëŠżì§ ìëë„Œ êž°ì€ìŒëĄ êłì°"
+#~ "ë©ëë€. êž°ëłžê°ì 150%ì
ëë€."
-#~ msgid "Ctrl+Any arrow"
-#~ msgstr "Ctrl+íìŽí"
+#~ msgid "Time to load new filament when switch filament. For statistics only"
+#~ msgstr "íëŒë©íž ê”ìČŽ ì ì íëŒë©ížë„Œ ëŁë ìê°ì
ëë€. í”êłìë§ ìŹì©ë©ëë€"
-#~ msgid "Alt+Left mouse button"
-#~ msgstr "Alt+ë§ì°ì€ ìŒìȘœ ëČíŒ"
+#~ msgid ""
+#~ "Time to unload old filament when switch filament. For statistics only"
+#~ msgstr ""
+#~ "íëŒë©ížë„Œ ê”ìČŽí ë êž°ìĄŽ íëŒë©ížë„Œ ëčŒë ìê°ì
ëë€. í”êłìë§ ìŹì©ë©ëë€"
-#~ msgid "Ctrl+Left mouse button"
-#~ msgstr "Ctrl+ë§ì°ì€ ìŒìȘœ ëČíŒ"
+#~ msgid ""
+#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a "
+#~ "new filament during a tool change (when executing the T code). This time "
+#~ "is added to the total print time by the G-code time estimator."
+#~ msgstr ""
+#~ "íŽ ê”ìČŽ ì€(T ìœë ì€í ì) íëŠ°í° íìšìŽ(ëë Multi Material Unit 2.0)ê° "
+#~ "ì íëŒë©ížë„Œ ëŁë ìê°ì
ëë€. ìŽ ìê°ì Gìœë ìê° êłì°êž°ì ìíŽ ìŽ ì¶ë „ "
+#~ "ìê°ì ì¶ê°ë©ëë€."
-#~ msgid "â+Mouse wheel"
-#~ msgstr "â+ë§ì°ì€ í "
+#~ msgid ""
+#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload "
+#~ "a filament during a tool change (when executing the T code). This time is "
+#~ "added to the total print time by the G-code time estimator."
+#~ msgstr ""
+#~ "íŽ ê”ìČŽ ì€(T ìœë ì€í ì) íëŠ°í° íìšìŽ(ëë Multi Material Unit 2.0)ê° "
+#~ "íëŒë©ížë„Œ ëčŒë ìê°ì
ëë€. ìŽ ìê°ì Gìœë ìê° êłì°êž°ì ìíŽ ìŽ ì¶ë „ ì"
+#~ "ê°ì ì¶ê°ë©ëë€."
-#~ msgid "â„+Mouse wheel"
-#~ msgstr "â„+ë§ì°ì€ í "
+#~ msgid "Filter out gaps smaller than the threshold specified"
+#~ msgstr "ì§ì ë ìêłê°ëłŽë€ ìì ê°êČ©ì íí°ë§í©ëë€"
-#~ msgid "Ctrl+Mouse wheel"
-#~ msgstr "Ctrl+ë§ì°ì€ í "
+#~ msgid ""
+#~ "Enable this option for chamber temperature control. An M191 command will "
+#~ "be added before \"machine_start_gcode\"\n"
+#~ "G-code commands: M141/M191 S(0-255)"
+#~ msgstr ""
+#~ "ì±ëČ ìšë ì ìŽë„Œ ìíŽ ìŽ ì”ì
ì íì±íí©ëë€. M191 ëȘ
ë čìŽ "
+#~ "\"machine_start_gcode\" ìì ì¶ê°ë©ëë€.\n"
+#~ "Gìœë ëȘ
ë č: M141/M191 S(0-255)"
-#~ msgid "Alt+Mouse wheel"
-#~ msgstr "Alt+ë§ì°ì€ í "
+#~ msgid ""
+#~ "Higher chamber temperature can help suppress or reduce warping and "
+#~ "potentially lead to higher interlayer bonding strength for high "
+#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, "
+#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, "
+#~ "TPU, PVA and other low temperature materials,the actual chamber "
+#~ "temperature should not be high to avoid cloggings, so 0 which stands for "
+#~ "turning off is highly recommended"
+#~ msgstr ""
+#~ "ì±ëČ ìšëê° ëììëĄ ë€í늌ì ì”ì íê±°ë ì€ìŽë ë° ëììŽ ë ì ììŒë©° ì "
+#~ "ìŹì ìŒëĄ ABS, ASA, PC, PA ë±êłŒ ê°ì êł ìš ìŹëŁì ìž”ê° êČ°í© ê°ëê° ëìì§ "
+#~ "ì ìì”ëë€. ëìì ABS ë° ASAì êł”êž° ìŹêłŒë ëì± ì
íë©ëë€. PLA, PETG, "
+#~ "TPU, PVA ë° êž°í ì ìš ìŹëŁì êČœì° ë§íì ë°©ì§íë €ë©Ž ì€ì ì±ëČ ìšëê° ëì§ "
+#~ "ìììŒ íëŻëĄ êșŒì§ì ì믞íë 0ì ì ê·č ê¶ì„í©ëë€"
#~ msgid ""
#~ "Different nozzle diameters and different filament diameters is not "
@@ -16913,8 +17088,8 @@ msgstr ""
#~ msgstr "ë돞 ë ìŽìŽ ìì(ì€íì )"
#~ msgid ""
-#~ "We would rename the presets as \"Vendor Type Serial @printer you selected"
-#~ "\". \n"
+#~ "We would rename the presets as \"Vendor Type Serial @printer you "
+#~ "selected\". \n"
#~ "To add preset for more prinetrs, Please go to printer selection"
#~ msgstr ""
#~ "ìŹì ì€ì ì ìŽëŠì \"ì íí êł”êžì
ìČŽ ì í ì§ë Ź @í늰í°\"ëĄ ëłêČœí©ëë€.\n"
diff --git a/localization/i18n/nl/OrcaSlicer_nl.po b/localization/i18n/nl/OrcaSlicer_nl.po
index a34760c9bc3..8b0635b1004 100644
--- a/localization/i18n/nl/OrcaSlicer_nl.po
+++ b/localization/i18n/nl/OrcaSlicer_nl.po
@@ -3,13 +3,16 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-08-03 18:54+0200\n"
+"POT-Creation-Date: 2024-08-23 16:24+0200\n"
+"PO-Revision-Date: \n"
+"Last-Translator: \n"
+"Language-Team: \n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n==1) ? 0 : 1;\n"
-"X-Generator: Localazy (https://localazy.com)\n"
+"X-Generator: Poedit 3.4.4\n"
msgid "Supports Painting"
msgstr "Ondersteuning (Support) tekenen"
@@ -71,6 +74,9 @@ msgstr "Slim vullen hoek"
msgid "On overhangs only"
msgstr "Alleen op overhangen"
+msgid "Auto support threshold angle: "
+msgstr "Maximale hoek automatische ondersteuning: "
+
msgid "Circle"
msgstr "Cirkel"
@@ -90,9 +96,6 @@ msgstr "Staat alleen schilderen toe op facetten geselecteerd met: \"%1%\""
msgid "Highlight faces according to overhang angle."
msgstr "Gebieden markeren op basis van overhangende hoek."
-msgid "Auto support threshold angle: "
-msgstr "Maximale hoek automatische ondersteuning: "
-
msgid "No auto support"
msgstr "Geen automatische ondersteuning"
@@ -103,7 +106,7 @@ msgid "Gizmo-Place on Face"
msgstr "Plaats op vlak"
msgid "Lay on face"
-msgstr "Op deze zijde neerleggen."
+msgstr "Op zijde leggen"
#, boost-format
msgid ""
@@ -254,7 +257,7 @@ msgid "World coordinates"
msgstr "Wereldcoördinaten"
msgid "Object coordinates"
-msgstr ""
+msgstr "Objectcoördinaten"
msgid "°"
msgstr "°"
@@ -267,7 +270,7 @@ msgid "%"
msgstr "%"
msgid "uniform scale"
-msgstr "Uniform schalen"
+msgstr "uniform schalen"
msgid "Planar"
msgstr "Planair"
@@ -291,7 +294,7 @@ msgid "Snap"
msgstr "Snap"
msgid "Prism"
-msgstr ""
+msgstr "Prisma"
msgid "Frustum"
msgstr "Frustum"
@@ -309,7 +312,7 @@ msgid "Place on cut"
msgstr "Op kniplijn plaatsen"
msgid "Flip upside down"
-msgstr ""
+msgstr "Draai ondersteboven"
msgid "Connectors"
msgstr "Verbindingen"
@@ -520,7 +523,7 @@ msgstr "Snij met behulp van vlak"
msgid "non-manifold edges be caused by cut tool, do you want to fix it now?"
msgstr ""
-"Niet-gevormde randen worden veroorzaakt door snijgereedschap: wil je dit nu "
+"hiet-gevormde randen worden veroorzaakt door snijgereedschap: wil je dit nu "
"herstellen?"
msgid "Repairing model object"
@@ -668,11 +671,11 @@ msgstr "Tekstvorm"
#. TRN - Title in Undo/Redo stack after rotate with text around emboss axe
msgid "Text rotate"
-msgstr ""
+msgstr "Text draaien"
#. TRN - Title in Undo/Redo stack after move with text along emboss axe - From surface
msgid "Text move"
-msgstr ""
+msgstr "Text verplaatsen"
msgid "Set Mirror"
msgstr "Stel spiegeling in"
@@ -750,16 +753,16 @@ msgstr ""
#, boost-format
msgid "Font \"%1%\" can't be selected."
-msgstr ""
+msgstr "Lettertype \"%1%\" kan niet worden geselecteerd."
msgid "Operation"
msgstr ""
msgid "Join"
-msgstr ""
+msgstr "Samenvoegen"
msgid "Click to change text into object part."
-msgstr ""
+msgstr "Klik om tekst in objectgedeelte te veranderen."
msgid "You can't change a type of the last solid part of the object."
msgstr ""
@@ -770,7 +773,7 @@ msgid "Cut"
msgstr "Knippen"
msgid "Click to change part type into negative volume."
-msgstr ""
+msgstr "Klik om het onderdeeltype te wijzigen naar een negatief volume."
msgid "Modifier"
msgstr "Aanpasser"
@@ -783,80 +786,80 @@ msgstr ""
#, boost-format
msgid "Rename style(%1%) for embossing text"
-msgstr ""
+msgstr "Stijl(%1%) hernoemen voor reliëftekst"
msgid "Name can't be empty."
-msgstr ""
+msgstr "Naam mag niet leeg zijn."
msgid "Name has to be unique."
-msgstr ""
+msgstr "Naam moet uniek zijn."
msgid "OK"
-msgstr "Offline"
+msgstr "OK"
msgid "Rename style"
-msgstr ""
+msgstr "Stijl hernoemen"
msgid "Rename current style."
-msgstr ""
+msgstr "Huidige stijl hernoemen."
msgid "Can't rename temporary style."
-msgstr ""
+msgstr "Kan tijdelijke stijl niet hernoemen."
msgid "First Add style to list."
-msgstr ""
+msgstr "Voeg eerst een stijl toe aan de lijst."
#, boost-format
msgid "Save %1% style"
-msgstr ""
+msgstr "Bewaar %1% stijl"
msgid "No changes to save."
-msgstr ""
+msgstr "Geen wijzigingen om op te slaan."
msgid "New name of style"
-msgstr ""
+msgstr "Nieuwe naam van stijl"
msgid "Save as new style"
-msgstr ""
+msgstr "Opslaan als nieuwe stijl"
msgid "Only valid font can be added to style."
-msgstr ""
+msgstr "Alleen geldige lettertypen kunnen aan de stijl worden toegevoegd."
msgid "Add style to my list."
-msgstr ""
+msgstr "Voeg stijl toe aan mijn lijst."
msgid "Save as new style."
-msgstr ""
+msgstr "Opslaan als nieuwe stijl."
msgid "Remove style"
-msgstr ""
+msgstr "Stijl verwijderen"
msgid "Can't remove the last existing style."
-msgstr ""
+msgstr "Kan de laatst bestaande stijl niet verwijderen."
#, boost-format
msgid "Are you sure you want to permanently remove the \"%1%\" style?"
-msgstr ""
+msgstr "Weet u zeker dat u de stijl \"%1%\" permanent wilt verwijderen?"
#, boost-format
msgid "Delete \"%1%\" style."
-msgstr ""
+msgstr "Stijl \"%1%\" verwijderen."
#, boost-format
msgid "Can't delete \"%1%\". It is last style."
-msgstr ""
+msgstr "Kan \"%1%\" niet verwijderen. Het is de laatste stijl."
#, boost-format
msgid "Can't delete temporary style \"%1%\"."
-msgstr ""
+msgstr "Kan tijdelijke stijl \"%1%\" niet verwijderen."
#, boost-format
msgid "Modified style \"%1%\""
-msgstr ""
+msgstr "Gewijzigde stijl \"%1%\""
#, boost-format
msgid "Current style is \"%1%\""
-msgstr ""
+msgstr "Huidige stijl is \"%1%\""
#, boost-format
msgid ""
@@ -864,13 +867,17 @@ msgid ""
"\n"
"Would you like to continue anyway?"
msgstr ""
+"Stijl wijzigen naar \"%1%\" zal de huidige stijlwijziging ongedaan maken.\n"
+"\n"
+"Wilt u toch doorgaan?"
msgid "Not valid style."
-msgstr ""
+msgstr "Ongeldige stijl."
#, boost-format
msgid "Style \"%1%\" can't be used and will be removed from a list."
msgstr ""
+"Stijl \"%1%\" kan niet worden gebruikt en wordt uit de lijst verwijderd."
msgid "Unset italic"
msgstr ""
@@ -925,18 +932,18 @@ msgstr "Bovenste"
msgctxt "Alignment"
msgid "Middle"
-msgstr ""
+msgstr "Midden"
msgctxt "Alignment"
msgid "Bottom"
msgstr "Onderste"
msgid "Revert alignment."
-msgstr ""
+msgstr "Uitlijning terugdraaien."
#. TRN EmbossGizmo: font units
msgid "points"
-msgstr ""
+msgstr "punten"
msgid "Revert gap between characters"
msgstr ""
@@ -994,6 +1001,9 @@ msgid ""
"Can't load exactly same font(\"%1%\"). Application selected a similar "
"one(\"%2%\"). You have to specify font for enable edit text."
msgstr ""
+"Kan niet exact hetzelfde lettertype laden(\"%1%\"). Er is een vergelijkbaar "
+"lettertype(\"%2%\") geselecteerd. U moet een lettertype opgeven om tekst te "
+"kunnen bewerken."
msgid "No symbol"
msgstr ""
@@ -1002,7 +1012,7 @@ msgid "Loading"
msgstr "Laden"
msgid "In queue"
-msgstr ""
+msgstr "In wachtrij"
#. TRN - Input label. Be short as possible
#. Height of one text line - Font Ascent
@@ -1077,7 +1087,7 @@ msgid "Leave SVG gizmo"
msgstr ""
msgid "SVG actions"
-msgstr ""
+msgstr "SVG acties"
msgid "SVG"
msgstr "SVG"
@@ -1468,7 +1478,7 @@ msgid "Choose one or more files (3mf/step/stl/svg/obj/amf):"
msgstr "Kies Ă©Ă©n of meer bestanden (3mf/step/stl/svg/obj/amf):"
msgid "Choose ZIP file"
-msgstr ""
+msgstr "Kies ZIP bestand"
msgid "Choose one file (gcode/3mf):"
msgstr "Kies Ă©Ă©n bestand (gcode/3mf):"
@@ -1514,7 +1524,7 @@ msgid "Sync user presets"
msgstr "Synchroniseer gebruikersvoorinstellingen"
msgid "Loading user preset"
-msgstr "Voorinstelling voor gebruiker laden"
+msgstr "Gebruikersvoorinstelling laden"
msgid "Switching application language"
msgstr "De taal van de applicatie wordt aangepast"
@@ -1772,7 +1782,7 @@ msgid "Filament %d"
msgstr "Filament %d"
msgid "current"
-msgstr "Huidige"
+msgstr "huidige"
msgid "Scale to build volume"
msgstr "Schalen naar bruikbaar volume"
@@ -1942,6 +1952,9 @@ msgstr "Model vereenvoudigen"
msgid "Center"
msgstr "Centreren"
+msgid "Drop"
+msgstr ""
+
msgid "Edit Process Settings"
msgstr "Procesinstellingen bewerken"
@@ -2262,13 +2275,13 @@ msgid "More"
msgstr "Meer"
msgid "Open Preferences."
-msgstr "Voorkeuren openen"
+msgstr "Voorkeuren openen."
msgid "Open next tip."
-msgstr "Volgende tip openen"
+msgstr "Volgende tip openen."
msgid "Open Documentation in web browser."
-msgstr "Documentatie openen in een webbrowser"
+msgstr "Documentatie openen in een webbrowser."
msgid "Color"
msgstr "Kleur"
@@ -2301,7 +2314,7 @@ msgid "Jump to Layer"
msgstr "Spring naar laag"
msgid "Please enter the layer number"
-msgstr "Voer het laagnummer in."
+msgstr "Voer het laagnummer in"
msgid "Add Pause"
msgstr "Pauze toevoegen"
@@ -2322,7 +2335,7 @@ msgid "Insert template custom G-code at the beginning of this layer."
msgstr "Insert template custom G-code at the beginning of this layer."
msgid "Filament "
-msgstr "Filament"
+msgstr "Filament "
msgid "Change filament at the beginning of this layer."
msgstr "Change filament at the beginning of this layer."
@@ -2376,7 +2389,7 @@ msgid "Connecting..."
msgstr "Verbinden..."
msgid "?"
-msgstr " ?"
+msgstr "?"
msgid "/"
msgstr "/"
@@ -2429,13 +2442,13 @@ msgid "Idling..."
msgstr "Inactief..."
msgid "Heat the nozzle"
-msgstr "Verwarm de nozzle"
+msgstr "Verwarm het mondstuk"
msgid "Cut filament"
msgstr "Filament afsnijden"
msgid "Pull back current filament"
-msgstr "huidig filament terugtrekken"
+msgstr "Huidig filament terugtrekken"
msgid "Push new filament into extruder"
msgstr "Nieuw filament in de extruder laden"
@@ -2486,7 +2499,7 @@ msgid "Arranging..."
msgstr "Rangschikken..."
msgid "Arranging"
-msgstr "Rangschikken..."
+msgstr "Rangschikken"
msgid "Arranging canceled."
msgstr "Rangschikken geannuleerd."
@@ -2531,10 +2544,10 @@ msgstr ""
"Het is niet mogelijk om automatisch te orienteren op dit printbed."
msgid "Orienting..."
-msgstr "Oriënteren "
+msgstr "Oriënteren..."
msgid "Orienting"
-msgstr "Oriënteren "
+msgstr "Oriënteren"
msgid "Orienting canceled."
msgstr ""
@@ -2706,7 +2719,7 @@ msgid "Cancelled"
msgstr "Geannuleerd"
msgid "Install successfully."
-msgstr "Succesvol geĂŻnstalleerd"
+msgstr "Succesvol geĂŻnstalleerd."
msgid "Installing"
msgstr "Installeren"
@@ -2786,7 +2799,7 @@ msgid ""
"Nozzle\n"
"Temperature"
msgstr ""
-"Nozzle\n"
+"Mondstuk\n"
"temperatuur"
msgid "max"
@@ -2850,19 +2863,19 @@ msgid ""
"results. Please fill in the same values as the actual printing. They can be "
"auto-filled by selecting a filament preset."
msgstr ""
-"De temperatuur van de nozzle en de maximale volumetrische snelheid zijn van "
-"invloed op de kalibratieresultaten. Voer dezelfde waarden in als bij de "
+"De temperatuur van het mondstuk en de maximale volumetrische snelheid zijn "
+"van invloed op de kalibratieresultaten. Voer dezelfde waarden in als bij de "
"daadwerkelijke afdruk. Ze kunnen automatisch worden gevuld door een "
"voorinstelling voor filamenten te selecteren."
msgid "Nozzle Diameter"
-msgstr "Diameter van de nozzle"
+msgstr "Mondstukdiameter"
msgid "Bed Type"
msgstr "Bed type"
msgid "Nozzle temperature"
-msgstr "Nozzle temperatuur"
+msgstr "Mondstuk temperatuur"
msgid "Bed Temperature"
msgstr "Bed Temperatuur"
@@ -3450,10 +3463,10 @@ msgid "Name is invalid;"
msgstr "Naam is ongeldig;"
msgid "illegal characters:"
-msgstr "Niet toegestande karakters:"
+msgstr "niet toegestane karakters:"
msgid "illegal suffix:"
-msgstr "Ongeldig achtervoegsel:"
+msgstr "ongeldig achtervoegsel:"
msgid "The name is not allowed to be empty."
msgstr "Het is niet toegestaand om de naam leeg te laten."
@@ -3562,7 +3575,7 @@ msgid ""
"Please make sure whether to use the temperature to print.\n"
"\n"
msgstr ""
-"Het kan zijn dat de nozzle verstopt raakt indien er geprint wordt met een "
+"Het kan zijn dat het mondstuk verstopt raakt indien er geprint wordt met een "
"temperatuur buiten de voorgestelde range.\n"
"Controleer en bevestig de temperatuur voordat u verder gaat met printen.\n"
"\n"
@@ -3572,8 +3585,8 @@ msgid ""
"Recommended nozzle temperature of this filament type is [%d, %d] degree "
"centigrade"
msgstr ""
-"De geadviseerde nozzle temperatuur voor dit type filament is [%d, %d] graden "
-"Celcius"
+"De aanbevolen mondstuk temperatuur voor dit type filament is [%d, %d] graden "
+"Celsius"
msgid ""
"Too small max volumetric speed.\n"
@@ -3588,9 +3601,9 @@ msgid ""
"it may result in material softening and clogging.The maximum safe "
"temperature for the material is %d"
msgstr ""
-"Current chamber temperature is higher than the material's safe temperature; "
-"this may result in material softening and nozzle clogs.The maximum safe "
-"temperature for the material is %d"
+"De huidige kamertemperatuur is hoger dan de veilige temperatuur van het "
+"materiaal; dit kan leiden tot verzachting van het materiaal en verstoppingen "
+"van het mondstuk. De maximale veilige temperatuur voor het materiaal is %d"
msgid ""
"Too small layer height.\n"
@@ -3764,7 +3777,7 @@ msgid "Homing toolhead"
msgstr "Printkop naar beginpositie"
msgid "Cleaning nozzle tip"
-msgstr "Nozzle wordt schoongemaakt"
+msgstr "Mondstuk wordt schoongemaakt"
msgid "Checking extruder temperature"
msgstr "Extruder temperatuur wordt gecontroleerd"
@@ -3782,7 +3795,7 @@ msgid "Calibrating extrusion flow"
msgstr "De extrusieflow kalibreren"
msgid "Paused due to nozzle temperature malfunction"
-msgstr "Onderbroken vanwege storing in de nozzle temperatuur"
+msgstr "Onderbroken vanwege storing in de temperatuur van het mondstuk"
msgid "Paused due to heat bed temperature malfunction"
msgstr "Onderbroken vanwege storing in de temperatuur van het printbed"
@@ -3819,7 +3832,7 @@ msgid "Motor noise showoff"
msgstr "Motorgeluid showoff"
msgid "Nozzle filament covered detected pause"
-msgstr "Nozzle filament bedekt gedetecteerde pauze"
+msgstr "Mondstuk filament bedekt gedetecteerde pauze"
msgid "Cutter error pause"
msgstr "Pauze bij snijfout"
@@ -4059,13 +4072,13 @@ msgid "Layer Time (log)"
msgstr "Laagtijd (logboek)"
msgid "Height: "
-msgstr "Hoogte:"
+msgstr "Hoogte: "
msgid "Width: "
-msgstr "Breedte:"
+msgstr "Breedte: "
msgid "Speed: "
-msgstr "Snelheid:"
+msgstr "Snelheid: "
msgid "Flow: "
msgstr "Flow: "
@@ -4112,6 +4125,15 @@ msgstr "Totale tijd"
msgid "Total cost"
msgstr "Total cost"
+msgid "up to"
+msgstr "tot"
+
+msgid "above"
+msgstr "Boven"
+
+msgid "from"
+msgstr "Van"
+
msgid "Color Scheme"
msgstr "Kleurschema"
@@ -4175,12 +4197,12 @@ msgstr "Filamentwisseltijden"
msgid "Cost"
msgstr "Kosten"
-msgid "Print"
-msgstr "Print"
-
msgid "Color change"
msgstr "Kleur veranderen"
+msgid "Print"
+msgstr "Print"
+
msgid "Printer"
msgstr "Printer"
@@ -4364,7 +4386,7 @@ msgstr "Volume:"
msgid "Size:"
msgstr "Maat:"
-#, c-format, boost-format
+#, boost-format
msgid ""
"Conflicts of gcode paths have been found at layer %d, z = %.2lf mm. Please "
"separate the conflicted objects farther (%s <-> %s)."
@@ -4804,6 +4826,18 @@ msgstr "Fase 2"
msgid "Flow rate test - Pass 2"
msgstr "Stroomsnelheidstest - Fase 2"
+msgid "YOLO (Recommended)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.01 step"
+msgstr ""
+
+msgid "YOLO (perfectionist version)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.005 step"
+msgstr ""
+
msgid "Flow rate"
msgstr "Flowrate"
@@ -5090,7 +5124,7 @@ msgid "Reload file list from printer."
msgstr "Reload file list from printer."
msgid "No printers."
-msgstr "Geen printers"
+msgstr "Geen printers."
#, c-format, boost-format
msgid "Connect failed [%d]!"
@@ -5211,7 +5245,7 @@ msgid "Error code: %d"
msgstr "Foutcode: %d"
msgid "Speed:"
-msgstr "Snelheid"
+msgstr "Snelheid:"
msgid "Deadzone:"
msgstr "Deadzone:"
@@ -5554,10 +5588,10 @@ msgid "Update your Orca Slicer could enable all functionality in the 3mf file."
msgstr ""
msgid "Current Version: "
-msgstr "Huidige versie:"
+msgstr "Huidige versie: "
msgid "Latest Version: "
-msgstr "Laatste versie:"
+msgstr "Laatste versie: "
msgid "Not for now"
msgstr "Not for now"
@@ -5581,7 +5615,7 @@ msgid "Undo integration was successful."
msgstr "Het ongedaan maken van de integratie is gelukt."
msgid "New network plug-in available."
-msgstr "Nieuwe netwerk plug-in beschikbaar"
+msgstr "Nieuwe netwerk plug-in beschikbaar."
msgid "Details"
msgstr "DĂ©tails"
@@ -5596,10 +5630,10 @@ msgid "Undo integration failed."
msgstr "Het ongedaan maken van de integratie is mislukt."
msgid "Exporting."
-msgstr "Exporteren"
+msgstr "Exporteren."
msgid "Software has New version."
-msgstr "Er is een update beschikbaar!"
+msgstr "Er is een update beschikbaar."
msgid "Goto download page."
msgstr "Ga naar de download pagina."
@@ -5758,13 +5792,15 @@ msgid "Filament Tangle Detect"
msgstr "Filament Tangle Detection"
msgid "Nozzle Clumping Detection"
-msgstr "Nozzle Clumping Detection"
+msgstr "Detectie van klontvorming in mondstuk"
msgid "Check if the nozzle is clumping by filament or other foreign objects."
-msgstr "Check if the nozzle is clumping by filament or other foreign objects."
+msgstr ""
+"Controleer of er klonten in het mondstuk zitten door filament of andere "
+"vreemde voorwerpen."
msgid "Nozzle Type"
-msgstr "Nozzle Type"
+msgstr "Mondstuk Type"
msgid "Stainless Steel"
msgstr "Roestvrij staal"
@@ -5941,18 +5977,18 @@ msgid ""
"clogged when printing this filament in a closed enclosure. Please open the "
"front door and/or remove the upper glass."
msgstr ""
-"The current heatbed temperature is relatively high. The nozzle may clog when "
-"printing this filament in a closed environment. Please open the front door "
-"and/or remove the upper glass."
+"De huidige warmtebedtemperatuur is relatief hoog. Het mondstuk kan verstopt "
+"raken bij het printen van dit filament in een gesloten omgeving. Open de "
+"voordeur en/of verwijder het bovenste glas."
msgid ""
"The nozzle hardness required by the filament is higher than the default "
"nozzle hardness of the printer. Please replace the hardened nozzle or "
"filament, otherwise, the nozzle will be attrited or damaged."
msgstr ""
-"De door het filament vereiste hardheid van de nozzle is hoger dan de "
-"standaard hardheid van de nozzle van de printer. Vervang de geharde nozzle "
-"of het filament, anders raakt de nozzle versleten of beschadigd."
+"De door het filament vereiste hardheid van het mondstuk is hoger dan de "
+"standaard hardheid van het mondstuk van de printer. Vervang het geharde "
+"mondstuk of het filament, anders raakt het mondstuk versleten of beschadigd."
msgid ""
"Enabling traditional timelapse photography may cause surface imperfections. "
@@ -6089,14 +6125,6 @@ msgstr "Er is een object met meerdere onderdelen gedetecteerd"
msgid "The file does not contain any geometry data."
msgstr "Het bestand bevat geen geometriegegevens."
-msgid ""
-"Your object appears to be too large. It will be scaled down to fit the heat "
-"bed automatically."
-msgstr ""
-
-msgid "Object too large"
-msgstr "Object te groot"
-
msgid ""
"Your object appears to be too large, Do you want to scale it down to fit the "
"heat bed automatically?"
@@ -6104,6 +6132,9 @@ msgstr ""
"Uw object lijkt te groot. Wilt u het verkleinen zodat het automatisch op het "
"printbed past?"
+msgid "Object too large"
+msgstr "Object te groot"
+
msgid "Export STL file:"
msgstr "Exporteer STL bestand:"
@@ -6164,7 +6195,7 @@ msgid "Please select a file"
msgstr "Selecteer een bestand"
msgid "Do you want to replace it"
-msgstr "Do you want to replace it?"
+msgstr "Wilt u deze vervangen?"
msgid "Message"
msgstr "Bericht"
@@ -6265,7 +6296,7 @@ msgid "The selected file"
msgstr "Het geselecteerde bestand"
msgid "does not contain valid gcode."
-msgstr "Bevat geen geldige Gcode"
+msgstr "Bevat geen geldige G-code"
msgid "Error occurs while loading G-code file"
msgstr "Er is een fout opgetreden tijdens het laden van het G-codebestand."
@@ -6273,16 +6304,18 @@ msgstr "Er is een fout opgetreden tijdens het laden van het G-codebestand."
#. TRN %1% is archive path
#, boost-format
msgid "Loading of a ZIP archive on path %1% has failed."
-msgstr ""
+msgstr "Het laden van een ZIP-archief op pad %1% is mislukt."
#. TRN: First argument = path to file, second argument = error description
#, boost-format
msgid "Failed to unzip file to %1%: %2%"
-msgstr ""
+msgstr "Kan het bestand niet uitpakken naar %1%: %2%"
#, boost-format
msgid "Failed to find unzipped file at %1%. Unzipping of file has failed."
msgstr ""
+"Kan het uitgepakte bestand op %1% niet vinden. Het uitpakken van het bestand "
+"is mislukt."
msgid "Drop project file"
msgstr "Projectbestand neerzetten"
@@ -6453,6 +6486,8 @@ msgid ""
"\"Fix Model\" feature is currently only on Windows. Please repair the model "
"on Orca Slicer(windows) or CAD softwares."
msgstr ""
+"De functie \"Model repareren\" is momenteel alleen beschikbaar op Windows. "
+"Repareer het model met OrcaSlicer (Windows) of andere CAD-software."
#, c-format, boost-format
msgid ""
@@ -6474,6 +6509,11 @@ msgstr "Wilt u doorgaan?"
msgid "Language selection"
msgstr "Taal selectie"
+msgid "Switching application language while some presets are modified."
+msgstr ""
+"De taal van de toepassing aanpaasen terwijl sommige voorinstellingen zijn "
+"aangepast."
+
msgid "Changing application language"
msgstr "Taal van de applicatie wijzigen"
@@ -6484,7 +6524,7 @@ msgid "Region selection"
msgstr "Regio selectie"
msgid "Second"
-msgstr "Seconde"
+msgstr "seconde(n)"
msgid "Browse"
msgstr "Browsen"
@@ -6493,19 +6533,19 @@ msgid "Choose Download Directory"
msgstr "Kies Downloadmap"
msgid "Associate"
-msgstr ""
+msgstr "Associeer"
msgid "with OrcaSlicer so that Orca can open models from"
-msgstr ""
+msgstr "met OrcaSlicer zodat Orca modellen kan openen van"
msgid "Current Association: "
-msgstr ""
+msgstr "Huidige associatie: "
msgid "Current Instance"
-msgstr ""
+msgstr "Huidige instantie"
msgid "Current Instance Path: "
-msgstr ""
+msgstr "Huidig instancepad: "
msgid "General Settings"
msgstr "Algemene instellingen"
@@ -6529,21 +6569,24 @@ msgid "Login Region"
msgstr "Inlogregio"
msgid "Stealth Mode"
-msgstr ""
+msgstr "Stealth-modus"
msgid ""
"This stops the transmission of data to Bambu's cloud services. Users who "
"don't use BBL machines or use LAN mode only can safely turn on this function."
msgstr ""
+"Hiermee wordt het versturen van gegevens naar Bambu's cloudservices gestopt. "
+"Gebruikers die geen BambuLab-machines gebruiken of alleen de LAN-modus "
+"gebruiken, kunnen deze functie veilig inschakelen."
msgid "Enable network plugin"
-msgstr ""
+msgstr "Netwerkplug-in inschakelen"
msgid "Check for stable updates only"
-msgstr ""
+msgstr "Alleen op stabiele updates controleren"
msgid "Metric"
-msgstr "Metriek"
+msgstr "Metrisch"
msgid "Imperial"
msgstr "Imperiaal"
@@ -6552,14 +6595,14 @@ msgid "Units"
msgstr "Eenheden"
msgid "Allow only one OrcaSlicer instance"
-msgstr ""
+msgstr "Sta slechts Ă©Ă©n OrcaSlicer-instantie toe"
msgid ""
"On OSX there is always only one instance of app running by default. However "
"it is allowed to run multiple instances of same app from the command line. "
"In such case this settings will allow only one instance."
msgstr ""
-"Op OSX is er standaard altijd maar Ă©Ă©n instantie van een app actief. Het is "
+"In OSX is er standaard altijd maar Ă©Ă©n instantie van een app actief. Het is "
"echter toegestaan om meerdere instanties van dezelfde app uit te voeren "
"vanaf de opdrachtregel. In dat geval staat deze instelling slechts Ă©Ă©n "
"instantie toe."
@@ -6569,37 +6612,42 @@ msgid ""
"same OrcaSlicer is already running, that instance will be reactivated "
"instead."
msgstr ""
+"Als deze optie is ingeschakeld, wordt OrcaSlicer opnieuw geactiveerd wanneer "
+"er al een ander exemplaar van OrcaSlicer is gestart."
msgid "Home"
msgstr "Thuis"
msgid "Default Page"
-msgstr ""
+msgstr "Startpagina"
msgid "Set the page opened on startup."
-msgstr ""
+msgstr "Stel de pagina in die wordt geopend bij het opstarten."
msgid "Touchpad"
-msgstr ""
+msgstr "Touchpad"
msgid "Camera style"
-msgstr ""
+msgstr "Camera stijl"
msgid ""
"Select camera navigation style.\n"
"Default: LMB+move for rotation, RMB/MMB+move for panning.\n"
"Touchpad: Alt+move for rotation, Shift+move for panning."
msgstr ""
+"Selecteer cameranavigatiestijl.\n"
+"Standaard: LMB+bewegen voor rotatie, RMB/MMB+bewegen voor pannen.\n"
+"Touchpad: Alt+bewegen voor rotatie, Shift+bewegen voor pannen."
msgid "Zoom to mouse position"
-msgstr "Zoom to mouse position"
+msgstr "Zoomen naar muispositie"
msgid ""
"Zoom in towards the mouse pointer's position in the 3D view, rather than the "
"2D window center."
msgstr ""
-"Zoom in towards the mouse pointer's position in the 3D view, rather than the "
-"2D window center."
+"Zoom in op de positie van de muisaanwijzer in de 3D-weergave, in plaats van "
+"op het midden van het venster."
msgid "Use free camera"
msgstr "Gebruik vrij beweegbare camera"
@@ -6610,16 +6658,18 @@ msgstr ""
"vaste camera."
msgid "Reverse mouse zoom"
-msgstr ""
+msgstr "Omgekeerde muiszoom"
msgid "If enabled, reverses the direction of zoom with mouse wheel."
msgstr ""
+"Als deze optie is ingeschakeld, wordt de zoomrichting met het muiswiel "
+"omgedraaid."
msgid "Show splash screen"
msgstr "Toon startscherm"
msgid "Show the splash screen during startup."
-msgstr ""
+msgstr "Toon het opstartscherm tijdens het opstarten."
msgid "Show \"Tip of the day\" notification after start"
msgstr "Toon de melding 'Tip van de dag' na het starten"
@@ -6639,21 +6689,27 @@ msgstr ""
msgid ""
"Flushing volumes: Auto-calculate every time when the filament is changed."
-msgstr "Flushing volumes: Auto-calculate every time the filament is changed."
+msgstr ""
+"Spoelvolumes: Automatisch berekenen telkens wanneer het filament wordt "
+"vervangen."
msgid "If enabled, auto-calculate every time when filament is changed"
-msgstr "If enabled, auto-calculate every time filament is changed"
+msgstr ""
+"Als dit is ingeschakeld, wordt er automatisch berekend telkens wanneer het "
+"filament wordt verwisseld"
msgid "Remember printer configuration"
-msgstr ""
+msgstr "Printerconfiguratie onthouden"
msgid ""
"If enabled, Orca will remember and switch filament/process configuration for "
"each printer automatically."
msgstr ""
+"Als dit is ingeschakeld, onthoudt Orca automatisch de filament-/"
+"procesconfiguratie voor elke printer en schakelt deze automatisch om."
msgid "Multi-device Management(Take effect after restarting Orca)."
-msgstr ""
+msgstr "Beheer van meerdere apparaten (Werkt nadat Orca opnieuw is opgestart)."
msgid ""
"With this option enabled, you can send a task to multiple devices at the "
@@ -6663,10 +6719,10 @@ msgstr ""
"same time and manage multiple devices."
msgid "Auto arrange plate after cloning"
-msgstr ""
+msgstr "Plaat automatisch rangschikken na het klonen"
msgid "Auto arrange plate after object cloning"
-msgstr ""
+msgstr "Automatische rangschikking van de plaat na het klonen van een object"
msgid "Network"
msgstr "Netwerk"
@@ -6680,73 +6736,73 @@ msgid "User Sync"
msgstr "Gebruiker synchroniseren"
msgid "Update built-in Presets automatically."
-msgstr "Update built-in presets automatically."
+msgstr "Ingebouwde voorinstellingen automatisch bijwerken."
msgid "System Sync"
-msgstr "System Sync"
+msgstr "Systeemsync"
msgid "Clear my choice on the unsaved presets."
-msgstr "Clear my choice on the unsaved presets."
+msgstr "Wis keuze voor niet-opgeslagen presets."
msgid "Associate files to OrcaSlicer"
-msgstr "Koppel bestanden aan Orca Slicer"
+msgstr "Koppel bestanden aan OrcaSlicer"
msgid "Associate .3mf files to OrcaSlicer"
-msgstr "Koppel .3mf-bestanden aan Orca Slicer"
+msgstr "Koppel .3mf-bestanden aan OrcaSlicer"
msgid "If enabled, sets OrcaSlicer as default application to open .3mf files"
msgstr ""
-"Indien ingeschakeld, wordt Orca Slicer ingesteld als de standaardtoepassing "
+"Indien ingeschakeld, wordt OrcaSlicer ingesteld als de standaardtoepassing "
"om .3mf-bestanden te openen"
msgid "Associate .stl files to OrcaSlicer"
-msgstr "Koppel .stl-bestanden aan Orca Slicer"
+msgstr "Koppel .stl-bestanden aan OrcaSlicer"
msgid "If enabled, sets OrcaSlicer as default application to open .stl files"
msgstr ""
-"Indien ingeschakeld, wordt Orca Slicer ingesteld als de standaardtoepassing "
+"Indien ingeschakeld, wordt OrcaSlicer ingesteld als de standaardtoepassing "
"om .stl-bestanden te openen"
msgid "Associate .step/.stp files to OrcaSlicer"
-msgstr "Koppel .step/.stp bestanden aan Orca Slicer"
+msgstr "Koppel .step/.stp bestanden aan OrcaSlicer"
msgid "If enabled, sets OrcaSlicer as default application to open .step files"
msgstr ""
-"Indien ingeschakeld, wordt Orca Slicer ingesteld als de standaardtoepassing "
+"Indien ingeschakeld, wordt OrcaSlicer ingesteld als de standaardtoepassing "
"om .step-bestanden te openen"
msgid "Associate web links to OrcaSlicer"
-msgstr ""
+msgstr "Koppel weblinks aan OrcaSlicer"
msgid "Associate URLs to OrcaSlicer"
-msgstr ""
+msgstr "Koppel URL's aan OrcaSlicer"
msgid "Maximum recent projects"
-msgstr "Maximum recent projects"
+msgstr "Maximale recente projecten"
msgid "Maximum count of recent projects"
-msgstr "Maximum count of recent projects"
+msgstr "Maximaal aantal recente projecten"
msgid "Clear my choice on the unsaved projects."
-msgstr "Clear my choice on the unsaved projects."
+msgstr "Wis keuze voor niet-opgeslagen projecten."
msgid "No warnings when loading 3MF with modified G-codes"
-msgstr "No warnings when loading 3MF with modified G-code"
+msgstr "Geen waarschuwingen bij het laden van 3MF met aangepaste G-codes"
msgid "Auto-Backup"
-msgstr "Automatisch backup maken"
+msgstr "Automatisch een back-up maken"
msgid ""
"Backup your project periodically for restoring from the occasional crash."
msgstr ""
-"Backup your project periodically to help with restoring from an occasional "
-"crash."
+"Maak regelmatig een back-up van uw project, zodat u het kunt herstellen na "
+"een incidentele crash."
msgid "every"
-msgstr "every"
+msgstr "elke"
msgid "The peroid of backup in seconds."
-msgstr "The period of backup in seconds."
+msgstr "De periode van de back-up in seconden."
msgid "Downloads"
msgstr "Downloads"
@@ -6761,7 +6817,7 @@ msgid "Develop mode"
msgstr "Ontwikkelmodus"
msgid "Skip AMS blacklist check"
-msgstr "Skip AMS blacklist check"
+msgstr "AMS-zwartelijstcontrole overslaan"
msgid "Home page and daily tips"
msgstr "Startpagina en dagelijkse tips"
@@ -6812,19 +6868,19 @@ msgid "Log Level"
msgstr "Log level"
msgid "fatal"
-msgstr "Fataal"
+msgstr "fataal"
msgid "error"
-msgstr "Fout"
+msgstr "fout"
msgid "warning"
msgstr "waarschuwing"
msgid "debug"
-msgstr "Debuggen"
+msgstr "debug"
msgid "trace"
-msgstr "Traceren"
+msgstr "trace"
msgid "Host Setting"
msgstr "Host-instelling"
@@ -6842,10 +6898,10 @@ msgid "Product host"
msgstr "Producthost"
msgid "debug save button"
-msgstr "Debuggen opslaan knop"
+msgstr "debug opslaan knop"
msgid "save debug settings"
-msgstr "Bewaar debug instellingen"
+msgstr "bewaar debug instellingen"
msgid "DEBUG settings have saved successfully!"
msgstr "De debug instellingen zijn succesvol opgeslagen!"
@@ -6902,13 +6958,13 @@ msgid "Customize"
msgstr "Aanpassen"
msgid "Other layer filament sequence"
-msgstr "Other layer filament sequence"
+msgstr "Filamentvolgorde van andere lagen"
msgid "Please input layer value (>= 2)."
-msgstr "Please input layer value (>= 2)."
+msgstr "Voer de laagwaarde in (>= 2)."
msgid "Plate name"
-msgstr "Plate name"
+msgstr "Plaat naam"
msgid "Same as Global Print Sequence"
msgstr "Same as Global Print Sequence"
@@ -6917,10 +6973,10 @@ msgid "Print sequence"
msgstr "Afdrukvolgorde"
msgid "Same as Global"
-msgstr "Same as Global"
+msgstr "Hetzelfde als globaal"
msgid "Disable"
-msgstr "Disable"
+msgstr "Uitschakelen"
msgid "Spiral vase"
msgstr "Spiraalvaas"
@@ -6935,16 +6991,16 @@ msgid "Same as Global Bed Type"
msgstr "Hetzelfde als Global Bed Type"
msgid "By Layer"
-msgstr "By Layer"
+msgstr "Op laag"
msgid "By Object"
-msgstr "By Object"
+msgstr "Op object"
msgid "Accept"
-msgstr "Accept"
+msgstr "Accepteer"
msgid "Log Out"
-msgstr "Log Out"
+msgstr "Uitloggen"
msgid "Slice all plate to obtain time and filament estimation"
msgstr ""
@@ -6987,13 +7043,13 @@ msgid "User Preset"
msgstr "Gebruikersvoorinstelling"
msgid "Preset Inside Project"
-msgstr "Voorinstelling Project Inside"
+msgstr "Voorinstelling binnen project"
msgid "Name is unavailable."
msgstr "Naam is niet beschikbaar."
msgid "Overwrite a system profile is not allowed"
-msgstr "Het overschrijven van een systeem profiel is niet toegestaand"
+msgstr "Het overschrijven van een systeem profiel is niet toegestaan"
#, boost-format
msgid "Preset \"%1%\" already exists."
@@ -7018,7 +7074,7 @@ msgstr "Bewaar voorinstelling"
msgctxt "PresetName"
msgid "Copy"
-msgstr "Kopie"
+msgstr "Kopiëren"
#, boost-format
msgid "Printer \"%1%\" is selected with preset \"%2%\""
@@ -7072,22 +7128,22 @@ msgid "Busy"
msgstr "Bezet"
msgid "Bambu Cool Plate"
-msgstr "Bambu Cool (koude) Plate"
+msgstr "Bambu koelplaat"
msgid "PLA Plate"
-msgstr "PLA Plate"
+msgstr "PLA plaat"
msgid "Bambu Engineering Plate"
-msgstr "Bambu Engineering (technische) plate"
+msgstr "Bambu Engineering plaat"
msgid "Bambu Smooth PEI Plate"
-msgstr ""
+msgstr "Bambu gladde PEI-plaat"
msgid "High temperature Plate"
-msgstr "Plaat op hoge temperatuur"
+msgstr "Hoge temperatuur plaat"
msgid "Bambu Textured PEI Plate"
-msgstr ""
+msgstr "Bambu getextureerde PEI-plaat"
msgid "Send print job to"
msgstr "Stuur de printtaak naar"
@@ -7099,7 +7155,7 @@ msgid "Click here if you can't connect to the printer"
msgstr "Klik hier als je geen verbinding kunt maken met de printer"
msgid "send completed"
-msgstr "Versturen gelukt"
+msgstr "versturen gelukt"
msgid "Error code"
msgstr "Error code"
@@ -7128,7 +7184,7 @@ msgstr ""
"dit is voltooid"
msgid "The printer is busy on other print job"
-msgstr "De printer is bezig met een andere printtaak."
+msgstr "De printer is bezig met een andere printtaak"
#, c-format, boost-format
msgid ""
@@ -7204,7 +7260,7 @@ msgstr ""
"worden bijgewerkt."
msgid "Cannot send the print job for empty plate"
-msgstr "Kan geen afdruktaak verzenden voor een lege plaat."
+msgstr "Kan geen afdruktaak verzenden voor een lege plaat"
msgid "This printer does not support printing all plates"
msgstr ""
@@ -7227,7 +7283,7 @@ msgid "Errors"
msgstr "Fouten"
msgid "Please check the following:"
-msgstr "Please check the following:"
+msgstr "Controleer het volgende:"
msgid ""
"The printer type selected when generating G-Code is not consistent with the "
@@ -7260,17 +7316,17 @@ msgid ""
"If you changed your nozzle lately, please go to Device > Printer Parts to "
"change settings."
msgstr ""
-"Your nozzle diameter in sliced file is not consistent with the saved nozzle. "
-"If you changed your nozzle lately, please go to Device > Printer Parts to "
-"change settings."
+"De dieameter van het mondstuk in het bestand komt niet overeen met het "
+"opgeslagen mondstuk. Als u uw mondstuk onlangs hebt gewijzigd, ga dan naar "
+"Apparaat > Printeronderdelen om de instellingen te wijzigen."
#, c-format, boost-format
msgid ""
"Printing high temperature material(%s material) with %s may cause nozzle "
"damage"
msgstr ""
-"Printing high temperature material(%s material) with %s may cause nozzle "
-"damage"
+"Het printen van materiaal met een hoge temperatuur (%s materiaal) met %s kan "
+"schade aan het mondstuk veroorzaken"
msgid "Please fix the error above, otherwise printing cannot continue."
msgstr "Please fix the error above, otherwise printing cannot continue."
@@ -7299,7 +7355,7 @@ msgid "Modifying the device name"
msgstr "De naam van het apparaat wijzigen"
msgid "Bind with Pin Code"
-msgstr "Bind with Pin Code"
+msgstr "Koppelen met pincode"
msgid "Send to Printer SD card"
msgstr "Verzenden naar de MicroSD-kaart in de printer"
@@ -7325,34 +7381,34 @@ msgstr ""
"van de printer."
msgid "Slice ok."
-msgstr "Slice gelukt"
+msgstr "Slice gelukt."
msgid "View all Daily tips"
msgstr "Bekijk alle dagelijkse tips"
msgid "Failed to create socket"
-msgstr "Failed to create socket"
+msgstr "Kan socket niet maken"
msgid "Failed to connect socket"
-msgstr "Failed to connect socket"
+msgstr "Kan niet verbinden met socket"
msgid "Failed to publish login request"
-msgstr "Failed to publish login request"
+msgstr "Kan loginverzoek niet publiceren"
msgid "Get ticket from device timeout"
-msgstr "Timeout getting ticket from device"
+msgstr "Time-out bij het ophalen van ticket van apparaat"
msgid "Get ticket from server timeout"
-msgstr "Timeout getting ticket from server"
+msgstr "Time-out bij het ophalen van ticket van server"
msgid "Failed to post ticket to server"
-msgstr "Failed to post ticket to server"
+msgstr "Het is niet gelukt om het ticket naar de server te plaatsen"
msgid "Failed to parse login report reason"
-msgstr "Failed to parse login report reason"
+msgstr "Kan de reden van het loginrapport niet parseren"
msgid "Receive login report timeout"
-msgstr "Receive login report timeout"
+msgstr "Time-out voor loginrapport ontvangen"
msgid "Unknown Failure"
msgstr "Onbekende fout"
@@ -7361,23 +7417,23 @@ msgid ""
"Please Find the Pin Code in Account page on printer screen,\n"
" and type in the Pin Code below."
msgstr ""
-"Please Find the Pin Code in Account page on printer screen,\n"
-" and type in the Pin Code below."
+"Zoek de pincode op de accountpagina op het printerscherm,\n"
+" en typ hieronder de pincode."
msgid "Can't find Pin Code?"
-msgstr "Can't find Pin Code?"
+msgstr "Pincode niet gevonden?"
msgid "Pin Code"
-msgstr "Pin Code"
+msgstr "Pincode"
msgid "Binding..."
msgstr "Binding..."
msgid "Please confirm on the printer screen"
-msgstr "Please confirm on the printer screen"
+msgstr "Bevestig dit op het printerscherm"
msgid "Log in failed. Please check the Pin Code."
-msgstr "Log in failed. Please check the Pin Code."
+msgstr "Inloggen mislukt. Controleer de pincode."
msgid "Log in printer"
msgstr "Inloggen op printer"
@@ -7386,13 +7442,13 @@ msgid "Would you like to log in this printer with current account?"
msgstr "Wil je met het huidige account inloggen op de printer?"
msgid "Check the reason"
-msgstr "Check the reason"
+msgstr "Controleer de reden"
msgid "Read and accept"
-msgstr "Read and accept"
+msgstr "Lezen en accepteren"
msgid "Terms and Conditions"
-msgstr "Terms and Conditions"
+msgstr "Algemene voorwaarden"
msgid ""
"Thank you for purchasing a Bambu Lab device.Before using your Bambu Lab "
@@ -7408,10 +7464,10 @@ msgstr ""
"Bambu Lab Privacy Policy, please do not use Bambu Lab equipment and services."
msgid "and"
-msgstr "and"
+msgstr "en"
msgid "Privacy Policy"
-msgstr "Privacy Policy"
+msgstr "Privacybeleid"
msgid "We ask for your help to improve everyone's printer"
msgstr "We ask for your help to improve everyone's printer"
@@ -7519,8 +7575,8 @@ msgid ""
"No - Do not change these settings for me"
msgstr ""
"Deze instellingen automatisch wijzigen? \n"
-"Ja - Wijzig deze instellingen automatisch.\n"
-"Nee - Wijzig deze instellingen niet voor mij."
+"Ja - Wijzig deze instellingen automatisch\n"
+"Nee - Wijzig deze instellingen niet voor mij"
msgid ""
"For \"Tree Strong\" and \"Tree Hybrid\" styles, we recommend the following "
@@ -7547,14 +7603,20 @@ msgid ""
"precise dimensions or is part of an assembly, it's important to double-check "
"whether this change in geometry impacts the functionality of your print."
msgstr ""
+"Als u deze optie inschakelt, wordt de vorm van het model aangepast. Als uw "
+"afdruk precieze afmetingen vereist of deel uitmaakt van een samenstelling, "
+"is het belangrijk om te controleren of deze geometrie verandering van "
+"invloed is op de functionaliteit van uw afdruk."
msgid "Are you sure you want to enable this option?"
-msgstr ""
+msgstr "Weet u zeker dat u deze optie wilt inschakelen?"
msgid ""
"Layer height is too small.\n"
"It will set to min_layer_height\n"
msgstr ""
+"Laaghoogte is te klein.\n"
+"Het zal worden ingesteld op min_layer_height\n"
msgid ""
"Layer height exceeds the limit in Printer Settings -> Extruder -> Layer "
@@ -7578,10 +7640,10 @@ msgid ""
"reduce flush, it may also elevate the risk of nozzle clogs or other "
"printing complications."
msgstr ""
-"Experimental feature: Retracting and cutting off the filament at a greater "
-"distance during filament changes to minimize flush. Although it can notably "
-"reduce flush, it may also elevate the risk of nozzle clogs or other "
-"printing complications."
+"Experimentele functie: Het filament op grotere afstand terugtrekken en "
+"afsnijden tijdens filamentwisselingen om flush te minimaliseren. Hoewel het "
+"het doorspoelen aanzienlijk kan verminderen, kan het ook het risico op een "
+"verstopt mondstuk of andere printcomplicaties vergroten."
msgid ""
"Experimental feature: Retracting and cutting off the filament at a greater "
@@ -7589,16 +7651,17 @@ msgid ""
"reduce flush, it may also elevate the risk of nozzle clogs or other printing "
"complications.Please use with the latest printer firmware."
msgstr ""
-"Experimental feature: Retracting and cutting off the filament at a greater "
-"distance during filament changes to minimize flush. Although it can notably "
-"reduce flush, it may also elevate the risk of nozzle clogs or other printing "
-"complications. Please use with the latest printer firmware."
+"Experimentele functie: Het filament op grotere afstand terugtrekken en "
+"afsnijden tijdens filamentwisselingen om flush te minimaliseren. Hoewel het "
+"het doorspoelen aanzienlijk kan verminderen, kan het ook het risico op een "
+"verstopt mondstuk of andere printcomplicaties vergroten. Gebruik dit met de "
+"nieuwste printerfirmware."
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 ""
"Bij het opnemen van timelapse zonder toolhead is het aan te raden om een "
"âTimelapse Wipe Towerâ toe te voegen \n"
@@ -7618,13 +7681,13 @@ msgid "Wall generator"
msgstr "Wandgenerator"
msgid "Walls and surfaces"
-msgstr ""
+msgstr "Wanden en oppervlakten"
msgid "Bridging"
-msgstr ""
+msgstr "Overbruggen"
msgid "Overhangs"
-msgstr ""
+msgstr "Overhangen"
msgid "Walls"
msgstr "Wanden"
@@ -7649,13 +7712,13 @@ msgstr ""
"Dit is de snelheid voor diverse overhanggraden. Overhanggraden worden "
"uitgedrukt als een percentage van de laag breedte. 0 betekend dat er niet "
"afgeremd wordt voor overhanggraden en dat dezelfde snelheid als voor wanden "
-"gebruikt wordt."
+"gebruikt wordt"
msgid "Bridge"
msgstr "Brug"
msgid "Set speed for external and internal bridges"
-msgstr ""
+msgstr "Snelheid instellen voor externe en interne bruggen"
msgid "Travel speed"
msgstr "Verplaatsing-sneleheid"
@@ -7676,7 +7739,7 @@ msgid "Tree supports"
msgstr ""
msgid "Multimaterial"
-msgstr ""
+msgstr "Multimateriaal"
msgid "Prime tower"
msgstr "Prime toren"
@@ -7700,7 +7763,7 @@ msgid "Post-processing Scripts"
msgstr "Post-processing Scripts"
msgid "Notes"
-msgstr "Notes"
+msgstr "Opmerkingen"
msgid "Frequent"
msgstr "Veelgebruikt"
@@ -7717,11 +7780,11 @@ msgid_plural ""
msgstr[0] ""
"De volgende regel %s bevat gereserveerde trefwoorden.\n"
"Verwijder deze woorden alstublieft, anders overschrijven deze de G-code-"
-"visualisatie en de schatting van de afdruktijd.@"
+"visualisatie en de schatting van de afdruktijd."
msgstr[1] ""
"De volgende regel %s bevat gereserveerde trefwoorden.\n"
"Verwijder deze woorden alstublieft, anders overschrijven deze de G-code-"
-"visualisatie en de schatting van de afdruktijd.@"
+"visualisatie en de schatting van de afdruktijd."
msgid "Reserved keywords found"
msgstr "Gereserveerde zoekworden gevonden"
@@ -7733,15 +7796,15 @@ msgid "Retraction"
msgstr "Terugtrekken (retraction)"
msgid "Basic information"
-msgstr "Basis informatie"
+msgstr "Basisinformatie"
msgid "Recommended nozzle temperature"
-msgstr "Aanbevolen nozzle temperatuur"
+msgstr "Aanbevolen mondstuk temperatuur"
msgid "Recommended nozzle temperature range of this filament. 0 means no set"
msgstr ""
-"De geadviseerde nozzle temperatuur voor dit filament. 0 betekend dat er geen "
-"voorgestelde waarde is "
+"De geadviseerde mondstuk temperatuur voor dit filament. 0 betekend dat er "
+"geen waarde is"
msgid "Flow ratio and Pressure Advance"
msgstr ""
@@ -7753,13 +7816,13 @@ msgid "Print temperature"
msgstr "Print temperatuur"
msgid "Nozzle"
-msgstr "Nozzle"
+msgstr "Mondstuk"
msgid "Nozzle temperature when printing"
-msgstr "Nozzle temperatuur tijdens printen"
+msgstr "Mondstuk temperatuur tijdens printen"
msgid "Cool plate"
-msgstr "Cool (koud) printbed"
+msgstr "Koudeplaat"
msgid ""
"Bed temperature when cool plate is installed. Value 0 means the filament "
@@ -7769,7 +7832,7 @@ msgstr ""
"van 0 betekent dat het filament printen op de Cool Plate niet ondersteunt."
msgid "Engineering plate"
-msgstr "Engineering plate (technisch printbed)"
+msgstr "Engineering plaat"
msgid ""
"Bed temperature when engineering plate is installed. Value 0 means the "
@@ -7780,7 +7843,7 @@ msgstr ""
"niet ondersteunt."
msgid "Smooth PEI Plate / High Temp Plate"
-msgstr "Gladde PEI Plaat / Hoge Temp Plaat"
+msgstr "Gladde PEI-plaat / Hoge temperatuurplaat"
msgid ""
"Bed temperature when Smooth PEI Plate/High temperature plate is installed. "
@@ -7792,7 +7855,7 @@ msgstr ""
"afdrukken op de gladde PEI-plaat/hoge temperatuurplaat."
msgid "Textured PEI Plate"
-msgstr "PEI plaat met structuur"
+msgstr "Getextureerde PEI-plaat"
msgid ""
"Bed temperature when Textured PEI Plate is installed. Value 0 means the "
@@ -7957,7 +8020,7 @@ msgid ""
msgstr ""
msgid "Nozzle diameter"
-msgstr "Nozzle diameter"
+msgstr "Mondstuk diameter"
msgid "Wipe tower"
msgstr "Afveegblok"
@@ -8462,8 +8525,11 @@ msgstr "Object lijst"
msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files"
msgstr "Import geometry data from STL/STEP/3MF/OBJ/AMF files"
-msgid "Shift+G"
-msgstr ""
+msgid "â+Shift+G"
+msgstr "â+Shift+G"
+
+msgid "Ctrl+Shift+G"
+msgstr "Ctrl+Shift+G"
msgid "Paste from clipboard"
msgstr "Plakken vanuit klembord"
@@ -8515,18 +8581,33 @@ msgstr "Shift+Tab"
msgid "Collapse/Expand the sidebar"
msgstr "De menubalk in-/uitschuiven"
-msgid "Any arrow"
-msgstr ""
+msgid "â+Any arrow"
+msgstr "â+willekeurige pijl"
msgid "Movement in camera space"
msgstr "Beweging in cameragebied"
+msgid "â„+Left mouse button"
+msgstr "â„+Linker muisknop"
+
msgid "Select a part"
msgstr "Selecteer een onderdeel"
+msgid "â+Left mouse button"
+msgstr "â+Linker muisknop"
+
msgid "Select multiple objects"
msgstr "Selecteer meerdere objecten"
+msgid "Ctrl+Any arrow"
+msgstr "CTRL+willekeurige pijl"
+
+msgid "Alt+Left mouse button"
+msgstr "Alt+Linker muisknop"
+
+msgid "Ctrl+Left mouse button"
+msgstr "Ctrl+Linker muisknop"
+
msgid "Shift+Left mouse button"
msgstr "Shift+Linker muisknop"
@@ -8629,12 +8710,24 @@ msgstr "Plaat"
msgid "Move: press to snap by 1mm"
msgstr "Verplaatsen: druk om 1 mm te verplaatsen"
+msgid "â+Mouse wheel"
+msgstr "â+muiswiel"
+
msgid "Support/Color Painting: adjust pen radius"
msgstr "Support/kleur intekenen: pas de pen diameter aan"
+msgid "â„+Mouse wheel"
+msgstr "â„+Muiswiel"
+
msgid "Support/Color Painting: adjust section position"
msgstr "Support/kleur intekenen: pas de sectie positie aan"
+msgid "Ctrl+Mouse wheel"
+msgstr "CTRL+muiswiel"
+
+msgid "Alt+Mouse wheel"
+msgstr "Alt+muiswiel"
+
msgid "Gizmo"
msgstr "Gizmo"
@@ -8810,7 +8903,7 @@ msgid "Serial:"
msgstr "Serienummer:"
msgid "Version:"
-msgstr "Versie"
+msgstr "Versie:"
msgid "Update firmware"
msgstr "Firmware bijwerken"
@@ -8822,7 +8915,7 @@ msgid "Latest version"
msgstr "Nieuwste versie"
msgid "Updating"
-msgstr "BijwerkenâŠ"
+msgstr "Bijwerken"
msgid "Updating failed"
msgstr "Bijwerken mislukt"
@@ -9154,8 +9247,8 @@ msgid ""
"during printing"
msgstr ""
"Het is niet mogelijk om met meerdere filamenten te printen die een groot "
-"temperatuurverschil hebben. Anders kunnen de extruder en de nozzle tijdens "
-"het afdrukken worden geblokkeerd of beschadigd"
+"temperatuurverschil hebben. Anders kunnen de extruder en het mondstuk "
+"tijdens het afdrukken worden geblokkeerd of beschadigd"
msgid "No extrusions under current settings."
msgstr "Geen extrusion onder de huidige instellingen"
@@ -9296,7 +9389,7 @@ msgstr ""
"support in."
msgid "Layer height cannot exceed nozzle diameter"
-msgstr "De laaghoogte kan niet groter zijn dan de diameter van de nozzle"
+msgstr "De laaghoogte kan niet groter zijn dan de diameter van het mondstuk"
msgid ""
"Relative extruder addressing requires resetting the extruder position at "
@@ -9401,7 +9494,7 @@ msgstr ""
"effect te compenseren."
msgid "Elephant foot compensation layers"
-msgstr ""
+msgstr "\"Elephant foot\" compensatielagen"
msgid ""
"The number of layers on which the elephant foot compensation will be active. "
@@ -9409,6 +9502,10 @@ msgid ""
"the next layers will be linearly shrunk less, up to the layer indicated by "
"this value."
msgstr ""
+"Het aantal lagen waarop de \"elephant foot\" compensatie actief zal zijn. De "
+"eerste laag zal worden verkleind met de \"elephant foot\" compensatiewaarde, "
+"daarna zullen de volgende lagen lineair minder worden verkleind, tot aan de "
+"laag die wordt aangegeven door deze waarde."
msgid "layers"
msgstr "Lagen"
@@ -9429,7 +9526,7 @@ msgstr ""
"printer"
msgid "Preferred orientation"
-msgstr ""
+msgstr "Voorkeursoriëntatie"
msgid "Automatically orient stls on the Z-axis upon initial import"
msgstr ""
@@ -9438,10 +9535,10 @@ msgid "Printer preset names"
msgstr "Namen van printer voorinstellingen"
msgid "Use 3rd-party print host"
-msgstr ""
+msgstr "Gebruik een printhost van derden"
msgid "Allow controlling BambuLab's printer through 3rd party print hosts"
-msgstr ""
+msgstr "Toestaan om een BambuLab printer te besturen via printhosts van derden"
msgid "Hostname, IP or URL"
msgstr "Hostnaam, IP of URL"
@@ -9676,24 +9773,41 @@ msgid "Apply gap fill"
msgstr ""
msgid ""
-"Enables gap fill for the selected surfaces. The minimum gap length that will "
-"be filled can be controlled from the filter out tiny gaps option below.\n"
+"Enables gap fill for the selected solid surfaces. The minimum gap length "
+"that will be filled can be controlled from the filter out tiny gaps option "
+"below.\n"
"\n"
"Options:\n"
-"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n"
+"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces "
+"for maximum strength\n"
"2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces "
-"only\n"
-"3. Nowhere: Disables gap fill\n"
+"only, balancing print speed, reducing potential over extrusion in the solid "
+"infill and making sure the top and bottom surfaces have no pin hole gaps\n"
+"3. Nowhere: Disables gap fill for all solid infill areas. \n"
+"\n"
+"Note that if using the classic perimeter generator, gap fill may also be "
+"generated between perimeters, if a full width line cannot fit between them. "
+"That perimeter gap fill is not controlled by this setting. \n"
+"\n"
+"If you would like all gap fill, including the classic perimeter generated "
+"one, removed, set the filter out tiny gaps value to a large number, like "
+"999999. \n"
+"\n"
+"However this is not advised, as gap fill between perimeters is contributing "
+"to the model's strength. For models where excessive gap fill is generated "
+"between perimeters, a better option would be to switch to the arachne wall "
+"generator and use this option to control whether the cosmetic top and bottom "
+"surface gap fill is generated"
msgstr ""
msgid "Everywhere"
msgstr "Overal"
msgid "Top and bottom surfaces"
-msgstr ""
+msgstr "Boven- en onderoppervlakken"
msgid "Nowhere"
-msgstr ""
+msgstr "Nergens"
msgid "Force cooling for overhang and bridge"
msgstr "Forceer koeling voor overhangende delen en bruggen (bridge)"
@@ -9735,7 +9849,7 @@ msgstr ""
"overhanggraad."
msgid "Bridge infill direction"
-msgstr ""
+msgstr "Bruginvulling richting"
msgid ""
"Bridging angle override. If left to zero, the bridging angle will be "
@@ -9747,20 +9861,23 @@ msgstr ""
"externe bruggen. Gebruik 180° voor een hoek van nul."
msgid "Bridge density"
-msgstr ""
+msgstr "Brugdichtheid"
msgid "Density of external bridges. 100% means solid bridge. Default is 100%."
msgstr ""
+"Dichtheid van externe bruggen. 100% betekent massieve brug. Standaard is "
+"100%."
msgid "Bridge flow ratio"
msgstr "Brugflow"
msgid ""
"Decrease this value slightly(for example 0.9) to reduce the amount of "
-"material for bridge, to improve sag"
+"material for bridge, to improve sag. \n"
+"\n"
+"The actual bridge flow used is calculated by multiplying this value with the "
+"filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"Verlaag deze waarde iets (bijvoorbeeld 0,9) om de hoeveelheid materiaal voor "
-"bruggen te verminderen, dit om doorzakken te voorkomen."
msgid "Internal bridge flow ratio"
msgstr ""
@@ -9768,7 +9885,11 @@ msgstr ""
msgid ""
"This value governs the thickness of the internal bridge layer. This is the "
"first layer over sparse infill. Decrease this value slightly (for example "
-"0.9) to improve surface quality over sparse infill."
+"0.9) to improve surface quality over sparse infill.\n"
+"\n"
+"The actual internal bridge flow used is calculated by multiplying this value "
+"with the bridge flow ratio, the filament flow ratio, and if set, the "
+"object's flow ratio."
msgstr ""
msgid "Top surface flow ratio"
@@ -9776,15 +9897,20 @@ msgstr "Flowratio bovenoppervlak"
msgid ""
"This factor affects the amount of material for top solid infill. You can "
-"decrease it slightly to have smooth surface finish"
+"decrease it slightly to have smooth surface finish. \n"
+"\n"
+"The actual top surface flow used is calculated by multiplying this value "
+"with the filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"Deze factor beĂŻnvloedt de hoeveelheid materiaal voor de bovenste vaste "
-"vulling. Je kunt het iets verminderen om een glad oppervlak te krijgen."
msgid "Bottom surface flow ratio"
msgstr ""
-msgid "This factor affects the amount of material for bottom solid infill"
+msgid ""
+"This factor affects the amount of material for bottom solid infill. \n"
+"\n"
+"The actual bottom solid infill flow used is calculated by multiplying this "
+"value with the filament flow ratio, and if set, the object's flow ratio."
msgstr ""
msgid "Precise wall"
@@ -9839,7 +9965,7 @@ msgid ""
msgstr ""
msgid "Reverse on odd"
-msgstr ""
+msgstr "Overhang omkering"
msgid "Overhang reversal"
msgstr ""
@@ -9918,9 +10044,25 @@ msgstr ""
msgid "Slow down for curled perimeters"
msgstr ""
+#, c-format, boost-format
msgid ""
-"Enable this option to slow printing down in areas where potential curled "
-"perimeters may exist"
+"Enable this option to slow down printing in areas where perimeters may have "
+"curled upwards.For example, additional slowdown will be applied when "
+"printing overhangs on sharp corners like the front of the Benchy hull, "
+"reducing curling which compounds over multiple layers.\n"
+"\n"
+" It is generally recommended to have this option switched on unless your "
+"printer cooling is powerful enough or the print speed slow enough that "
+"perimeter curling does not happen. If printing with a high external "
+"perimeter speed, this parameter may introduce slight artifacts when slowing "
+"down due to the large variance in print speeds. If you notice artifacts, "
+"ensure your pressure advance is tuned correctly.\n"
+"\n"
+"Note: When this option is enabled, overhang perimeters are treated like "
+"overhangs, meaning the overhang speed is applied even if the overhanging "
+"perimeter is part of a bridge. For example, when the perimeters are "
+"100% overhanging, with no wall supporting them from underneath, the "
+"100% overhang speed will be applied."
msgstr ""
msgid "mm/s or %"
@@ -9929,8 +10071,14 @@ msgstr "mm/s of %"
msgid "External"
msgstr ""
-msgid "Speed of bridge and completely overhang wall"
-msgstr "Dit is de snelheid voor bruggen en 100% overhangende wanden."
+msgid ""
+"Speed of the externally visible bridge extrusions. \n"
+"\n"
+"In addition, if Slow down for curled perimeters is disabled or Classic "
+"overhang mode is enabled, it will be the print speed of overhang walls that "
+"are supported by less than 13%, whether they are part of a bridge or an "
+"overhang."
+msgstr ""
msgid "mm/s"
msgstr "mm/s"
@@ -9939,8 +10087,8 @@ msgid "Internal"
msgstr ""
msgid ""
-"Speed of internal bridge. If the value is expressed as a percentage, it will "
-"be calculated based on the bridge_speed. Default value is 150%."
+"Speed of internal bridges. If the value is expressed as a percentage, it "
+"will be calculated based on the bridge_speed. Default value is 150%."
msgstr ""
msgid "Brim width"
@@ -10379,8 +10527,8 @@ msgid ""
"Distance of the nozzle tip to the lower rod. Used for collision avoidance in "
"by-object printing."
msgstr ""
-"Afstand van de punt van de nozzle tot de onderste stang. Wordt gebruikt om "
-"botsingen te voorkomen bij het afdrukken op basis van objecten."
+"Afstand van de punt van het mondstuk tot de onderste stang. Wordt gebruikt "
+"om botsingen te voorkomen bij het afdrukken op basis van objecten."
msgid "Height to lid"
msgstr "Hoogte tot deksel"
@@ -10389,7 +10537,7 @@ msgid ""
"Distance of the nozzle tip to the lid. Used for collision avoidance in by-"
"object printing."
msgstr ""
-"Afstand van de punt van de nozzle tot het deksel. Wordt gebruikt om "
+"Afstand van de punt van het mondstuk tot het deksel. Wordt gebruikt om "
"botsingen te voorkomen bij het afdrukken op basis van objecten."
msgid ""
@@ -10475,6 +10623,17 @@ msgstr ""
"mogelijk optimaliseren om een mooi vlak oppervlak te krijgen als er een "
"lichte over- of onderflow is."
+msgid ""
+"The material may have volumetric change after switching between molten state "
+"and crystalline state. This setting changes all extrusion flow of this "
+"filament in gcode proportionally. Recommended value range is between 0.95 "
+"and 1.05. Maybe you can tune this value to get nice flat surface when there "
+"has slight overflow or underflow. \n"
+"\n"
+"The final object flow ratio is this value multiplied by the filament flow "
+"ratio."
+msgstr ""
+
msgid "Enable pressure advance"
msgstr "Pressure advance inschakelen"
@@ -10624,14 +10783,14 @@ msgid "You can put your notes regarding the filament here."
msgstr "You can put your notes regarding the filament here."
msgid "Required nozzle HRC"
-msgstr "Vereiste nozzle HRC"
+msgstr "Vereiste mondstuk HRC"
msgid ""
"Minimum HRC of nozzle required to print the filament. Zero means no checking "
"of nozzle's HRC."
msgstr ""
-"Minimale HRC van de nozzle die nodig is om het filament te printen. Een "
-"waarde van 0 betekent geen controle van de HRC van de spuitdop."
+"Minimale HRC van het mondstuk die nodig is om het filament te printen. Een "
+"waarde van 0 betekent geen controle van de HRC van het mondstuk."
msgid ""
"This setting stands for how much volume of filament can be melted and "
@@ -10649,18 +10808,29 @@ msgstr "mmÂł/s"
msgid "Filament load time"
msgstr "Filament laadt tijd"
-msgid "Time to load new filament when switch filament. For statistics only"
+msgid ""
+"Time to load new filament when switch filament. It's usually applicable for "
+"single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
msgstr ""
-"Tijd welke nodig is om nieuw filament te laden tijdens het wisselen. Enkel "
-"voor statistieken."
msgid "Filament unload time"
msgstr "Tijd die nodig is om filament te ontladen"
-msgid "Time to unload old filament when switch filament. For statistics only"
+msgid ""
+"Time to unload old filament when switch filament. It's usually applicable "
+"for single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
+msgstr ""
+
+msgid "Tool change time"
+msgstr ""
+
+msgid ""
+"Time taken to switch tools. It's usually applicable for tool changers or "
+"multi-tool machines. For single-extruder multi-material machines, it's "
+"typically 0. For statistics only"
msgstr ""
-"Tijd welke nodig is om oud filament te lossen tijdens het wisselen. Enkel "
-"voor statistieken."
msgid ""
"Filament diameter is used to calculate extrusion in gcode, so it's important "
@@ -10786,15 +10956,6 @@ msgstr "Snelheid voor de laatste koelbeweging"
msgid "Cooling moves are gradually accelerating towards this speed."
msgstr "Koelbewegingen versnellen gelijkmatig tot aan deze snelheid."
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-"Tijd voor de printerfirmware (of de MMU 2.0) om nieuw filament te laden "
-"tijdens een toolwissel (tijdens het uitvoeren van de T-code). Deze tijd "
-"wordt toegevoegd aan de totale printtijd in de tijdsschatting."
-
msgid "Ramming parameters"
msgstr "Rammingparameters"
@@ -10805,15 +10966,6 @@ msgstr ""
"Deze frase is bewerkt door het Rammingdialoog en bevat parameters voor de "
"ramming."
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-"Tijd voor de printerfirmware (of de MMU 2.0) om filament te ontladen tijdens "
-"een toolwissel (tijdens het uitvoeren van de T-code). Deze tijd wordt "
-"toegevoegd aan de totale printtijd in de tijdsschatting."
-
msgid "Enable ramming for multitool setups"
msgstr ""
@@ -11131,11 +11283,11 @@ msgid ""
msgstr ""
msgid "Initial layer nozzle temperature"
-msgstr "Nozzle temperatuur voor de eerste laag"
+msgstr "Mondstuk temperatuur voor de eerste laag"
msgid "Nozzle temperature to print initial layer when using this filament"
msgstr ""
-"Nozzle temperatuur om de eerste laag mee te printen bij gebruik van dit "
+"Mondstuk temperatuur om de eerste laag mee te printen bij gebruik van dit "
"filament"
msgid "Full fan speed at layer"
@@ -11143,10 +11295,10 @@ msgstr "Volledige snelheid op laag"
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 "layer"
@@ -11211,7 +11363,10 @@ msgstr "Kleine openingen wegfilteren"
msgid "Layers and Perimeters"
msgstr "Lagen en perimeters"
-msgid "Filter out gaps smaller than the threshold specified"
+msgid ""
+"Don't print gap fill with a length is smaller than the threshold specified "
+"(in mm). This setting applies to top, bottom and solid infill and, if using "
+"the classic perimeter generator, to wall gap fill. "
msgstr ""
msgid ""
@@ -11266,14 +11421,14 @@ msgstr ""
"kan controleren."
msgid "Nozzle type"
-msgstr "Nozzle type"
+msgstr "Mondstuk type"
msgid ""
"The metallic material of nozzle. This determines the abrasive resistance of "
"nozzle, and what kind of filament can be printed"
msgstr ""
-"Het type metaal van de nozzle. Dit bepaalt de slijtvastheid van de nozzle en "
-"wat voor soort filament kan worden geprint"
+"Het type metaal van het mondstuk. Dit bepaalt de slijtvastheid van het "
+"mondstuk en wat voor soort filament kan worden geprint"
msgid "Undefine"
msgstr "Undefined"
@@ -11288,14 +11443,14 @@ msgid "Brass"
msgstr "Messing"
msgid "Nozzle HRC"
-msgstr "Nozzle HRC"
+msgstr "Mondstuk HRC"
msgid ""
"The nozzle's hardness. Zero means no checking for nozzle's hardness during "
"slicing."
msgstr ""
-"De hardheid van de nozzle. Nul betekent geen controle op de hardheid van het "
-"mondstuk tijdens het slicen."
+"De hardheid van het mondstuk. Nul betekent geen controle op de hardheid van "
+"het mondstuk tijdens het slicen."
msgid "HRC"
msgstr "HRC"
@@ -11865,7 +12020,7 @@ msgid ""
msgstr ""
msgid "Diameter of nozzle"
-msgstr "Diameter van de nozzle"
+msgstr "Diameter van het mondstuk"
msgid "Configuration notes"
msgstr "Configuratie-opmerkingen"
@@ -11888,17 +12043,18 @@ msgstr ""
"het type host bevatten."
msgid "Nozzle volume"
-msgstr "Nozzle volume"
+msgstr "Mondstuk volume"
msgid "Volume of nozzle between the cutter and the end of nozzle"
msgstr ""
-"Volume van de nozzle tussen de filamentsnijder en het uiteinde van de nozzle"
+"Volume van het mondstuk tussen de filamentsnijder en het uiteinde van het "
+"mondstuk"
msgid "Cooling tube position"
msgstr "Koelbuispositie"
msgid "Distance of the center-point of the cooling tube from the extruder tip."
-msgstr "Afstand vanaf de nozzle tot het middelpunt van de koelbuis."
+msgstr "Afstand vanaf het mondstuk tot het middelpunt van de koelbuis."
msgid "Cooling tube length"
msgstr "Koelbuislengte"
@@ -11927,9 +12083,9 @@ msgid ""
"Distance of the extruder tip from the position where the filament is parked "
"when unloaded. This should match the value in printer firmware."
msgstr ""
-"Afstand van de nozzlepunt tot de positie waar het filament wordt geparkeerd "
-"wanneer dat niet geladen is. Deze moet overeenkomen met de waarde in de "
-"firmware."
+"Afstand van de punt van het mondstuk tot de positie waar het filament wordt "
+"geparkeerd wanneer dat niet geladen is. Deze moet overeenkomen met de waarde "
+"in de firmware."
msgid "Extra loading distance"
msgstr "Extra laadafstand"
@@ -12162,10 +12318,10 @@ msgid ""
"significantly, it may also raise the risk of nozzle clogs or other printing "
"problems."
msgstr ""
-"Experimental feature: Retracting and cutting off the filament at a longer "
-"distance during changes to minimize purge.While this reduces flush "
-"significantly, it may also raise the risk of nozzle clogs or other printing "
-"problems."
+"Experimentele functie: Het filament wordt tijdens het wisselen over een "
+"grotere afstand teruggetrokken en afgesneden om de spoeling tot een minimum "
+"te beperken. Dit vermindert de spoeling aanzienlijk, maar vergroot mogelijk "
+"ook het risico op verstoppingen in het mondstuk of andere printproblemen."
msgid "Retraction distance when cut"
msgstr "Retraction distance when cut"
@@ -12185,10 +12341,10 @@ msgid ""
"clearance between nozzle and the print. It prevents nozzle from hitting the "
"print when travel move. Using spiral line to lift z can prevent stringing"
msgstr ""
-"Wanneer er een terugtrekking (retracction) is, wordt de nozzle een beetje "
-"opgetild om ruimte te creëren tussen de nozzle en de print. Dit voorkomt dat "
-"de nozzle de print raakt bij veplaatsen. Het gebruik van spiraallijnen om Z "
-"op te tillen kan stringing voorkomen."
+"Wanneer er een terugtrekking (retraction) is, wordt het mondstuk een beetje "
+"opgetild om ruimte te creëren tussen het mondstuk en de print. Dit voorkomt "
+"dat het mondstuk de print raakt bij verplaatsen. Het gebruik van "
+"spiraallijnen om Z op te tillen kan stringing voorkomen."
msgid "Z hop lower boundary"
msgstr "Z hop ondergrens"
@@ -12617,8 +12773,9 @@ msgid ""
"Maximum distance to move points in XY to try to achieve a smooth spiralIf "
"expressed as a %, it will be computed over nozzle diameter"
msgstr ""
-"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"
+"Maximale afstand om punten in XY te verplaatsen om te proberen een gladde "
+"spiraal te bereiken. Als het wordt uitgedrukt als een %, wordt het berekend "
+"over de diameter van het mondstuk"
msgid ""
"If smooth or traditional mode is selected, a timelapse video will be "
@@ -12636,9 +12793,9 @@ msgstr ""
"samengevoegd tot een timelapse-video wanneer het afdrukken is voltooid. Als "
"de vloeiende modus is geselecteerd, beweegt de gereedschapskop naar de "
"afvoer chute nadat iedere laag is afgedrukt en maakt vervolgens een "
-"momentopname. Aangezien het gesmolten filament uit de nozzle kan lekken "
+"momentopname. Aangezien het gesmolten filament uit het mondstuk kan lekken "
"tijdens het maken van een momentopname, is voor de soepele modus een "
-"primetoren nodig om de nozzle schoon te vegen."
+"primetoren nodig om het mondstuk schoon te vegen."
msgid "Traditional"
msgstr "Traditioneel"
@@ -12771,10 +12928,11 @@ msgid ""
"example, if your endstop zero actually leaves the nozzle 0.3mm far from the "
"print bed, set this to -0.3 (or fix your endstop)."
msgstr ""
-"Deze waarde wordt toegevoegd (of afgetrokken) van alle Z-coördinaten in de G-"
-"code. Het wordt gebruikt voor een slechte Z-eindstop positie. Als de Z-"
-"eindstop bijvoorbeeld een waarde gebruikt die 0.3mm van het printbed is, kan "
-"dit ingesteld worden op -0.3mm."
+"Deze waarde wordt toegevoegd (of afgetrokken) van alle Z-coördinaten in de "
+"uitvoer-G-code. Het wordt gebruikt om een ââslechte Z-eindstoppositie te "
+"compenseren. Bijvoorbeeld, als de eindstopnul eigenlijk 0,3 mm overlaat "
+"tussen het mondstuk en het printbed, stelt u dit in op -0,3 (of maak uw "
+"eindstop goed vast)."
msgid "Enable support"
msgstr "Support inschakelen"
@@ -13138,35 +13296,46 @@ msgstr ""
"holtes van de tree support."
msgid "Activate temperature control"
-msgstr ""
+msgstr "Temperatuurregeling activeren"
msgid ""
-"Enable this option for chamber temperature control. An M191 command will be "
-"added before \"machine_start_gcode\"\n"
-"G-code commands: M141/M191 S(0-255)"
+"Enable this option for automated chamber temperature control. This option "
+"activates the emitting of an M191 command before the "
+"\"machine_start_gcode\"\n"
+" which sets the chamber temperature and waits until it is reached. In "
+"addition, it emits an M141 command at the end of the print to turn off the "
+"chamber heater, if present. \n"
+"\n"
+"This option relies on the firmware supporting the M191 and M141 commands "
+"either via macros or natively and is usually used when an active chamber "
+"heater is installed."
msgstr ""
msgid "Chamber temperature"
msgstr "Kamertemperatuur"
msgid ""
-"Higher chamber temperature can help suppress or reduce warping and "
-"potentially lead to higher interlayer bonding strength for high temperature "
-"materials like ABS, ASA, PC, PA and so on.At the same time, the air "
-"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and "
-"other low temperature materials,the actual chamber temperature should not be "
-"high to avoid cloggings, so 0 which stands for turning off is highly "
-"recommended"
+"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber "
+"temperature can help suppress or reduce warping and potentially lead to "
+"higher interlayer bonding strength. However, at the same time, a higher "
+"chamber temperature will reduce the efficiency of air filtration for ABS and "
+"ASA. \n"
+"\n"
+"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option "
+"should be disabled (set to 0) as the chamber temperature should be low to "
+"avoid extruder clogging caused by material softening at the heat break.\n"
+"\n"
+"If enabled, this parameter also sets a gcode variable named "
+"chamber_temperature, which can be used to pass the desired chamber "
+"temperature to your print start macro, or a heat soak macro like this: "
+"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may "
+"be useful if your printer does not support M141/M191 commands, or if you "
+"desire to handle heat soaking in the print start macro if no active chamber "
+"heater is installed."
msgstr ""
-"Higher chamber temperature can help suppress or reduce warping and "
-"potentially lead to higher interlayer bonding strength for high temperature "
-"materials like ABS, ASA, PC, PA and so on. At the same time, the air "
-"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and "
-"other low temperature materials, the actual chamber temperature should not "
-"be high to avoid clogs, so 0 (turned off) is highly recommended."
msgid "Nozzle temperature for layers after the initial one"
-msgstr "Nozzle temperatuur voor de lagen na de eerstse laag"
+msgstr "Mondstuk temperatuur voor de lagen na de eerste laag"
msgid "Detect thin wall"
msgstr "Detecteer dunne wanden"
@@ -13239,10 +13408,10 @@ msgid ""
"Move nozzle along the last extrusion path when retracting to clean leaked "
"material on nozzle. This can minimize blob when print new part after travel"
msgstr ""
-"Dit beweegt de nozzle langs het laatste extrusiepad bij het terugtrekken "
+"Dit beweegt het mondstuk langs het laatste extrusiepad bij het terugtrekken "
"(retraction) om eventueel gelekt materiaal op het mondstuk te reinigen. Dit "
"kan \"blobs\" minimaliseren bij het printen van een nieuw onderdeel na het "
-"verplaatsen."
+"verplaatsen"
msgid "Wipe Distance"
msgstr "Veeg afstand"
@@ -13264,9 +13433,9 @@ msgid ""
"stabilize the chamber pressure inside the nozzle, in order to avoid "
"appearance defects when printing objects."
msgstr ""
-"The wiping tower can be used to clean up residue on the nozzle and stabilize "
-"the chamber pressure inside the nozzle in order to avoid appearance defects "
-"when printing objects."
+"De veegtoren kan worden gebruikt om resten op het mondstuk te verwijderen en "
+"de druk in het mondstuk te stabiliseren om uiterlijke gebreken bij het "
+"printen van objecten te voorkomen."
msgid "Purging volumes"
msgstr "Volumes opschonen"
@@ -13372,10 +13541,10 @@ msgid ""
"filament and decrease the print time. Colours of the objects will be mixed "
"as a result. It will not take effect, unless the prime tower is enabled."
msgstr ""
-"Dit object wordt gebruikt om de nozzle te reinigen nadat het filament is "
+"Dit object wordt gebruikt om het mondstuk te reinigen nadat het filament is "
"vervangen om filament te besparen en de printtijd te verkorten. Als "
"resultaat worden de kleuren van de objecten gemengd. Het wordt niet van "
-"kracht tenzij de prime tower is ingeschakeld."
+"kracht tenzij de prime toren is ingeschakeld."
msgid "Maximal bridging distance"
msgstr "Maximale brugafstand"
@@ -13489,6 +13658,11 @@ msgid ""
"Wipe tower is only compatible with relative mode. It is recommended on most "
"printers. Default is checked"
msgstr ""
+"Relatieve extrusie wordt aanbevolen bij gebruik van de optie "
+"\"label_objects\". Sommige extruders werken beter als deze optie niet is "
+"aangevinkt (absolute extrusiemodus). Wipe tower is alleen compatibel met "
+"relatieve modus. Het wordt aanbevolen op de meeste printers. Standaard is "
+"aangevinkt"
msgid ""
"Classic wall generator produces walls with constant extrusion width and for "
@@ -13516,7 +13690,7 @@ msgstr ""
"Bij de overgang tussen verschillende aantallen muren naarmate het onderdeel "
"dunner wordt, wordt een bepaalde hoeveelheid ruimte toegewezen om de "
"wandsegmenten te splitsen of samen te voegen. Dit wordt uitgedrukt als een "
-"percentage ten opzichte van de diameter van de nozzle."
+"percentage ten opzichte van de diameter van het mondstuk."
msgid "Wall transitioning filter margin"
msgstr "Marge van het filter voor wandovergang"
@@ -13536,7 +13710,7 @@ msgstr ""
"vergroten, wordt het aantal overgangen verminderd, waardoor het aantal "
"extrusie-starts/-stops en travel tijd wordt verminderd. Grote variaties in "
"de extrusiebreedte kunnen echter leiden tot onder- of overextrusieproblemen. "
-"Het wordt uitgedrukt als een percentage over de diameter van de nozzle"
+"Het wordt uitgedrukt als een percentage over de diameter van het mondstuk"
msgid "Wall transitioning threshold angle"
msgstr "Drempelhoek voor wandovergang"
@@ -13581,7 +13755,7 @@ msgstr ""
"diameter van het mondstuk"
msgid "Minimum wall length"
-msgstr ""
+msgstr "Minimale wandlengte"
msgid ""
"Adjust this value to prevent short, unclosed walls from being printed, which "
@@ -13593,15 +13767,29 @@ msgid ""
"top-surface. 'One wall threshold' is only visibile if this setting is set "
"above the default value of 0.5, or if single-wall top surfaces is enabled."
msgstr ""
+"Pas deze waarde aan om te voorkomen dat korte, niet-gesloten wanden worden "
+"geprint, wat de printtijd kan verlengen. Hogere waarden verwijderen meer en "
+"langere wanden.\n"
+"\n"
+"OPMERKING: Onder- en bovenoppervlakken worden niet beĂŻnvloed door deze "
+"waarde om visuele gaten aan de buitenkant van het model te voorkomen. Pas "
+"'One wall threshold' aan in de geavanceerde instellingen hieronder om de "
+"gevoeligheid van wat als een bovenoppervlak wordt beschouwd aan te passen. "
+"'One wall threshold' is alleen zichtbaar als deze instelling boven de "
+"standaardwaarde van 0,5 is ingesteld of als enkelwandige bovenoppervlakken "
+"zijn ingeschakeld."
msgid "First layer minimum wall width"
-msgstr ""
+msgstr "Eerste laag minimale wandbreedte"
msgid ""
"The minimum wall width that should be used for the first layer is "
"recommended to be set to the same size as the nozzle. This adjustment is "
"expected to enhance adhesion."
msgstr ""
+"De minimale wandbreedte die voor de eerste laag moet worden gebruikt, wordt "
+"aanbevolen om op dezelfde grootte als het mondstuk te worden ingesteld. Deze "
+"aanpassing zal naar verwachting de hechting verbeteren."
msgid "Minimum wall width"
msgstr "Minimale wandbreedte"
@@ -13615,7 +13803,7 @@ msgstr ""
"Breedte van de muur die dunne delen (volgens de minimale functiegrootte) van "
"het model zal vervangen. Als de minimale wandbreedte dunner is dan de dikte "
"van het element, wordt de muur net zo dik als het object zelf. Dit wordt "
-"uitgedrukt als een percentage ten opzichte van de diameter van de nozzle"
+"uitgedrukt als een percentage ten opzichte van de diameter van het mondstuk"
msgid "Detect narrow internal solid infill"
msgstr "Detecteer dichte interne solide vulling (infill)"
@@ -13649,7 +13837,7 @@ msgid "export 3mf with minimum size."
msgstr ""
msgid "No check"
-msgstr "No check"
+msgstr "Geen controle"
msgid "Do not run any validity checks, such as gcode path conflicts check."
msgstr "Do not run any validity checks, such as G-code path conflicts check."
@@ -13662,10 +13850,10 @@ msgid ""
msgstr ""
msgid "Orient Options"
-msgstr ""
+msgstr "Oriëntatieopties"
msgid "Orient options: 0-disable, 1-enable, others-auto"
-msgstr ""
+msgstr "Oriëntatieopties: 0-uitschakelen, 1-inschakelen, andere-automatisch"
msgid "Rotation angle around the Z axis in degrees."
msgstr "Rotatiehoek rond de Z-as in graden."
@@ -13689,13 +13877,13 @@ msgstr ""
"netwerkopslag."
msgid "Load custom gcode"
-msgstr ""
+msgstr "Laad aangepaste gcode"
msgid "Load custom gcode from json"
-msgstr ""
+msgstr "Laad aangepaste gcode vanuit json"
msgid "Current z-hop"
-msgstr ""
+msgstr "Huidige z-hop"
msgid "Contains z-hop present at the beginning of the custom G-code block."
msgstr ""
@@ -13878,19 +14066,19 @@ msgid "Size of the print bed bounding box"
msgstr ""
msgid "Timestamp"
-msgstr ""
+msgstr "Tijdstempel"
msgid "String containing current time in yyyyMMdd-hhmmss format."
msgstr ""
msgid "Day"
-msgstr ""
+msgstr "Dag"
msgid "Hour"
-msgstr ""
+msgstr "Uur"
msgid "Minute"
-msgstr ""
+msgstr "Minuut"
msgid "Print preset name"
msgstr ""
@@ -14202,11 +14390,11 @@ msgid ""
"historical results. \n"
"Do you still want to continue the calibration?"
msgstr ""
-"This machine type can only hold 16 historical results per nozzle. You can "
-"delete the existing historical results and then start calibration. Or you "
-"can continue the calibration, but you cannot create new calibration "
-"historical results. \n"
-"Do you still want to continue the calibration?"
+"Dit type machine kan slechts 16 historische resultaten per mondstuk "
+"bevatten. U kunt de bestaande historische resultaten verwijderen en "
+"vervolgens de kalibratie starten. Of u kunt doorgaan met de kalibratie, maar "
+"u kunt geen nieuwe historische kalibratieresultaten maken.\n"
+"Wilt u de kalibratie nog steeds voortzetten?"
msgid "Connecting to printer..."
msgstr "Aansluiten op de printer..."
@@ -14232,8 +14420,8 @@ msgid ""
"This machine type can only hold %d history results per nozzle. This result "
"will not be saved."
msgstr ""
-"This machine type can only hold %d historical results per nozzle. This "
-"result will not be saved."
+"Dit type machine kan slechts %d historische resultaten per mondstuk "
+"bevatten. Dit resultaat wordt niet opgeslagen."
msgid "Internal Error"
msgstr "Interne fout"
@@ -14270,7 +14458,7 @@ msgstr ""
"alleen uit te voeren in de volgende beperkte gevallen:\n"
"1. Als je een nieuw filament van een ander merk/model introduceert of als "
"het filament vochtig is;\n"
-"2. Als de spuitmond versleten is of vervangen is door een nieuwe;\n"
+"2. Als het mondstuk versleten is of vervangen is door een nieuwe;\n"
"3. Als de maximale volumetrische snelheid of printtemperatuur is gewijzigd "
"in de filamentinstelling."
@@ -14557,7 +14745,7 @@ msgid "To k Value"
msgstr "Naar k Waarde"
msgid "Step value"
-msgstr ""
+msgstr "Stap waarde"
msgid "The nozzle diameter has been synchronized from the printer Settings"
msgstr ""
@@ -14589,7 +14777,8 @@ msgstr "Actie"
#, c-format, boost-format
msgid "This machine type can only hold %d history results per nozzle."
-msgstr "This machine type can only hold %d historical results per nozzle."
+msgstr ""
+"Dit type machine kan slechts %d historische resultaten per mondstuk bevatten."
msgid "Edit Flow Dynamics Calibration"
msgstr "Flow Dynamics-kalibratie bewerken"
@@ -14625,25 +14814,27 @@ msgid "Finished"
msgstr "Voltooid"
msgid "Multiple resolved IP addresses"
-msgstr ""
+msgstr "Meerdere vastgestelde IP-adressen"
#, boost-format
msgid ""
"There are several IP addresses resolving to hostname %1%.\n"
"Please select one that should be used."
msgstr ""
+"Er zijn meerdere IP-adressen die verwijzen naar hostname %1%.\n"
+"Selecteer er een die gebruikt moet worden."
msgid "PA Calibration"
msgstr "PA-kalibratie"
msgid "DDE"
-msgstr ""
+msgstr "DDE"
msgid "Bowden"
msgstr "Bowden"
msgid "Extruder type"
-msgstr ""
+msgstr "Extrudertype"
msgid "PA Tower"
msgstr "PA-toren"
@@ -14690,7 +14881,7 @@ msgid "PETG"
msgstr "PETG"
msgid "PCTG"
-msgstr ""
+msgstr "PCTG"
msgid "TPU"
msgstr "TPU"
@@ -14775,10 +14966,10 @@ msgstr ""
"Gebruik indien nodig schuine strepen (/) als scheidingsteken voor mappen."
msgid "Upload to storage"
-msgstr ""
+msgstr "Uploaden naar opslag"
msgid "Switch to Device tab after upload."
-msgstr ""
+msgstr "Na het uploaden naar het tabblad Apparaat gaan."
#, c-format, boost-format
msgid "Upload filename doesn't end with \"%s\". Do you wish to continue?"
@@ -14801,7 +14992,7 @@ msgstr "Host"
msgctxt "OfFile"
msgid "Size"
-msgstr "Maat"
+msgstr "Grootte"
msgid "Filename"
msgstr "Bestandsnaam"
@@ -14822,7 +15013,7 @@ msgid "Cancelling"
msgstr "Annuleren"
msgid "Error uploading to print host"
-msgstr ""
+msgstr "Fout bij uploaden naar printhost"
msgid "Unable to perform boolean operation on selected parts"
msgstr "Kan geen booleaanse bewerking uitvoeren op geselecteerde onderdelen"
@@ -14876,7 +15067,7 @@ msgid "Export Log"
msgstr "Logboek exporteren"
msgid "OrcaSlicer Version:"
-msgstr ""
+msgstr "OrcaSlicer-versie:"
msgid "System Version:"
msgstr "Systeemversie:"
@@ -15006,8 +15197,8 @@ msgstr ""
"Wil je het herschrijven?"
msgid ""
-"We would rename the presets as \"Vendor Type Serial @printer you selected"
-"\". \n"
+"We would rename the presets as \"Vendor Type Serial @printer you "
+"selected\". \n"
"To add preset for more printers, Please go to printer selection"
msgstr ""
@@ -15057,7 +15248,7 @@ msgid "Hot Bed STL"
msgstr "Warm bed STL"
msgid "Load stl"
-msgstr "Stl laden"
+msgstr "STL laden"
msgid "Hot Bed SVG"
msgstr "Warm bed SVG"
@@ -15082,7 +15273,7 @@ msgid "The printer model was not found, please reselect."
msgstr "Het printermodel is niet gevonden, selecteer opnieuw."
msgid "The nozzle diameter is not found, place reselect."
-msgstr "The nozzle diameter was not found; please reselect."
+msgstr "De diameter van het mondstuk is niet gevonden. Selecteer opnieuw."
msgid "The printer preset is not found, place reselect."
msgstr "The printer preset was not found; please reselect."
@@ -15184,10 +15375,10 @@ msgstr ""
"geselecteerd; kies een printer."
msgid "Create Printer Successful"
-msgstr "Printer succesvol maken"
+msgstr "Printer succesvol gemaakt"
msgid "Create Filament Successful"
-msgstr "Filament Created Successfully"
+msgstr "Filament succesvol gemaakt"
msgid "Printer Created"
msgstr "Printer gemaakt"
@@ -15218,6 +15409,13 @@ msgid ""
"page. \n"
"Click \"Sync user presets\" to enable the synchronization function."
msgstr ""
+"\n"
+"\n"
+"Orca heeft gedetecteerd dat de synchronisatiefunctie voor uw "
+"gebruikersinstellingen niet is ingeschakeld, wat kan resulteren in mislukte "
+"Filament-instellingen op de pagina Apparaat.\n"
+"Klik op \"Gebruikersinstellingen synchroniseren\" om de "
+"synchronisatiefunctie in te schakelen."
msgid "Printer Setting"
msgstr "Printerinstelling"
@@ -15253,7 +15451,7 @@ msgid "open zip written fail"
msgstr "open zip geschreven mislukt"
msgid "Export successful"
-msgstr "Export succesvol"
+msgstr "Exporteren is gelukt"
#, c-format, boost-format
msgid ""
@@ -15327,7 +15525,7 @@ msgid "Edit Filament"
msgstr "Bewerk filament"
msgid "Filament presets under this filament"
-msgstr "Presets onder deze gloeidraad"
+msgstr "Voorinstellingen voor filament onder dit filament"
msgid ""
"Note: If the only preset under this filament is deleted, the filament will "
@@ -15342,8 +15540,8 @@ msgstr ""
msgid "The following presets inherits this preset."
msgid_plural "The following preset inherits this preset."
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "De volgende voorinstellingen nemen deze voorinstelling over."
+msgstr[1] "De volgende voorinstelling neemt deze voorinstelling over."
msgid "Delete Preset"
msgstr "Preset verwijderen"
@@ -15395,7 +15593,7 @@ msgid "For more information, please check out Wiki"
msgstr "For more information, please check out our Wiki"
msgid "Collapse"
-msgstr "Instorten"
+msgstr "Inklappen"
msgid "Daily Tips"
msgstr "Dagelijkse tips"
@@ -15408,12 +15606,14 @@ msgid ""
"Your nozzle diameter in preset is not consistent with memorized nozzle "
"diameter. Did you change your nozzle lately?"
msgstr ""
-"Your nozzle diameter in preset is not consistent with the saved nozzle "
-"diameter. Have you changed your nozzle?"
+"Uw mondstuk diameter in preset komt niet overeen met de opgeslagen mondstuk "
+"diameter. Heeft u uw mondstuk veranderd?"
#, c-format, boost-format
msgid "*Printing %s material with %s may cause nozzle damage"
-msgstr "*Afdrukken%s materiaal mee%s kan schade aan het mondstuk veroorzaken"
+msgstr ""
+"*Het afdrukken van %s materiaal met %s kan schade aan het mondstuk "
+"veroorzaken"
msgid "Need select printer"
msgstr "Printer selecteren"
@@ -15441,16 +15641,16 @@ msgid "Success!"
msgstr "Succes!"
msgid "Are you sure to log out?"
-msgstr ""
+msgstr "Weet u zeker dat u wilt uitloggen?"
msgid "Refresh Printers"
msgstr "Printers vernieuwen"
msgid "View print host webui in Device tab"
-msgstr ""
+msgstr "Bekijk de printhost webui op het tabblad Apparaat"
msgid "Replace the BambuLab's device tab with print host webui"
-msgstr ""
+msgstr "Vervang het apparaattabblad van BambuLab door de printhost webui"
msgid ""
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
@@ -15481,7 +15681,7 @@ msgstr ""
"Certificate Store / Keychain."
msgid "Login/Test"
-msgstr ""
+msgstr "Inloggen/Test"
msgid "Connection to printers connected via the print host failed."
msgstr "Verbinding met printers aangesloten via de printhost mislukt."
@@ -15558,31 +15758,31 @@ msgid "Could not connect to PrusaLink"
msgstr "Kan geen verbinding maken met PrusaLink"
msgid "Storages found"
-msgstr ""
+msgstr "Gevonden opslagplaatsen"
#. TRN %1% = storage path
#, boost-format
msgid "%1% : read only"
-msgstr ""
+msgstr "%1% : alleen lezen"
#. TRN %1% = storage path
#, boost-format
msgid "%1% : no free space"
-msgstr ""
+msgstr "%1% : geen vrije ruimte"
#. TRN %1% = host
#, boost-format
msgid "Upload has failed. There is no suitable storage found at %1%."
-msgstr ""
+msgstr "Upload is mislukt. Er is geen geschikte opslag gevonden op %1%."
msgid "Connection to Prusa Connect works correctly."
-msgstr ""
+msgstr "De verbinding met Prusa Connect werkt goed."
msgid "Could not connect to Prusa Connect"
-msgstr ""
+msgstr "Kon geen verbinding maken met Prusa Connect"
msgid "Connection to Repetier works correctly."
-msgstr "Connection to Repetier is working correctly."
+msgstr "De verbinding met Repetier werkt goed."
msgid "Could not connect to Repetier"
msgstr "Kan geen verbinding maken met Repetier"
@@ -15622,17 +15822,19 @@ msgid ""
"It has a small layer height, and results in almost negligible layer lines "
"and high printing quality. It is suitable for most general printing cases."
msgstr ""
-"It has a small layer height, and results in almost negligible layer lines "
-"and high print quality. It is suitable for most general printing cases."
+"Het heeft een kleine laaghoogte en resulteert in bijna verwaarloosbare "
+"laaglijnen en een hoge afdrukkwaliteit. Het is geschikt voor de meeste "
+"algemene afdrukgevallen."
msgid ""
"Compared with the default profile of a 0.2 mm nozzle, it has lower speeds "
"and acceleration, and the sparse infill pattern is Gyroid. So, it results in "
"much higher printing quality, but a much longer printing time."
msgstr ""
-"Compared with the default profile of a 0.2 mm nozzle, it has lower speeds "
-"and acceleration, and the sparse infill pattern is Gyroid. This results in "
-"much higher print quality but a much longer print time."
+"Vergeleken met het standaardprofiel van een 0,2 mm mondstuk, heeft het "
+"lagere snelheden en acceleratie, en het spaarzame infill patroon is Gyroid. "
+"Dit resulteert in een veel hogere printkwaliteit maar ook een veel langere "
+"printtijd."
msgid ""
"Compared with the default profile of a 0.2 mm nozzle, it has a slightly "
@@ -15695,8 +15897,8 @@ msgid ""
"It has a general layer height, and results in general layer lines and "
"printing quality. It is suitable for most general printing cases."
msgstr ""
-"It has a normal layer height, and results in average layer lines and print "
-"quality. It is suitable for most printing cases."
+"Het heeft een normale laaghoogte en resulteert in gemiddelde laaglijnen en "
+"afdrukkwaliteit. Het is geschikt voor de meeste afdrukgevallen."
msgid ""
"Compared with the default profile of a 0.4 mm nozzle, it has more wall loops "
@@ -15777,8 +15979,8 @@ msgid ""
"It has a big layer height, and results in apparent layer lines and ordinary "
"printing quality and printing time."
msgstr ""
-"It has a big layer height, and results in apparent layer lines and ordinary "
-"printing quality and printing time."
+"De laagdikte is groot, wat resulteert in zichtbare laaglijnen en een normale "
+"afdrukkwaliteit en afdruktijd."
msgid ""
"Compared with the default profile of a 0.6 mm nozzle, it has more wall loops "
@@ -15829,8 +16031,8 @@ msgid ""
"It has a very big layer height, and results in very apparent layer lines, "
"low printing quality and general printing time."
msgstr ""
-"It has a very big layer height, and results in very apparent layer lines, "
-"low print quality and shorter printing time."
+"De laagdikte is erg groot, wat resulteert in duidelijke lijnen, een lage "
+"afdrukkwaliteit en een kortere afdruktijd."
msgid ""
"Compared with the default profile of a 0.8 mm nozzle, it has a bigger layer "
@@ -15865,9 +16067,10 @@ msgid ""
"height, and results in less but still apparent layer lines and slightly "
"higher printing quality, but longer printing time in some printing cases."
msgstr ""
-"Compared with the default profile of a 0.8 mm nozzle, it has a smaller layer "
-"height. This results in less but still apparent layer lines and slightly "
-"higher print quality, but longer print time in some cases."
+"Vergeleken met het standaardprofiel van een 0,8 mm mondstuk, heeft het een "
+"kleinere laaghoogte. Dit resulteert in minder maar nog steeds zichtbare "
+"laaglijnen en een iets hogere printkwaliteit, maar in sommige gevallen een "
+"langere printtijd."
msgid "Connected to Obico successfully!"
msgstr ""
@@ -15882,10 +16085,10 @@ msgid "Could not connect to SimplyPrint"
msgstr ""
msgid "Internal error"
-msgstr ""
+msgstr "Interne fout"
msgid "Unknown error"
-msgstr ""
+msgstr "Onbekende fout"
msgid "SimplyPrint account not linked. Go to Connect options to set it up."
msgstr ""
@@ -15900,13 +16103,13 @@ msgid "The provided state is not correct."
msgstr ""
msgid "Please give the required permissions when authorizing this application."
-msgstr ""
+msgstr "Geef de vereiste machtigingen wanneer u deze toepassing autoriseert."
msgid "Something unexpected happened when trying to log in, please try again."
-msgstr ""
+msgstr "Er is iets onverwachts gebeurd bij het inloggen. Probeer het opnieuw."
msgid "User cancelled."
-msgstr ""
+msgstr "Gebruiker geannuleerd."
#: resources/data/hints.ini: [hint:Precise wall]
msgid ""
@@ -15914,6 +16117,9 @@ msgid ""
"Did you know that turning on precise wall can improve precision and layer "
"consistency?"
msgstr ""
+"Precieze muur\n"
+"Wist u dat het inschakelen van de precieze muur de precisie en consistentie "
+"van de laag kan verbeteren?"
#: resources/data/hints.ini: [hint:Sandwich mode]
msgid ""
@@ -15922,12 +16128,18 @@ msgid ""
"precision and layer consistency if your model doesn't have very steep "
"overhangs?"
msgstr ""
+"Sandwichmodus\n"
+"Wist u dat u de sandwichmodus (binnen-buiten-binnen) kunt gebruiken om de "
+"precisie en consistentie van de laag te verbeteren als uw model geen erg "
+"steile overhangen heeft?"
#: resources/data/hints.ini: [hint:Chamber temperature]
msgid ""
"Chamber temperature\n"
"Did you know that OrcaSlicer supports chamber temperature?"
msgstr ""
+"Kamertemperatuur\n"
+"Wist je dat OrcaSlicer kamertemperatuur ondersteunt?"
#: resources/data/hints.ini: [hint:Calibration]
msgid ""
@@ -15935,24 +16147,34 @@ msgid ""
"Did you know that calibrating your printer can do wonders? Check out our "
"beloved calibration solution in OrcaSlicer."
msgstr ""
+"Kalibratie\n"
+"Wist u dat het kalibreren van uw printer wonderen kan doen? Bekijk onze "
+"geliefde kalibratieoplossing in OrcaSlicer."
#: resources/data/hints.ini: [hint:Auxiliary fan]
msgid ""
"Auxiliary fan\n"
"Did you know that OrcaSlicer supports Auxiliary part cooling fan?"
msgstr ""
+"Hulpventilator\n"
+"Wist u dat OrcaSlicer eventuele extra onderdeel koelventilator ondersteunt?"
#: resources/data/hints.ini: [hint:Air filtration]
msgid ""
"Air filtration/Exhaust Fan\n"
"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?"
msgstr ""
+"Luchtfiltratie/Afzuigventilator\n"
+"Wist u dat OrcaSlicer eventuele luchtfiltratie/afzuigventilator ondersteunt?"
#: resources/data/hints.ini: [hint:G-code window]
msgid ""
"G-code window\n"
"You can turn on/off the G-code window by pressing the C key."
msgstr ""
+"G-codevenster\n"
+"U kunt het G-codevenster in- of uitschakelen door op de C-toets te "
+"drukken."
#: resources/data/hints.ini: [hint:Switch workspaces]
msgid ""
@@ -15960,6 +16182,9 @@ msgid ""
"You can switch between Prepare and Preview workspaces by "
"pressing the Tab key."
msgstr ""
+"Werkruimten wisselen\n"
+"U kunt schakelen tussen de werkruimten Voorbereiden en "
+"Voorvertoning door op de Tab-toets te drukken."
#: resources/data/hints.ini: [hint:How to use keyboard shortcuts]
msgid ""
@@ -15967,6 +16192,9 @@ msgid ""
"Did you know that Orca Slicer offers a wide range of keyboard shortcuts and "
"3D scene operations."
msgstr ""
+"Hoe sneltoetsen te gebruiken\n"
+"Wist u dat Orca Slicer een breed scala aan sneltoetsen en 3D-"
+"scĂšnebewerkingen biedt."
#: resources/data/hints.ini: [hint:Reverse on odd]
msgid ""
@@ -15974,6 +16202,9 @@ msgid ""
"Did you know that Reverse on odd feature can significantly improve "
"the surface quality of your overhangs?"
msgstr ""
+"Achteruit op oneven\n"
+"Wist u dat de functie Achteruit op oneven de oppervlaktekwaliteit van "
+"uw overhangen aanzienlijk kan verbeteren?"
#: resources/data/hints.ini: [hint:Cut Tool]
msgid ""
@@ -16049,6 +16280,9 @@ msgid ""
"Did you know that you use the Search tool to quickly find a specific Orca "
"Slicer setting?"
msgstr ""
+"Zoekfunctionaliteit\n"
+"Wist u dat u de zoekfunctie gebruikt om snel een specifieke Orca Slicer-"
+"instelling te vinden?"
#: resources/data/hints.ini: [hint:Simplify Model]
msgid ""
@@ -16056,6 +16290,10 @@ msgid ""
"Did you know that you can reduce the number of triangles in a mesh using the "
"Simplify mesh feature? Right-click the model and select Simplify model."
msgstr ""
+"Model vereenvoudigen\n"
+"Wist u dat u het aantal driehoeken in een mesh kunt verminderen met de mesh "
+"functie Vereenvoudigen? Klik met de rechtermuisknop op het model en "
+"selecteer Model vereenvoudigen."
#: resources/data/hints.ini: [hint:Slicing Parameter Table]
msgid ""
@@ -16084,6 +16322,10 @@ msgid ""
"part modifier? That way you can, for example, create easily resizable holes "
"directly in Orca Slicer."
msgstr ""
+"Een deel aftrekken\n"
+"Wist u dat u een mesh van een andere kunt aftrekken met de Negatief deel "
+"aanpasser? Zo kunt u bijvoorbeeld gemakkelijk aanpasbare gaten rechtstreeks "
+"in Orca Slicer maken."
#: resources/data/hints.ini: [hint:STEP]
msgid ""
@@ -16093,6 +16335,11 @@ msgid ""
"Orca Slicer supports slicing STEP files, providing smoother results than a "
"lower resolution STL. Give it a try!"
msgstr ""
+"STEP\n"
+"Wist u dat u uw afdrukkwaliteit kunt verbeteren door een STEP-bestand te "
+"slicen in plaats van een STL?\n"
+"Orca Slicer ondersteunt het slicen van STEP-bestanden, wat vloeiendere "
+"resultaten oplevert dan een STL met een lagere resolutie. Probeer het eens!"
#: resources/data/hints.ini: [hint:Z seam location]
msgid ""
@@ -16251,55 +16498,68 @@ msgstr ""
"kromtrekken, zoals ABS, een juiste verhoging van de temperatuur van het "
"warmtebed de kans op kromtrekken kan verkleinen?"
-#~ msgid "up to"
-#~ msgstr "tot"
-
-#~ msgid "above"
-#~ msgstr "Boven"
-
-#~ msgid "from"
-#~ msgstr "Van"
-
-#~ msgid "Switching application language while some presets are modified."
+#~ msgid ""
+#~ "Decrease this value slightly(for example 0.9) to reduce the amount of "
+#~ "material for bridge, to improve sag"
#~ msgstr ""
-#~ "De taal van de toepassing aanpaasen terwijl sommige voorinstellingen zijn "
-#~ "aangepast."
-
-#~ msgid "â+Shift+G"
-#~ msgstr "â+Shift+G"
-
-#~ msgid "Ctrl+Shift+G"
-#~ msgstr "Ctrl+Shift+G"
-
-#~ msgid "â+Any arrow"
-#~ msgstr "â+willekeurige pijl"
-
-#~ msgid "â„+Left mouse button"
-#~ msgstr "â„+Linker muisknop"
+#~ "Verlaag deze waarde iets (bijvoorbeeld 0,9) om de hoeveelheid materiaal "
+#~ "voor bruggen te verminderen, dit om doorzakken te voorkomen."
-#~ msgid "â+Left mouse button"
-#~ msgstr "â+Linker muisknop"
-
-#~ msgid "Ctrl+Any arrow"
-#~ msgstr "CTRL+willekeurige pijl"
+#~ msgid ""
+#~ "This factor affects the amount of material for top solid infill. You can "
+#~ "decrease it slightly to have smooth surface finish"
+#~ msgstr ""
+#~ "Deze factor beĂŻnvloedt de hoeveelheid materiaal voor de bovenste vaste "
+#~ "vulling. Je kunt het iets verminderen om een glad oppervlak te krijgen."
-#~ msgid "Alt+Left mouse button"
-#~ msgstr "Alt+Linker muisknop"
+#~ msgid "Speed of bridge and completely overhang wall"
+#~ msgstr "Dit is de snelheid voor bruggen en 100% overhangende wanden."
-#~ msgid "Ctrl+Left mouse button"
-#~ msgstr "Ctrl+Linker muisknop"
+#~ msgid "Time to load new filament when switch filament. For statistics only"
+#~ msgstr ""
+#~ "Tijd welke nodig is om nieuw filament te laden tijdens het wisselen. "
+#~ "Enkel voor statistieken."
-#~ msgid "â+Mouse wheel"
-#~ msgstr "â+muiswiel"
+#~ msgid ""
+#~ "Time to unload old filament when switch filament. For statistics only"
+#~ msgstr ""
+#~ "Tijd welke nodig is om oud filament te lossen tijdens het wisselen. Enkel "
+#~ "voor statistieken."
-#~ msgid "â„+Mouse wheel"
-#~ msgstr "â„+Muiswiel"
+#~ msgid ""
+#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a "
+#~ "new filament during a tool change (when executing the T code). This time "
+#~ "is added to the total print time by the G-code time estimator."
+#~ msgstr ""
+#~ "Tijd voor de printerfirmware (of de MMU 2.0) om nieuw filament te laden "
+#~ "tijdens een toolwissel (tijdens het uitvoeren van de T-code). Deze tijd "
+#~ "wordt toegevoegd aan de totale printtijd in de tijdsschatting."
-#~ msgid "Ctrl+Mouse wheel"
-#~ msgstr "CTRL+muiswiel"
+#~ msgid ""
+#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload "
+#~ "a filament during a tool change (when executing the T code). This time is "
+#~ "added to the total print time by the G-code time estimator."
+#~ msgstr ""
+#~ "Tijd voor de printerfirmware (of de MMU 2.0) om filament te ontladen "
+#~ "tijdens een toolwissel (tijdens het uitvoeren van de T-code). Deze tijd "
+#~ "wordt toegevoegd aan de totale printtijd in de tijdsschatting."
-#~ msgid "Alt+Mouse wheel"
-#~ msgstr "Alt+muiswiel"
+#~ msgid ""
+#~ "Higher chamber temperature can help suppress or reduce warping and "
+#~ "potentially lead to higher interlayer bonding strength for high "
+#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, "
+#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, "
+#~ "TPU, PVA and other low temperature materials,the actual chamber "
+#~ "temperature should not be high to avoid cloggings, so 0 which stands for "
+#~ "turning off is highly recommended"
+#~ msgstr ""
+#~ "Higher chamber temperature can help suppress or reduce warping and "
+#~ "potentially lead to higher interlayer bonding strength for high "
+#~ "temperature materials like ABS, ASA, PC, PA and so on. At the same time, "
+#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, "
+#~ "TPU, PVA and other low temperature materials, the actual chamber "
+#~ "temperature should not be high to avoid clogs, so 0 (turned off) is "
+#~ "highly recommended."
#~ msgid ""
#~ "Different nozzle diameters and different filament diameters is not "
diff --git a/localization/i18n/pl/OrcaSlicer_pl.po b/localization/i18n/pl/OrcaSlicer_pl.po
index 0c821ac0938..01cdea0bf8f 100644
--- a/localization/i18n/pl/OrcaSlicer_pl.po
+++ b/localization/i18n/pl/OrcaSlicer_pl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: OrcaSlicer 2.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-08-03 18:54+0200\n"
+"POT-Creation-Date: 2024-08-23 16:24+0200\n"
"PO-Revision-Date: \n"
"Last-Translator: Krzysztof Morga \n"
"Language-Team: \n"
@@ -75,6 +75,9 @@ msgstr "KÄ
t inteligentnego wypeĆniania"
msgid "On overhangs only"
msgstr "Tylko na nawisach"
+msgid "Auto support threshold angle: "
+msgstr "Automatyczny kÄ
t progowy podpory: "
+
msgid "Circle"
msgstr "KoĆo"
@@ -94,9 +97,6 @@ msgstr "Pozwala malowaÄ tylko na wybranych powierzchniach za pomocÄ
: \"%1%\""
msgid "Highlight faces according to overhang angle."
msgstr "PodĆwietl Ćciany zgodnie z kÄ
tem nawisu."
-msgid "Auto support threshold angle: "
-msgstr "Automatyczny kÄ
t progowy podpory: "
-
msgid "No auto support"
msgstr "Brak automatycznej podpory"
@@ -1982,6 +1982,9 @@ msgstr "UproĆÄ model"
msgid "Center"
msgstr "WyĆrodkuj"
+msgid "Drop"
+msgstr ""
+
msgid "Edit Process Settings"
msgstr "Edytuj ustawienia procesu"
@@ -4163,6 +4166,15 @@ msgstr "Czas caĆkowity"
msgid "Total cost"
msgstr "Koszt caĆkowity"
+msgid "up to"
+msgstr "do"
+
+msgid "above"
+msgstr "powyĆŒej"
+
+msgid "from"
+msgstr "od"
+
msgid "Color Scheme"
msgstr "Schemat kolorĂłw"
@@ -4226,12 +4238,12 @@ msgstr "Liczba zmian filamentu"
msgid "Cost"
msgstr "Koszt"
-msgid "Print"
-msgstr "Drukuj"
-
msgid "Color change"
msgstr "Zmiana koloru"
+msgid "Print"
+msgstr "Drukuj"
+
msgid "Printer"
msgstr "Drukarka"
@@ -4415,7 +4427,7 @@ msgstr "ObjÄtoĆÄ:"
msgid "Size:"
msgstr "Rozmiar:"
-#, c-format, boost-format
+#, boost-format
msgid ""
"Conflicts of gcode paths have been found at layer %d, z = %.2lf mm. Please "
"separate the conflicted objects farther (%s <-> %s)."
@@ -4857,6 +4869,18 @@ msgstr "Procedura 2"
msgid "Flow rate test - Pass 2"
msgstr "Test natÄĆŒenia przepĆywu - Procedura 2"
+msgid "YOLO (Recommended)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.01 step"
+msgstr ""
+
+msgid "YOLO (perfectionist version)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.005 step"
+msgstr ""
+
msgid "Flow rate"
msgstr "NatÄĆŒenie przepĆywu"
@@ -6159,16 +6183,6 @@ msgstr "Wykryto obiekt skĆadajÄ
cy siÄ z wielu czÄĆci"
msgid "The file does not contain any geometry data."
msgstr "Plik nie zawiera ĆŒadnych danych geometrycznych."
-msgid ""
-"Your object appears to be too large. It will be scaled down to fit the heat "
-"bed automatically."
-msgstr ""
-"TwĂłj obiekt wydaje siÄ byÄ zbyt duĆŒy. Zostanie on automatycznie zmniejszony, "
-"aby pasowaĆ do powierzchni roboczej."
-
-msgid "Object too large"
-msgstr "Obiekt jest zbyt duĆŒy"
-
msgid ""
"Your object appears to be too large, Do you want to scale it down to fit the "
"heat bed automatically?"
@@ -6176,6 +6190,9 @@ msgstr ""
"Importowany model przekracza wymiary przestrzeni roboczej. Czy chcesz go "
"przeskalowanÄ do odpowiednich rozmiarĂłw?"
+msgid "Object too large"
+msgstr "Obiekt jest zbyt duĆŒy"
+
msgid "Export STL file:"
msgstr "Eksportuj plik STL:"
@@ -6553,6 +6570,11 @@ msgstr "Czy chcesz kontynuowaÄ?"
msgid "Language selection"
msgstr "WybĂłr jÄzyka"
+msgid "Switching application language while some presets are modified."
+msgstr ""
+"Zmiana jÄzyka aplikacji przy jednoczesnym istniejÄ
cych zmodyfikowanych "
+"ustawieniach."
+
msgid "Changing application language"
msgstr "Zmiana jÄzyka aplikacji"
@@ -8571,8 +8593,11 @@ msgstr "Lista obiektĂłw"
msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files"
msgstr "Import danych geometrycznych z plikĂłw STL/STEP/3MF/OBJ/AMF"
-msgid "Shift+G"
-msgstr "Shift+G"
+msgid "â+Shift+G"
+msgstr "â+Shift+G"
+
+msgid "Ctrl+Shift+G"
+msgstr "Ctrl+Shift+G"
msgid "Paste from clipboard"
msgstr "Wklej z schowka"
@@ -8622,18 +8647,33 @@ msgstr "Shift+Tab"
msgid "Collapse/Expand the sidebar"
msgstr "ZwiĆ/RozwiĆ pasek boczny"
-msgid "Any arrow"
-msgstr "Dowolna strzaĆka"
+msgid "â+Any arrow"
+msgstr ""
msgid "Movement in camera space"
msgstr "Ruch w przestrzeni kamery"
+msgid "â„+Left mouse button"
+msgstr "â„+Lewy przycisk myszy"
+
msgid "Select a part"
msgstr "Wybierz czÄĆÄ"
+msgid "â+Left mouse button"
+msgstr "â+Lewy przycisk myszy"
+
msgid "Select multiple objects"
msgstr "Wybierz wiele obiektĂłw"
+msgid "Ctrl+Any arrow"
+msgstr "Ctrl+Dowolna strzaĆka"
+
+msgid "Alt+Left mouse button"
+msgstr "Alt+Lewy przycisk myszy"
+
+msgid "Ctrl+Left mouse button"
+msgstr "Ctrl+Lewy przycisk myszy"
+
msgid "Shift+Left mouse button"
msgstr "Shift+Lewy przycisk myszy"
@@ -8736,12 +8776,24 @@ msgstr "PĆyta"
msgid "Move: press to snap by 1mm"
msgstr "PrzesuĆ: naciĆnij, aby przyciÄ
gnÄ
Ä co 1 mm"
+msgid "â+Mouse wheel"
+msgstr "â+KĂłĆko myszy"
+
msgid "Support/Color Painting: adjust pen radius"
msgstr "Podpory/Kolorowanie: dostosuj promieĆ pÄdzla"
+msgid "â„+Mouse wheel"
+msgstr "â„+KĂłĆko myszy"
+
msgid "Support/Color Painting: adjust section position"
msgstr "Podpory/Kolorowanie: dostosuj pozycjÄ sekcji"
+msgid "Ctrl+Mouse wheel"
+msgstr "Ctrl+KĂłĆko myszy"
+
+msgid "Alt+Mouse wheel"
+msgstr "Alt+KĂłĆko myszy"
+
msgid "Gizmo"
msgstr "Uchwyt"
@@ -9823,25 +9875,32 @@ msgid "Apply gap fill"
msgstr "Zastosuj wypeĆnienie szczelin"
msgid ""
-"Enables gap fill for the selected surfaces. The minimum gap length that will "
-"be filled can be controlled from the filter out tiny gaps option below.\n"
+"Enables gap fill for the selected solid surfaces. The minimum gap length "
+"that will be filled can be controlled from the filter out tiny gaps option "
+"below.\n"
"\n"
"Options:\n"
-"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n"
+"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces "
+"for maximum strength\n"
"2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces "
-"only\n"
-"3. Nowhere: Disables gap fill\n"
-msgstr ""
-"UmoĆŒliwia wypeĆnienie szpar/szczelin dla wybranych powierzchni. MinimalnÄ
"
-"dĆugoĆÄ szczeliny, ktĂłra zostanie wypeĆniona, moĆŒna kontrolowaÄ poprzez "
-"opcjÄ 'filtruj wÄ
skie szczeliny' znajdujÄ
cej siÄ poniĆŒej.\n"
+"only, balancing print speed, reducing potential over extrusion in the solid "
+"infill and making sure the top and bottom surfaces have no pin hole gaps\n"
+"3. Nowhere: Disables gap fill for all solid infill areas. \n"
"\n"
-"Opcje:\n"
-"1. WszÄdzie: Stosuje wypeĆnienie na gĂłrnych, dolnych i wewnÄtrznych "
-"powierzchniach staĆych\n"
-"2. Powierzchnie gĂłrne i dolne: Stosuje wypeĆnienie tylko na gĂłrnych i "
-"dolnych powierzchniach\n"
-"3. Nigdzie: WyĆÄ
cza wypeĆnienie\n"
+"Note that if using the classic perimeter generator, gap fill may also be "
+"generated between perimeters, if a full width line cannot fit between them. "
+"That perimeter gap fill is not controlled by this setting. \n"
+"\n"
+"If you would like all gap fill, including the classic perimeter generated "
+"one, removed, set the filter out tiny gaps value to a large number, like "
+"999999. \n"
+"\n"
+"However this is not advised, as gap fill between perimeters is contributing "
+"to the model's strength. For models where excessive gap fill is generated "
+"between perimeters, a better option would be to switch to the arachne wall "
+"generator and use this option to control whether the cosmetic top and bottom "
+"surface gap fill is generated"
+msgstr ""
msgid "Everywhere"
msgstr "WszÄdzie"
@@ -9916,10 +9975,11 @@ msgstr "WspĂłĆczynnik przepĆywu przy mostach"
msgid ""
"Decrease this value slightly(for example 0.9) to reduce the amount of "
-"material for bridge, to improve sag"
+"material for bridge, to improve sag. \n"
+"\n"
+"The actual bridge flow used is calculated by multiplying this value with the "
+"filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"Zmniejsz tÄ wartoĆÄ minimalnie (na przykĆad do 0.9), aby zmniejszyÄ iloĆÄ "
-"filamentu dla mostu, co zmniejszy jego wygiÄcie"
msgid "Internal bridge flow ratio"
msgstr "WspĂłĆczynnik przepĆywu dla wewnÄtrznych mostĂłw"
@@ -9927,29 +9987,33 @@ msgstr "WspĂłĆczynnik przepĆywu dla wewnÄtrznych mostĂłw"
msgid ""
"This value governs the thickness of the internal bridge layer. This is the "
"first layer over sparse infill. Decrease this value slightly (for example "
-"0.9) to improve surface quality over sparse infill."
+"0.9) to improve surface quality over sparse infill.\n"
+"\n"
+"The actual internal bridge flow used is calculated by multiplying this value "
+"with the bridge flow ratio, the filament flow ratio, and if set, the "
+"object's flow ratio."
msgstr ""
-"Ta wartoĆÄ okreĆla gruboĆÄ wewnÄtrznej warstwy mostu. Jest to pierwsza "
-"warstwa nad rzadkim wypeĆnieniem. Aby poprawiÄ jakoĆÄ powierzchni nad tym "
-"wypeĆnieniem, moĆŒesz zmniejszyÄ trochÄ tÄ
wartoĆÄ (na przykĆad do 0.9)"
msgid "Top surface flow ratio"
msgstr "WspĂłĆczynnik przepĆywu gĂłrnej powierzchni"
msgid ""
"This factor affects the amount of material for top solid infill. You can "
-"decrease it slightly to have smooth surface finish"
+"decrease it slightly to have smooth surface finish. \n"
+"\n"
+"The actual top surface flow used is calculated by multiplying this value "
+"with the filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"Czynnik ten wpĆywa na iloĆÄ filamentu na gĂłrne peĆne wypeĆnienie. MoĆŒesz go "
-"nieco zmniejszyÄ, aby uzyskaÄ gĆadkie wykoĆczenie powierzchni"
msgid "Bottom surface flow ratio"
msgstr "WspĂłĆczynnik przepĆywu dolnej powierzchni"
-msgid "This factor affects the amount of material for bottom solid infill"
+msgid ""
+"This factor affects the amount of material for bottom solid infill. \n"
+"\n"
+"The actual bottom solid infill flow used is calculated by multiplying this "
+"value with the filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"Ten wspĂłĆczynnik wpĆywa na iloĆÄ materiaĆu w dolnej warstwie peĆnego "
-"wypeĆnienia"
msgid "Precise wall"
msgstr "Ćciany o wysokiej precyzji"
@@ -10127,12 +10191,26 @@ msgstr "WĆÄ
cz tÄ opcjÄ, aby zwolniÄ drukowanie dla rĂłĆŒnych stopni nawisu"
msgid "Slow down for curled perimeters"
msgstr "Zwalnienie na Ćukach"
+#, c-format, boost-format
msgid ""
-"Enable this option to slow printing down in areas where potential curled "
-"perimeters may exist"
+"Enable this option to slow down printing in areas where perimeters may have "
+"curled upwards.For example, additional slowdown will be applied when "
+"printing overhangs on sharp corners like the front of the Benchy hull, "
+"reducing curling which compounds over multiple layers.\n"
+"\n"
+" It is generally recommended to have this option switched on unless your "
+"printer cooling is powerful enough or the print speed slow enough that "
+"perimeter curling does not happen. If printing with a high external "
+"perimeter speed, this parameter may introduce slight artifacts when slowing "
+"down due to the large variance in print speeds. If you notice artifacts, "
+"ensure your pressure advance is tuned correctly.\n"
+"\n"
+"Note: When this option is enabled, overhang perimeters are treated like "
+"overhangs, meaning the overhang speed is applied even if the overhanging "
+"perimeter is part of a bridge. For example, when the perimeters are "
+"100% overhanging, with no wall supporting them from underneath, the "
+"100% overhang speed will be applied."
msgstr ""
-"WĆÄ
cz tÄ opcjÄ, aby zwolniÄ drukowanie w obszarach, gdzie istnieje "
-"potencjalne zagroĆŒenie odksztaĆceniem obwodĂłw"
msgid "mm/s or %"
msgstr "mm/s lub %"
@@ -10140,8 +10218,14 @@ msgstr "mm/s lub %"
msgid "External"
msgstr "Zewn."
-msgid "Speed of bridge and completely overhang wall"
-msgstr "PrÄdkoĆÄ mostu i caĆkowicie nawisajÄ
cej Ćciany"
+msgid ""
+"Speed of the externally visible bridge extrusions. \n"
+"\n"
+"In addition, if Slow down for curled perimeters is disabled or Classic "
+"overhang mode is enabled, it will be the print speed of overhang walls that "
+"are supported by less than 13%, whether they are part of a bridge or an "
+"overhang."
+msgstr ""
msgid "mm/s"
msgstr "mm/s"
@@ -10150,11 +10234,9 @@ msgid "Internal"
msgstr "Wewn."
msgid ""
-"Speed of internal bridge. If the value is expressed as a percentage, it will "
-"be calculated based on the bridge_speed. Default value is 150%."
+"Speed of internal bridges. If the value is expressed as a percentage, it "
+"will be calculated based on the bridge_speed. Default value is 150%."
msgstr ""
-"PrÄdkoĆÄ wewnÄtrznego mostu. JeĆli wartoĆÄ jest wyraĆŒona w procentach, "
-"bÄdzie obliczana na podstawie prÄdkoĆci mostu. DomyĆlna wartoĆÄ to 150%."
msgid "Brim width"
msgstr "SzerokoĆÄ Brimu"
@@ -10810,6 +10892,17 @@ msgstr ""
"miÄdzy 0,95 a 1,05. ByÄ moĆŒe moĆŒesz dostroiÄ tÄ wartoĆÄ, aby uzyskaÄ gĆadkÄ
"
"powierzchniÄ, gdy wystÄpuje lekkie przelewanie lub niedomiar"
+msgid ""
+"The material may have volumetric change after switching between molten state "
+"and crystalline state. This setting changes all extrusion flow of this "
+"filament in gcode proportionally. Recommended value range is between 0.95 "
+"and 1.05. Maybe you can tune this value to get nice flat surface when there "
+"has slight overflow or underflow. \n"
+"\n"
+"The final object flow ratio is this value multiplied by the filament flow "
+"ratio."
+msgstr ""
+
msgid "Enable pressure advance"
msgstr "WĆÄ
cz wzrost ciĆnienia (PA)"
@@ -11049,18 +11142,29 @@ msgstr "mmÂł/s"
msgid "Filament load time"
msgstr "Czas Ćadowania filamentu"
-msgid "Time to load new filament when switch filament. For statistics only"
+msgid ""
+"Time to load new filament when switch filament. It's usually applicable for "
+"single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
msgstr ""
-"Czas Ćadowania nowego filamentu podczas zmiany filamentu. Tylko do celĂłw "
-"statystycznych"
msgid "Filament unload time"
msgstr "Czas rozĆadowania filamentu"
-msgid "Time to unload old filament when switch filament. For statistics only"
+msgid ""
+"Time to unload old filament when switch filament. It's usually applicable "
+"for single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
+msgstr ""
+
+msgid "Tool change time"
+msgstr ""
+
+msgid ""
+"Time taken to switch tools. It's usually applicable for tool changers or "
+"multi-tool machines. For single-extruder multi-material machines, it's "
+"typically 0. For statistics only"
msgstr ""
-"Czas rozĆadunku poprzedniego filamentu podczas zmiany filamentu. Tylko do "
-"celĂłw statystycznych"
msgid ""
"Filament diameter is used to calculate extrusion in gcode, so it's important "
@@ -11208,15 +11312,6 @@ msgstr "PrÄdkoĆÄ ostatniego ruchu chĆodzÄ
cego"
msgid "Cooling moves are gradually accelerating towards this speed."
msgstr "Ruchy chĆodzÄ
ce stopniowo przyspieszajÄ
do tej prÄdkoĆci."
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-"Czas, ktĂłry drukarka (lub dodatek Multi Material 2.0) poĆwiÄca na Ćadowanie "
-"nowego filamentu podczas zmiany narzÄdzia (przy wykonywaniu kodu T). Ten "
-"czas jest dodawany do szacowanego czasu druku."
-
msgid "Ramming parameters"
msgstr "Parametry wyciskania"
@@ -11227,15 +11322,6 @@ msgstr ""
"Ten ciÄ
g jest edytowany przez RammingDialog i zawiera parametry wĆaĆciwe dla "
"wyciskania."
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-"Czas, ktĂłry drukarka (lub dodatek Multi Material 2.0) poĆwiÄca na "
-"rozĆadowanie nowego filamentu podczas zmiany narzÄdzia (przy wykonywaniu "
-"kodu T). Ten czas jest dodawany do szacowanego czasu druku."
-
msgid "Enable ramming for multitool setups"
msgstr "WĆÄ
cz wyciskanie przy multi-tool"
@@ -11682,8 +11768,11 @@ msgstr "Filtruj wÄ
skie szczeliny"
msgid "Layers and Perimeters"
msgstr "Warstwy i obwody"
-msgid "Filter out gaps smaller than the threshold specified"
-msgstr "Filtruj szczeliny mniejsze niĆŒ podany prĂłg"
+msgid ""
+"Don't print gap fill with a length is smaller than the threshold specified "
+"(in mm). This setting applies to top, bottom and solid infill and, if using "
+"the classic perimeter generator, to wall gap fill. "
+msgstr ""
msgid ""
"Speed of gap infill. Gap usually has irregular line width and should be "
@@ -13870,32 +13959,40 @@ msgid "Activate temperature control"
msgstr "Aktywuj kontrolÄ temperatury"
msgid ""
-"Enable this option for chamber temperature control. An M191 command will be "
-"added before \"machine_start_gcode\"\n"
-"G-code commands: M141/M191 S(0-255)"
+"Enable this option for automated chamber temperature control. This option "
+"activates the emitting of an M191 command before the "
+"\"machine_start_gcode\"\n"
+" which sets the chamber temperature and waits until it is reached. In "
+"addition, it emits an M141 command at the end of the print to turn off the "
+"chamber heater, if present. \n"
+"\n"
+"This option relies on the firmware supporting the M191 and M141 commands "
+"either via macros or natively and is usually used when an active chamber "
+"heater is installed."
msgstr ""
-"WĆÄ
cz tÄ opcjÄ dla kontroli temperatury komory. Komenda M191 zostanie dodana "
-"przed \"poczÄ
tkowy G-code drukarki\"\n"
-"Komendy G-code: M141/M191 S(0-255)"
msgid "Chamber temperature"
msgstr "Temperatura komory"
msgid ""
-"Higher chamber temperature can help suppress or reduce warping and "
-"potentially lead to higher interlayer bonding strength for high temperature "
-"materials like ABS, ASA, PC, PA and so on.At the same time, the air "
-"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and "
-"other low temperature materials,the actual chamber temperature should not be "
-"high to avoid cloggings, so 0 which stands for turning off is highly "
-"recommended"
+"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber "
+"temperature can help suppress or reduce warping and potentially lead to "
+"higher interlayer bonding strength. However, at the same time, a higher "
+"chamber temperature will reduce the efficiency of air filtration for ABS and "
+"ASA. \n"
+"\n"
+"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option "
+"should be disabled (set to 0) as the chamber temperature should be low to "
+"avoid extruder clogging caused by material softening at the heat break.\n"
+"\n"
+"If enabled, this parameter also sets a gcode variable named "
+"chamber_temperature, which can be used to pass the desired chamber "
+"temperature to your print start macro, or a heat soak macro like this: "
+"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may "
+"be useful if your printer does not support M141/M191 commands, or if you "
+"desire to handle heat soaking in the print start macro if no active chamber "
+"heater is installed."
msgstr ""
-"WyĆŒsza temperatura komory moĆŒe pomĂłc w redukcji wypaczania i potencjalnie "
-"prowadziÄ do wiÄkszej siĆy wiÄ
zania miÄdzywarstwowego w przypadku materiaĆĂłw "
-"wysokotemperaturowych, takich jak ABS, ASA, PC, PA itp. Dla filametĂłw PLA, "
-"PETG, TPU, PVA i innych materiaĆĂłw niskotemperaturowych temperatura komory "
-"nie powinna byÄ wysoka. Aby uniknÄ
Ä zatykania sie dyszy zaleca siÄ "
-"ustawienia na wartoĆÄ 0 (wyĆÄ
czone)."
msgid "Nozzle temperature for layers after the initial one"
msgstr "Temperatura dyszy dla warstw po poczÄ
tkowej"
@@ -17216,52 +17313,143 @@ msgstr ""
"takimi jak ABS, odpowiednie zwiÄkszenie temperatury podgrzewanej pĆyty moĆŒe "
"zmniejszyÄ prawdopodobieĆstwo odksztaĆceĆ."
-#~ msgid "up to"
-#~ msgstr "do"
+#~ msgid ""
+#~ "Your object appears to be too large. It will be scaled down to fit the "
+#~ "heat bed automatically."
+#~ msgstr ""
+#~ "TwĂłj obiekt wydaje siÄ byÄ zbyt duĆŒy. Zostanie on automatycznie "
+#~ "zmniejszony, aby pasowaĆ do powierzchni roboczej."
-#~ msgid "above"
-#~ msgstr "powyĆŒej"
+#~ msgid "Shift+G"
+#~ msgstr "Shift+G"
-#~ msgid "from"
-#~ msgstr "od"
+#~ msgid "Any arrow"
+#~ msgstr "Dowolna strzaĆka"
-#~ msgid "Switching application language while some presets are modified."
+#~ msgid ""
+#~ "Enables gap fill for the selected surfaces. The minimum gap length that "
+#~ "will be filled can be controlled from the filter out tiny gaps option "
+#~ "below.\n"
+#~ "\n"
+#~ "Options:\n"
+#~ "1. Everywhere: Applies gap fill to top, bottom and internal solid "
+#~ "surfaces\n"
+#~ "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces "
+#~ "only\n"
+#~ "3. Nowhere: Disables gap fill\n"
#~ msgstr ""
-#~ "Zmiana jÄzyka aplikacji przy jednoczesnym istniejÄ
cych zmodyfikowanych "
-#~ "ustawieniach."
+#~ "UmoĆŒliwia wypeĆnienie szpar/szczelin dla wybranych powierzchni. MinimalnÄ
"
+#~ "dĆugoĆÄ szczeliny, ktĂłra zostanie wypeĆniona, moĆŒna kontrolowaÄ poprzez "
+#~ "opcjÄ 'filtruj wÄ
skie szczeliny' znajdujÄ
cej siÄ poniĆŒej.\n"
+#~ "\n"
+#~ "Opcje:\n"
+#~ "1. WszÄdzie: Stosuje wypeĆnienie na gĂłrnych, dolnych i wewnÄtrznych "
+#~ "powierzchniach staĆych\n"
+#~ "2. Powierzchnie gĂłrne i dolne: Stosuje wypeĆnienie tylko na gĂłrnych i "
+#~ "dolnych powierzchniach\n"
+#~ "3. Nigdzie: WyĆÄ
cza wypeĆnienie\n"
-#~ msgid "â+Shift+G"
-#~ msgstr "â+Shift+G"
+#~ msgid ""
+#~ "Decrease this value slightly(for example 0.9) to reduce the amount of "
+#~ "material for bridge, to improve sag"
+#~ msgstr ""
+#~ "Zmniejsz tÄ wartoĆÄ minimalnie (na przykĆad do 0.9), aby zmniejszyÄ iloĆÄ "
+#~ "filamentu dla mostu, co zmniejszy jego wygiÄcie"
-#~ msgid "Ctrl+Shift+G"
-#~ msgstr "Ctrl+Shift+G"
+#~ msgid ""
+#~ "This value governs the thickness of the internal bridge layer. This is "
+#~ "the first layer over sparse infill. Decrease this value slightly (for "
+#~ "example 0.9) to improve surface quality over sparse infill."
+#~ msgstr ""
+#~ "Ta wartoĆÄ okreĆla gruboĆÄ wewnÄtrznej warstwy mostu. Jest to pierwsza "
+#~ "warstwa nad rzadkim wypeĆnieniem. Aby poprawiÄ jakoĆÄ powierzchni nad tym "
+#~ "wypeĆnieniem, moĆŒesz zmniejszyÄ trochÄ tÄ
wartoĆÄ (na przykĆad do 0.9)"
-#~ msgid "â„+Left mouse button"
-#~ msgstr "â„+Lewy przycisk myszy"
+#~ msgid ""
+#~ "This factor affects the amount of material for top solid infill. You can "
+#~ "decrease it slightly to have smooth surface finish"
+#~ msgstr ""
+#~ "Czynnik ten wpĆywa na iloĆÄ filamentu na gĂłrne peĆne wypeĆnienie. MoĆŒesz "
+#~ "go nieco zmniejszyÄ, aby uzyskaÄ gĆadkie wykoĆczenie powierzchni"
-#~ msgid "â+Left mouse button"
-#~ msgstr "â+Lewy przycisk myszy"
+#~ msgid "This factor affects the amount of material for bottom solid infill"
+#~ msgstr ""
+#~ "Ten wspĂłĆczynnik wpĆywa na iloĆÄ materiaĆu w dolnej warstwie peĆnego "
+#~ "wypeĆnienia"
-#~ msgid "Ctrl+Any arrow"
-#~ msgstr "Ctrl+Dowolna strzaĆka"
+#~ msgid ""
+#~ "Enable this option to slow printing down in areas where potential curled "
+#~ "perimeters may exist"
+#~ msgstr ""
+#~ "WĆÄ
cz tÄ opcjÄ, aby zwolniÄ drukowanie w obszarach, gdzie istnieje "
+#~ "potencjalne zagroĆŒenie odksztaĆceniem obwodĂłw"
-#~ msgid "Alt+Left mouse button"
-#~ msgstr "Alt+Lewy przycisk myszy"
+#~ msgid "Speed of bridge and completely overhang wall"
+#~ msgstr "PrÄdkoĆÄ mostu i caĆkowicie nawisajÄ
cej Ćciany"
-#~ msgid "Ctrl+Left mouse button"
-#~ msgstr "Ctrl+Lewy przycisk myszy"
+#~ msgid ""
+#~ "Speed of internal bridge. If the value is expressed as a percentage, it "
+#~ "will be calculated based on the bridge_speed. Default value is 150%."
+#~ msgstr ""
+#~ "PrÄdkoĆÄ wewnÄtrznego mostu. JeĆli wartoĆÄ jest wyraĆŒona w procentach, "
+#~ "bÄdzie obliczana na podstawie prÄdkoĆci mostu. DomyĆlna wartoĆÄ to 150%."
-#~ msgid "â+Mouse wheel"
-#~ msgstr "â+KĂłĆko myszy"
+#~ msgid "Time to load new filament when switch filament. For statistics only"
+#~ msgstr ""
+#~ "Czas Ćadowania nowego filamentu podczas zmiany filamentu. Tylko do celĂłw "
+#~ "statystycznych"
-#~ msgid "â„+Mouse wheel"
-#~ msgstr "â„+KĂłĆko myszy"
+#~ msgid ""
+#~ "Time to unload old filament when switch filament. For statistics only"
+#~ msgstr ""
+#~ "Czas rozĆadunku poprzedniego filamentu podczas zmiany filamentu. Tylko do "
+#~ "celĂłw statystycznych"
-#~ msgid "Ctrl+Mouse wheel"
-#~ msgstr "Ctrl+KĂłĆko myszy"
+#~ msgid ""
+#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a "
+#~ "new filament during a tool change (when executing the T code). This time "
+#~ "is added to the total print time by the G-code time estimator."
+#~ msgstr ""
+#~ "Czas, ktĂłry drukarka (lub dodatek Multi Material 2.0) poĆwiÄca na "
+#~ "Ćadowanie nowego filamentu podczas zmiany narzÄdzia (przy wykonywaniu "
+#~ "kodu T). Ten czas jest dodawany do szacowanego czasu druku."
-#~ msgid "Alt+Mouse wheel"
-#~ msgstr "Alt+KĂłĆko myszy"
+#~ msgid ""
+#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload "
+#~ "a filament during a tool change (when executing the T code). This time is "
+#~ "added to the total print time by the G-code time estimator."
+#~ msgstr ""
+#~ "Czas, ktĂłry drukarka (lub dodatek Multi Material 2.0) poĆwiÄca na "
+#~ "rozĆadowanie nowego filamentu podczas zmiany narzÄdzia (przy wykonywaniu "
+#~ "kodu T). Ten czas jest dodawany do szacowanego czasu druku."
+
+#~ msgid "Filter out gaps smaller than the threshold specified"
+#~ msgstr "Filtruj szczeliny mniejsze niĆŒ podany prĂłg"
+
+#~ msgid ""
+#~ "Enable this option for chamber temperature control. An M191 command will "
+#~ "be added before \"machine_start_gcode\"\n"
+#~ "G-code commands: M141/M191 S(0-255)"
+#~ msgstr ""
+#~ "WĆÄ
cz tÄ opcjÄ dla kontroli temperatury komory. Komenda M191 zostanie "
+#~ "dodana przed \"poczÄ
tkowy G-code drukarki\"\n"
+#~ "Komendy G-code: M141/M191 S(0-255)"
+
+#~ msgid ""
+#~ "Higher chamber temperature can help suppress or reduce warping and "
+#~ "potentially lead to higher interlayer bonding strength for high "
+#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, "
+#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, "
+#~ "TPU, PVA and other low temperature materials,the actual chamber "
+#~ "temperature should not be high to avoid cloggings, so 0 which stands for "
+#~ "turning off is highly recommended"
+#~ msgstr ""
+#~ "WyĆŒsza temperatura komory moĆŒe pomĂłc w redukcji wypaczania i potencjalnie "
+#~ "prowadziÄ do wiÄkszej siĆy wiÄ
zania miÄdzywarstwowego w przypadku "
+#~ "materiaĆĂłw wysokotemperaturowych, takich jak ABS, ASA, PC, PA itp. Dla "
+#~ "filametĂłw PLA, PETG, TPU, PVA i innych materiaĆĂłw niskotemperaturowych "
+#~ "temperatura komory nie powinna byÄ wysoka. Aby uniknÄ
Ä zatykania sie "
+#~ "dyszy zaleca siÄ ustawienia na wartoĆÄ 0 (wyĆÄ
czone)."
#~ msgid ""
#~ "Interlocking depth of a segmented region. Zero disables this feature."
diff --git a/localization/i18n/pt_BR/OrcaSlicer_pt_BR.po b/localization/i18n/pt_BR/OrcaSlicer_pt_BR.po
index 42ecd5c7802..76f37e42800 100644
--- a/localization/i18n/pt_BR/OrcaSlicer_pt_BR.po
+++ b/localization/i18n/pt_BR/OrcaSlicer_pt_BR.po
@@ -2,7 +2,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-08-03 18:54+0200\n"
+"POT-Creation-Date: 2024-08-23 16:24+0200\n"
"PO-Revision-Date: 2024-06-01 21:51-0300\n"
"Last-Translator: \n"
"Language-Team: Portuguese, Brazilian\n"
@@ -80,6 +80,9 @@ msgstr ""
msgid "On overhangs only"
msgstr "Apenas em 'overhangs'"
+msgid "Auto support threshold angle: "
+msgstr "Ăngulo max. do suporte automĂĄtico: "
+
msgid "Circle"
msgstr "CĂrculo"
@@ -99,9 +102,6 @@ msgstr "Permite pintura apenas em facetas selecionadas por: \"%1%\""
msgid "Highlight faces according to overhang angle."
msgstr "Realçar faces conforme a inclinação."
-msgid "Auto support threshold angle: "
-msgstr "Ăngulo max. do suporte automĂĄtico: "
-
msgid "No auto support"
msgstr "Sem suporte automĂĄtico"
@@ -1989,6 +1989,9 @@ msgstr "Simplificar Modelo"
msgid "Center"
msgstr "Centralizar"
+msgid "Drop"
+msgstr ""
+
msgid "Edit Process Settings"
msgstr "Editar ConfiguraçÔes de Processo"
@@ -4163,6 +4166,15 @@ msgstr "Tempo total"
msgid "Total cost"
msgstr "Custo total"
+msgid "up to"
+msgstr "até"
+
+msgid "above"
+msgstr "acima"
+
+msgid "from"
+msgstr "de"
+
msgid "Color Scheme"
msgstr "Esquema de Cores"
@@ -4226,12 +4238,12 @@ msgstr "Quantidade de trocas de filamento"
msgid "Cost"
msgstr "Custo"
-msgid "Print"
-msgstr "Imprimir"
-
msgid "Color change"
msgstr "Mudança de Cor"
+msgid "Print"
+msgstr "Imprimir"
+
msgid "Printer"
msgstr "Impressora"
@@ -4415,7 +4427,7 @@ msgstr "Volume:"
msgid "Size:"
msgstr "Tamanho:"
-#, c-format, boost-format
+#, boost-format
msgid ""
"Conflicts of gcode paths have been found at layer %d, z = %.2lf mm. Please "
"separate the conflicted objects farther (%s <-> %s)."
@@ -4856,6 +4868,18 @@ msgstr "Passo 2"
msgid "Flow rate test - Pass 2"
msgstr "Teste de fluxo - Passo 2"
+msgid "YOLO (Recommended)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.01 step"
+msgstr ""
+
+msgid "YOLO (perfectionist version)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.005 step"
+msgstr ""
+
msgid "Flow rate"
msgstr "Fluxo"
@@ -6157,14 +6181,6 @@ msgstr "Objeto com mĂșltiplas peças foi detectado"
msgid "The file does not contain any geometry data."
msgstr "O arquivo não contém dados de geometria."
-msgid ""
-"Your object appears to be too large. It will be scaled down to fit the heat "
-"bed automatically."
-msgstr ""
-
-msgid "Object too large"
-msgstr "Objeto muito grande"
-
msgid ""
"Your object appears to be too large, Do you want to scale it down to fit the "
"heat bed automatically?"
@@ -6172,6 +6188,9 @@ msgstr ""
"Seu objeto parece ser muito grande. Deseja dimensionĂĄ-lo para caber na mesa "
"de aquecimento automaticamente?"
+msgid "Object too large"
+msgstr "Objeto muito grande"
+
msgid "Export STL file:"
msgstr "Exportar arquivo STL:"
@@ -6550,6 +6569,10 @@ msgstr "VocĂȘ deseja continuar?"
msgid "Language selection"
msgstr "Seleção de Idioma"
+msgid "Switching application language while some presets are modified."
+msgstr ""
+"A mudança do idioma do aplicativo enquanto alguns presets estão modificados."
+
msgid "Changing application language"
msgstr "Alterando o idioma do aplicativo"
@@ -7680,8 +7703,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 ""
"Ao gravar um timelapse sem o hotend aparecer, Ă© recomendĂĄvel adicionar uma "
"\"Torre Prime para Timelapse\" \n"
@@ -8546,8 +8569,11 @@ msgstr "Lista de objetos"
msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files"
msgstr "Importar dados de geometria de arquivos STL/STEP/3MF/OBJ/AMF"
-msgid "Shift+G"
-msgstr ""
+msgid "â+Shift+G"
+msgstr "â+Shift+G"
+
+msgid "Ctrl+Shift+G"
+msgstr "Ctrl+Shift+G"
msgid "Paste from clipboard"
msgstr "Colar da ĂĄrea de transferĂȘncia"
@@ -8597,18 +8623,33 @@ msgstr "Shift+Tab"
msgid "Collapse/Expand the sidebar"
msgstr "Recolher/Expandir a barra lateral"
-msgid "Any arrow"
-msgstr ""
+msgid "â+Any arrow"
+msgstr "â+Qualquer seta"
msgid "Movement in camera space"
msgstr "Movimento no espaço da cùmera"
+msgid "â„+Left mouse button"
+msgstr "BotĂŁo esquerdo do mouse â„+"
+
msgid "Select a part"
msgstr "Selecionar uma peça"
+msgid "â+Left mouse button"
+msgstr "BotĂŁo esquerdo do mouse â+"
+
msgid "Select multiple objects"
msgstr "Selecionar vĂĄrios objetos"
+msgid "Ctrl+Any arrow"
+msgstr "Ctrl+Qualquer seta"
+
+msgid "Alt+Left mouse button"
+msgstr "BotĂŁo esquerdo do mouse Alt+"
+
+msgid "Ctrl+Left mouse button"
+msgstr "BotĂŁo esquerdo do mouse Ctrl+"
+
msgid "Shift+Left mouse button"
msgstr "BotĂŁo esquerdo do mouse Shift+"
@@ -8711,12 +8752,24 @@ msgstr "Mesa"
msgid "Move: press to snap by 1mm"
msgstr "Mover: pressione para ajustar em 1mm"
+msgid "â+Mouse wheel"
+msgstr "â+Roda do mouse"
+
msgid "Support/Color Painting: adjust pen radius"
msgstr "Suporte/Pintura em cores: ajustar o raio da caneta"
+msgid "â„+Mouse wheel"
+msgstr "â„+Roda do mouse"
+
msgid "Support/Color Painting: adjust section position"
msgstr "Suporte/Pintura em cores: ajustar a posição da seção"
+msgid "Ctrl+Mouse wheel"
+msgstr "Ctrl+Roda do mouse"
+
+msgid "Alt+Mouse wheel"
+msgstr "Alt+Roda do mouse"
+
msgid "Gizmo"
msgstr "Gizmo"
@@ -9781,25 +9834,32 @@ msgid "Apply gap fill"
msgstr "Preenchimento de vĂŁo"
msgid ""
-"Enables gap fill for the selected surfaces. The minimum gap length that will "
-"be filled can be controlled from the filter out tiny gaps option below.\n"
+"Enables gap fill for the selected solid surfaces. The minimum gap length "
+"that will be filled can be controlled from the filter out tiny gaps option "
+"below.\n"
"\n"
"Options:\n"
-"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n"
+"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces "
+"for maximum strength\n"
"2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces "
-"only\n"
-"3. Nowhere: Disables gap fill\n"
-msgstr ""
-"Ativa o preenchimento de vĂŁo para as superfĂcies selecionadas. O comprimento "
-"mĂnimo do vĂŁo que serĂĄ preenchida pode ser controlado a partir da opção de "
-"filtrar pequenas s abaixo.\n"
+"only, balancing print speed, reducing potential over extrusion in the solid "
+"infill and making sure the top and bottom surfaces have no pin hole gaps\n"
+"3. Nowhere: Disables gap fill for all solid infill areas. \n"
"\n"
-"OpçÔes:\n"
-"1. Em todos os lugares: Aplica preenchimento de s Ă s superfĂcies sĂłlidas "
-"superior, inferior e interna\n"
-"2. SuperfĂcies superior e inferior: Aplica preenchimento de s apenas Ă s "
-"superfĂcies superior e inferior\n"
-"3. Em nenhum lugar: Desativa o preenchimento de s\n"
+"Note that if using the classic perimeter generator, gap fill may also be "
+"generated between perimeters, if a full width line cannot fit between them. "
+"That perimeter gap fill is not controlled by this setting. \n"
+"\n"
+"If you would like all gap fill, including the classic perimeter generated "
+"one, removed, set the filter out tiny gaps value to a large number, like "
+"999999. \n"
+"\n"
+"However this is not advised, as gap fill between perimeters is contributing "
+"to the model's strength. For models where excessive gap fill is generated "
+"between perimeters, a better option would be to switch to the arachne wall "
+"generator and use this option to control whether the cosmetic top and bottom "
+"surface gap fill is generated"
+msgstr ""
msgid "Everywhere"
msgstr "Sempre"
@@ -9873,10 +9933,11 @@ msgstr "Fluxo em ponte"
msgid ""
"Decrease this value slightly(for example 0.9) to reduce the amount of "
-"material for bridge, to improve sag"
+"material for bridge, to improve sag. \n"
+"\n"
+"The actual bridge flow used is calculated by multiplying this value with the "
+"filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"Diminua ligeiramente este valor (por exemplo, 0.9) para reduzir a quantidade "
-"de material para ponte, para melhorar a flacidez"
msgid "Internal bridge flow ratio"
msgstr "Fluxo em ponte interna"
@@ -9884,31 +9945,33 @@ msgstr "Fluxo em ponte interna"
msgid ""
"This value governs the thickness of the internal bridge layer. This is the "
"first layer over sparse infill. Decrease this value slightly (for example "
-"0.9) to improve surface quality over sparse infill."
+"0.9) to improve surface quality over sparse infill.\n"
+"\n"
+"The actual internal bridge flow used is calculated by multiplying this value "
+"with the bridge flow ratio, the filament flow ratio, and if set, the "
+"object's flow ratio."
msgstr ""
-"Este valor governa a espessura da camada interna da ponte. Esta Ă© a primeira "
-"camada sobre o preenchimento. Diminua ligeiramente este valor (por exemplo, "
-"0.9) para melhorar a qualidade da superfĂcie sobre o preenchimento "
-"esparsamente."
msgid "Top surface flow ratio"
msgstr "Fluxo em superfĂcie superior"
msgid ""
"This factor affects the amount of material for top solid infill. You can "
-"decrease it slightly to have smooth surface finish"
+"decrease it slightly to have smooth surface finish. \n"
+"\n"
+"The actual top surface flow used is calculated by multiplying this value "
+"with the filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"Este fator afeta a quantidade de material para o preenchimento sĂłlido "
-"superior. VocĂȘ pode diminuĂ-lo ligeiramente para ter um acabamento de "
-"superfĂcie suave"
msgid "Bottom surface flow ratio"
msgstr "Fluxo em superfĂcie inferior"
-msgid "This factor affects the amount of material for bottom solid infill"
+msgid ""
+"This factor affects the amount of material for bottom solid infill. \n"
+"\n"
+"The actual bottom solid infill flow used is calculated by multiplying this "
+"value with the filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"Este fator afeta a quantidade de material para o preenchimento sĂłlido "
-"inferior"
msgid "Precise wall"
msgstr "Parede precisa"
@@ -10085,12 +10148,26 @@ msgstr ""
msgid "Slow down for curled perimeters"
msgstr "Reduzir vel. para perĂmetros encurvados"
+#, c-format, boost-format
msgid ""
-"Enable this option to slow printing down in areas where potential curled "
-"perimeters may exist"
+"Enable this option to slow down printing in areas where perimeters may have "
+"curled upwards.For example, additional slowdown will be applied when "
+"printing overhangs on sharp corners like the front of the Benchy hull, "
+"reducing curling which compounds over multiple layers.\n"
+"\n"
+" It is generally recommended to have this option switched on unless your "
+"printer cooling is powerful enough or the print speed slow enough that "
+"perimeter curling does not happen. If printing with a high external "
+"perimeter speed, this parameter may introduce slight artifacts when slowing "
+"down due to the large variance in print speeds. If you notice artifacts, "
+"ensure your pressure advance is tuned correctly.\n"
+"\n"
+"Note: When this option is enabled, overhang perimeters are treated like "
+"overhangs, meaning the overhang speed is applied even if the overhanging "
+"perimeter is part of a bridge. For example, when the perimeters are "
+"100% overhanging, with no wall supporting them from underneath, the "
+"100% overhang speed will be applied."
msgstr ""
-"Ative esta opção para diminuir a velocidade de impressão em åreas onde podem "
-"existir potenciais perĂmetros curvados (warping)"
msgid "mm/s or %"
msgstr "mm/s ou %"
@@ -10098,8 +10175,14 @@ msgstr "mm/s ou %"
msgid "External"
msgstr "Externo"
-msgid "Speed of bridge and completely overhang wall"
-msgstr "Velocidade de ponte e paredes compostas completamente de overhangs"
+msgid ""
+"Speed of the externally visible bridge extrusions. \n"
+"\n"
+"In addition, if Slow down for curled perimeters is disabled or Classic "
+"overhang mode is enabled, it will be the print speed of overhang walls that "
+"are supported by less than 13%, whether they are part of a bridge or an "
+"overhang."
+msgstr ""
msgid "mm/s"
msgstr "mm/s"
@@ -10108,11 +10191,9 @@ msgid "Internal"
msgstr "Interno"
msgid ""
-"Speed of internal bridge. If the value is expressed as a percentage, it will "
-"be calculated based on the bridge_speed. Default value is 150%."
+"Speed of internal bridges. If the value is expressed as a percentage, it "
+"will be calculated based on the bridge_speed. Default value is 150%."
msgstr ""
-"Velocidade da ponte interna. Se o valor for expresso como porcentagem, serĂĄ "
-"calculado com base na velocidade da ponte. O valor padrĂŁo Ă© 150%."
msgid "Brim width"
msgstr "Largura da borda"
@@ -10764,6 +10845,17 @@ msgstr ""
"estĂĄ entre 0.95 e 1.05. Talvez vocĂȘ possa ajustar esse valor para obter uma "
"superfĂcie plana agradĂĄvel quando houver um leve transbordamento ou subfluxo"
+msgid ""
+"The material may have volumetric change after switching between molten state "
+"and crystalline state. This setting changes all extrusion flow of this "
+"filament in gcode proportionally. Recommended value range is between 0.95 "
+"and 1.05. Maybe you can tune this value to get nice flat surface when there "
+"has slight overflow or underflow. \n"
+"\n"
+"The final object flow ratio is this value multiplied by the filament flow "
+"ratio."
+msgstr ""
+
msgid "Enable pressure advance"
msgstr "Habilitar Pressure advance"
@@ -10943,18 +11035,29 @@ msgstr "mmÂł/s"
msgid "Filament load time"
msgstr "Tempo de carga do filamento"
-msgid "Time to load new filament when switch filament. For statistics only"
+msgid ""
+"Time to load new filament when switch filament. It's usually applicable for "
+"single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
msgstr ""
-"Tempo para carregar novo filamento ao trocar de filamento. Apenas para "
-"estatĂsticas"
msgid "Filament unload time"
msgstr "Tempo de descarga do filamento"
-msgid "Time to unload old filament when switch filament. For statistics only"
+msgid ""
+"Time to unload old filament when switch filament. It's usually applicable "
+"for single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
+msgstr ""
+
+msgid "Tool change time"
+msgstr ""
+
+msgid ""
+"Time taken to switch tools. It's usually applicable for tool changers or "
+"multi-tool machines. For single-extruder multi-material machines, it's "
+"typically 0. For statistics only"
msgstr ""
-"Tempo para descarregar o filamento antigo ao trocar de filamento. Apenas "
-"para estatĂsticas"
msgid ""
"Filament diameter is used to calculate extrusion in gcode, so it's important "
@@ -11095,16 +11198,6 @@ msgstr ""
"Os movimentos de resfriamento estão gradualmente acelerando em direção a "
"esta velocidade."
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-"Tempo para o firmware da impressora (ou a Unidade de Material Multi 2.0) "
-"carregar um novo filamento durante uma troca de ferramenta (ao executar o "
-"cĂłdigo T). Este tempo Ă© adicionado ao tempo total de impressĂŁo pelo "
-"estimador de tempo do G-code."
-
msgid "Ramming parameters"
msgstr "ParĂąmetros de moldeamento"
@@ -11115,16 +11208,6 @@ msgstr ""
"Esta frase Ă© editada pelo RammingDialog e contĂ©m parĂąmetros especĂficos de "
"moldeamento."
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-"Tempo para o firmware da impressora (ou a Unidade de Material Multi 2.0) "
-"descarregar um filamento durante uma troca de ferramenta (ao executar o "
-"cĂłdigo T). Este tempo Ă© adicionado ao tempo total de impressĂŁo pelo "
-"estimador de tempo do G-code."
-
msgid "Enable ramming for multitool setups"
msgstr "Habilitar moldeamento para configuraçÔes de multi-extrusora"
@@ -11494,10 +11577,10 @@ msgstr "Velocidade total do ventilador na camada"
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 ""
"A velocidade do ventilador aumentarĂĄ linearmente de zero na camada "
"\"close_fan_the_first_x_layers\" para o mĂĄximo na camada "
@@ -11573,8 +11656,11 @@ msgstr "Filtrar vazios pequenos"
msgid "Layers and Perimeters"
msgstr "Camadas e PerĂmetros"
-msgid "Filter out gaps smaller than the threshold specified"
-msgstr "Filtrar vazios menores que o limite especificado"
+msgid ""
+"Don't print gap fill with a length is smaller than the threshold specified "
+"(in mm). This setting applies to top, bottom and solid infill and, if using "
+"the classic perimeter generator, to wall gap fill. "
+msgstr ""
msgid ""
"Speed of gap infill. Gap usually has irregular line width and should be "
@@ -13718,33 +13804,40 @@ msgid "Activate temperature control"
msgstr "Ativar controle de temperatura"
msgid ""
-"Enable this option for chamber temperature control. An M191 command will be "
-"added before \"machine_start_gcode\"\n"
-"G-code commands: M141/M191 S(0-255)"
+"Enable this option for automated chamber temperature control. This option "
+"activates the emitting of an M191 command before the "
+"\"machine_start_gcode\"\n"
+" which sets the chamber temperature and waits until it is reached. In "
+"addition, it emits an M141 command at the end of the print to turn off the "
+"chamber heater, if present. \n"
+"\n"
+"This option relies on the firmware supporting the M191 and M141 commands "
+"either via macros or natively and is usually used when an active chamber "
+"heater is installed."
msgstr ""
-"Ative esta opção para controle de temperatura da cùmara. Um comando M191 "
-"serĂĄ adicionado antes de \"machine_start_gcode\"\n"
-"Comandos G-code: M141/M191 S(0-255)"
msgid "Chamber temperature"
msgstr "Temperatura da cĂąmara"
msgid ""
-"Higher chamber temperature can help suppress or reduce warping and "
-"potentially lead to higher interlayer bonding strength for high temperature "
-"materials like ABS, ASA, PC, PA and so on.At the same time, the air "
-"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and "
-"other low temperature materials,the actual chamber temperature should not be "
-"high to avoid cloggings, so 0 which stands for turning off is highly "
-"recommended"
+"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber "
+"temperature can help suppress or reduce warping and potentially lead to "
+"higher interlayer bonding strength. However, at the same time, a higher "
+"chamber temperature will reduce the efficiency of air filtration for ABS and "
+"ASA. \n"
+"\n"
+"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option "
+"should be disabled (set to 0) as the chamber temperature should be low to "
+"avoid extruder clogging caused by material softening at the heat break.\n"
+"\n"
+"If enabled, this parameter also sets a gcode variable named "
+"chamber_temperature, which can be used to pass the desired chamber "
+"temperature to your print start macro, or a heat soak macro like this: "
+"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may "
+"be useful if your printer does not support M141/M191 commands, or if you "
+"desire to handle heat soaking in the print start macro if no active chamber "
+"heater is installed."
msgstr ""
-"Uma temperatura mais alta na cĂąmara pode ajudar a suprimir ou reduzir o "
-"empenamento e potencialmente levar a uma maior resistĂȘncia de ligação entre "
-"camadas para materiais de alta temperatura como ABS, ASA, PC, PA e assim por "
-"diante. Ao mesmo tempo, a filtragem de ar de ABS e ASA ficarĂĄ pior. Para "
-"PLA, PETG, TPU, PVA e outros materiais de baixa temperatura, a temperatura "
-"real da cùmara não deve ser alta para evitar obstruçÔes, portanto, é "
-"altamente recomendĂĄvel usar 0, que significa desligado"
msgid "Nozzle temperature for layers after the initial one"
msgstr "Temperatura do bico para camadas apĂłs a inicial"
@@ -15701,8 +15794,8 @@ msgstr ""
"VocĂȘ deseja reescrevĂȘ-lo?"
msgid ""
-"We would rename the presets as \"Vendor Type Serial @printer you selected"
-"\". \n"
+"We would rename the presets as \"Vendor Type Serial @printer you "
+"selected\". \n"
"To add preset for more printers, Please go to printer selection"
msgstr ""
"RenomearĂamos os presets como \"Fornecedor Tipo Serial @ impressora que vocĂȘ "
@@ -17029,55 +17122,135 @@ msgstr ""
"aumentar adequadamente a temperatura da mesa aquecida pode reduzir a "
"probabilidade de empenamento?"
-#~ msgid "up to"
-#~ msgstr "até"
-
-#~ msgid "above"
-#~ msgstr "acima"
+#~ msgid ""
+#~ "Enables gap fill for the selected surfaces. The minimum gap length that "
+#~ "will be filled can be controlled from the filter out tiny gaps option "
+#~ "below.\n"
+#~ "\n"
+#~ "Options:\n"
+#~ "1. Everywhere: Applies gap fill to top, bottom and internal solid "
+#~ "surfaces\n"
+#~ "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces "
+#~ "only\n"
+#~ "3. Nowhere: Disables gap fill\n"
+#~ msgstr ""
+#~ "Ativa o preenchimento de vĂŁo para as superfĂcies selecionadas. O "
+#~ "comprimento mĂnimo do vĂŁo que serĂĄ preenchida pode ser controlado a "
+#~ "partir da opção de filtrar pequenas s abaixo.\n"
+#~ "\n"
+#~ "OpçÔes:\n"
+#~ "1. Em todos os lugares: Aplica preenchimento de s Ă s superfĂcies sĂłlidas "
+#~ "superior, inferior e interna\n"
+#~ "2. SuperfĂcies superior e inferior: Aplica preenchimento de s apenas Ă s "
+#~ "superfĂcies superior e inferior\n"
+#~ "3. Em nenhum lugar: Desativa o preenchimento de s\n"
-#~ msgid "from"
-#~ msgstr "de"
+#~ msgid ""
+#~ "Decrease this value slightly(for example 0.9) to reduce the amount of "
+#~ "material for bridge, to improve sag"
+#~ msgstr ""
+#~ "Diminua ligeiramente este valor (por exemplo, 0.9) para reduzir a "
+#~ "quantidade de material para ponte, para melhorar a flacidez"
-#~ msgid "Switching application language while some presets are modified."
+#~ msgid ""
+#~ "This value governs the thickness of the internal bridge layer. This is "
+#~ "the first layer over sparse infill. Decrease this value slightly (for "
+#~ "example 0.9) to improve surface quality over sparse infill."
#~ msgstr ""
-#~ "A mudança do idioma do aplicativo enquanto alguns presets estão "
-#~ "modificados."
+#~ "Este valor governa a espessura da camada interna da ponte. Esta Ă© a "
+#~ "primeira camada sobre o preenchimento. Diminua ligeiramente este valor "
+#~ "(por exemplo, 0.9) para melhorar a qualidade da superfĂcie sobre o "
+#~ "preenchimento esparsamente."
-#~ msgid "â+Shift+G"
-#~ msgstr "â+Shift+G"
+#~ msgid ""
+#~ "This factor affects the amount of material for top solid infill. You can "
+#~ "decrease it slightly to have smooth surface finish"
+#~ msgstr ""
+#~ "Este fator afeta a quantidade de material para o preenchimento sĂłlido "
+#~ "superior. VocĂȘ pode diminuĂ-lo ligeiramente para ter um acabamento de "
+#~ "superfĂcie suave"
-#~ msgid "Ctrl+Shift+G"
-#~ msgstr "Ctrl+Shift+G"
+#~ msgid "This factor affects the amount of material for bottom solid infill"
+#~ msgstr ""
+#~ "Este fator afeta a quantidade de material para o preenchimento sĂłlido "
+#~ "inferior"
-#~ msgid "â+Any arrow"
-#~ msgstr "â+Qualquer seta"
+#~ msgid ""
+#~ "Enable this option to slow printing down in areas where potential curled "
+#~ "perimeters may exist"
+#~ msgstr ""
+#~ "Ative esta opção para diminuir a velocidade de impressão em åreas onde "
+#~ "podem existir potenciais perĂmetros curvados (warping)"
-#~ msgid "â„+Left mouse button"
-#~ msgstr "BotĂŁo esquerdo do mouse â„+"
+#~ msgid "Speed of bridge and completely overhang wall"
+#~ msgstr "Velocidade de ponte e paredes compostas completamente de overhangs"
-#~ msgid "â+Left mouse button"
-#~ msgstr "BotĂŁo esquerdo do mouse â+"
+#~ msgid ""
+#~ "Speed of internal bridge. If the value is expressed as a percentage, it "
+#~ "will be calculated based on the bridge_speed. Default value is 150%."
+#~ msgstr ""
+#~ "Velocidade da ponte interna. Se o valor for expresso como porcentagem, "
+#~ "serĂĄ calculado com base na velocidade da ponte. O valor padrĂŁo Ă© 150%."
-#~ msgid "Ctrl+Any arrow"
-#~ msgstr "Ctrl+Qualquer seta"
+#~ msgid "Time to load new filament when switch filament. For statistics only"
+#~ msgstr ""
+#~ "Tempo para carregar novo filamento ao trocar de filamento. Apenas para "
+#~ "estatĂsticas"
-#~ msgid "Alt+Left mouse button"
-#~ msgstr "BotĂŁo esquerdo do mouse Alt+"
+#~ msgid ""
+#~ "Time to unload old filament when switch filament. For statistics only"
+#~ msgstr ""
+#~ "Tempo para descarregar o filamento antigo ao trocar de filamento. Apenas "
+#~ "para estatĂsticas"
-#~ msgid "Ctrl+Left mouse button"
-#~ msgstr "BotĂŁo esquerdo do mouse Ctrl+"
+#~ msgid ""
+#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a "
+#~ "new filament during a tool change (when executing the T code). This time "
+#~ "is added to the total print time by the G-code time estimator."
+#~ msgstr ""
+#~ "Tempo para o firmware da impressora (ou a Unidade de Material Multi 2.0) "
+#~ "carregar um novo filamento durante uma troca de ferramenta (ao executar o "
+#~ "cĂłdigo T). Este tempo Ă© adicionado ao tempo total de impressĂŁo pelo "
+#~ "estimador de tempo do G-code."
-#~ msgid "â+Mouse wheel"
-#~ msgstr "â+Roda do mouse"
+#~ msgid ""
+#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload "
+#~ "a filament during a tool change (when executing the T code). This time is "
+#~ "added to the total print time by the G-code time estimator."
+#~ msgstr ""
+#~ "Tempo para o firmware da impressora (ou a Unidade de Material Multi 2.0) "
+#~ "descarregar um filamento durante uma troca de ferramenta (ao executar o "
+#~ "cĂłdigo T). Este tempo Ă© adicionado ao tempo total de impressĂŁo pelo "
+#~ "estimador de tempo do G-code."
-#~ msgid "â„+Mouse wheel"
-#~ msgstr "â„+Roda do mouse"
+#~ msgid "Filter out gaps smaller than the threshold specified"
+#~ msgstr "Filtrar vazios menores que o limite especificado"
-#~ msgid "Ctrl+Mouse wheel"
-#~ msgstr "Ctrl+Roda do mouse"
+#~ msgid ""
+#~ "Enable this option for chamber temperature control. An M191 command will "
+#~ "be added before \"machine_start_gcode\"\n"
+#~ "G-code commands: M141/M191 S(0-255)"
+#~ msgstr ""
+#~ "Ative esta opção para controle de temperatura da cùmara. Um comando M191 "
+#~ "serĂĄ adicionado antes de \"machine_start_gcode\"\n"
+#~ "Comandos G-code: M141/M191 S(0-255)"
-#~ msgid "Alt+Mouse wheel"
-#~ msgstr "Alt+Roda do mouse"
+#~ msgid ""
+#~ "Higher chamber temperature can help suppress or reduce warping and "
+#~ "potentially lead to higher interlayer bonding strength for high "
+#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, "
+#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, "
+#~ "TPU, PVA and other low temperature materials,the actual chamber "
+#~ "temperature should not be high to avoid cloggings, so 0 which stands for "
+#~ "turning off is highly recommended"
+#~ msgstr ""
+#~ "Uma temperatura mais alta na cĂąmara pode ajudar a suprimir ou reduzir o "
+#~ "empenamento e potencialmente levar a uma maior resistĂȘncia de ligação "
+#~ "entre camadas para materiais de alta temperatura como ABS, ASA, PC, PA e "
+#~ "assim por diante. Ao mesmo tempo, a filtragem de ar de ABS e ASA ficarĂĄ "
+#~ "pior. Para PLA, PETG, TPU, PVA e outros materiais de baixa temperatura, a "
+#~ "temperatura real da cùmara não deve ser alta para evitar obstruçÔes, "
+#~ "portanto, Ă© altamente recomendĂĄvel usar 0, que significa desligado"
#~ msgid ""
#~ "Different nozzle diameters and different filament diameters is not "
diff --git a/localization/i18n/ru/OrcaSlicer_ru.po b/localization/i18n/ru/OrcaSlicer_ru.po
index 04def26dcda..6f89ee3416d 100644
--- a/localization/i18n/ru/OrcaSlicer_ru.po
+++ b/localization/i18n/ru/OrcaSlicer_ru.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: OrcaSlicer V2.0.0 Official Release\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-08-03 18:54+0200\n"
+"POT-Creation-Date: 2024-08-23 16:24+0200\n"
"PO-Revision-Date: 2024-06-19 16:50+0700\n"
"Last-Translator: \n"
"Language-Team: andylg@yandex.ru\n"
@@ -15,8 +15,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
+"n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n"
"X-Generator: Poedit 3.4.2\n"
msgid "Supports Painting"
@@ -79,6 +79,9 @@ msgstr "ĐŁĐłĐŸĐ» ĐŽĐ»Ń ŃĐŒĐœĐŸĐč залОĐČĐșĐž"
msgid "On overhangs only"
msgstr "ĐąĐŸĐ»ŃĐșĐŸ ĐœĐ° ŃĐČĐ”ŃĐ°Ń
"
+msgid "Auto support threshold angle: "
+msgstr "ĐĐŸŃĐŸĐłĐŸĐČŃĐč ŃĐłĐŸĐ» Đ°ĐČŃĐŸĐżĐŸĐŽĐŽĐ”ŃжĐșĐž: "
+
msgid "Circle"
msgstr "ĐĐșŃŃĐ¶ĐœĐŸŃŃŃ"
@@ -98,9 +101,6 @@ msgstr "ĐĐŸĐ·ĐČĐŸĐ»ŃĐ”Ń ŃĐžŃĐŸĐČĐ°ŃŃ ĐœĐ° ĐČŃбŃĐ°ĐœĐœŃŃ
ĐłŃĐ°ĐœŃŃ
msgid "Highlight faces according to overhang angle."
msgstr "ĐŃĐŽĐ”Đ»Đ”ĐœĐžĐ” ĐłŃĐ°ĐœĐ”Đč ĐżĐŸ ŃĐłĐ»Ń ŃĐČĐ”ŃĐ°."
-msgid "Auto support threshold angle: "
-msgstr "ĐĐŸŃĐŸĐłĐŸĐČŃĐč ŃĐłĐŸĐ» Đ°ĐČŃĐŸĐżĐŸĐŽĐŽĐ”ŃжĐșĐž: "
-
msgid "No auto support"
msgstr "ĐŃĐșĐ». Đ°ĐČŃĐŸĐżĐŸĐŽĐŽĐ”ŃжĐșŃ"
@@ -1988,6 +1988,9 @@ msgstr "ĐŁĐżŃĐŸŃŃĐžŃŃ ĐżĐŸĐ»ĐžĐłĐŸĐœĐ°Đ»ŃĐœŃŃ ŃĐ”ŃĐșŃ"
msgid "Center"
msgstr "ĐĐŸ ŃĐ”ĐœŃŃŃ"
+msgid "Drop"
+msgstr ""
+
msgid "Edit Process Settings"
msgstr "РДЎаĐșŃĐžŃĐŸĐČĐ°ŃŃ ĐœĐ°ŃŃŃĐŸĐčĐșĐž ĐżŃĐŸŃĐ”ŃŃĐ° пДŃĐ°ŃĐž"
@@ -4193,6 +4196,15 @@ msgstr "ĐбŃДД ĐČŃĐ”ĐŒŃ ĐżĐ”ŃĐ°ŃĐž"
msgid "Total cost"
msgstr "ĐбŃĐ°Ń ŃŃĐŸĐžĐŒĐŸŃŃŃ"
+msgid "up to"
+msgstr "ĐŽĐŸ"
+
+msgid "above"
+msgstr "ĐżĐŸŃлД"
+
+msgid "from"
+msgstr "Ń"
+
msgid "Color Scheme"
msgstr "ĐŠĐČĐ”ŃĐŸĐČĐ°Ń ŃŃ
Đ”ĐŒĐ°"
@@ -4256,12 +4268,12 @@ msgstr "ĐŃĐ”ĐŒŃ ŃĐŒĐ”ĐœŃ ĐżŃŃŃĐșĐ°"
msgid "Cost"
msgstr "ĐĄŃĐŸĐžĐŒĐŸŃŃŃ"
-msgid "Print"
-msgstr "ĐĐ”ŃĐ°ŃŃ"
-
msgid "Color change"
msgstr "ĐĄĐŒĐ”ĐœĐ° ŃĐČĐ”ŃĐ°"
+msgid "Print"
+msgstr "ĐĐ”ŃĐ°ŃŃ"
+
msgid "Printer"
msgstr "ĐŃĐŸŃĐžĐ»Ń ĐżŃĐžĐœŃĐ”ŃĐ°"
@@ -4445,7 +4457,7 @@ msgstr "ĐбŃŃĐŒ:"
msgid "Size:"
msgstr "Đ Đ°Đ·ĐŒĐ”Ń:"
-#, c-format, boost-format
+#, boost-format
msgid ""
"Conflicts of gcode paths have been found at layer %d, z = %.2lf mm. Please "
"separate the conflicted objects farther (%s <-> %s)."
@@ -4890,6 +4902,18 @@ msgstr "ĐŃĐŸŃ
ĐŸĐŽ 2"
msgid "Flow rate test - Pass 2"
msgstr "йДŃŃ ŃĐșĐŸŃĐŸŃŃĐž ĐżĐŸŃĐŸĐșĐ° - 2-ĐŸĐč ĐżŃĐŸŃ
ĐŸĐŽ"
+msgid "YOLO (Recommended)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.01 step"
+msgstr ""
+
+msgid "YOLO (perfectionist version)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.005 step"
+msgstr ""
+
msgid "Flow rate"
msgstr "ĐĄĐșĐŸŃĐŸŃŃŃ ĐżĐŸŃĐŸĐșĐ°"
@@ -6197,14 +6221,6 @@ msgstr "ĐĐ±ĐœĐ°ŃŃĐ¶Đ”ĐœĐ° ĐŒĐŸĐŽĐ”Đ»Ń, ŃĐŸŃŃĐŸŃŃĐ°Ń ĐžĐ· ĐœĐ”ŃĐșĐŸĐ»
msgid "The file does not contain any geometry data."
msgstr "ЀаĐčĐ» ĐœĐ” ŃĐŸĐŽĐ”ŃĐ¶ĐžŃ ĐœĐžĐșĐ°ĐșĐžŃ
ĐłĐ”ĐŸĐŒĐ”ŃŃĐžŃĐ”ŃĐșĐžŃ
ĐŽĐ°ĐœĐœŃŃ
."
-msgid ""
-"Your object appears to be too large. It will be scaled down to fit the heat "
-"bed automatically."
-msgstr ""
-
-msgid "Object too large"
-msgstr "ĐĐŸĐŽĐ”Đ»Ń ŃлОŃĐșĐŸĐŒ Đ±ĐŸĐ»ŃŃĐ°Ń"
-
msgid ""
"Your object appears to be too large, Do you want to scale it down to fit the "
"heat bed automatically?"
@@ -6213,6 +6229,9 @@ msgstr ""
"Đ„ĐŸŃĐžŃĐ” Đ°ĐČŃĐŸĐŒĐ°ŃĐžŃĐ”ŃĐșĐž ŃĐŒĐ”ĐœŃŃĐžŃŃ Đ”Ń ĐŒĐ°ŃŃŃаб, \n"
"ŃŃĐŸĐ±Ń ĐŸĐœĐ° ŃĐŒĐ”ŃŃОлаŃŃ ĐœĐ° ŃŃĐŸĐ»Đ”?"
+msgid "Object too large"
+msgstr "ĐĐŸĐŽĐ”Đ»Ń ŃлОŃĐșĐŸĐŒ Đ±ĐŸĐ»ŃŃĐ°Ń"
+
msgid "Export STL file:"
msgstr "ĐĐșŃĐżĐŸŃŃ ĐČ STL ŃĐ°ĐčĐ»:"
@@ -6586,6 +6605,9 @@ msgstr "Đ„ĐŸŃĐžŃĐ” ĐżŃĐŸĐŽĐŸĐ»Đ¶ĐžŃŃ?"
msgid "Language selection"
msgstr "ĐŃĐ±ĐŸŃ ŃĐ·ŃĐșĐ°"
+msgid "Switching application language while some presets are modified."
+msgstr "ĐĄĐŒĐ”ĐœĐ° ŃĐ·ŃĐșĐ° ĐżŃĐžĐ»ĐŸĐ¶Đ”ĐœĐžŃ ĐżŃĐž ĐžĐ·ĐŒĐ”ĐœĐ”ĐœĐžĐž ĐœĐ”ĐșĐŸŃĐŸŃŃŃ
ĐżŃĐŸŃОлДĐč."
+
msgid "Changing application language"
msgstr "ĐĐ·ĐŒĐ”ĐœĐ”ĐœĐžĐ” ŃĐ·ŃĐșĐ° ĐżŃĐžĐ»ĐŸĐ¶Đ”ĐœĐžŃ"
@@ -7534,8 +7556,8 @@ msgid ""
"Bambu Lab Privacy Policy, please do not use Bambu Lab equipment and services."
msgstr ""
"ĐĐ”ŃДЎ ĐžŃĐżĐŸĐ»ŃĐ·ĐŸĐČĐ°ĐœĐžĐ”ĐŒ ŃŃŃŃĐŸĐčŃŃĐČĐ° Bambu Lab ĐŸĐ·ĐœĐ°ĐșĐŸĐŒŃŃĐ”ŃŃ Ń ĐżŃĐ°ĐČĐžĐ»Đ°ĐŒĐž Đž "
-"ŃŃĐ»ĐŸĐČĐžŃĐŒĐž. ĐĐ°Đ¶ĐžĐŒĐ°Ń ĐœĐ° ĐșĐœĐŸĐżĐșŃ \"ĐĄĐŸĐłĐ»Đ°ŃОД ĐœĐ° ĐžŃĐżĐŸĐ»ŃĐ·ĐŸĐČĐ°ĐœĐžĐ” ŃŃŃŃĐŸĐčŃŃĐČĐ° Bambu Lab"
-"\", ĐČŃ ŃĐŸĐłĐ»Đ°ŃĐ°Đ”ŃĐ”ŃŃ ŃĐŸĐ±Đ»ŃĐŽĐ°ŃŃ ĐĐŸĐ»ĐžŃĐžĐșŃ ĐșĐŸĐœŃĐžĐŽĐ”ĐœŃОалŃĐœĐŸŃŃĐž Đž ĐŁŃĐ»ĐŸĐČĐžŃ "
+"ŃŃĐ»ĐŸĐČĐžŃĐŒĐž. ĐĐ°Đ¶ĐžĐŒĐ°Ń ĐœĐ° ĐșĐœĐŸĐżĐșŃ \"ĐĄĐŸĐłĐ»Đ°ŃОД ĐœĐ° ĐžŃĐżĐŸĐ»ŃĐ·ĐŸĐČĐ°ĐœĐžĐ” ŃŃŃŃĐŸĐčŃŃĐČĐ° Bambu "
+"Lab\", ĐČŃ ŃĐŸĐłĐ»Đ°ŃĐ°Đ”ŃĐ”ŃŃ ŃĐŸĐ±Đ»ŃĐŽĐ°ŃŃ ĐĐŸĐ»ĐžŃĐžĐșŃ ĐșĐŸĐœŃĐžĐŽĐ”ĐœŃОалŃĐœĐŸŃŃĐž Đž ĐŁŃĐ»ĐŸĐČĐžŃ "
"ĐžŃĐżĐŸĐ»ŃĐ·ĐŸĐČĐ°ĐœĐžŃ (ЎалДД - \"ĐŁŃĐ»ĐŸĐČĐžŃ\"). ĐŃлО ĐČŃ ĐœĐ” ŃĐŸĐ±Đ»ŃĐŽĐ°Đ”ŃĐ” ОлО ĐœĐ” ŃĐŸĐłĐ»Đ°ŃĐœŃ Ń "
"ĐĐŸĐ»ĐžŃĐžĐșĐŸĐč ĐșĐŸĐœŃĐžĐŽĐ”ĐœŃОалŃĐœĐŸŃŃĐž Bambu Lab, ĐżĐŸĐ¶Đ°Đ»ŃĐčŃŃĐ°, ĐœĐ” ĐżĐŸĐ»ŃĐ·ŃĐčŃĐ”ŃŃ "
"ĐŸĐ±ĐŸŃŃĐŽĐŸĐČĐ°ĐœĐžĐ”ĐŒ Đž ŃŃĐ»ŃĐłĐ°ĐŒĐž Bambu Lab."
@@ -7739,8 +7761,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 ""
"ĐŃĐž запОŃĐž ŃĐ°ĐčĐŒĐ»Đ°ĐżŃĐ° бДз ĐČĐžĐŽĐžĐŒĐŸŃŃĐž ĐłĐŸĐ»ĐŸĐČŃ ŃĐ”ĐșĐŸĐŒĐ”ĐœĐŽŃĐ”ŃŃŃ ĐŽĐŸĐ±Đ°ĐČĐžŃŃ Â«Đ§Đ”ŃĐœĐŸĐČĐ°Ń "
"баŃĐœŃ ŃĐ°ĐčĐŒĐ»Đ°ĐżŃа». \n"
@@ -8643,8 +8665,11 @@ msgstr "ХпОŃĐŸĐș ĐŒĐŸĐŽĐ”Đ»Đ”Đč"
msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files"
msgstr "ĐĐŒĐżĐŸŃŃ ĐłĐ”ĐŸĐŒĐ”ŃŃĐžŃĐ”ŃĐșĐžŃ
ĐŽĐ°ĐœĐœŃŃ
Оз STL/STEP/3MF/OBJ/AMF ŃĐ°ĐčĐ»ĐŸĐČ"
-msgid "Shift+G"
-msgstr ""
+msgid "â+Shift+G"
+msgstr "â+Shift+G"
+
+msgid "Ctrl+Shift+G"
+msgstr "Ctrl+Shift+G"
msgid "Paste from clipboard"
msgstr "ĐŃŃĐ°ĐČĐžŃŃ ĐžĐ· бŃŃĐ”ŃĐ° ĐŸĐ±ĐŒĐ”ĐœĐ°"
@@ -8694,18 +8719,33 @@ msgstr "Shift+Tab"
msgid "Collapse/Expand the sidebar"
msgstr "ĐĄĐČĐ”ŃĐœŃŃŃ/Đ Đ°Đ·ĐČĐ”ŃĐœŃŃŃ Đ±ĐŸĐșĐŸĐČŃŃ ĐżĐ°ĐœĐ”Đ»Ń"
-msgid "Any arrow"
-msgstr ""
+msgid "â+Any arrow"
+msgstr "â + ĐŃĐ±Đ°Ń ŃŃŃДлĐșĐ°"
msgid "Movement in camera space"
msgstr "ĐĐ”ŃĐ”ĐŒĐ”ŃĐ”ĐœĐžĐ” ĐČŃбŃĐ°ĐœĐœĐŸĐłĐŸ ĐżĐŸ ĐŸŃĐœĐŸŃĐ”ĐœĐžŃ Đș ĐșĐ°ĐŒĐ”ŃĐ”"
+msgid "â„+Left mouse button"
+msgstr "â„ + ĐĐ”ĐČĐ°Ń ĐșĐœĐŸĐżĐșĐ° ĐŒŃŃĐž"
+
msgid "Select a part"
msgstr "ĐŃĐ±ĐŸŃ ŃĐ°ŃŃĐž ĐŒĐŸĐŽĐ”Đ»Đž"
+msgid "â+Left mouse button"
+msgstr "â + ĐĐ”ĐČĐ°Ń ĐșĐœĐŸĐżĐșĐ° ĐŒŃŃĐž"
+
msgid "Select multiple objects"
msgstr "ĐŃĐ±ĐŸŃ ĐœĐ”ŃĐșĐŸĐ»ŃĐșĐžŃ
ĐŒĐŸĐŽĐ”Đ»Đ”Đč"
+msgid "Ctrl+Any arrow"
+msgstr "Ctrl + ĐŃĐ±Đ°Ń ŃŃŃДлĐșĐ°"
+
+msgid "Alt+Left mouse button"
+msgstr "Alt + ĐĐ”ĐČĐ°Ń ĐșĐœĐŸĐżĐșĐ° ĐŒŃŃĐž"
+
+msgid "Ctrl+Left mouse button"
+msgstr "Ctrl + ĐĐ”ĐČĐ°Ń ĐșĐœĐŸĐżĐșĐ° ĐŒŃŃĐž"
+
msgid "Shift+Left mouse button"
msgstr "Shift + ĐĐ”ĐČĐ°Ń ĐșĐœĐŸĐżĐșĐ° ĐŒŃŃĐž"
@@ -8808,12 +8848,24 @@ msgstr "ĐĐ”ŃĐ°ŃĐœĐ°Ń ĐżĐ»Đ°ŃŃĐžĐœĐ°"
msgid "Move: press to snap by 1mm"
msgstr "ĐĐ”ŃĐ”ĐŒĐ”ŃĐ”ĐœĐžĐ”: ЀОĐșŃĐ°ŃĐžŃ ĐżĐ”ŃĐ”ĐŒĐ”ŃĐ”ĐœĐžŃ ĐœĐ° 1 ĐŒĐŒ"
+msgid "â+Mouse wheel"
+msgstr "â + ĐĐŸĐ»Đ”ŃĐŸ ĐŒŃŃĐž"
+
msgid "Support/Color Painting: adjust pen radius"
msgstr "Đ ĐžŃĐŸĐČĐ°ĐœĐžĐ” ĐżĐŸĐŽĐŽĐ”ŃжĐșĐž/ĐšĐČĐ°/ĐĐŸĐșŃĐ°ŃĐșĐž: ŃДгŃлОŃĐŸĐČĐșĐ° ŃĐ°ĐŽĐžŃŃĐ° ĐșĐžŃŃĐž"
+msgid "â„+Mouse wheel"
+msgstr "â„ + ĐĐŸĐ»Đ”ŃĐŸ ĐŒŃŃĐž"
+
msgid "Support/Color Painting: adjust section position"
msgstr "Đ ĐžŃĐŸĐČĐ°ĐœĐžĐ” ĐżĐŸĐŽĐŽĐ”ŃжĐșĐž/ĐšĐČĐ°/ĐĐŸĐșŃĐ°ŃĐșĐž: ŃДгŃлОŃĐŸĐČĐșĐ° ĐżĐŸĐ»ĐŸĐ¶Đ”ĐœĐžŃ ŃĐ”ŃĐ”ĐœĐžŃ"
+msgid "Ctrl+Mouse wheel"
+msgstr "Ctrl + ĐĐŸĐ»Đ”ŃĐŸ ĐŒŃŃĐž"
+
+msgid "Alt+Mouse wheel"
+msgstr "Alt + ĐĐŸĐ»Đ”ŃĐŸ ĐŒŃŃĐž"
+
msgid "Gizmo"
msgstr "ĐĐžĐ·ĐŒĐŸ"
@@ -9894,24 +9946,32 @@ msgid "Apply gap fill"
msgstr "ĐĐ°ĐżĐŸĐ»ĐœŃŃŃ ĐżŃĐŸĐ±Đ”Đ»Ń"
msgid ""
-"Enables gap fill for the selected surfaces. The minimum gap length that will "
-"be filled can be controlled from the filter out tiny gaps option below.\n"
+"Enables gap fill for the selected solid surfaces. The minimum gap length "
+"that will be filled can be controlled from the filter out tiny gaps option "
+"below.\n"
"\n"
"Options:\n"
-"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n"
+"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces "
+"for maximum strength\n"
"2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces "
-"only\n"
-"3. Nowhere: Disables gap fill\n"
+"only, balancing print speed, reducing potential over extrusion in the solid "
+"infill and making sure the top and bottom surfaces have no pin hole gaps\n"
+"3. Nowhere: Disables gap fill for all solid infill areas. \n"
+"\n"
+"Note that if using the classic perimeter generator, gap fill may also be "
+"generated between perimeters, if a full width line cannot fit between them. "
+"That perimeter gap fill is not controlled by this setting. \n"
+"\n"
+"If you would like all gap fill, including the classic perimeter generated "
+"one, removed, set the filter out tiny gaps value to a large number, like "
+"999999. \n"
+"\n"
+"However this is not advised, as gap fill between perimeters is contributing "
+"to the model's strength. For models where excessive gap fill is generated "
+"between perimeters, a better option would be to switch to the arachne wall "
+"generator and use this option to control whether the cosmetic top and bottom "
+"surface gap fill is generated"
msgstr ""
-"ĐĐșĐ»ŃŃĐ°Đ”Ń Đ·Đ°ĐżĐŸĐ»ĐœĐ”ĐœĐžĐ” ĐżŃĐŸĐ±Đ”Đ»ĐŸĐČ ĐŽĐ»Ń ĐČŃбŃĐ°ĐœĐœŃŃ
ĐżĐŸĐČĐ”ŃŃ
ĐœĐŸŃŃĐ”Đč. ĐĐžĐœĐžĐŒĐ°Đ»ŃĐœĐŸĐč ĐŽĐ»ĐžĐœĐŸĐč "
-"ĐżŃĐŸĐ±Đ”Đ»Đ°, ĐșĐŸŃĐŸŃŃĐč бŃĐŽĐ”Ń Đ·Đ°ĐżĐŸĐ»ĐœĐ”Đœ, ĐŒĐŸĐ¶ĐœĐŸ ŃĐżŃĐ°ĐČĐ»ŃŃŃ Ń ĐżĐŸĐŒĐŸŃŃŃ ĐœĐžĐ¶Đ”ŃĐ°ŃĐżĐŸĐ»ĐŸĐ¶Đ”ĐœĐœĐŸĐč "
-"ĐŸĐżŃОО «ĐĐłĐœĐŸŃĐžŃĐŸĐČĐ°ŃŃ ĐœĐ”Đ±ĐŸĐ»ŃŃОД ĐżŃĐŸĐ±Đ”Đ»Ń».\n"
-"ĐĐŸŃŃŃĐżĐœŃĐ” ŃĐ”Đ¶ĐžĐŒŃ:\n"
-"1. ĐДзЎД (Đ·Đ°ĐżĐŸĐ»ĐœĐ”ĐœĐžĐ” ĐżŃĐŸĐ±Đ”Đ»ĐŸĐČ ĐżŃĐžĐŒĐ”ĐœŃĐ”ŃŃŃ ĐœĐ° ĐČĐ”ŃŃ
ĐœĐžŃ
, ĐœĐžĐ¶ĐœĐžŃ
Đž ĐČĐœŃŃŃĐ”ĐœĐœĐžŃ
"
-"ŃĐżĐ»ĐŸŃĐœŃŃ
ĐżĐŸĐČĐ”ŃŃ
ĐœĐŸŃŃŃŃ
)\n"
-"2. ĐĐ”ŃŃ
ĐœŃŃ Đž ĐœĐžĐ¶ĐœŃŃ ĐżĐŸĐČĐ”ŃŃ
ĐœĐŸŃŃĐž (Đ·Đ°ĐżĐŸĐ»ĐœĐ”ĐœĐžĐ” ĐżŃĐŸĐ±Đ”Đ»ĐŸĐČ ĐżŃĐžĐŒĐ”ĐœŃĐ”ŃŃŃ ŃĐŸĐ»ŃĐșĐŸ Đș "
-"ĐČĐ”ŃŃ
ĐœĐ”Đč Đž ĐœĐžĐ¶ĐœĐ”Đč ĐżĐŸĐČĐ”ŃŃ
ĐœĐŸŃŃŃĐŒ)\n"
-"3. ĐОгЎД (Đ·Đ°ĐżĐŸĐ»ĐœĐ”ĐœĐžĐ” ĐżŃĐŸĐ±Đ”Đ»ĐŸĐČ ĐŸŃĐșĐ»ŃŃĐ”ĐœĐŸ)\n"
msgid "Everywhere"
msgstr "ĐДзЎД"
@@ -9984,12 +10044,11 @@ msgstr "ĐĐŸŃŃŃĐžŃĐžĐ”ĐœŃ ĐżĐŸĐŽĐ°ŃĐž плаŃŃĐžĐșĐ° ĐżŃĐž пДŃĐ°ŃĐž
msgid ""
"Decrease this value slightly(for example 0.9) to reduce the amount of "
-"material for bridge, to improve sag"
+"material for bridge, to improve sag. \n"
+"\n"
+"The actual bridge flow used is calculated by multiplying this value with the "
+"filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"ĐĐ°ŃĐ°ĐŒĐ”ŃŃ Đ·Đ°ĐŽĐ°ŃŃ ĐșĐŸĐ»ĐžŃĐ”ŃŃĐČĐŸ плаŃŃĐžĐșĐ°, Đ·Đ°ŃŃĐ°ŃĐžĐČĐ°Đ”ĐŒĐŸĐ” ĐŽĐ»Ń ĐżĐŸŃŃŃĐŸĐ”ĐœĐžŃ ĐŒĐŸŃŃĐŸĐČ. Đ "
-"Đ±ĐŸĐ»ŃŃĐžĐœŃŃĐČĐ” ŃĐ»ŃŃĐ°Đ”ĐČ ĐœĐ°ŃŃŃĐŸĐ”Đș ĐżĐŸ ŃĐŒĐŸĐ»ŃĐ°ĐœĐžŃ ĐŽĐŸŃŃĐ°ŃĐŸŃĐœĐŸ, ŃĐ”ĐŒ ĐœĐ” ĐŒĐ”ĐœĐ”Đ”, ĐżŃĐž "
-"пДŃĐ°ŃĐž ĐœĐ”ĐșĐŸŃĐŸŃŃŃ
ĐŒĐŸĐŽĐ”Đ»Đ”Đč ŃĐŒĐ”ĐœŃŃĐ”ĐœĐžĐ” паŃĐ°ĐŒĐ”ŃŃĐ° ĐŒĐŸĐ¶Đ”Ń ŃĐŸĐșŃĐ°ŃĐžŃŃ ĐżŃĐŸĐČĐžŃĐ°ĐœĐžĐ” "
-"плаŃŃĐžĐșĐ° ĐżŃĐž пДŃĐ°ŃĐž ĐŒĐŸŃŃĐŸĐČ."
msgid "Internal bridge flow ratio"
msgstr "ĐĐŸŃĐŸĐș ĐČĐœŃŃŃĐ”ĐœĐœĐ”ĐłĐŸ ĐŒĐŸŃŃĐ°"
@@ -9997,31 +10056,33 @@ msgstr "ĐĐŸŃĐŸĐș ĐČĐœŃŃŃĐ”ĐœĐœĐ”ĐłĐŸ ĐŒĐŸŃŃĐ°"
msgid ""
"This value governs the thickness of the internal bridge layer. This is the "
"first layer over sparse infill. Decrease this value slightly (for example "
-"0.9) to improve surface quality over sparse infill."
+"0.9) to improve surface quality over sparse infill.\n"
+"\n"
+"The actual internal bridge flow used is calculated by multiplying this value "
+"with the bridge flow ratio, the filament flow ratio, and if set, the "
+"object's flow ratio."
msgstr ""
-"ĐŃĐŸ Đ·ĐœĐ°ŃĐ”ĐœĐžĐ” ĐŸĐżŃДЎДлŃĐ”Ń ŃĐŸĐ»ŃĐžĐœŃ ŃĐ»ĐŸŃ ĐČĐœŃŃŃĐ”ĐœĐœĐ”ĐłĐŸ ĐŒĐŸŃŃĐ°, пДŃĐ°ŃĐ°Đ”ĐŒĐŸĐłĐŸ ĐżĐŸĐČĐ”ŃŃ
"
-"ŃĐ°Đ·ŃĐ”Đ¶Đ”ĐœĐœĐŸĐłĐŸ Đ·Đ°ĐżĐŸĐ»ĐœĐ”ĐœĐžŃ. ĐĐ”ĐŒĐœĐŸĐłĐŸ ŃĐŒĐ”ĐœŃŃĐžŃĐ” ŃŃĐŸ Đ·ĐœĐ°ŃĐ”ĐœĐžĐ” (ĐœĐ°ĐżŃĐžĐŒĐ”Ń 0,9), "
-"ŃŃĐŸĐ±Ń ŃĐ»ŃŃŃĐžŃŃ ĐșĐ°ŃĐ”ŃŃĐČĐŸ ĐżĐŸĐČĐ”ŃŃ
ĐœĐŸŃŃĐž пДŃĐ°ŃĐ°Đ”ĐŒĐŸĐč ĐżĐŸĐČĐ”ŃŃ
ŃĐ°Đ·ŃĐ”Đ¶Đ”ĐœĐœĐŸĐłĐŸ "
-"Đ·Đ°ĐżĐŸĐ»ĐœĐ”ĐœĐžŃ."
msgid "Top surface flow ratio"
msgstr "ĐĐŸŃŃŃĐžŃĐžĐ”ĐœŃ ĐżĐŸŃĐŸĐșĐ° ĐœĐ° ĐČĐ”ŃŃ
ĐœĐ”Đč ĐżĐŸĐČĐ”ŃŃ
ĐœĐŸŃŃĐž"
msgid ""
"This factor affects the amount of material for top solid infill. You can "
-"decrease it slightly to have smooth surface finish"
+"decrease it slightly to have smooth surface finish. \n"
+"\n"
+"The actual top surface flow used is calculated by multiplying this value "
+"with the filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"ĐŃĐŸŃ ĐżĐ°ŃĐ°ĐŒĐ”ŃŃ Đ·Đ°ĐŽĐ°ŃŃ ĐșĐŸĐ»ĐžŃĐ”ŃŃĐČĐŸ ĐČŃĐŽĐ°ĐČлОĐČĐ°Đ”ĐŒĐŸĐłĐŸ ĐŒĐ°ŃĐ”ŃОала ĐŽĐ»Ń ĐČĐ”ŃŃ
ĐœĐ”ĐłĐŸ "
-"ŃĐżĐ»ĐŸŃĐœĐŸĐłĐŸ ŃĐ»ĐŸŃ Đ·Đ°ĐżĐŸĐ»ĐœĐ”ĐœĐžŃ. ĐŃ ĐŒĐŸĐ¶Đ”ŃĐ” ĐœĐ”ĐŒĐœĐŸĐłĐŸ ŃĐŒĐ”ĐœŃŃĐžŃŃ Đ”ĐłĐŸ, ŃŃĐŸĐ±Ń ĐżĐŸĐ»ŃŃĐžŃŃ "
-"Đ±ĐŸĐ»Đ”Đ” глаЎĐșŃŃ ĐżĐŸĐČĐ”ŃŃ
ĐœĐŸŃŃŃ."
msgid "Bottom surface flow ratio"
msgstr "ĐĐŸŃŃŃĐžŃĐžĐ”ĐœŃ ĐżĐŸŃĐŸĐșĐ° ĐœĐ° ĐœĐžĐ¶ĐœĐ”Đč ĐżĐŸĐČĐ”ŃŃ
ĐœĐŸŃŃĐž"
-msgid "This factor affects the amount of material for bottom solid infill"
+msgid ""
+"This factor affects the amount of material for bottom solid infill. \n"
+"\n"
+"The actual bottom solid infill flow used is calculated by multiplying this "
+"value with the filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"ĐŃĐŸŃ ĐżĐ°ŃĐ°ĐŒĐ”ŃŃ Đ·Đ°ĐŽĐ°ŃŃ ĐșĐŸĐ»ĐžŃĐ”ŃŃĐČĐŸ ĐČŃĐŽĐ°ĐČлОĐČĐ°Đ”ĐŒĐŸĐłĐŸ ĐŒĐ°ŃĐ”ŃОала ĐŽĐ»Ń ĐœĐžĐ¶ĐœĐ”ĐłĐŸ "
-"ŃĐżĐ»ĐŸŃĐœĐŸĐłĐŸ ŃĐ»ĐŸŃ Đ·Đ°ĐżĐŸĐ»ĐœĐ”ĐœĐžŃ."
msgid "Precise wall"
msgstr "ĐąĐŸŃĐœŃĐ” пДŃĐžĐŒĐ”ŃŃŃ"
@@ -10198,12 +10259,26 @@ msgstr "ĐĐșĐ»ŃŃĐ”ĐœĐžĐ” ĐŽĐžĐœĐ°ĐŒĐžŃĐ”ŃĐșĐŸĐłĐŸ ŃĐżŃĐ°ĐČĐ»Đ”ĐœĐžŃ ŃĐș
msgid "Slow down for curled perimeters"
msgstr "ĐĐ°ĐŒĐ”ĐŽĐ»ŃŃŃŃŃ ĐœĐ° ĐžĐ·ĐŸĐłĐœŃŃŃŃ
пДŃĐžĐŒĐ”ŃŃĐ°Ń
"
+#, c-format, boost-format
msgid ""
-"Enable this option to slow printing down in areas where potential curled "
-"perimeters may exist"
+"Enable this option to slow down printing in areas where perimeters may have "
+"curled upwards.For example, additional slowdown will be applied when "
+"printing overhangs on sharp corners like the front of the Benchy hull, "
+"reducing curling which compounds over multiple layers.\n"
+"\n"
+" It is generally recommended to have this option switched on unless your "
+"printer cooling is powerful enough or the print speed slow enough that "
+"perimeter curling does not happen. If printing with a high external "
+"perimeter speed, this parameter may introduce slight artifacts when slowing "
+"down due to the large variance in print speeds. If you notice artifacts, "
+"ensure your pressure advance is tuned correctly.\n"
+"\n"
+"Note: When this option is enabled, overhang perimeters are treated like "
+"overhangs, meaning the overhang speed is applied even if the overhanging "
+"perimeter is part of a bridge. For example, when the perimeters are "
+"100% overhanging, with no wall supporting them from underneath, the "
+"100% overhang speed will be applied."
msgstr ""
-"ĐĐșĐ»ŃŃĐžŃĐ” ŃŃŃ ĐŸĐżŃĐžŃ ĐŽĐ»Ń Đ·Đ°ĐŒĐ”ĐŽĐ»Đ”ĐœĐžŃ ĐżĐ”ŃĐ°ŃĐž ĐČ ŃĐ”Ń
ĐŸĐ±Đ»Đ°ŃŃŃŃ
, гЎД ĐżĐŸŃĐ”ĐœŃОалŃĐœĐŸ "
-"ĐŒĐŸĐłŃŃ ĐČĐŸĐ·ĐœĐžĐșĐ°ŃŃ ĐžĐ·ĐŸĐłĐœŃŃŃĐ” пДŃĐžĐŒĐ”ŃŃŃ."
msgid "mm/s or %"
msgstr "ĐŒĐŒ/Ń ĐžĐ»Đž %"
@@ -10211,8 +10286,14 @@ msgstr "ĐŒĐŒ/Ń ĐžĐ»Đž %"
msgid "External"
msgstr "ĐĐœĐ”ŃĐœĐžĐ”"
-msgid "Speed of bridge and completely overhang wall"
-msgstr "ĐĄĐșĐŸŃĐŸŃŃŃ ĐżĐ”ŃĐ°ŃĐž ĐŒĐŸŃŃĐŸĐČ Đž пДŃĐžĐŒĐ”ŃŃĐŸĐČ Ń ĐżĐŸĐ»ĐœŃĐŒ ĐœĐ°ĐČĐžŃĐ°ĐœĐžĐ”ĐŒ."
+msgid ""
+"Speed of the externally visible bridge extrusions. \n"
+"\n"
+"In addition, if Slow down for curled perimeters is disabled or Classic "
+"overhang mode is enabled, it will be the print speed of overhang walls that "
+"are supported by less than 13%, whether they are part of a bridge or an "
+"overhang."
+msgstr ""
msgid "mm/s"
msgstr "ĐŒĐŒ/Ń"
@@ -10221,12 +10302,9 @@ msgid "Internal"
msgstr "ĐĐœŃŃŃĐ”ĐœĐœĐžĐ”"
msgid ""
-"Speed of internal bridge. If the value is expressed as a percentage, it will "
-"be calculated based on the bridge_speed. Default value is 150%."
+"Speed of internal bridges. If the value is expressed as a percentage, it "
+"will be calculated based on the bridge_speed. Default value is 150%."
msgstr ""
-"ĐĄĐșĐŸŃĐŸŃŃŃ ĐżĐ”ŃĐ°ŃĐž ĐČĐœŃŃŃĐ”ĐœĐœĐ”ĐłĐŸ ĐŒĐŸŃŃĐ°. ĐŃлО Đ·Đ°ĐŽĐ°ĐœĐŸ ĐČ ĐżŃĐŸŃĐ”ĐœŃĐ°Ń
, ŃĐŸ Đ·ĐœĐ°ŃĐ”ĐœĐžĐ” "
-"ĐČŃŃĐžŃĐ»ŃŃŃŃŃ ĐŸŃĐœĐŸŃĐžŃДлŃĐœĐŸ ŃĐșĐŸŃĐŸŃŃĐž ĐČĐœĐ”ŃĐœĐ”ĐłĐŸ ĐŒĐŸŃŃĐ° (bridge_speed). ĐĐœĐ°ŃĐ”ĐœĐžĐ” ĐżĐŸ "
-"ŃĐŒĐŸĐ»ŃĐ°ĐœĐžŃ ŃĐ°ĐČĐœĐŸ 150%."
msgid "Brim width"
msgstr "КОŃĐžĐœĐ° ĐșĐ°ĐčĐŒŃ"
@@ -10876,6 +10954,17 @@ msgstr ""
"ĐŃĐž ĐœĐ”Đ±ĐŸĐ»ŃŃĐŸĐŒ пДŃДлОĐČĐ” ОлО ĐœĐ”ĐŽĐŸĐ»ĐžĐČĐ” ĐœĐ° ĐżĐŸĐČĐ”ŃŃ
ĐœĐŸŃŃĐž, ĐșĐŸŃŃĐ”ĐșŃĐžŃĐŸĐČĐșĐ° ŃŃĐŸĐłĐŸ "
"паŃĐ°ĐŒĐ”ŃŃĐ° ĐżĐŸĐŒĐŸĐ¶Đ”Ń ĐżĐŸĐ»ŃŃĐžŃŃ Ń
ĐŸŃĐŸŃŃŃ ĐłĐ»Đ°ĐŽĐșŃŃ ĐżĐŸĐČĐ”ŃŃ
ĐœĐŸŃŃŃ."
+msgid ""
+"The material may have volumetric change after switching between molten state "
+"and crystalline state. This setting changes all extrusion flow of this "
+"filament in gcode proportionally. Recommended value range is between 0.95 "
+"and 1.05. Maybe you can tune this value to get nice flat surface when there "
+"has slight overflow or underflow. \n"
+"\n"
+"The final object flow ratio is this value multiplied by the filament flow "
+"ratio."
+msgstr ""
+
msgid "Enable pressure advance"
msgstr "ĐĐșĐ»ŃŃĐžŃŃ Pressure advance"
@@ -11067,16 +11156,29 @@ msgstr "ĐŒĐŒÂł/Ń"
msgid "Filament load time"
msgstr "ĐŃĐ”ĐŒŃ Đ·Đ°ĐłŃŃĐ·ĐșĐž ĐżŃŃŃĐșĐ°"
-msgid "Time to load new filament when switch filament. For statistics only"
+msgid ""
+"Time to load new filament when switch filament. It's usually applicable for "
+"single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
msgstr ""
-"ĐŃĐ”ĐŒŃ Đ·Đ°ĐłŃŃĐ·ĐșĐž ĐœĐŸĐČĐŸĐč плаŃŃĐžĐșĐŸĐČĐŸĐč ĐœĐžŃĐž ĐżŃĐž Đ”Ń ŃĐŒĐ”ĐœĐ”. ĐąĐŸĐ»ŃĐșĐŸ ĐŽĐ»Ń ŃŃĐ°ŃĐžŃŃĐžĐșĐž."
msgid "Filament unload time"
msgstr "ĐŃĐ”ĐŒŃ ĐČŃĐłŃŃĐ·ĐșĐž ĐżŃŃŃĐșĐ°"
-msgid "Time to unload old filament when switch filament. For statistics only"
+msgid ""
+"Time to unload old filament when switch filament. It's usually applicable "
+"for single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
+msgstr ""
+
+msgid "Tool change time"
+msgstr ""
+
+msgid ""
+"Time taken to switch tools. It's usually applicable for tool changers or "
+"multi-tool machines. For single-extruder multi-material machines, it's "
+"typically 0. For statistics only"
msgstr ""
-"ĐŃĐ”ĐŒŃ ĐČŃĐłŃŃĐ·ĐșĐž ŃŃĐ°ŃĐŸĐč плаŃŃĐžĐșĐŸĐČĐŸĐč ĐœĐžŃĐž ĐżŃĐž Đ”Ń ŃĐŒĐ”ĐœĐ”. ĐąĐŸĐ»ŃĐșĐŸ ĐŽĐ»Ń ŃŃĐ°ŃĐžŃŃĐžĐșĐž."
msgid ""
"Filament diameter is used to calculate extrusion in gcode, so it's important "
@@ -11212,16 +11314,6 @@ msgstr "ĐĄĐșĐŸŃĐŸŃŃŃ ĐżĐŸŃĐ»Đ”ĐŽĐœĐ”ĐłĐŸ ĐŸŃ
лажЎаŃŃĐ”ĐłĐŸ ĐŽĐČОж
msgid "Cooling moves are gradually accelerating towards this speed."
msgstr "ĐŃ
лажЎаŃŃОД ĐŽĐČĐžĐ¶Đ”ĐœĐžŃ ĐżĐŸŃŃĐ”ĐżĐ”ĐœĐœĐŸ ŃŃĐșĐŸŃŃŃŃ ĐŽĐŸ ŃŃĐŸĐč ŃĐșĐŸŃĐŸŃŃĐž."
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-"ĐŃĐ”ĐŒŃ Đ·Đ° ĐșĐŸŃĐŸŃĐŸĐ” ĐżŃĐŸŃĐžĐČĐșĐ° ĐżŃĐžĐœŃĐ”ŃĐ° (ОлО Multi Material Unit 2.0) ĐČŃĐłŃŃĐ¶Đ°Đ”Ń "
-"ĐżŃŃŃĐŸĐș ĐČĐŸ ĐČŃĐ”ĐŒŃ ŃĐŒĐ”ĐœŃ ĐžĐœŃŃŃŃĐŒĐ”ĐœŃĐ° (ĐżŃĐž ĐČŃĐżĐŸĐ»ĐœĐ”ĐœĐžĐž ĐșĐŸĐŽĐ° Đą). ĐŃĐŸ ĐČŃĐ”ĐŒŃ "
-"ĐŽĐŸĐ±Đ°ĐČĐ»ŃĐ”ŃŃŃ Đș ĐŸĐ±ŃĐ”ĐŒŃ ĐČŃĐ”ĐŒĐ”ĐœĐž пДŃĐ°ŃĐž Ń ĐżĐŸĐŒĐŸŃŃŃ Đ°Đ»ĐłĐŸŃĐžŃĐŒĐ° ĐŸŃĐ”ĐœĐșĐž ĐČŃĐ”ĐŒĐ”ĐœĐž "
-"ĐČŃĐżĐŸĐ»ĐœĐ”ĐœĐžŃ G-ĐșĐŸĐŽĐ°."
-
msgid "Ramming parameters"
msgstr "ĐĐ°ŃĐ°ĐŒĐ”ŃŃŃ ŃŃĐŒĐŒĐžĐœĐłĐ°"
@@ -11232,16 +11324,6 @@ msgstr ""
"ĐŃĐ° ŃŃŃĐŸĐșĐ° ŃДЎаĐșŃĐžŃŃĐ”ŃŃŃ ĐŽĐžĐ°Đ»ĐŸĐłĐŸĐČŃĐŒ ĐŸĐșĐœĐŸĐŒ ŃŃĐŒĐŒĐžĐœĐłĐ° Đž ŃĐŸĐŽĐ”ŃĐ¶ĐžŃ Đ”ĐłĐŸ ĐșĐŸĐœĐșŃĐ”ŃĐœŃĐ” "
"паŃĐ°ĐŒĐ”ŃŃŃ."
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-"ĐŃĐ”ĐŒŃ Đ·Đ° ĐșĐŸŃĐŸŃĐŸĐ” ĐżŃĐŸŃĐžĐČĐșĐ° ĐżŃĐžĐœŃĐ”ŃĐ° (ОлО Multi Material Unit 2.0) ĐČŃĐłŃŃĐ¶Đ°Đ”Ń "
-"ĐżŃŃŃĐŸĐș ĐČĐŸ ĐČŃĐ”ĐŒŃ ŃĐŒĐ”ĐœŃ ĐžĐœŃŃŃŃĐŒĐ”ĐœŃĐ° (ĐżŃĐž ĐČŃĐżĐŸĐ»ĐœĐ”ĐœĐžĐž ĐșĐŸĐŽĐ° Đą). ĐŃĐŸ ĐČŃĐ”ĐŒŃ "
-"ĐŽĐŸĐ±Đ°ĐČĐ»ŃĐ”ŃŃŃ Đș ĐŸĐ±ŃĐ”ĐŒŃ ĐČŃĐ”ĐŒĐ”ĐœĐž пДŃĐ°ŃĐž Ń ĐżĐŸĐŒĐŸŃŃŃ Đ°Đ»ĐłĐŸŃĐžŃĐŒĐ° ĐŸŃĐ”ĐœĐșĐž ĐČŃĐ”ĐŒĐ”ĐœĐž "
-"ĐČŃĐżĐŸĐ»ĐœĐ”ĐœĐžŃ G-ĐșĐŸĐŽĐ°."
-
msgid "Enable ramming for multitool setups"
msgstr "ĐĐșĐ»ŃŃĐžŃŃ ŃŃĐŒĐŒĐžĐœĐł ĐŽĐ»Ń ĐŒŃĐ»ŃŃĐžĐžĐœŃŃŃŃĐŒĐ”ĐœŃĐ°Đ»ŃĐœŃŃ
ŃŃŃŃĐŸĐčŃŃĐČ"
@@ -11460,8 +11542,8 @@ msgstr ""
"ĐŽĐČĐ” блОжаĐčŃОД Đ»ĐžĐœĐžĐž Đ·Đ°ĐżĐŸĐ»ĐœĐ”ĐœĐžŃ Ń ĐșĐŸŃĐŸŃĐșĐžĐŒ ĐŸŃŃДзĐșĐŸĐŒ пДŃĐžĐŒĐ”ŃŃĐ°. ĐŃлО ĐœĐ” "
"ĐœĐ°ĐčĐŽĐ”ĐœĐŸ ŃĐ°ĐșĐŸĐłĐŸ ĐŸŃŃДзĐșĐ° пДŃĐžĐŒĐ”ŃŃĐ° ĐșĐŸŃĐŸŃĐ” ŃŃĐŸĐłĐŸ паŃĐ°ĐŒĐ”ŃŃĐ°, Đ»ĐžĐœĐžŃ Đ·Đ°ĐżĐŸĐ»ĐœĐ”ĐœĐžŃ "
"ŃĐŸĐ”ĐŽĐžĐœŃĐ”ŃŃŃ Ń ĐŸŃŃДзĐșĐŸĐŒ пДŃĐžĐŒĐ”ŃŃĐ° ŃĐŸĐ»ŃĐșĐŸ Ń ĐŸĐŽĐœĐŸĐč ŃŃĐŸŃĐŸĐœŃ, Đ° ĐŽĐ»ĐžĐœĐ° ĐŸŃŃДзĐșĐ° "
-"пДŃĐžĐŒĐ”ŃŃĐ° ĐŸĐłŃĐ°ĐœĐžŃĐ”ĐœĐ° Đ·ĐœĐ°ŃĐ”ĐœĐžĐ”ĐŒ «ĐĐ»ĐžĐœĐ° ĐżŃĐžĐČŃĐ·ĐŸĐș ŃĐ°Đ·ŃĐ”Đ¶Đ”ĐœĐœĐŸĐłĐŸ "
-"Đ·Đ°ĐżĐŸĐ»ĐœĐ”ĐœĐžŃ» (infill_anchor), ĐœĐŸ ĐœĐ” Đ±ĐŸĐ»ŃŃĐ” ŃŃĐŸĐłĐŸ паŃĐ°ĐŒĐ”ŃŃĐ°.\n"
+"пДŃĐžĐŒĐ”ŃŃĐ° ĐŸĐłŃĐ°ĐœĐžŃĐ”ĐœĐ° Đ·ĐœĐ°ŃĐ”ĐœĐžĐ”ĐŒ «ĐĐ»ĐžĐœĐ° ĐżŃĐžĐČŃĐ·ĐŸĐș ŃĐ°Đ·ŃĐ”Đ¶Đ”ĐœĐœĐŸĐłĐŸ Đ·Đ°ĐżĐŸĐ»ĐœĐ”ĐœĐžŃ» "
+"(infill_anchor), ĐœĐŸ ĐœĐ” Đ±ĐŸĐ»ŃŃĐ” ŃŃĐŸĐłĐŸ паŃĐ°ĐŒĐ”ŃŃĐ°.\n"
"ĐŃлО ŃŃŃĐ°ĐœĐŸĐČĐžŃŃ 0, ŃĐŸ бŃĐŽĐ”Ń ĐžŃĐżĐŸĐ»ŃĐ·ĐŸĐČĐ°ŃŃŃŃ ŃŃĐ°ŃŃĐč Đ°Đ»ĐłĐŸŃĐžŃĐŒ ĐŽĐ»Ń ŃĐŸĐ”ĐŽĐžĐœĐ”ĐœĐžŃ "
"Đ·Đ°ĐżĐŸĐ»ĐœĐ”ĐœĐžŃ, ĐșĐŸŃĐŸŃŃĐč ĐŽĐ°ŃŃ ŃĐ°ĐșĐŸĐč жД ŃДзŃĐ»ŃŃĐ°Ń, ĐșĐ°Đș Đž ĐżŃĐž Đ·ĐœĐ°ŃĐ”ĐœĐžŃŃ
1000 Đž 0."
@@ -11616,17 +11698,17 @@ 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 ""
"ĐĄĐșĐŸŃĐŸŃŃŃ ĐČĐ”ĐœŃОлŃŃĐŸŃĐ° бŃĐŽĐ”Ń ĐœĐ°ŃĐ°ŃŃĐ°ŃŃ Đ»ĐžĐœĐ”ĐčĐœĐŸ ĐŸŃ ĐœŃĐ»Ń ĐœĐ° ŃĐ»ĐŸĐ” "
-"\"close_fan_the_first_x_layers\" ĐŽĐŸ ĐŒĐ°ĐșŃĐžĐŒŃĐŒĐ° ĐœĐ° ŃĐ»ĐŸĐ” \"full_fan_speed_layer"
-"\". ĐĐœĐ°ŃĐ”ĐœĐžĐ” \"full_fan_speed_layer\" бŃĐŽĐ”Ń ĐžĐłĐœĐŸŃĐžŃĐŸĐČĐ°ŃŃŃŃ, Đ”ŃлО ĐŸĐœĐŸ ĐŒĐ”ĐœŃŃĐ” "
-"Đ·ĐœĐ°ŃĐ”ĐœĐžŃ \"close_fan_the_first_x_layers\", ĐČ ŃŃĐŸĐŒ ŃĐ»ŃŃĐ°Đ” ĐČĐ”ĐœŃОлŃŃĐŸŃ Đ±ŃĐŽĐ”Ń "
-"ŃĐ°Đ±ĐŸŃĐ°ŃŃ ĐœĐ° ĐŒĐ°ĐșŃĐžĐŒĐ°Đ»ŃĐœĐŸ ĐŽĐŸĐżŃŃŃĐžĐŒĐŸĐč ŃĐșĐŸŃĐŸŃŃĐž ĐœĐ° ŃĐ»ĐŸĐ” "
-"\"close_fan_the_first_x_layers\" + 1."
+"\"close_fan_the_first_x_layers\" ĐŽĐŸ ĐŒĐ°ĐșŃĐžĐŒŃĐŒĐ° ĐœĐ° ŃĐ»ĐŸĐ” "
+"\"full_fan_speed_layer\". ĐĐœĐ°ŃĐ”ĐœĐžĐ” \"full_fan_speed_layer\" бŃĐŽĐ”Ń "
+"ĐžĐłĐœĐŸŃĐžŃĐŸĐČĐ°ŃŃŃŃ, Đ”ŃлО ĐŸĐœĐŸ ĐŒĐ”ĐœŃŃĐ” Đ·ĐœĐ°ŃĐ”ĐœĐžŃ \"close_fan_the_first_x_layers\", ĐČ "
+"ŃŃĐŸĐŒ ŃĐ»ŃŃĐ°Đ” ĐČĐ”ĐœŃОлŃŃĐŸŃ Đ±ŃĐŽĐ”Ń ŃĐ°Đ±ĐŸŃĐ°ŃŃ ĐœĐ° ĐŒĐ°ĐșŃĐžĐŒĐ°Đ»ŃĐœĐŸ ĐŽĐŸĐżŃŃŃĐžĐŒĐŸĐč ŃĐșĐŸŃĐŸŃŃĐž ĐœĐ° "
+"ŃĐ»ĐŸĐ” \"close_fan_the_first_x_layers\" + 1."
msgid "layer"
msgstr "ŃĐ»ĐŸĐč"
@@ -11694,8 +11776,11 @@ msgstr "ĐĐłĐœĐŸŃĐžŃĐŸĐČĐ°ŃŃ ĐœĐ”Đ±ĐŸĐ»ŃŃОД ĐżŃĐŸĐ±Đ”Đ»Ń"
msgid "Layers and Perimeters"
msgstr "ĐĄĐ»ĐŸĐž Đž пДŃĐžĐŒĐ”ŃŃŃ"
-msgid "Filter out gaps smaller than the threshold specified"
-msgstr "ĐĐ”Đ±ĐŸĐ»ŃŃОД ĐżŃĐŸĐŒĐ”Đ¶ŃŃĐșĐž ĐŒĐ”ĐœŃŃĐ” ŃĐșĐ°Đ·Đ°ĐœĐœĐŸĐłĐŸ ĐżĐŸŃĐŸĐłĐ° ĐœĐ” бŃĐŽŃŃ Đ·Đ°ĐżĐŸĐ»ĐœŃŃŃŃŃ."
+msgid ""
+"Don't print gap fill with a length is smaller than the threshold specified "
+"(in mm). This setting applies to top, bottom and solid infill and, if using "
+"the classic perimeter generator, to wall gap fill. "
+msgstr ""
msgid ""
"Speed of gap infill. Gap usually has irregular line width and should be "
@@ -13865,34 +13950,40 @@ msgid "Activate temperature control"
msgstr "ĐĐșĐ». ĐșĐŸĐœŃŃĐŸĐ»Ń ŃĐ”ĐŒĐżĐ”ŃĐ°ŃŃŃŃ"
msgid ""
-"Enable this option for chamber temperature control. An M191 command will be "
-"added before \"machine_start_gcode\"\n"
-"G-code commands: M141/M191 S(0-255)"
+"Enable this option for automated chamber temperature control. This option "
+"activates the emitting of an M191 command before the "
+"\"machine_start_gcode\"\n"
+" which sets the chamber temperature and waits until it is reached. In "
+"addition, it emits an M141 command at the end of the print to turn off the "
+"chamber heater, if present. \n"
+"\n"
+"This option relies on the firmware supporting the M191 and M141 commands "
+"either via macros or natively and is usually used when an active chamber "
+"heater is installed."
msgstr ""
-"ĐĐ»Ń ĐșĐŸĐœŃŃĐŸĐ»Ń ŃĐ”ĐŒĐżĐ”ŃĐ°ŃŃŃŃ ĐČ ĐșĐ°ĐŒĐ”ŃĐ” ĐżŃĐžĐœŃĐ”ŃĐ° ĐČĐșĐ»ŃŃĐžŃĐ” ŃŃŃ ĐŸĐżŃĐžŃ. ĐĐŸĐŒĐ°ĐœĐŽĐ° M191 "
-"бŃĐŽĐ”Ń ĐŽĐŸĐ±Đ°ĐČĐ»Đ”ĐœĐ° пДŃДЎ ŃŃĐ°ŃŃĐŸĐČŃĐč G-ĐșĐŸĐŽĐŸĐŒ ĐżŃĐžĐœŃĐ”ŃĐ° (machine_start_gcode).\n"
-"G-ĐșĐŸĐŽ ĐșĐŸĐŒĐ°ĐœĐŽĐ°: M141/M191 S(0-255)"
msgid "Chamber temperature"
msgstr "ĐąĐ”ĐŒĐżĐ”ŃĐ°ŃŃŃĐ° ŃĐ”ŃĐŒĐŸĐșĐ°ĐŒĐ”ŃŃ"
msgid ""
-"Higher chamber temperature can help suppress or reduce warping and "
-"potentially lead to higher interlayer bonding strength for high temperature "
-"materials like ABS, ASA, PC, PA and so on.At the same time, the air "
-"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and "
-"other low temperature materials,the actual chamber temperature should not be "
-"high to avoid cloggings, so 0 which stands for turning off is highly "
-"recommended"
+"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber "
+"temperature can help suppress or reduce warping and potentially lead to "
+"higher interlayer bonding strength. However, at the same time, a higher "
+"chamber temperature will reduce the efficiency of air filtration for ABS and "
+"ASA. \n"
+"\n"
+"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option "
+"should be disabled (set to 0) as the chamber temperature should be low to "
+"avoid extruder clogging caused by material softening at the heat break.\n"
+"\n"
+"If enabled, this parameter also sets a gcode variable named "
+"chamber_temperature, which can be used to pass the desired chamber "
+"temperature to your print start macro, or a heat soak macro like this: "
+"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may "
+"be useful if your printer does not support M141/M191 commands, or if you "
+"desire to handle heat soaking in the print start macro if no active chamber "
+"heater is installed."
msgstr ""
-"ĐĐŸĐ»Đ”Đ” ĐČŃŃĐŸĐșĐ°Ń ŃĐ”ĐŒĐżĐ”ŃĐ°ŃŃŃĐ° ĐČ ĐșĐ°ĐŒĐ”ŃĐ” ĐŒĐŸĐ¶Đ”Ń ĐżĐŸĐŒĐŸŃŃ ŃĐŒĐ”ĐœŃŃĐžŃŃ ĐžĐ»Đž ЎажД ĐžŃĐșĐ»ŃŃĐžŃŃ "
-"ĐșĐŸŃĐŸĐ±Đ»Đ”ĐœĐžĐ” ĐŒĐ°ŃĐ”ŃОала. йаĐș жД ŃŃĐŸ ŃĐ»ŃŃŃĐ°Đ”Ń ĐŒĐ”Đ¶ŃĐ»ĐŸĐčĐœĐŸĐ” ŃĐŸĐ”ĐŽĐžĐœĐ”ĐœĐžŃ Ń "
-"ĐČŃŃĐŸĐșĐŸŃĐ”ĐŒĐżĐ”ŃĐ°ŃŃŃĐœŃŃ
ĐŒĐ°ŃĐ”ŃĐžĐ°Đ»ĐŸĐČ, ŃĐ°ĐșĐžŃ
ĐșĐ°Đș ABS, ASA, PC, PA Đž Ń.ĐŽ. (ĐČ ŃĐŸ жД "
-"ĐČŃĐ”ĐŒŃ ŃОлŃŃŃĐ°ŃĐžŃ ĐČĐŸĐ·ĐŽŃŃ
Đ° ĐżŃĐž пДŃĐ°ŃĐž ABS Đž ASA ŃĐŽĐ”Đ»Đ°Đ”Ń Đ”Ń Ń
ŃжД). ĐĐ»Ń "
-"ĐœĐžĐ·ĐșĐŸŃĐ”ĐŒĐżĐ”ŃĐ°ŃŃŃĐœŃŃ
ĐŒĐ°ŃĐ”ŃĐžĐ°Đ»ĐŸĐČ, ŃĐ°ĐșĐžŃ
ĐșĐ°Đș PLA, PETG, TPU, PVA Đž Ń. ĐŽ., "
-"ŃĐ°ĐșŃĐžŃĐ”ŃĐșĐ°Ń ŃĐ”ĐŒĐżĐ”ŃĐ°ŃŃŃĐ° ĐČ ĐșĐ°ĐŒĐ”ŃĐ” ĐœĐ” ĐŽĐŸĐ»Đ¶ĐœĐ° бŃŃŃ ŃлОŃĐșĐŸĐŒ ĐČŃŃĐŸĐșĐŸĐč, ŃŃĐŸĐ±Ń "
-"ОзбДжаŃŃ Đ·Đ°ŃĐŸŃĐ”ĐœĐžŃ ŃĐŸĐżĐ»Đ°, ĐżĐŸŃŃĐŸĐŒŃ ĐœĐ°ŃŃĐŸŃŃДлŃĐœĐŸ ŃĐ”ĐșĐŸĐŒĐ”ĐœĐŽŃĐ”ŃŃŃ ŃŃŃĐ°ĐœĐŸĐČĐžŃŃ "
-"ŃĐ”ĐŒĐżĐ”ŃĐ°ŃŃŃŃ ĐČ ĐșĐ°ĐŒĐ”ŃĐ” ŃĐ°ĐČĐœĐŸĐč 0°C."
msgid "Nozzle temperature for layers after the initial one"
msgstr "ĐąĐ”ĐŒĐżĐ”ŃĐ°ŃŃŃĐ° ŃĐŸĐżĐ»Đ° ĐżŃĐž пДŃĐ°ŃĐž ĐŽĐ»Ń ŃĐ»ĐŸŃĐČ ĐżĐŸŃлД пДŃĐČĐŸĐłĐŸ."
@@ -15878,8 +15969,8 @@ msgstr ""
"Đ„ĐŸŃĐžŃĐ” пДŃДзапОŃĐ°ŃŃ Đ”ĐłĐŸ?"
msgid ""
-"We would rename the presets as \"Vendor Type Serial @printer you selected"
-"\". \n"
+"We would rename the presets as \"Vendor Type Serial @printer you "
+"selected\". \n"
"To add preset for more printers, Please go to printer selection"
msgstr ""
"ĐŃ ĐżĐ”ŃĐ”ĐžĐŒĐ”ĐœŃĐ”ĐŒ ĐżŃĐŸŃĐžĐ»Ń ĐČ \"ĐŃĐŸĐžĐ·ĐČĐŸĐŽĐžŃĐ”Đ»Ń ĐąĐžĐż ĐĄĐ”ŃĐžŃ @ĐČŃбŃĐ°ĐœĐœŃĐč ĐżŃĐžĐœŃĐ”Ń\".\n"
@@ -17198,53 +17289,138 @@ msgstr ""
"ABS, ĐżĐŸĐČŃŃĐ”ĐœĐžĐ” ŃĐ”ĐŒĐżĐ”ŃĐ°ŃŃŃŃ ĐżĐŸĐŽĐŸĐłŃĐ”ĐČĐ°Đ”ĐŒĐŸĐłĐŸ ŃŃĐŸĐ»Đ° ĐŒĐŸĐ¶Đ”Ń ŃĐœĐžĐ·ĐžŃŃ ŃŃŃ "
"ĐČĐ”ŃĐŸŃŃĐœĐŸŃŃŃ?"
-#~ msgid "up to"
-#~ msgstr "ĐŽĐŸ"
-
-#~ msgid "above"
-#~ msgstr "ĐżĐŸŃлД"
+#~ msgid ""
+#~ "Enables gap fill for the selected surfaces. The minimum gap length that "
+#~ "will be filled can be controlled from the filter out tiny gaps option "
+#~ "below.\n"
+#~ "\n"
+#~ "Options:\n"
+#~ "1. Everywhere: Applies gap fill to top, bottom and internal solid "
+#~ "surfaces\n"
+#~ "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces "
+#~ "only\n"
+#~ "3. Nowhere: Disables gap fill\n"
+#~ msgstr ""
+#~ "ĐĐșĐ»ŃŃĐ°Đ”Ń Đ·Đ°ĐżĐŸĐ»ĐœĐ”ĐœĐžĐ” ĐżŃĐŸĐ±Đ”Đ»ĐŸĐČ ĐŽĐ»Ń ĐČŃбŃĐ°ĐœĐœŃŃ
ĐżĐŸĐČĐ”ŃŃ
ĐœĐŸŃŃĐ”Đč. ĐĐžĐœĐžĐŒĐ°Đ»ŃĐœĐŸĐč "
+#~ "ĐŽĐ»ĐžĐœĐŸĐč ĐżŃĐŸĐ±Đ”Đ»Đ°, ĐșĐŸŃĐŸŃŃĐč бŃĐŽĐ”Ń Đ·Đ°ĐżĐŸĐ»ĐœĐ”Đœ, ĐŒĐŸĐ¶ĐœĐŸ ŃĐżŃĐ°ĐČĐ»ŃŃŃ Ń ĐżĐŸĐŒĐŸŃŃŃ "
+#~ "ĐœĐžĐ¶Đ”ŃĐ°ŃĐżĐŸĐ»ĐŸĐ¶Đ”ĐœĐœĐŸĐč ĐŸĐżŃОО «ĐĐłĐœĐŸŃĐžŃĐŸĐČĐ°ŃŃ ĐœĐ”Đ±ĐŸĐ»ŃŃОД ĐżŃĐŸĐ±Đ”Đ»Ń».\n"
+#~ "ĐĐŸŃŃŃĐżĐœŃĐ” ŃĐ”Đ¶ĐžĐŒŃ:\n"
+#~ "1. ĐДзЎД (Đ·Đ°ĐżĐŸĐ»ĐœĐ”ĐœĐžĐ” ĐżŃĐŸĐ±Đ”Đ»ĐŸĐČ ĐżŃĐžĐŒĐ”ĐœŃĐ”ŃŃŃ ĐœĐ° ĐČĐ”ŃŃ
ĐœĐžŃ
, ĐœĐžĐ¶ĐœĐžŃ
Đž ĐČĐœŃŃŃĐ”ĐœĐœĐžŃ
"
+#~ "ŃĐżĐ»ĐŸŃĐœŃŃ
ĐżĐŸĐČĐ”ŃŃ
ĐœĐŸŃŃŃŃ
)\n"
+#~ "2. ĐĐ”ŃŃ
ĐœŃŃ Đž ĐœĐžĐ¶ĐœŃŃ ĐżĐŸĐČĐ”ŃŃ
ĐœĐŸŃŃĐž (Đ·Đ°ĐżĐŸĐ»ĐœĐ”ĐœĐžĐ” ĐżŃĐŸĐ±Đ”Đ»ĐŸĐČ ĐżŃĐžĐŒĐ”ĐœŃĐ”ŃŃŃ ŃĐŸĐ»ŃĐșĐŸ Đș "
+#~ "ĐČĐ”ŃŃ
ĐœĐ”Đč Đž ĐœĐžĐ¶ĐœĐ”Đč ĐżĐŸĐČĐ”ŃŃ
ĐœĐŸŃŃŃĐŒ)\n"
+#~ "3. ĐОгЎД (Đ·Đ°ĐżĐŸĐ»ĐœĐ”ĐœĐžĐ” ĐżŃĐŸĐ±Đ”Đ»ĐŸĐČ ĐŸŃĐșĐ»ŃŃĐ”ĐœĐŸ)\n"
-#~ msgid "from"
-#~ msgstr "Ń"
+#~ msgid ""
+#~ "Decrease this value slightly(for example 0.9) to reduce the amount of "
+#~ "material for bridge, to improve sag"
+#~ msgstr ""
+#~ "ĐĐ°ŃĐ°ĐŒĐ”ŃŃ Đ·Đ°ĐŽĐ°ŃŃ ĐșĐŸĐ»ĐžŃĐ”ŃŃĐČĐŸ плаŃŃĐžĐșĐ°, Đ·Đ°ŃŃĐ°ŃĐžĐČĐ°Đ”ĐŒĐŸĐ” ĐŽĐ»Ń ĐżĐŸŃŃŃĐŸĐ”ĐœĐžŃ ĐŒĐŸŃŃĐŸĐČ. "
+#~ "Đ Đ±ĐŸĐ»ŃŃĐžĐœŃŃĐČĐ” ŃĐ»ŃŃĐ°Đ”ĐČ ĐœĐ°ŃŃŃĐŸĐ”Đș ĐżĐŸ ŃĐŒĐŸĐ»ŃĐ°ĐœĐžŃ ĐŽĐŸŃŃĐ°ŃĐŸŃĐœĐŸ, ŃĐ”ĐŒ ĐœĐ” ĐŒĐ”ĐœĐ”Đ”, ĐżŃĐž "
+#~ "пДŃĐ°ŃĐž ĐœĐ”ĐșĐŸŃĐŸŃŃŃ
ĐŒĐŸĐŽĐ”Đ»Đ”Đč ŃĐŒĐ”ĐœŃŃĐ”ĐœĐžĐ” паŃĐ°ĐŒĐ”ŃŃĐ° ĐŒĐŸĐ¶Đ”Ń ŃĐŸĐșŃĐ°ŃĐžŃŃ ĐżŃĐŸĐČĐžŃĐ°ĐœĐžĐ” "
+#~ "плаŃŃĐžĐșĐ° ĐżŃĐž пДŃĐ°ŃĐž ĐŒĐŸŃŃĐŸĐČ."
-#~ msgid "Switching application language while some presets are modified."
-#~ msgstr "ĐĄĐŒĐ”ĐœĐ° ŃĐ·ŃĐșĐ° ĐżŃĐžĐ»ĐŸĐ¶Đ”ĐœĐžŃ ĐżŃĐž ĐžĐ·ĐŒĐ”ĐœĐ”ĐœĐžĐž ĐœĐ”ĐșĐŸŃĐŸŃŃŃ
ĐżŃĐŸŃОлДĐč."
+#~ msgid ""
+#~ "This value governs the thickness of the internal bridge layer. This is "
+#~ "the first layer over sparse infill. Decrease this value slightly (for "
+#~ "example 0.9) to improve surface quality over sparse infill."
+#~ msgstr ""
+#~ "ĐŃĐŸ Đ·ĐœĐ°ŃĐ”ĐœĐžĐ” ĐŸĐżŃДЎДлŃĐ”Ń ŃĐŸĐ»ŃĐžĐœŃ ŃĐ»ĐŸŃ ĐČĐœŃŃŃĐ”ĐœĐœĐ”ĐłĐŸ ĐŒĐŸŃŃĐ°, пДŃĐ°ŃĐ°Đ”ĐŒĐŸĐłĐŸ "
+#~ "ĐżĐŸĐČĐ”ŃŃ
ŃĐ°Đ·ŃĐ”Đ¶Đ”ĐœĐœĐŸĐłĐŸ Đ·Đ°ĐżĐŸĐ»ĐœĐ”ĐœĐžŃ. ĐĐ”ĐŒĐœĐŸĐłĐŸ ŃĐŒĐ”ĐœŃŃĐžŃĐ” ŃŃĐŸ Đ·ĐœĐ°ŃĐ”ĐœĐžĐ” (ĐœĐ°ĐżŃĐžĐŒĐ”Ń "
+#~ "0,9), ŃŃĐŸĐ±Ń ŃĐ»ŃŃŃĐžŃŃ ĐșĐ°ŃĐ”ŃŃĐČĐŸ ĐżĐŸĐČĐ”ŃŃ
ĐœĐŸŃŃĐž пДŃĐ°ŃĐ°Đ”ĐŒĐŸĐč ĐżĐŸĐČĐ”ŃŃ
ŃĐ°Đ·ŃĐ”Đ¶Đ”ĐœĐœĐŸĐłĐŸ "
+#~ "Đ·Đ°ĐżĐŸĐ»ĐœĐ”ĐœĐžŃ."
-#~ msgid "â+Shift+G"
-#~ msgstr "â+Shift+G"
+#~ msgid ""
+#~ "This factor affects the amount of material for top solid infill. You can "
+#~ "decrease it slightly to have smooth surface finish"
+#~ msgstr ""
+#~ "ĐŃĐŸŃ ĐżĐ°ŃĐ°ĐŒĐ”ŃŃ Đ·Đ°ĐŽĐ°ŃŃ ĐșĐŸĐ»ĐžŃĐ”ŃŃĐČĐŸ ĐČŃĐŽĐ°ĐČлОĐČĐ°Đ”ĐŒĐŸĐłĐŸ ĐŒĐ°ŃĐ”ŃОала ĐŽĐ»Ń ĐČĐ”ŃŃ
ĐœĐ”ĐłĐŸ "
+#~ "ŃĐżĐ»ĐŸŃĐœĐŸĐłĐŸ ŃĐ»ĐŸŃ Đ·Đ°ĐżĐŸĐ»ĐœĐ”ĐœĐžŃ. ĐŃ ĐŒĐŸĐ¶Đ”ŃĐ” ĐœĐ”ĐŒĐœĐŸĐłĐŸ ŃĐŒĐ”ĐœŃŃĐžŃŃ Đ”ĐłĐŸ, ŃŃĐŸĐ±Ń "
+#~ "ĐżĐŸĐ»ŃŃĐžŃŃ Đ±ĐŸĐ»Đ”Đ” глаЎĐșŃŃ ĐżĐŸĐČĐ”ŃŃ
ĐœĐŸŃŃŃ."
-#~ msgid "Ctrl+Shift+G"
-#~ msgstr "Ctrl+Shift+G"
+#~ msgid "This factor affects the amount of material for bottom solid infill"
+#~ msgstr ""
+#~ "ĐŃĐŸŃ ĐżĐ°ŃĐ°ĐŒĐ”ŃŃ Đ·Đ°ĐŽĐ°ŃŃ ĐșĐŸĐ»ĐžŃĐ”ŃŃĐČĐŸ ĐČŃĐŽĐ°ĐČлОĐČĐ°Đ”ĐŒĐŸĐłĐŸ ĐŒĐ°ŃĐ”ŃОала ĐŽĐ»Ń ĐœĐžĐ¶ĐœĐ”ĐłĐŸ "
+#~ "ŃĐżĐ»ĐŸŃĐœĐŸĐłĐŸ ŃĐ»ĐŸŃ Đ·Đ°ĐżĐŸĐ»ĐœĐ”ĐœĐžŃ."
-#~ msgid "â+Any arrow"
-#~ msgstr "â + ĐŃĐ±Đ°Ń ŃŃŃДлĐșĐ°"
+#~ msgid ""
+#~ "Enable this option to slow printing down in areas where potential curled "
+#~ "perimeters may exist"
+#~ msgstr ""
+#~ "ĐĐșĐ»ŃŃĐžŃĐ” ŃŃŃ ĐŸĐżŃĐžŃ ĐŽĐ»Ń Đ·Đ°ĐŒĐ”ĐŽĐ»Đ”ĐœĐžŃ ĐżĐ”ŃĐ°ŃĐž ĐČ ŃĐ”Ń
ĐŸĐ±Đ»Đ°ŃŃŃŃ
, гЎД ĐżĐŸŃĐ”ĐœŃОалŃĐœĐŸ "
+#~ "ĐŒĐŸĐłŃŃ ĐČĐŸĐ·ĐœĐžĐșĐ°ŃŃ ĐžĐ·ĐŸĐłĐœŃŃŃĐ” пДŃĐžĐŒĐ”ŃŃŃ."
-#~ msgid "â„+Left mouse button"
-#~ msgstr "â„ + ĐĐ”ĐČĐ°Ń ĐșĐœĐŸĐżĐșĐ° ĐŒŃŃĐž"
+#~ msgid "Speed of bridge and completely overhang wall"
+#~ msgstr "ĐĄĐșĐŸŃĐŸŃŃŃ ĐżĐ”ŃĐ°ŃĐž ĐŒĐŸŃŃĐŸĐČ Đž пДŃĐžĐŒĐ”ŃŃĐŸĐČ Ń ĐżĐŸĐ»ĐœŃĐŒ ĐœĐ°ĐČĐžŃĐ°ĐœĐžĐ”ĐŒ."
-#~ msgid "â+Left mouse button"
-#~ msgstr "â + ĐĐ”ĐČĐ°Ń ĐșĐœĐŸĐżĐșĐ° ĐŒŃŃĐž"
+#~ msgid ""
+#~ "Speed of internal bridge. If the value is expressed as a percentage, it "
+#~ "will be calculated based on the bridge_speed. Default value is 150%."
+#~ msgstr ""
+#~ "ĐĄĐșĐŸŃĐŸŃŃŃ ĐżĐ”ŃĐ°ŃĐž ĐČĐœŃŃŃĐ”ĐœĐœĐ”ĐłĐŸ ĐŒĐŸŃŃĐ°. ĐŃлО Đ·Đ°ĐŽĐ°ĐœĐŸ ĐČ ĐżŃĐŸŃĐ”ĐœŃĐ°Ń
, ŃĐŸ Đ·ĐœĐ°ŃĐ”ĐœĐžĐ” "
+#~ "ĐČŃŃĐžŃĐ»ŃŃŃŃŃ ĐŸŃĐœĐŸŃĐžŃДлŃĐœĐŸ ŃĐșĐŸŃĐŸŃŃĐž ĐČĐœĐ”ŃĐœĐ”ĐłĐŸ ĐŒĐŸŃŃĐ° (bridge_speed). ĐĐœĐ°ŃĐ”ĐœĐžĐ” "
+#~ "ĐżĐŸ ŃĐŒĐŸĐ»ŃĐ°ĐœĐžŃ ŃĐ°ĐČĐœĐŸ 150%."
-#~ msgid "Ctrl+Any arrow"
-#~ msgstr "Ctrl + ĐŃĐ±Đ°Ń ŃŃŃДлĐșĐ°"
+#~ msgid "Time to load new filament when switch filament. For statistics only"
+#~ msgstr ""
+#~ "ĐŃĐ”ĐŒŃ Đ·Đ°ĐłŃŃĐ·ĐșĐž ĐœĐŸĐČĐŸĐč плаŃŃĐžĐșĐŸĐČĐŸĐč ĐœĐžŃĐž ĐżŃĐž Đ”Ń ŃĐŒĐ”ĐœĐ”. ĐąĐŸĐ»ŃĐșĐŸ ĐŽĐ»Ń ŃŃĐ°ŃĐžŃŃĐžĐșĐž."
-#~ msgid "Alt+Left mouse button"
-#~ msgstr "Alt + ĐĐ”ĐČĐ°Ń ĐșĐœĐŸĐżĐșĐ° ĐŒŃŃĐž"
+#~ msgid ""
+#~ "Time to unload old filament when switch filament. For statistics only"
+#~ msgstr ""
+#~ "ĐŃĐ”ĐŒŃ ĐČŃĐłŃŃĐ·ĐșĐž ŃŃĐ°ŃĐŸĐč плаŃŃĐžĐșĐŸĐČĐŸĐč ĐœĐžŃĐž ĐżŃĐž Đ”Ń ŃĐŒĐ”ĐœĐ”. ĐąĐŸĐ»ŃĐșĐŸ ĐŽĐ»Ń "
+#~ "ŃŃĐ°ŃĐžŃŃĐžĐșĐž."
-#~ msgid "Ctrl+Left mouse button"
-#~ msgstr "Ctrl + ĐĐ”ĐČĐ°Ń ĐșĐœĐŸĐżĐșĐ° ĐŒŃŃĐž"
+#~ msgid ""
+#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a "
+#~ "new filament during a tool change (when executing the T code). This time "
+#~ "is added to the total print time by the G-code time estimator."
+#~ msgstr ""
+#~ "ĐŃĐ”ĐŒŃ Đ·Đ° ĐșĐŸŃĐŸŃĐŸĐ” ĐżŃĐŸŃĐžĐČĐșĐ° ĐżŃĐžĐœŃĐ”ŃĐ° (ОлО Multi Material Unit 2.0) "
+#~ "ĐČŃĐłŃŃĐ¶Đ°Đ”Ń ĐżŃŃŃĐŸĐș ĐČĐŸ ĐČŃĐ”ĐŒŃ ŃĐŒĐ”ĐœŃ ĐžĐœŃŃŃŃĐŒĐ”ĐœŃĐ° (ĐżŃĐž ĐČŃĐżĐŸĐ»ĐœĐ”ĐœĐžĐž ĐșĐŸĐŽĐ° Đą). ĐŃĐŸ "
+#~ "ĐČŃĐ”ĐŒŃ ĐŽĐŸĐ±Đ°ĐČĐ»ŃĐ”ŃŃŃ Đș ĐŸĐ±ŃĐ”ĐŒŃ ĐČŃĐ”ĐŒĐ”ĐœĐž пДŃĐ°ŃĐž Ń ĐżĐŸĐŒĐŸŃŃŃ Đ°Đ»ĐłĐŸŃĐžŃĐŒĐ° ĐŸŃĐ”ĐœĐșĐž "
+#~ "ĐČŃĐ”ĐŒĐ”ĐœĐž ĐČŃĐżĐŸĐ»ĐœĐ”ĐœĐžŃ G-ĐșĐŸĐŽĐ°."
-#~ msgid "â+Mouse wheel"
-#~ msgstr "â + ĐĐŸĐ»Đ”ŃĐŸ ĐŒŃŃĐž"
+#~ msgid ""
+#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload "
+#~ "a filament during a tool change (when executing the T code). This time is "
+#~ "added to the total print time by the G-code time estimator."
+#~ msgstr ""
+#~ "ĐŃĐ”ĐŒŃ Đ·Đ° ĐșĐŸŃĐŸŃĐŸĐ” ĐżŃĐŸŃĐžĐČĐșĐ° ĐżŃĐžĐœŃĐ”ŃĐ° (ОлО Multi Material Unit 2.0) "
+#~ "ĐČŃĐłŃŃĐ¶Đ°Đ”Ń ĐżŃŃŃĐŸĐș ĐČĐŸ ĐČŃĐ”ĐŒŃ ŃĐŒĐ”ĐœŃ ĐžĐœŃŃŃŃĐŒĐ”ĐœŃĐ° (ĐżŃĐž ĐČŃĐżĐŸĐ»ĐœĐ”ĐœĐžĐž ĐșĐŸĐŽĐ° Đą). ĐŃĐŸ "
+#~ "ĐČŃĐ”ĐŒŃ ĐŽĐŸĐ±Đ°ĐČĐ»ŃĐ”ŃŃŃ Đș ĐŸĐ±ŃĐ”ĐŒŃ ĐČŃĐ”ĐŒĐ”ĐœĐž пДŃĐ°ŃĐž Ń ĐżĐŸĐŒĐŸŃŃŃ Đ°Đ»ĐłĐŸŃĐžŃĐŒĐ° ĐŸŃĐ”ĐœĐșĐž "
+#~ "ĐČŃĐ”ĐŒĐ”ĐœĐž ĐČŃĐżĐŸĐ»ĐœĐ”ĐœĐžŃ G-ĐșĐŸĐŽĐ°."
-#~ msgid "â„+Mouse wheel"
-#~ msgstr "â„ + ĐĐŸĐ»Đ”ŃĐŸ ĐŒŃŃĐž"
+#~ msgid "Filter out gaps smaller than the threshold specified"
+#~ msgstr "ĐĐ”Đ±ĐŸĐ»ŃŃОД ĐżŃĐŸĐŒĐ”Đ¶ŃŃĐșĐž ĐŒĐ”ĐœŃŃĐ” ŃĐșĐ°Đ·Đ°ĐœĐœĐŸĐłĐŸ ĐżĐŸŃĐŸĐłĐ° ĐœĐ” бŃĐŽŃŃ Đ·Đ°ĐżĐŸĐ»ĐœŃŃŃŃŃ."
-#~ msgid "Ctrl+Mouse wheel"
-#~ msgstr "Ctrl + ĐĐŸĐ»Đ”ŃĐŸ ĐŒŃŃĐž"
+#~ msgid ""
+#~ "Enable this option for chamber temperature control. An M191 command will "
+#~ "be added before \"machine_start_gcode\"\n"
+#~ "G-code commands: M141/M191 S(0-255)"
+#~ msgstr ""
+#~ "ĐĐ»Ń ĐșĐŸĐœŃŃĐŸĐ»Ń ŃĐ”ĐŒĐżĐ”ŃĐ°ŃŃŃŃ ĐČ ĐșĐ°ĐŒĐ”ŃĐ” ĐżŃĐžĐœŃĐ”ŃĐ° ĐČĐșĐ»ŃŃĐžŃĐ” ŃŃŃ ĐŸĐżŃĐžŃ. ĐĐŸĐŒĐ°ĐœĐŽĐ° "
+#~ "M191 бŃĐŽĐ”Ń ĐŽĐŸĐ±Đ°ĐČĐ»Đ”ĐœĐ° пДŃДЎ ŃŃĐ°ŃŃĐŸĐČŃĐč G-ĐșĐŸĐŽĐŸĐŒ ĐżŃĐžĐœŃĐ”ŃĐ° "
+#~ "(machine_start_gcode).\n"
+#~ "G-ĐșĐŸĐŽ ĐșĐŸĐŒĐ°ĐœĐŽĐ°: M141/M191 S(0-255)"
-#~ msgid "Alt+Mouse wheel"
-#~ msgstr "Alt + ĐĐŸĐ»Đ”ŃĐŸ ĐŒŃŃĐž"
+#~ msgid ""
+#~ "Higher chamber temperature can help suppress or reduce warping and "
+#~ "potentially lead to higher interlayer bonding strength for high "
+#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, "
+#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, "
+#~ "TPU, PVA and other low temperature materials,the actual chamber "
+#~ "temperature should not be high to avoid cloggings, so 0 which stands for "
+#~ "turning off is highly recommended"
+#~ msgstr ""
+#~ "ĐĐŸĐ»Đ”Đ” ĐČŃŃĐŸĐșĐ°Ń ŃĐ”ĐŒĐżĐ”ŃĐ°ŃŃŃĐ° ĐČ ĐșĐ°ĐŒĐ”ŃĐ” ĐŒĐŸĐ¶Đ”Ń ĐżĐŸĐŒĐŸŃŃ ŃĐŒĐ”ĐœŃŃĐžŃŃ ĐžĐ»Đž ЎажД "
+#~ "ĐžŃĐșĐ»ŃŃĐžŃŃ ĐșĐŸŃĐŸĐ±Đ»Đ”ĐœĐžĐ” ĐŒĐ°ŃĐ”ŃОала. йаĐș жД ŃŃĐŸ ŃĐ»ŃŃŃĐ°Đ”Ń ĐŒĐ”Đ¶ŃĐ»ĐŸĐčĐœĐŸĐ” ŃĐŸĐ”ĐŽĐžĐœĐ”ĐœĐžŃ "
+#~ "Ń ĐČŃŃĐŸĐșĐŸŃĐ”ĐŒĐżĐ”ŃĐ°ŃŃŃĐœŃŃ
ĐŒĐ°ŃĐ”ŃĐžĐ°Đ»ĐŸĐČ, ŃĐ°ĐșĐžŃ
ĐșĐ°Đș ABS, ASA, PC, PA Đž Ń.ĐŽ. (ĐČ ŃĐŸ "
+#~ "жД ĐČŃĐ”ĐŒŃ ŃОлŃŃŃĐ°ŃĐžŃ ĐČĐŸĐ·ĐŽŃŃ
Đ° ĐżŃĐž пДŃĐ°ŃĐž ABS Đž ASA ŃĐŽĐ”Đ»Đ°Đ”Ń Đ”Ń Ń
ŃжД). ĐĐ»Ń "
+#~ "ĐœĐžĐ·ĐșĐŸŃĐ”ĐŒĐżĐ”ŃĐ°ŃŃŃĐœŃŃ
ĐŒĐ°ŃĐ”ŃĐžĐ°Đ»ĐŸĐČ, ŃĐ°ĐșĐžŃ
ĐșĐ°Đș PLA, PETG, TPU, PVA Đž Ń. ĐŽ., "
+#~ "ŃĐ°ĐșŃĐžŃĐ”ŃĐșĐ°Ń ŃĐ”ĐŒĐżĐ”ŃĐ°ŃŃŃĐ° ĐČ ĐșĐ°ĐŒĐ”ŃĐ” ĐœĐ” ĐŽĐŸĐ»Đ¶ĐœĐ° бŃŃŃ ŃлОŃĐșĐŸĐŒ ĐČŃŃĐŸĐșĐŸĐč, ŃŃĐŸĐ±Ń "
+#~ "ОзбДжаŃŃ Đ·Đ°ŃĐŸŃĐ”ĐœĐžŃ ŃĐŸĐżĐ»Đ°, ĐżĐŸŃŃĐŸĐŒŃ ĐœĐ°ŃŃĐŸŃŃДлŃĐœĐŸ ŃĐ”ĐșĐŸĐŒĐ”ĐœĐŽŃĐ”ŃŃŃ ŃŃŃĐ°ĐœĐŸĐČĐžŃŃ "
+#~ "ŃĐ”ĐŒĐżĐ”ŃĐ°ŃŃŃŃ ĐČ ĐșĐ°ĐŒĐ”ŃĐ” ŃĐ°ĐČĐœĐŸĐč 0°C."
#~ msgid ""
#~ "Different nozzle diameters and different filament diameters is not "
diff --git a/localization/i18n/sv/OrcaSlicer_sv.po b/localization/i18n/sv/OrcaSlicer_sv.po
index ee52d153f3d..4d30adcc066 100644
--- a/localization/i18n/sv/OrcaSlicer_sv.po
+++ b/localization/i18n/sv/OrcaSlicer_sv.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-08-03 18:54+0200\n"
+"POT-Creation-Date: 2024-08-23 16:24+0200\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -71,6 +71,9 @@ msgstr "Smart fyllningsvinkel"
msgid "On overhangs only"
msgstr "Endast pÄ överhÀng"
+msgid "Auto support threshold angle: "
+msgstr "Automatisk support tröskelsvinkel: "
+
msgid "Circle"
msgstr "Cirkel"
@@ -90,9 +93,6 @@ msgstr "TillĂ„ter mĂ„lning endast pĂ„ fasetter som valts av: â%1%â"
msgid "Highlight faces according to overhang angle."
msgstr "Markera ytor enligt överhÀngs vinkeln."
-msgid "Auto support threshold angle: "
-msgstr "Automatisk support tröskelsvinkel: "
-
msgid "No auto support"
msgstr "Ingen auto support"
@@ -1924,6 +1924,9 @@ msgstr "Förenkla modellen"
msgid "Center"
msgstr "Center"
+msgid "Drop"
+msgstr ""
+
msgid "Edit Process Settings"
msgstr "Redigera Process InstÀllningar"
@@ -4053,6 +4056,15 @@ msgstr "Total tid"
msgid "Total cost"
msgstr "Total cost"
+msgid "up to"
+msgstr "upp till"
+
+msgid "above"
+msgstr "över"
+
+msgid "from"
+msgstr "frÄn"
+
msgid "Color Scheme"
msgstr "FĂ€rgschema"
@@ -4116,12 +4128,12 @@ msgstr "Filament bytes tider"
msgid "Cost"
msgstr "Kostnad"
-msgid "Print"
-msgstr "Skriv ut"
-
msgid "Color change"
msgstr "FĂ€rg byte"
+msgid "Print"
+msgstr "Skriv ut"
+
msgid "Printer"
msgstr "Skrivare"
@@ -4305,7 +4317,7 @@ msgstr "Volym:"
msgid "Size:"
msgstr "Storlek:"
-#, c-format, boost-format
+#, boost-format
msgid ""
"Conflicts of gcode paths have been found at layer %d, z = %.2lf mm. Please "
"separate the conflicted objects farther (%s <-> %s)."
@@ -4744,6 +4756,18 @@ msgstr "Pass 2"
msgid "Flow rate test - Pass 2"
msgstr "Test av flödeshastighet - GodkÀnt 2"
+msgid "YOLO (Recommended)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.01 step"
+msgstr ""
+
+msgid "YOLO (perfectionist version)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.005 step"
+msgstr ""
+
msgid "Flow rate"
msgstr "Flödeshastighet"
@@ -6002,14 +6026,6 @@ msgstr "Ett objekt med multipla delar har upptÀckts"
msgid "The file does not contain any geometry data."
msgstr "Filen innehÄller ingen geometrisk data."
-msgid ""
-"Your object appears to be too large. It will be scaled down to fit the heat "
-"bed automatically."
-msgstr ""
-
-msgid "Object too large"
-msgstr "Objektet Àr för stort"
-
msgid ""
"Your object appears to be too large, Do you want to scale it down to fit the "
"heat bed automatically?"
@@ -6017,6 +6033,9 @@ msgstr ""
"Objektet verkar vara för stort, vill du skala ner det sÄ att det passar "
"byggplattan automatiskt?"
+msgid "Object too large"
+msgstr "Objektet Àr för stort"
+
msgid "Export STL file:"
msgstr "Exportera STL-fil:"
@@ -6381,6 +6400,9 @@ msgstr "FortsÀtta?"
msgid "Language selection"
msgstr "SprÄkval"
+msgid "Switching application language while some presets are modified."
+msgstr "Byter sprÄk medans instÀllningarna Àndras."
+
msgid "Changing application language"
msgstr "Byter sprÄk"
@@ -7106,8 +7128,8 @@ msgstr ""
msgid ""
"Timelapse is not supported because Print sequence is set to \"By object\"."
msgstr ""
-"Timelapse stöds inte eftersom utskrifts sekvensen Àr instÀlld pÄ \"Per objekt"
-"\"."
+"Timelapse stöds inte eftersom utskrifts sekvensen Àr instÀlld pÄ \"Per "
+"objekt\"."
msgid "Errors"
msgstr "Fel"
@@ -7479,8 +7501,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 ""
"NÀr du spelar in timelapse utan verktygshuvud rekommenderas att du lÀgger "
"till ett \"Timelapse Wipe Tower\".\n"
@@ -8326,8 +8348,11 @@ msgstr "Objektlista"
msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files"
msgstr "Importera geometri data frÄn STL/STEP/3MF/OBJ/AMF filer"
-msgid "Shift+G"
-msgstr ""
+msgid "â+Shift+G"
+msgstr "â+Shift+G"
+
+msgid "Ctrl+Shift+G"
+msgstr "Ctrl+Skift+G"
msgid "Paste from clipboard"
msgstr "Klistra in ifrÄn urklipp"
@@ -8376,18 +8401,33 @@ msgstr "Shift+Tab"
msgid "Collapse/Expand the sidebar"
msgstr "Dölj/Visa meny"
-msgid "Any arrow"
-msgstr ""
+msgid "â+Any arrow"
+msgstr "â+Valfri pil"
msgid "Movement in camera space"
msgstr "Rörelse i kamera omrÄde"
+msgid "â„+Left mouse button"
+msgstr "â„+VĂ€nster musknapp"
+
msgid "Select a part"
msgstr "VĂ€lj del"
+msgid "â+Left mouse button"
+msgstr "â+VĂ€nster musknapp"
+
msgid "Select multiple objects"
msgstr "VĂ€lj flera objekt"
+msgid "Ctrl+Any arrow"
+msgstr "Ctrl+Valfri pil"
+
+msgid "Alt+Left mouse button"
+msgstr "Alt+VĂ€nster musknapp"
+
+msgid "Ctrl+Left mouse button"
+msgstr "Ctrl+vÀnster musknapp"
+
msgid "Shift+Left mouse button"
msgstr "Shift+VĂ€nster musknapp"
@@ -8490,12 +8530,24 @@ msgstr "PlÀtering/Förgyllning"
msgid "Move: press to snap by 1mm"
msgstr "Flytta: tryck för att lÄsa med 1mm"
+msgid "â+Mouse wheel"
+msgstr "â+Mushjul"
+
msgid "Support/Color Painting: adjust pen radius"
msgstr "Support/FÀrglÀggning: justera penn radie"
+msgid "â„+Mouse wheel"
+msgstr "â„+Mushjul"
+
msgid "Support/Color Painting: adjust section position"
msgstr "Support/FÀrglÀggning:justera sektions positionen"
+msgid "Ctrl+Mouse wheel"
+msgstr "Ctrl+mushjul"
+
+msgid "Alt+Mouse wheel"
+msgstr "Alt+Mushjul"
+
msgid "Gizmo"
msgstr "Gizmo"
@@ -9491,14 +9543,31 @@ msgid "Apply gap fill"
msgstr ""
msgid ""
-"Enables gap fill for the selected surfaces. The minimum gap length that will "
-"be filled can be controlled from the filter out tiny gaps option below.\n"
+"Enables gap fill for the selected solid surfaces. The minimum gap length "
+"that will be filled can be controlled from the filter out tiny gaps option "
+"below.\n"
"\n"
"Options:\n"
-"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n"
+"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces "
+"for maximum strength\n"
"2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces "
-"only\n"
-"3. Nowhere: Disables gap fill\n"
+"only, balancing print speed, reducing potential over extrusion in the solid "
+"infill and making sure the top and bottom surfaces have no pin hole gaps\n"
+"3. Nowhere: Disables gap fill for all solid infill areas. \n"
+"\n"
+"Note that if using the classic perimeter generator, gap fill may also be "
+"generated between perimeters, if a full width line cannot fit between them. "
+"That perimeter gap fill is not controlled by this setting. \n"
+"\n"
+"If you would like all gap fill, including the classic perimeter generated "
+"one, removed, set the filter out tiny gaps value to a large number, like "
+"999999. \n"
+"\n"
+"However this is not advised, as gap fill between perimeters is contributing "
+"to the model's strength. For models where excessive gap fill is generated "
+"between perimeters, a better option would be to switch to the arachne wall "
+"generator and use this option to control whether the cosmetic top and bottom "
+"surface gap fill is generated"
msgstr ""
msgid "Everywhere"
@@ -9571,10 +9640,11 @@ msgstr "Bridge/Brygg flöde"
msgid ""
"Decrease this value slightly(for example 0.9) to reduce the amount of "
-"material for bridge, to improve sag"
+"material for bridge, to improve sag. \n"
+"\n"
+"The actual bridge flow used is calculated by multiplying this value with the "
+"filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"Minska detta vÀrde nÄgot (tex 0.9) för att minska material ÄtgÄng för "
-"bridges/bryggor, detta för att förbÀttra kvaliteten"
msgid "Internal bridge flow ratio"
msgstr ""
@@ -9582,7 +9652,11 @@ msgstr ""
msgid ""
"This value governs the thickness of the internal bridge layer. This is the "
"first layer over sparse infill. Decrease this value slightly (for example "
-"0.9) to improve surface quality over sparse infill."
+"0.9) to improve surface quality over sparse infill.\n"
+"\n"
+"The actual internal bridge flow used is calculated by multiplying this value "
+"with the bridge flow ratio, the filament flow ratio, and if set, the "
+"object's flow ratio."
msgstr ""
msgid "Top surface flow ratio"
@@ -9590,15 +9664,20 @@ msgstr "FlödesförhÄllande för övre ytan"
msgid ""
"This factor affects the amount of material for top solid infill. You can "
-"decrease it slightly to have smooth surface finish"
+"decrease it slightly to have smooth surface finish. \n"
+"\n"
+"The actual top surface flow used is calculated by multiplying this value "
+"with the filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"Denna faktor pÄverkar mÀngden material för den övre solida fyllningen. Du "
-"kan minska den nÄgot för att fÄ en jÀmn ytfinish."
msgid "Bottom surface flow ratio"
msgstr ""
-msgid "This factor affects the amount of material for bottom solid infill"
+msgid ""
+"This factor affects the amount of material for bottom solid infill. \n"
+"\n"
+"The actual bottom solid infill flow used is calculated by multiplying this "
+"value with the filament flow ratio, and if set, the object's flow ratio."
msgstr ""
msgid "Precise wall"
@@ -9731,9 +9810,25 @@ msgstr ""
msgid "Slow down for curled perimeters"
msgstr ""
+#, c-format, boost-format
msgid ""
-"Enable this option to slow printing down in areas where potential curled "
-"perimeters may exist"
+"Enable this option to slow down printing in areas where perimeters may have "
+"curled upwards.For example, additional slowdown will be applied when "
+"printing overhangs on sharp corners like the front of the Benchy hull, "
+"reducing curling which compounds over multiple layers.\n"
+"\n"
+" It is generally recommended to have this option switched on unless your "
+"printer cooling is powerful enough or the print speed slow enough that "
+"perimeter curling does not happen. If printing with a high external "
+"perimeter speed, this parameter may introduce slight artifacts when slowing "
+"down due to the large variance in print speeds. If you notice artifacts, "
+"ensure your pressure advance is tuned correctly.\n"
+"\n"
+"Note: When this option is enabled, overhang perimeters are treated like "
+"overhangs, meaning the overhang speed is applied even if the overhanging "
+"perimeter is part of a bridge. For example, when the perimeters are "
+"100% overhanging, with no wall supporting them from underneath, the "
+"100% overhang speed will be applied."
msgstr ""
msgid "mm/s or %"
@@ -9742,8 +9837,14 @@ msgstr "mm/s eller %."
msgid "External"
msgstr ""
-msgid "Speed of bridge and completely overhang wall"
-msgstr "Hastighet för bridges/bryggor och hela överhÀngs vÀggar"
+msgid ""
+"Speed of the externally visible bridge extrusions. \n"
+"\n"
+"In addition, if Slow down for curled perimeters is disabled or Classic "
+"overhang mode is enabled, it will be the print speed of overhang walls that "
+"are supported by less than 13%, whether they are part of a bridge or an "
+"overhang."
+msgstr ""
msgid "mm/s"
msgstr "mm/s"
@@ -9752,8 +9853,8 @@ msgid "Internal"
msgstr ""
msgid ""
-"Speed of internal bridge. If the value is expressed as a percentage, it will "
-"be calculated based on the bridge_speed. Default value is 150%."
+"Speed of internal bridges. If the value is expressed as a percentage, it "
+"will be calculated based on the bridge_speed. Default value is 150%."
msgstr ""
msgid "Brim width"
@@ -9849,9 +9950,9 @@ msgid ""
"quality for needle and small details"
msgstr ""
"Aktivera detta val för att sÀnka utskifts hastigheten för att göra den sista "
-"lager tiden inte kortare Àn lager tidströskeln \"Max flÀkthastighets tröskel"
-"\", detta sÄ att lager kan kylas under en lÀngre tid. Detta kan förbÀttra "
-"kylnings kvaliteten för smÄ detaljer"
+"lager tiden inte kortare Àn lager tidströskeln \"Max flÀkthastighets "
+"tröskel\", detta sÄ att lager kan kylas under en lÀngre tid. Detta kan "
+"förbÀttra kylnings kvaliteten för smÄ detaljer"
msgid "Normal printing"
msgstr "Normal utskrift"
@@ -10279,6 +10380,17 @@ msgstr ""
"vÀrdet Àr mellan 0.95 och 1.05. Du kan finjustera detta vÀrde för att fÄ en "
"fin flat yta nÀr visst överflöde eller underflöde finns"
+msgid ""
+"The material may have volumetric change after switching between molten state "
+"and crystalline state. This setting changes all extrusion flow of this "
+"filament in gcode proportionally. Recommended value range is between 0.95 "
+"and 1.05. Maybe you can tune this value to get nice flat surface when there "
+"has slight overflow or underflow. \n"
+"\n"
+"The final object flow ratio is this value multiplied by the filament flow "
+"ratio."
+msgstr ""
+
msgid "Enable pressure advance"
msgstr "Aktivera pressure advance"
@@ -10451,17 +10563,29 @@ msgstr "mmÂł/s"
msgid "Filament load time"
msgstr "Inmatningstid för filament"
-msgid "Time to load new filament when switch filament. For statistics only"
+msgid ""
+"Time to load new filament when switch filament. It's usually applicable for "
+"single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
msgstr ""
-"Ladda nytt filament vid byte av filament, endast för statistiska ÀndamÄl"
msgid "Filament unload time"
msgstr "Utmatningstid för filament"
-msgid "Time to unload old filament when switch filament. For statistics only"
+msgid ""
+"Time to unload old filament when switch filament. It's usually applicable "
+"for single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
+msgstr ""
+
+msgid "Tool change time"
+msgstr ""
+
+msgid ""
+"Time taken to switch tools. It's usually applicable for tool changers or "
+"multi-tool machines. For single-extruder multi-material machines, it's "
+"typically 0. For statistics only"
msgstr ""
-"Ladda ur gammalt filament vid byte av filament, endast för statistiska "
-"ÀndamÄl"
msgid ""
"Filament diameter is used to calculate extrusion in gcode, so it's important "
@@ -10577,12 +10701,6 @@ msgstr ""
msgid "Cooling moves are gradually accelerating towards this speed."
msgstr ""
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-
msgid "Ramming parameters"
msgstr ""
@@ -10591,12 +10709,6 @@ msgid ""
"parameters."
msgstr ""
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-
msgid "Enable ramming for multitool setups"
msgstr ""
@@ -10921,10 +11033,10 @@ msgstr "Full flÀkthastighet vid lager"
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 "layer"
@@ -10989,7 +11101,10 @@ msgstr "Filtrera bort smÄ luckor"
msgid "Layers and Perimeters"
msgstr "Lager och perimetrar"
-msgid "Filter out gaps smaller than the threshold specified"
+msgid ""
+"Don't print gap fill with a length is smaller than the threshold specified "
+"(in mm). This setting applies to top, bottom and solid infill and, if using "
+"the classic perimeter generator, to wall gap fill. "
msgstr ""
msgid ""
@@ -12862,29 +12977,40 @@ msgid "Activate temperature control"
msgstr ""
msgid ""
-"Enable this option for chamber temperature control. An M191 command will be "
-"added before \"machine_start_gcode\"\n"
-"G-code commands: M141/M191 S(0-255)"
+"Enable this option for automated chamber temperature control. This option "
+"activates the emitting of an M191 command before the "
+"\"machine_start_gcode\"\n"
+" which sets the chamber temperature and waits until it is reached. In "
+"addition, it emits an M141 command at the end of the print to turn off the "
+"chamber heater, if present. \n"
+"\n"
+"This option relies on the firmware supporting the M191 and M141 commands "
+"either via macros or natively and is usually used when an active chamber "
+"heater is installed."
msgstr ""
msgid "Chamber temperature"
msgstr "Kammarens temperatur"
msgid ""
-"Higher chamber temperature can help suppress or reduce warping and "
-"potentially lead to higher interlayer bonding strength for high temperature "
-"materials like ABS, ASA, PC, PA and so on.At the same time, the air "
-"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and "
-"other low temperature materials,the actual chamber temperature should not be "
-"high to avoid cloggings, so 0 which stands for turning off is highly "
-"recommended"
+"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber "
+"temperature can help suppress or reduce warping and potentially lead to "
+"higher interlayer bonding strength. However, at the same time, a higher "
+"chamber temperature will reduce the efficiency of air filtration for ABS and "
+"ASA. \n"
+"\n"
+"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option "
+"should be disabled (set to 0) as the chamber temperature should be low to "
+"avoid extruder clogging caused by material softening at the heat break.\n"
+"\n"
+"If enabled, this parameter also sets a gcode variable named "
+"chamber_temperature, which can be used to pass the desired chamber "
+"temperature to your print start macro, or a heat soak macro like this: "
+"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may "
+"be useful if your printer does not support M141/M191 commands, or if you "
+"desire to handle heat soaking in the print start macro if no active chamber "
+"heater is installed."
msgstr ""
-"Higher chamber temperature can help suppress or reduce warping and "
-"potentially lead to higher interlayer bonding strength for high temperature "
-"materials like ABS, ASA, PC, PA and so on. At the same time, the air "
-"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and "
-"other low temperature materials, the actual chamber temperature should not "
-"be high to avoid clogs, so 0 (turned off) is highly recommended."
msgid "Nozzle temperature for layers after the initial one"
msgstr "Nozzel temperatur efter första lager"
@@ -14707,8 +14833,8 @@ msgstr ""
"Vill du skriva om det?"
msgid ""
-"We would rename the presets as \"Vendor Type Serial @printer you selected"
-"\". \n"
+"We would rename the presets as \"Vendor Type Serial @printer you "
+"selected\". \n"
"To add preset for more printers, Please go to printer selection"
msgstr ""
@@ -15951,53 +16077,49 @@ msgstr ""
"ABS, kan en lÀmplig ökning av vÀrmebÀddens temperatur minska sannolikheten "
"för vridning."
-#~ msgid "up to"
-#~ msgstr "upp till"
-
-#~ msgid "above"
-#~ msgstr "över"
-
-#~ msgid "from"
-#~ msgstr "frÄn"
-
-#~ msgid "Switching application language while some presets are modified."
-#~ msgstr "Byter sprÄk medans instÀllningarna Àndras."
-
-#~ msgid "â+Shift+G"
-#~ msgstr "â+Shift+G"
-
-#~ msgid "Ctrl+Shift+G"
-#~ msgstr "Ctrl+Skift+G"
-
-#~ msgid "â+Any arrow"
-#~ msgstr "â+Valfri pil"
-
-#~ msgid "â„+Left mouse button"
-#~ msgstr "â„+VĂ€nster musknapp"
-
-#~ msgid "â+Left mouse button"
-#~ msgstr "â+VĂ€nster musknapp"
-
-#~ msgid "Ctrl+Any arrow"
-#~ msgstr "Ctrl+Valfri pil"
-
-#~ msgid "Alt+Left mouse button"
-#~ msgstr "Alt+VĂ€nster musknapp"
+#~ msgid ""
+#~ "Decrease this value slightly(for example 0.9) to reduce the amount of "
+#~ "material for bridge, to improve sag"
+#~ msgstr ""
+#~ "Minska detta vÀrde nÄgot (tex 0.9) för att minska material ÄtgÄng för "
+#~ "bridges/bryggor, detta för att förbÀttra kvaliteten"
-#~ msgid "Ctrl+Left mouse button"
-#~ msgstr "Ctrl+vÀnster musknapp"
+#~ msgid ""
+#~ "This factor affects the amount of material for top solid infill. You can "
+#~ "decrease it slightly to have smooth surface finish"
+#~ msgstr ""
+#~ "Denna faktor pÄverkar mÀngden material för den övre solida fyllningen. Du "
+#~ "kan minska den nÄgot för att fÄ en jÀmn ytfinish."
-#~ msgid "â+Mouse wheel"
-#~ msgstr "â+Mushjul"
+#~ msgid "Speed of bridge and completely overhang wall"
+#~ msgstr "Hastighet för bridges/bryggor och hela överhÀngs vÀggar"
-#~ msgid "â„+Mouse wheel"
-#~ msgstr "â„+Mushjul"
+#~ msgid "Time to load new filament when switch filament. For statistics only"
+#~ msgstr ""
+#~ "Ladda nytt filament vid byte av filament, endast för statistiska ÀndamÄl"
-#~ msgid "Ctrl+Mouse wheel"
-#~ msgstr "Ctrl+mushjul"
+#~ msgid ""
+#~ "Time to unload old filament when switch filament. For statistics only"
+#~ msgstr ""
+#~ "Ladda ur gammalt filament vid byte av filament, endast för statistiska "
+#~ "ÀndamÄl"
-#~ msgid "Alt+Mouse wheel"
-#~ msgstr "Alt+Mushjul"
+#~ msgid ""
+#~ "Higher chamber temperature can help suppress or reduce warping and "
+#~ "potentially lead to higher interlayer bonding strength for high "
+#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, "
+#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, "
+#~ "TPU, PVA and other low temperature materials,the actual chamber "
+#~ "temperature should not be high to avoid cloggings, so 0 which stands for "
+#~ "turning off is highly recommended"
+#~ msgstr ""
+#~ "Higher chamber temperature can help suppress or reduce warping and "
+#~ "potentially lead to higher interlayer bonding strength for high "
+#~ "temperature materials like ABS, ASA, PC, PA and so on. At the same time, "
+#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, "
+#~ "TPU, PVA and other low temperature materials, the actual chamber "
+#~ "temperature should not be high to avoid clogs, so 0 (turned off) is "
+#~ "highly recommended."
#~ msgid ""
#~ "Different nozzle diameters and different filament diameters is not "
diff --git a/localization/i18n/tr/OrcaSlicer_tr.po b/localization/i18n/tr/OrcaSlicer_tr.po
index 37922c257d0..14d4a64384a 100644
--- a/localization/i18n/tr/OrcaSlicer_tr.po
+++ b/localization/i18n/tr/OrcaSlicer_tr.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-08-03 18:54+0200\n"
+"POT-Creation-Date: 2024-08-23 16:24+0200\n"
"PO-Revision-Date: 2024-08-04 11:24+0300\n"
"Last-Translator: Olcay ĂREN\n"
"Language-Team: \n"
@@ -74,6 +74,9 @@ msgstr "Akıllı doldurma açısı"
msgid "On overhangs only"
msgstr "Yalnızca çıkıntılarda"
+msgid "Auto support threshold angle: "
+msgstr "Otomatik destek eĆik açısı: "
+
msgid "Circle"
msgstr "Daire"
@@ -94,9 +97,6 @@ msgstr ""
msgid "Highlight faces according to overhang angle."
msgstr "YĂŒzleri çıkıntı açısına göre vurgulayın."
-msgid "Auto support threshold angle: "
-msgstr "Otomatik destek eĆik açısı: "
-
msgid "No auto support"
msgstr "Otomatik destek yok"
@@ -728,8 +728,8 @@ msgid ""
"The text cannot be written using the selected font. Please try choosing a "
"different font."
msgstr ""
-"Metin seçilen yazı tipi kullanılarak yazılamıyor. LĂŒtfen farklı bir yazı tipi "
-"seçmeyi deneyin."
+"Metin seçilen yazı tipi kullanılarak yazılamıyor. LĂŒtfen farklı bir yazı "
+"tipi seçmeyi deneyin."
msgid "Embossed text cannot contain only white spaces."
msgstr "Kabartmalı metin yalnızca beyaz boĆluklardan oluĆamaz."
@@ -1013,9 +1013,9 @@ msgid ""
"Can't load exactly same font(\"%1%\"). Application selected a similar "
"one(\"%2%\"). You have to specify font for enable edit text."
msgstr ""
-"Tam olarak aynı yazı tipi yĂŒklenemiyor(\"%1%\"). Uygulama benzer bir uygulama "
-"seçti(\"%2%\"). Metni dĂŒzenlemeyi etkinleĆtirmek için yazı tipini belirtmeniz "
-"gerekir."
+"Tam olarak aynı yazı tipi yĂŒklenemiyor(\"%1%\"). Uygulama benzer bir "
+"uygulama seçti(\"%2%\"). Metni dĂŒzenlemeyi etkinleĆtirmek için yazı tipini "
+"belirtmeniz gerekir."
msgid "No symbol"
msgstr "Sembol yok"
@@ -1467,8 +1467,8 @@ msgstr "Bilgi"
msgid ""
"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n"
"OrcaSlicer has attempted to recreate the configuration file.\n"
-"Please note, application settings will be lost, but printer profiles will not "
-"be affected."
+"Please note, application settings will be lost, but printer profiles will "
+"not be affected."
msgstr ""
"OrcaSlicer konfigĂŒrasyon dosyası bozulmuĆ olabilir ve ayrıĆtırılamayabilir.\n"
"OrcaSlicer, konfigĂŒrasyon dosyasını yeniden oluĆturmayı denedi.\n"
@@ -1816,16 +1816,16 @@ msgid "Scale an object to fit the build volume"
msgstr "Bir nesneyi yapı hacmine uyacak Ćekilde ölçeklendirin"
msgid "Flush Options"
-msgstr "Hizalama Seçenekleri"
+msgstr "Akıtma Seçenekleri"
msgid "Flush into objects' infill"
-msgstr "Nesnelerin dolgusuna hizalayın"
+msgstr "Nesnelerin dolgusuna akıtın"
msgid "Flush into this object"
-msgstr "Bu nesnenin içine hizala"
+msgstr "Bu nesneye akıt"
msgid "Flush into objects' support"
-msgstr "Nesnelerin desteÄine hizalayın"
+msgstr "Nesnelerin desteÄine akıt"
msgid "Edit in Parameter Table"
msgstr "Parametre tablosunda dĂŒzenle"
@@ -1974,6 +1974,9 @@ msgstr "Modeli basitleĆtir"
msgid "Center"
msgstr "Merkez"
+msgid "Drop"
+msgstr ""
+
msgid "Edit Process Settings"
msgstr "Ä°Ćlem ayarlarını dĂŒzenle"
@@ -2091,8 +2094,8 @@ msgid ""
"This action will break a cut correspondence.\n"
"After that model consistency can't be guaranteed .\n"
"\n"
-"To manipulate with solid parts or negative volumes you have to invalidate cut "
-"infornation first."
+"To manipulate with solid parts or negative volumes you have to invalidate "
+"cut infornation first."
msgstr ""
"Bu eylem kesilmiĆ bir yazıĆmayı bozacaktır.\n"
"Bundan sonra model tutarlılıÄı garanti edilemez.\n"
@@ -2155,7 +2158,8 @@ msgstr "Ä°lk seçilen öÄe bir nesne ise ikincisi de nesne olmalıdır."
msgid ""
"If first selected item is a part, the second one should be part in the same "
"object."
-msgstr "Ä°lk seçilen öÄe bir parça ise ikincisi aynı nesnenin parçası olmalıdır."
+msgstr ""
+"Ä°lk seçilen öÄe bir parça ise ikincisi aynı nesnenin parçası olmalıdır."
msgid "The type of the last solid object part is not to be changed."
msgstr "Son katı nesne parçasının tipi deÄiĆtirilNozullidir."
@@ -2512,14 +2516,16 @@ msgstr ""
msgid "Arranging done."
msgstr "Hizalama tamamlandı."
-msgid "Arrange failed. Found some exceptions when processing object geometries."
+msgid ""
+"Arrange failed. Found some exceptions when processing object geometries."
msgstr ""
"Hizalama baĆarısız oldu. Nesne geometrilerini iĆlerken bazı istisnalar "
"bulundu."
#, c-format, boost-format
msgid ""
-"Arrangement ignored the following objects which can't fit into a single bed:\n"
+"Arrangement ignored the following objects which can't fit into a single "
+"bed:\n"
"%s"
msgstr ""
"Hizalama tek tablaya sıÄmayan aĆaÄıdaki nesneler göz ardı edildi:\n"
@@ -2619,7 +2625,8 @@ msgstr ""
"deneyin."
msgid "Print file not found, Please slice it again and send it for printing."
-msgstr "Yazdırma dosyası bulunamadı. LĂŒtfen tekrar dilimleyip baskıya gönderin."
+msgstr ""
+"Yazdırma dosyası bulunamadı. LĂŒtfen tekrar dilimleyip baskıya gönderin."
msgid ""
"Failed to upload print file to FTP. Please check the network status and try "
@@ -2675,8 +2682,8 @@ msgid "Importing SLA archive"
msgstr "SLA arĆivi içe aktarılıyor"
msgid ""
-"The SLA archive doesn't contain any presets. Please activate some SLA printer "
-"preset first before importing that SLA archive."
+"The SLA archive doesn't contain any presets. Please activate some SLA "
+"printer preset first before importing that SLA archive."
msgstr ""
"SLA arĆivi herhangi bir ön ayar içermez. LĂŒtfen SLA arĆivini içe aktarmadan "
"önce bazı SLA yazıcı ön ayarlarını etkinleĆtirin."
@@ -2688,8 +2695,8 @@ msgid "Importing done."
msgstr "İçe aktarma tamamlandı."
msgid ""
-"The imported SLA archive did not contain any presets. The current SLA presets "
-"were used as fallback."
+"The imported SLA archive did not contain any presets. The current SLA "
+"presets were used as fallback."
msgstr ""
"İçe aktarılan SLA arĆivi herhangi bir ön ayar içermiyordu. Geçerli SLA ön "
"ayarları geri dönĂŒĆ olarak kullanıldı."
@@ -2746,8 +2753,8 @@ msgid ""
"This software uses open source components whose copyright and other "
"proprietary rights belong to their respective owners"
msgstr ""
-"Bu yazılım, telif hakkı ve diÄer mĂŒlkiyet hakları ilgili sahiplerine ait olan "
-"açık kaynaklı bileĆenleri kullanır"
+"Bu yazılım, telif hakkı ve diÄer mĂŒlkiyet hakları ilgili sahiplerine ait "
+"olan açık kaynaklı bileĆenleri kullanır"
#, c-format, boost-format
msgid "About %s"
@@ -2761,7 +2768,8 @@ msgstr "OrcaSlicer, BambuStudio, PrusaSlicer ve SuperSlicer'ı temel alır."
msgid "BambuStudio is originally based on PrusaSlicer by PrusaResearch."
msgstr ""
-"BambuStudio orijinal olarak PrusaResearch'ĂŒn PrusaSlicer'ını temel almaktadır."
+"BambuStudio orijinal olarak PrusaResearch'ĂŒn PrusaSlicer'ını temel "
+"almaktadır."
msgid "PrusaSlicer is originally based on Slic3r by Alessandro Ranellucci."
msgstr ""
@@ -2840,7 +2848,8 @@ msgstr "LĂŒtfen geçerli bir deÄer girin (K %.1f~%.1f içinde)"
#, c-format, boost-format
msgid "Please input a valid value (K in %.1f~%.1f, N in %.1f~%.1f)"
-msgstr "LĂŒtfen geçerli bir deÄer girin (K %.1f~%.1f içinde, N %.1f~%.1f içinde)"
+msgstr ""
+"LĂŒtfen geçerli bir deÄer girin (K %.1f~%.1f içinde, N %.1f~%.1f içinde)"
msgid "Other Color"
msgstr "DiÄer renk"
@@ -2852,9 +2861,9 @@ msgid "Dynamic flow calibration"
msgstr "Dinamik akÄ±Ć kalibrasyonu"
msgid ""
-"The nozzle temp and max volumetric speed will affect the calibration results. "
-"Please fill in the same values as the actual printing. They can be auto-"
-"filled by selecting a filament preset."
+"The nozzle temp and max volumetric speed will affect the calibration "
+"results. Please fill in the same values as the actual printing. They can be "
+"auto-filled by selecting a filament preset."
msgstr ""
"Nozul sıcaklıÄı ve maksimum hacimsel hız kalibrasyon sonuçlarını "
"etkileyecektir. LĂŒtfen gerçek yazdırmayla aynı deÄerleri girin. Bir filament "
@@ -2989,7 +2998,8 @@ msgid ""
"When the current material run out, the printer will continue to print in the "
"following order."
msgstr ""
-"Mevcut malzeme bittiÄinde yazıcı aĆaÄıdaki sırayla yazdırmaya devam edecektir."
+"Mevcut malzeme bittiÄinde yazıcı aĆaÄıdaki sırayla yazdırmaya devam "
+"edecektir."
msgid "Group"
msgstr "Grup"
@@ -3027,8 +3037,8 @@ msgid "Insertion update"
msgstr "Ekleme gĂŒncellemesi"
msgid ""
-"The AMS will automatically read the filament information when inserting a new "
-"Bambu Lab filament. This takes about 20 seconds."
+"The AMS will automatically read the filament information when inserting a "
+"new Bambu Lab filament. This takes about 20 seconds."
msgstr ""
"AMS, yeni bir Bambu Lab filamenti takıldıÄında filament bilgilerini otomatik "
"olarak okuyacaktır. Bu yaklaĆık 20 saniye sĂŒrer."
@@ -3051,16 +3061,17 @@ msgid "Power on update"
msgstr "GĂŒncellemeyi aç"
msgid ""
-"The AMS will automatically read the information of inserted filament on start-"
-"up. It will take about 1 minute.The reading process will roll filament spools."
+"The AMS will automatically read the information of inserted filament on "
+"start-up. It will take about 1 minute.The reading process will roll filament "
+"spools."
msgstr ""
"AMS, baĆlangıçta takılan filamentin bilgilerini otomatik olarak okuyacaktır. "
"YaklaĆık 1 dakika sĂŒrecektir. Okuma iĆlemi filament makaralarını saracaktır."
msgid ""
-"The AMS will not automatically read information from inserted filament during "
-"startup and will continue to use the information recorded before the last "
-"shutdown."
+"The AMS will not automatically read information from inserted filament "
+"during startup and will continue to use the information recorded before the "
+"last shutdown."
msgstr ""
"AMS, baĆlatma sırasında takılan filamentden bilgileri otomatik olarak okumaz "
"ve son kapatmadan önce kaydedilen bilgileri kullanmaya devam eder."
@@ -3074,8 +3085,8 @@ msgid ""
"automatically."
msgstr ""
"AMS, filament bilgisi gĂŒncellendikten sonra Bambu filamentin kalan "
-"kapasitesini tahmin edecek. Yazdırma sırasında kalan kapasite otomatik olarak "
-"gĂŒncellenecektir."
+"kapasitesini tahmin edecek. Yazdırma sırasında kalan kapasite otomatik "
+"olarak gĂŒncellenecektir."
msgid "AMS filament backup"
msgstr "AMS filament yedeklemesi"
@@ -3107,8 +3118,8 @@ msgid ""
"Failed to download the plug-in. Please check your firewall settings and vpn "
"software, check and retry."
msgstr ""
-"Eklenti indirilemedi. LĂŒtfen gĂŒvenlik duvarı ayarlarınızı ve vpn yazılımınızı "
-"kontrol edin, kontrol edip yeniden deneyin."
+"Eklenti indirilemedi. LĂŒtfen gĂŒvenlik duvarı ayarlarınızı ve vpn "
+"yazılımınızı kontrol edin, kontrol edip yeniden deneyin."
msgid ""
"Failed to install the plug-in. Please check whether it is blocked or deleted "
@@ -3196,8 +3207,8 @@ msgid ""
"device. The corrupted output G-code is at %1%.tmp."
msgstr ""
"Geçici G kodunun çıkÄ±Ć G koduna kopyalanması baĆarısız oldu. Hedef cihazda "
-"sorun olabilir, lĂŒtfen tekrar dıĆa aktarmayı veya farklı bir cihaz kullanmayı "
-"deneyin. Bozuk çıktı G kodu %1%.tmp konumunda."
+"sorun olabilir, lĂŒtfen tekrar dıĆa aktarmayı veya farklı bir cihaz "
+"kullanmayı deneyin. Bozuk çıktı G kodu %1%.tmp konumunda."
#, boost-format
msgid ""
@@ -3430,8 +3441,8 @@ msgid "Send to"
msgstr "Gönderildi"
msgid ""
-"printers at the same time.(It depends on how many devices can undergo heating "
-"at the same time.)"
+"printers at the same time.(It depends on how many devices can undergo "
+"heating at the same time.)"
msgstr ""
"aynı anda kaç yazıcının ısıtma iĆleminden geçebileceÄi, aynı anda "
"ısıtılabilecek cihaz sayısına baÄlıdır."
@@ -3538,8 +3549,8 @@ msgid ""
"The recommended minimum temperature is less than 190 degree or the "
"recommended maximum temperature is greater than 300 degree.\n"
msgstr ""
-"Ănerilen minimum sıcaklık 190 dereceden azdır veya önerilen maksimum sıcaklık "
-"300 dereceden yĂŒksektir.\n"
+"Ănerilen minimum sıcaklık 190 dereceden azdır veya önerilen maksimum "
+"sıcaklık 300 dereceden yĂŒksektir.\n"
msgid ""
"The recommended minimum temperature cannot be higher than the recommended "
@@ -3576,13 +3587,13 @@ msgstr ""
#, c-format, boost-format
msgid ""
-"Current chamber temperature is higher than the material's safe temperature,it "
-"may result in material softening and clogging.The maximum safe temperature "
-"for the material is %d"
+"Current chamber temperature is higher than the material's safe temperature,"
+"it may result in material softening and clogging.The maximum safe "
+"temperature for the material is %d"
msgstr ""
-"Mevcut hazne sıcaklıÄı malzemenin gĂŒvenli sıcaklıÄından yĂŒksektir, malzemenin "
-"yumuĆamasına ve tıkanmasına neden olabilir Malzeme için maksimum gĂŒvenli "
-"sıcaklık %d'dir"
+"Mevcut hazne sıcaklıÄı malzemenin gĂŒvenli sıcaklıÄından yĂŒksektir, "
+"malzemenin yumuĆamasına ve tıkanmasına neden olabilir Malzeme için maksimum "
+"gĂŒvenli sıcaklık %d'dir"
msgid ""
"Too small layer height.\n"
@@ -3636,16 +3647,16 @@ msgstr ""
"DeÄer 0'a sıfırlanacaktır."
msgid ""
-"Alternate extra wall does't work well when ensure vertical shell thickness is "
-"set to All. "
+"Alternate extra wall does't work well when ensure vertical shell thickness "
+"is set to All. "
msgstr ""
-"Alternatif ekstra duvar, dikey kabuk kalınlıÄının TĂŒmĂŒ olarak ayarlandıÄından "
-"emin olunduÄunda iyi çalıĆmaz. "
+"Alternatif ekstra duvar, dikey kabuk kalınlıÄının TĂŒmĂŒ olarak "
+"ayarlandıÄından emin olunduÄunda iyi çalıĆmaz. "
msgid ""
"Change these settings automatically? \n"
-"Yes - Change ensure vertical shell thickness to Moderate and enable alternate "
-"extra wall\n"
+"Yes - Change ensure vertical shell thickness to Moderate and enable "
+"alternate extra wall\n"
"No - Dont use alternate extra wall"
msgstr ""
"Bu ayarlar otomatik olarak deÄiĆtirilsin mi? \n"
@@ -3722,7 +3733,8 @@ msgid ""
"No - Give up using spiral mode this time"
msgstr ""
"Bu ayarlar otomatik olarak deÄiĆtirilsin mi?\n"
-"Evet - Bu ayarları deÄiĆtirin ve spiral modunu otomatik olarak etkinleĆtirin\n"
+"Evet - Bu ayarları deÄiĆtirin ve spiral modunu otomatik olarak "
+"etkinleĆtirin\n"
"Hayır - Bu sefer spiral modunu kullanmaktan vazgeçin"
msgid "Auto bed leveling"
@@ -3855,9 +3867,9 @@ msgid "Update failed."
msgstr "GĂŒncelleme baĆarısız."
msgid ""
-"The current chamber temperature or the target chamber temperature exceeds 45â."
-"In order to avoid extruder clogging,low temperature filament(PLA/PETG/TPU) is "
-"not allowed to be loaded."
+"The current chamber temperature or the target chamber temperature exceeds "
+"45â.In order to avoid extruder clogging,low temperature filament(PLA/PETG/"
+"TPU) is not allowed to be loaded."
msgstr ""
"Mevcut hazne sıcaklıÄı veya hedef hazne sıcaklıÄı 45 ° C'yi aĆıyor Ekstruder "
"tıkanmasını önlemek için dĂŒĆĂŒk sıcaklıkta filament (PLA / PETG / TPU) "
@@ -3884,7 +3896,8 @@ msgstr ""
msgid "Failed to start printing job"
msgstr "Yazdırma iĆi baĆlatılamadı"
-msgid "This calibration does not support the currently selected nozzle diameter"
+msgid ""
+"This calibration does not support the currently selected nozzle diameter"
msgstr "Bu kalibrasyon, Ću anda seçilen nozzle çapını desteklememektedir"
msgid "Current flowrate cali param is invalid"
@@ -3909,12 +3922,12 @@ msgid ""
"Damp PVA will become flexible and get stuck inside AMS,please take care to "
"dry it before use."
msgstr ""
-"Nemli PVA esnekleĆecek ve AMS'nin içine sıkıĆacaktır, lĂŒtfen kullanmadan önce "
-"kurutmaya dikkat edin."
+"Nemli PVA esnekleĆecek ve AMS'nin içine sıkıĆacaktır, lĂŒtfen kullanmadan "
+"önce kurutmaya dikkat edin."
msgid ""
-"CF/GF filaments are hard and brittle, It's easy to break or get stuck in AMS, "
-"please use with caution."
+"CF/GF filaments are hard and brittle, It's easy to break or get stuck in "
+"AMS, please use with caution."
msgstr ""
"CF/GF filamentleri sert ve kırılgandır. AMS'de kırılması veya sıkıĆması "
"kolaydır, lĂŒtfen dikkatli kullanın."
@@ -4109,6 +4122,15 @@ msgstr "Toplam sĂŒre"
msgid "Total cost"
msgstr "Toplam tutar"
+msgid "up to"
+msgstr "kadar"
+
+msgid "above"
+msgstr "ĂŒstĂŒnde"
+
+msgid "from"
+msgstr "itibaren"
+
msgid "Color Scheme"
msgstr "Renk Ćeması"
@@ -4172,12 +4194,12 @@ msgstr "Filament deÄiĆim sĂŒreleri"
msgid "Cost"
msgstr "Maliyet"
-msgid "Print"
-msgstr "Yazdır"
-
msgid "Color change"
msgstr "Renk deÄiĆimi"
+msgid "Print"
+msgstr "Yazdır"
+
msgid "Printer"
msgstr "Yazıcı"
@@ -4361,7 +4383,7 @@ msgstr "Hacim:"
msgid "Size:"
msgstr "Boyut:"
-#, c-format, boost-format
+#, boost-format
msgid ""
"Conflicts of gcode paths have been found at layer %d, z = %.2lf mm. Please "
"separate the conflicted objects farther (%s <-> %s)."
@@ -4803,6 +4825,18 @@ msgstr "GeçiĆ 2"
msgid "Flow rate test - Pass 2"
msgstr "AkÄ±Ć hızı testi - GeçiĆ 2"
+msgid "YOLO (Recommended)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.01 step"
+msgstr ""
+
+msgid "YOLO (perfectionist version)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.005 step"
+msgstr ""
+
msgid "Flow rate"
msgstr "AkÄ±Ć hızı"
@@ -4920,8 +4954,8 @@ msgstr[1] ""
msgid ""
"\n"
-"Hint: Make sure you have added the corresponding printer before importing the "
-"configs."
+"Hint: Make sure you have added the corresponding printer before importing "
+"the configs."
msgstr ""
"\n"
"Ä°pucu: Yapılandırmaları içe aktarmadan önce ilgili yazıcıyı eklediÄinizden "
@@ -4970,7 +5004,8 @@ msgid "Please confirm if the printer is connected."
msgstr "LĂŒtfen yazıcının baÄlı olup olmadıÄını onaylayın."
msgid ""
-"The printer is currently busy downloading. Please try again after it finishes."
+"The printer is currently busy downloading. Please try again after it "
+"finishes."
msgstr ""
"Yazıcı Ću anda indirmeyle meĆgul. LĂŒtfen bittikten sonra tekrar deneyin."
@@ -4981,7 +5016,8 @@ msgid "Problem occured. Please update the printer firmware and try again."
msgstr ""
"Sorun oluĆtu. LĂŒtfen yazıcının ĂŒrĂŒn yazılımını gĂŒncelleyin ve tekrar deneyin."
-msgid "LAN Only Liveview is off. Please turn on the liveview on printer screen."
+msgid ""
+"LAN Only Liveview is off. Please turn on the liveview on printer screen."
msgstr ""
"Yalnızca LAN Canlı Ä°zleme kapalı. LĂŒtfen yazıcı ekranındaki canlı "
"görĂŒntĂŒlemeyi açın."
@@ -4996,8 +5032,8 @@ msgid "Connection Failed. Please check the network and try again"
msgstr "BaÄlantı BaĆarısız. LĂŒtfen aÄı kontrol edip tekrar deneyin"
msgid ""
-"Please check the network and try again, You can restart or update the printer "
-"if the issue persists."
+"Please check the network and try again, You can restart or update the "
+"printer if the issue persists."
msgstr ""
"LĂŒtfen aÄı kontrol edip tekrar deneyin. Sorun devam ederse yazıcıyı yeniden "
"baĆlatabilir veya gĂŒncelleyebilirsiniz."
@@ -5140,7 +5176,8 @@ msgid_plural ""
"You are going to delete %u files from printer. Are you sure to continue?"
msgstr[0] ""
"%u dosyasını yazıcıdan sileceksiniz. Devam edeceÄinizden emin misiniz?"
-msgstr[1] "%u dosyayı yazıcıdan sileceksiniz. Devam edeceÄinizden emin misiniz?"
+msgstr[1] ""
+"%u dosyayı yazıcıdan sileceksiniz. Devam edeceÄinizden emin misiniz?"
msgid "Delete files"
msgstr "Dosyaları sil"
@@ -5200,8 +5237,8 @@ msgid ""
"Reconnecting the printer, the operation cannot be completed immediately, "
"please try again later."
msgstr ""
-"Yazıcıyı yeniden baÄladıÄınızda iĆlem hemen tamamlanamıyor, lĂŒtfen daha sonra "
-"tekrar deneyin."
+"Yazıcıyı yeniden baÄladıÄınızda iĆlem hemen tamamlanamıyor, lĂŒtfen daha "
+"sonra tekrar deneyin."
msgid "File does not exist."
msgstr "Dosya bulunmuyor."
@@ -5284,8 +5321,8 @@ msgid ""
"(The model has already been rated. Your rating will overwrite the previous "
"rating.)"
msgstr ""
-"(Model zaten derecelendirilmiĆtir. Derecelendirmeniz önceki derecelendirmenin "
-"ĂŒzerine yazılacaktır)"
+"(Model zaten derecelendirilmiĆtir. Derecelendirmeniz önceki "
+"derecelendirmenin ĂŒzerine yazılacaktır)"
msgid "Rate"
msgstr "Derecelendir"
@@ -5881,8 +5918,8 @@ msgstr "Peletler"
msgid ""
"No AMS filaments. Please select a printer in 'Device' page to load AMS info."
msgstr ""
-"AMS filamentleri yok. AMS bilgilerini yĂŒklemek için lĂŒtfen 'Cihaz' sayfasında "
-"bir yazıcı seçin."
+"AMS filamentleri yok. AMS bilgilerini yĂŒklemek için lĂŒtfen 'Cihaz' "
+"sayfasında bir yazıcı seçin."
msgid "Sync filaments with AMS"
msgstr "Filamentleri AMS ile senkronize et"
@@ -5895,7 +5932,8 @@ msgstr ""
"ayarlarını ve renklerini kaldıracaktır. Devam etmek istiyor musun?"
msgid ""
-"Already did a synchronization, do you want to sync only changes or resync all?"
+"Already did a synchronization, do you want to sync only changes or resync "
+"all?"
msgstr ""
"Zaten bir senkronizasyon yaptınız. Yalnızca deÄiĆiklikleri senkronize etmek "
"mi yoksa tĂŒmĂŒnĂŒ yeniden senkronize etmek mi istiyorsunuz?"
@@ -5910,13 +5948,13 @@ msgid "There are no compatible filaments, and sync is not performed."
msgstr "Uyumlu filament yok ve senkronizasyon gerçekleĆtirilmiyor."
msgid ""
-"There are some unknown filaments mapped to generic preset. Please update Orca "
-"Slicer or restart Orca Slicer to check if there is an update to system "
+"There are some unknown filaments mapped to generic preset. Please update "
+"Orca Slicer or restart Orca Slicer to check if there is an update to system "
"presets."
msgstr ""
-"Genel ön ayara eĆlenen bazı bilinmeyen filamentler var. Sistem ön ayarlarında "
-"bir gĂŒncelleme olup olmadıÄını kontrol etmek için lĂŒtfen Orca Slicer'ı "
-"gĂŒncelleyin veya Orca Slicer'ı yeniden baĆlatın."
+"Genel ön ayara eĆlenen bazı bilinmeyen filamentler var. Sistem ön "
+"ayarlarında bir gĂŒncelleme olup olmadıÄını kontrol etmek için lĂŒtfen Orca "
+"Slicer'ı gĂŒncelleyin veya Orca Slicer'ı yeniden baĆlatın."
#, boost-format
msgid "Do you want to save changes to \"%1%\"?"
@@ -5941,13 +5979,13 @@ msgid "Restore"
msgstr "Geri YĂŒkleme"
msgid ""
-"The current hot bed temperature is relatively high. The nozzle may be clogged "
-"when printing this filament in a closed enclosure. Please open the front door "
-"and/or remove the upper glass."
+"The current hot bed temperature is relatively high. The nozzle may be "
+"clogged when printing this filament in a closed enclosure. Please open the "
+"front door and/or remove the upper glass."
msgstr ""
-"Mevcut sıcak yatak sıcaklıÄı oldukça yĂŒksek. Bu filamenti kapalı bir muhafaza "
-"içinde bastırırken nozzle tıkanabilir. LĂŒtfen ön kapaÄı açın ve/veya ĂŒst camı "
-"çıkarın."
+"Mevcut sıcak yatak sıcaklıÄı oldukça yĂŒksek. Bu filamenti kapalı bir "
+"muhafaza içinde bastırırken nozzle tıkanabilir. LĂŒtfen ön kapaÄı açın ve/"
+"veya ĂŒst camı çıkarın."
msgid ""
"The nozzle hardness required by the filament is higher than the default "
@@ -6010,8 +6048,8 @@ msgstr "LĂŒtfen bunları parametre sekmelerinde dĂŒzeltin"
msgid "The 3mf has following modified G-codes in filament or printer presets:"
msgstr ""
-"3mf dosyasında filament veya yazıcı ön ayarlarında Ću deÄiĆtirilmiĆ G-kodları "
-"bulunmaktadır:"
+"3mf dosyasında filament veya yazıcı ön ayarlarında Ću deÄiĆtirilmiĆ G-"
+"kodları bulunmaktadır:"
msgid ""
"Please confirm that these modified G-codes are safe to prevent any damage to "
@@ -6088,16 +6126,6 @@ msgstr "Birden fazla parçaya sahip nesne algılandı"
msgid "The file does not contain any geometry data."
msgstr "Dosya herhangi bir geometri verisi içermiyor."
-msgid ""
-"Your object appears to be too large. It will be scaled down to fit the heat "
-"bed automatically."
-msgstr ""
-"Nesneniz çok bĂŒyĂŒk görĂŒnĂŒyor. Plakaya otomatik olarak uyacak Ćekilde "
-"kĂŒĂ§ĂŒltĂŒlecektir."
-
-msgid "Object too large"
-msgstr "Nesne çok bĂŒyĂŒk"
-
msgid ""
"Your object appears to be too large, Do you want to scale it down to fit the "
"heat bed automatically?"
@@ -6105,6 +6133,9 @@ msgstr ""
"Nesneniz çok bĂŒyĂŒk görĂŒnĂŒyor. Plakaya sıÄacak Ćekilde otomatik olarak "
"kĂŒĂ§ĂŒltmek istiyor musunuz?"
+msgid "Object too large"
+msgstr "Nesne çok bĂŒyĂŒk"
+
msgid "Export STL file:"
msgstr "STL dosyasını dıĆa aktar:"
@@ -6252,8 +6283,8 @@ msgstr ""
"dosyayı indirin ve manuel olarak içe aktarın."
msgid ""
-"Importing to Orca Slicer failed. Please download the file and manually import "
-"it."
+"Importing to Orca Slicer failed. Please download the file and manually "
+"import it."
msgstr ""
"Orca Slicer'ya aktarma baĆarısız oldu. LĂŒtfen dosyayı indirin ve manuel "
"olarak İçe aktarın."
@@ -6341,15 +6372,15 @@ msgstr "DilimlenmiĆ dosyayı Ću Ćekilde kaydedin:"
#, c-format, boost-format
msgid ""
-"The file %s has been sent to the printer's storage space and can be viewed on "
-"the printer."
+"The file %s has been sent to the printer's storage space and can be viewed "
+"on the printer."
msgstr ""
"%s dosyası yazıcının depolama alanına gönderildi ve yazıcıda "
"görĂŒntĂŒlenebiliyor."
msgid ""
-"Unable to perform boolean operation on model meshes. Only positive parts will "
-"be kept. You may fix the meshes and try again."
+"Unable to perform boolean operation on model meshes. Only positive parts "
+"will be kept. You may fix the meshes and try again."
msgstr ""
"Model aÄlarında boole iĆlemi gerçekleĆtirilemiyor. Yalnızca olumlu kısımlar "
"tutulacaktır. Kafesleri dĂŒzeltip tekrar deneyebilirsiniz."
@@ -6463,8 +6494,8 @@ msgstr ""
#, c-format, boost-format
msgid ""
"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."
+"still want to do this printing, please set this filament's bed temperature "
+"to non zero."
msgstr ""
"Plaka% d: %s'nin %s(%s) filamentinı yazdırmak için kullanılması önerilmez. "
"EÄer yine de bu baskıyı yapmak istiyorsanız, lĂŒtfen bu filamentin yatak "
@@ -6479,6 +6510,9 @@ msgstr "Devam etmek istiyor musun?"
msgid "Language selection"
msgstr "Dil seçimi"
+msgid "Switching application language while some presets are modified."
+msgstr "Bazı ön ayarlar deÄiĆtirilirken uygulama dilinin deÄiĆtirilmesi."
+
msgid "Changing application language"
msgstr "Dil deÄiĆtiriliyor"
@@ -6564,8 +6598,8 @@ msgstr "Yalnızca bir OrcaSlicer örneÄine izin ver"
msgid ""
"On OSX there is always only one instance of app running by default. However "
-"it is allowed to run multiple instances of same app from the command line. In "
-"such case this settings will allow only one instance."
+"it is allowed to run multiple instances of same app from the command line. "
+"In such case this settings will allow only one instance."
msgstr ""
"OSXâte her zaman varsayılan olarak çalıĆan tek bir uygulama örneÄi vardır. "
"Ancak aynı uygulamanın birden fazla örneÄinin komut satırından "
@@ -6573,8 +6607,9 @@ msgstr ""
"örneÄe izin verecektir."
msgid ""
-"If this is enabled, when starting OrcaSlicer and another instance of the same "
-"OrcaSlicer is already running, that instance will be reactivated instead."
+"If this is enabled, when starting OrcaSlicer and another instance of the "
+"same OrcaSlicer is already running, that instance will be reactivated "
+"instead."
msgstr ""
"Bu etkinleĆtirilirse, OrcaSlicer baĆlatıldıÄında ve aynı OrcaSlicerâın baĆka "
"bir örneÄi zaten çalıĆıyorken, bunun yerine bu örnek yeniden "
@@ -6666,11 +6701,12 @@ msgstr ""
"hatırlayacak ve otomatik olarak deÄiĆtirecektir."
msgid "Multi-device Management(Take effect after restarting Orca)."
-msgstr "Ăoklu Cihaz Yönetimi(Studio yeniden baĆlatıldıktan sonra geçerli olur)."
+msgstr ""
+"Ăoklu Cihaz Yönetimi(Studio yeniden baĆlatıldıktan sonra geçerli olur)."
msgid ""
-"With this option enabled, you can send a task to multiple devices at the same "
-"time and manage multiple devices."
+"With this option enabled, you can send a task to multiple devices at the "
+"same time and manage multiple devices."
msgstr ""
"Bu seçenek etkinleĆtirildiÄinde, aynı anda birden fazla cihaza bir görev "
"gönderebilir ve birden fazla cihazı yönetebilirsiniz."
@@ -6750,8 +6786,8 @@ msgstr "Otomatik yedekleme"
msgid ""
"Backup your project periodically for restoring from the occasional crash."
msgstr ""
-"Ara sıra meydana gelen çökmelerden sonra geri yĂŒklemek için projenizi dĂŒzenli "
-"aralıklarla yedekleyin."
+"Ara sıra meydana gelen çökmelerden sonra geri yĂŒklemek için projenizi "
+"dĂŒzenli aralıklarla yedekleyin."
msgid "every"
msgstr "her"
@@ -7108,7 +7144,8 @@ msgid "Error code"
msgstr "Hata kodu"
msgid "No login account, only printers in LAN mode are displayed"
-msgstr "Oturum açma hesabı yok, yalnızca LAN modundaki yazıcılar görĂŒntĂŒleniyor"
+msgstr ""
+"Oturum açma hesabı yok, yalnızca LAN modundaki yazıcılar görĂŒntĂŒleniyor"
msgid "Connecting to server"
msgstr "Sunucuya baglanıyor"
@@ -7176,7 +7213,8 @@ msgstr ""
"desteklemek için lĂŒtfen yazıcının ĂŒrĂŒn yazılımını gĂŒncelleyin."
msgid ""
-"The printer firmware only supports sequential mapping of filament => AMS slot."
+"The printer firmware only supports sequential mapping of filament => AMS "
+"slot."
msgstr ""
"Yazıcı ĂŒrĂŒn yazılımı yalnızca filament => AMS yuvasının sıralı eĆlemesini "
"destekler."
@@ -7237,8 +7275,8 @@ msgstr ""
msgid ""
"There are some unknown filaments in the AMS mappings. Please check whether "
-"they are the required filaments. If they are okay, press \"Confirm\" to start "
-"printing."
+"they are the required filaments. If they are okay, press \"Confirm\" to "
+"start printing."
msgstr ""
"AMS eĆlemelerinde bazı bilinmeyen filamentler var. LĂŒtfen bunların gerekli "
"filamentler olup olmadıÄını kontrol edin. Sorun yoksa, yazdırmayı baĆlatmak "
@@ -7270,7 +7308,8 @@ msgstr ""
"hasarına neden olabilir"
msgid "Please fix the error above, otherwise printing cannot continue."
-msgstr "LĂŒtfen yukarıdaki hatayı dĂŒzeltin, aksi takdirde yazdırma devam edemez."
+msgstr ""
+"LĂŒtfen yukarıdaki hatayı dĂŒzeltin, aksi takdirde yazdırma devam edemez."
msgid ""
"Please click the confirm button if you still want to proceed with printing."
@@ -7421,11 +7460,11 @@ msgid ""
"successes and failures of the vast number of prints by our users. We are "
"training %s to be smarter by feeding them the real-world data. If you are "
"willing, this service will access information from your error logs and usage "
-"logs, which may include information described in Privacy Policy. We will not "
-"collect any Personal Data by which an individual can be identified directly "
-"or indirectly, including without limitation names, addresses, payment "
-"information, or phone numbers. By enabling this service, you agree to these "
-"terms and the statement about Privacy Policy."
+"logs, which may include information described in Privacy Policy. We will "
+"not collect any Personal Data by which an individual can be identified "
+"directly or indirectly, including without limitation names, addresses, "
+"payment information, or phone numbers. By enabling this service, you agree "
+"to these terms and the statement about Privacy Policy."
msgstr ""
"3D Baskı topluluÄunda, kendi dilimleme parametrelerimizi ve ayarlarımızı "
"dĂŒzenlerken birbirimizin baĆarılarından ve baĆarısızlıklarından öÄreniyoruz. "
@@ -7476,16 +7515,16 @@ msgid "Click to reset all settings to the last saved preset."
msgstr "TĂŒm ayarları en son kaydedilen ön ayara sıfırlamak için tıklayın."
msgid ""
-"Prime tower is required for smooth timeplase. There may be flaws on the model "
-"without prime tower. Are you sure you want to disable prime tower?"
+"Prime tower is required for smooth timeplase. There may be flaws on the "
+"model without prime tower. Are you sure you want to disable prime tower?"
msgstr ""
"Sorunsuz timeplace için Prime Tower gereklidir. Prime tower olmayan modelde "
"kusurlar olabilir. Prime tower'ı devre dıĆı bırakmak istediÄinizden emin "
"misiniz?"
msgid ""
-"Prime tower is required for smooth timelapse. There may be flaws on the model "
-"without prime tower. Do you want to enable prime tower?"
+"Prime tower is required for smooth timelapse. There may be flaws on the "
+"model without prime tower. Do you want to enable prime tower?"
msgstr ""
"Sorunsuz hızlandırılmÄ±Ć Ă§ekim için Prime Tower gereklidir. Prime tower "
"olmayan modelde kusurlar olabilir. Prime tower'ı etkinleĆtirmek istiyor "
@@ -7514,11 +7553,11 @@ msgstr ""
msgid ""
"For \"Tree Strong\" and \"Tree Hybrid\" styles, we recommend the following "
-"settings: at least 2 interface layers, at least 0.1mm top z distance or using "
-"support materials on interface."
+"settings: at least 2 interface layers, at least 0.1mm top z distance or "
+"using support materials on interface."
msgstr ""
-"\"GĂŒĂ§lĂŒ AÄaç\" ve \"AÄaç Hibrit\" stilleri için Ću ayarları öneriyoruz: en az "
-"2 arayĂŒz katmanı, en az 0,1 mm ĂŒst z mesafesi veya arayĂŒzde destek "
+"\"GĂŒĂ§lĂŒ AÄaç\" ve \"AÄaç Hibrit\" stilleri için Ću ayarları öneriyoruz: en "
+"az 2 arayĂŒz katmanı, en az 0,1 mm ĂŒst z mesafesi veya arayĂŒzde destek "
"malzemeleri kullanılması."
msgid ""
@@ -7557,8 +7596,8 @@ msgid ""
"height limits ,this may cause printing quality issues."
msgstr ""
"Katman yĂŒksekliÄi, Yazıcı Ayarları -> Ekstruder -> Katman yĂŒksekliÄi "
-"sınırları bölĂŒmĂŒndeki sınırı aĆıyor bu durum baskı kalitesi sorunlarına neden "
-"olabilir."
+"sınırları bölĂŒmĂŒndeki sınırı aĆıyor bu durum baskı kalitesi sorunlarına "
+"neden olabilir."
msgid "Adjust to the set range automatically? \n"
msgstr "Ayarlanan aralıÄa otomatik olarak ayarlansın mı? \n"
@@ -7572,8 +7611,8 @@ msgstr "Atla"
msgid ""
"Experimental feature: Retracting and cutting off the filament at a greater "
"distance during filament changes to minimize flush.Although it can notably "
-"reduce flush, it may also elevate the risk of nozzle clogs or other printing "
-"complications."
+"reduce flush, it may also elevate the risk of nozzle clogs or other "
+"printing complications."
msgstr ""
"Deneysel özellik: Filament deÄiĆiklikleri sırasında, floĆu en aza indirmek "
"için filamanı daha bĂŒyĂŒk bir mesafeden geri çekmek ve kesmek. Flushâu önemli "
@@ -7595,8 +7634,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 ""
"Araç baĆlıÄı olmadan timelapse kaydederken, bir \"Timelapse Wipe Tower\" "
"eklenmesi önerilir.\n"
@@ -7645,8 +7684,8 @@ msgid ""
"the overhang degree range and wall speed is used"
msgstr ""
"Bu, çeĆitli sarkma dereceleri için hızdır. Ăıkıntı dereceleri çizgi "
-"geniĆliÄinin yĂŒzdesi olarak ifade edilir. 0 hız, sarkma derecesi aralıÄı için "
-"yavaĆlamanın olmadıÄı anlamına gelir ve duvar hızı kullanılır"
+"geniĆliÄinin yĂŒzdesi olarak ifade edilir. 0 hız, sarkma derecesi aralıÄı "
+"için yavaĆlamanın olmadıÄı anlamına gelir ve duvar hızı kullanılır"
msgid "Bridge"
msgstr "KöprĂŒ"
@@ -7758,11 +7797,11 @@ msgid "Cool plate"
msgstr "SoÄuk plaka"
msgid ""
-"Bed temperature when cool plate is installed. Value 0 means the filament does "
-"not support to print on the Cool Plate"
+"Bed temperature when cool plate is installed. Value 0 means the filament "
+"does not support to print on the Cool Plate"
msgstr ""
-"SoÄutma plakası takıldıÄında yatak sıcaklıÄı. 0 deÄeri, filamentin Cool Plate "
-"ĂŒzerine yazdırmayı desteklemediÄi anlamına gelir"
+"SoÄutma plakası takıldıÄında yatak sıcaklıÄı. 0 deÄeri, filamentin Cool "
+"Plate ĂŒzerine yazdırmayı desteklemediÄi anlamına gelir"
msgid "Engineering plate"
msgstr "MĂŒhendislik plakası"
@@ -7945,13 +7984,13 @@ msgstr "Yazıcının ekstruder sayısı."
msgid ""
"Single Extruder Multi Material is selected, \n"
"and all extruders must have the same diameter.\n"
-"Do you want to change the diameter for all extruders to first extruder nozzle "
-"diameter value?"
+"Do you want to change the diameter for all extruders to first extruder "
+"nozzle diameter value?"
msgstr ""
"Tek Ekstruder Ăoklu Malzeme seçilir, \n"
"ve tĂŒm ekstrĂŒderlerin aynı çapa sahip olması gerekir.\n"
-"TĂŒm ekstruderlerin çapını ilk ekstruder bozul çapı deÄerine deÄiĆtirmek ister "
-"misiniz?"
+"TĂŒm ekstruderlerin çapını ilk ekstruder bozul çapı deÄerine deÄiĆtirmek "
+"ister misiniz?"
msgid "Nozzle diameter"
msgstr "Nozul çapı"
@@ -8112,16 +8151,16 @@ msgstr "\"%1%\" ön ayarı aĆaÄıdaki kaydedilmemiĆ deÄiĆiklikleri içeriyo
#, boost-format
msgid ""
-"Preset \"%1%\" is not compatible with the new printer profile and it contains "
-"the following unsaved changes:"
+"Preset \"%1%\" is not compatible with the new printer profile and it "
+"contains the following unsaved changes:"
msgstr ""
"Ăn ayar \"%1%\", yeni yazıcı profiliyle uyumlu deÄil ve aĆaÄıdaki "
"kaydedilmemiĆ deÄiĆiklikleri içeriyor:"
#, boost-format
msgid ""
-"Preset \"%1%\" is not compatible with the new process profile and it contains "
-"the following unsaved changes:"
+"Preset \"%1%\" is not compatible with the new process profile and it "
+"contains the following unsaved changes:"
msgstr ""
"Ăn ayar \"%1%\", yeni iĆlem profiliyle uyumlu deÄil ve aĆaÄıdaki "
"kaydedilmemiĆ deÄiĆiklikleri içeriyor:"
@@ -8155,8 +8194,8 @@ msgid ""
"the modified values to the new project"
msgstr ""
"\n"
-"DeÄiĆtirdiÄiniz ön ayar deÄerlerini atabilir veya deÄiĆtirilen deÄerleri yeni "
-"projeye aktarmayı seçebilirsiniz."
+"DeÄiĆtirdiÄiniz ön ayar deÄerlerini atabilir veya deÄiĆtirilen deÄerleri "
+"yeni projeye aktarmayı seçebilirsiniz."
msgid "Extruders count"
msgstr "Ekstruder sayısı"
@@ -8180,19 +8219,19 @@ msgstr ""
msgid ""
"Transfer the selected options from left preset to the right.\n"
-"Note: New modified presets will be selected in settings tabs after close this "
-"dialog."
+"Note: New modified presets will be selected in settings tabs after close "
+"this dialog."
msgstr ""
"Seçilen seçenekleri sol ön ayardan saÄa aktarın.\n"
-"Not: Bu iletiĆim kutusunu kapattıktan sonra ayarlar sekmelerinde deÄiĆtirilen "
-"yeni ön ayarlar seçilecektir."
+"Not: Bu iletiĆim kutusunu kapattıktan sonra ayarlar sekmelerinde "
+"deÄiĆtirilen yeni ön ayarlar seçilecektir."
msgid "Transfer values from left to right"
msgstr "DeÄerleri soldan saÄa aktarın"
msgid ""
-"If enabled, this dialog can be used for transfer selected values from left to "
-"right preset."
+"If enabled, this dialog can be used for transfer selected values from left "
+"to right preset."
msgstr ""
"EtkinleĆtirilirse, bu iletiĆim kutusu seçilen deÄerleri soldan saÄa ön ayara "
"aktarmak için kullanılabilir."
@@ -8333,11 +8372,11 @@ msgstr "SıkıĆtırma özelleĆtirme"
msgid ""
"Ramming denotes the rapid extrusion just before a tool change in a single-"
-"extruder MM printer. Its purpose is to properly shape the end of the unloaded "
-"filament so it does not prevent insertion of the new filament and can itself "
-"be reinserted later. This phase is important and different materials can "
-"require different extrusion speeds to get the good shape. For this reason, "
-"the extrusion rates during ramming are adjustable.\n"
+"extruder MM printer. Its purpose is to properly shape the end of the "
+"unloaded filament so it does not prevent insertion of the new filament and "
+"can itself be reinserted later. This phase is important and different "
+"materials can require different extrusion speeds to get the good shape. For "
+"this reason, the extrusion rates during ramming are adjustable.\n"
"\n"
"This is an expert-level setting, incorrect adjustment will likely lead to "
"jams, extruder wheel grinding into filament etc."
@@ -8422,15 +8461,15 @@ msgstr ""
"âWindows Media Playerâı etkinleĆtirmek istiyor musunuz?"
msgid ""
-"BambuSource has not correctly been registered for media playing! Press Yes to "
-"re-register it. You will be promoted twice"
+"BambuSource has not correctly been registered for media playing! Press Yes "
+"to re-register it. You will be promoted twice"
msgstr ""
"BambuSource medya oynatımı için doÄru Ćekilde kaydedilmemiĆ! Yeniden "
"kaydetmek için Evetâe basın."
msgid ""
-"Missing BambuSource component registered for media playing! Please re-install "
-"BambuStutio or seek after-sales help."
+"Missing BambuSource component registered for media playing! Please re-"
+"install BambuStutio or seek after-sales help."
msgstr ""
"Medya oynatma için kayıtlı BambuSource bileĆeni eksik! LĂŒtfen BambuStutioâyu "
"yeniden yĂŒkleyin veya satÄ±Ć sonrası yardım isteyin."
@@ -8443,9 +8482,9 @@ msgstr ""
"çalıĆmayabilir! DĂŒzeltmek için Evetâe basın."
msgid ""
-"Your system is missing H.264 codecs for GStreamer, which are required to play "
-"video. (Try installing the gstreamer1.0-plugins-bad or gstreamer1.0-libav "
-"packages, then restart Orca Slicer?)"
+"Your system is missing H.264 codecs for GStreamer, which are required to "
+"play video. (Try installing the gstreamer1.0-plugins-bad or gstreamer1.0-"
+"libav packages, then restart Orca Slicer?)"
msgstr ""
"Sisteminizde video oynatmak için gerekli olan GStreamer H.264 codec "
"bileĆenleri eksik. (gstreamer1.0-plugins-bad veya gstreamer1.0-libav "
@@ -8475,8 +8514,11 @@ msgstr "Nesne listesi"
msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files"
msgstr "STL/STEP/3MF/OBJ/AMF dosyalarından geometri verilerini içe aktarın"
-msgid "Shift+G"
-msgstr "Shift+G"
+msgid "â+Shift+G"
+msgstr "â+Shift+G"
+
+msgid "Ctrl+Shift+G"
+msgstr "Ctrl+Shift+G"
msgid "Paste from clipboard"
msgstr "Panodan yapıĆtır"
@@ -8526,18 +8568,33 @@ msgstr "Shift+Tab"
msgid "Collapse/Expand the sidebar"
msgstr "Kenar çubuÄunu daralt/geniĆlet"
-msgid "Any arrow"
-msgstr "Herhangi bir ok"
+msgid "â+Any arrow"
+msgstr "â+Herhangi bir ok"
msgid "Movement in camera space"
msgstr "Kamera alanında hareket"
+msgid "â„+Left mouse button"
+msgstr "â„+Sol fare dĂŒÄmesi"
+
msgid "Select a part"
msgstr "Parça seçin"
+msgid "â+Left mouse button"
+msgstr "â+Sol fare dĂŒÄmesi"
+
msgid "Select multiple objects"
msgstr "Birden fazla nesne seç"
+msgid "Ctrl+Any arrow"
+msgstr "Ctrl+Herhangi bir yön tuĆu"
+
+msgid "Alt+Left mouse button"
+msgstr "Alt+Sol fare dĂŒÄmesi"
+
+msgid "Ctrl+Left mouse button"
+msgstr "Ctrl+Sol fare dĂŒÄmesi"
+
msgid "Shift+Left mouse button"
msgstr "Shift+Sol fare dĂŒÄmesi"
@@ -8640,12 +8697,24 @@ msgstr "Plakacı"
msgid "Move: press to snap by 1mm"
msgstr "Hareket Ettir: 1 mm kadar yaslamak için basın"
+msgid "â+Mouse wheel"
+msgstr "â+Fare tekerleÄi"
+
msgid "Support/Color Painting: adjust pen radius"
msgstr "Destek/Renkli Boyama: kalem yarıçapını ayarlayın"
+msgid "â„+Mouse wheel"
+msgstr "â„+Fare tekerleÄi"
+
msgid "Support/Color Painting: adjust section position"
msgstr "Destek/Renkli Boyama: bölĂŒm konumunu ayarlayın"
+msgid "Ctrl+Mouse wheel"
+msgstr "Ctrl+Fare tekerleÄi"
+
+msgid "Alt+Mouse wheel"
+msgstr "Alt+Fare tekerleÄi"
+
msgid "Gizmo"
msgstr "Gizmo"
@@ -8710,8 +8779,8 @@ msgstr "AÄ eklentisi gĂŒncellemesi"
msgid ""
"Click OK to update the Network plug-in when Orca Slicer launches next time."
msgstr ""
-"Orca Slicer bir sonraki sefer baĆlatıldıÄında AÄ eklentisini gĂŒncellemek için "
-"Tamam'a tıklayın."
+"Orca Slicer bir sonraki sefer baĆlatıldıÄında AÄ eklentisini gĂŒncellemek "
+"için Tamam'a tıklayın."
#, c-format, boost-format
msgid "A new Network plug-in(%s) available, Do you want to install it?"
@@ -8768,7 +8837,8 @@ msgstr "Nozulu Onaylayın ve GĂŒncelleyin"
msgid "LAN Connection Failed (Sending print file)"
msgstr "LAN BaÄlantısı BaĆarısız (Yazdırma dosyası gönderiliyor)"
-msgid "Step 1, please confirm Orca Slicer and your printer are in the same LAN."
+msgid ""
+"Step 1, please confirm Orca Slicer and your printer are in the same LAN."
msgstr ""
"Adım 1, lĂŒtfen Orca Slicer ile yazıcınızın aynı LAN'da olduÄunu doÄrulayın."
@@ -8837,8 +8907,8 @@ msgid "Updating successful"
msgstr "GĂŒncelleme baĆarılı"
msgid ""
-"Are you sure you want to update? This will take about 10 minutes. Do not turn "
-"off the power while the printer is updating."
+"Are you sure you want to update? This will take about 10 minutes. Do not "
+"turn off the power while the printer is updating."
msgstr ""
"GĂŒncellemek istediÄinizden emin misiniz? Bu yaklaĆık 10 dakika sĂŒrecektir. "
"Yazıcı gĂŒncellenirken gĂŒcĂŒ kapatmayın."
@@ -8857,9 +8927,10 @@ msgid ""
"printing. Do you want to update now? You can also update later on printer or "
"update next time starting Orca."
msgstr ""
-"ĂrĂŒn yazılımı sĂŒrĂŒmĂŒ anormal. Yazdırmadan önce onarım ve gĂŒncelleme yapılması "
-"gerekir. Ćimdi gĂŒncellemek istiyor musunuz? Ayrıca daha sonra yazıcıda "
-"gĂŒncelleyebilir veya stĂŒdyoyu bir sonraki baĆlatıĆınızda gĂŒncelleyebilirsiniz."
+"ĂrĂŒn yazılımı sĂŒrĂŒmĂŒ anormal. Yazdırmadan önce onarım ve gĂŒncelleme "
+"yapılması gerekir. Ćimdi gĂŒncellemek istiyor musunuz? Ayrıca daha sonra "
+"yazıcıda gĂŒncelleyebilir veya stĂŒdyoyu bir sonraki baĆlatıĆınızda "
+"gĂŒncelleyebilirsiniz."
msgid "Extension Board"
msgstr "Uzatma Kartı"
@@ -9017,8 +9088,8 @@ msgid "Failed to calculate line width of %1%. Can not get value of \"%2%\" "
msgstr "%1% çizgi geniĆliÄi hesaplanamadı. \"%2%\" deÄeri alınamıyor "
msgid ""
-"Invalid spacing supplied to Flow::with_spacing(), check your layer height and "
-"extrusion width"
+"Invalid spacing supplied to Flow::with_spacing(), check your layer height "
+"and extrusion width"
msgstr ""
"Flow::with_spacing()'e saÄlanan geçersiz boĆluk, kat yĂŒksekliÄinizi ve "
"ekstrĂŒzyon geniĆliÄinizi kontrol edin"
@@ -9151,8 +9222,8 @@ msgstr " dıĆlama alanına çok yakın ve çarpıĆmalara neden olacak.\n"
msgid ""
"Can not print multiple filaments which have large difference of temperature "
-"together. Otherwise, the extruder and nozzle may be blocked or damaged during "
-"printing"
+"together. Otherwise, the extruder and nozzle may be blocked or damaged "
+"during printing"
msgstr ""
"Birlikte bĂŒyĂŒk sıcaklık farkına sahip birden fazla filament basılamaz. Aksi "
"takdirde baskı sırasında ekstruder ve nozul tıkanabilir veya hasar görebilir"
@@ -9185,8 +9256,8 @@ msgstr "%1% nesnesi maksimum yapı hacmi yĂŒksekliÄini aĆıyor."
#, boost-format
msgid ""
-"While the object %1% itself fits the build volume, its last layer exceeds the "
-"maximum build volume height."
+"While the object %1% itself fits the build volume, its last layer exceeds "
+"the maximum build volume height."
msgstr ""
"%1% nesnesinin kendisi yapı hacmine uysa da, son katmanı maksimum yapı hacmi "
"yĂŒksekliÄini aĆıyor."
@@ -9202,9 +9273,9 @@ msgid "Variable layer height is not supported with Organic supports."
msgstr "DeÄiĆken katman yĂŒksekliÄi Organik desteklerle desteklenmez."
msgid ""
-"Different nozzle diameters and different filament diameters may not work well "
-"when the prime tower is enabled. It's very experimental, so please proceed "
-"with caution."
+"Different nozzle diameters and different filament diameters may not work "
+"well when the prime tower is enabled. It's very experimental, so please "
+"proceed with caution."
msgstr ""
"Farklı pĂŒskĂŒrtme ucu çapları ve farklı filaman çapları, ana kule "
"etkinleĆtirildiÄinde iyi çalıĆmayabilir. Oldukça deneysel olduÄundan lĂŒtfen "
@@ -9238,8 +9309,8 @@ msgid ""
"The prime tower is not supported when adaptive layer height is on. It "
"requires that all objects have the same layer height."
msgstr ""
-"Uyarlanabilir katman yĂŒksekliÄi açıkken ana kule desteklenmez. TĂŒm nesnelerin "
-"aynı katman yĂŒksekliÄine sahip olmasını gerektirir."
+"Uyarlanabilir katman yĂŒksekliÄi açıkken ana kule desteklenmez. TĂŒm "
+"nesnelerin aynı katman yĂŒksekliÄine sahip olmasını gerektirir."
msgid "The prime tower requires \"support gap\" to be multiple of layer height"
msgstr ""
@@ -9247,11 +9318,12 @@ msgstr ""
msgid "The prime tower requires that all objects have the same layer heights"
msgstr ""
-"Prime tower, tĂŒm nesnelerin aynı katman yĂŒksekliÄine sahip olmasını gerektirir"
+"Prime tower, tĂŒm nesnelerin aynı katman yĂŒksekliÄine sahip olmasını "
+"gerektirir"
msgid ""
-"The prime tower requires that all objects are printed over the same number of "
-"raft layers"
+"The prime tower requires that all objects are printed over the same number "
+"of raft layers"
msgstr ""
"Ana kule, tĂŒm nesnelerin aynı sayıda sal katmanı ĂŒzerine yazdırılmasını "
"gerektirir"
@@ -9264,8 +9336,8 @@ msgstr ""
"gerektirir."
msgid ""
-"The prime tower is only supported if all objects have the same variable layer "
-"height"
+"The prime tower is only supported if all objects have the same variable "
+"layer height"
msgstr ""
"Prime tower yalnızca tĂŒm nesnelerin aynı deÄiĆken katman yĂŒksekliÄine sahip "
"olması durumunda desteklenir"
@@ -9279,7 +9351,8 @@ msgstr "Ăok bĂŒyĂŒk çizgi geniĆliÄi"
msgid ""
"The prime tower requires that support has the same layer height with object."
msgstr ""
-"Prime kulesi için, destek, nesne ile aynı katman yĂŒksekliÄine sahip olmalıdır."
+"Prime kulesi için, destek, nesne ile aynı katman yĂŒksekliÄine sahip "
+"olmalıdır."
msgid ""
"Organic support tree tip diameter must not be smaller than support material "
@@ -9292,8 +9365,8 @@ msgid ""
"Organic support branch diameter must not be smaller than 2x support material "
"extrusion width."
msgstr ""
-"Organik destek dalı çapı, destek malzemesi ekstrĂŒzyon geniĆliÄinin 2 katından "
-"daha kĂŒĂ§ĂŒk olamaz."
+"Organik destek dalı çapı, destek malzemesi ekstrĂŒzyon geniĆliÄinin 2 "
+"katından daha kĂŒĂ§ĂŒk olamaz."
msgid ""
"Organic support branch diameter must not be smaller than support tree tip "
@@ -9310,20 +9383,20 @@ msgid "Layer height cannot exceed nozzle diameter"
msgstr "Katman yĂŒksekliÄi nozul çapını aĆamaz"
msgid ""
-"Relative extruder addressing requires resetting the extruder position at each "
-"layer to prevent loss of floating point accuracy. Add \"G92 E0\" to "
+"Relative extruder addressing requires resetting the extruder position at "
+"each layer to prevent loss of floating point accuracy. Add \"G92 E0\" to "
"layer_gcode."
msgstr ""
-"Göreceli ekstruder adreslemesi, kayan nokta doÄruluÄunun kaybını önlemek için "
-"her katmandaki ekstruder konumunun sıfırlanmasını gerektirir. Layer_gcode'a "
-"\"G92 E0\" ekleyin."
+"Göreceli ekstruder adreslemesi, kayan nokta doÄruluÄunun kaybını önlemek "
+"için her katmandaki ekstruder konumunun sıfırlanmasını gerektirir. "
+"Layer_gcode'a \"G92 E0\" ekleyin."
msgid ""
"\"G92 E0\" was found in before_layer_gcode, which is incompatible with "
"absolute extruder addressing."
msgstr ""
-"Before_layer_gcode'da \"G92 E0\" bulundu ve bu, mutlak ekstruder adreslemeyle "
-"uyumsuzdu."
+"Before_layer_gcode'da \"G92 E0\" bulundu ve bu, mutlak ekstruder "
+"adreslemeyle uyumsuzdu."
msgid ""
"\"G92 E0\" was found in layer_gcode, which is incompatible with absolute "
@@ -9362,8 +9435,8 @@ msgid ""
"(machine_max_acceleration_extruding).\n"
"Orca will automatically cap the acceleration speed to ensure it doesn't "
"surpass the printer's capabilities.\n"
-"You can adjust the machine_max_acceleration_extruding value in your printer's "
-"configuration to get higher speeds."
+"You can adjust the machine_max_acceleration_extruding value in your "
+"printer's configuration to get higher speeds."
msgstr ""
"Hızlanma ayarı yazıcının maksimum hızlanmasını aĆıyor "
"(machine_max_acceleration_extruding).\n"
@@ -9424,7 +9497,8 @@ msgid "Elephant foot compensation"
msgstr "Fil ayaÄı telafi oranı"
msgid ""
-"Shrink the initial layer on build plate to compensate for elephant foot effect"
+"Shrink the initial layer on build plate to compensate for elephant foot "
+"effect"
msgstr ""
"Fil ayaÄı etkisini telafi etmek için baskı plakasındaki ilk katmanı kĂŒĂ§ĂŒltĂŒn"
@@ -9483,15 +9557,15 @@ msgid ""
"Orca Slicer can upload G-code files to a printer host. This field should "
"contain the hostname, IP address or URL of the printer host instance. Print "
"host behind HAProxy with basic auth enabled can be accessed by putting the "
-"user name and password into the URL in the following format: https://username:"
-"password@your-octopi-address/"
+"user name and password into the URL in the following format: https://"
+"username:password@your-octopi-address/"
msgstr ""
-"Orca Slicer, G kodu dosyalarını bir yazıcı ana bilgisayarına yĂŒkleyebilir. Bu "
-"alan, yazıcı ana bilgisayar örneÄinin ana bilgisayar adını, IP adresini veya "
-"URL'sini içermelidir. Temel kimlik doÄrulamanın etkin olduÄu HAProxy'nin "
-"arkasındaki yazdırma ana bilgisayarına, kullanıcı adı ve parolanın aĆaÄıdaki "
-"biçimdeki URL'ye girilmesiyle eriĆilebilir: https://username:password@your-"
-"octopi-address/"
+"Orca Slicer, G kodu dosyalarını bir yazıcı ana bilgisayarına yĂŒkleyebilir. "
+"Bu alan, yazıcı ana bilgisayar örneÄinin ana bilgisayar adını, IP adresini "
+"veya URL'sini içermelidir. Temel kimlik doÄrulamanın etkin olduÄu "
+"HAProxy'nin arkasındaki yazdırma ana bilgisayarına, kullanıcı adı ve "
+"parolanın aĆaÄıdaki biçimdeki URL'ye girilmesiyle eriĆilebilir: https://"
+"username:password@your-octopi-address/"
msgid "Device UI"
msgstr "Cihaz kullanıcı arayĂŒzĂŒ"
@@ -9499,7 +9573,8 @@ msgstr "Cihaz kullanıcı arayĂŒzĂŒ"
msgid ""
"Specify the URL of your device user interface if it's not same as print_host"
msgstr ""
-"Print_Host ile aynı deÄilse cihazınızın kullanıcı arayĂŒzĂŒnĂŒn URL'sini belirtin"
+"Print_Host ile aynı deÄilse cihazınızın kullanıcı arayĂŒzĂŒnĂŒn URL'sini "
+"belirtin"
msgid "API Key / Password"
msgstr "API Anahtarı / Ćifre"
@@ -9508,8 +9583,9 @@ msgid ""
"Orca Slicer can upload G-code files to a printer host. This field should "
"contain the API Key or the password required for authentication."
msgstr ""
-"Orca Slicer, G kodu dosyalarını bir yazıcı ana bilgisayarına yĂŒkleyebilir. Bu "
-"alan, kimlik doÄrulama için gereken API Anahtarını veya Ćifreyi içermelidir."
+"Orca Slicer, G kodu dosyalarını bir yazıcı ana bilgisayarına yĂŒkleyebilir. "
+"Bu alan, kimlik doÄrulama için gereken API Anahtarını veya Ćifreyi "
+"içermelidir."
msgid "Name of the printer"
msgstr "Yazıcı adı"
@@ -9519,8 +9595,8 @@ msgstr "HTTPS CA Dosyası"
msgid ""
"Custom CA certificate file can be specified for HTTPS OctoPrint connections, "
-"in crt/pem format. If left blank, the default OS CA certificate repository is "
-"used."
+"in crt/pem format. If left blank, the default OS CA certificate repository "
+"is used."
msgstr ""
"HTTPS OctoPrint baÄlantıları için crt/pem formatında özel CA sertifika "
"dosyası belirtilebilir. BoĆ bırakılırsa varsayılan OS CA sertifika deposu "
@@ -9571,10 +9647,10 @@ msgid ""
"either as an absolute value or as percentage (for example 50%) of a direct "
"travel path. Zero to disable"
msgstr ""
-"Duvarı geçmekten kaçınmak için maksimum sapma mesafesi. Yoldan sapma mesafesi "
-"bu deÄerden bĂŒyĂŒkse yoldan sapmayın. Yol uzunluÄu, mutlak bir deÄer olarak "
-"veya doÄrudan seyahat yolunun yĂŒzdesi (örneÄin %50) olarak belirtilebilir. "
-"Devre dıĆı bırakmak için sıfır"
+"Duvarı geçmekten kaçınmak için maksimum sapma mesafesi. Yoldan sapma "
+"mesafesi bu deÄerden bĂŒyĂŒkse yoldan sapmayın. Yol uzunluÄu, mutlak bir deÄer "
+"olarak veya doÄrudan seyahat yolunun yĂŒzdesi (örneÄin %50) olarak "
+"belirtilebilir. Devre dıĆı bırakmak için sıfır"
msgid "mm or %"
msgstr "mm veya %"
@@ -9583,8 +9659,8 @@ msgid "Other layers"
msgstr "DiÄer katmanlar"
msgid ""
-"Bed temperature for layers except the initial one. Value 0 means the filament "
-"does not support to print on the Cool Plate"
+"Bed temperature for layers except the initial one. Value 0 means the "
+"filament does not support to print on the Cool Plate"
msgstr ""
"Ä°lk katman dıĆındaki katmanlar için yatak sıcaklıÄı. 0 deÄeri, filamentin "
"Cool Plate ĂŒzerine yazdırmayı desteklemediÄi anlamına gelir"
@@ -9593,22 +9669,22 @@ msgid "°C"
msgstr "°C"
msgid ""
-"Bed temperature for layers except the initial one. Value 0 means the filament "
-"does not support to print on the Engineering Plate"
+"Bed temperature for layers except the initial one. Value 0 means the "
+"filament does not support to print on the Engineering Plate"
msgstr ""
"Ä°lk katman dıĆındaki katmanlar için yatak sıcaklıÄı. DeÄer 0, filamentin "
"MĂŒhendislik Plakasına yazdırmayı desteklemediÄi anlamına gelir"
msgid ""
-"Bed temperature for layers except the initial one. Value 0 means the filament "
-"does not support to print on the High Temp Plate"
+"Bed temperature for layers except the initial one. Value 0 means the "
+"filament does not support to print on the High Temp Plate"
msgstr ""
"Ä°lk katman dıĆındaki katmanlar için yatak sıcaklıÄı. 0 deÄeri, filamentin "
"YĂŒksek Sıcaklık Plakasına yazdırmayı desteklemediÄi anlamına gelir"
msgid ""
-"Bed temperature for layers except the initial one. Value 0 means the filament "
-"does not support to print on the Textured PEI Plate"
+"Bed temperature for layers except the initial one. Value 0 means the "
+"filament does not support to print on the Textured PEI Plate"
msgstr ""
"Ä°lk katman dıĆındaki katmanlar için yatak sıcaklıÄı. 0 DeÄeri, filamentin "
"Dokulu PEI Plaka ĂŒzerine yazdırmayı desteklemediÄi anlamına gelir"
@@ -9690,11 +9766,11 @@ msgid ""
"The number of bottom solid layers is increased when slicing if the thickness "
"calculated by bottom shell layers is thinner than this value. This can avoid "
"having too thin shell when layer height is small. 0 means that this setting "
-"is disabled and thickness of bottom shell is absolutely determained by bottom "
-"shell layers"
+"is disabled and thickness of bottom shell is absolutely determained by "
+"bottom shell layers"
msgstr ""
-"Alt kabuk katmanları tarafından hesaplanan kalınlık bu deÄerden daha ince ise "
-"dilimleme sırasında alt katı katmanların sayısı arttırılır. Bu, katman "
+"Alt kabuk katmanları tarafından hesaplanan kalınlık bu deÄerden daha ince "
+"ise dilimleme sırasında alt katı katmanların sayısı arttırılır. Bu, katman "
"yĂŒksekliÄi kĂŒĂ§ĂŒk olduÄunda kabuÄun çok ince olmasını önleyebilir. 0, bu "
"ayarın devre dıĆı olduÄu ve alt kabuÄun kalınlıÄının mutlaka alt kabuk "
"katmanları tarafından belirlendiÄi anlamına gelir"
@@ -9703,23 +9779,32 @@ msgid "Apply gap fill"
msgstr "BoĆluk doldurmayı uygula"
msgid ""
-"Enables gap fill for the selected surfaces. The minimum gap length that will "
-"be filled can be controlled from the filter out tiny gaps option below.\n"
+"Enables gap fill for the selected solid surfaces. The minimum gap length "
+"that will be filled can be controlled from the filter out tiny gaps option "
+"below.\n"
"\n"
"Options:\n"
-"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n"
-"2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces only\n"
-"3. Nowhere: Disables gap fill\n"
-msgstr ""
-"Seçilen yĂŒzeyler için boĆluk doldurmayı etkinleĆtirir. Doldurulacak minimum "
-"boĆluk uzunluÄu aĆaÄıdaki kĂŒĂ§ĂŒk boĆlukları filtrele seçeneÄinden kontrol "
-"edilebilir.\n"
+"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces "
+"for maximum strength\n"
+"2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces "
+"only, balancing print speed, reducing potential over extrusion in the solid "
+"infill and making sure the top and bottom surfaces have no pin hole gaps\n"
+"3. Nowhere: Disables gap fill for all solid infill areas. \n"
"\n"
-"Seçenekler:\n"
-"1. Her Yerde: Ăst, alt ve iç katı yĂŒzeylere boĆluk doldurma uygular\n"
-"2. Ăst ve Alt yĂŒzeyler: BoĆluk doldurmayı yalnızca ĂŒst ve alt yĂŒzeylere "
-"uygular\n"
-"3. Hiçbir Yerde: BoĆluk doldurmayı devre dıĆı bırakır\n"
+"Note that if using the classic perimeter generator, gap fill may also be "
+"generated between perimeters, if a full width line cannot fit between them. "
+"That perimeter gap fill is not controlled by this setting. \n"
+"\n"
+"If you would like all gap fill, including the classic perimeter generated "
+"one, removed, set the filter out tiny gaps value to a large number, like "
+"999999. \n"
+"\n"
+"However this is not advised, as gap fill between perimeters is contributing "
+"to the model's strength. For models where excessive gap fill is generated "
+"between perimeters, a better option would be to switch to the arachne wall "
+"generator and use this option to control whether the cosmetic top and bottom "
+"surface gap fill is generated"
+msgstr ""
msgid "Everywhere"
msgstr "Her yerde"
@@ -9734,19 +9819,19 @@ msgid "Force cooling for overhang and bridge"
msgstr "Ăıkıntı ve köprĂŒler için soÄutmayı zorla"
msgid ""
-"Enable this option to optimize part cooling fan speed for overhang and bridge "
-"to get better cooling"
+"Enable this option to optimize part cooling fan speed for overhang and "
+"bridge to get better cooling"
msgstr ""
-"Daha iyi soÄutma elde etmek amacıyla çıkıntı ve köprĂŒ için parça soÄutma fanı "
-"hızını optimize etmek amacıyla bu seçeneÄi etkinleĆtirin"
+"Daha iyi soÄutma elde etmek amacıyla çıkıntı ve köprĂŒ için parça soÄutma "
+"fanı hızını optimize etmek amacıyla bu seçeneÄi etkinleĆtirin"
msgid "Fan speed for overhang"
msgstr "Ăıkıntılar için fan hızı"
msgid ""
-"Force part cooling fan to be this speed when printing bridge or overhang wall "
-"which has large overhang degree. Forcing cooling for overhang and bridge can "
-"get better quality for these part"
+"Force part cooling fan to be this speed when printing bridge or overhang "
+"wall which has large overhang degree. Forcing cooling for overhang and "
+"bridge can get better quality for these part"
msgstr ""
"Ăıkıntı derecesi bĂŒyĂŒk olan köprĂŒ veya çıkıntılı duvara baskı yaparken parça "
"soÄutma fanını bu hızda olmaya zorlayın. Ăıkıntı ve köprĂŒ için soÄutmayı "
@@ -9758,9 +9843,9 @@ msgstr "Ăıkıntı soÄutması"
#, c-format
msgid ""
"Force cooling fan to be specific speed when overhang degree of printed part "
-"exceeds this value. Expressed as percentage which indicides how much width of "
-"the line without support from lower layer. 0% means forcing cooling for all "
-"outer wall no matter how much overhang degree"
+"exceeds this value. Expressed as percentage which indicides how much width "
+"of the line without support from lower layer. 0% means forcing cooling for "
+"all outer wall no matter how much overhang degree"
msgstr ""
"Yazdırılan parçanın çıkıntı derecesi bu deÄeri aĆtıÄında soÄutma fanını "
"belirli bir hıza zorlar. Alt katmandan destek almadan çizginin ne kadar "
@@ -9792,10 +9877,11 @@ msgstr "KöprĂŒlerde akÄ±Ć oranı"
msgid ""
"Decrease this value slightly(for example 0.9) to reduce the amount of "
-"material for bridge, to improve sag"
+"material for bridge, to improve sag. \n"
+"\n"
+"The actual bridge flow used is calculated by multiplying this value with the "
+"filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"KöprĂŒ için malzeme miktarını azaltmak ve sarkmayı iyileĆtirmek için bu deÄeri "
-"biraz azaltın (örneÄin 0,9)"
msgid "Internal bridge flow ratio"
msgstr "İç köprĂŒ akÄ±Ć oranı"
@@ -9803,27 +9889,33 @@ msgstr "İç köprĂŒ akÄ±Ć oranı"
msgid ""
"This value governs the thickness of the internal bridge layer. This is the "
"first layer over sparse infill. Decrease this value slightly (for example "
-"0.9) to improve surface quality over sparse infill."
+"0.9) to improve surface quality over sparse infill.\n"
+"\n"
+"The actual internal bridge flow used is calculated by multiplying this value "
+"with the bridge flow ratio, the filament flow ratio, and if set, the "
+"object's flow ratio."
msgstr ""
-"Bu deÄer iç köprĂŒ katmanının kalınlıÄını belirler. Bu, seyrek dolgunun "
-"ĂŒzerindeki ilk katmandır. Seyrek dolguya göre yĂŒzey kalitesini iyileĆtirmek "
-"için bu deÄeri biraz azaltın (örneÄin 0,9)."
msgid "Top surface flow ratio"
msgstr "Ăst katı dolgu akÄ±Ć oranı"
msgid ""
"This factor affects the amount of material for top solid infill. You can "
-"decrease it slightly to have smooth surface finish"
+"decrease it slightly to have smooth surface finish. \n"
+"\n"
+"The actual top surface flow used is calculated by multiplying this value "
+"with the filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"Bu faktör ĂŒst katı dolgu için malzeme miktarını etkiler. PĂŒrĂŒzsĂŒz bir yĂŒzey "
-"elde etmek için biraz azaltabilirsiniz"
msgid "Bottom surface flow ratio"
msgstr "Alt katı dolgu akÄ±Ć oranı"
-msgid "This factor affects the amount of material for bottom solid infill"
-msgstr "Bu faktör alt katı dolgu için malzeme miktarını etkiler"
+msgid ""
+"This factor affects the amount of material for bottom solid infill. \n"
+"\n"
+"The actual bottom solid infill flow used is calculated by multiplying this "
+"value with the filament flow ratio, and if set, the object's flow ratio."
+msgstr ""
msgid "Precise wall"
msgstr "Hassas duvar"
@@ -9863,11 +9955,11 @@ msgid ""
"on the next layer, like letters. Set this setting to 0 to remove these "
"artifacts."
msgstr ""
-"EÄer bir ĂŒst yĂŒzey basılacaksa ve kısmen baĆka bir katman tarafından kaplıysa "
-"layer geniĆliÄi bu deÄerin altında olan bir ĂŒst katman olarak "
+"EÄer bir ĂŒst yĂŒzey basılacaksa ve kısmen baĆka bir katman tarafından "
+"kaplıysa layer geniĆliÄi bu deÄerin altında olan bir ĂŒst katman olarak "
"deÄerlendirilmeyecek. Yalnızca çevrelerle kaplanması gereken yĂŒzeyde 'bir "
-"çevre ĂŒstte' tetiklemesine izin vermemek yararlı olabilir. Bu deÄer mm veya a "
-"% çevre ekstrĂŒzyon geniĆliÄinin bir yĂŒzdesi olabilir.\n"
+"çevre ĂŒstte' tetiklemesine izin vermemek yararlı olabilir. Bu deÄer mm veya "
+"a % çevre ekstrĂŒzyon geniĆliÄinin bir yĂŒzdesi olabilir.\n"
"Uyarı: EtkinleĆtirilirse bir sonraki katmanda harfler gibi bazı ince "
"özelliklerin olması durumunda yapay yapılar oluĆturulabilir. Bu yapıları "
"kaldırmak için bu ayarı 0 olarak ayarlayın."
@@ -9899,9 +9991,9 @@ msgid "Overhang reversal"
msgstr "Ăıkıntıyı tersine çevir"
msgid ""
-"Extrude perimeters that have a part over an overhang in the reverse direction "
-"on odd layers. This alternating pattern can drastically improve steep "
-"overhangs.\n"
+"Extrude perimeters that have a part over an overhang in the reverse "
+"direction on odd layers. This alternating pattern can drastically improve "
+"steep overhangs.\n"
"\n"
"This setting can also help reduce part warping due to the reduction of "
"stresses in the part walls."
@@ -9923,7 +10015,8 @@ msgid ""
"alternating directions. This should reduce part warping while also "
"maintaining external wall quality. This feature can be very useful for warp "
"prone material, like ABS/ASA, and also for elastic filaments, like TPU and "
-"Silk PLA. It can also help reduce warping on floating regions over supports.\n"
+"Silk PLA. It can also help reduce warping on floating regions over "
+"supports.\n"
"\n"
"For this setting to be the most effective, it is recomended to set the "
"Reverse Threshold to 0 so that all internal walls print in alternating "
@@ -9955,7 +10048,8 @@ msgstr ""
"Bu seçenek, havĆa delikleri için köprĂŒler oluĆturarak bunların desteksiz "
"yazdırılmasına olanak tanır. Mevcut modlar Ćunları içerir:\n"
"1. Yok: KöprĂŒ oluĆturulmaz.\n"
-"2. Kısmen KöprĂŒlendi: Desteklenmeyen alanın yalnızca bir kısmı köprĂŒlenecek.\n"
+"2. Kısmen KöprĂŒlendi: Desteklenmeyen alanın yalnızca bir kısmı "
+"köprĂŒlenecek.\n"
"3. Feda Katman: Tam bir feda köprĂŒ katmanı oluĆturulur."
msgid "Partially bridged"
@@ -9997,12 +10091,26 @@ msgstr ""
msgid "Slow down for curled perimeters"
msgstr "KıvrılmÄ±Ć Ă§evre çizgilerinde yavaĆlat"
+#, c-format, boost-format
msgid ""
-"Enable this option to slow printing down in areas where potential curled "
-"perimeters may exist"
+"Enable this option to slow down printing in areas where perimeters may have "
+"curled upwards.For example, additional slowdown will be applied when "
+"printing overhangs on sharp corners like the front of the Benchy hull, "
+"reducing curling which compounds over multiple layers.\n"
+"\n"
+" It is generally recommended to have this option switched on unless your "
+"printer cooling is powerful enough or the print speed slow enough that "
+"perimeter curling does not happen. If printing with a high external "
+"perimeter speed, this parameter may introduce slight artifacts when slowing "
+"down due to the large variance in print speeds. If you notice artifacts, "
+"ensure your pressure advance is tuned correctly.\n"
+"\n"
+"Note: When this option is enabled, overhang perimeters are treated like "
+"overhangs, meaning the overhang speed is applied even if the overhanging "
+"perimeter is part of a bridge. For example, when the perimeters are "
+"100% overhanging, with no wall supporting them from underneath, the "
+"100% overhang speed will be applied."
msgstr ""
-"Potansiyel kıvrılmÄ±Ć Ă§evrelerin bulunabileceÄi alanlarda yazdırmayı "
-"yavaĆlatmak için bu seçeneÄi etkinleĆtirin"
msgid "mm/s or %"
msgstr "mm/s veya %"
@@ -10010,8 +10118,14 @@ msgstr "mm/s veya %"
msgid "External"
msgstr "Harici"
-msgid "Speed of bridge and completely overhang wall"
-msgstr "KöprĂŒ hızı ve tamamen sarkan duvar"
+msgid ""
+"Speed of the externally visible bridge extrusions. \n"
+"\n"
+"In addition, if Slow down for curled perimeters is disabled or Classic "
+"overhang mode is enabled, it will be the print speed of overhang walls that "
+"are supported by less than 13%, whether they are part of a bridge or an "
+"overhang."
+msgstr ""
msgid "mm/s"
msgstr "mm/s"
@@ -10020,11 +10134,9 @@ msgid "Internal"
msgstr "Dahili"
msgid ""
-"Speed of internal bridge. If the value is expressed as a percentage, it will "
-"be calculated based on the bridge_speed. Default value is 150%."
+"Speed of internal bridges. If the value is expressed as a percentage, it "
+"will be calculated based on the bridge_speed. Default value is 150%."
msgstr ""
-"Dahili köprĂŒnĂŒn hızı. DeÄer yĂŒzde olarak ifade edilirse köprĂŒ_hızına göre "
-"hesaplanacaktır. Varsayılan deÄer %150'dir."
msgid "Brim width"
msgstr "Kenar geniĆliÄi"
@@ -10075,8 +10187,8 @@ msgid "Brim ear detection radius"
msgstr "Kenar kulak algılama yarıçapı"
msgid ""
-"The geometry will be decimated before dectecting sharp angles. This parameter "
-"indicates the minimum length of the deviation for the decimation.\n"
+"The geometry will be decimated before dectecting sharp angles. This "
+"parameter indicates the minimum length of the deviation for the decimation.\n"
"0 to deactivate"
msgstr ""
"Keskin açılar tespit edilmeden önce geometrinin bĂŒyĂŒk bir kısmı yok "
@@ -10125,10 +10237,10 @@ msgid ""
"that layer can be cooled for longer time. This can improve the cooling "
"quality for needle and small details"
msgstr ""
-"Son katman sĂŒresinin \"Maksimum fan hızı eĆiÄi\"ndeki katman sĂŒresi eĆiÄinden "
-"kısa olmamasını saÄlamak amacıyla yazdırma hızını yavaĆlatmak için bu "
-"seçeneÄi etkinleĆtirin, böylece katman daha uzun sĂŒre soÄutulabilir. Bu, iÄne "
-"ve kĂŒĂ§ĂŒk detaylar için soÄutma kalitesini artırabilir"
+"Son katman sĂŒresinin \"Maksimum fan hızı eĆiÄi\"ndeki katman sĂŒresi "
+"eĆiÄinden kısa olmamasını saÄlamak amacıyla yazdırma hızını yavaĆlatmak için "
+"bu seçeneÄi etkinleĆtirin, böylece katman daha uzun sĂŒre soÄutulabilir. Bu, "
+"iÄne ve kĂŒĂ§ĂŒk detaylar için soÄutma kalitesini artırabilir"
msgid "Normal printing"
msgstr "Normal baskı"
@@ -10137,7 +10249,8 @@ msgid ""
"The default acceleration of both normal printing and travel except initial "
"layer"
msgstr ""
-"Ä°lk katman dıĆında hem normal yazdırmanın hem de ilerlemenin varsayılan ivmesi"
+"Ä°lk katman dıĆında hem normal yazdırmanın hem de ilerlemenin varsayılan "
+"ivmesi"
msgid "mm/sÂČ"
msgstr "mm/sÂČ"
@@ -10181,8 +10294,8 @@ msgid ""
"Close all cooling fan for the first certain layers. Cooling fan of the first "
"layer used to be closed to get better build plate adhesion"
msgstr ""
-"Ä°lk belirli katmanlar için tĂŒm soÄutma fanını kapatın. Daha iyi baskı plakası "
-"yapıĆması saÄlamak için ilk katmanın soÄutma fanı kapatılırdı"
+"Ä°lk belirli katmanlar için tĂŒm soÄutma fanını kapatın. Daha iyi baskı "
+"plakası yapıĆması saÄlamak için ilk katmanın soÄutma fanı kapatılırdı"
msgid "Don't support bridges"
msgstr "KöprĂŒlerde destek olmasın"
@@ -10223,8 +10336,8 @@ msgid "Don't filter out small internal bridges (beta)"
msgstr "KĂŒĂ§ĂŒk iç köprĂŒleri filtrelemeyin (deneysel)"
msgid ""
-"This option can help reducing pillowing on top surfaces in heavily slanted or "
-"curved models.\n"
+"This option can help reducing pillowing on top surfaces in heavily slanted "
+"or curved models.\n"
"\n"
"By default, small internal bridges are filtered out and the internal solid "
"infill is printed directly over the sparse infill. This works well in most "
@@ -10239,16 +10352,16 @@ msgid ""
"unsupported internal solid infill. The options below control the amount of "
"filtering, i.e. the amount of internal bridges created.\n"
"\n"
-"Disabled - Disables this option. This is the default behaviour and works well "
-"in most cases.\n"
+"Disabled - Disables this option. This is the default behaviour and works "
+"well in most cases.\n"
"\n"
"Limited filtering - Creates internal bridges on heavily slanted surfaces, "
-"while avoiding creating uncessesary interal bridges. This works well for most "
-"difficult models.\n"
+"while avoiding creating uncessesary interal bridges. This works well for "
+"most difficult models.\n"
"\n"
-"No filtering - Creates internal bridges on every potential internal overhang. "
-"This option is useful for heavily slanted top surface models. However, in "
-"most cases it creates too many unecessary bridges."
+"No filtering - Creates internal bridges on every potential internal "
+"overhang. This option is useful for heavily slanted top surface models. "
+"However, in most cases it creates too many unecessary bridges."
msgstr ""
"Bu seçenek, aĆırı eÄimli veya kavisli modellerde ĂŒst yĂŒzeylerdeki "
"yastıklamanın azaltılmasına yardımcı olabilir.\n"
@@ -10400,8 +10513,8 @@ msgid ""
"Speed of outer wall which is outermost and visible. It's used to be slower "
"than inner wall speed to get better quality."
msgstr ""
-"En dıĆta görĂŒnen ve görĂŒnen dÄ±Ć duvarın hızı. Daha iyi kalite elde etmek için "
-"iç duvar hızından daha yavaĆ olması kullanılır."
+"En dıĆta görĂŒnen ve görĂŒnen dÄ±Ć duvarın hızı. Daha iyi kalite elde etmek "
+"için iç duvar hızından daha yavaĆ olması kullanılır."
msgid "Small perimeters"
msgstr "KĂŒĂ§ĂŒk çevre (perimeter)"
@@ -10430,8 +10543,8 @@ msgstr "Duvar baskı sırası"
msgid ""
"Print sequence of the internal (inner) and external (outer) walls. \n"
"\n"
-"Use Inner/Outer for best overhangs. This is because the overhanging walls can "
-"adhere to a neighouring perimeter while printing. However, this option "
+"Use Inner/Outer for best overhangs. This is because the overhanging walls "
+"can adhere to a neighouring perimeter while printing. However, this option "
"results in slightly reduced surface quality as the external perimeter is "
"deformed by being squashed to the internal perimeter.\n"
"\n"
@@ -10462,14 +10575,14 @@ msgstr ""
"kalitesi ve boyutsal doÄruluk için İç/DıĆ/İç seçeneÄini kullanın. Ancak, dÄ±Ć "
"duvarın ĂŒzerine baskı yapılacak bir iç çevre olmadıÄından sarkma performansı "
"dĂŒĆecektir. Bu seçenek, önce 3. çevreden itibaren iç duvarları, ardından dÄ±Ć "
-"çevreyi ve son olarak da birinci iç çevreyi yazdırdıÄından etkili olması için "
-"en az 3 duvar gerektirir. Bu seçenek çoÄu durumda DıĆ/İç seçeneÄine karĆı "
-"önerilir. \n"
+"çevreyi ve son olarak da birinci iç çevreyi yazdırdıÄından etkili olması "
+"için en az 3 duvar gerektirir. Bu seçenek çoÄu durumda DıĆ/İç seçeneÄine "
+"karĆı önerilir. \n"
"\n"
"İç/DıĆ/İç seçeneÄinin aynı dÄ±Ć duvar kalitesi ve boyutsal doÄruluk "
"avantajları için DıĆ/İç seçeneÄini kullanın. Bununla birlikte, yeni bir "
-"katmanın ilk ekstrĂŒzyonu görĂŒnĂŒr bir yĂŒzey ĂŒzerinde baĆladıÄından z dikiĆleri "
-"daha az tutarlı görĂŒnecektir.\n"
+"katmanın ilk ekstrĂŒzyonu görĂŒnĂŒr bir yĂŒzey ĂŒzerinde baĆladıÄından z "
+"dikiĆleri daha az tutarlı görĂŒnecektir.\n"
"\n"
" "
@@ -10491,9 +10604,9 @@ msgid ""
"\n"
"Printing infill first may help with extreme overhangs as the walls have the "
"neighbouring infill to adhere to. However, the infill will slighly push out "
-"the printed walls where it is attached to them, resulting in a worse external "
-"surface finish. It can also cause the infill to shine through the external "
-"surfaces of the part."
+"the printed walls where it is attached to them, resulting in a worse "
+"external surface finish. It can also cause the infill to shine through the "
+"external surfaces of the part."
msgstr ""
"Duvar/dolgu sırası. Onay kutusu iĆaretlenmediÄinde duvarlar önce yazdırılır, "
"bu çoÄu durumda en iyi Ćekilde çalıĆır.\n"
@@ -10511,8 +10624,8 @@ msgid ""
"The direction which the wall loops are extruded when looking down from the "
"top.\n"
"\n"
-"By default all walls are extruded in counter-clockwise, unless Reverse on odd "
-"is enabled. Set this to any option other than Auto will force the wall "
+"By default all walls are extruded in counter-clockwise, unless Reverse on "
+"odd is enabled. Set this to any option other than Auto will force the wall "
"direction regardless of the Reverse on odd.\n"
"\n"
"This option will be disabled if sprial vase mode is enabled."
@@ -10520,8 +10633,8 @@ msgstr ""
"Yukarıdan aĆaÄıya bakıldıÄında duvar döngĂŒlerinin ekstrĂŒzyona uÄradıÄı yön.\n"
"\n"
"Tek sayıyı ters çevir seçeneÄi etkinleĆtirilmedikçe, varsayılan olarak tĂŒm "
-"duvarlar saat yönĂŒnĂŒn tersine ekstrĂŒde edilir. Bunu Otomatik dıĆında herhangi "
-"bir seçeneÄe ayarlayın, Ters açıklıÄa bakılmaksızın duvar yönĂŒnĂŒ "
+"duvarlar saat yönĂŒnĂŒn tersine ekstrĂŒde edilir. Bunu Otomatik dıĆında "
+"herhangi bir seçeneÄe ayarlayın, Ters açıklıÄa bakılmaksızın duvar yönĂŒnĂŒ "
"zorlayacaktır.\n"
"\n"
"Spiral vazo modu etkinse bu seçenek devre dıĆı bırakılacaktır."
@@ -10549,8 +10662,8 @@ msgid ""
"Distance of the nozzle tip to the lid. Used for collision avoidance in by-"
"object printing."
msgstr ""
-"Nozul ucunun kapaÄa olan mesafesi. Nesneye göre yazdırmada çarpıĆmayı önlemek "
-"için kullanılır."
+"Nozul ucunun kapaÄa olan mesafesi. Nesneye göre yazdırmada çarpıĆmayı "
+"önlemek için kullanılır."
msgid ""
"Clearance radius around extruder. Used for collision avoidance in by-object "
@@ -10573,19 +10686,20 @@ msgid ""
"probe's XY offset, most printers are unable to probe the entire bed. To "
"ensure the probe point does not go outside the bed area, the minimum and "
"maximum points of the bed mesh should be set appropriately. OrcaSlicer "
-"ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not exceed "
-"these min/max points. This information can usually be obtained from your "
-"printer manufacturer. The default setting is (-99999, -99999), which means "
-"there are no limits, thus allowing probing across the entire bed."
-msgstr ""
-"Bu seçenek, izin verilen yatak aÄ alanı için minimum noktayı ayarlar. Prob XY "
-"ofseti nedeniyle çoÄu yazıcı yataÄın tamamını tarayamaz. Prob noktasının "
-"yatak alanı dıĆına çıkmamasını saÄlamak için yatak aÄının minimum ve maksimum "
-"noktaları uygun Ćekilde ayarlanmalıdır. OrcaSlicer, adaptive_bed_mesh_min/"
-"adaptive_bed_mesh_max deÄerlerinin bu min/maks noktalarını aĆmamasını saÄlar. "
-"Bu bilgi genellikle yazıcınızın ĂŒreticisinden edinilebilir. Varsayılan ayar "
-"(-99999, -99999) Ćeklindedir; bu, herhangi bir sınırın olmadıÄı anlamına "
-"gelir, dolayısıyla yataÄın tamamında problamaya izin verilir."
+"ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not "
+"exceed these min/max points. This information can usually be obtained from "
+"your printer manufacturer. The default setting is (-99999, -99999), which "
+"means there are no limits, thus allowing probing across the entire bed."
+msgstr ""
+"Bu seçenek, izin verilen yatak aÄ alanı için minimum noktayı ayarlar. Prob "
+"XY ofseti nedeniyle çoÄu yazıcı yataÄın tamamını tarayamaz. Prob noktasının "
+"yatak alanı dıĆına çıkmamasını saÄlamak için yatak aÄının minimum ve "
+"maksimum noktaları uygun Ćekilde ayarlanmalıdır. OrcaSlicer, "
+"adaptive_bed_mesh_min/adaptive_bed_mesh_max deÄerlerinin bu min/maks "
+"noktalarını aĆmamasını saÄlar. Bu bilgi genellikle yazıcınızın ĂŒreticisinden "
+"edinilebilir. Varsayılan ayar (-99999, -99999) Ćeklindedir; bu, herhangi bir "
+"sınırın olmadıÄı anlamına gelir, dolayısıyla yataÄın tamamında problamaya "
+"izin verilir."
msgid "Bed mesh max"
msgstr "Maksimum yatak aÄı"
@@ -10595,19 +10709,20 @@ msgid ""
"probe's XY offset, most printers are unable to probe the entire bed. To "
"ensure the probe point does not go outside the bed area, the minimum and "
"maximum points of the bed mesh should be set appropriately. OrcaSlicer "
-"ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not exceed "
-"these min/max points. This information can usually be obtained from your "
-"printer manufacturer. The default setting is (99999, 99999), which means "
-"there are no limits, thus allowing probing across the entire bed."
-msgstr ""
-"Bu seçenek, izin verilen yatak aÄ alanı için maksimum noktayı ayarlar. Probun "
-"XY ofseti nedeniyle çoÄu yazıcı yataÄın tamamını tarayamaz. Prob noktasının "
-"yatak alanı dıĆına çıkmamasını saÄlamak için yatak aÄının minimum ve maksimum "
-"noktaları uygun Ćekilde ayarlanmalıdır. OrcaSlicer, adaptive_bed_mesh_min/"
-"adaptive_bed_mesh_max deÄerlerinin bu min/maks noktalarını aĆmamasını saÄlar. "
-"Bu bilgi genellikle yazıcınızın ĂŒreticisinden edinilebilir. Varsayılan ayar "
-"(99999, 99999) Ćeklindedir; bu, herhangi bir sınırın olmadıÄı anlamına gelir, "
-"dolayısıyla yataÄın tamamında problamaya izin verilir."
+"ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not "
+"exceed these min/max points. This information can usually be obtained from "
+"your printer manufacturer. The default setting is (99999, 99999), which "
+"means there are no limits, thus allowing probing across the entire bed."
+msgstr ""
+"Bu seçenek, izin verilen yatak aÄ alanı için maksimum noktayı ayarlar. "
+"Probun XY ofseti nedeniyle çoÄu yazıcı yataÄın tamamını tarayamaz. Prob "
+"noktasının yatak alanı dıĆına çıkmamasını saÄlamak için yatak aÄının minimum "
+"ve maksimum noktaları uygun Ćekilde ayarlanmalıdır. OrcaSlicer, "
+"adaptive_bed_mesh_min/adaptive_bed_mesh_max deÄerlerinin bu min/maks "
+"noktalarını aĆmamasını saÄlar. Bu bilgi genellikle yazıcınızın ĂŒreticisinden "
+"edinilebilir. Varsayılan ayar (99999, 99999) Ćeklindedir; bu, herhangi bir "
+"sınırın olmadıÄı anlamına gelir, dolayısıyla yataÄın tamamında problamaya "
+"izin verilir."
msgid "Probe point distance"
msgstr "Prob noktası mesafesi"
@@ -10624,8 +10739,8 @@ msgid "Mesh margin"
msgstr "Yatak aÄı boĆluÄu"
msgid ""
-"This option determines the additional distance by which the adaptive bed mesh "
-"area should be expanded in the XY directions."
+"This option determines the additional distance by which the adaptive bed "
+"mesh area should be expanded in the XY directions."
msgstr ""
"Bu seçenek, uyarlanabilir yatak aÄ alanının XY yönlerinde geniĆletilmesi "
"gereken ek mesafeyi belirler."
@@ -10645,9 +10760,9 @@ msgstr "AkÄ±Ć oranı"
msgid ""
"The material may have volumetric change after switching between molten state "
"and crystalline state. This setting changes all extrusion flow of this "
-"filament in gcode proportionally. Recommended value range is between 0.95 and "
-"1.05. Maybe you can tune this value to get nice flat surface when there has "
-"slight overflow or underflow"
+"filament in gcode proportionally. Recommended value range is between 0.95 "
+"and 1.05. Maybe you can tune this value to get nice flat surface when there "
+"has slight overflow or underflow"
msgstr ""
"Malzeme, erimiĆ hal ile kristal hal arasında geçiĆ yaptıktan sonra hacimsel "
"deÄiĆime sahip olabilir. Bu ayar, bu filamentin gcode'daki tĂŒm ekstrĂŒzyon "
@@ -10655,6 +10770,17 @@ msgstr ""
"arasındadır. Belki hafif taĆma veya taĆma olduÄunda gĂŒzel dĂŒz bir yĂŒzey elde "
"etmek için bu deÄeri ayarlayabilirsiniz"
+msgid ""
+"The material may have volumetric change after switching between molten state "
+"and crystalline state. This setting changes all extrusion flow of this "
+"filament in gcode proportionally. Recommended value range is between 0.95 "
+"and 1.05. Maybe you can tune this value to get nice flat surface when there "
+"has slight overflow or underflow. \n"
+"\n"
+"The final object flow ratio is this value multiplied by the filament flow "
+"ratio."
+msgstr ""
+
msgid "Enable pressure advance"
msgstr "Basınç Avansı (PA)"
@@ -10671,6 +10797,7 @@ msgstr "Basınç avansı (Klipper) DoÄrusal ilerleme faktörĂŒ (Marlin)"
msgid "Enable adaptive pressure advance (beta)"
msgstr "Uyarlanabilir basınç ilerlemesini etkinleĆtir (beta)"
+#, fuzzy, c-format, boost-format
msgid ""
"With increasing print speeds (and hence increasing volumetric flow through "
"the nozzle) and increasing accelerations, it has been observed that the "
@@ -10679,12 +10806,12 @@ msgid ""
"used that does not cause too much bulging on features with lower flow speed "
"and accelerations while also not causing gaps on faster features.\n"
"\n"
-"This feature aims to address this limitation by modeling the response of your "
-"printer's extrusion system depending on the volumetric flow speed and "
+"This feature aims to address this limitation by modeling the response of "
+"your printer's extrusion system depending on the volumetric flow speed and "
"acceleration it is printing at. Internally, it generates a fitted model that "
"can extrapolate the needed pressure advance for any given volumetric flow "
-"speed and acceleration, which is then emmited to the printer depending on the "
-"current print conditions.\n"
+"speed and acceleration, which is then emmited to the printer depending on "
+"the current print conditions.\n"
"\n"
"When enabled, the pressure advance value above is overriden. However, a "
"reasonable default value above is strongly recomended to act as a fallback "
@@ -10725,24 +10852,24 @@ msgid ""
"1. Run the pressure advance test for at least 3 speeds per acceleration "
"value. It is recommended that the test is run for at least the speed of the "
"external perimeters, the speed of the internal perimeters and the fastest "
-"feature print speed in your profile (usually its the sparse or solid infill). "
-"Then run them for the same speeds for the slowest and fastest print "
+"feature print speed in your profile (usually its the sparse or solid "
+"infill). Then run them for the same speeds for the slowest and fastest print "
"accelerations,and no faster than the recommended maximum acceleration as "
"given by the klipper input shaper.\n"
"2. Take note of the optimal PA value for each volumetric flow speed and "
"acceleration. You can find the flow number by selecting flow from the color "
"scheme drop down and move the horizontal slider over the PA pattern lines. "
"The number should be visible at the bottom of the page. The ideal PA value "
-"should be decreasing the higher the volumetric flow is. If it is not, confirm "
-"that your extruder is functioning correctly.The slower and with less "
+"should be decreasing the higher the volumetric flow is. If it is not, "
+"confirm that your extruder is functioning correctly.The slower and with less "
"acceleration you print, the larger the range of acceptable PA values. If no "
"difference is visible, use the PA value from the faster test.3. Enter the "
"triplets of PA values, Flow and Accelerations in the text box here and save "
"your filament profile\n"
"\n"
msgstr ""
-"Basınç ilerlemesi (basınç) deÄerlerinin setlerini, hacimsel akÄ±Ć hızlarını ve "
-"ölĂ§ĂŒldĂŒkleri ivmeleri virgĂŒlle ayırarak ekleyin. Satır baĆına bir deÄer "
+"Basınç ilerlemesi (basınç) deÄerlerinin setlerini, hacimsel akÄ±Ć hızlarını "
+"ve ölĂ§ĂŒldĂŒkleri ivmeleri virgĂŒlle ayırarak ekleyin. Satır baĆına bir deÄer "
"kĂŒmesi. ĂrneÄin\n"
"0.04,3.96,3000\n"
"0,033,3,96,10000\n"
@@ -10764,18 +10891,18 @@ msgstr ""
"olursa o kadar azalmalıdır. DeÄilse, ekstruderinizin doÄru Ćekilde "
"çalıĆtıÄını doÄrulayın. Ne kadar yavaĆ ve daha az ivmeyle yazdırırsanız, "
"kabul edilebilir PA deÄerleri aralıÄı o kadar geniĆ olur. Hiçbir fark "
-"görĂŒnmĂŒyorsa, daha hızlı olan testteki PA deÄerini kullanın.3. Buradaki metin "
-"kutusuna PA deÄerleri, AkÄ±Ć ve Hızlanma ĂŒĂ§lĂŒsĂŒnĂŒ girin ve filament "
+"görĂŒnmĂŒyorsa, daha hızlı olan testteki PA deÄerini kullanın.3. Buradaki "
+"metin kutusuna PA deÄerleri, AkÄ±Ć ve Hızlanma ĂŒĂ§lĂŒsĂŒnĂŒ girin ve filament "
"profilinizi kaydedin\n"
msgid "Enable adaptive pressure advance for overhangs (beta)"
msgstr "Ăıkıntılar için uyarlanabilir basınç ilerlemesini etkinleĆtirin (beta)"
msgid ""
-"Enable adaptive PA for overhangs as well as when flow changes within the same "
-"feature. This is an experimental option, as if the PA profile is not set "
-"accurately, it will cause uniformity issues on the external surfaces before "
-"and after overhangs.\n"
+"Enable adaptive PA for overhangs as well as when flow changes within the "
+"same feature. This is an experimental option, as if the PA profile is not "
+"set accurately, it will cause uniformity issues on the external surfaces "
+"before and after overhangs.\n"
msgstr ""
"Aynı özellik içinde akÄ±Ć deÄiĆtiÄinde ve çıkıntılar için uyarlanabilir PAâyı "
"etkinleĆtirin. Bu deneysel bir seçenektir, sanki basınç profili doÄru "
@@ -10788,10 +10915,10 @@ msgstr "KöprĂŒler için basınç ilerlemesi"
msgid ""
"Pressure advance value for bridges. Set to 0 to disable. \n"
"\n"
-" A lower PA value when printing bridges helps reduce the appearance of slight "
-"under extrusion immediately after bridges. This is caused by the pressure "
-"drop in the nozzle when printing in the air and a lower PA helps counteract "
-"this."
+" A lower PA value when printing bridges helps reduce the appearance of "
+"slight under extrusion immediately after bridges. This is caused by the "
+"pressure drop in the nozzle when printing in the air and a lower PA helps "
+"counteract this."
msgstr ""
"KöprĂŒler için basınç ilerleme deÄeri. Devre dıĆı bırakmak için 0âa "
"ayarlayın. \n"
@@ -10802,8 +10929,8 @@ msgstr ""
"basınç, bunu önlemeye yardımcı olur."
msgid ""
-"Default line width if other line widths are set to 0. If expressed as a %, it "
-"will be computed over the nozzle diameter."
+"Default line width if other line widths are set to 0. If expressed as a %, "
+"it will be computed over the nozzle diameter."
msgstr ""
"DiÄer çizgi geniĆlikleri 0'a ayarlanmıĆsa varsayılan çizgi geniĆliÄi. % "
"olarak ifade edilirse nozul çapı ĂŒzerinden hesaplanacaktır."
@@ -10812,8 +10939,8 @@ msgid "Keep fan always on"
msgstr "Fanı her zaman açık tut"
msgid ""
-"If enable this setting, part cooling fan will never be stoped and will run at "
-"least at minimum speed to reduce the frequency of starting and stoping"
+"If enable this setting, part cooling fan will never be stoped and will run "
+"at least at minimum speed to reduce the frequency of starting and stoping"
msgstr ""
"Bu ayarı etkinleĆtirirseniz, parça soÄutma fanı hiçbir zaman durdurulmayacak "
"ve baĆlatma ve durdurma sıklıÄını azaltmak için en azından minimum hızda "
@@ -10894,18 +11021,29 @@ msgstr "mmÂł/s"
msgid "Filament load time"
msgstr "Filament yĂŒkleme sĂŒresi"
-msgid "Time to load new filament when switch filament. For statistics only"
+msgid ""
+"Time to load new filament when switch filament. It's usually applicable for "
+"single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
msgstr ""
-"Filamenti deÄiĆtirdiÄinizde yeni filament yĂŒkleme zamanı. Yalnızca "
-"istatistikler için"
msgid "Filament unload time"
msgstr "Filament boĆaltma sĂŒresi"
-msgid "Time to unload old filament when switch filament. For statistics only"
+msgid ""
+"Time to unload old filament when switch filament. It's usually applicable "
+"for single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
+msgstr ""
+
+msgid "Tool change time"
+msgstr ""
+
+msgid ""
+"Time taken to switch tools. It's usually applicable for tool changers or "
+"multi-tool machines. For single-extruder multi-material machines, it's "
+"typically 0. For statistics only"
msgstr ""
-"Filamenti deÄiĆtirdiÄinizde eski filamenti boĆaltma zamanı. Yalnızca "
-"istatistikler için"
msgid ""
"Filament diameter is used to calculate extrusion in gcode, so it's important "
@@ -10945,11 +11083,11 @@ msgid ""
"Be sure to allow enough space between objects, as this compensation is done "
"after the checks."
msgstr ""
-"Filamentin soÄuduktan sonra alacaÄı bĂŒzĂŒlme yĂŒzdesini girin (100 mm yerine 94 "
-"mm ölçerseniz 94%). Parça, telafi etmek için xy'de ölçeklendirilecektir. "
+"Filamentin soÄuduktan sonra alacaÄı bĂŒzĂŒlme yĂŒzdesini girin (100 mm yerine "
+"94 mm ölçerseniz 94%). Parça, telafi etmek için xy'de ölçeklendirilecektir. "
"Yalnızca çevre için kullanılan filament dikkate alınır.\n"
-"Bu telafi kontrollerden sonra yapıldıÄından, nesneler arasında yeterli boĆluk "
-"bıraktıÄınızdan emin olun."
+"Bu telafi kontrollerden sonra yapıldıÄından, nesneler arasında yeterli "
+"boĆluk bıraktıÄınızdan emin olun."
msgid "Loading speed"
msgstr "YĂŒkleme hızı"
@@ -11000,8 +11138,8 @@ msgid ""
"Filament is cooled by being moved back and forth in the cooling tubes. "
"Specify desired number of these moves."
msgstr ""
-"Filament, soÄutma tĂŒpleri içinde ileri geri hareket ettirilerek soÄutulur. Bu "
-"sayısını belirtin."
+"Filament, soÄutma tĂŒpleri içinde ileri geri hareket ettirilerek soÄutulur. "
+"Bu sayısını belirtin."
msgid "Stamping loading speed"
msgstr "Damgalama yĂŒkleme hızı"
@@ -11014,8 +11152,8 @@ msgstr "SoÄutma tĂŒpĂŒnĂŒn merkezinden ölĂ§ĂŒlen damgalama mesafesi"
msgid ""
"If set to nonzero value, filament is moved toward the nozzle between the "
-"individual cooling moves (\"stamping\"). This option configures how long this "
-"movement should be before the filament is retracted again."
+"individual cooling moves (\"stamping\"). This option configures how long "
+"this movement should be before the filament is retracted again."
msgstr ""
"Sıfırdan farklı bir deÄere ayarlanırsa filaman bireysel soÄutma hareketleri "
"arasında (âdamgalamaâ) nĂŒzule doÄru hareket ettirilir. Bu seçenek, filamanın "
@@ -11034,9 +11172,9 @@ msgstr "Silme kulesi ĂŒzerinde minimum boĆaltım"
msgid ""
"After a tool change, the exact position of the newly loaded filament inside "
"the nozzle may not be known, and the filament pressure is likely not yet "
-"stable. Before purging the print head into an infill or a sacrificial object, "
-"Orca Slicer will always prime this amount of material into the wipe tower to "
-"produce successive infill or sacrificial object extrusions reliably."
+"stable. Before purging the print head into an infill or a sacrificial "
+"object, Orca Slicer will always prime this amount of material into the wipe "
+"tower to produce successive infill or sacrificial object extrusions reliably."
msgstr ""
"Bir takım deÄiĆiminden sonra, yeni yĂŒklenen filamentin nozul içindeki kesin "
"konumu bilinmeyebilir ve filament basıncı muhtemelen henĂŒz stabil deÄildir. "
@@ -11051,15 +11189,6 @@ msgstr "Son soÄutma hareketi hızı"
msgid "Cooling moves are gradually accelerating towards this speed."
msgstr "SoÄutma hareketleri bu hıza doÄru giderek hızlanır."
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new "
-"filament during a tool change (when executing the T code). This time is added "
-"to the total print time by the G-code time estimator."
-msgstr ""
-"Yazıcı donanım yazılımının (veya Ăoklu Malzeme Ănitesi 2.0'ın) takım "
-"deÄiĆikliÄi sırasında (T kodu yĂŒrĂŒtĂŒlĂŒrken) yeni bir filament yĂŒkleme sĂŒresi. "
-"Bu sĂŒre, G kodu zaman tahmincisi tarafından toplam baskı sĂŒresine eklenir."
-
msgid "Ramming parameters"
msgstr "SıkıĆtırma parametreleri"
@@ -11070,15 +11199,6 @@ msgstr ""
"Bu dize RammingDialog tarafından dĂŒzenlenir ve ramming'e özgĂŒ parametreleri "
"içerir."
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a "
-"filament during a tool change (when executing the T code). This time is added "
-"to the total print time by the G-code time estimator."
-msgstr ""
-"Yazıcı ĂŒrĂŒn yazılımının (veya Ăoklu Malzeme Ănitesi 2.0'ın) takım deÄiĆimi "
-"sırasında (T kodu yĂŒrĂŒtĂŒlĂŒrken) filamenti boĆaltma sĂŒresi. Bu sĂŒre, G kodu "
-"sĂŒre tahmincisi tarafından toplam baskı sĂŒresine eklenir."
-
msgid "Enable ramming for multitool setups"
msgstr "Ăoklu araç kurulumları için sıkıĆtırmayı etkinleĆtirin"
@@ -11121,7 +11241,8 @@ msgstr "Filament malzeme tĂŒrĂŒ"
msgid "Soluble material"
msgstr "ĂözĂŒnĂŒr malzeme"
-msgid "Soluble material is commonly used to print support and support interface"
+msgid ""
+"Soluble material is commonly used to print support and support interface"
msgstr ""
"ĂözĂŒnĂŒr malzeme genellikle destek ve destek arayĂŒzĂŒnĂŒ yazdırmak için "
"kullanılır"
@@ -11129,7 +11250,8 @@ msgstr ""
msgid "Support material"
msgstr "Destek malzemesi"
-msgid "Support material is commonly used to print support and support interface"
+msgid ""
+"Support material is commonly used to print support and support interface"
msgstr ""
"Destek malzemesi yaygın olarak destek ve destek arayĂŒzĂŒnĂŒ yazdırmak için "
"kullanılır"
@@ -11177,8 +11299,8 @@ msgid "Solid infill direction"
msgstr "Katı dolgu yönĂŒ"
msgid ""
-"Angle for solid infill pattern, which controls the start or main direction of "
-"line"
+"Angle for solid infill pattern, which controls the start or main direction "
+"of line"
msgstr ""
"Hattın baĆlangıcını veya ana yönĂŒnĂŒ kontrol eden katı dolgu deseni açısı"
@@ -11196,8 +11318,8 @@ msgid ""
"Density of internal sparse infill, 100% turns all sparse infill into solid "
"infill and internal solid infill pattern will be used"
msgstr ""
-"İç seyrek dolgunun yoÄunluÄu, %100 tĂŒm seyrek dolguyu katı dolguya dönĂŒĆtĂŒrĂŒr "
-"ve iç katı dolgu modeli kullanılacaktır"
+"İç seyrek dolgunun yoÄunluÄu, %100 tĂŒm seyrek dolguyu katı dolguya "
+"dönĂŒĆtĂŒrĂŒr ve iç katı dolgu modeli kullanılacaktır"
msgid "Sparse infill pattern"
msgstr "Dolgu deseni"
@@ -11245,22 +11367,23 @@ msgid ""
"Connect an infill line to an internal perimeter with a short segment of an "
"additional perimeter. If expressed as percentage (example: 15%) it is "
"calculated over infill extrusion width. Orca Slicer tries to connect two "
-"close infill lines to a short perimeter segment. If no such perimeter segment "
-"shorter than infill_anchor_max is found, the infill line is connected to a "
-"perimeter segment at just one side and the length of the perimeter segment "
-"taken is limited to this parameter, but no longer than anchor_length_max. \n"
+"close infill lines to a short perimeter segment. If no such perimeter "
+"segment shorter than infill_anchor_max is found, the infill line is "
+"connected to a perimeter segment at just one side and the length of the "
+"perimeter segment taken is limited to this parameter, but no longer than "
+"anchor_length_max. \n"
"Set this parameter to zero to disable anchoring perimeters connected to a "
"single infill line."
msgstr ""
"Bir dolgu hattını, ek bir çevrenin kısa bir bölĂŒmĂŒ ile bir iç çevreye "
-"baÄlayın. YĂŒzde olarak ifade edilirse (örnek: %15) dolgu ekstrĂŒzyon geniĆliÄi "
-"ĂŒzerinden hesaplanır. Orca Slicer iki yakın dolgu hattını kısa bir çevre "
-"segmentine baÄlamaya çalıĆıyor. infill_anchor_max'tan daha kısa böyle bir "
-"çevre segmenti bulunamazsa, dolgu hattı yalnızca bir taraftaki bir çevre "
+"baÄlayın. YĂŒzde olarak ifade edilirse (örnek: %15) dolgu ekstrĂŒzyon "
+"geniĆliÄi ĂŒzerinden hesaplanır. Orca Slicer iki yakın dolgu hattını kısa bir "
+"çevre segmentine baÄlamaya çalıĆıyor. infill_anchor_max'tan daha kısa böyle "
+"bir çevre segmenti bulunamazsa, dolgu hattı yalnızca bir taraftaki bir çevre "
"segmentine baÄlanır ve alınan çevre segmentinin uzunluÄu bu parametreyle "
"sınırlıdır, ancak çapa_uzunluk_max'tan uzun olamaz.\n"
-"Tek bir dolgu hattına baÄlı sabitleme çevrelerini devre dıĆı bırakmak için bu "
-"parametreyi sıfıra ayarlayın."
+"Tek bir dolgu hattına baÄlı sabitleme çevrelerini devre dıĆı bırakmak için "
+"bu parametreyi sıfıra ayarlayın."
msgid "0 (no open anchors)"
msgstr "0 (açık baÄlantı yok)"
@@ -11275,22 +11398,23 @@ msgid ""
"Connect an infill line to an internal perimeter with a short segment of an "
"additional perimeter. If expressed as percentage (example: 15%) it is "
"calculated over infill extrusion width. Orca Slicer tries to connect two "
-"close infill lines to a short perimeter segment. If no such perimeter segment "
-"shorter than this parameter is found, the infill line is connected to a "
-"perimeter segment at just one side and the length of the perimeter segment "
-"taken is limited to infill_anchor, but no longer than this parameter. \n"
+"close infill lines to a short perimeter segment. If no such perimeter "
+"segment shorter than this parameter is found, the infill line is connected "
+"to a perimeter segment at just one side and the length of the perimeter "
+"segment taken is limited to infill_anchor, but no longer than this "
+"parameter. \n"
"If set to 0, the old algorithm for infill connection will be used, it should "
"create the same result as with 1000 & 0."
msgstr ""
"Bir dolgu hattını, ek bir çevrenin kısa bir bölĂŒmĂŒ ile bir iç çevreye "
-"baÄlayın. YĂŒzde olarak ifade edilirse (örnek: %15) dolgu ekstrĂŒzyon geniĆliÄi "
-"ĂŒzerinden hesaplanır. Orca Slicer iki yakın dolgu hattını kısa bir çevre "
-"segmentine baÄlamaya çalıĆıyor. Bu parametreden daha kısa bir çevre segmenti "
-"bulunamazsa, dolgu hattı sadece bir kenardaki bir çevre segmentine baÄlanır "
-"ve alınan çevre segmentinin uzunluÄu infill_anchor ile sınırlıdır ancak bu "
-"parametreden daha uzun olamaz.\n"
-"0'a ayarlanırsa dolgu baÄlantısı için eski algoritma kullanılacaktır; 1000 ve "
-"0 ile aynı sonucu oluĆturmalıdır."
+"baÄlayın. YĂŒzde olarak ifade edilirse (örnek: %15) dolgu ekstrĂŒzyon "
+"geniĆliÄi ĂŒzerinden hesaplanır. Orca Slicer iki yakın dolgu hattını kısa bir "
+"çevre segmentine baÄlamaya çalıĆıyor. Bu parametreden daha kısa bir çevre "
+"segmenti bulunamazsa, dolgu hattı sadece bir kenardaki bir çevre segmentine "
+"baÄlanır ve alınan çevre segmentinin uzunluÄu infill_anchor ile sınırlıdır "
+"ancak bu parametreden daha uzun olamaz.\n"
+"0'a ayarlanırsa dolgu baÄlantısı için eski algoritma kullanılacaktır; 1000 "
+"ve 0 ile aynı sonucu oluĆturmalıdır."
msgid "0 (Simple connect)"
msgstr "0 (Basit baÄlantı)"
@@ -11308,8 +11432,8 @@ msgid ""
"Acceleration of top surface infill. Using a lower value may improve top "
"surface quality"
msgstr ""
-"Ăst yĂŒzey dolgusunun hızlandırılması. Daha dĂŒĆĂŒk bir deÄerin kullanılması ĂŒst "
-"yĂŒzey kalitesini iyileĆtirebilir"
+"Ăst yĂŒzey dolgusunun hızlandırılması. Daha dĂŒĆĂŒk bir deÄerin kullanılması "
+"ĂŒst yĂŒzey kalitesini iyileĆtirebilir"
msgid "Acceleration of outer wall. Using a lower value can improve quality"
msgstr ""
@@ -11319,8 +11443,8 @@ msgid ""
"Acceleration of bridges. If the value is expressed as a percentage (e.g. "
"50%), it will be calculated based on the outer wall acceleration."
msgstr ""
-"KöprĂŒlerin hızlandırılması. DeÄer yĂŒzde olarak ifade edilirse (örn. %50), dÄ±Ć "
-"duvar ivmesine göre hesaplanacaktır."
+"KöprĂŒlerin hızlandırılması. DeÄer yĂŒzde olarak ifade edilirse (örn. %50), "
+"dÄ±Ć duvar ivmesine göre hesaplanacaktır."
msgid "mm/sÂČ or %"
msgstr "mm/sÂČ veya %"
@@ -11357,7 +11481,8 @@ msgid "accel_to_decel"
msgstr "Accel_to_decel"
#, c-format, boost-format
-msgid "Klipper's max_accel_to_decel will be adjusted to this %% of acceleration"
+msgid ""
+"Klipper's max_accel_to_decel will be adjusted to this %% of acceleration"
msgstr ""
"Klipper'ın max_accel_to_decel deÄeri ivmenin bu %%'sine göre ayarlanacak"
@@ -11390,8 +11515,8 @@ msgid "Initial layer height"
msgstr "BaĆlangıç katman yĂŒksekliÄi"
msgid ""
-"Height of initial layer. Making initial layer height to be thick slightly can "
-"improve build plate adhesion"
+"Height of initial layer. Making initial layer height to be thick slightly "
+"can improve build plate adhesion"
msgstr ""
"Ä°lk katmanın yĂŒksekliÄi. Ä°lk katman yĂŒksekliÄini biraz kalın yapmak, baskı "
"plakasının yapıĆmasını iyileĆtirebilir"
@@ -11439,9 +11564,10 @@ msgid ""
msgstr ""
"Fan hızı, \"close_fan_the_first_x_layers\" katmanında sıfırdan "
"\"ful_fan_speed_layer\" katmanında maksimuma doÄrusal olarak artırılacaktır. "
-"\"full_fan_speed_layer\", \"close_fan_the_first_x_layers\" deÄerinden dĂŒĆĂŒkse "
-"göz ardı edilecektir; bu durumda fan, \"close_fan_the_first_x_layers\" + 1 "
-"katmanında izin verilen maksimum hızda çalıĆacaktır."
+"\"full_fan_speed_layer\", \"close_fan_the_first_x_layers\" deÄerinden "
+"dĂŒĆĂŒkse göz ardı edilecektir; bu durumda fan, "
+"\"close_fan_the_first_x_layers\" + 1 katmanında izin verilen maksimum hızda "
+"çalıĆacaktır."
msgid "layer"
msgstr "katman"
@@ -11507,8 +11633,11 @@ msgstr "KĂŒĂ§ĂŒk boĆlukları filtrele"
msgid "Layers and Perimeters"
msgstr "Katmanlar ve Ăevreler"
-msgid "Filter out gaps smaller than the threshold specified"
-msgstr "Belirtilen eĆikten daha kĂŒĂ§ĂŒk boĆlukları filtrele"
+msgid ""
+"Don't print gap fill with a length is smaller than the threshold specified "
+"(in mm). This setting applies to top, bottom and solid infill and, if using "
+"the classic perimeter generator, to wall gap fill. "
+msgstr ""
msgid ""
"Speed of gap infill. Gap usually has irregular line width and should be "
@@ -11537,11 +11666,11 @@ msgid ""
"Enable this to get a G-code file which has G2 and G3 moves. The fitting "
"tolerance is same as the resolution. \n"
"\n"
-"Note: For klipper machines, this option is recomended to be disabled. Klipper "
-"does not benefit from arc commands as these are split again into line "
-"segments by the firmware. This results in a reduction in surface quality as "
-"line segments are converted to arcs by the slicer and then back to line "
-"segments by the firmware."
+"Note: For klipper machines, this option is recomended to be disabled. "
+"Klipper does not benefit from arc commands as these are split again into "
+"line segments by the firmware. This results in a reduction in surface "
+"quality as line segments are converted to arcs by the slicer and then back "
+"to line segments by the firmware."
msgstr ""
"G2 ve G3 hareketlerine sahip bir G kodu dosyası elde etmek için bunu "
"etkinleĆtirin. Montaj toleransı çözĂŒnĂŒrlĂŒkle aynıdır. \n"
@@ -11578,8 +11707,8 @@ msgid ""
"The metallic material of nozzle. This determines the abrasive resistance of "
"nozzle, and what kind of filament can be printed"
msgstr ""
-"Nozulnin metalik malzemesi. Bu, nozulun aĆınma direncini ve ne tĂŒr filamentin "
-"basılabileceÄini belirler"
+"Nozulnin metalik malzemesi. Bu, nozulun aĆınma direncini ve ne tĂŒr "
+"filamentin basılabileceÄini belirler"
msgid "Undefine"
msgstr "Tanımsız"
@@ -11631,8 +11760,8 @@ msgid "Best auto arranging position in range [0,1] w.r.t. bed shape."
msgstr "Yatak Ćekline göre [0,1] aralıÄında en iyi otomatik dĂŒzenleme konumu."
msgid ""
-"Enable this option if machine has auxiliary part cooling fan. G-code command: "
-"M106 P2 S(0-255)."
+"Enable this option if machine has auxiliary part cooling fan. G-code "
+"command: M106 P2 S(0-255)."
msgstr ""
"Makinede yardımcı parça soÄutma fanı varsa bu seçeneÄi etkinleĆtirin. G-code "
"komut: M106 P2 S(0-255)."
@@ -11675,8 +11804,8 @@ msgid ""
msgstr ""
"SoÄutma fanını baĆlatmak için hedef hıza dĂŒĆmeden önce bu sĂŒre boyunca "
"maksimum fan hızı komutunu verin.\n"
-"Bu, dĂŒĆĂŒk PWM/gĂŒcĂŒn fanın durma noktasından dönmeye baĆlaması veya fanın daha "
-"hızlı hızlanması için yetersiz olabileceÄi fanlar için kullanıĆlıdır.\n"
+"Bu, dĂŒĆĂŒk PWM/gĂŒcĂŒn fanın durma noktasından dönmeye baĆlaması veya fanın "
+"daha hızlı hızlanması için yetersiz olabileceÄi fanlar için kullanıĆlıdır.\n"
"Devre dıĆı bırakmak için 0'a ayarlayın."
msgid "Time cost"
@@ -11722,7 +11851,8 @@ msgid "Pellet Modded Printer"
msgstr "Pelet Modlu Yazıcı"
msgid "Enable this option if your printer uses pellets instead of filaments"
-msgstr "Yazıcınız filament yerine pellet kullanıyorsa bu seçeneÄi etkinleĆtirin"
+msgstr ""
+"Yazıcınız filament yerine pellet kullanıyorsa bu seçeneÄi etkinleĆtirin"
msgid "Support multi bed types"
msgstr "Ăoklu tabla"
@@ -11736,20 +11866,21 @@ msgstr "Nesneleri etiketle"
msgid ""
"Enable this to add comments into the G-Code labeling print moves with what "
-"object they belong to, which is useful for the Octoprint CancelObject plugin. "
-"This settings is NOT compatible with Single Extruder Multi Material setup and "
-"Wipe into Object / Wipe into Infill."
+"object they belong to, which is useful for the Octoprint CancelObject "
+"plugin. This settings is NOT compatible with Single Extruder Multi Material "
+"setup and Wipe into Object / Wipe into Infill."
msgstr ""
"G-Code etiketleme yazdırma hareketlerine ait oldukları nesneyle ilgili "
"yorumlar eklemek için bunu etkinleĆtirin; bu, Octoprint CancelObject "
-"eklentisi için kullanıĆlıdır. Bu ayarlar Tek Ekstruder Ăoklu Malzeme kurulumu "
-"ve Nesneye Temizleme / Dolguya Temizleme ile uyumlu DEÄÄ°LDÄ°R."
+"eklentisi için kullanıĆlıdır. Bu ayarlar Tek Ekstruder Ăoklu Malzeme "
+"kurulumu ve Nesneye Temizleme / Dolguya Temizleme ile uyumlu DEÄÄ°LDÄ°R."
msgid "Exclude objects"
msgstr "Nesneleri hariç tut"
msgid "Enable this option to add EXCLUDE OBJECT command in g-code"
-msgstr "G koduna EXCLUDE OBJECT komutunu eklemek için bu seçeneÄi etkinleĆtirin"
+msgstr ""
+"G koduna EXCLUDE OBJECT komutunu eklemek için bu seçeneÄi etkinleĆtirin"
msgid "Verbose G-code"
msgstr "Ayrıntılı G kodu"
@@ -11789,10 +11920,10 @@ msgstr "Dolgu/Duvar örtĂŒĆmesi"
#, no-c-format, no-boost-format
msgid ""
-"Infill area is enlarged slightly to overlap with wall for better bonding. The "
-"percentage value is relative to line width of sparse infill. Set this value "
-"to ~10-15% to minimize potential over extrusion and accumulation of material "
-"resulting in rough top surfaces."
+"Infill area is enlarged slightly to overlap with wall for better bonding. "
+"The percentage value is relative to line width of sparse infill. Set this "
+"value to ~10-15% to minimize potential over extrusion and accumulation of "
+"material resulting in rough top surfaces."
msgstr ""
"Daha iyi yapıĆma için dolgu alanı duvarla örtĂŒĆecek Ćekilde hafifçe "
"geniĆletilir. YĂŒzde deÄeri seyrek dolgunun çizgi geniĆliÄine göredir. AĆırı "
@@ -11805,8 +11936,8 @@ msgstr "Ăst/Alt katı dolgu/Duvar örtĂŒĆmesi"
#, no-c-format, no-boost-format
msgid ""
"Top solid infill area is enlarged slightly to overlap with wall for better "
-"bonding and to minimize the appearance of pinholes where the top infill meets "
-"the walls. A value of 25-30% is a good starting point, minimising the "
+"bonding and to minimize the appearance of pinholes where the top infill "
+"meets the walls. A value of 25-30% is a good starting point, minimising the "
"appearance of pinholes. The percentage value is relative to line width of "
"sparse infill"
msgstr ""
@@ -11824,12 +11955,12 @@ msgstr "ArayĂŒz kabukları"
msgid ""
"Force the generation of solid shells between adjacent materials/volumes. "
-"Useful for multi-extruder prints with translucent materials or manual soluble "
-"support material"
+"Useful for multi-extruder prints with translucent materials or manual "
+"soluble support material"
msgstr ""
"BitiĆik malzemeler/hacimler arasında katı kabuk oluĆumunu zorlayın. Yarı "
-"saydam malzemelerle veya elle çözĂŒlebilen destek malzemesiyle çoklu ekstruder "
-"baskıları için kullanıĆlıdır"
+"saydam malzemelerle veya elle çözĂŒlebilen destek malzemesiyle çoklu "
+"ekstruder baskıları için kullanıĆlıdır"
msgid "Maximum width of a segmented region"
msgstr "BölĂŒmlere ayrılmÄ±Ć bir bölgenin maksimum geniĆliÄi"
@@ -11851,7 +11982,8 @@ msgstr ""
"BölĂŒmlere ayrılmÄ±Ć bir bölgenin birbirine kenetlenen derinliÄi. "
"âmmu_segmented_region_max_widthâ sıfırsa veya "
"âmmu_segmented_region_interlocking_lengthâ, âmmu_segmented_region_max_widthâ "
-"deÄerinden bĂŒyĂŒkse göz ardı edilecektir. Sıfır bu özelliÄi devre dıĆı bırakır."
+"deÄerinden bĂŒyĂŒkse göz ardı edilecektir. Sıfır bu özelliÄi devre dıĆı "
+"bırakır."
msgid "Use beam interlocking"
msgstr "IĆın kilitlemeyi kullanın"
@@ -11895,7 +12027,8 @@ msgid ""
"structure, measured in cells. Too few cells will result in poor adhesion."
msgstr ""
"HĂŒcrelerde ölĂ§ĂŒlen, birbirine kenetlenen yapıyı oluĆturmak için filamentler "
-"arasındaki sınırdan mesafe. Ăok az hĂŒcre yapıĆmanın zayıf olmasına neden olur."
+"arasındaki sınırdan mesafe. Ăok az hĂŒcre yapıĆmanın zayıf olmasına neden "
+"olur."
msgid "Interlocking boundary avoidance"
msgstr "Birbirine kenetlenen sınırdan kaçınma"
@@ -11996,8 +12129,8 @@ msgstr ""
"G kodu tadı Klipper olarak ayarlandıÄında bu seçenek göz ardı edilecektir."
msgid ""
-"This G-code will be used as a code for the pause print. User can insert pause "
-"G-code in gcode viewer"
+"This G-code will be used as a code for the pause print. User can insert "
+"pause G-code in gcode viewer"
msgstr ""
"Bu G kodu duraklatma yazdırması için bir kod olarak kullanılacaktır. "
"Kullanıcı gcode görĂŒntĂŒleyiciye duraklatma G kodunu ekleyebilir"
@@ -12128,8 +12261,8 @@ msgid "Maximum acceleration for travel (M204 T), it only applies to Marlin 2"
msgstr "Seyahat için maksimum ivme (M204 T), yalnızca Marlin 2 için geçerlidir"
msgid ""
-"Part cooling fan speed may be increased when auto cooling is enabled. This is "
-"the maximum speed limitation of part cooling fan"
+"Part cooling fan speed may be increased when auto cooling is enabled. This "
+"is the maximum speed limitation of part cooling fan"
msgstr ""
"Otomatik soÄutma etkinleĆtirildiÄinde parça soÄutma fanı hızı artırılabilir. "
"Bu, parça soÄutma fanının maksimum hız sınırlamasıdır"
@@ -12149,8 +12282,8 @@ msgid "Extrusion rate smoothing"
msgstr "EkstrĂŒzyon hızını yumuĆatma"
msgid ""
-"This parameter smooths out sudden extrusion rate changes that happen when the "
-"printer transitions from printing a high flow (high speed/larger width) "
+"This parameter smooths out sudden extrusion rate changes that happen when "
+"the printer transitions from printing a high flow (high speed/larger width) "
"extrusion to a lower flow (lower speed/smaller width) extrusion and vice "
"versa.\n"
"\n"
@@ -12161,11 +12294,12 @@ msgid ""
"A value of 0 disables the feature. \n"
"\n"
"For a high speed, high flow direct drive printer (like the Bambu lab or "
-"Voron) this value is usually not needed. However it can provide some marginal "
-"benefit in certain cases where feature speeds vary greatly. For example, when "
-"there are aggressive slowdowns due to overhangs. In these cases a high value "
-"of around 300-350mm3/s2 is recommended as this allows for just enough "
-"smoothing to assist pressure advance achieve a smoother flow transition.\n"
+"Voron) this value is usually not needed. However it can provide some "
+"marginal benefit in certain cases where feature speeds vary greatly. For "
+"example, when there are aggressive slowdowns due to overhangs. In these "
+"cases a high value of around 300-350mm3/s2 is recommended as this allows for "
+"just enough smoothing to assist pressure advance achieve a smoother flow "
+"transition.\n"
"\n"
"For slower printers without pressure advance, the value should be set much "
"lower. A value of 10-15mm3/s2 is a good starting point for direct drive "
@@ -12187,13 +12321,13 @@ msgstr ""
"\n"
"0 deÄeri özelliÄi devre dıĆı bırakır. \n"
"\n"
-"YĂŒksek hızlı, yĂŒksek akıĆlı doÄrudan tahrikli bir yazıcı için (Bambu lab veya "
-"Voron gibi) bu deÄer genellikle gerekli deÄildir. Ancak özellik hızlarının "
-"bĂŒyĂŒk ölĂ§ĂŒde deÄiĆtiÄi bazı durumlarda marjinal bir fayda saÄlayabilir. "
-"ĂrneÄin, çıkıntılar nedeniyle agresif yavaĆlamalar olduÄunda. Bu durumlarda "
-"300-350mm3/s2 civarında yĂŒksek bir deÄer önerilir Ă§ĂŒnkĂŒ bu, basınç "
-"ilerlemesinin daha yumuĆak bir akÄ±Ć geçiĆi elde etmesine yardımcı olmak için "
-"yeterli yumuĆatmaya izin verir.\n"
+"YĂŒksek hızlı, yĂŒksek akıĆlı doÄrudan tahrikli bir yazıcı için (Bambu lab "
+"veya Voron gibi) bu deÄer genellikle gerekli deÄildir. Ancak özellik "
+"hızlarının bĂŒyĂŒk ölĂ§ĂŒde deÄiĆtiÄi bazı durumlarda marjinal bir fayda "
+"saÄlayabilir. ĂrneÄin, çıkıntılar nedeniyle agresif yavaĆlamalar olduÄunda. "
+"Bu durumlarda 300-350mm3/s2 civarında yĂŒksek bir deÄer önerilir Ă§ĂŒnkĂŒ bu, "
+"basınç ilerlemesinin daha yumuĆak bir akÄ±Ć geçiĆi elde etmesine yardımcı "
+"olmak için yeterli yumuĆatmaya izin verir.\n"
"\n"
"Basınç avansı olmayan daha yavaĆ yazıcılar için deÄer çok daha dĂŒĆĂŒk "
"ayarlanmalıdır. DoÄrudan tahrikli ekstruderler için 10-15mm3/s2 ve Bowden "
@@ -12287,8 +12421,8 @@ msgid ""
"Orca Slicer can upload G-code files to a printer host. This field must "
"contain the kind of the host."
msgstr ""
-"Orca Slicer, G kodu dosyalarını bir yazıcı ana bilgisayarına yĂŒkleyebilir. Bu "
-"alan ana bilgisayarın tĂŒrĂŒnĂŒ içermelidir."
+"Orca Slicer, G kodu dosyalarını bir yazıcı ana bilgisayarına yĂŒkleyebilir. "
+"Bu alan ana bilgisayarın tĂŒrĂŒnĂŒ içermelidir."
msgid "Nozzle volume"
msgstr "Nozul hacmi"
@@ -12329,8 +12463,8 @@ msgid ""
"Distance of the extruder tip from the position where the filament is parked "
"when unloaded. This should match the value in printer firmware."
msgstr ""
-"Ekstruder ucunun, boĆaltıldıÄında filamentin park edildiÄi konumdan uzaklıÄı. "
-"Bu ayar yazıcı ĂŒrĂŒn yazılımındaki deÄerle eĆleĆmelidir."
+"Ekstruder ucunun, boĆaltıldıÄında filamentin park edildiÄi konumdan "
+"uzaklıÄı. Bu ayar yazıcı ĂŒrĂŒn yazılımındaki deÄerle eĆleĆmelidir."
msgid "Extra loading distance"
msgstr "Ekstra yĂŒkleme mesafesi"
@@ -12357,8 +12491,8 @@ msgstr "Dolguda geri çekmeyi azalt"
msgid ""
"Don't retract when the travel is in infill area absolutely. That means the "
-"oozing can't been seen. This can reduce times of retraction for complex model "
-"and save printing time, but make slicing and G-code generating slower"
+"oozing can't been seen. This can reduce times of retraction for complex "
+"model and save printing time, but make slicing and G-code generating slower"
msgstr ""
"Hareket kesinlikle dolgu alanına girdiÄinde geri çekilmeyin. Bu, sızıntının "
"görĂŒlemeyeceÄi anlamına gelir. Bu, karmaĆık model için geri çekme sĂŒrelerini "
@@ -12402,11 +12536,11 @@ msgid "Make overhangs printable - Hole area"
msgstr "Yazdırılabilir çıkıntı delik alanı oluĆturun"
msgid ""
-"Maximum area of a hole in the base of the model before it's filled by conical "
-"material.A value of 0 will fill all the holes in the model base."
+"Maximum area of a hole in the base of the model before it's filled by "
+"conical material.A value of 0 will fill all the holes in the model base."
msgstr ""
-"Modelin tabanındaki bir deliÄin, konik malzemeyle doldurulmadan önce maksimum "
-"alanı. 0 deÄeri, model tabanındaki tĂŒm delikleri dolduracaktır."
+"Modelin tabanındaki bir deliÄin, konik malzemeyle doldurulmadan önce "
+"maksimum alanı. 0 deÄeri, model tabanındaki tĂŒm delikleri dolduracaktır."
msgid "mmÂČ"
msgstr "mmÂČ"
@@ -12416,11 +12550,11 @@ msgstr "Ăıkıntılı duvarı algıla"
#, c-format, boost-format
msgid ""
-"Detect the overhang percentage relative to line width and use different speed "
-"to print. For 100%% overhang, bridge speed is used."
+"Detect the overhang percentage relative to line width and use different "
+"speed to print. For 100%% overhang, bridge speed is used."
msgstr ""
-"Ăizgi geniĆliÄine göre çıkıntı yĂŒzdesini tespit edin ve yazdırmak için farklı "
-"hızlar kullanın. %%100 çıkıntı için köprĂŒ hızı kullanılır."
+"Ăizgi geniĆliÄine göre çıkıntı yĂŒzdesini tespit edin ve yazdırmak için "
+"farklı hızlar kullanın. %%100 çıkıntı için köprĂŒ hızı kullanılır."
msgid "Filament to print walls"
msgstr "Duvarları yazdırmak için filament"
@@ -12445,8 +12579,8 @@ msgid ""
"This setting adds an extra wall to every other layer. This way the infill "
"gets wedged vertically between the walls, resulting in stronger prints. \n"
"\n"
-"When this option is enabled, the ensure vertical shell thickness option needs "
-"to be disabled. \n"
+"When this option is enabled, the ensure vertical shell thickness option "
+"needs to be disabled. \n"
"\n"
"Using lightning infill together with this option is not recommended as there "
"is limited infill to anchor the extra perimeters to."
@@ -12467,10 +12601,11 @@ msgid ""
"argument, and they can access the Orca Slicer config settings by reading "
"environment variables."
msgstr ""
-"Ăıktı G-kodunu özel komut dosyaları aracılıÄıyla iĆlemek istiyorsanız, mutlak "
-"yollarını burada listeleyin. Birden fazla betiÄi noktalı virgĂŒlle ayırın. "
-"Betiklere ilk argĂŒman olarak G-code dosyasının mutlak yolu aktarılır ve ortam "
-"deÄiĆkenlerini okuyarak Orca Slicer yapılandırma ayarlarına eriĆebilirler."
+"Ăıktı G-kodunu özel komut dosyaları aracılıÄıyla iĆlemek istiyorsanız, "
+"mutlak yollarını burada listeleyin. Birden fazla betiÄi noktalı virgĂŒlle "
+"ayırın. Betiklere ilk argĂŒman olarak G-code dosyasının mutlak yolu aktarılır "
+"ve ortam deÄiĆkenlerini okuyarak Orca Slicer yapılandırma ayarlarına "
+"eriĆebilirler."
msgid "Printer type"
msgstr "Yazıcı tĂŒrĂŒ"
@@ -12491,7 +12626,8 @@ msgid "Raft contact Z distance"
msgstr "Raft kontak Z mesafesi"
msgid "Z gap between object and raft. Ignored for soluble interface"
-msgstr "Nesne ve raft arasındaki Z boĆluÄu. ĂözĂŒnĂŒr arayĂŒz için göz ardı edildi"
+msgstr ""
+"Nesne ve raft arasındaki Z boĆluÄu. ĂözĂŒnĂŒr arayĂŒz için göz ardı edildi"
msgid "Raft expansion"
msgstr "Raft geniĆletme"
@@ -12520,8 +12656,8 @@ msgid ""
"Object will be raised by this number of support layers. Use this function to "
"avoid wrapping when print ABS"
msgstr ""
-"Nesne bu sayıdaki destek katmanı tarafından yĂŒkseltilecektir. ABS yazdırırken "
-"sarmayı önlemek için bu iĆlevi kullanın"
+"Nesne bu sayıdaki destek katmanı tarafından yĂŒkseltilecektir. ABS "
+"yazdırırken sarmayı önlemek için bu iĆlevi kullanın"
msgid ""
"G-code path is genereated after simplifing the contour of model to avoid too "
@@ -12536,7 +12672,8 @@ msgid "Travel distance threshold"
msgstr "Seyahat mesafesi"
msgid ""
-"Only trigger retraction when the travel distance is longer than this threshold"
+"Only trigger retraction when the travel distance is longer than this "
+"threshold"
msgstr ""
"Geri çekmeyi yalnızca hareket mesafesi bu eĆikten daha uzun olduÄunda "
"tetikleyin"
@@ -12544,7 +12681,8 @@ msgstr ""
msgid "Retract amount before wipe"
msgstr "Temizleme iĆlemi öncesi geri çekme miktarı"
-msgid "The length of fast retraction before wipe, relative to retraction length"
+msgid ""
+"The length of fast retraction before wipe, relative to retraction length"
msgstr ""
"Geri çekme uzunluÄuna göre, temizlemeden önce hızlı geri çekilmenin uzunluÄu"
@@ -12635,8 +12773,8 @@ msgid "Traveling angle"
msgstr "Seyahat açısı"
msgid ""
-"Traveling angle for Slope and Spiral Z hop type. Setting it to 90° results in "
-"Normal Lift"
+"Traveling angle for Slope and Spiral Z hop type. Setting it to 90° results "
+"in Normal Lift"
msgstr ""
"EÄim ve Spiral Z atlama tipi için ilerleme açısı. 90°âye ayarlamak normal "
"kaldırmayla sonuçlanır"
@@ -12771,13 +12909,13 @@ msgid "Seam gap"
msgstr "DikiĆ boĆluÄu"
msgid ""
-"In order to reduce the visibility of the seam in a closed loop extrusion, the "
-"loop is interrupted and shortened by a specified amount.\n"
-"This amount can be specified in millimeters or as a percentage of the current "
-"extruder diameter. The default value for this parameter is 10%."
+"In order to reduce the visibility of the seam in a closed loop extrusion, "
+"the loop is interrupted and shortened by a specified amount.\n"
+"This amount can be specified in millimeters or as a percentage of the "
+"current extruder diameter. The default value for this parameter is 10%."
msgstr ""
-"Kapalı döngĂŒ ekstrĂŒzyonda dikiĆin görĂŒnĂŒrlĂŒÄĂŒnĂŒ azaltmak için döngĂŒ kesintiye "
-"uÄrar ve belirli bir miktarda kısaltılır.\n"
+"Kapalı döngĂŒ ekstrĂŒzyonda dikiĆin görĂŒnĂŒrlĂŒÄĂŒnĂŒ azaltmak için döngĂŒ "
+"kesintiye uÄrar ve belirli bir miktarda kısaltılır.\n"
"Bu miktar milimetre cinsinden veya mevcut ekstruder çapının yĂŒzdesi olarak "
"belirtilebilir. Bu parametrenin varsayılan deÄeri %10'dur."
@@ -12786,8 +12924,8 @@ msgstr "Atkı birleĆim dikiĆi (beta)"
msgid "Use scarf joint to minimize seam visibility and increase seam strength."
msgstr ""
-"DikiĆ görĂŒnĂŒrlĂŒÄĂŒnĂŒ en aza indirmek ve dikiĆ mukavemetini arttırmak için atkı "
-"birleĆimini kullanın."
+"DikiĆ görĂŒnĂŒrlĂŒÄĂŒnĂŒ en aza indirmek ve dikiĆ mukavemetini arttırmak için "
+"atkı birleĆimini kullanın."
msgid "Conditional scarf joint"
msgstr "KoĆullu atkı birleĆimi"
@@ -12805,9 +12943,9 @@ msgstr "KoĆullu açı eĆiÄi"
msgid ""
"This option sets the threshold angle for applying a conditional scarf joint "
"seam.\n"
-"If the maximum angle within the perimeter loop exceeds this value (indicating "
-"the absence of sharp corners), a scarf joint seam will be used. The default "
-"value is 155°."
+"If the maximum angle within the perimeter loop exceeds this value "
+"(indicating the absence of sharp corners), a scarf joint seam will be used. "
+"The default value is 155°."
msgstr ""
"Bu seçenek, koĆullu bir atkı eklem dikiĆi uygulamak için eĆik açısını "
"ayarlar.\n"
@@ -12822,8 +12960,8 @@ msgstr "KoĆullu çıkıntı eĆiÄi"
msgid ""
"This option determines the overhang threshold for the application of scarf "
"joint seams. If the unsupported portion of the perimeter is less than this "
-"threshold, scarf joint seams will be applied. The default threshold is set at "
-"40% of the external wall's width. Due to performance considerations, the "
+"threshold, scarf joint seams will be applied. The default threshold is set "
+"at 40% of the external wall's width. Due to performance considerations, the "
"degree of overhang is estimated."
msgstr ""
"Bu seçenek, atkı baÄlantı dikiĆlerinin uygulanması için sarkma eĆiÄini "
@@ -12837,22 +12975,22 @@ msgstr "Atkı birleĆim hızı"
msgid ""
"This option sets the printing speed for scarf joints. It is recommended to "
-"print scarf joints at a slow speed (less than 100 mm/s). It's also advisable "
-"to enable 'Extrusion rate smoothing' if the set speed varies significantly "
-"from the speed of the outer or inner walls. If the speed specified here is "
-"higher than the speed of the outer or inner walls, the printer will default "
-"to the slower of the two speeds. When specified as a percentage (e.g., 80%), "
-"the speed is calculated based on the respective outer or inner wall speed. "
-"The default value is set to 100%."
+"print scarf joints at a slow speed (less than 100 mm/s). It's also "
+"advisable to enable 'Extrusion rate smoothing' if the set speed varies "
+"significantly from the speed of the outer or inner walls. If the speed "
+"specified here is higher than the speed of the outer or inner walls, the "
+"printer will default to the slower of the two speeds. When specified as a "
+"percentage (e.g., 80%), the speed is calculated based on the respective "
+"outer or inner wall speed. The default value is set to 100%."
msgstr ""
"Bu seçenek, atkı baÄlantılarının yazdırma hızını ayarlar. Atkı "
"baÄlantılarının yavaĆ bir hızda (100 mm/s'den az) yazdırılması tavsiye "
"edilir. Ayarlanan hızın dÄ±Ć veya iç duvarların hızından önemli ölĂ§ĂŒde farklı "
-"olması durumunda 'EkstrĂŒzyon hızı yumuĆatma' seçeneÄinin etkinleĆtirilmesi de "
-"tavsiye edilir. Burada belirtilen hız, dÄ±Ć veya iç duvarların hızından daha "
-"yĂŒksekse, yazıcı varsayılan olarak iki hızdan daha yavaĆ olanı seçecektir. "
-"YĂŒzde olarak belirtildiÄinde (örn. %80), hız, ilgili dÄ±Ć veya iç duvar hızına "
-"göre hesaplanır. Varsayılan deÄer %100 olarak ayarlanmıĆtır."
+"olması durumunda 'EkstrĂŒzyon hızı yumuĆatma' seçeneÄinin etkinleĆtirilmesi "
+"de tavsiye edilir. Burada belirtilen hız, dÄ±Ć veya iç duvarların hızından "
+"daha yĂŒksekse, yazıcı varsayılan olarak iki hızdan daha yavaĆ olanı "
+"seçecektir. YĂŒzde olarak belirtildiÄinde (örn. %80), hız, ilgili dÄ±Ć veya iç "
+"duvar hızına göre hesaplanır. Varsayılan deÄer %100 olarak ayarlanmıĆtır."
msgid "Scarf joint flow ratio"
msgstr "Atkı birleĆimi akÄ±Ć oranı"
@@ -12866,8 +13004,8 @@ msgstr "Atkı baĆlangıç ââyĂŒksekliÄi"
msgid ""
"Start height of the scarf.\n"
-"This amount can be specified in millimeters or as a percentage of the current "
-"layer height. The default value for this parameter is 0."
+"This amount can be specified in millimeters or as a percentage of the "
+"current layer height. The default value for this parameter is 0."
msgstr ""
"Atkı baĆlangıç yĂŒksekliÄi.\n"
"Bu miktar milimetre cinsinden veya geçerli katman yĂŒksekliÄinin yĂŒzdesi "
@@ -12886,8 +13024,8 @@ msgid ""
"Length of the scarf. Setting this parameter to zero effectively disables the "
"scarf."
msgstr ""
-"Atkının uzunluÄu. Bu parametrenin 0 a ayarlanması atkıyı dolaylı yoldan devre "
-"dıĆı bırakır."
+"Atkının uzunluÄu. Bu parametrenin 0 a ayarlanması atkıyı dolaylı yoldan "
+"devre dıĆı bırakır."
msgid "Scarf steps"
msgstr "Atkı kademesi"
@@ -12928,15 +13066,15 @@ msgid "Wipe before external loop"
msgstr "Harici döngĂŒden önce silin"
msgid ""
-"To minimise visibility of potential overextrusion at the start of an external "
-"perimeter when printing with Outer/Inner or Inner/Outer/Inner wall print "
-"order, the deretraction is performed slightly on the inside from the start of "
-"the external perimeter. That way any potential over extrusion is hidden from "
-"the outside surface. \n"
+"To minimise visibility of potential overextrusion at the start of an "
+"external perimeter when printing with Outer/Inner or Inner/Outer/Inner wall "
+"print order, the deretraction is performed slightly on the inside from the "
+"start of the external perimeter. That way any potential over extrusion is "
+"hidden from the outside surface. \n"
"\n"
-"This is useful when printing with Outer/Inner or Inner/Outer/Inner wall print "
-"order as in these modes it is more likely an external perimeter is printed "
-"immediately after a deretraction move."
+"This is useful when printing with Outer/Inner or Inner/Outer/Inner wall "
+"print order as in these modes it is more likely an external perimeter is "
+"printed immediately after a deretraction move."
msgstr ""
"DıĆ/İç veya İç/DıĆ/İç duvar baskı sırası ile yazdırırken, dÄ±Ć Ă§evrenin "
"baĆlangıcında olası aĆırı çıkıntının görĂŒnĂŒrlĂŒÄĂŒnĂŒ en aza indirmek için, "
@@ -12945,8 +13083,8 @@ msgstr ""
"yĂŒzeyden gizlenir. \n"
"\n"
"Bu, DıĆ/İç veya İç/DıĆ/İç duvar yazdırma sırası ile yazdırırken "
-"kullanıĆlıdır, Ă§ĂŒnkĂŒ bu modlarda, bir geri çekilme hareketinin hemen ardından "
-"bir dÄ±Ć Ă§evrenin yazdırılması daha olasıdır."
+"kullanıĆlıdır, Ă§ĂŒnkĂŒ bu modlarda, bir geri çekilme hareketinin hemen "
+"ardından bir dÄ±Ć Ă§evrenin yazdırılması daha olasıdır."
msgid "Wipe speed"
msgstr "Temizleme hızı"
@@ -13012,7 +13150,8 @@ msgid "Skirt loops"
msgstr "Etek sayısı"
msgid "Number of loops for the skirt. Zero means disabling skirt"
-msgstr "Etek için ilmek sayısı. Sıfır, eteÄi devre dıĆı bırakmak anlamına gelir"
+msgstr ""
+"Etek için ilmek sayısı. Sıfır, eteÄi devre dıĆı bırakmak anlamına gelir"
msgid "Skirt speed"
msgstr "Etek hızı"
@@ -13063,8 +13202,8 @@ msgid "Filament to print solid infill"
msgstr "Katı dolguyu yazdırmak için filament"
msgid ""
-"Line width of internal solid infill. If expressed as a %, it will be computed "
-"over the nozzle diameter."
+"Line width of internal solid infill. If expressed as a %, it will be "
+"computed over the nozzle diameter."
msgstr ""
"İç katı dolgunun çizgi geniĆliÄi. % olarak ifade edilirse Nozul çapı "
"ĂŒzerinden hesaplanacaktır."
@@ -13078,8 +13217,8 @@ msgid ""
"generated model has no seam"
msgstr ""
"SpiralleĆtirme, dÄ±Ć konturun z hareketlerini yumuĆatır. Ve katı bir modeli, "
-"katı alt katmanlara sahip tek duvarlı bir baskıya dönĂŒĆtĂŒrĂŒr. OluĆturulan son "
-"modelde dikiĆ yok."
+"katı alt katmanlara sahip tek duvarlı bir baskıya dönĂŒĆtĂŒrĂŒr. OluĆturulan "
+"son modelde dikiĆ yok."
msgid "Smooth Spiral"
msgstr "PĂŒrĂŒzsĂŒz spiral"
@@ -13104,11 +13243,12 @@ msgstr ""
msgid ""
"If smooth or traditional mode is selected, a timelapse video will be "
"generated for each print. After each layer is printed, a snapshot is taken "
-"with the chamber camera. All of these snapshots are composed into a timelapse "
-"video when printing completes. If smooth mode is selected, the toolhead will "
-"move to the excess chute after each layer is printed and then take a "
-"snapshot. Since the melt filament may leak from the nozzle during the process "
-"of taking a snapshot, prime tower is required for smooth mode to wipe nozzle."
+"with the chamber camera. All of these snapshots are composed into a "
+"timelapse video when printing completes. If smooth mode is selected, the "
+"toolhead will move to the excess chute after each layer is printed and then "
+"take a snapshot. Since the melt filament may leak from the nozzle during the "
+"process of taking a snapshot, prime tower is required for smooth mode to "
+"wipe nozzle."
msgstr ""
"DĂŒzgĂŒn veya geleneksel mod seçilirse her baskı için bir hızlandırılmÄ±Ć video "
"oluĆturulacaktır. Her katman basıldıktan sonra oda kamerasıyla anlık görĂŒntĂŒ "
@@ -13203,9 +13343,10 @@ msgid "No sparse layers (beta)"
msgstr "Seyrek katman yok (beta)"
msgid ""
-"If enabled, the wipe tower will not be printed on layers with no toolchanges. "
-"On layers with a toolchange, extruder will travel downward to print the wipe "
-"tower. User is responsible for ensuring there is no collision with the print."
+"If enabled, the wipe tower will not be printed on layers with no "
+"toolchanges. On layers with a toolchange, extruder will travel downward to "
+"print the wipe tower. User is responsible for ensuring there is no collision "
+"with the print."
msgstr ""
"EtkinleĆtirilirse, silme kulesi araç deÄiĆimi olmayan katmanlarda "
"yazdırılmayacaktır. Araç deÄiĆimi olan katmanlarda, ekstruder silme kulesini "
@@ -13230,16 +13371,16 @@ msgid ""
"triangle mesh slicing. The gap closing operation may reduce the final print "
"resolution, therefore it is advisable to keep the value reasonably low."
msgstr ""
-"Ăçgen mesh dilimleme sırasında 2x boĆluk kapatma yarıçapından kĂŒĂ§ĂŒk çatlaklar "
-"doldurulmaktadır. BoĆluk kapatma iĆlemi son yazdırma çözĂŒnĂŒrlĂŒÄĂŒnĂŒ "
+"Ăçgen mesh dilimleme sırasında 2x boĆluk kapatma yarıçapından kĂŒĂ§ĂŒk "
+"çatlaklar doldurulmaktadır. BoĆluk kapatma iĆlemi son yazdırma çözĂŒnĂŒrlĂŒÄĂŒnĂŒ "
"dĂŒĆĂŒrebilir, bu nedenle deÄerin oldukça dĂŒĆĂŒk tutulması tavsiye edilir."
msgid "Slicing Mode"
msgstr "Dilimleme modu"
msgid ""
-"Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to close "
-"all holes in the model."
+"Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to "
+"close all holes in the model."
msgstr ""
"3DLabPrint uçak modelleri için \"Ăift-tek\" seçeneÄini kullanın. Modeldeki "
"tĂŒm delikleri kapatmak için \"Delikleri kapat\"ı kullanın."
@@ -13263,9 +13404,10 @@ msgid ""
"print bed, set this to -0.3 (or fix your endstop)."
msgstr ""
"Bu deÄer, çıkÄ±Ć G-kodu içindeki tĂŒm Z koordinatlarına eklenir (veya "
-"çıkarılır).Bu, kötĂŒ Z endstop konumunu telafi etmek için kullanılır: örneÄin, "
-"endstop sıfır noktanız aslında nozulu baskı tablasından 0.3mm uzakta "
-"bırakıyorsa, bu deÄeri -0.3 olarak ayarlayın (veya endstop'unuzu dĂŒzeltin)."
+"çıkarılır).Bu, kötĂŒ Z endstop konumunu telafi etmek için kullanılır: "
+"örneÄin, endstop sıfır noktanız aslında nozulu baskı tablasından 0.3mm "
+"uzakta bırakıyorsa, bu deÄeri -0.3 olarak ayarlayın (veya endstop'unuzu "
+"dĂŒzeltin)."
msgid "Enable support"
msgstr "DesteÄi etkinleĆtir"
@@ -13319,7 +13461,8 @@ msgid ""
"Only create support for critical regions including sharp tail, cantilever, "
"etc."
msgstr ""
-"Yalnızca keskin kuyruk, konsol vb. gibi kritik bölgeler için destek oluĆturun."
+"Yalnızca keskin kuyruk, konsol vb. gibi kritik bölgeler için destek "
+"oluĆturun."
msgid "Remove small overhangs"
msgstr "KĂŒĂ§ĂŒk çıkıntıları kaldır"
@@ -13356,7 +13499,8 @@ msgstr "Taban için arayĂŒz filamentini azaltın"
msgid ""
"Avoid using support interface filament to print support base if possible."
msgstr ""
-"Destek tabanını yazdırmak için destek arayĂŒzĂŒ filamentini kullanmaktan kaçının"
+"Destek tabanını yazdırmak için destek arayĂŒzĂŒ filamentini kullanmaktan "
+"kaçının"
msgid ""
"Line width of support. If expressed as a %, it will be computed over the "
@@ -13431,8 +13575,8 @@ msgstr "ArayĂŒz deseni"
msgid ""
"Line pattern of support interface. Default pattern for non-soluble support "
-"interface is Rectilinear, while default pattern for soluble support interface "
-"is Concentric"
+"interface is Rectilinear, while default pattern for soluble support "
+"interface is Concentric"
msgstr ""
"Destek arayĂŒzĂŒnĂŒn çizgi deseni. ĂözĂŒnmeyen destek arayĂŒzĂŒ için varsayılan "
"model DoÄrusaldır, çözĂŒnebilir destek arayĂŒzĂŒ için varsayılan model ise "
@@ -13461,11 +13605,12 @@ msgid ""
"into a regular grid will create more stable supports (default), while snug "
"support towers will save material and reduce object scarring.\n"
"For tree support, slim and organic style will merge branches more "
-"aggressively and save a lot of material (default organic), while hybrid style "
-"will create similar structure to normal support under large flat overhangs."
+"aggressively and save a lot of material (default organic), while hybrid "
+"style will create similar structure to normal support under large flat "
+"overhangs."
msgstr ""
-"Destek stil ve Ćekli. Normal destek için, destekleri dĂŒzenli bir ızgara içine "
-"projelendirmek daha stabil destekler oluĆturacaktır (varsayılan), aynı "
+"Destek stil ve Ćekli. Normal destek için, destekleri dĂŒzenli bir ızgara "
+"içine projelendirmek daha stabil destekler oluĆturacaktır (varsayılan), aynı "
"zamanda sıkı destek kuleleri malzeme tasarrufu saÄlar ve nesne ĂŒzerindeki "
"izleri azaltır.\n"
"AÄaç destek için, ince ve organik tarz, dalları daha etkili bir Ćekilde "
@@ -13514,8 +13659,8 @@ msgid "Tree support branch angle"
msgstr "AÄaç desteÄi dal açısı"
msgid ""
-"This setting determines the maximum overhang angle that t he branches of tree "
-"support allowed to make.If the angle is increased, the branches can be "
+"This setting determines the maximum overhang angle that t he branches of "
+"tree support allowed to make.If the angle is increased, the branches can be "
"printed more horizontally, allowing them to reach farther."
msgstr ""
"Bu ayar, aÄaç desteÄinin dallarının oluĆmasına izin verilen maksimum çıkıntı "
@@ -13547,10 +13692,11 @@ msgstr "Dal YoÄunluÄu"
#. TRN PrintSettings: "Organic supports" > "Branch Density"
msgid ""
-"Adjusts the density of the support structure used to generate the tips of the "
-"branches. A higher value results in better overhangs but the supports are "
-"harder to remove, thus it is recommended to enable top support interfaces "
-"instead of a high branch density value if dense interfaces are needed."
+"Adjusts the density of the support structure used to generate the tips of "
+"the branches. A higher value results in better overhangs but the supports "
+"are harder to remove, thus it is recommended to enable top support "
+"interfaces instead of a high branch density value if dense interfaces are "
+"needed."
msgstr ""
"Dalların uçlarını oluĆturmak için kullanılan destek yapısının yoÄunluÄunu "
"ayarlar. Daha yĂŒksek bir deÄer daha iyi çıkıntılarla sonuçlanır, ancak "
@@ -13562,8 +13708,8 @@ msgid "Adaptive layer height"
msgstr "Uyarlanabilir katman yĂŒksekliÄi"
msgid ""
-"Enabling this option means the height of tree support layer except the first "
-"will be automatically calculated "
+"Enabling this option means the height of tree support layer except the "
+"first will be automatically calculated "
msgstr ""
"Bu seçeneÄin etkinleĆtirilmesi, ilki hariç aÄaç destek katmanının "
"yĂŒksekliÄinin otomatik olarak hesaplanacaÄı anlamına gelir "
@@ -13618,8 +13764,8 @@ msgstr "Ăift duvarlı dal çapı"
#. TRN PrintSettings: "Organic supports" > "Branch Diameter"
msgid ""
"Branches with area larger than the area of a circle of this diameter will be "
-"printed with double walls for stability. Set this value to zero for no double "
-"walls."
+"printed with double walls for stability. Set this value to zero for no "
+"double walls."
msgstr ""
"Bu çaptaki bir dairenin alanından daha bĂŒyĂŒk alana sahip dallar, stabilite "
"için çift duvarlı olarak basılacaktır. Ăift duvar olmaması için bu deÄeri "
@@ -13645,33 +13791,40 @@ msgid "Activate temperature control"
msgstr "Sıcaklık kontrolĂŒnĂŒ etkinleĆtirin"
msgid ""
-"Enable this option for chamber temperature control. An M191 command will be "
-"added before \"machine_start_gcode\"\n"
-"G-code commands: M141/M191 S(0-255)"
+"Enable this option for automated chamber temperature control. This option "
+"activates the emitting of an M191 command before the "
+"\"machine_start_gcode\"\n"
+" which sets the chamber temperature and waits until it is reached. In "
+"addition, it emits an M141 command at the end of the print to turn off the "
+"chamber heater, if present. \n"
+"\n"
+"This option relies on the firmware supporting the M191 and M141 commands "
+"either via macros or natively and is usually used when an active chamber "
+"heater is installed."
msgstr ""
-"Hazne sıcaklıÄı kontrolĂŒ için bu seçeneÄi etkinleĆtirin. Ănce bir M191 komutu "
-"eklenecek \"machine_start_gcode\"\n"
-"G-code komut: M141/M191 S(0-255)"
msgid "Chamber temperature"
msgstr "Bölme sıcaklıÄı"
msgid ""
-"Higher chamber temperature can help suppress or reduce warping and "
-"potentially lead to higher interlayer bonding strength for high temperature "
-"materials like ABS, ASA, PC, PA and so on.At the same time, the air "
-"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and "
-"other low temperature materials,the actual chamber temperature should not be "
-"high to avoid cloggings, so 0 which stands for turning off is highly "
-"recommended"
+"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber "
+"temperature can help suppress or reduce warping and potentially lead to "
+"higher interlayer bonding strength. However, at the same time, a higher "
+"chamber temperature will reduce the efficiency of air filtration for ABS and "
+"ASA. \n"
+"\n"
+"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option "
+"should be disabled (set to 0) as the chamber temperature should be low to "
+"avoid extruder clogging caused by material softening at the heat break.\n"
+"\n"
+"If enabled, this parameter also sets a gcode variable named "
+"chamber_temperature, which can be used to pass the desired chamber "
+"temperature to your print start macro, or a heat soak macro like this: "
+"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may "
+"be useful if your printer does not support M141/M191 commands, or if you "
+"desire to handle heat soaking in the print start macro if no active chamber "
+"heater is installed."
msgstr ""
-"Daha yĂŒksek hazne sıcaklıÄı, eÄrilmeyi bastırmaya veya azaltmaya yardımcı "
-"olabilir ve ABS, ASA, PC, PA ve benzeri gibi yĂŒksek sıcaklıktaki malzemeler "
-"için potansiyel olarak daha yĂŒksek ara katman yapıĆmasına yol açabilir Aynı "
-"zamanda, ABS ve ASA'nın hava filtrasyonu daha da kötĂŒleĆecektir. PLA, PETG, "
-"TPU, PVA ve diÄer dĂŒĆĂŒk sıcaklıktaki malzemeler için, tıkanmaları önlemek "
-"için gerçek hazne sıcaklıÄı yĂŒksek olmamalıdır, bu nedenle kapatma anlamına "
-"gelen 0 Ćiddetle tavsiye edilir"
msgid "Nozzle temperature for layers after the initial one"
msgstr "Ä°lk katmandan sonraki katmanlar için nozul sıcaklıÄı"
@@ -13728,11 +13881,11 @@ msgid ""
"The number of top solid layers is increased when slicing if the thickness "
"calculated by top shell layers is thinner than this value. This can avoid "
"having too thin shell when layer height is small. 0 means that this setting "
-"is disabled and thickness of top shell is absolutely determained by top shell "
-"layers"
+"is disabled and thickness of top shell is absolutely determained by top "
+"shell layers"
msgstr ""
-"Ăst kabuk katmanları tarafından hesaplanan kalınlık bu deÄerden daha ince ise "
-"dilimleme sırasında ĂŒst katı katmanların sayısı artırılır. Bu, katman "
+"Ăst kabuk katmanları tarafından hesaplanan kalınlık bu deÄerden daha ince "
+"ise dilimleme sırasında ĂŒst katı katmanların sayısı artırılır. Bu, katman "
"yĂŒksekliÄi kĂŒĂ§ĂŒk olduÄunda kabuÄun çok ince olmasını önleyebilir. 0, bu "
"ayarın devre dıĆı olduÄu ve ĂŒst kabuÄun kalınlıÄının kesinlikle ĂŒst kabuk "
"katmanları tarafından belirlendiÄi anlamına gelir"
@@ -13755,11 +13908,12 @@ msgid "Wipe Distance"
msgstr "Temizleme mesafesi"
msgid ""
-"Discribe how long the nozzle will move along the last path when retracting. \n"
+"Discribe how long the nozzle will move along the last path when "
+"retracting. \n"
"\n"
"Depending on how long the wipe operation lasts, how fast and long the "
-"extruder/filament retraction settings are, a retraction move may be needed to "
-"retract the remaining filament. \n"
+"extruder/filament retraction settings are, a retraction move may be needed "
+"to retract the remaining filament. \n"
"\n"
"Setting a value in the retract amount before wipe setting below will perform "
"any excess retraction before the wipe, else it will be performed after."
@@ -13767,9 +13921,9 @@ msgstr ""
"Geri çekilirken nozulun son yol boyunca ne kadar sĂŒre hareket edeceÄini "
"açıklayın. \n"
"\n"
-"Silme iĆleminin ne kadar sĂŒrdĂŒÄĂŒne, ekstruder/filament geri çekme ayarlarının "
-"ne kadar hızlı ve uzun olduÄuna baÄlı olarak, kalan filamanı geri çekmek için "
-"bir geri çekme hareketine ihtiyaç duyulabilir. \n"
+"Silme iĆleminin ne kadar sĂŒrdĂŒÄĂŒne, ekstruder/filament geri çekme "
+"ayarlarının ne kadar hızlı ve uzun olduÄuna baÄlı olarak, kalan filamanı "
+"geri çekmek için bir geri çekme hareketine ihtiyaç duyulabilir. \n"
"\n"
"AĆaÄıdaki silme ayarından önce geri çekme miktarına bir deÄer ayarlamak, "
"silme iĆleminden önce aĆırı geri çekme iĆlemini gerçekleĆtirecektir, aksi "
@@ -13819,8 +13973,8 @@ msgid ""
"Angle at the apex of the cone that is used to stabilize the wipe tower. "
"Larger angle means wider base."
msgstr ""
-"Silme kulesini stabilize etmek için kullanılan koninin tepe noktasındaki açı. "
-"Daha bĂŒyĂŒk açı daha geniĆ taban anlamına gelir."
+"Silme kulesini stabilize etmek için kullanılan koninin tepe noktasındaki "
+"açı. Daha bĂŒyĂŒk açı daha geniĆ taban anlamına gelir."
msgid "Maximum wipe tower print speed"
msgstr "Maksimum silme kulesi yazdırma hızı"
@@ -13882,8 +14036,8 @@ msgid ""
"volumes below."
msgstr ""
"Bu vektör, silme kulesinde kullanılan her bir araçtan/araca geçiĆ için "
-"gerekli hacimleri kaydeder. Bu deÄerler, aĆaÄıdaki tam temizleme hacimlerinin "
-"oluĆturulmasını basitleĆtirmek için kullanılır."
+"gerekli hacimleri kaydeder. Bu deÄerler, aĆaÄıdaki tam temizleme "
+"hacimlerinin oluĆturulmasını basitleĆtirmek için kullanılır."
msgid ""
"Purging after filament change will be done inside objects' infills. This may "
@@ -13907,13 +14061,13 @@ msgstr ""
msgid ""
"This object will be used to purge the nozzle after a filament change to save "
-"filament and decrease the print time. Colours of the objects will be mixed as "
-"a result. It will not take effect, unless the prime tower is enabled."
+"filament and decrease the print time. Colours of the objects will be mixed "
+"as a result. It will not take effect, unless the prime tower is enabled."
msgstr ""
-"Bu nesne, filamentten tasarruf etmek ve baskı sĂŒresini azaltmak için filament "
-"deÄiĆiminden sonra nozulu temizlemek için kullanılacaktır. Sonuç olarak "
-"nesnelerin renkleri karıĆtırılacaktır. Prime tower etkinleĆtirilmediÄi sĂŒrece "
-"etkili olmayacaktır."
+"Bu nesne, filamentten tasarruf etmek ve baskı sĂŒresini azaltmak için "
+"filament deÄiĆiminden sonra nozulu temizlemek için kullanılacaktır. Sonuç "
+"olarak nesnelerin renkleri karıĆtırılacaktır. Prime tower "
+"etkinleĆtirilmediÄi sĂŒrece etkili olmayacaktır."
msgid "Maximal bridging distance"
msgstr "Maksimum köprĂŒleme mesafesi"
@@ -13922,8 +14076,8 @@ msgid "Maximal distance between supports on sparse infill sections."
msgstr ""
"Bu nesne, filamentten tasarruf etmek ve baskı sĂŒresini azaltmak için bir "
"filament deÄiĆiminden sonra nozulu temizlemek için kullanılacaktır. Sonuç "
-"olarak nesnelerin renkleri karıĆtırılacaktır. Prime tower etkinleĆtirilmediÄi "
-"sĂŒrece etkili olmayacaktır."
+"olarak nesnelerin renkleri karıĆtırılacaktır. Prime tower "
+"etkinleĆtirilmediÄi sĂŒrece etkili olmayacaktır."
msgid "Wipe tower purge lines spacing"
msgstr "Silme kulesi temizleme hatları aralıÄı"
@@ -13936,8 +14090,8 @@ msgstr "Temizleme için ekstra akıĆ"
msgid ""
"Extra flow used for the purging lines on the wipe tower. This makes the "
-"purging lines thicker or narrower than they normally would be. The spacing is "
-"adjusted automatically."
+"purging lines thicker or narrower than they normally would be. The spacing "
+"is adjusted automatically."
msgstr ""
"Silme kulesindeki temizleme hatları için ekstra akÄ±Ć kullanılır. Bu, "
"temizleme hatlarının normalde olduÄundan daha kalın veya daha dar olmasına "
@@ -13978,8 +14132,8 @@ msgid ""
"assembling issue"
msgstr ""
"Nesnenin konturu XY dĂŒzleminde yapılandırılan deÄer kadar bĂŒyĂŒtĂŒlĂŒr veya "
-"kĂŒĂ§ĂŒltĂŒlĂŒr. Pozitif deÄer konturu bĂŒyĂŒtĂŒr. Negatif deÄer konturu kĂŒĂ§ĂŒltĂŒr. Bu "
-"fonksiyon, nesnenin montaj sorunu olduÄunda boyutu hafifçe ayarlamak için "
+"kĂŒĂ§ĂŒltĂŒlĂŒr. Pozitif deÄer konturu bĂŒyĂŒtĂŒr. Negatif deÄer konturu kĂŒĂ§ĂŒltĂŒr. "
+"Bu fonksiyon, nesnenin montaj sorunu olduÄunda boyutu hafifçe ayarlamak için "
"kullanılır"
msgid "Convert holes to polyholes"
@@ -14003,14 +14157,14 @@ msgstr "Ăokgen delik tespiti marjı"
msgid ""
"Maximum defection of a point to the estimated radius of the circle.\n"
"As cylinders are often exported as triangles of varying size, points may not "
-"be on the circle circumference. This setting allows you some leway to broaden "
-"the detection.\n"
+"be on the circle circumference. This setting allows you some leway to "
+"broaden the detection.\n"
"In mm or in % of the radius."
msgstr ""
"Bir noktanın dairenin tahmini yarıçapına göre maksimum sapması.\n"
"Silindirler genellikle farklı boyutlarda ĂŒĂ§genler olarak ihraç edildiÄinden, "
-"noktalar daire çevresinde olmayabilir. Bu ayar, algılamayı geniĆletmeniz için "
-"size biraz alan saÄlar.\n"
+"noktalar daire çevresinde olmayabilir. Bu ayar, algılamayı geniĆletmeniz "
+"için size biraz alan saÄlar.\n"
"inc mm cinsinden veya yarıçapın %'si cinsinden."
msgid "Polyhole twist"
@@ -14033,8 +14187,8 @@ msgid "Format of G-code thumbnails"
msgstr "G kodu kĂŒĂ§ĂŒk resimlerinin formatı"
msgid ""
-"Format of G-code thumbnails: PNG for best quality, JPG for smallest size, QOI "
-"for low memory firmware"
+"Format of G-code thumbnails: PNG for best quality, JPG for smallest size, "
+"QOI for low memory firmware"
msgstr ""
"G kodu kĂŒĂ§ĂŒk resimlerinin formatı: En iyi kalite için PNG, en kĂŒĂ§ĂŒk boyut "
"için JPG, dĂŒĆĂŒk bellekli donanım yazılımı için QOI"
@@ -14055,11 +14209,11 @@ msgstr ""
msgid ""
"Classic wall generator produces walls with constant extrusion width and for "
-"very thin areas is used gap-fill. Arachne engine produces walls with variable "
-"extrusion width"
+"very thin areas is used gap-fill. Arachne engine produces walls with "
+"variable extrusion width"
msgstr ""
-"Klasik duvar oluĆturucu sabit ekstrĂŒzyon geniĆliÄine sahip duvarlar ĂŒretir ve "
-"çok ince alanlar için boĆluk doldurma kullanılır. Arachne motoru deÄiĆken "
+"Klasik duvar oluĆturucu sabit ekstrĂŒzyon geniĆliÄine sahip duvarlar ĂŒretir "
+"ve çok ince alanlar için boĆluk doldurma kullanılır. Arachne motoru deÄiĆken "
"ekstrĂŒzyon geniĆliÄine sahip duvarlar ĂŒretir"
msgid "Classic"
@@ -14086,19 +14240,20 @@ msgstr "Duvar geçiĆ filtresi oranı"
msgid ""
"Prevent transitioning back and forth between one extra wall and one less. "
"This margin extends the range of extrusion widths which follow to [Minimum "
-"wall width - margin, 2 * Minimum wall width + margin]. Increasing this margin "
-"reduces the number of transitions, which reduces the number of extrusion "
-"starts/stops and travel time. However, large extrusion width variation can "
-"lead to under- or overextrusion problems. It's expressed as a percentage over "
-"nozzle diameter"
-msgstr ""
-"Fazladan bir duvar ile bir eksik arasında ileri geri geçiĆi önleyin. Bu kenar "
-"boĆluÄu, [Minimum duvar geniĆliÄi - kenar boĆluÄu, 2 * Minimum duvar "
+"wall width - margin, 2 * Minimum wall width + margin]. Increasing this "
+"margin reduces the number of transitions, which reduces the number of "
+"extrusion starts/stops and travel time. However, large extrusion width "
+"variation can lead to under- or overextrusion problems. It's expressed as a "
+"percentage over nozzle diameter"
+msgstr ""
+"Fazladan bir duvar ile bir eksik arasında ileri geri geçiĆi önleyin. Bu "
+"kenar boĆluÄu, [Minimum duvar geniĆliÄi - kenar boĆluÄu, 2 * Minimum duvar "
"geniĆliÄi + kenar boĆluÄu] Ćeklinde takip eden ekstrĂŒzyon geniĆlikleri "
"aralıÄını geniĆletir. Bu marjın arttırılması geçiĆ sayısını azaltır, bu da "
"ekstrĂŒzyonun baĆlama/durma sayısını ve seyahat sĂŒresini azaltır. Bununla "
-"birlikte, bĂŒyĂŒk ekstrĂŒzyon geniĆliÄi deÄiĆimi, yetersiz veya aĆırı ekstrĂŒzyon "
-"sorunlarına yol açabilir. Nozul çapına göre yĂŒzde olarak ifade edilir"
+"birlikte, bĂŒyĂŒk ekstrĂŒzyon geniĆliÄi deÄiĆimi, yetersiz veya aĆırı "
+"ekstrĂŒzyon sorunlarına yol açabilir. Nozul çapına göre yĂŒzde olarak ifade "
+"edilir"
msgid "Wall transitioning threshold angle"
msgstr "Duvar geçiĆ açısı"
@@ -14110,11 +14265,11 @@ msgid ""
"this setting reduces the number and length of these center walls, but may "
"leave gaps or overextrude"
msgstr ""
-"Ăift ve tek sayıdaki duvarlar arasında geçiĆler ne zaman oluĆturulmalıdır? Bu "
-"ayardan daha bĂŒyĂŒk bir açıya sahip bir kama Ćeklinin geçiĆleri olmayacak ve "
-"kalan alanı dolduracak Ćekilde ortada hiçbir duvar basılmayacaktır. Bu ayarın "
-"dĂŒĆĂŒrĂŒlmesi, bu merkez duvarların sayısını ve uzunluÄunu azaltır ancak "
-"boĆluklara veya aĆırı çıkıntıya neden olabilir"
+"Ăift ve tek sayıdaki duvarlar arasında geçiĆler ne zaman oluĆturulmalıdır? "
+"Bu ayardan daha bĂŒyĂŒk bir açıya sahip bir kama Ćeklinin geçiĆleri olmayacak "
+"ve kalan alanı dolduracak Ćekilde ortada hiçbir duvar basılmayacaktır. Bu "
+"ayarın dĂŒĆĂŒrĂŒlmesi, bu merkez duvarların sayısını ve uzunluÄunu azaltır "
+"ancak boĆluklara veya aĆırı çıkıntıya neden olabilir"
msgid "Wall distribution count"
msgstr "Duvar daÄılım sayısı"
@@ -14130,9 +14285,9 @@ msgid "Minimum feature size"
msgstr "Minimum özellik boyutu"
msgid ""
-"Minimum thickness of thin features. Model features that are thinner than this "
-"value will not be printed, while features thicker than the Minimum feature "
-"size will be widened to the Minimum wall width. It's expressed as a "
+"Minimum thickness of thin features. Model features that are thinner than "
+"this value will not be printed, while features thicker than the Minimum "
+"feature size will be widened to the Minimum wall width. It's expressed as a "
"percentage over nozzle diameter"
msgstr ""
"Ä°nce özellikler için minimum kalınlık. Bu deÄerden daha ince olan model "
@@ -14149,27 +14304,28 @@ msgid ""
"\n"
"NOTE: Bottom and top surfaces will not be affected by this value to prevent "
"visual gaps on the ouside of the model. Adjust 'One wall threshold' in the "
-"Advanced settings below to adjust the sensitivity of what is considered a top-"
-"surface. 'One wall threshold' is only visibile if this setting is set above "
-"the default value of 0.5, or if single-wall top surfaces is enabled."
+"Advanced settings below to adjust the sensitivity of what is considered a "
+"top-surface. 'One wall threshold' is only visibile if this setting is set "
+"above the default value of 0.5, or if single-wall top surfaces is enabled."
msgstr ""
"Yazdırma sĂŒresini artırabilecek kısa, kapatılmamÄ±Ć duvarların yazdırılmasını "
"önlemek için bu deÄeri ayarlayın. Daha yĂŒksek deÄerler daha fazla ve daha "
"uzun duvarları kaldırır.\n"
"\n"
-"NOT: Modelin dÄ±Ć kısmında görsel boĆluk kalmaması için alt ve ĂŒst yĂŒzeyler bu "
-"deÄerden etkilenmeyecektir. Ăst yĂŒzey olarak kabul edilen Ćeyin hassasiyetini "
-"ayarlamak için aĆaÄıdaki GeliĆmiĆ ayarlarda 'Tek duvar eĆiÄi'ni ayarlayın. "
-"'Tek duvar eĆiÄi' yalnızca bu ayar varsayılan deÄer olan 0,5'in ĂŒzerine "
-"ayarlandıÄında veya tek duvarlı ĂŒst yĂŒzeyler etkinleĆtirildiÄinde görĂŒnĂŒr."
+"NOT: Modelin dÄ±Ć kısmında görsel boĆluk kalmaması için alt ve ĂŒst yĂŒzeyler "
+"bu deÄerden etkilenmeyecektir. Ăst yĂŒzey olarak kabul edilen Ćeyin "
+"hassasiyetini ayarlamak için aĆaÄıdaki GeliĆmiĆ ayarlarda 'Tek duvar "
+"eĆiÄi'ni ayarlayın. 'Tek duvar eĆiÄi' yalnızca bu ayar varsayılan deÄer olan "
+"0,5'in ĂŒzerine ayarlandıÄında veya tek duvarlı ĂŒst yĂŒzeyler "
+"etkinleĆtirildiÄinde görĂŒnĂŒr."
msgid "First layer minimum wall width"
msgstr "Ä°lk katman minimum duvar geniĆliÄi"
msgid ""
-"The minimum wall width that should be used for the first layer is recommended "
-"to be set to the same size as the nozzle. This adjustment is expected to "
-"enhance adhesion."
+"The minimum wall width that should be used for the first layer is "
+"recommended to be set to the same size as the nozzle. This adjustment is "
+"expected to enhance adhesion."
msgstr ""
"Ä°lk katman için kullanılması gereken minimum duvar geniĆliÄinin nozul ile "
"aynı boyuta ayarlanması tavsiye edilir. Bu ayarlamanın yapıĆmayı artırması "
@@ -14194,8 +14350,8 @@ msgstr "Dar iç katı dolguyu tespit et"
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."
+"concentric pattern will be used for the area to speed printing up. "
+"Otherwise, rectilinear pattern is used defaultly."
msgstr ""
"Bu seçenek dar dahili katı dolgu alanını otomatik olarak algılayacaktır. "
"EtkinleĆtirilirse, yazdırmayı hızlandırmak amacıyla alanda eĆmerkezli desen "
@@ -14241,7 +14397,8 @@ msgstr "Yönlendirme Seçenekleri"
msgid "Orient options: 0-disable, 1-enable, others-auto"
msgstr ""
-"Yönlendirme seçenekleri: 0-devre dıĆı bırak, 1-etkinleĆtir, diÄerleri-otomatik"
+"Yönlendirme seçenekleri: 0-devre dıĆı bırak, 1-etkinleĆtir, diÄerleri-"
+"otomatik"
msgid "Rotation angle around the Z axis in degrees."
msgstr "Z ekseni etrafında derece cinsinden dönĂŒĆ açısı."
@@ -14286,13 +14443,13 @@ msgstr ""
"ettiÄini bilmesi için bu deÄiĆkene yazması gerekir."
msgid ""
-"Retraction state at the beginning of the custom G-code block. If the custom G-"
-"code moves the extruder axis, it should write to this variable so PrusaSlicer "
-"deretracts correctly when it gets control back."
+"Retraction state at the beginning of the custom G-code block. If the custom "
+"G-code moves the extruder axis, it should write to this variable so "
+"PrusaSlicer deretracts correctly when it gets control back."
msgstr ""
"Ăzel G kodu bloÄunun baĆlangıcındaki geri çekilme durumu. Ăzel G kodu "
-"ekstruder eksenini hareket ettirirse, Slicer'ın kontrolĂŒ geri aldıÄında doÄru "
-"Ćekilde geri çekme yapması için bu deÄiĆkene yazması gerekir."
+"ekstruder eksenini hareket ettirirse, Slicer'ın kontrolĂŒ geri aldıÄında "
+"doÄru Ćekilde geri çekme yapması için bu deÄiĆkene yazması gerekir."
msgid "Extra deretraction"
msgstr "Ekstra deretraksiyon"
@@ -14393,18 +14550,18 @@ msgid ""
"Weight per extruder extruded during the entire print. Calculated from "
"filament_density value in Filament Settings."
msgstr ""
-"Baskının tamamı boyunca ekstrĂŒzyon yapılan ekstruder baĆına aÄırlık. Filament "
-"Ayarlarındaki filaman yoÄunluÄu deÄerinden hesaplanır."
+"Baskının tamamı boyunca ekstrĂŒzyon yapılan ekstruder baĆına aÄırlık. "
+"Filament Ayarlarındaki filaman yoÄunluÄu deÄerinden hesaplanır."
msgid "Total weight"
msgstr "Toplam aÄırlık"
msgid ""
-"Total weight of the print. Calculated from filament_density value in Filament "
-"Settings."
+"Total weight of the print. Calculated from filament_density value in "
+"Filament Settings."
msgstr ""
-"Baskının toplam aÄırlıÄı. Filament Ayarlarındaki filaman yoÄunluÄu deÄerinden "
-"hesaplanır."
+"Baskının toplam aÄırlıÄı. Filament Ayarlarındaki filaman yoÄunluÄu "
+"deÄerinden hesaplanır."
msgid "Total layer count"
msgstr "Toplam katman sayısı"
@@ -14453,8 +14610,8 @@ msgstr ""
"cinsindendir."
msgid ""
-"The vector has two elements: x and y dimension of the bounding box. Values in "
-"mm."
+"The vector has two elements: x and y dimension of the bounding box. Values "
+"in mm."
msgstr ""
"VektörĂŒn iki öÄesi vardır: sınırlayıcı kutunun x ve y boyutu. DeÄerler mm "
"cinsindendir."
@@ -14466,8 +14623,8 @@ msgid ""
"Vector of points of the first layer convex hull. Each element has the "
"following format:'[x, y]' (x and y are floating-point numbers in mm)."
msgstr ""
-"Birinci katmanın dıĆbĂŒkey gövdesinin noktalarının vektörĂŒ. Her öÄe Ću formata "
-"sahiptir:'[x, y]' (x ve y, mm cinsinden kayan noktalı sayılardır)."
+"Birinci katmanın dıĆbĂŒkey gövdesinin noktalarının vektörĂŒ. Her öÄe Ću "
+"formata sahiptir:'[x, y]' (x ve y, mm cinsinden kayan noktalı sayılardır)."
msgid "Bottom-left corner of first layer bounding box"
msgstr "Ä°lk katman sınırlayıcı kutusunun sol alt köĆesi"
@@ -14534,8 +14691,8 @@ msgid "Number of extruders"
msgstr "Ekstruder sayısı"
msgid ""
-"Total number of extruders, regardless of whether they are used in the current "
-"print."
+"Total number of extruders, regardless of whether they are used in the "
+"current print."
msgstr ""
"Geçerli baskıda kullanılıp kullanılmadıÄına bakılmaksızın ekstrĂŒderlerin "
"toplam sayısı."
@@ -14673,7 +14830,8 @@ msgstr "SaÄlanan dosya boĆ olduÄundan okunamadı"
msgid "Unknown file format. Input file must have .3mf or .zip.amf extension."
msgstr ""
-"Bilinmeyen dosya formatı. GiriĆ dosyası .3mf veya .zip.amf uzantılı olmalıdır."
+"Bilinmeyen dosya formatı. GiriĆ dosyası .3mf veya .zip.amf uzantılı "
+"olmalıdır."
msgid "Canceled"
msgstr "Ä°ptal edildi"
@@ -14795,7 +14953,8 @@ msgstr "yeni ön ayar oluĆturma baĆarısız oldu."
msgid ""
"Are you sure to cancel the current calibration and return to the home page?"
msgstr ""
-"Mevcut kalibrasyonu iptal edip ana sayfaya dönmek istediÄinizden emin misiniz?"
+"Mevcut kalibrasyonu iptal edip ana sayfaya dönmek istediÄinizden emin "
+"misiniz?"
msgid "No Printer Connected!"
msgstr "Yazıcı BaÄlı DeÄil!"
@@ -14810,16 +14969,16 @@ msgid "The input value size must be 3."
msgstr "GiriĆ deÄeri boyutu 3 olmalıdır."
msgid ""
-"This machine type can only hold 16 history results per nozzle. You can delete "
-"the existing historical results and then start calibration. Or you can "
-"continue the calibration, but you cannot create new calibration historical "
-"results. \n"
+"This machine type can only hold 16 history results per nozzle. You can "
+"delete the existing historical results and then start calibration. Or you "
+"can continue the calibration, but you cannot create new calibration "
+"historical results. \n"
"Do you still want to continue the calibration?"
msgstr ""
"Bu makine tipi, pĂŒskĂŒrtme ucu baĆına yalnızca 16 geçmiĆ sonucu tutabilir. "
-"Mevcut geçmiĆ sonuçları silebilir ve ardından kalibrasyona baĆlayabilirsiniz. "
-"Veya kalibrasyona devam edebilirsiniz ancak yeni kalibrasyon geçmiĆi "
-"sonuçları oluĆturamazsınız.\n"
+"Mevcut geçmiĆ sonuçları silebilir ve ardından kalibrasyona "
+"baĆlayabilirsiniz. Veya kalibrasyona devam edebilirsiniz ancak yeni "
+"kalibrasyon geçmiĆi sonuçları oluĆturamazsınız.\n"
"Hala kalibrasyona devam etmek istiyor musunuz?"
msgid "Connecting to printer..."
@@ -14833,9 +14992,9 @@ msgstr "AkÄ±Ć DinamiÄi Kalibrasyonu sonucu yazıcıya kaydedildi"
#, c-format, boost-format
msgid ""
-"There is already a historical calibration result with the same name: %s. Only "
-"one of the results with the same name is saved. Are you sure you want to "
-"override the historical result?"
+"There is already a historical calibration result with the same name: %s. "
+"Only one of the results with the same name is saved. Are you sure you want "
+"to override the historical result?"
msgstr ""
"Aynı ada sahip geçmiĆ bir kalibrasyon sonucu zaten var: %s. Aynı ada sahip "
"sonuçlardan yalnızca biri kaydedilir. GeçmiĆ sonucu geçersiz kılmak "
@@ -14846,8 +15005,8 @@ msgid ""
"This machine type can only hold %d history results per nozzle. This result "
"will not be saved."
msgstr ""
-"Bu makine tĂŒrĂŒ pĂŒskĂŒrtme ucu baĆına yalnızca %d geçmiĆ sonucunu tutabilir. Bu "
-"sonuç kaydedilmeyecek."
+"Bu makine tĂŒrĂŒ pĂŒskĂŒrtme ucu baĆına yalnızca %d geçmiĆ sonucunu tutabilir. "
+"Bu sonuç kaydedilmeyecek."
msgid "Internal Error"
msgstr "İç hata"
@@ -14866,10 +15025,10 @@ msgstr "AkÄ±Ć DinamiÄi Kalibrasyonuna ne zaman ihtiyacınız olur"
msgid ""
"We now have added the auto-calibration for different filaments, which is "
-"fully automated and the result will be saved into the printer for future use. "
-"You only need to do the calibration in the following limited cases:\n"
-"1. If you introduce a new filament of different brands/models or the filament "
-"is damp;\n"
+"fully automated and the result will be saved into the printer for future "
+"use. You only need to do the calibration in the following limited cases:\n"
+"1. If you introduce a new filament of different brands/models or the "
+"filament is damp;\n"
"2. if the nozzle is worn out or replaced with a new one;\n"
"3. If the max volumetric speed or print temperature is changed in the "
"filament setting."
@@ -14891,10 +15050,10 @@ msgid ""
"\n"
"Usually the calibration is unnecessary. When you start a single color/"
"material print, with the \"flow dynamics calibration\" option checked in the "
-"print start menu, the printer will follow the old way, calibrate the filament "
-"before the print; When you start a multi color/material print, the printer "
-"will use the default compensation parameter for the filament during every "
-"filament switch which will have a good result in most cases.\n"
+"print start menu, the printer will follow the old way, calibrate the "
+"filament before the print; When you start a multi color/material print, the "
+"printer will use the default compensation parameter for the filament during "
+"every filament switch which will have a good result in most cases.\n"
"\n"
"Please note that there are a few cases that can make the calibration results "
"unreliable, such as insufficient adhesion on the build plate. Improving "
@@ -14910,9 +15069,9 @@ msgstr ""
"Genellikle kalibrasyon gereksizdir. Baskı baĆlatma menĂŒsĂŒnde \"akÄ±Ć "
"dinamikleri kalibrasyonu\" seçeneÄi iĆaretliyken tek renkli/malzemeli bir "
"baskı baĆlattıÄınızda, yazıcı eski yolu izleyecek, baskıdan önce filamenti "
-"kalibre edecektir; Ăok renkli/malzemeli bir baskı baĆlattıÄınızda, yazıcı her "
-"filament deÄiĆimi sırasında filament için varsayılan telafi parametresini "
-"kullanacaktır ve bu da çoÄu durumda iyi bir sonuç verecektir.\n"
+"kalibre edecektir; Ăok renkli/malzemeli bir baskı baĆlattıÄınızda, yazıcı "
+"her filament deÄiĆimi sırasında filament için varsayılan telafi "
+"parametresini kullanacaktır ve bu da çoÄu durumda iyi bir sonuç verecektir.\n"
"\n"
"Yapı plakası ĂŒzerinde yetersiz yapıĆma gibi kalibrasyon sonuçlarını "
"gĂŒvenilmez hale getirebilecek birkaç durum olduÄunu lĂŒtfen unutmayın. "
@@ -14962,10 +15121,10 @@ msgstr ""
msgid ""
"Flow Rate Calibration measures the ratio of expected to actual extrusion "
"volumes. The default setting works well in Bambu Lab printers and official "
-"filaments as they were pre-calibrated and fine-tuned. For a regular filament, "
-"you usually won't need to perform a Flow Rate Calibration unless you still "
-"see the listed defects after you have done other calibrations. For more "
-"details, please check out the wiki article."
+"filaments as they were pre-calibrated and fine-tuned. For a regular "
+"filament, you usually won't need to perform a Flow Rate Calibration unless "
+"you still see the listed defects after you have done other calibrations. For "
+"more details, please check out the wiki article."
msgstr ""
"AkÄ±Ć Hızı Kalibrasyonu, beklenen ekstrĂŒzyon hacimlerinin gerçek ekstrĂŒzyon "
"hacimlerine oranını ölçer. Varsayılan ayar, önceden kalibre edilmiĆ ve ince "
@@ -14980,12 +15139,13 @@ msgid ""
"directly measuring the calibration patterns. However, please be advised that "
"the efficacy and accuracy of this method may be compromised with specific "
"types of materials. Particularly, filaments that are transparent or semi-"
-"transparent, sparkling-particled, or have a high-reflective finish may not be "
-"suitable for this calibration and can produce less-than-desirable results.\n"
+"transparent, sparkling-particled, or have a high-reflective finish may not "
+"be suitable for this calibration and can produce less-than-desirable "
+"results.\n"
"\n"
-"The calibration results may vary between each calibration or filament. We are "
-"still improving the accuracy and compatibility of this calibration through "
-"firmware updates over time.\n"
+"The calibration results may vary between each calibration or filament. We "
+"are still improving the accuracy and compatibility of this calibration "
+"through firmware updates over time.\n"
"\n"
"Caution: Flow Rate Calibration is an advanced process, to be attempted only "
"by those who fully understand its purpose and implications. Incorrect usage "
@@ -14996,8 +15156,8 @@ msgstr ""
"kullanarak kalibrasyon modellerini doÄrudan ölçer. Ancak, bu yöntemin "
"etkinliÄinin ve doÄruluÄunun belirli malzeme tĂŒrleriyle tehlikeye "
"girebileceÄini lĂŒtfen unutmayın. Ăzellikle Ćeffaf veya yarı Ćeffaf, parlak "
-"parçacıklı veya yĂŒksek yansıtıcı yĂŒzeye sahip filamentler bu kalibrasyon için "
-"uygun olmayabilir ve arzu edilenden daha az sonuçlar ĂŒretebilir.\n"
+"parçacıklı veya yĂŒksek yansıtıcı yĂŒzeye sahip filamentler bu kalibrasyon "
+"için uygun olmayabilir ve arzu edilenden daha az sonuçlar ĂŒretebilir.\n"
"\n"
"Kalibrasyon sonuçları her kalibrasyon veya filament arasında farklılık "
"gösterebilir. Zaman içinde ĂŒrĂŒn yazılımı gĂŒncellemeleriyle bu kalibrasyonun "
@@ -15006,8 +15166,8 @@ msgstr ""
"Dikkat: AkÄ±Ć Hızı Kalibrasyonu, yalnızca amacını ve sonuçlarını tam olarak "
"anlayan kiĆiler tarafından denenmesi gereken geliĆmiĆ bir iĆlemdir. YanlÄ±Ć "
"kullanım, ortalamanın altında baskılara veya yazıcının zarar görmesine neden "
-"olabilir. LĂŒtfen iĆlemi yapmadan önce iĆlemi dikkatlice okuyup anladıÄınızdan "
-"emin olun."
+"olabilir. LĂŒtfen iĆlemi yapmadan önce iĆlemi dikkatlice okuyup "
+"anladıÄınızdan emin olun."
msgid "When you need Max Volumetric Speed Calibration"
msgstr "Maksimum Hacimsel Hız Kalibrasyonuna ihtiyaç duyduÄunuzda"
@@ -15029,15 +15189,15 @@ msgid "We found the best Flow Dynamics Calibration Factor"
msgstr "En iyi AkÄ±Ć DinamiÄi Kalibrasyon FaktörĂŒnĂŒ bulduk"
msgid ""
-"Part of the calibration failed! You may clean the plate and retry. The failed "
-"test result would be dropped."
+"Part of the calibration failed! You may clean the plate and retry. The "
+"failed test result would be dropped."
msgstr ""
"Kalibrasyonun bir kısmı baĆarısız oldu! Plakayı temizleyip tekrar "
"deneyebilirsiniz. BaĆarısız olan test sonucu görmezden gelinir."
msgid ""
-"*We recommend you to add brand, materia, type, and even humidity level in the "
-"Name"
+"*We recommend you to add brand, materia, type, and even humidity level in "
+"the Name"
msgstr "*Ä°sme marka, malzeme, tĂŒr ve hatta nem seviyesini eklemenizi öneririz"
msgid "Failed"
@@ -15626,8 +15786,8 @@ msgid ""
"name. Do you want to continue?"
msgstr ""
"OluĆturduÄunuz %s Filament adı zaten mevcut.\n"
-"OluĆturmaya devam ederseniz oluĆturulan ön ayar tam adıyla görĂŒntĂŒlenecektir. "
-"Devam etmek istiyor musun?"
+"OluĆturmaya devam ederseniz oluĆturulan ön ayar tam adıyla "
+"görĂŒntĂŒlenecektir. Devam etmek istiyor musun?"
msgid "Some existing presets have failed to be created, as follows:\n"
msgstr "AĆaÄıdaki gibi bazı mevcut ön ayarlar oluĆturulamadı:\n"
@@ -15743,15 +15903,15 @@ msgid ""
"You have not yet chosen which printer preset to create based on. Please "
"choose the vendor and model of the printer"
msgstr ""
-"Hangi yazıcı ön ayarının temel alınacaÄını henĂŒz seçmediniz. LĂŒtfen yazıcının "
-"satıcısını ve modelini seçin"
+"Hangi yazıcı ön ayarının temel alınacaÄını henĂŒz seçmediniz. LĂŒtfen "
+"yazıcının satıcısını ve modelini seçin"
msgid ""
"You have entered an illegal input in the printable area section on the first "
"page. Please check before creating it."
msgstr ""
-"Ä°lk sayfadaki yazdırılabilir alan kısmına geçersiz bir giriĆ yaptınız. LĂŒtfen "
-"oluĆturmadan önce kontrol edin."
+"Ä°lk sayfadaki yazdırılabilir alan kısmına geçersiz bir giriĆ yaptınız. "
+"LĂŒtfen oluĆturmadan önce kontrol edin."
msgid "The custom printer or model is not inputed, place input."
msgstr "Ăzel yazıcı veya model girilmedi lĂŒtfen giriĆ yapın."
@@ -15768,7 +15928,8 @@ msgstr ""
"OluĆturduÄunuz yazıcı ön ayarının zaten aynı ada sahip bir ön ayarı var. "
"Ăzerine yazmak istiyor musunuz?\n"
"\tEvet: Aynı adı taĆıyan yazıcı ön ayarının ĂŒzerine yazın; aynı ön ayar adı "
-"taĆıyan filaman ve proses ön ayarları yeniden oluĆturulacak ve aynı ön ayar \n"
+"taĆıyan filaman ve proses ön ayarları yeniden oluĆturulacak ve aynı ön "
+"ayar \n"
"adı olmayan filament ve iĆlem ön ayarları rezerve edilecektir.\n"
"\tÄ°ptal: Ăn ayar oluĆturmayın, oluĆturma arayĂŒzĂŒne dönĂŒn."
@@ -15814,7 +15975,8 @@ msgstr ""
msgid ""
"You have not yet selected the printer to replace the nozzle, please choose."
-msgstr "Hala nozulu deÄiĆtirmek için yazıcı seçmediniz, lĂŒtfen bir seçim yapın."
+msgstr ""
+"Hala nozulu deÄiĆtirmek için yazıcı seçmediniz, lĂŒtfen bir seçim yapın."
msgid "Create Printer Successful"
msgstr "Yazıcı OluĆturma BaĆarılı"
@@ -15897,8 +16059,8 @@ msgstr "DıĆa aktarma baĆarılı"
#, c-format, boost-format
msgid ""
-"The '%s' folder already exists in the current directory. Do you want to clear "
-"it and rebuild it.\n"
+"The '%s' folder already exists in the current directory. Do you want to "
+"clear it and rebuild it.\n"
"If not, a time suffix will be added, and you can modify the name after "
"creation."
msgstr ""
@@ -15937,8 +16099,8 @@ msgid ""
"Only printer names with user printer presets will be displayed, and each "
"preset you choose will be exported as a zip."
msgstr ""
-"Yalnızca kullanıcı yazıcı ön ayarlarına sahip yazıcı adları görĂŒntĂŒlenecek ve "
-"seçtiÄiniz her ön ayar zip olarak dıĆa aktarılacaktır."
+"Yalnızca kullanıcı yazıcı ön ayarlarına sahip yazıcı adları görĂŒntĂŒlenecek "
+"ve seçtiÄiniz her ön ayar zip olarak dıĆa aktarılacaktır."
msgid ""
"Only the filament names with user filament presets will be displayed, \n"
@@ -15946,13 +16108,13 @@ msgid ""
"exported as a zip."
msgstr ""
"Yalnızca kullanıcı filamenti ön ayarlarına sahip filament adları \n"
-"görĂŒntĂŒlenecek ve seçtiÄiniz her filament adındaki tĂŒm kullanıcı filamenti ön "
-"ayarları zip olarak dıĆa aktarılacaktır."
+"görĂŒntĂŒlenecek ve seçtiÄiniz her filament adındaki tĂŒm kullanıcı filamenti "
+"ön ayarları zip olarak dıĆa aktarılacaktır."
msgid ""
"Only printer names with changed process presets will be displayed, \n"
-"and all user process presets in each printer name you select will be exported "
-"as a zip."
+"and all user process presets in each printer name you select will be "
+"exported as a zip."
msgstr ""
"Yalnızca iĆlem ön ayarları deÄiĆtirilen yazıcı adları görĂŒntĂŒlenecek \n"
"ve seçtiÄiniz her yazıcı adındaki tĂŒm kullanıcı iĆlem ön ayarları zip olarak "
@@ -15976,8 +16138,8 @@ msgid "Filament presets under this filament"
msgstr "Bu filamentin altındaki filament ön ayarları"
msgid ""
-"Note: If the only preset under this filament is deleted, the filament will be "
-"deleted after exiting the dialog."
+"Note: If the only preset under this filament is deleted, the filament will "
+"be deleted after exiting the dialog."
msgstr ""
"Not: Bu filamentin altındaki tek ön ayar silinirse, diyalogdan çıkıldıktan "
"sonra filament silinecektir."
@@ -16095,7 +16257,8 @@ msgstr "Aygıt sekmesinde yazdırma ana bilgisayarı web arayĂŒzĂŒnĂŒ görĂŒntĂŒ
msgid "Replace the BambuLab's device tab with print host webui"
msgstr ""
-"BambuLabâın aygıt sekmesini yazdırma ana bilgisayarı web arayĂŒzĂŒyle deÄiĆtirin"
+"BambuLabâın aygıt sekmesini yazdırma ana bilgisayarı web arayĂŒzĂŒyle "
+"deÄiĆtirin"
msgid ""
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
@@ -16115,8 +16278,8 @@ msgid ""
"On this system, %s uses HTTPS certificates from the system Certificate Store "
"or Keychain."
msgstr ""
-"Bu sistemde %s, sistem Sertifika Deposu veya Anahtar Zincirinden alınan HTTPS "
-"sertifikalarını kullanıyor."
+"Bu sistemde %s, sistem Sertifika Deposu veya Anahtar Zincirinden alınan "
+"HTTPS sertifikalarını kullanıyor."
msgid ""
"To use a custom CA file, please import your CA file into Certificate Store / "
@@ -16266,30 +16429,31 @@ msgstr ""
"Hata: \"%2%\""
msgid ""
-"It has a small layer height, and results in almost negligible layer lines and "
-"high printing quality. It is suitable for most general printing cases."
+"It has a small layer height, and results in almost negligible layer lines "
+"and high printing quality. It is suitable for most general printing cases."
msgstr ""
"KĂŒĂ§ĂŒk bir katman yĂŒksekliÄine sahiptir ve neredeyse ihmal edilebilir katman "
"çizgileri ve yĂŒksek baskı kalitesi saÄlar. ĂoÄu genel yazdırma durumu için "
"uygundur."
msgid ""
-"Compared with the default profile of a 0.2 mm nozzle, it has lower speeds and "
-"acceleration, and the sparse infill pattern is Gyroid. So, it results in much "
-"higher printing quality, but a much longer printing time."
+"Compared with the default profile of a 0.2 mm nozzle, it has lower speeds "
+"and acceleration, and the sparse infill pattern is Gyroid. So, it results in "
+"much higher printing quality, but a much longer printing time."
msgstr ""
"0,2 mmâlik nozĂŒlĂŒn varsayılan profiliyle karĆılaĆtırıldıÄında daha dĂŒĆĂŒk hız "
-"ve ivmeye sahiptir ve seyrek dolgu deseni Gyroidâdir. Böylece çok daha yĂŒksek "
-"baskı kalitesi elde edilir, ancak çok daha uzun baskı sĂŒresi elde edilir."
+"ve ivmeye sahiptir ve seyrek dolgu deseni Gyroidâdir. Böylece çok daha "
+"yĂŒksek baskı kalitesi elde edilir, ancak çok daha uzun baskı sĂŒresi elde "
+"edilir."
msgid ""
"Compared with the default profile of a 0.2 mm nozzle, it has a slightly "
"bigger layer height, and results in almost negligible layer lines, and "
"slightly shorter printing time."
msgstr ""
-"0,2 mmâlik pĂŒskĂŒrtme ucunun varsayılan profiliyle karĆılaĆtırıldıÄında, biraz "
-"daha bĂŒyĂŒk katman yĂŒksekliÄine sahiptir ve neredeyse ihmal edilebilir dĂŒzeyde "
-"katman çizgileri ve biraz daha kısa yazdırma sĂŒresi saÄlar."
+"0,2 mmâlik pĂŒskĂŒrtme ucunun varsayılan profiliyle karĆılaĆtırıldıÄında, "
+"biraz daha bĂŒyĂŒk katman yĂŒksekliÄine sahiptir ve neredeyse ihmal edilebilir "
+"dĂŒzeyde katman çizgileri ve biraz daha kısa yazdırma sĂŒresi saÄlar."
msgid ""
"Compared with the default profile of a 0.2 mm nozzle, it has a bigger layer "
@@ -16327,8 +16491,8 @@ msgid ""
"shorter printing time."
msgstr ""
"Varsayılan 0,2 mm pĂŒskĂŒrtme ucu profiliyle karĆılaĆtırıldıÄında, daha kĂŒĂ§ĂŒk "
-"katman yĂŒksekliÄine sahiptir ve minimum katman çizgileri ve daha yĂŒksek baskı "
-"kalitesi saÄlar, ancak daha kısa yazdırma sĂŒresi saÄlar."
+"katman yĂŒksekliÄine sahiptir ve minimum katman çizgileri ve daha yĂŒksek "
+"baskı kalitesi saÄlar, ancak daha kısa yazdırma sĂŒresi saÄlar."
msgid ""
"Compared with the default profile of a 0.2 mm nozzle, it has a smaller layer "
@@ -16379,12 +16543,12 @@ msgstr ""
msgid ""
"Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer "
-"height, and results in less apparent layer lines and higher printing quality, "
-"but longer printing time."
+"height, and results in less apparent layer lines and higher printing "
+"quality, but longer printing time."
msgstr ""
"0,4 mmâlik pĂŒskĂŒrtme ucunun varsayılan profiliyle karĆılaĆtırıldıÄında, daha "
-"kĂŒĂ§ĂŒk bir katman yĂŒksekliÄine sahiptir ve daha az görĂŒnĂŒr katman çizgileri ve "
-"daha yĂŒksek baskı kalitesi saÄlar, ancak daha uzun yazdırma sĂŒresi saÄlar."
+"kĂŒĂ§ĂŒk bir katman yĂŒksekliÄine sahiptir ve daha az görĂŒnĂŒr katman çizgileri "
+"ve daha yĂŒksek baskı kalitesi saÄlar, ancak daha uzun yazdırma sĂŒresi saÄlar."
msgid ""
"Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer "
@@ -16422,7 +16586,8 @@ msgstr ""
msgid ""
"Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer "
-"height, and results in almost negligible layer lines and longer printing time."
+"height, and results in almost negligible layer lines and longer printing "
+"time."
msgstr ""
"0,4 mmâlik pĂŒskĂŒrtme ucunun varsayılan profiliyle karĆılaĆtırıldıÄında, "
"katman yĂŒksekliÄi daha kĂŒĂ§ĂŒktĂŒr ve neredeyse göz ardı edilebilecek dĂŒzeyde "
@@ -16457,8 +16622,8 @@ msgstr ""
msgid ""
"Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer "
-"height, and results in much more apparent layer lines and much lower printing "
-"quality, but shorter printing time in some printing cases."
+"height, and results in much more apparent layer lines and much lower "
+"printing quality, but shorter printing time in some printing cases."
msgstr ""
"0,6 mmâlik pĂŒskĂŒrtme ucunun varsayılan profiliyle karĆılaĆtırıldıÄında, daha "
"bĂŒyĂŒk bir katman yĂŒksekliÄine sahiptir ve çok daha belirgin katman çizgileri "
@@ -16477,16 +16642,16 @@ msgstr ""
msgid ""
"Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer "
-"height, and results in less apparent layer lines and higher printing quality, "
-"but longer printing time."
+"height, and results in less apparent layer lines and higher printing "
+"quality, but longer printing time."
msgstr ""
"0,6 mmâlik pĂŒskĂŒrtme ucunun varsayılan profiliyle karĆılaĆtırıldıÄında, daha "
-"kĂŒĂ§ĂŒk bir katman yĂŒksekliÄine sahiptir ve daha az görĂŒnĂŒr katman çizgileri ve "
-"daha yĂŒksek baskı kalitesi saÄlar, ancak daha uzun yazdırma sĂŒresi saÄlar."
+"kĂŒĂ§ĂŒk bir katman yĂŒksekliÄine sahiptir ve daha az görĂŒnĂŒr katman çizgileri "
+"ve daha yĂŒksek baskı kalitesi saÄlar, ancak daha uzun yazdırma sĂŒresi saÄlar."
msgid ""
-"It has a very big layer height, and results in very apparent layer lines, low "
-"printing quality and general printing time."
+"It has a very big layer height, and results in very apparent layer lines, "
+"low printing quality and general printing time."
msgstr ""
"Ăok bĂŒyĂŒk bir katman yĂŒksekliÄine sahiptir ve çok belirgin katman "
"çizgilerine, dĂŒĆĂŒk baskı kalitesine ve genel yazdırma sĂŒresine neden olur."
@@ -16498,8 +16663,8 @@ msgid ""
msgstr ""
"0,8 mmâlik pĂŒskĂŒrtme ucunun varsayılan profiliyle karĆılaĆtırıldıÄında, daha "
"bĂŒyĂŒk bir katman yĂŒksekliÄine sahiptir ve çok belirgin katman çizgileri ve "
-"çok daha dĂŒĆĂŒk baskı kalitesiyle sonuçlanır, ancak bazı yazdırma durumlarında "
-"daha kısa yazdırma sĂŒresi saÄlar."
+"çok daha dĂŒĆĂŒk baskı kalitesiyle sonuçlanır, ancak bazı yazdırma "
+"durumlarında daha kısa yazdırma sĂŒresi saÄlar."
msgid ""
"Compared with the default profile of a 0.8 mm nozzle, it has a much bigger "
@@ -16508,8 +16673,8 @@ msgid ""
msgstr ""
"0,8 mmâlik pĂŒskĂŒrtme ucunun varsayılan profiliyle karĆılaĆtırıldıÄında, çok "
"daha bĂŒyĂŒk bir katman yĂŒksekliÄine sahiptir ve son derece belirgin katman "
-"çizgileri ve çok daha dĂŒĆĂŒk baskı kalitesiyle sonuçlanır, ancak bazı yazdırma "
-"durumlarında çok daha kısa yazdırma sĂŒresi saÄlar."
+"çizgileri ve çok daha dĂŒĆĂŒk baskı kalitesiyle sonuçlanır, ancak bazı "
+"yazdırma durumlarında çok daha kısa yazdırma sĂŒresi saÄlar."
msgid ""
"Compared with the default profile of a 0.8 mm nozzle, it has a slightly "
@@ -16517,10 +16682,10 @@ msgid ""
"lines and slightly higher printing quality, but longer printing time in some "
"printing cases."
msgstr ""
-"0,8 mmâlik pĂŒskĂŒrtme ucunun varsayılan profiliyle karĆılaĆtırıldıÄında, biraz "
-"daha kĂŒĂ§ĂŒk bir katman yĂŒksekliÄine sahiptir ve biraz daha az ama yine de "
-"görĂŒnĂŒr katman çizgileri ve biraz daha yĂŒksek baskı kalitesi saÄlar, ancak "
-"bazı yazdırma durumlarında daha uzun yazdırma sĂŒresi saÄlar."
+"0,8 mmâlik pĂŒskĂŒrtme ucunun varsayılan profiliyle karĆılaĆtırıldıÄında, "
+"biraz daha kĂŒĂ§ĂŒk bir katman yĂŒksekliÄine sahiptir ve biraz daha az ama yine "
+"de görĂŒnĂŒr katman çizgileri ve biraz daha yĂŒksek baskı kalitesi saÄlar, "
+"ancak bazı yazdırma durumlarında daha uzun yazdırma sĂŒresi saÄlar."
msgid ""
"Compared with the default profile of a 0.8 mm nozzle, it has a smaller layer "
@@ -16592,7 +16757,8 @@ msgid ""
msgstr ""
"Sandviç modu\n"
"Modelinizde çok dik çıkıntılar yoksa hassasiyeti ve katman tutarlılıÄını "
-"artırmak için sandviç modunu (iç-dıĆ-iç) kullanabileceÄinizi biliyor muydunuz?"
+"artırmak için sandviç modunu (iç-dıĆ-iç) kullanabileceÄinizi biliyor "
+"muydunuz?"
#: resources/data/hints.ini: [hint:Chamber temperature]
msgid ""
@@ -16654,14 +16820,14 @@ msgid ""
"3D scene operations."
msgstr ""
"Klavye kısayolları nasıl kullanılır?\n"
-"Orca Slicer'ın çok çeĆitli klavye kısayolları ve 3B sahne iĆlemleri sunduÄunu "
-"biliyor muydunuz?"
+"Orca Slicer'ın çok çeĆitli klavye kısayolları ve 3B sahne iĆlemleri "
+"sunduÄunu biliyor muydunuz?"
#: resources/data/hints.ini: [hint:Reverse on odd]
msgid ""
"Reverse on odd\n"
-"Did you know that Reverse on odd feature can significantly improve the "
-"surface quality of your overhangs?"
+"Did you know that Reverse on odd feature can significantly improve "
+"the surface quality of your overhangs?"
msgstr ""
"Tersine çevir\n"
"Tersine çevir özelliÄinin çıkıntılarınızın yĂŒzey kalitesini önemli "
@@ -16684,8 +16850,8 @@ msgid ""
"problems on the Windows system?"
msgstr ""
"Modeli DĂŒzelt\n"
-"Windows sisteminde birçok dilimleme sorununu önlemek için bozuk bir 3D modeli "
-"dĂŒzeltebileceÄinizi biliyor muydunuz?"
+"Windows sisteminde birçok dilimleme sorununu önlemek için bozuk bir 3D "
+"modeli dĂŒzeltebileceÄinizi biliyor muydunuz?"
#: resources/data/hints.ini: [hint:Timelapse]
msgid ""
@@ -16818,9 +16984,9 @@ msgstr ""
#: resources/data/hints.ini: [hint:Fine-tuning for flow rate]
msgid ""
"Fine-tuning for flow rate\n"
-"Did you know that flow rate can be fine-tuned for even better-looking prints? "
-"Depending on the material, you can improve the overall finish of the printed "
-"model by doing some fine-tuning."
+"Did you know that flow rate can be fine-tuned for even better-looking "
+"prints? Depending on the material, you can improve the overall finish of the "
+"printed model by doing some fine-tuning."
msgstr ""
"AkÄ±Ć hızı için ince ayar\n"
"Baskıların daha da iyi görĂŒnmesi için akÄ±Ć hızına ince ayar yapılabileceÄini "
@@ -16854,8 +17020,8 @@ msgstr ""
msgid ""
"Support painting\n"
"Did you know that you can paint the location of your supports? This feature "
-"makes it easy to place the support material only on the sections of the model "
-"that actually need it."
+"makes it easy to place the support material only on the sections of the "
+"model that actually need it."
msgstr ""
"Destek boyama\n"
"Desteklerinizin yerini boyayabileceÄinizi biliyor muydunuz? Bu özellik, "
@@ -16960,57 +17126,146 @@ msgstr ""
"sıcaklıÄının uygun Ćekilde arttırılmasının bĂŒkĂŒlme olasılıÄını "
"azaltabileceÄini biliyor muydunuz?"
-#~ msgid "up to"
-#~ msgstr "kadar"
+#~ msgid ""
+#~ "Your object appears to be too large. It will be scaled down to fit the "
+#~ "heat bed automatically."
+#~ msgstr ""
+#~ "Nesneniz çok bĂŒyĂŒk görĂŒnĂŒyor. Plakaya otomatik olarak uyacak Ćekilde "
+#~ "kĂŒĂ§ĂŒltĂŒlecektir."
-#~ msgid "above"
-#~ msgstr "ĂŒstĂŒnde"
+#~ msgid "Shift+G"
+#~ msgstr "Shift+G"
-#~ msgid "from"
-#~ msgstr "itibaren"
+#~ msgid "Any arrow"
+#~ msgstr "Herhangi bir ok"
-#~ msgid "Switching application language while some presets are modified."
-#~ msgstr "Bazı ön ayarlar deÄiĆtirilirken uygulama dilinin deÄiĆtirilmesi."
+#~ msgid ""
+#~ "Enables gap fill for the selected surfaces. The minimum gap length that "
+#~ "will be filled can be controlled from the filter out tiny gaps option "
+#~ "below.\n"
+#~ "\n"
+#~ "Options:\n"
+#~ "1. Everywhere: Applies gap fill to top, bottom and internal solid "
+#~ "surfaces\n"
+#~ "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces "
+#~ "only\n"
+#~ "3. Nowhere: Disables gap fill\n"
+#~ msgstr ""
+#~ "Seçilen yĂŒzeyler için boĆluk doldurmayı etkinleĆtirir. Doldurulacak "
+#~ "minimum boĆluk uzunluÄu aĆaÄıdaki kĂŒĂ§ĂŒk boĆlukları filtrele seçeneÄinden "
+#~ "kontrol edilebilir.\n"
+#~ "\n"
+#~ "Seçenekler:\n"
+#~ "1. Her Yerde: Ăst, alt ve iç katı yĂŒzeylere boĆluk doldurma uygular\n"
+#~ "2. Ăst ve Alt yĂŒzeyler: BoĆluk doldurmayı yalnızca ĂŒst ve alt yĂŒzeylere "
+#~ "uygular\n"
+#~ "3. Hiçbir Yerde: BoĆluk doldurmayı devre dıĆı bırakır\n"
-#~ msgid "â+Shift+G"
-#~ msgstr "â+Shift+G"
+#~ msgid ""
+#~ "Decrease this value slightly(for example 0.9) to reduce the amount of "
+#~ "material for bridge, to improve sag"
+#~ msgstr ""
+#~ "KöprĂŒ için malzeme miktarını azaltmak ve sarkmayı iyileĆtirmek için bu "
+#~ "deÄeri biraz azaltın (örneÄin 0,9)"
-#~ msgid "Ctrl+Shift+G"
-#~ msgstr "Ctrl+Shift+G"
+#~ msgid ""
+#~ "This value governs the thickness of the internal bridge layer. This is "
+#~ "the first layer over sparse infill. Decrease this value slightly (for "
+#~ "example 0.9) to improve surface quality over sparse infill."
+#~ msgstr ""
+#~ "Bu deÄer iç köprĂŒ katmanının kalınlıÄını belirler. Bu, seyrek dolgunun "
+#~ "ĂŒzerindeki ilk katmandır. Seyrek dolguya göre yĂŒzey kalitesini "
+#~ "iyileĆtirmek için bu deÄeri biraz azaltın (örneÄin 0,9)."
-#~ msgid "â+Any arrow"
-#~ msgstr "â+Herhangi bir ok"
+#~ msgid ""
+#~ "This factor affects the amount of material for top solid infill. You can "
+#~ "decrease it slightly to have smooth surface finish"
+#~ msgstr ""
+#~ "Bu faktör ĂŒst katı dolgu için malzeme miktarını etkiler. PĂŒrĂŒzsĂŒz bir "
+#~ "yĂŒzey elde etmek için biraz azaltabilirsiniz"
-#~ msgid "â„+Left mouse button"
-#~ msgstr "â„+Sol fare dĂŒÄmesi"
+#~ msgid "This factor affects the amount of material for bottom solid infill"
+#~ msgstr "Bu faktör alt katı dolgu için malzeme miktarını etkiler"
-#~ msgid "â+Left mouse button"
-#~ msgstr "â+Sol fare dĂŒÄmesi"
+#~ msgid ""
+#~ "Enable this option to slow printing down in areas where potential curled "
+#~ "perimeters may exist"
+#~ msgstr ""
+#~ "Potansiyel kıvrılmÄ±Ć Ă§evrelerin bulunabileceÄi alanlarda yazdırmayı "
+#~ "yavaĆlatmak için bu seçeneÄi etkinleĆtirin"
-#~ msgid "Ctrl+Any arrow"
-#~ msgstr "Ctrl+Herhangi bir yön tuĆu"
+#~ msgid "Speed of bridge and completely overhang wall"
+#~ msgstr "KöprĂŒ hızı ve tamamen sarkan duvar"
-#~ msgid "Alt+Left mouse button"
-#~ msgstr "Alt+Sol fare dĂŒÄmesi"
+#~ msgid ""
+#~ "Speed of internal bridge. If the value is expressed as a percentage, it "
+#~ "will be calculated based on the bridge_speed. Default value is 150%."
+#~ msgstr ""
+#~ "Dahili köprĂŒnĂŒn hızı. DeÄer yĂŒzde olarak ifade edilirse köprĂŒ_hızına göre "
+#~ "hesaplanacaktır. Varsayılan deÄer %150'dir."
-#~ msgid "Ctrl+Left mouse button"
-#~ msgstr "Ctrl+Sol fare dĂŒÄmesi"
+#~ msgid "Time to load new filament when switch filament. For statistics only"
+#~ msgstr ""
+#~ "Filamenti deÄiĆtirdiÄinizde yeni filament yĂŒkleme zamanı. Yalnızca "
+#~ "istatistikler için"
+
+#~ msgid ""
+#~ "Time to unload old filament when switch filament. For statistics only"
+#~ msgstr ""
+#~ "Filamenti deÄiĆtirdiÄinizde eski filamenti boĆaltma zamanı. Yalnızca "
+#~ "istatistikler için"
+
+#~ msgid ""
+#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a "
+#~ "new filament during a tool change (when executing the T code). This time "
+#~ "is added to the total print time by the G-code time estimator."
+#~ msgstr ""
+#~ "Yazıcı donanım yazılımının (veya Ăoklu Malzeme Ănitesi 2.0'ın) takım "
+#~ "deÄiĆikliÄi sırasında (T kodu yĂŒrĂŒtĂŒlĂŒrken) yeni bir filament yĂŒkleme "
+#~ "sĂŒresi. Bu sĂŒre, G kodu zaman tahmincisi tarafından toplam baskı sĂŒresine "
+#~ "eklenir."
-#~ msgid "â+Mouse wheel"
-#~ msgstr "â+Fare tekerleÄi"
+#~ msgid ""
+#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload "
+#~ "a filament during a tool change (when executing the T code). This time is "
+#~ "added to the total print time by the G-code time estimator."
+#~ msgstr ""
+#~ "Yazıcı ĂŒrĂŒn yazılımının (veya Ăoklu Malzeme Ănitesi 2.0'ın) takım "
+#~ "deÄiĆimi sırasında (T kodu yĂŒrĂŒtĂŒlĂŒrken) filamenti boĆaltma sĂŒresi. Bu "
+#~ "sĂŒre, G kodu sĂŒre tahmincisi tarafından toplam baskı sĂŒresine eklenir."
-#~ msgid "â„+Mouse wheel"
-#~ msgstr "â„+Fare tekerleÄi"
+#~ msgid "Filter out gaps smaller than the threshold specified"
+#~ msgstr "Belirtilen eĆikten daha kĂŒĂ§ĂŒk boĆlukları filtrele"
-#~ msgid "Ctrl+Mouse wheel"
-#~ msgstr "Ctrl+Fare tekerleÄi"
+#~ msgid ""
+#~ "Enable this option for chamber temperature control. An M191 command will "
+#~ "be added before \"machine_start_gcode\"\n"
+#~ "G-code commands: M141/M191 S(0-255)"
+#~ msgstr ""
+#~ "Hazne sıcaklıÄı kontrolĂŒ için bu seçeneÄi etkinleĆtirin. Ănce bir M191 "
+#~ "komutu eklenecek \"machine_start_gcode\"\n"
+#~ "G-code komut: M141/M191 S(0-255)"
-#~ msgid "Alt+Mouse wheel"
-#~ msgstr "Alt+Fare tekerleÄi"
+#~ msgid ""
+#~ "Higher chamber temperature can help suppress or reduce warping and "
+#~ "potentially lead to higher interlayer bonding strength for high "
+#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, "
+#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, "
+#~ "TPU, PVA and other low temperature materials,the actual chamber "
+#~ "temperature should not be high to avoid cloggings, so 0 which stands for "
+#~ "turning off is highly recommended"
+#~ msgstr ""
+#~ "Daha yĂŒksek hazne sıcaklıÄı, eÄrilmeyi bastırmaya veya azaltmaya yardımcı "
+#~ "olabilir ve ABS, ASA, PC, PA ve benzeri gibi yĂŒksek sıcaklıktaki "
+#~ "malzemeler için potansiyel olarak daha yĂŒksek ara katman yapıĆmasına yol "
+#~ "açabilir Aynı zamanda, ABS ve ASA'nın hava filtrasyonu daha da "
+#~ "kötĂŒleĆecektir. PLA, PETG, TPU, PVA ve diÄer dĂŒĆĂŒk sıcaklıktaki "
+#~ "malzemeler için, tıkanmaları önlemek için gerçek hazne sıcaklıÄı yĂŒksek "
+#~ "olmamalıdır, bu nedenle kapatma anlamına gelen 0 Ćiddetle tavsiye edilir"
#~ msgid ""
-#~ "Different nozzle diameters and different filament diameters is not allowed "
-#~ "when prime tower is enabled."
+#~ "Different nozzle diameters and different filament diameters is not "
+#~ "allowed when prime tower is enabled."
#~ msgstr ""
#~ "Ana kule etkinleĆtirildiÄinde farklı nozul çaplarına ve farklı filament "
#~ "çaplarına izin verilmez."
@@ -17023,10 +17278,11 @@ msgstr ""
#~ "Height of initial layer. Making initial layer height to be thick slightly "
#~ "can improve build plate adhension"
#~ msgstr ""
-#~ "Ä°lk katmanın yĂŒksekliÄi. Ä°lk katman yĂŒksekliÄini biraz kalın yapmak, baskı "
-#~ "plakasının yapıĆmasını iyileĆtirebilir"
+#~ "Ä°lk katmanın yĂŒksekliÄi. Ä°lk katman yĂŒksekliÄini biraz kalın yapmak, "
+#~ "baskı plakasının yapıĆmasını iyileĆtirebilir"
-#~ msgid "Interlocking depth of a segmented region. Zero disables this feature."
+#~ msgid ""
+#~ "Interlocking depth of a segmented region. Zero disables this feature."
#~ msgstr ""
#~ "BölĂŒmlere ayrılmÄ±Ć bir bölgenin birbirine kenetlenen derinliÄi. 0 bu "
#~ "özelliÄi devre dıĆı bırakır."
@@ -17104,11 +17360,12 @@ msgstr ""
#~ "the print start menu, the printer will follow the old way, calibrate the "
#~ "filament before the print; When you start a multi color/material print, "
#~ "the printer will use the default compensation parameter for the filament "
-#~ "during every filament switch which will have a good result in most cases.\n"
+#~ "during every filament switch which will have a good result in most "
+#~ "cases.\n"
#~ "\n"
#~ "Please note there are a few cases that will make the calibration result "
-#~ "not reliable: using a texture plate to do the calibration; the build plate "
-#~ "does not have good adhesion (please wash the build plate or apply "
+#~ "not reliable: using a texture plate to do the calibration; the build "
+#~ "plate does not have good adhesion (please wash the build plate or apply "
#~ "gluestick!) ...You can find more from our wiki.\n"
#~ "\n"
#~ "The calibration results have about 10 percent jitter in our test, which "
@@ -17119,11 +17376,12 @@ msgstr ""
#~ "bulabilirsiniz.\n"
#~ "\n"
#~ "Genellikle kalibrasyon gereksizdir. Yazdırma baĆlat menĂŒsĂŒndeki \"akÄ±Ć "
-#~ "dinamiÄi kalibrasyonu\" seçeneÄi iĆaretliyken tek renkli/malzeme baskısını "
-#~ "baĆlattıÄınızda, yazıcı eski yöntemi izleyecek, yazdırmadan önce filamenti "
-#~ "kalibre edecektir; Ăok renkli/malzeme baskısını baĆlattıÄınızda, yazıcı "
-#~ "her filament deÄiĆiminde filament için varsayılan dengeleme parametresini "
-#~ "kullanacaktır ve bu çoÄu durumda iyi bir sonuç verecektir.\n"
+#~ "dinamiÄi kalibrasyonu\" seçeneÄi iĆaretliyken tek renkli/malzeme "
+#~ "baskısını baĆlattıÄınızda, yazıcı eski yöntemi izleyecek, yazdırmadan "
+#~ "önce filamenti kalibre edecektir; Ăok renkli/malzeme baskısını "
+#~ "baĆlattıÄınızda, yazıcı her filament deÄiĆiminde filament için varsayılan "
+#~ "dengeleme parametresini kullanacaktır ve bu çoÄu durumda iyi bir sonuç "
+#~ "verecektir.\n"
#~ "\n"
#~ "Kalibrasyon sonucunun gĂŒvenilir olmamasına yol açacak birkaç durum "
#~ "olduÄunu lĂŒtfen unutmayın: kalibrasyonu yapmak için doku plakası "
@@ -17131,14 +17389,14 @@ msgstr ""
#~ "yıkayın veya yapıĆtırıcı uygulayın!) ...Daha fazlasını wiki'mizden "
#~ "bulabilirsiniz.\n"
#~ "\n"
-#~ "Testimizde kalibrasyon sonuçlarında yaklaĆık yĂŒzde 10'luk bir titreĆim var "
-#~ "ve bu da sonucun her kalibrasyonda tam olarak aynı olmamasına neden "
+#~ "Testimizde kalibrasyon sonuçlarında yaklaĆık yĂŒzde 10'luk bir titreĆim "
+#~ "var ve bu da sonucun her kalibrasyonda tam olarak aynı olmamasına neden "
#~ "olabilir. Yeni gĂŒncellemelerle iyileĆtirmeler yapmak için hĂąlĂą temel "
#~ "nedeni araĆtırıyoruz."
#~ msgid ""
-#~ "Only one of the results with the same name will be saved. Are you sure you "
-#~ "want to overrides the other results?"
+#~ "Only one of the results with the same name will be saved. Are you sure "
+#~ "you want to overrides the other results?"
#~ msgstr ""
#~ "Aynı ada sahip sonuçlardan yalnızca biri kaydedilecektir. DiÄer sonuçları "
#~ "geçersiz kılmak istediÄinizden emin misiniz?"
@@ -17146,11 +17404,11 @@ msgstr ""
#, c-format, boost-format
#~ msgid ""
#~ "There is already a historical calibration result with the same name: %s. "
-#~ "Only one of the results with the same name is saved. Are you sure you want "
-#~ "to overrides the historical result?"
+#~ "Only one of the results with the same name is saved. Are you sure you "
+#~ "want to overrides the historical result?"
#~ msgstr ""
-#~ "Aynı ada sahip geçmiĆ bir kalibrasyon sonucu zaten var: %s. Aynı ada sahip "
-#~ "sonuçlardan yalnızca biri kaydedilir. GeçmiĆ sonucu geçersiz kılmak "
+#~ "Aynı ada sahip geçmiĆ bir kalibrasyon sonucu zaten var: %s. Aynı ada "
+#~ "sahip sonuçlardan yalnızca biri kaydedilir. GeçmiĆ sonucu geçersiz kılmak "
#~ "istediÄinizden emin misiniz?"
#~ msgid "Please find the cornor with perfect degree of extrusion"
@@ -17173,11 +17431,11 @@ msgstr ""
#~ "Order of wall/infill. When the tickbox is unchecked the walls are printed "
#~ "first, which works best in most cases.\n"
#~ "\n"
-#~ "Printing walls first may help with extreme overhangs as the walls have the "
-#~ "neighbouring infill to adhere to. However, the infill will slighly push "
-#~ "out the printed walls where it is attached to them, resulting in a worse "
-#~ "external surface finish. It can also cause the infill to shine through the "
-#~ "external surfaces of the part."
+#~ "Printing walls first may help with extreme overhangs as the walls have "
+#~ "the neighbouring infill to adhere to. However, the infill will slighly "
+#~ "push out the printed walls where it is attached to them, resulting in a "
+#~ "worse external surface finish. It can also cause the infill to shine "
+#~ "through the external surfaces of the part."
#~ msgstr ""
#~ "Duvar/dolgu sırası. Onay kutusunun iĆareti kaldırıldıÄında ilk olarak "
#~ "duvarlar yazdırılır ve bu çoÄu durumda en iyi sonucu verir.\n"
@@ -17192,9 +17450,9 @@ msgstr ""
#~ msgstr "V"
#~ msgid ""
-#~ "Orca Slicer is based on BambuStudio by Bambulab, which is from PrusaSlicer "
-#~ "by Prusa Research. PrusaSlicer is from Slic3r by Alessandro Ranellucci "
-#~ "and the RepRap community"
+#~ "Orca Slicer is based on BambuStudio by Bambulab, which is from "
+#~ "PrusaSlicer by Prusa Research. PrusaSlicer is from Slic3r by Alessandro "
+#~ "Ranellucci and the RepRap community"
#~ msgstr ""
#~ "Orca Slicer, Prusa Research'ĂŒn PrusaSlicer'ından Bambulab'ın "
#~ "BambuStudio'sunu temel alıyor. PrusaSlicer, Alessandro Ranellucci ve "
@@ -17265,15 +17523,16 @@ msgstr ""
#~ "deÄer) korumak ister misiniz?"
#~ msgid ""
-#~ "You have previously modified your settings and are about to overwrite them "
-#~ "with new ones."
+#~ "You have previously modified your settings and are about to overwrite "
+#~ "them with new ones."
#~ msgstr ""
-#~ "Ayarlarınızı daha önce deÄiĆtirdiniz ve bunların ĂŒzerine yenilerini yazmak "
-#~ "ĂŒzeresiniz."
+#~ "Ayarlarınızı daha önce deÄiĆtirdiniz ve bunların ĂŒzerine yenilerini "
+#~ "yazmak ĂŒzeresiniz."
#~ msgid ""
#~ "\n"
-#~ "Do you want to keep your current modified settings, or use preset settings?"
+#~ "Do you want to keep your current modified settings, or use preset "
+#~ "settings?"
#~ msgstr ""
#~ "\n"
#~ "Geçerli deÄiĆtirilen ayarlarınızı korumak mı yoksa önceden ayarlanmÄ±Ć "
@@ -17293,8 +17552,8 @@ msgstr ""
#~ "Choose an AMS slot then press \"Load\" or \"Unload\" button to "
#~ "automatically load or unload filiament."
#~ msgstr ""
-#~ "Filamenti otomatik olarak yĂŒklemek veya çıkarmak için bir AMS yuvası seçin "
-#~ "ve ardından \"YĂŒkle\" veya \"BoĆalt\" dĂŒÄmesine basın."
+#~ "Filamenti otomatik olarak yĂŒklemek veya çıkarmak için bir AMS yuvası "
+#~ "seçin ve ardından \"YĂŒkle\" veya \"BoĆalt\" dĂŒÄmesine basın."
#~ msgid "MC"
#~ msgstr "MC"
@@ -17334,8 +17593,8 @@ msgstr ""
#~ "The 3mf file version is in Beta and it is newer than the current Bambu "
#~ "Studio version."
#~ msgstr ""
-#~ "3mf dosya sĂŒrĂŒmĂŒ Beta aĆamasındadır ve mevcut Bambu Studio sĂŒrĂŒmĂŒnden daha "
-#~ "yenidir."
+#~ "3mf dosya sĂŒrĂŒmĂŒ Beta aĆamasındadır ve mevcut Bambu Studio sĂŒrĂŒmĂŒnden "
+#~ "daha yenidir."
#~ msgid "If you would like to try Bambu Studio Beta, you may click to"
#~ msgstr "Bambu Studio Betaâyı denemek isterseniz tıklayabilirsiniz."
@@ -17362,9 +17621,9 @@ msgstr ""
#~ "Green means that AMS humidity is normal, orange represent humidity is "
#~ "high, red represent humidity is too high.(Hygrometer: lower the better.)"
#~ msgstr ""
-#~ "YeĆil, AMS neminin normal olduÄunu, turuncu nemin yĂŒksek olduÄunu, kırmızı "
-#~ "ise nemin çok yĂŒksek olduÄunu gösterir.(Higrometre: ne kadar dĂŒĆĂŒkse o "
-#~ "kadar iyidir.)"
+#~ "YeĆil, AMS neminin normal olduÄunu, turuncu nemin yĂŒksek olduÄunu, "
+#~ "kırmızı ise nemin çok yĂŒksek olduÄunu gösterir.(Higrometre: ne kadar "
+#~ "dĂŒĆĂŒkse o kadar iyidir.)"
#~ msgid "Desiccant status"
#~ msgstr "Kurutucu durumu"
@@ -17374,14 +17633,14 @@ msgstr ""
#~ "inactive. Please change the desiccant.(The bars: higher the better.)"
#~ msgstr ""
#~ "Ä°ki çubuktan daha dĂŒĆĂŒk bir kurutucu durumu, kurutucunun etkin olmadıÄını "
-#~ "gösterir. LĂŒtfen kurutucuyu deÄiĆtirin.(Ăubuklar: ne kadar yĂŒksek olursa o "
-#~ "kadar iyidir.)"
+#~ "gösterir. LĂŒtfen kurutucuyu deÄiĆtirin.(Ăubuklar: ne kadar yĂŒksek olursa "
+#~ "o kadar iyidir.)"
#~ msgid ""
#~ "Note: When the lid is open or the desiccant pack is changed, it can take "
#~ "hours or a night to absorb the moisture. Low temperatures also slow down "
-#~ "the process. During this time, the indicator may not represent the chamber "
-#~ "accurately."
+#~ "the process. During this time, the indicator may not represent the "
+#~ "chamber accurately."
#~ msgstr ""
#~ "Not: Kapak açıkken veya kurutucu paketi deÄiĆtirildiÄinde, nemin emilmesi "
#~ "saatler veya bir gece sĂŒrebilir. DĂŒĆĂŒk sıcaklıklar da sĂŒreci yavaĆlatır. "
@@ -17479,14 +17738,14 @@ msgstr ""
#~ msgid ""
#~ "Please go to filament setting to edit your presets if you need.\n"
#~ "Please note that nozzle temperature, hot bed temperature, and maximum "
-#~ "volumetric speed have a significant impact on printing quality. Please set "
-#~ "them carefully."
+#~ "volumetric speed have a significant impact on printing quality. Please "
+#~ "set them carefully."
#~ msgstr ""
-#~ "Ä°htiyacınız olursa ön ayarlarınızı dĂŒzenlemek için lĂŒtfen filament ayarına "
-#~ "gidin.\n"
+#~ "Ä°htiyacınız olursa ön ayarlarınızı dĂŒzenlemek için lĂŒtfen filament "
+#~ "ayarına gidin.\n"
#~ "LĂŒtfen pĂŒskĂŒrtme ucu sıcaklıÄının, sıcak yatak sıcaklıÄının ve maksimum "
-#~ "hacimsel hızın yazdırma kalitesi ĂŒzerinde önemli bir etkiye sahip olduÄunu "
-#~ "unutmayın. LĂŒtfen bunları dikkatlice ayarlayın."
+#~ "hacimsel hızın yazdırma kalitesi ĂŒzerinde önemli bir etkiye sahip "
+#~ "olduÄunu unutmayın. LĂŒtfen bunları dikkatlice ayarlayın."
#~ msgid "Studio Version:"
#~ msgstr "StĂŒdyo SĂŒrĂŒmĂŒ:"
@@ -17531,8 +17790,8 @@ msgstr ""
#~ msgstr "Depolama YĂŒklemesini Test Etme"
#~ msgid ""
-#~ "The speed setting exceeds the printer's maximum speed (machine_max_speed_x/"
-#~ "machine_max_speed_y).\n"
+#~ "The speed setting exceeds the printer's maximum speed "
+#~ "(machine_max_speed_x/machine_max_speed_y).\n"
#~ "Orca will automatically cap the print speed to ensure it doesn't surpass "
#~ "the printer's capabilities.\n"
#~ "You can adjust the maximum speed setting in your printer's configuration "
@@ -17540,8 +17799,8 @@ msgstr ""
#~ msgstr ""
#~ "Hız ayarı yazıcının maksimum hızını aĆıyor (machine_max_speed_x/"
#~ "machine_max_speed_y).\n"
-#~ "Orca, yazıcının yeteneklerini aĆmadıÄından emin olmak için yazdırma hızını "
-#~ "otomatik olarak sınırlayacaktır.\n"
+#~ "Orca, yazıcının yeteneklerini aĆmadıÄından emin olmak için yazdırma "
+#~ "hızını otomatik olarak sınırlayacaktır.\n"
#~ "Daha yĂŒksek hızlar elde etmek için yazıcınızın yapılandırmasındaki "
#~ "maksimum hız ayarını yapabilirsiniz."
@@ -17567,8 +17826,8 @@ msgstr ""
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
#~ "thickness (top+bottom solid layers)"
#~ msgstr ""
-#~ "Dikey kabuk kalınlıÄını garanti etmek için eÄimli yĂŒzeylerin yakınına katı "
-#~ "dolgu ekleyin (ĂŒst + alt katı katmanlar)"
+#~ "Dikey kabuk kalınlıÄını garanti etmek için eÄimli yĂŒzeylerin yakınına "
+#~ "katı dolgu ekleyin (ĂŒst + alt katı katmanlar)"
#~ msgid "Further reduce solid infill on walls (beta)"
#~ msgstr "Duvarlardaki katı dolguyu daha da azaltın (deneysel)"
@@ -17622,8 +17881,8 @@ msgstr ""
#~ "are not specified explicitly."
#~ msgstr ""
#~ "Daha iyi katman soÄutması için yavaĆlama etkinleĆtirildiÄinde, yazdırma "
-#~ "çıkıntıları olduÄunda ve özellik hızları açıkça belirtilmediÄinde filament "
-#~ "için minimum yazdırma hızı."
+#~ "çıkıntıları olduÄunda ve özellik hızları açıkça belirtilmediÄinde "
+#~ "filament için minimum yazdırma hızı."
#~ msgid "No sparse layers (EXPERIMENTAL)"
#~ msgstr "Seyrek katman yok (DENEYSEL)"
@@ -17649,8 +17908,8 @@ msgstr ""
#~ msgstr "wiki"
#~ msgid ""
-#~ "Relative extrusion is recommended when using \"label_objects\" option.Some "
-#~ "extruders work better with this option unckecked (absolute extrusion "
+#~ "Relative extrusion is recommended when using \"label_objects\" option."
+#~ "Some extruders work better with this option unckecked (absolute extrusion "
#~ "mode). Wipe tower is only compatible with relative mode. It is always "
#~ "enabled on BambuLab printers. Default is checked"
#~ msgstr ""
@@ -17780,8 +18039,8 @@ msgstr ""
#~ "Bir Parçayı Ăıkar\n"
#~ "Negatif parça deÄiĆtiriciyi kullanarak bir aÄı diÄerinden "
#~ "çıkarabileceÄinizi biliyor muydunuz? Bu Ćekilde örneÄin doÄrudan Orca "
-#~ "Slicer'da kolayca yeniden boyutlandırılabilen delikler oluĆturabilirsiniz. "
-#~ "Daha fazlasını belgelerde okuyun."
+#~ "Slicer'da kolayca yeniden boyutlandırılabilen delikler "
+#~ "oluĆturabilirsiniz. Daha fazlasını belgelerde okuyun."
#~ msgid "Filling bed "
#~ msgstr "Yatak doldurma "
@@ -17797,7 +18056,8 @@ msgstr ""
#~ msgstr ""
#~ "DoÄrusal desene geçilsin mi?\n"
#~ "Evet - otomatik olarak doÄrusal desene geçin\n"
-#~ "Hayır - yoÄunluÄu otomatik olarak %100 olmayan varsayılan deÄere sıfırlayın"
+#~ "Hayır - yoÄunluÄu otomatik olarak %100 olmayan varsayılan deÄere "
+#~ "sıfırlayın"
#~ msgid "Please heat the nozzle to above 170 degree before loading filament."
#~ msgstr ""
@@ -18038,8 +18298,8 @@ msgstr ""
#~ "load uptodate process/machine settings from the specified file when using "
#~ "uptodate"
#~ msgstr ""
-#~ "gĂŒncellemeyi kullanırken belirtilen dosyadan gĂŒncel iĆlem/yazıcıayarlarını "
-#~ "yĂŒkle"
+#~ "gĂŒncellemeyi kullanırken belirtilen dosyadan gĂŒncel iĆlem/"
+#~ "yazıcıayarlarını yĂŒkle"
#~ msgid "Output directory"
#~ msgstr "ĂıkÄ±Ć dizini"
@@ -18086,8 +18346,8 @@ msgstr ""
#~ "OrcaSlicer configuration file may be corrupted and is not abled to be "
#~ "parsed.Please delete the file and try again."
#~ msgstr ""
-#~ "OrcaSlicer yapılandırma dosyası bozulmuĆ olabilir ve ayrıĆtırılması mĂŒmkĂŒn "
-#~ "olmayabilir. LĂŒtfen dosyayı silin ve tekrar deneyin."
+#~ "OrcaSlicer yapılandırma dosyası bozulmuĆ olabilir ve ayrıĆtırılması "
+#~ "mĂŒmkĂŒn olmayabilir. LĂŒtfen dosyayı silin ve tekrar deneyin."
#~ msgid "Online Models"
#~ msgstr "Ăevrimiçi Modeller"
@@ -18101,8 +18361,8 @@ msgstr ""
#~ msgid ""
#~ "There are currently no identical spare consumables available, and "
#~ "automatic replenishment is currently not possible. \n"
-#~ "(Currently supporting automatic supply of consumables with the same brand, "
-#~ "material type, and color)"
+#~ "(Currently supporting automatic supply of consumables with the same "
+#~ "brand, material type, and color)"
#~ msgstr ""
#~ "Ću anda aynı yedek sarf malzemesi mevcut deÄildir ve otomatik yenileme Ću "
#~ "anda mĂŒmkĂŒn deÄildir.\n"
@@ -18134,7 +18394,8 @@ msgstr ""
#~ "daha sıcak olamaz"
#~ msgid "Enable this option if machine has auxiliary part cooling fan"
-#~ msgstr "Makinede yardımcı parça soÄutma fanı varsa bu seçeneÄi etkinleĆtirin"
+#~ msgstr ""
+#~ "Makinede yardımcı parça soÄutma fanı varsa bu seçeneÄi etkinleĆtirin"
#~ msgid ""
#~ "This option is enabled if machine support controlling chamber temperature"
@@ -18162,7 +18423,8 @@ msgstr ""
#~ "katmanları etkilemez"
#~ msgid "Empty layers around bottom are replaced by nearest normal layers."
-#~ msgstr "Alt kısımdaki boĆ katmanların yerini en yakın normal katmanlar alır."
+#~ msgstr ""
+#~ "Alt kısımdaki boĆ katmanların yerini en yakın normal katmanlar alır."
#~ msgid "The model has too many empty layers."
#~ msgstr "Modelde çok fazla boĆ katman var."
@@ -18180,8 +18442,9 @@ msgstr ""
#~ "Bed temperature when high temperature plate is installed. Value 0 means "
#~ "the filament does not support to print on the High Temp Plate"
#~ msgstr ""
-#~ "YĂŒksek sıcaklık plakası takıldıÄında yatak sıcaklıÄı. 0 deÄeri, filamentin "
-#~ "YĂŒksek Sıcaklık Plakasına yazdırmayı desteklemediÄi anlamına gelir"
+#~ "YĂŒksek sıcaklık plakası takıldıÄında yatak sıcaklıÄı. 0 deÄeri, "
+#~ "filamentin YĂŒksek Sıcaklık Plakasına yazdırmayı desteklemediÄi anlamına "
+#~ "gelir"
#~ msgid ""
#~ "Klipper's max_accel_to_decel will be adjusted to this % of acceleration"
@@ -18201,7 +18464,8 @@ msgstr ""
#~ msgstr ""
#~ "DesteÄin stili ve Ćekli. Normal destek için, desteklerin dĂŒzenli bir "
#~ "ızgaraya yansıtılması daha saÄlam destekler oluĆturur (varsayılan), rahat "
-#~ "destek kuleleri ise malzemeden tasarruf saÄlar ve nesne izlerini azaltır.\n"
+#~ "destek kuleleri ise malzemeden tasarruf saÄlar ve nesne izlerini "
+#~ "azaltır.\n"
#~ "AÄaç desteÄi için, ince stil, dalları daha agresif bir Ćekilde "
#~ "birleĆtirecek ve çok fazla malzeme tasarrufu saÄlayacak (varsayılan), "
#~ "hibrit stil ise bĂŒyĂŒk dĂŒz çıkıntılar altında normal desteÄe benzer yapı "
diff --git a/localization/i18n/uk/OrcaSlicer_uk.po b/localization/i18n/uk/OrcaSlicer_uk.po
index 1c0db334412..68eed7af73e 100644
--- a/localization/i18n/uk/OrcaSlicer_uk.po
+++ b/localization/i18n/uk/OrcaSlicer_uk.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-08-03 18:54+0200\n"
+"POT-Creation-Date: 2024-08-23 16:24+0200\n"
"PO-Revision-Date: 2024-06-30 23:05+0300\n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -16,8 +16,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
+"n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n"
"X-Generator: Poedit 3.4.4\n"
msgid "Supports Painting"
@@ -80,6 +80,9 @@ msgstr "Đ ĐŸĐ·ŃĐŒĐœĐžĐč ĐșŃŃ Đ·Đ°ĐżĐŸĐČĐœĐ”ĐœĐœŃ"
msgid "On overhangs only"
msgstr "ĐĐžŃĐ” ĐœĐ° Đ·ĐČĐžŃĐ°Ń
"
+msgid "Auto support threshold angle: "
+msgstr "ĐĐŸŃĐŸĐłĐŸĐČĐžĐč ĐșŃŃ Đ°ĐČŃĐŸĐŒĐ°ŃĐžŃĐœĐŸŃ ĐżŃĐŽŃŃĐžĐŒĐșĐž: "
+
msgid "Circle"
msgstr "ĐĐŸĐ»ĐŸ"
@@ -99,9 +102,6 @@ msgstr "ĐĐ°Đ»ŃĐČĐ°ĐœĐœŃ Đ»ĐžŃĐ” ĐœĐ° ĐČОбŃĐ°ĐœĐžŃ
ĐłŃĐ°ĐœŃŃ
: \"%1%\""
msgid "Highlight faces according to overhang angle."
msgstr "ĐОЎŃлОŃĐž ĐŒĐ”Đ¶Ń Đ· ĐČŃĐŽĐżĐŸĐČŃĐŽĐœĐžĐŒ ĐșŃŃĐŸĐŒ ĐČĐžŃŃŃĐżŃ."
-msgid "Auto support threshold angle: "
-msgstr "ĐĐŸŃĐŸĐłĐŸĐČĐžĐč ĐșŃŃ Đ°ĐČŃĐŸĐŒĐ°ŃĐžŃĐœĐŸŃ ĐżŃĐŽŃŃĐžĐŒĐșĐž: "
-
msgid "No auto support"
msgstr "ĐĐ”ĐŒĐ°Ń Đ°ĐČŃĐŸĐŒĐ°ŃĐžŃĐœĐŸŃ ĐżŃĐŽŃŃĐžĐŒĐșĐž"
@@ -1981,6 +1981,9 @@ msgstr "ĐĄĐżŃĐŸŃŃĐžŃĐž ĐŒĐŸĐŽĐ”Đ»Ń"
msgid "Center"
msgstr "ĐŠĐ”ĐœŃŃ"
+msgid "Drop"
+msgstr ""
+
msgid "Edit Process Settings"
msgstr "РДЎагŃĐČĐ°ŃĐž ĐœĐ°Đ»Đ°ŃŃŃĐČĐ°ĐœĐœŃ ĐżŃĐŸŃĐ”ŃŃ ĐŽŃŃĐșŃ"
@@ -4151,6 +4154,15 @@ msgstr "ĐагалŃĐœĐžĐč ŃĐ°Ń"
msgid "Total cost"
msgstr "ĐагалŃĐœĐ° ĐČĐ°ŃŃŃŃŃŃ"
+msgid "up to"
+msgstr "аж ĐŽĐŸ"
+
+msgid "above"
+msgstr "ĐČĐžŃĐ”"
+
+msgid "from"
+msgstr "ĐČŃĐŽ"
+
msgid "Color Scheme"
msgstr "ĐĐŸĐ»ŃŃĐœĐ° ŃŃ
Đ”ĐŒĐ°"
@@ -4214,12 +4226,12 @@ msgstr "Đ§Đ°Ń Đ·ĐŒŃĐœĐž ŃŃĐ»Đ°ĐŒĐ”ĐœŃŃ"
msgid "Cost"
msgstr "ĐĐžŃŃĐ°ŃĐ°"
-msgid "Print"
-msgstr "ĐŃŃĐș"
-
msgid "Color change"
msgstr "ĐĐŒŃĐœĐ° ĐșĐŸĐ»ŃĐŸŃŃ"
+msgid "Print"
+msgstr "ĐŃŃĐș"
+
msgid "Printer"
msgstr "ĐŃĐžĐœŃĐ”Ń"
@@ -4403,7 +4415,7 @@ msgstr "Đб'ŃĐŒ:"
msgid "Size:"
msgstr "Đ ĐŸĐ·ĐŒŃŃ:"
-#, c-format, boost-format
+#, boost-format
msgid ""
"Conflicts of gcode paths have been found at layer %d, z = %.2lf mm. Please "
"separate the conflicted objects farther (%s <-> %s)."
@@ -4844,6 +4856,18 @@ msgstr "ĐŃĐŸŃ
ŃĐŽ 2"
msgid "Flow rate test - Pass 2"
msgstr "йДŃŃ ĐČĐžŃŃĐ°ŃĐž - ĐŃĐŸĐčĐŽĐ”ĐœĐŸ 2"
+msgid "YOLO (Recommended)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.01 step"
+msgstr ""
+
+msgid "YOLO (perfectionist version)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.005 step"
+msgstr ""
+
msgid "Flow rate"
msgstr "ĐšĐČОЎĐșŃŃŃŃ ĐżĐŸŃĐŸĐșŃ"
@@ -6151,14 +6175,6 @@ msgstr "ĐĐžŃĐČĐ»Đ”ĐœĐŸ ĐŸĐ±'ŃĐșŃ, ŃĐŸ ŃĐșлаЎаŃŃŃŃŃ Đ· ĐșŃĐ»ŃĐș
msgid "The file does not contain any geometry data."
msgstr "ЀаĐčĐ» ĐœĐ” ĐŒŃŃŃĐžŃŃ ĐłĐ”ĐŸĐŒĐ”ŃŃĐžŃĐœĐžŃ
ĐŽĐ°ĐœĐžŃ
."
-msgid ""
-"Your object appears to be too large. It will be scaled down to fit the heat "
-"bed automatically."
-msgstr ""
-
-msgid "Object too large"
-msgstr "Đб'ŃĐșŃ Đ·Đ°ĐœĐ°ĐŽŃĐŸ ĐČДлОĐșĐžĐč"
-
msgid ""
"Your object appears to be too large, Do you want to scale it down to fit the "
"heat bed automatically?"
@@ -6167,6 +6183,9 @@ msgstr ""
"ĐČŃĐŽĐżĐŸĐČŃĐŽĐ°ĐČ ŃĐŸĐ·ĐŒŃŃŃ?\n"
"ĐżŃĐŽŃĐłŃŃĐČ ŃŃĐŸĐ»Ń Đ°ĐČŃĐŸĐŒĐ°ŃĐžŃĐœĐŸ?"
+msgid "Object too large"
+msgstr "Đб'ŃĐșŃ Đ·Đ°ĐœĐ°ĐŽŃĐŸ ĐČДлОĐșĐžĐč"
+
msgid "Export STL file:"
msgstr "ĐĐșŃĐżĐŸŃŃ ŃĐ°ĐčĐ»Ń STL:"
@@ -6543,6 +6562,9 @@ msgstr "ĐĐž Ń
ĐŸŃĐ”ŃĐ” ĐżŃĐŸĐŽĐŸĐČжŃĐČĐ°ŃĐž?"
msgid "Language selection"
msgstr "ĐОбŃŃ ĐŒĐŸĐČĐž"
+msgid "Switching application language while some presets are modified."
+msgstr "ĐĐ”ŃĐ”ĐșĐ»ŃŃĐ”ĐœĐœŃ ĐŒĐŸĐČĐž ĐżŃĐŸĐłŃĐ°ĐŒĐž ĐżŃĐž Đ·ĐŒŃĐœŃ ĐŽĐ”ŃĐșĐžŃ
ĐżŃĐ”ŃĐ”ŃŃĐČ."
+
msgid "Changing application language"
msgstr "ĐĐŒŃĐœĐ° ĐŒĐŸĐČĐž ĐżŃĐŸĐłŃĐ°ĐŒĐž"
@@ -7669,8 +7691,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 ""
"ĐŃĐž запОŃŃ ŃĐ°ĐčĐŒĐ»Đ°ĐżŃŃ Đ±Đ”Đ· ŃĐœŃŃŃŃĐŒĐ”ĐœŃĐ°Đ»ŃĐœĐŸŃ ĐłĐŸĐ»ĐŸĐČĐșĐž ŃĐ”ĐșĐŸĐŒĐ”ĐœĐŽŃŃŃŃŃŃ ĐŽĐŸĐŽĐ°ŃĐž "
"âTimelapse Wipe Towerâ \n"
@@ -8554,8 +8576,11 @@ msgstr "ХпОŃĐŸĐș ĐŸĐ±'ŃĐșŃŃĐČ"
msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files"
msgstr "ĐĐŒĐżĐŸŃŃ ĐłĐ”ĐŸĐŒĐ”ŃŃĐžŃĐœĐžŃ
ĐŽĐ°ĐœĐžŃ
ŃĐ· ŃĐ°ĐčĐ»ŃĐČ STL/STEP/3MF/OBJ/AMF"
-msgid "Shift+G"
-msgstr ""
+msgid "â+Shift+G"
+msgstr "â+Shift+G"
+
+msgid "Ctrl+Shift+G"
+msgstr "Ctrl+Shift+G"
msgid "Paste from clipboard"
msgstr "ĐŃŃĐ°ĐČĐžŃĐž Đ· бŃŃĐ”ŃĐ° ĐŸĐ±ĐŒŃĐœŃ"
@@ -8605,18 +8630,33 @@ msgstr "Shift+Tab"
msgid "Collapse/Expand the sidebar"
msgstr "ĐĐłĐŸŃĐœŃŃĐž/ŃĐŸĐ·ĐłĐŸŃĐœŃŃĐž бŃŃĐœŃ ĐżĐ°ĐœĐ”Đ»Ń"
-msgid "Any arrow"
-msgstr ""
+msgid "â+Any arrow"
+msgstr "â+бŃĐŽŃ-ŃĐșĐ° ŃŃŃŃĐ»ĐșĐ°"
msgid "Movement in camera space"
msgstr "Đ ŃŃ
Ń ĐżŃĐŸŃŃĐŸŃŃ ĐșĐ°ĐŒĐ”ŃĐž"
+msgid "â„+Left mouse button"
+msgstr "â„+ĐŃĐČĐ° ĐșĐœĐŸĐżĐșĐ° ĐŒĐžŃŃ"
+
msgid "Select a part"
msgstr "ĐОбДŃŃŃŃ ŃĐ°ŃŃĐžĐœŃ"
+msgid "â+Left mouse button"
+msgstr "â+ĐŃĐČĐ° ĐșĐœĐŸĐżĐșĐ° ĐŒĐžŃŃ"
+
msgid "Select multiple objects"
msgstr "ĐОбŃĐ°ŃĐž ĐșŃĐ»ŃĐșĐ° ĐŸĐ±'ŃĐșŃŃĐČ"
+msgid "Ctrl+Any arrow"
+msgstr "Ctrl+бŃĐŽŃ-ŃĐșĐ° ŃŃŃŃĐ»ĐșĐ°"
+
+msgid "Alt+Left mouse button"
+msgstr "Alt+ĐŃĐČĐ° ĐșĐœĐŸĐżĐșĐ° ĐŒĐžŃŃ"
+
+msgid "Ctrl+Left mouse button"
+msgstr "Ctrl+ĐŃĐČĐ° ĐșĐœĐŸĐżĐșĐ° ĐŒĐžŃŃ"
+
msgid "Shift+Left mouse button"
msgstr "Shift+ĐŃĐČĐ° ĐșĐœĐŸĐżĐșĐ° ĐŒĐžŃŃ"
@@ -8719,12 +8759,24 @@ msgstr "йаŃŃĐ»ĐșĐ°"
msgid "Move: press to snap by 1mm"
msgstr "ĐĐ”ŃĐ”ĐŒŃŃĐ”ĐœĐœŃ: ĐœĐ°ŃĐžŃĐœŃŃŃ ĐŽĐ»Ń ĐżĐ”ŃĐ”ĐŒŃŃĐ”ĐœĐœŃ ĐœĐ° 1 ĐŒĐŒ"
+msgid "â+Mouse wheel"
+msgstr "â+ĐĐŸĐ»Đ”ŃĐŸ ĐŒĐžŃŃ"
+
msgid "Support/Color Painting: adjust pen radius"
msgstr "ĐŃĐŽŃŃĐžĐŒĐșĐ°/ĐĐŸĐ»ŃŃĐœĐ” ĐŒĐ°Đ»ŃĐČĐ°ĐœĐœŃ: ŃДгŃĐ»ŃĐČĐ°ĐœĐœŃ ŃĐ°ĐŽŃŃŃĐ° пДŃĐ°"
+msgid "â„+Mouse wheel"
+msgstr "â„+ĐĐŸĐ»Đ”ŃĐŸ ĐŒĐžŃŃ"
+
msgid "Support/Color Painting: adjust section position"
msgstr "ĐŃĐŽŃŃĐžĐŒĐșĐ°/ĐșĐŸĐ»ŃĐŸŃĐŸĐČĐ” ŃĐ°ŃбŃĐČĐ°ĐœĐœŃ: ŃДгŃĐ»ŃĐČĐ°ĐœĐœŃ ĐżĐŸĐ»ĐŸĐ¶Đ”ĐœĐœŃ ŃĐ”ĐșŃŃĐč"
+msgid "Ctrl+Mouse wheel"
+msgstr "Ctrl+ĐĐŸĐ»Đ”ŃĐŸ ĐŒĐžŃŃ"
+
+msgid "Alt+Mouse wheel"
+msgstr "Alt+ĐșĐŸĐ»Đ”ŃĐŸ ĐŒĐžŃŃ"
+
msgid "Gizmo"
msgstr "Gizmo"
@@ -9780,25 +9832,32 @@ msgid "Apply gap fill"
msgstr "ĐĐ°ĐżĐŸĐČĐœĐ”ĐœĐœŃ ĐżŃĐŸĐŒŃжĐșŃĐČ"
msgid ""
-"Enables gap fill for the selected surfaces. The minimum gap length that will "
-"be filled can be controlled from the filter out tiny gaps option below.\n"
+"Enables gap fill for the selected solid surfaces. The minimum gap length "
+"that will be filled can be controlled from the filter out tiny gaps option "
+"below.\n"
"\n"
"Options:\n"
-"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n"
+"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces "
+"for maximum strength\n"
"2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces "
-"only\n"
-"3. Nowhere: Disables gap fill\n"
-msgstr ""
-"ĐĐŒĐžĐșĐ°Ń Đ·Đ°ĐżĐŸĐČĐœĐ”ĐœĐœŃ ĐżŃĐŸĐŒŃжĐșŃĐČ ĐŽĐ»Ń ĐČОбŃĐ°ĐœĐžŃ
ĐżĐŸĐČĐ”ŃŃ
ĐŸĐœŃ. ĐŃĐœŃĐŒĐ°Đ»ŃĐœŃ ĐŽĐŸĐČĐ¶ĐžĐœŃ "
-"ĐżŃĐŸĐŒŃжĐșŃ, ŃĐșĐžĐč бŃĐŽĐ” Đ·Đ°ĐżĐŸĐČĐœĐ”ĐœĐŸ, ĐŒĐŸĐ¶ĐœĐ° ĐșĐŸĐœŃŃĐŸĐ»ŃĐČĐ°ŃĐž Đ·Đ° ĐŽĐŸĐżĐŸĐŒĐŸĐłĐŸŃ ĐŸĐżŃŃŃ "
-"\"ĐŃĐŽŃŃĐ»ŃŃŃŃĐČĐ°ŃĐž ĐșŃĐžŃ
ŃŃĐœŃ ĐżŃĐŸĐŒŃжĐșĐž\" ĐœĐžĐ¶ŃĐ”.\n"
+"only, balancing print speed, reducing potential over extrusion in the solid "
+"infill and making sure the top and bottom surfaces have no pin hole gaps\n"
+"3. Nowhere: Disables gap fill for all solid infill areas. \n"
"\n"
-"ĐĐ°ŃĐ°ĐŒĐ”ŃŃĐž:\n"
-"1. ĐĄĐșŃŃĐ·Ń: ĐĐ°ŃŃĐŸŃĐŸĐČŃŃ Đ·Đ°ĐżĐŸĐČĐœĐ”ĐœĐœŃ ĐżŃĐŸĐŒŃжĐșŃĐČ ĐŽĐŸ ĐČĐ”ŃŃ
ĐœŃĐŸŃ, ĐœĐžĐ¶ĐœŃĐŸŃ ŃĐ° "
-"ĐČĐœŃŃŃŃŃĐœŃŃ
ŃŃŃŃĐ»ŃĐœĐžŃ
ĐżĐŸĐČĐ”ŃŃ
ĐŸĐœŃ\n"
-"2. ĐĐ”ŃŃ
ĐœŃ ŃĐ° ĐœĐžĐ¶ĐœŃ ĐżĐŸĐČĐ”ŃŃ
ĐœŃ: ĐĐ°ŃŃĐŸŃĐŸĐČŃŃ Đ·Đ°ĐżĐŸĐČĐœĐ”ĐœĐœŃ Đ»ĐžŃĐ” ĐŽĐŸ ĐČĐ”ŃŃ
ĐœŃĐŸŃ ŃĐ° "
-"ĐœĐžĐ¶ĐœŃĐŸŃ ĐżĐŸĐČĐ”ŃŃ
ĐŸĐœŃ\n"
-"3. ĐŃĐŽĐ”: ĐĐžĐŒĐžĐșĐ°Ń Đ·Đ°ĐżĐŸĐČĐœĐ”ĐœĐœŃ ĐżŃĐŸĐŒŃжĐșŃĐČ\n"
+"Note that if using the classic perimeter generator, gap fill may also be "
+"generated between perimeters, if a full width line cannot fit between them. "
+"That perimeter gap fill is not controlled by this setting. \n"
+"\n"
+"If you would like all gap fill, including the classic perimeter generated "
+"one, removed, set the filter out tiny gaps value to a large number, like "
+"999999. \n"
+"\n"
+"However this is not advised, as gap fill between perimeters is contributing "
+"to the model's strength. For models where excessive gap fill is generated "
+"between perimeters, a better option would be to switch to the arachne wall "
+"generator and use this option to control whether the cosmetic top and bottom "
+"surface gap fill is generated"
+msgstr ""
msgid "Everywhere"
msgstr "ĐŃŃĐŽĐž"
@@ -9873,10 +9932,11 @@ msgstr "ĐĐŸŃŃĐș ĐŒĐŸŃŃŃ"
msgid ""
"Decrease this value slightly(for example 0.9) to reduce the amount of "
-"material for bridge, to improve sag"
+"material for bridge, to improve sag. \n"
+"\n"
+"The actual bridge flow used is calculated by multiplying this value with the "
+"filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"ĐąŃĐŸŃ
Đž Đ·ĐŒĐ”ĐœŃŃŃŃ ŃĐ” Đ·ĐœĐ°ŃĐ”ĐœĐœŃ (ĐœĐ°ĐżŃĐžĐșлаЎ, 0.9), ŃĐŸĐ± Đ·ĐŒĐ”ĐœŃĐžŃĐž ĐșŃĐ»ŃĐșŃŃŃŃ "
-"ĐŒĐ°ŃĐ”ŃŃĐ°Đ»Ń ĐŽĐ»Ń ĐŒĐŸŃŃŃ, ŃĐŸĐ± ĐżĐŸĐșŃĐ°ŃĐžŃĐž ĐżŃĐŸĐČĐžŃĐ°ĐœĐœŃ"
msgid "Internal bridge flow ratio"
msgstr "ĐĐŸĐ”ŃŃŃŃŃĐœŃ ĐżĐŸŃĐŸĐșŃ ĐŽĐ»Ń ĐČĐœŃŃŃŃŃĐœŃŃ
ĐŒĐŸŃŃŃĐČ"
@@ -9884,30 +9944,33 @@ msgstr "ĐĐŸĐ”ŃŃŃŃŃĐœŃ ĐżĐŸŃĐŸĐșŃ ĐŽĐ»Ń ĐČĐœŃŃŃŃŃĐœŃŃ
ĐŒĐŸŃŃŃ
msgid ""
"This value governs the thickness of the internal bridge layer. This is the "
"first layer over sparse infill. Decrease this value slightly (for example "
-"0.9) to improve surface quality over sparse infill."
+"0.9) to improve surface quality over sparse infill.\n"
+"\n"
+"The actual internal bridge flow used is calculated by multiplying this value "
+"with the bridge flow ratio, the filament flow ratio, and if set, the "
+"object's flow ratio."
msgstr ""
-"ĐŠĐ” Đ·ĐœĐ°ŃĐ”ĐœĐœŃ ĐČĐžĐ·ĐœĐ°ŃĐ°Ń ŃĐŸĐČŃĐžĐœŃ ĐČĐœŃŃŃŃŃĐœŃĐŸĐłĐŸ ĐŒĐŸŃŃĐŸĐČĐžĐŽĐœĐŸĐłĐŸ ŃĐ°ŃŃ. ĐŠĐ” пДŃŃĐžĐč ŃĐ°Ń "
-"ĐœĐ°ĐŽ ĐČĐœŃŃŃŃŃĐœŃĐŒ Đ·Đ°ĐżĐŸĐČĐœĐ”ĐœĐœŃĐŒ. ĐĐŒĐ”ĐœŃŃŃŃ ŃĐ” Đ·ĐœĐ°ŃĐ”ĐœĐœŃ (ĐœĐ°ĐżŃĐžĐșлаЎ, ĐŽĐŸ 0,9), ŃĐŸĐ± "
-"ĐżĐŸĐșŃĐ°ŃĐžŃĐž ŃĐșŃŃŃŃ ĐżĐŸĐČĐ”ŃŃ
ĐœŃ ĐœĐ°ĐŽ ĐČĐœŃŃŃŃŃĐœŃĐŒ Đ·Đ°ĐżĐŸĐČĐœĐ”ĐœĐœŃĐŒ."
msgid "Top surface flow ratio"
msgstr "ĐĐŸĐ”ŃŃŃŃŃĐœŃ ĐżĐŸŃĐŸĐșŃ ĐČĐ”ŃŃ
ĐœŃĐŸŃ ĐżĐŸĐČĐ”ŃŃ
ĐœŃ"
msgid ""
"This factor affects the amount of material for top solid infill. You can "
-"decrease it slightly to have smooth surface finish"
+"decrease it slightly to have smooth surface finish. \n"
+"\n"
+"The actual top surface flow used is calculated by multiplying this value "
+"with the filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"ĐŠĐ”Đč ŃĐ°ĐșŃĐŸŃ ĐČплОĐČĐ°Ń ĐœĐ° ĐșŃĐ»ŃĐșŃŃŃŃ ĐŒĐ°ŃĐ”ŃŃĐ°Đ»Ń ĐŽĐ»Ń Đ·Đ°ĐżĐŸĐČĐœĐ”ĐœĐœŃ ĐČĐ”ŃŃ
ĐœŃĐŸĐłĐŸ "
-"ŃĐČĐ”ŃĐŽĐŸĐłĐŸŃŃла. ĐĐŸĐ¶ĐœĐ° ŃŃĐŸŃ
Đž Đ·ĐŒĐ”ĐœŃĐžŃĐž ĐčĐŸĐłĐŸ, ŃĐŸĐ± ĐŸŃŃĐžĐŒĐ°ŃĐž глаЎĐșŃ "
-"ŃĐŸŃŃŃĐșŃŃŃŃĐżĐŸĐČĐ”ŃŃ
ĐœŃ"
msgid "Bottom surface flow ratio"
msgstr "ĐĐŸĐ”ŃŃŃŃŃĐœŃ ĐżĐŸŃĐŸĐșŃ ĐœĐžĐ¶ĐœŃĐŸŃ ĐżĐŸĐČĐ”ŃŃ
ĐœŃ"
-msgid "This factor affects the amount of material for bottom solid infill"
+msgid ""
+"This factor affects the amount of material for bottom solid infill. \n"
+"\n"
+"The actual bottom solid infill flow used is calculated by multiplying this "
+"value with the filament flow ratio, and if set, the object's flow ratio."
msgstr ""
-"ĐŠĐ”Đč ŃĐ°ĐșŃĐŸŃ ĐČплОĐČĐ°Ń ĐœĐ° ĐșŃĐ»ŃĐșŃŃŃŃ ĐŒĐ°ŃĐ”ŃŃĐ°Đ»Ń ĐŽĐ»Ń Đ·Đ°ĐżĐŸĐČĐœĐ”ĐœĐœŃ ĐœĐžĐ¶ĐœŃĐŸĐłĐŸ "
-"ŃĐČĐ”ŃĐŽĐŸĐłĐŸŃŃла"
msgid "Precise wall"
msgstr "ĐąĐŸŃĐœĐ° ŃŃŃĐœĐșĐ°"
@@ -10081,12 +10144,26 @@ msgstr ""
msgid "Slow down for curled perimeters"
msgstr "ĐŁĐżĐŸĐČŃĐ»ŃĐœĐ”ĐœĐœŃ ĐŽĐ»Ń ĐœĐ°ĐČĐžŃĐ°ŃŃĐžŃ
пДŃĐžĐŒĐ”ŃŃŃĐČ"
+#, c-format, boost-format
msgid ""
-"Enable this option to slow printing down in areas where potential curled "
-"perimeters may exist"
+"Enable this option to slow down printing in areas where perimeters may have "
+"curled upwards.For example, additional slowdown will be applied when "
+"printing overhangs on sharp corners like the front of the Benchy hull, "
+"reducing curling which compounds over multiple layers.\n"
+"\n"
+" It is generally recommended to have this option switched on unless your "
+"printer cooling is powerful enough or the print speed slow enough that "
+"perimeter curling does not happen. If printing with a high external "
+"perimeter speed, this parameter may introduce slight artifacts when slowing "
+"down due to the large variance in print speeds. If you notice artifacts, "
+"ensure your pressure advance is tuned correctly.\n"
+"\n"
+"Note: When this option is enabled, overhang perimeters are treated like "
+"overhangs, meaning the overhang speed is applied even if the overhanging "
+"perimeter is part of a bridge. For example, when the perimeters are "
+"100% overhanging, with no wall supporting them from underneath, the "
+"100% overhang speed will be applied."
msgstr ""
-"ĐŁĐČŃĐŒĐșĐœŃŃŃ ŃĐ”Đč паŃĐ°ĐŒĐ”ŃŃ, ŃĐŸĐ± ŃĐżĐŸĐČŃĐ»ŃĐœĐžŃĐž ĐŽŃŃĐș Ń Đ·ĐŸĐœĐ°Ń
, ĐŽĐ” ĐŒĐŸĐ¶ŃŃŃ ŃŃĐœŃĐČĐ°ŃĐž "
-"ĐżĐŸŃĐ”ĐœŃŃĐčĐœĐŸ ĐœĐ°ĐČĐžŃĐ°ŃŃŃ ĐżĐ”ŃĐžĐŒĐ”ŃŃĐž"
msgid "mm/s or %"
msgstr "ĐŒĐŒ/Ń Đ°Đ±ĐŸ %"
@@ -10094,8 +10171,14 @@ msgstr "ĐŒĐŒ/Ń Đ°Đ±ĐŸ %"
msgid "External"
msgstr "ĐĐŸĐČĐœŃŃĐœŃ"
-msgid "Speed of bridge and completely overhang wall"
-msgstr "ĐšĐČОЎĐșŃŃŃŃ ĐŒĐŸŃŃŃ Ń ĐżĐ”ŃĐžĐŒĐ”ŃŃ, ŃĐŸ ĐżĐŸĐČĐœŃŃŃŃ Đ·ĐČĐžŃĐ°Ń"
+msgid ""
+"Speed of the externally visible bridge extrusions. \n"
+"\n"
+"In addition, if Slow down for curled perimeters is disabled or Classic "
+"overhang mode is enabled, it will be the print speed of overhang walls that "
+"are supported by less than 13%, whether they are part of a bridge or an "
+"overhang."
+msgstr ""
msgid "mm/s"
msgstr "ĐŒĐŒ/Ń"
@@ -10104,11 +10187,9 @@ msgid "Internal"
msgstr "ĐĐœŃŃŃŃŃĐœŃ"
msgid ""
-"Speed of internal bridge. If the value is expressed as a percentage, it will "
-"be calculated based on the bridge_speed. Default value is 150%."
+"Speed of internal bridges. If the value is expressed as a percentage, it "
+"will be calculated based on the bridge_speed. Default value is 150%."
msgstr ""
-"ĐšĐČОЎĐșŃŃŃŃ ĐČĐœŃŃŃŃŃĐœŃĐŸĐłĐŸ ĐŒĐŸŃŃŃ. ĐŻĐșŃĐŸ Đ·ĐœĐ°ŃĐ”ĐœĐœŃ ĐČĐžŃĐ°Đ¶Đ”ĐœĐŸ Ń ĐČŃĐŽŃĐŸŃĐșĐ°Ń
, ĐČĐŸĐœĐŸ бŃĐŽĐ” "
-"ŃĐŸĐ·ŃĐ°Ń
ĐŸĐČĐ°ĐœĐŸ ĐœĐ° ĐŸŃĐœĐŸĐČŃ bridge_speed. ĐĐœĐ°ŃĐ”ĐœĐœŃ Đ·Đ° Đ·Đ°ĐŒĐŸĐČŃŃĐČĐ°ĐœĐœŃĐŒ - 150%."
msgid "Brim width"
msgstr "КОŃĐžĐœĐ° ĐșĐ°ĐčĐŒĐž"
@@ -10744,6 +10825,17 @@ msgstr ""
"0,95 ĐŽĐŸ 1,05. ĐĐŸĐ¶Đ»ĐžĐČĐŸ, ĐČĐž ĐŒĐŸĐ¶Đ”ŃĐ” ĐœĐ°Đ»Đ°ŃŃŃĐČĐ°ŃĐž ŃĐ” Đ·ĐœĐ°ŃĐ”ĐœĐœŃ, ŃĐŸĐ± ĐŸŃŃĐžĐŒĐ°ŃĐž "
"Ń
ĐŸŃĐŸŃŃ ĐżĐ»ĐŸŃĐșŃ ĐżĐŸĐČĐ”ŃŃ
ĐœŃ, ĐșĐŸĐ»Đž Ń ĐœĐ”ĐČДлОĐșĐ” пДŃĐ”ĐżĐŸĐČĐœĐ”ĐœĐœŃ Đ°Đ±ĐŸ ĐœĐ”ĐŽĐŸĐ»ĐžĐČ"
+msgid ""
+"The material may have volumetric change after switching between molten state "
+"and crystalline state. This setting changes all extrusion flow of this "
+"filament in gcode proportionally. Recommended value range is between 0.95 "
+"and 1.05. Maybe you can tune this value to get nice flat surface when there "
+"has slight overflow or underflow. \n"
+"\n"
+"The final object flow ratio is this value multiplied by the filament flow "
+"ratio."
+msgstr ""
+
msgid "Enable pressure advance"
msgstr "ĐŁĐČŃĐŒĐșĐœŃŃĐž ĐČОпДŃĐ”ĐŽĐ¶Đ”ĐœĐœŃ ŃĐžŃĐșŃ PA"
@@ -10923,18 +11015,29 @@ msgstr "ĐŒĐŒÂł/Ń"
msgid "Filament load time"
msgstr "Đ§Đ°Ń Đ·Đ°ĐČĐ°ĐœŃĐ°Đ¶Đ”ĐœĐœŃ ŃŃĐ»Đ°ĐŒĐ”ĐœŃŃ"
-msgid "Time to load new filament when switch filament. For statistics only"
+msgid ""
+"Time to load new filament when switch filament. It's usually applicable for "
+"single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
msgstr ""
-"Đ§Đ°Ń Đ·Đ°ĐČĐ°ĐœŃĐ°Đ¶Đ”ĐœĐœŃ ĐœĐŸĐČĐŸĐłĐŸ ŃŃĐ»Đ°ĐŒĐ”ĐœŃŃ ĐżŃĐž пДŃĐ”ĐŒĐžĐșĐ°ĐœĐœŃ ŃŃĐ»Đ°ĐŒĐ”ĐœŃŃ. ĐąŃĐ»ŃĐșĐž ĐŽĐ»Ń "
-"ŃŃĐ°ŃĐžŃŃĐžĐșĐž"
msgid "Filament unload time"
msgstr "Đ§Đ°Ń ĐČĐžĐČĐ°ĐœŃĐ°Đ¶Đ”ĐœĐœŃ ŃŃĐ»Đ°ĐŒĐ”ĐœŃŃ"
-msgid "Time to unload old filament when switch filament. For statistics only"
+msgid ""
+"Time to unload old filament when switch filament. It's usually applicable "
+"for single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
+msgstr ""
+
+msgid "Tool change time"
+msgstr ""
+
+msgid ""
+"Time taken to switch tools. It's usually applicable for tool changers or "
+"multi-tool machines. For single-extruder multi-material machines, it's "
+"typically 0. For statistics only"
msgstr ""
-"Đ§Đ°Ń ĐČĐžĐČĐ°ĐœŃĐ°Đ¶Đ”ĐœĐœŃ ĐœĐŸĐČĐŸĐłĐŸ ŃŃĐ»Đ°ĐŒĐ”ĐœŃŃ ĐżŃĐž пДŃĐ”ĐŒĐžĐșĐ°ĐœĐœŃ ŃŃĐ»Đ°ĐŒĐ”ĐœŃŃ. ĐąŃĐ»ŃĐșĐž ĐŽĐ»Ń "
-"ŃŃĐ°ŃĐžŃŃĐžĐșĐž"
msgid ""
"Filament diameter is used to calculate extrusion in gcode, so it's important "
@@ -11073,15 +11176,6 @@ msgstr "ĐšĐČОЎĐșŃŃŃŃ ĐŸŃŃĐ°ĐœĐœŃĐŸĐłĐŸ ĐŸŃ
ĐŸĐ»ĐŸĐŽĐ¶ŃŃŃĐŸĐłĐŸ ŃŃ
msgid "Cooling moves are gradually accelerating towards this speed."
msgstr "ĐŃ
ĐŸĐ»ĐŸĐŽĐ¶ŃĐČĐ°Đ»ŃĐœŃ ŃŃŃ
Đž ĐżĐŸŃŃŃĐżĐŸĐČĐŸ ĐżŃĐžŃĐșĐŸŃŃŃŃŃŃŃ ĐŽĐŸ ŃŃŃŃ ŃĐČОЎĐșĐŸŃŃŃ."
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-"Đ§Đ°Ń ĐŽĐ»Ń ĐżŃĐŸŃĐžĐČĐșĐž ĐżŃĐžĐœŃĐ”ŃĐ° (Đ°Đ±ĐŸ Multi Material Unit 2.0), ŃĐŸĐ± Đ·Đ°ĐČĐ”ŃŃĐž ĐœĐŸĐČĐžĐč "
-"ŃŃĐ»Đ°ĐŒĐ”ĐœŃ ĐżŃĐŽ ŃĐ°Ń Đ·Đ°ĐŒŃĐœĐž ŃĐœŃŃŃŃĐŒĐ”ĐœŃŃ (ĐżŃĐŽ ŃĐ°Ń ĐČĐžĐșĐŸĐœĐ°ĐœĐœŃ ĐșĐŸĐŽŃ Đą). ĐŠĐ”Đč ŃĐ°Ń "
-"ĐŽĐŸĐŽĐ°ŃŃŃŃŃ ĐŽĐŸ загалŃĐœĐŸĐłĐŸ ŃĐ°ŃŃ ĐŽŃŃĐșŃ Đ·Đ° ĐŽĐŸĐżĐŸĐŒĐŸĐłĐŸŃ ĐŸŃŃĐœŃĐČĐ°ŃĐ° ŃĐ°ŃŃ G-ĐșĐŸĐŽŃ."
-
msgid "Ramming parameters"
msgstr "ĐĐ°ŃĐ°ĐŒĐ”ŃŃĐž ŃĐ°ĐŒĐŒŃĐœĐłŃ"
@@ -11092,15 +11186,6 @@ msgstr ""
"ĐŠĐ”Đč ŃŃĐŽĐŸĐș ĐČŃĐŽŃĐ”ĐŽĐ°ĐłĐŸĐČĐ°ĐœĐŸ Ń ĐŽŃĐ°Đ»ĐŸĐłŃ ĐœĐ°Đ»Đ°ŃŃŃĐČĐ°ĐœŃ ŃĐ°ĐŒĐŒŃĐœĐłŃ ŃĐ° ĐŒŃŃŃĐžŃŃ ĐżĐ”ĐČĐœŃ "
"паŃĐ°ĐŒĐ”ŃŃĐž ŃĐ°ĐŒĐŒŃĐœĐłŃ."
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-"Đ§Đ°Ń ĐŽĐ»Ń ĐżŃĐŸŃĐžĐČĐșĐž ĐżŃĐžĐœŃĐ”ŃĐ° (Đ°Đ±ĐŸ Multi Material Unit 2.0), ŃĐŸĐ± ĐČĐžĐČĐ”ŃŃĐž "
-"ŃŃĐ»Đ°ĐŒĐ”ĐœŃ ĐżŃĐŽ ŃĐ°Ń Đ·Đ°ĐŒŃĐœĐž ŃĐœŃŃŃŃĐŒĐ”ĐœŃŃ (ĐżŃĐŽ ŃĐ°Ń ĐČĐžĐșĐŸĐœĐ°ĐœĐœŃ ĐșĐŸĐŽŃ Đą). ĐŠĐ”Đč ŃĐ°Ń "
-"ĐŽĐŸĐŽĐ°ŃŃŃŃŃ ĐŽĐŸ загалŃĐœĐŸĐłĐŸ ŃĐ°ŃŃ ĐŽŃŃĐșŃ Đ·Đ° ĐŽĐŸĐżĐŸĐŒĐŸĐłĐŸŃ ĐŸŃŃĐœŃĐČĐ°ŃĐ° ŃĐ°ŃŃ G-ĐșĐŸĐŽŃ."
-
msgid "Enable ramming for multitool setups"
msgstr "ĐŁĐČŃĐŒĐșĐœŃŃĐž ĐœĐ°ĐșĐ°Ń ĐŽĐ»Ń Đ±Đ°ĐłĐ°ŃĐŸŃĐœŃŃŃŃĐŒĐ”ĐœŃĐ°Đ»ŃĐœĐžŃ
ŃŃŃĐ°ĐœĐŸĐČĐŸĐș"
@@ -11463,10 +11548,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 ""
"ĐšĐČОЎĐșŃŃŃŃ ĐČĐ”ĐœŃОлŃŃĐŸŃĐ° Đ»ŃĐœŃĐčĐœĐŸ збŃĐ»ŃŃŃŃŃŃŃŃ ĐČŃĐŽ ĐœŃĐ»Ń ĐœĐ° "
"ŃŃĐČĐœŃ«close_fan_the_first_x_layers» ĐŽĐŸ ĐŒĐ°ĐșŃĐžĐŒŃĐŒŃ ĐœĐ° ŃŃĐČĐœŃ "
@@ -11540,8 +11625,11 @@ msgstr "ĐŃĐŽŃŃĐ»ŃŃŃŃĐČĐ°ŃĐž ĐșŃĐžŃ
ŃŃĐœŃ Đ·Đ°Đ·ĐŸŃĐž"
msgid "Layers and Perimeters"
msgstr "КаŃĐž ŃĐ° пДŃĐžĐŒĐ”ŃŃĐž"
-msgid "Filter out gaps smaller than the threshold specified"
-msgstr "ĐŃĐŽŃŃĐ»ŃŃŃŃĐčŃĐ” ĐżŃĐŸĐłĐ°Đ»ĐžĐœĐž, ĐŒĐ”ĐœŃŃ Đ·Đ° ĐČĐșĐ°Đ·Đ°ĐœĐžĐč ĐżĐŸŃŃĐł"
+msgid ""
+"Don't print gap fill with a length is smaller than the threshold specified "
+"(in mm). This setting applies to top, bottom and solid infill and, if using "
+"the classic perimeter generator, to wall gap fill. "
+msgstr ""
msgid ""
"Speed of gap infill. Gap usually has irregular line width and should be "
@@ -13671,33 +13759,40 @@ msgid "Activate temperature control"
msgstr "ĐŁĐČŃĐŒĐșĐœŃŃĐž ĐșĐŸĐœŃŃĐŸĐ»Ń ŃĐ”ĐŒĐżĐ”ŃĐ°ŃŃŃĐž"
msgid ""
-"Enable this option for chamber temperature control. An M191 command will be "
-"added before \"machine_start_gcode\"\n"
-"G-code commands: M141/M191 S(0-255)"
+"Enable this option for automated chamber temperature control. This option "
+"activates the emitting of an M191 command before the "
+"\"machine_start_gcode\"\n"
+" which sets the chamber temperature and waits until it is reached. In "
+"addition, it emits an M141 command at the end of the print to turn off the "
+"chamber heater, if present. \n"
+"\n"
+"This option relies on the firmware supporting the M191 and M141 commands "
+"either via macros or natively and is usually used when an active chamber "
+"heater is installed."
msgstr ""
-"ĐŁĐČŃĐŒĐșĐœŃŃŃ ŃŃ ĐŸĐżŃŃŃ ĐŽĐ»Ń ĐșĐ”ŃŃĐČĐ°ĐœĐœŃ ŃĐ”ĐŒĐżĐ”ŃĐ°ŃŃŃĐŸŃ ĐČ ĐșĐ°ĐŒĐ”ŃŃ. ĐĐ”ŃДЎ "
-"\"machine_start_gcode\" бŃĐŽĐ” ĐŽĐŸĐŽĐ°ĐœĐŸ ĐșĐŸĐŒĐ°ĐœĐŽŃ M191\n"
-"ĐĐŸĐŒĐ°ĐœĐŽĐž G-ĐșĐŸĐŽŃ: M141/M191 S(0-255)"
msgid "Chamber temperature"
msgstr "ĐąĐ”ĐŒĐżĐ”ŃĐ°ŃŃŃĐ° ĐČ ĐșĐ°ĐŒĐ”ŃŃ"
msgid ""
-"Higher chamber temperature can help suppress or reduce warping and "
-"potentially lead to higher interlayer bonding strength for high temperature "
-"materials like ABS, ASA, PC, PA and so on.At the same time, the air "
-"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and "
-"other low temperature materials,the actual chamber temperature should not be "
-"high to avoid cloggings, so 0 which stands for turning off is highly "
-"recommended"
+"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber "
+"temperature can help suppress or reduce warping and potentially lead to "
+"higher interlayer bonding strength. However, at the same time, a higher "
+"chamber temperature will reduce the efficiency of air filtration for ABS and "
+"ASA. \n"
+"\n"
+"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option "
+"should be disabled (set to 0) as the chamber temperature should be low to "
+"avoid extruder clogging caused by material softening at the heat break.\n"
+"\n"
+"If enabled, this parameter also sets a gcode variable named "
+"chamber_temperature, which can be used to pass the desired chamber "
+"temperature to your print start macro, or a heat soak macro like this: "
+"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may "
+"be useful if your printer does not support M141/M191 commands, or if you "
+"desire to handle heat soaking in the print start macro if no active chamber "
+"heater is installed."
msgstr ""
-"ĐĐžŃĐ° ŃĐ”ĐŒĐżĐ”ŃĐ°ŃŃŃĐ° ĐșĐ°ĐŒĐ”ŃĐž ĐŒĐŸĐ¶Đ” ĐŽĐŸĐżĐŸĐŒĐŸĐłŃĐž ŃŃŃĐžĐŒŃĐČĐ°ŃĐž Đ°Đ±ĐŸ Đ·ĐŒĐ”ĐœŃŃĐČĐ°ŃĐž ĐŽĐ”ŃĐŸŃĐŒĐ°ŃŃŃ "
-"ŃĐ°, ĐŒĐŸĐ¶Đ»ĐžĐČĐŸ, ĐżŃĐŽĐČĐžŃĐžŃĐž ĐŒŃŃĐœŃŃŃŃ Đ·ĐČâŃĐ·ĐșŃ ĐŒŃж ŃĐ°ŃĐ°ĐŒĐž ĐŽĐ»Ń ĐŒĐ°ŃĐ”ŃŃĐ°Đ»ŃĐČ ĐČĐžŃĐŸĐșĐŸŃ "
-"ŃĐ”ĐŒĐżĐ”ŃĐ°ŃŃŃĐž, ŃĐ°ĐșĐžŃ
ŃĐș ABS, ASA, PC, PA ŃĐŸŃĐŸ. ĐŁ ŃĐŸĐč жД ŃĐ°Ń, ĐżĐŸĐČŃŃŃŃĐœĐ° "
-"ŃŃĐ»ŃŃŃĐ°ŃŃŃ ĐŽĐ»Ń ABS ŃĐ° ASA ĐŒĐŸĐ¶Đ” ŃŃĐ°ŃĐž ĐłŃŃŃĐ”Ń. ĐĐŽĐœĐ°Đș ĐŽĐ»Ń PLA, PETG, TPU, PVA "
-"ŃĐ° ŃĐœŃĐžŃ
ĐŒĐ°ŃĐ”ŃŃĐ°Đ»ŃĐČ ĐœĐžĐ·ŃĐșĐŸŃ ŃĐ”ĐŒĐżĐ”ŃĐ°ŃŃŃĐž ŃĐ°ĐșŃĐžŃĐœĐ° ŃĐ”ĐŒĐżĐ”ŃĐ°ŃŃŃĐ° ĐșĐ°ĐŒĐ”ŃĐž ĐœĐ” "
-"ĐżĐŸĐČĐžĐœĐœĐ° бŃŃĐž ĐČĐžŃĐŸĐșĐŸŃ, ŃĐŸĐ± ŃĐœĐžĐșĐœŃŃĐž Đ·Đ°ŃĐŒŃŃĐ”ĐœĐœŃ, ŃĐŸĐŒŃ ŃĐ”ĐșĐŸĐŒĐ”ĐœĐŽŃŃŃŃŃŃ ĐČĐžĐŒĐșĐœŃŃĐž "
-"ŃĐ”ĐŒĐżĐ”ŃĐ°ŃŃŃŃ ĐșĐ°ĐŒĐ”ŃĐž (0)"
msgid "Nozzle temperature for layers after the initial one"
msgstr "ĐąĐ”ĐŒĐżĐ”ŃĐ°ŃŃŃĐ° ŃĐŸĐżĐ»Đ° ĐŽĐ»Ń ŃĐ°ŃŃĐČ ĐżŃŃĐ»Ń ĐżĐŸŃĐ°ŃĐșĐŸĐČĐŸĐłĐŸ"
@@ -13798,9 +13893,9 @@ msgstr ""
"ĐĐ°Đ»Đ”Đ¶ĐœĐŸ ĐČŃĐŽ ŃŃĐžĐČĐ°Đ»ĐŸŃŃŃ ĐŸĐżĐ”ŃĐ°ŃŃŃ ĐČĐžŃĐžŃĐ°ĐœĐœŃ, ŃĐČОЎĐșĐŸŃŃŃ ŃĐ° ŃŃĐžĐČĐ°Đ»ĐŸŃŃŃ "
"ĐČŃŃĐłŃĐČĐ°ĐœĐœŃ Đ”ĐșŃŃŃŃĐŽĐ”ŃĐ°/ĐœĐžŃĐșĐž, ĐŒĐŸĐ¶Đ” Đ·ĐœĐ°ĐŽĐŸĐ±ĐžŃĐžŃŃ ŃŃŃ
ĐœĐ°ĐșĐ°ŃŃ ĐŽĐ»Ń ĐœĐžŃĐșĐž. \n"
"\n"
-"ĐŻĐșŃĐŸ ĐČŃŃĐ°ĐœĐŸĐČĐžŃĐž Đ·ĐœĐ°ŃĐ”ĐœĐœŃ Ń ĐżĐ°ŃĐ°ĐŒĐ”ŃŃŃ \"ĐŃĐ»ŃĐșŃŃŃŃ ĐČŃŃĐłŃĐČĐ°ĐœĐœŃ ĐżĐ”ŃДЎ ĐČĐžŃĐžŃĐ°ĐœĐœŃĐŒ"
-"\" ĐœĐžĐ¶ŃĐ”, ĐœĐ°ĐŽĐ»ĐžŃĐșĐŸĐČĐ” ĐČŃŃĐłŃĐČĐ°ĐœĐœŃ Đ±ŃĐŽĐ” ĐČĐžĐșĐŸĐœĐ°ĐœĐŸ пДŃДЎ ĐČĐžŃĐžŃĐ°ĐœĐœŃĐŒ, ŃĐœĐ°ĐșŃĐ” ĐČĐŸĐœĐŸ "
-"бŃĐŽĐ” ĐČĐžĐșĐŸĐœĐ°ĐœĐŸ ĐżŃŃĐ»Ń ĐœŃĐŸĐłĐŸ."
+"ĐŻĐșŃĐŸ ĐČŃŃĐ°ĐœĐŸĐČĐžŃĐž Đ·ĐœĐ°ŃĐ”ĐœĐœŃ Ń ĐżĐ°ŃĐ°ĐŒĐ”ŃŃŃ \"ĐŃĐ»ŃĐșŃŃŃŃ ĐČŃŃĐłŃĐČĐ°ĐœĐœŃ ĐżĐ”ŃДЎ "
+"ĐČĐžŃĐžŃĐ°ĐœĐœŃĐŒ\" ĐœĐžĐ¶ŃĐ”, ĐœĐ°ĐŽĐ»ĐžŃĐșĐŸĐČĐ” ĐČŃŃĐłŃĐČĐ°ĐœĐœŃ Đ±ŃĐŽĐ” ĐČĐžĐșĐŸĐœĐ°ĐœĐŸ пДŃДЎ ĐČĐžŃĐžŃĐ°ĐœĐœŃĐŒ, "
+"ŃĐœĐ°ĐșŃĐ” ĐČĐŸĐœĐŸ бŃĐŽĐ” ĐČĐžĐșĐŸĐœĐ°ĐœĐŸ ĐżŃŃĐ»Ń ĐœŃĐŸĐłĐŸ."
msgid ""
"The wiping tower can be used to clean up the residue on the nozzle and "
@@ -15649,8 +15744,8 @@ msgstr ""
"ЧО бажаŃŃĐ” ĐČĐž ŃŃ
пДŃДзапОŃĐ°ŃĐž?"
msgid ""
-"We would rename the presets as \"Vendor Type Serial @printer you selected"
-"\". \n"
+"We would rename the presets as \"Vendor Type Serial @printer you "
+"selected\". \n"
"To add preset for more printers, Please go to printer selection"
msgstr ""
"ĐĐž б пДŃĐ”ĐčĐŒĐ”ĐœŃĐČалО ĐżĐŸĐżĐ”ŃĐ”ĐŽĐœŃ ĐœĐ°Đ»Đ°ŃŃŃĐČĐ°ĐœĐœŃ ĐœĐ° «ĐОбŃĐ°ĐœĐžĐč ĐČĐ°ĐŒĐž ŃĐ”ŃŃĐčĐœĐžĐč "
@@ -16979,53 +17074,132 @@ msgstr ""
"ABS, ĐČŃĐŽĐżĐŸĐČŃĐŽĐœĐ” ĐżŃĐŽĐČĐžŃĐ”ĐœĐœŃ ŃĐ”ĐŒĐżĐ”ŃĐ°ŃŃŃĐž гаŃŃŃĐŸĐłĐŸ Đ»ŃжĐșĐ° ĐŒĐŸĐ¶Đ” Đ·ĐŒĐ”ĐœŃĐžŃĐž "
"ĐčĐŒĐŸĐČŃŃĐœŃŃŃŃ ĐŽĐ”ŃĐŸŃĐŒĐ°ŃŃŃ."
-#~ msgid "up to"
-#~ msgstr "аж ĐŽĐŸ"
-
-#~ msgid "above"
-#~ msgstr "ĐČĐžŃĐ”"
+#~ msgid ""
+#~ "Enables gap fill for the selected surfaces. The minimum gap length that "
+#~ "will be filled can be controlled from the filter out tiny gaps option "
+#~ "below.\n"
+#~ "\n"
+#~ "Options:\n"
+#~ "1. Everywhere: Applies gap fill to top, bottom and internal solid "
+#~ "surfaces\n"
+#~ "2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces "
+#~ "only\n"
+#~ "3. Nowhere: Disables gap fill\n"
+#~ msgstr ""
+#~ "ĐĐŒĐžĐșĐ°Ń Đ·Đ°ĐżĐŸĐČĐœĐ”ĐœĐœŃ ĐżŃĐŸĐŒŃжĐșŃĐČ ĐŽĐ»Ń ĐČОбŃĐ°ĐœĐžŃ
ĐżĐŸĐČĐ”ŃŃ
ĐŸĐœŃ. ĐŃĐœŃĐŒĐ°Đ»ŃĐœŃ ĐŽĐŸĐČĐ¶ĐžĐœŃ "
+#~ "ĐżŃĐŸĐŒŃжĐșŃ, ŃĐșĐžĐč бŃĐŽĐ” Đ·Đ°ĐżĐŸĐČĐœĐ”ĐœĐŸ, ĐŒĐŸĐ¶ĐœĐ° ĐșĐŸĐœŃŃĐŸĐ»ŃĐČĐ°ŃĐž Đ·Đ° ĐŽĐŸĐżĐŸĐŒĐŸĐłĐŸŃ ĐŸĐżŃŃŃ "
+#~ "\"ĐŃĐŽŃŃĐ»ŃŃŃŃĐČĐ°ŃĐž ĐșŃĐžŃ
ŃŃĐœŃ ĐżŃĐŸĐŒŃжĐșĐž\" ĐœĐžĐ¶ŃĐ”.\n"
+#~ "\n"
+#~ "ĐĐ°ŃĐ°ĐŒĐ”ŃŃĐž:\n"
+#~ "1. ĐĄĐșŃŃĐ·Ń: ĐĐ°ŃŃĐŸŃĐŸĐČŃŃ Đ·Đ°ĐżĐŸĐČĐœĐ”ĐœĐœŃ ĐżŃĐŸĐŒŃжĐșŃĐČ ĐŽĐŸ ĐČĐ”ŃŃ
ĐœŃĐŸŃ, ĐœĐžĐ¶ĐœŃĐŸŃ ŃĐ° "
+#~ "ĐČĐœŃŃŃŃŃĐœŃŃ
ŃŃŃŃĐ»ŃĐœĐžŃ
ĐżĐŸĐČĐ”ŃŃ
ĐŸĐœŃ\n"
+#~ "2. ĐĐ”ŃŃ
ĐœŃ ŃĐ° ĐœĐžĐ¶ĐœŃ ĐżĐŸĐČĐ”ŃŃ
ĐœŃ: ĐĐ°ŃŃĐŸŃĐŸĐČŃŃ Đ·Đ°ĐżĐŸĐČĐœĐ”ĐœĐœŃ Đ»ĐžŃĐ” ĐŽĐŸ ĐČĐ”ŃŃ
ĐœŃĐŸŃ ŃĐ° "
+#~ "ĐœĐžĐ¶ĐœŃĐŸŃ ĐżĐŸĐČĐ”ŃŃ
ĐŸĐœŃ\n"
+#~ "3. ĐŃĐŽĐ”: ĐĐžĐŒĐžĐșĐ°Ń Đ·Đ°ĐżĐŸĐČĐœĐ”ĐœĐœŃ ĐżŃĐŸĐŒŃжĐșŃĐČ\n"
-#~ msgid "from"
-#~ msgstr "ĐČŃĐŽ"
+#~ msgid ""
+#~ "Decrease this value slightly(for example 0.9) to reduce the amount of "
+#~ "material for bridge, to improve sag"
+#~ msgstr ""
+#~ "ĐąŃĐŸŃ
Đž Đ·ĐŒĐ”ĐœŃŃŃŃ ŃĐ” Đ·ĐœĐ°ŃĐ”ĐœĐœŃ (ĐœĐ°ĐżŃĐžĐșлаЎ, 0.9), ŃĐŸĐ± Đ·ĐŒĐ”ĐœŃĐžŃĐž ĐșŃĐ»ŃĐșŃŃŃŃ "
+#~ "ĐŒĐ°ŃĐ”ŃŃĐ°Đ»Ń ĐŽĐ»Ń ĐŒĐŸŃŃŃ, ŃĐŸĐ± ĐżĐŸĐșŃĐ°ŃĐžŃĐž ĐżŃĐŸĐČĐžŃĐ°ĐœĐœŃ"
-#~ msgid "Switching application language while some presets are modified."
-#~ msgstr "ĐĐ”ŃĐ”ĐșĐ»ŃŃĐ”ĐœĐœŃ ĐŒĐŸĐČĐž ĐżŃĐŸĐłŃĐ°ĐŒĐž ĐżŃĐž Đ·ĐŒŃĐœŃ ĐŽĐ”ŃĐșĐžŃ
ĐżŃĐ”ŃĐ”ŃŃĐČ."
+#~ msgid ""
+#~ "This value governs the thickness of the internal bridge layer. This is "
+#~ "the first layer over sparse infill. Decrease this value slightly (for "
+#~ "example 0.9) to improve surface quality over sparse infill."
+#~ msgstr ""
+#~ "ĐŠĐ” Đ·ĐœĐ°ŃĐ”ĐœĐœŃ ĐČĐžĐ·ĐœĐ°ŃĐ°Ń ŃĐŸĐČŃĐžĐœŃ ĐČĐœŃŃŃŃŃĐœŃĐŸĐłĐŸ ĐŒĐŸŃŃĐŸĐČĐžĐŽĐœĐŸĐłĐŸ ŃĐ°ŃŃ. ĐŠĐ” пДŃŃĐžĐč "
+#~ "ŃĐ°Ń ĐœĐ°ĐŽ ĐČĐœŃŃŃŃŃĐœŃĐŒ Đ·Đ°ĐżĐŸĐČĐœĐ”ĐœĐœŃĐŒ. ĐĐŒĐ”ĐœŃŃŃŃ ŃĐ” Đ·ĐœĐ°ŃĐ”ĐœĐœŃ (ĐœĐ°ĐżŃĐžĐșлаЎ, ĐŽĐŸ 0,9), "
+#~ "ŃĐŸĐ± ĐżĐŸĐșŃĐ°ŃĐžŃĐž ŃĐșŃŃŃŃ ĐżĐŸĐČĐ”ŃŃ
ĐœŃ ĐœĐ°ĐŽ ĐČĐœŃŃŃŃŃĐœŃĐŒ Đ·Đ°ĐżĐŸĐČĐœĐ”ĐœĐœŃĐŒ."
-#~ msgid "â+Shift+G"
-#~ msgstr "â+Shift+G"
+#~ msgid ""
+#~ "This factor affects the amount of material for top solid infill. You can "
+#~ "decrease it slightly to have smooth surface finish"
+#~ msgstr ""
+#~ "ĐŠĐ”Đč ŃĐ°ĐșŃĐŸŃ ĐČплОĐČĐ°Ń ĐœĐ° ĐșŃĐ»ŃĐșŃŃŃŃ ĐŒĐ°ŃĐ”ŃŃĐ°Đ»Ń ĐŽĐ»Ń Đ·Đ°ĐżĐŸĐČĐœĐ”ĐœĐœŃ ĐČĐ”ŃŃ
ĐœŃĐŸĐłĐŸ "
+#~ "ŃĐČĐ”ŃĐŽĐŸĐłĐŸŃŃла. ĐĐŸĐ¶ĐœĐ° ŃŃĐŸŃ
Đž Đ·ĐŒĐ”ĐœŃĐžŃĐž ĐčĐŸĐłĐŸ, ŃĐŸĐ± ĐŸŃŃĐžĐŒĐ°ŃĐž глаЎĐșŃ "
+#~ "ŃĐŸŃŃŃĐșŃŃŃŃĐżĐŸĐČĐ”ŃŃ
ĐœŃ"
-#~ msgid "Ctrl+Shift+G"
-#~ msgstr "Ctrl+Shift+G"
+#~ msgid "This factor affects the amount of material for bottom solid infill"
+#~ msgstr ""
+#~ "ĐŠĐ”Đč ŃĐ°ĐșŃĐŸŃ ĐČплОĐČĐ°Ń ĐœĐ° ĐșŃĐ»ŃĐșŃŃŃŃ ĐŒĐ°ŃĐ”ŃŃĐ°Đ»Ń ĐŽĐ»Ń Đ·Đ°ĐżĐŸĐČĐœĐ”ĐœĐœŃ ĐœĐžĐ¶ĐœŃĐŸĐłĐŸ "
+#~ "ŃĐČĐ”ŃĐŽĐŸĐłĐŸŃŃла"
-#~ msgid "â+Any arrow"
-#~ msgstr "â+бŃĐŽŃ-ŃĐșĐ° ŃŃŃŃĐ»ĐșĐ°"
+#~ msgid ""
+#~ "Enable this option to slow printing down in areas where potential curled "
+#~ "perimeters may exist"
+#~ msgstr ""
+#~ "ĐŁĐČŃĐŒĐșĐœŃŃŃ ŃĐ”Đč паŃĐ°ĐŒĐ”ŃŃ, ŃĐŸĐ± ŃĐżĐŸĐČŃĐ»ŃĐœĐžŃĐž ĐŽŃŃĐș Ń Đ·ĐŸĐœĐ°Ń
, ĐŽĐ” ĐŒĐŸĐ¶ŃŃŃ ŃŃĐœŃĐČĐ°ŃĐž "
+#~ "ĐżĐŸŃĐ”ĐœŃŃĐčĐœĐŸ ĐœĐ°ĐČĐžŃĐ°ŃŃŃ ĐżĐ”ŃĐžĐŒĐ”ŃŃĐž"
-#~ msgid "â„+Left mouse button"
-#~ msgstr "â„+ĐŃĐČĐ° ĐșĐœĐŸĐżĐșĐ° ĐŒĐžŃŃ"
+#~ msgid "Speed of bridge and completely overhang wall"
+#~ msgstr "ĐšĐČОЎĐșŃŃŃŃ ĐŒĐŸŃŃŃ Ń ĐżĐ”ŃĐžĐŒĐ”ŃŃ, ŃĐŸ ĐżĐŸĐČĐœŃŃŃŃ Đ·ĐČĐžŃĐ°Ń"
-#~ msgid "â+Left mouse button"
-#~ msgstr "â+ĐŃĐČĐ° ĐșĐœĐŸĐżĐșĐ° ĐŒĐžŃŃ"
+#~ msgid ""
+#~ "Speed of internal bridge. If the value is expressed as a percentage, it "
+#~ "will be calculated based on the bridge_speed. Default value is 150%."
+#~ msgstr ""
+#~ "ĐšĐČОЎĐșŃŃŃŃ ĐČĐœŃŃŃŃŃĐœŃĐŸĐłĐŸ ĐŒĐŸŃŃŃ. ĐŻĐșŃĐŸ Đ·ĐœĐ°ŃĐ”ĐœĐœŃ ĐČĐžŃĐ°Đ¶Đ”ĐœĐŸ Ń ĐČŃĐŽŃĐŸŃĐșĐ°Ń
, ĐČĐŸĐœĐŸ "
+#~ "бŃĐŽĐ” ŃĐŸĐ·ŃĐ°Ń
ĐŸĐČĐ°ĐœĐŸ ĐœĐ° ĐŸŃĐœĐŸĐČŃ bridge_speed. ĐĐœĐ°ŃĐ”ĐœĐœŃ Đ·Đ° Đ·Đ°ĐŒĐŸĐČŃŃĐČĐ°ĐœĐœŃĐŒ - 150%."
-#~ msgid "Ctrl+Any arrow"
-#~ msgstr "Ctrl+бŃĐŽŃ-ŃĐșĐ° ŃŃŃŃĐ»ĐșĐ°"
+#~ msgid "Time to load new filament when switch filament. For statistics only"
+#~ msgstr ""
+#~ "Đ§Đ°Ń Đ·Đ°ĐČĐ°ĐœŃĐ°Đ¶Đ”ĐœĐœŃ ĐœĐŸĐČĐŸĐłĐŸ ŃŃĐ»Đ°ĐŒĐ”ĐœŃŃ ĐżŃĐž пДŃĐ”ĐŒĐžĐșĐ°ĐœĐœŃ ŃŃĐ»Đ°ĐŒĐ”ĐœŃŃ. ĐąŃĐ»ŃĐșĐž ĐŽĐ»Ń "
+#~ "ŃŃĐ°ŃĐžŃŃĐžĐșĐž"
-#~ msgid "Alt+Left mouse button"
-#~ msgstr "Alt+ĐŃĐČĐ° ĐșĐœĐŸĐżĐșĐ° ĐŒĐžŃŃ"
+#~ msgid ""
+#~ "Time to unload old filament when switch filament. For statistics only"
+#~ msgstr ""
+#~ "Đ§Đ°Ń ĐČĐžĐČĐ°ĐœŃĐ°Đ¶Đ”ĐœĐœŃ ĐœĐŸĐČĐŸĐłĐŸ ŃŃĐ»Đ°ĐŒĐ”ĐœŃŃ ĐżŃĐž пДŃĐ”ĐŒĐžĐșĐ°ĐœĐœŃ ŃŃĐ»Đ°ĐŒĐ”ĐœŃŃ. ĐąŃĐ»ŃĐșĐž ĐŽĐ»Ń "
+#~ "ŃŃĐ°ŃĐžŃŃĐžĐșĐž"
-#~ msgid "Ctrl+Left mouse button"
-#~ msgstr "Ctrl+ĐŃĐČĐ° ĐșĐœĐŸĐżĐșĐ° ĐŒĐžŃŃ"
+#~ msgid ""
+#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a "
+#~ "new filament during a tool change (when executing the T code). This time "
+#~ "is added to the total print time by the G-code time estimator."
+#~ msgstr ""
+#~ "Đ§Đ°Ń ĐŽĐ»Ń ĐżŃĐŸŃĐžĐČĐșĐž ĐżŃĐžĐœŃĐ”ŃĐ° (Đ°Đ±ĐŸ Multi Material Unit 2.0), ŃĐŸĐ± Đ·Đ°ĐČĐ”ŃŃĐž "
+#~ "ĐœĐŸĐČĐžĐč ŃŃĐ»Đ°ĐŒĐ”ĐœŃ ĐżŃĐŽ ŃĐ°Ń Đ·Đ°ĐŒŃĐœĐž ŃĐœŃŃŃŃĐŒĐ”ĐœŃŃ (ĐżŃĐŽ ŃĐ°Ń ĐČĐžĐșĐŸĐœĐ°ĐœĐœŃ ĐșĐŸĐŽŃ Đą). ĐŠĐ”Đč "
+#~ "ŃĐ°Ń ĐŽĐŸĐŽĐ°ŃŃŃŃŃ ĐŽĐŸ загалŃĐœĐŸĐłĐŸ ŃĐ°ŃŃ ĐŽŃŃĐșŃ Đ·Đ° ĐŽĐŸĐżĐŸĐŒĐŸĐłĐŸŃ ĐŸŃŃĐœŃĐČĐ°ŃĐ° ŃĐ°ŃŃ G-ĐșĐŸĐŽŃ."
-#~ msgid "â+Mouse wheel"
-#~ msgstr "â+ĐĐŸĐ»Đ”ŃĐŸ ĐŒĐžŃŃ"
+#~ msgid ""
+#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload "
+#~ "a filament during a tool change (when executing the T code). This time is "
+#~ "added to the total print time by the G-code time estimator."
+#~ msgstr ""
+#~ "Đ§Đ°Ń ĐŽĐ»Ń ĐżŃĐŸŃĐžĐČĐșĐž ĐżŃĐžĐœŃĐ”ŃĐ° (Đ°Đ±ĐŸ Multi Material Unit 2.0), ŃĐŸĐ± ĐČĐžĐČĐ”ŃŃĐž "
+#~ "ŃŃĐ»Đ°ĐŒĐ”ĐœŃ ĐżŃĐŽ ŃĐ°Ń Đ·Đ°ĐŒŃĐœĐž ŃĐœŃŃŃŃĐŒĐ”ĐœŃŃ (ĐżŃĐŽ ŃĐ°Ń ĐČĐžĐșĐŸĐœĐ°ĐœĐœŃ ĐșĐŸĐŽŃ Đą). ĐŠĐ”Đč ŃĐ°Ń "
+#~ "ĐŽĐŸĐŽĐ°ŃŃŃŃŃ ĐŽĐŸ загалŃĐœĐŸĐłĐŸ ŃĐ°ŃŃ ĐŽŃŃĐșŃ Đ·Đ° ĐŽĐŸĐżĐŸĐŒĐŸĐłĐŸŃ ĐŸŃŃĐœŃĐČĐ°ŃĐ° ŃĐ°ŃŃ G-ĐșĐŸĐŽŃ."
-#~ msgid "â„+Mouse wheel"
-#~ msgstr "â„+ĐĐŸĐ»Đ”ŃĐŸ ĐŒĐžŃŃ"
+#~ msgid "Filter out gaps smaller than the threshold specified"
+#~ msgstr "ĐŃĐŽŃŃĐ»ŃŃŃŃĐčŃĐ” ĐżŃĐŸĐłĐ°Đ»ĐžĐœĐž, ĐŒĐ”ĐœŃŃ Đ·Đ° ĐČĐșĐ°Đ·Đ°ĐœĐžĐč ĐżĐŸŃŃĐł"
-#~ msgid "Ctrl+Mouse wheel"
-#~ msgstr "Ctrl+ĐĐŸĐ»Đ”ŃĐŸ ĐŒĐžŃŃ"
+#~ msgid ""
+#~ "Enable this option for chamber temperature control. An M191 command will "
+#~ "be added before \"machine_start_gcode\"\n"
+#~ "G-code commands: M141/M191 S(0-255)"
+#~ msgstr ""
+#~ "ĐŁĐČŃĐŒĐșĐœŃŃŃ ŃŃ ĐŸĐżŃŃŃ ĐŽĐ»Ń ĐșĐ”ŃŃĐČĐ°ĐœĐœŃ ŃĐ”ĐŒĐżĐ”ŃĐ°ŃŃŃĐŸŃ ĐČ ĐșĐ°ĐŒĐ”ŃŃ. ĐĐ”ŃДЎ "
+#~ "\"machine_start_gcode\" бŃĐŽĐ” ĐŽĐŸĐŽĐ°ĐœĐŸ ĐșĐŸĐŒĐ°ĐœĐŽŃ M191\n"
+#~ "ĐĐŸĐŒĐ°ĐœĐŽĐž G-ĐșĐŸĐŽŃ: M141/M191 S(0-255)"
-#~ msgid "Alt+Mouse wheel"
-#~ msgstr "Alt+ĐșĐŸĐ»Đ”ŃĐŸ ĐŒĐžŃŃ"
+#~ msgid ""
+#~ "Higher chamber temperature can help suppress or reduce warping and "
+#~ "potentially lead to higher interlayer bonding strength for high "
+#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, "
+#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, "
+#~ "TPU, PVA and other low temperature materials,the actual chamber "
+#~ "temperature should not be high to avoid cloggings, so 0 which stands for "
+#~ "turning off is highly recommended"
+#~ msgstr ""
+#~ "ĐĐžŃĐ° ŃĐ”ĐŒĐżĐ”ŃĐ°ŃŃŃĐ° ĐșĐ°ĐŒĐ”ŃĐž ĐŒĐŸĐ¶Đ” ĐŽĐŸĐżĐŸĐŒĐŸĐłŃĐž ŃŃŃĐžĐŒŃĐČĐ°ŃĐž Đ°Đ±ĐŸ Đ·ĐŒĐ”ĐœŃŃĐČĐ°ŃĐž "
+#~ "ĐŽĐ”ŃĐŸŃĐŒĐ°ŃŃŃ ŃĐ°, ĐŒĐŸĐ¶Đ»ĐžĐČĐŸ, ĐżŃĐŽĐČĐžŃĐžŃĐž ĐŒŃŃĐœŃŃŃŃ Đ·ĐČâŃĐ·ĐșŃ ĐŒŃж ŃĐ°ŃĐ°ĐŒĐž ĐŽĐ»Ń "
+#~ "ĐŒĐ°ŃĐ”ŃŃĐ°Đ»ŃĐČ ĐČĐžŃĐŸĐșĐŸŃ ŃĐ”ĐŒĐżĐ”ŃĐ°ŃŃŃĐž, ŃĐ°ĐșĐžŃ
ŃĐș ABS, ASA, PC, PA ŃĐŸŃĐŸ. ĐŁ ŃĐŸĐč жД "
+#~ "ŃĐ°Ń, ĐżĐŸĐČŃŃŃŃĐœĐ° ŃŃĐ»ŃŃŃĐ°ŃŃŃ ĐŽĐ»Ń ABS ŃĐ° ASA ĐŒĐŸĐ¶Đ” ŃŃĐ°ŃĐž ĐłŃŃŃĐ”Ń. ĐĐŽĐœĐ°Đș ĐŽĐ»Ń "
+#~ "PLA, PETG, TPU, PVA ŃĐ° ŃĐœŃĐžŃ
ĐŒĐ°ŃĐ”ŃŃĐ°Đ»ŃĐČ ĐœĐžĐ·ŃĐșĐŸŃ ŃĐ”ĐŒĐżĐ”ŃĐ°ŃŃŃĐž ŃĐ°ĐșŃĐžŃĐœĐ° "
+#~ "ŃĐ”ĐŒĐżĐ”ŃĐ°ŃŃŃĐ° ĐșĐ°ĐŒĐ”ŃĐž ĐœĐ” ĐżĐŸĐČĐžĐœĐœĐ° бŃŃĐž ĐČĐžŃĐŸĐșĐŸŃ, ŃĐŸĐ± ŃĐœĐžĐșĐœŃŃĐž Đ·Đ°ŃĐŒŃŃĐ”ĐœĐœŃ, ŃĐŸĐŒŃ "
+#~ "ŃĐ”ĐșĐŸĐŒĐ”ĐœĐŽŃŃŃŃŃŃ ĐČĐžĐŒĐșĐœŃŃĐž ŃĐ”ĐŒĐżĐ”ŃĐ°ŃŃŃŃ ĐșĐ°ĐŒĐ”ŃĐž (0)"
#~ msgid ""
#~ "Different nozzle diameters and different filament diameters is not "
diff --git a/localization/i18n/zh_CN/OrcaSlicer_zh_CN.po b/localization/i18n/zh_CN/OrcaSlicer_zh_CN.po
index 604c6c6d7cc..c8ac4dbc228 100644
--- a/localization/i18n/zh_CN/OrcaSlicer_zh_CN.po
+++ b/localization/i18n/zh_CN/OrcaSlicer_zh_CN.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Slic3rPE\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-08-03 18:54+0200\n"
+"POT-Creation-Date: 2024-08-23 16:24+0200\n"
"PO-Revision-Date: 2024-07-28 07:12+0000\n"
"Last-Translator: Handle \n"
"Language-Team: \n"
@@ -77,6 +77,9 @@ msgstr "æșèœćĄ«ć
è§ćșŠ"
msgid "On overhangs only"
msgstr "ä»
ćŻčæŹç©șćșçæ"
+msgid "Auto support threshold angle: "
+msgstr "èȘćšæŻæè§ćșŠéćŒïŒ"
+
msgid "Circle"
msgstr "ć"
@@ -96,9 +99,6 @@ msgstr "ç»ć¶ä»
ćŻčç±%1%éäžçéąççæ"
msgid "Highlight faces according to overhang angle."
msgstr "æ čæźćœćèźŸçœźçæŹç©șè§ćșŠæ„é«äșźçéąă"
-msgid "Auto support threshold angle: "
-msgstr "èȘćšæŻæè§ćșŠéćŒïŒ"
-
msgid "No auto support"
msgstr "æ èȘćšæŻæ"
@@ -1939,6 +1939,9 @@ msgstr "çźćæšĄć"
msgid "Center"
msgstr "ć±
äž"
+msgid "Drop"
+msgstr ""
+
msgid "Edit Process Settings"
msgstr "çŒèŸć·„èșćæ°"
@@ -3969,6 +3972,15 @@ msgstr "æ»æ¶éŽ"
msgid "Total cost"
msgstr "æ»ææŹ"
+msgid "up to"
+msgstr "蟟ć°"
+
+msgid "above"
+msgstr "é«äș"
+
+msgid "from"
+msgstr "ä»"
+
msgid "Color Scheme"
msgstr "éąèČæčæĄ"
@@ -4032,12 +4044,12 @@ msgstr "æąææŹĄæ°"
msgid "Cost"
msgstr "ææŹ"
-msgid "Print"
-msgstr "æć°"
-
msgid "Color change"
msgstr "éąèČæŽæą"
+msgid "Print"
+msgstr "æć°"
+
msgid "Printer"
msgstr "æć°æș"
@@ -4222,7 +4234,7 @@ msgstr "äœç§ŻïŒ"
msgid "Size:"
msgstr "ć°ș毞ïŒ"
-#, c-format, boost-format
+#, boost-format
msgid ""
"Conflicts of gcode paths have been found at layer %d, z = %.2lf mm. Please "
"separate the conflicted objects farther (%s <-> %s)."
@@ -4661,6 +4673,18 @@ msgstr "ç»è°"
msgid "Flow rate test - Pass 2"
msgstr "æ”éæ”èŻ - éèż 2"
+msgid "YOLO (Recommended)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.01 step"
+msgstr ""
+
+msgid "YOLO (perfectionist version)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.005 step"
+msgstr ""
+
msgid "Flow rate"
msgstr "æ”é"
@@ -5866,19 +5890,14 @@ msgstr "æŁæ”ć°ć€é¶ä»¶ćŻčè±Ą"
msgid "The file does not contain any geometry data."
msgstr "æ€æ件äžć
ć«ä»»äœć äœæ°æźă"
-msgid ""
-"Your object appears to be too large. It will be scaled down to fit the heat "
-"bed automatically."
-msgstr ""
-
-msgid "Object too large"
-msgstr "ćŻčè±Ąć€Ș性"
-
msgid ""
"Your object appears to be too large, Do you want to scale it down to fit the "
"heat bed automatically?"
msgstr "ćŻčè±Ąçè”·æ„ć€Ș性ïŒćžæć°ćŻčè±ĄèȘćšçŒ©ć°ä»„éćșçćșćïŒ"
+msgid "Object too large"
+msgstr "ćŻčè±Ąć€Ș性"
+
msgid "Export STL file:"
msgstr "ćŻŒćș STL æ件ïŒ"
@@ -6234,6 +6253,9 @@ msgstr "æŻćŠç»§ç»ïŒ"
msgid "Language selection"
msgstr "èŻèšéæ©"
+msgid "Switching application language while some presets are modified."
+msgstr "ćšćæąćșçšèŻèšäčććç°æäșćæ°éąèźŸææŽæčă"
+
msgid "Changing application language"
msgstr "æŁćšäžșćșçšçšćșćæąèŻèš"
@@ -7278,8 +7300,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 ""
"ćšćœć¶æ ć·„ć
·ć€Žć»¶æ¶æćœ±è§éąæ¶ïŒć»șèźźæ·»ć â滶æ¶æćœ±æŠæćĄâ\n"
"ćłéźćć»æć°æżçç©șçœäœçœźïŒéæ©âæ·»ć æ ćæšĄćâ->â滶æ¶æćœ±æŠæćĄâă"
@@ -8099,7 +8121,10 @@ msgstr "ćŻčè±ĄćèĄš"
msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files"
msgstr "ä»STL/STEP/3MF/OBJ/AMFæ件äžćŻŒć
„ć äœæ°æź"
-msgid "Shift+G"
+msgid "â+Shift+G"
+msgstr ""
+
+msgid "Ctrl+Shift+G"
msgstr ""
msgid "Paste from clipboard"
@@ -8149,18 +8174,33 @@ msgstr ""
msgid "Collapse/Expand the sidebar"
msgstr "æ¶è”·/ć±ćŒ 䟧èŸčæ "
-msgid "Any arrow"
-msgstr ""
+msgid "â+Any arrow"
+msgstr "â+æčćéź"
msgid "Movement in camera space"
msgstr "æČżçžæșè§è§ç§»ćšćŻčè±Ą"
+msgid "â„+Left mouse button"
+msgstr "â„+éŒ æ ć·Šéź"
+
msgid "Select a part"
msgstr "éæ©ćäžȘé¶ä»¶"
+msgid "â+Left mouse button"
+msgstr "â+éŒ æ ć·Šéź"
+
msgid "Select multiple objects"
msgstr "éæ©ć€äžȘćŻčè±Ą"
+msgid "Ctrl+Any arrow"
+msgstr "Ctrl+æčćéź"
+
+msgid "Alt+Left mouse button"
+msgstr "Alt+éŒ æ ć·Šéź"
+
+msgid "Ctrl+Left mouse button"
+msgstr "Ctrl+éŒ æ ć·Šéź"
+
msgid "Shift+Left mouse button"
msgstr "Shift+éŒ æ ć·Šéź"
@@ -8263,12 +8303,24 @@ msgstr "ćć€"
msgid "Move: press to snap by 1mm"
msgstr "移ćšïŒä»„1mmäžșæ„èżç§»ćš"
+msgid "â+Mouse wheel"
+msgstr "â+éŒ æ æ»èœź"
+
msgid "Support/Color Painting: adjust pen radius"
msgstr "æŻæ/éąèČç»ć¶ïŒè°èç»çŹććŸ"
+msgid "â„+Mouse wheel"
+msgstr "â„+éŒ æ æ»èœź"
+
msgid "Support/Color Painting: adjust section position"
msgstr "æŻæ/èČćœ©ç»ć¶ïŒè°èćéąäœçœź"
+msgid "Ctrl+Mouse wheel"
+msgstr "Ctrl+éŒ æ æ»èœź"
+
+msgid "Alt+Mouse wheel"
+msgstr "Alt+éŒ æ æ»èœź"
+
msgid "Gizmo"
msgstr ""
@@ -9220,14 +9272,31 @@ msgid "Apply gap fill"
msgstr "ćŻçšéŽé楫ć
"
msgid ""
-"Enables gap fill for the selected surfaces. The minimum gap length that will "
-"be filled can be controlled from the filter out tiny gaps option below.\n"
+"Enables gap fill for the selected solid surfaces. The minimum gap length "
+"that will be filled can be controlled from the filter out tiny gaps option "
+"below.\n"
"\n"
"Options:\n"
-"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n"
+"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces "
+"for maximum strength\n"
"2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces "
-"only\n"
-"3. Nowhere: Disables gap fill\n"
+"only, balancing print speed, reducing potential over extrusion in the solid "
+"infill and making sure the top and bottom surfaces have no pin hole gaps\n"
+"3. Nowhere: Disables gap fill for all solid infill areas. \n"
+"\n"
+"Note that if using the classic perimeter generator, gap fill may also be "
+"generated between perimeters, if a full width line cannot fit between them. "
+"That perimeter gap fill is not controlled by this setting. \n"
+"\n"
+"If you would like all gap fill, including the classic perimeter generated "
+"one, removed, set the filter out tiny gaps value to a large number, like "
+"999999. \n"
+"\n"
+"However this is not advised, as gap fill between perimeters is contributing "
+"to the model's strength. For models where excessive gap fill is generated "
+"between perimeters, a better option would be to switch to the arachne wall "
+"generator and use this option to control whether the cosmetic top and bottom "
+"surface gap fill is generated"
msgstr ""
msgid "Everywhere"
@@ -9294,8 +9363,11 @@ msgstr "æĄ„æ„æ”é"
msgid ""
"Decrease this value slightly(for example 0.9) to reduce the amount of "
-"material for bridge, to improve sag"
-msgstr "çšćŸźćć°èżäžȘæ°ćŒïŒæŻćŠ0.9ïŒćŻä»„ćć°æĄ„æ„çææéïŒæ„æčćäžćă"
+"material for bridge, to improve sag. \n"
+"\n"
+"The actual bridge flow used is calculated by multiplying this value with the "
+"filament flow ratio, and if set, the object's flow ratio."
+msgstr ""
msgid "Internal bridge flow ratio"
msgstr "ć
éšææĄ„æ”éæŻäŸ"
@@ -9303,7 +9375,11 @@ msgstr "ć
éšææĄ„æ”éæŻäŸ"
msgid ""
"This value governs the thickness of the internal bridge layer. This is the "
"first layer over sparse infill. Decrease this value slightly (for example "
-"0.9) to improve surface quality over sparse infill."
+"0.9) to improve surface quality over sparse infill.\n"
+"\n"
+"The actual internal bridge flow used is calculated by multiplying this value "
+"with the bridge flow ratio, the filament flow ratio, and if set, the "
+"object's flow ratio."
msgstr ""
msgid "Top surface flow ratio"
@@ -9311,14 +9387,21 @@ msgstr "饶éšèĄšéąæ”éæŻäŸ"
msgid ""
"This factor affects the amount of material for top solid infill. You can "
-"decrease it slightly to have smooth surface finish"
-msgstr "çšćŸźćć°èżäžȘæ°ćŒïŒæŻćŠ0.97ïŒćŻä»„æ„æčć饶éąçć
æ»çšćșŠă"
+"decrease it slightly to have smooth surface finish. \n"
+"\n"
+"The actual top surface flow used is calculated by multiplying this value "
+"with the filament flow ratio, and if set, the object's flow ratio."
+msgstr ""
msgid "Bottom surface flow ratio"
msgstr "ćșéšèĄšéąæ”éæŻäŸ"
-msgid "This factor affects the amount of material for bottom solid infill"
-msgstr "éŠć±æ”éè°æŽçł»æ°ïŒé»èź€äžș1.0"
+msgid ""
+"This factor affects the amount of material for bottom solid infill. \n"
+"\n"
+"The actual bottom solid infill flow used is calculated by multiplying this "
+"value with the filament flow ratio, and if set, the object's flow ratio."
+msgstr ""
msgid "Precise wall"
msgstr "çČŸćć€ćąć°ș毞"
@@ -9468,10 +9551,26 @@ msgstr "ćŻçšæ€ééĄčć°éäœäžćæŹćçšćșŠçè”°çșżçæć°éćșŠ"
msgid "Slow down for curled perimeters"
msgstr "çżèŸčéé"
+#, c-format, boost-format
msgid ""
-"Enable this option to slow printing down in areas where potential curled "
-"perimeters may exist"
-msgstr "ćŻçšèżäžȘééĄčïŒéäœćŻèœććšć·æČéšäœçæć°éćșŠ"
+"Enable this option to slow down printing in areas where perimeters may have "
+"curled upwards.For example, additional slowdown will be applied when "
+"printing overhangs on sharp corners like the front of the Benchy hull, "
+"reducing curling which compounds over multiple layers.\n"
+"\n"
+" It is generally recommended to have this option switched on unless your "
+"printer cooling is powerful enough or the print speed slow enough that "
+"perimeter curling does not happen. If printing with a high external "
+"perimeter speed, this parameter may introduce slight artifacts when slowing "
+"down due to the large variance in print speeds. If you notice artifacts, "
+"ensure your pressure advance is tuned correctly.\n"
+"\n"
+"Note: When this option is enabled, overhang perimeters are treated like "
+"overhangs, meaning the overhang speed is applied even if the overhanging "
+"perimeter is part of a bridge. For example, when the perimeters are "
+"100% overhanging, with no wall supporting them from underneath, the "
+"100% overhang speed will be applied."
+msgstr ""
msgid "mm/s or %"
msgstr "mm/s æ %"
@@ -9479,8 +9578,14 @@ msgstr "mm/s æ %"
msgid "External"
msgstr "ć€éš"
-msgid "Speed of bridge and completely overhang wall"
-msgstr "æĄ„æ„ććźć
šæŹç©șçć€ćąçæć°éćșŠ"
+msgid ""
+"Speed of the externally visible bridge extrusions. \n"
+"\n"
+"In addition, if Slow down for curled perimeters is disabled or Classic "
+"overhang mode is enabled, it will be the print speed of overhang walls that "
+"are supported by less than 13%, whether they are part of a bridge or an "
+"overhang."
+msgstr ""
msgid "mm/s"
msgstr "mm/s"
@@ -9489,11 +9594,9 @@ msgid "Internal"
msgstr "ć
éš"
msgid ""
-"Speed of internal bridge. If the value is expressed as a percentage, it will "
-"be calculated based on the bridge_speed. Default value is 150%."
+"Speed of internal bridges. If the value is expressed as a percentage, it "
+"will be calculated based on the bridge_speed. Default value is 150%."
msgstr ""
-"ć
éšæĄ„æ„çéćșŠăćŠæèŻ„ćŒä»„çŸćæŻèĄšç€șïŒćć°æ čæźæĄ„æ„éćșŠèżèĄèźĄçźăé»èź€ćŒäžș"
-"150%ă"
msgid "Brim width"
msgstr "BrimćźœćșŠ"
@@ -10066,6 +10169,17 @@ msgstr ""
"éăæšèçèćŽäžș0.95ć°1.05ăćç°ć€§ćčłć±æšĄćç饶éąæèœ»ćŸźççŒșææć€ææ¶ïŒæèźžćŻ"
"仄ć°èŻćŸźè°èżäžȘćæ°ă"
+msgid ""
+"The material may have volumetric change after switching between molten state "
+"and crystalline state. This setting changes all extrusion flow of this "
+"filament in gcode proportionally. Recommended value range is between 0.95 "
+"and 1.05. Maybe you can tune this value to get nice flat surface when there "
+"has slight overflow or underflow. \n"
+"\n"
+"The final object flow ratio is this value multiplied by the filament flow "
+"ratio."
+msgstr ""
+
msgid "Enable pressure advance"
msgstr "ćŻçšććæć"
@@ -10240,14 +10354,29 @@ msgstr "mmÂł/s"
msgid "Filament load time"
msgstr "ć 蜜èæäžçæ¶éŽ"
-msgid "Time to load new filament when switch filament. For statistics only"
-msgstr "ćæąèæäžæ¶ïŒć 蜜æ°èæäžæéçæ¶éŽăćȘçšäșç»èźĄäżĄæŻă"
+msgid ""
+"Time to load new filament when switch filament. It's usually applicable for "
+"single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
+msgstr ""
msgid "Filament unload time"
msgstr "ćžèœœèæäžçæ¶éŽ"
-msgid "Time to unload old filament when switch filament. For statistics only"
-msgstr "ćæąèæäžæ¶ïŒćžèœœæ§çèæäžæéæ¶éŽăćȘçšäșç»èźĄäżĄæŻă"
+msgid ""
+"Time to unload old filament when switch filament. It's usually applicable "
+"for single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
+msgstr ""
+
+msgid "Tool change time"
+msgstr ""
+
+msgid ""
+"Time taken to switch tools. It's usually applicable for tool changers or "
+"multi-tool machines. For single-extruder multi-material machines, it's "
+"typically 0. For statistics only"
+msgstr ""
msgid ""
"Filament diameter is used to calculate extrusion in gcode, so it's important "
@@ -10370,14 +10499,6 @@ msgstr "æćäžæŹĄć·ćŽç§»ćšçéćșŠ"
msgid "Cooling moves are gradually accelerating towards this speed."
msgstr "ć·ćŽç§»ćšćèżäžȘéćșŠéæžć éă"
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-"ćšæąèČæ¶ïŒæ§èĄT代ç ïŒćŠT1ïŒT2ïŒïŒæć°æșćș件ïŒæMulti Material Unit 2.0ïŒć 蜜"
-"æ°èæçæéæ¶éŽăèŻ„æ¶éŽć°äŒèą«G-codeæ¶éŽèŻäŒ°ćèœć ć°æ»æć°æ¶éŽäžć»ă"
-
msgid "Ramming parameters"
msgstr "ć°ç«Żæććæ°"
@@ -10386,14 +10507,6 @@ msgid ""
"parameters."
msgstr "æ€ć
ćźčç±ć°ç«ŻæćçȘćŁçŒèŸïŒć
ć«ć°ç«Żæćççčćźćæ°ă"
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-"æąèČæéŽïŒæ§èĄT代ç æ¶ćŠT1ïŒT2ïŒïŒæć°æșćș件ïŒæMMU2.0ïŒćžèœœèææéæ¶éŽăèŻ„æ¶"
-"éŽć°äŒèą«G-codeæ¶éŽèŻäŒ°ćèœć ć°æ»æć°æ¶éŽäžć»ă"
-
msgid "Enable ramming for multitool setups"
msgstr "ćŻçšć€èČć°ç«ŻæćèźŸçœź"
@@ -10718,10 +10831,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 ""
"éŁæéćșŠć°ä»âçŠçšçŹŹäžć±âçé¶çșżæ§äžćć°âć
šéŁæéćșŠć±âçæ性ăćŠæäœäșâçŠçšéŁæ"
"珏äžć±âïŒćâć
šéŁæéćșŠçŹŹäžć±âć°èą«ćżœç„ïŒćšèżç§æ
ć”äžïŒéŁæć°ćšâçŠçšéŁæ珏äž"
@@ -10782,8 +10895,11 @@ msgstr "ćżœç„ćŸźć°éŽé"
msgid "Layers and Perimeters"
msgstr "ć±ććą"
-msgid "Filter out gaps smaller than the threshold specified"
-msgstr "ćżœç„ć°äșæćźéćŒçéŽé"
+msgid ""
+"Don't print gap fill with a length is smaller than the threshold specified "
+"(in mm). This setting applies to top, bottom and solid infill and, if using "
+"the classic perimeter generator, to wall gap fill. "
+msgstr ""
msgid ""
"Speed of gap infill. Gap usually has irregular line width and should be "
@@ -12677,30 +12793,40 @@ msgid "Activate temperature control"
msgstr "æżæŽ»æž©ćșŠæ§ć¶"
msgid ""
-"Enable this option for chamber temperature control. An M191 command will be "
-"added before \"machine_start_gcode\"\n"
-"G-code commands: M141/M191 S(0-255)"
+"Enable this option for automated chamber temperature control. This option "
+"activates the emitting of an M191 command before the "
+"\"machine_start_gcode\"\n"
+" which sets the chamber temperature and waits until it is reached. In "
+"addition, it emits an M141 command at the end of the print to turn off the "
+"chamber heater, if present. \n"
+"\n"
+"This option relies on the firmware supporting the M191 and M141 commands "
+"either via macros or natively and is usually used when an active chamber "
+"heater is installed."
msgstr ""
-"ćŻçšèŻ„ééĄč仄æ§ć¶æć°ä»æž©ćșŠïŒèżć°äŒćš\"machine_start_gcode\"äčćæ·»ć äžäžȘM191ćœ"
-"什ă\n"
-"G-codećœä»€ïŒM141/M191 S(0-255)"
msgid "Chamber temperature"
msgstr "æșçź±æž©ćșŠ"
msgid ""
-"Higher chamber temperature can help suppress or reduce warping and "
-"potentially lead to higher interlayer bonding strength for high temperature "
-"materials like ABS, ASA, PC, PA and so on.At the same time, the air "
-"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and "
-"other low temperature materials,the actual chamber temperature should not be "
-"high to avoid cloggings, so 0 which stands for turning off is highly "
-"recommended"
+"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber "
+"temperature can help suppress or reduce warping and potentially lead to "
+"higher interlayer bonding strength. However, at the same time, a higher "
+"chamber temperature will reduce the efficiency of air filtration for ABS and "
+"ASA. \n"
+"\n"
+"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option "
+"should be disabled (set to 0) as the chamber temperature should be low to "
+"avoid extruder clogging caused by material softening at the heat break.\n"
+"\n"
+"If enabled, this parameter also sets a gcode variable named "
+"chamber_temperature, which can be used to pass the desired chamber "
+"temperature to your print start macro, or a heat soak macro like this: "
+"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may "
+"be useful if your printer does not support M141/M191 commands, or if you "
+"desire to handle heat soaking in the print start macro if no active chamber "
+"heater is installed."
msgstr ""
-"æŽé«çè
æž©ćŻä»„ćžźć©æć¶æćć°çżæČïŒćæ¶ćŻèœäŒæé«é«æž©ææïŒćŠABSăASAăPCăPA"
-"çïŒçć±éŽçČććŒșćșŠăäžæ€ćæ¶ïŒABSćASAçç©șæ°èżæ»€æ§èœäŒćć·źăèćŻčäșPLAăPETGă"
-"TPUăPVAçäœæž©ææïŒäžșäșéżć
ć ”ćĄïŒćźé
çè
æž©äžćșèŻ„èżé«ïŒć æ€ćŒșçć»șèźźäœżçš0ïŒèĄš"
-"ç€șć
łéïŒă"
msgid "Nozzle temperature for layers after the initial one"
msgstr "é€éŠć±ć€çć
¶ćźć±çć·ćŽæž©ćșŠ"
@@ -14506,8 +14632,8 @@ msgstr ""
"äœ æłéćéąèźŸć"
msgid ""
-"We would rename the presets as \"Vendor Type Serial @printer you selected"
-"\". \n"
+"We would rename the presets as \"Vendor Type Serial @printer you "
+"selected\". \n"
"To add preset for more printers, Please go to printer selection"
msgstr ""
"æ仏ć°äŒæéąèźŸéćœćäžșâäŸćșćç±»ćć @ æšéæ©çæć°æșâ\n"
@@ -15695,47 +15821,82 @@ msgstr ""
"éżć
çżæČ\n"
"æšç„éćïŒæć°ABSèżç±»æçżæČæææ¶ïŒéćœæé«çćșæž©ćșŠćŻä»„éäœçżæČçæŠçă"
-#~ msgid "up to"
-#~ msgstr "蟟ć°"
-
-#~ msgid "above"
-#~ msgstr "é«äș"
+#~ msgid ""
+#~ "Decrease this value slightly(for example 0.9) to reduce the amount of "
+#~ "material for bridge, to improve sag"
+#~ msgstr "çšćŸźćć°èżäžȘæ°ćŒïŒæŻćŠ0.9ïŒćŻä»„ćć°æĄ„æ„çææéïŒæ„æčćäžćă"
-#~ msgid "from"
-#~ msgstr "ä»"
+#~ msgid ""
+#~ "This factor affects the amount of material for top solid infill. You can "
+#~ "decrease it slightly to have smooth surface finish"
+#~ msgstr "çšćŸźćć°èżäžȘæ°ćŒïŒæŻćŠ0.97ïŒćŻä»„æ„æčć饶éąçć
æ»çšćșŠă"
-#~ msgid "Switching application language while some presets are modified."
-#~ msgstr "ćšćæąćșçšèŻèšäčććç°æäșćæ°éąèźŸææŽæčă"
+#~ msgid "This factor affects the amount of material for bottom solid infill"
+#~ msgstr "éŠć±æ”éè°æŽçł»æ°ïŒé»èź€äžș1.0"
-#~ msgid "â+Any arrow"
-#~ msgstr "â+æčćéź"
+#~ msgid ""
+#~ "Enable this option to slow printing down in areas where potential curled "
+#~ "perimeters may exist"
+#~ msgstr "ćŻçšèżäžȘééĄčïŒéäœćŻèœććšć·æČéšäœçæć°éćșŠ"
-#~ msgid "â„+Left mouse button"
-#~ msgstr "â„+éŒ æ ć·Šéź"
+#~ msgid "Speed of bridge and completely overhang wall"
+#~ msgstr "æĄ„æ„ććźć
šæŹç©șçć€ćąçæć°éćșŠ"
-#~ msgid "â+Left mouse button"
-#~ msgstr "â+éŒ æ ć·Šéź"
+#~ msgid ""
+#~ "Speed of internal bridge. If the value is expressed as a percentage, it "
+#~ "will be calculated based on the bridge_speed. Default value is 150%."
+#~ msgstr ""
+#~ "ć
éšæĄ„æ„çéćșŠăćŠæèŻ„ćŒä»„çŸćæŻèĄšç€șïŒćć°æ čæźæĄ„æ„éćșŠèżèĄèźĄçźăé»èź€ćŒäžș"
+#~ "150%ă"
-#~ msgid "Ctrl+Any arrow"
-#~ msgstr "Ctrl+æčćéź"
+#~ msgid "Time to load new filament when switch filament. For statistics only"
+#~ msgstr "ćæąèæäžæ¶ïŒć 蜜æ°èæäžæéçæ¶éŽăćȘçšäșç»èźĄäżĄæŻă"
-#~ msgid "Alt+Left mouse button"
-#~ msgstr "Alt+éŒ æ ć·Šéź"
+#~ msgid ""
+#~ "Time to unload old filament when switch filament. For statistics only"
+#~ msgstr "ćæąèæäžæ¶ïŒćžèœœæ§çèæäžæéæ¶éŽăćȘçšäșç»èźĄäżĄæŻă"
-#~ msgid "Ctrl+Left mouse button"
-#~ msgstr "Ctrl+éŒ æ ć·Šéź"
+#~ msgid ""
+#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a "
+#~ "new filament during a tool change (when executing the T code). This time "
+#~ "is added to the total print time by the G-code time estimator."
+#~ msgstr ""
+#~ "ćšæąèČæ¶ïŒæ§èĄT代ç ïŒćŠT1ïŒT2ïŒïŒæć°æșćș件ïŒæMulti Material Unit 2.0ïŒć "
+#~ "蜜æ°èæçæéæ¶éŽăèŻ„æ¶éŽć°äŒèą«G-codeæ¶éŽèŻäŒ°ćèœć ć°æ»æć°æ¶éŽäžć»ă"
-#~ msgid "â+Mouse wheel"
-#~ msgstr "â+éŒ æ æ»èœź"
+#~ msgid ""
+#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload "
+#~ "a filament during a tool change (when executing the T code). This time is "
+#~ "added to the total print time by the G-code time estimator."
+#~ msgstr ""
+#~ "æąèČæéŽïŒæ§èĄT代ç æ¶ćŠT1ïŒT2ïŒïŒæć°æșćș件ïŒæMMU2.0ïŒćžèœœèææéæ¶éŽă"
+#~ "èŻ„æ¶éŽć°äŒèą«G-codeæ¶éŽèŻäŒ°ćèœć ć°æ»æć°æ¶éŽäžć»ă"
-#~ msgid "â„+Mouse wheel"
-#~ msgstr "â„+éŒ æ æ»èœź"
+#~ msgid "Filter out gaps smaller than the threshold specified"
+#~ msgstr "ćżœç„ć°äșæćźéćŒçéŽé"
-#~ msgid "Ctrl+Mouse wheel"
-#~ msgstr "Ctrl+éŒ æ æ»èœź"
+#~ msgid ""
+#~ "Enable this option for chamber temperature control. An M191 command will "
+#~ "be added before \"machine_start_gcode\"\n"
+#~ "G-code commands: M141/M191 S(0-255)"
+#~ msgstr ""
+#~ "ćŻçšèŻ„ééĄč仄æ§ć¶æć°ä»æž©ćșŠïŒèżć°äŒćš\"machine_start_gcode\"äčćæ·»ć äžäžȘ"
+#~ "M191ćœä»€ă\n"
+#~ "G-codećœä»€ïŒM141/M191 S(0-255)"
-#~ msgid "Alt+Mouse wheel"
-#~ msgstr "Alt+éŒ æ æ»èœź"
+#~ msgid ""
+#~ "Higher chamber temperature can help suppress or reduce warping and "
+#~ "potentially lead to higher interlayer bonding strength for high "
+#~ "temperature materials like ABS, ASA, PC, PA and so on.At the same time, "
+#~ "the air filtration of ABS and ASA will get worse.While for PLA, PETG, "
+#~ "TPU, PVA and other low temperature materials,the actual chamber "
+#~ "temperature should not be high to avoid cloggings, so 0 which stands for "
+#~ "turning off is highly recommended"
+#~ msgstr ""
+#~ "æŽé«çè
æž©ćŻä»„ćžźć©æć¶æćć°çżæČïŒćæ¶ćŻèœäŒæé«é«æž©ææïŒćŠABSăASAăPCă"
+#~ "PAçïŒçć±éŽçČććŒșćșŠăäžæ€ćæ¶ïŒABSćASAçç©șæ°èżæ»€æ§èœäŒćć·źăèćŻčäșPLAă"
+#~ "PETGăTPUăPVAçäœæž©ææïŒäžșäșéżć
ć ”ćĄïŒćźé
çè
æž©äžćșèŻ„èżé«ïŒć æ€ćŒșçć»șèźź"
+#~ "äœżçš0ïŒèĄšç€șć
łéïŒă"
#~ msgid ""
#~ "Different nozzle diameters and different filament diameters is not "
@@ -16001,8 +16162,8 @@ msgstr ""
#~ msgstr "æ çšçć±ïŒćźéȘïŒ"
#~ msgid ""
-#~ "We would rename the presets as \"Vendor Type Serial @printer you selected"
-#~ "\". \n"
+#~ "We would rename the presets as \"Vendor Type Serial @printer you "
+#~ "selected\". \n"
#~ "To add preset for more prinetrs, Please go to printer selection"
#~ msgstr ""
#~ "æ仏äŒć°éąèźŸéćœćäžșâäŸćșć ç±»ć çł»ć @æšéæ©çæć°æșâă\n"
diff --git a/localization/i18n/zh_TW/OrcaSlicer_zh_TW.po b/localization/i18n/zh_TW/OrcaSlicer_zh_TW.po
index 4ff1c7b5123..702424b7474 100644
--- a/localization/i18n/zh_TW/OrcaSlicer_zh_TW.po
+++ b/localization/i18n/zh_TW/OrcaSlicer_zh_TW.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-08-03 18:54+0200\n"
+"POT-Creation-Date: 2024-08-23 16:24+0200\n"
"PO-Revision-Date: 2023-11-06 14:37+0800\n"
"Last-Translator: ablegods \n"
"Language-Team: \n"
@@ -85,6 +85,9 @@ msgstr "æșæ
§ćĄ«ć
è§ćșŠ"
msgid "On overhangs only"
msgstr "ć
ć°æžç©șćçæ"
+msgid "Auto support threshold angle: "
+msgstr "èȘćæŻæè§ćșŠèšçćŒïŒ"
+
#, fuzzy
msgid "Circle"
msgstr "ććœą"
@@ -107,9 +110,6 @@ msgstr "ć
ć
èš±ćšç±ä»„äžæąä»¶éžæçćčłéąäžéČèĄçčȘèŁœïŒ%1%"
msgid "Highlight faces according to overhang angle."
msgstr "æ čææžç©șè§ćșŠçȘćș饯ç€șéąă"
-msgid "Auto support threshold angle: "
-msgstr "èȘćæŻæè§ćșŠèšçćŒïŒ"
-
msgid "No auto support"
msgstr "çĄèȘćæŻæ"
@@ -1979,6 +1979,9 @@ msgstr "ç°ĄćæšĄć"
msgid "Center"
msgstr "ć±
äž"
+msgid "Drop"
+msgstr ""
+
msgid "Edit Process Settings"
msgstr "ç·šèŒŻćć°ćæž"
@@ -4094,6 +4097,15 @@ msgstr "çžœæé"
msgid "Total cost"
msgstr "çžœææŹ"
+msgid "up to"
+msgstr "éć°"
+
+msgid "above"
+msgstr "é«æŒ"
+
+msgid "from"
+msgstr "ćŸ"
+
msgid "Color Scheme"
msgstr "éĄèČæčæĄ"
@@ -4161,12 +4173,12 @@ msgstr "æŽæç·ææŹĄæž"
msgid "Cost"
msgstr "ææŹ"
-msgid "Print"
-msgstr "ćć°"
-
msgid "Color change"
msgstr "éĄèČæŽæ"
+msgid "Print"
+msgstr "ćć°"
+
#, fuzzy
msgid "Printer"
msgstr "ćć°èšć"
@@ -4356,7 +4368,7 @@ msgstr "é«ç©ïŒ"
msgid "Size:"
msgstr "ć°ș毞ïŒ"
-#, fuzzy, c-format, boost-format
+#, fuzzy, boost-format
msgid ""
"Conflicts of gcode paths have been found at layer %d, z = %.2lf mm. Please "
"separate the conflicted objects farther (%s <-> %s)."
@@ -4815,6 +4827,18 @@ msgstr "现èȘż"
msgid "Flow rate test - Pass 2"
msgstr "æ”éæžŹè©Š - éé 2"
+msgid "YOLO (Recommended)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.01 step"
+msgstr ""
+
+msgid "YOLO (perfectionist version)"
+msgstr ""
+
+msgid "Orca YOLO flowrate calibration, 0.005 step"
+msgstr ""
+
msgid "Flow rate"
msgstr "æ”é"
@@ -6066,19 +6090,14 @@ msgstr "ć”æžŹć°ć€é¶ä»¶ç©ä»¶"
msgid "The file does not contain any geometry data."
msgstr "æ€æȘæĄäžć
ć«ä»»äœćčŸäœæžæă"
-msgid ""
-"Your object appears to be too large. It will be scaled down to fit the heat "
-"bed automatically."
-msgstr ""
-
-msgid "Object too large"
-msgstr "ç©ä»¶ć€Ș性"
-
msgid ""
"Your object appears to be too large, Do you want to scale it down to fit the "
"heat bed automatically?"
msgstr "ç©ä»¶çè”·äŸć€Ș性ïŒćžæć°ç©ä»¶èȘćçžźć°ä»„é©æćć°æżćïŒ"
+msgid "Object too large"
+msgstr "ç©ä»¶ć€Ș性"
+
msgid "Export STL file:"
msgstr "ćŻćș STL æȘæĄïŒ"
@@ -6443,6 +6462,9 @@ msgstr "æŻćŠçčŒçșïŒ"
msgid "Language selection"
msgstr "èȘèšéžæ"
+msgid "Switching application language while some presets are modified."
+msgstr "ćšćææçšèȘèšäčćçŒçŸæäșćæžé èšææŽæčă"
+
msgid "Changing application language"
msgstr "æŁćšçșæçšçšćŒćæèȘèš"
@@ -7538,8 +7560,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 ""
"ćšéèŁœçĄć·„ć
·é çžźæéćœ±ćœ±çæïŒć»șè°ćąć âçžźæéćœ±æŠæćĄâ\n"
"ćłé”ćźæćć°æżçç©șçœäœçœźïŒéžæâæ°ćąæšæșæšĄćâ->âçžźæéćœ±æŠæćĄâă"
@@ -8399,7 +8421,10 @@ msgstr "ç©ä»¶æž
ćź"
msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files"
msgstr "ćŸ STL/STEP/3MF/OBJ/AMF æȘæĄäžćŻć
„ćčŸäœæžæ"
-msgid "Shift+G"
+msgid "â+Shift+G"
+msgstr ""
+
+msgid "Ctrl+Shift+G"
msgstr ""
msgid "Paste from clipboard"
@@ -8453,20 +8478,35 @@ msgstr ""
msgid "Collapse/Expand the sidebar"
msgstr "æșç/ć±é ćŽéæŹ"
-msgid "Any arrow"
-msgstr ""
+msgid "â+Any arrow"
+msgstr "â+æčćé”"
#, fuzzy
msgid "Movement in camera space"
msgstr "æČżçžæ©èŠè§ç§»ćç©ä»¶"
+msgid "â„+Left mouse button"
+msgstr "â„+æ»éŒ ć·Šé”"
+
msgid "Select a part"
msgstr "éžæćźäžé¶ä»¶"
+msgid "â+Left mouse button"
+msgstr "â+æ»éŒ ć·Šé”"
+
#, fuzzy
msgid "Select multiple objects"
msgstr "éžæć€ćç©ä»¶"
+msgid "Ctrl+Any arrow"
+msgstr "Ctrl+æčćé”"
+
+msgid "Alt+Left mouse button"
+msgstr "Alt+æ»éŒ ć·Šé”"
+
+msgid "Ctrl+Left mouse button"
+msgstr "Ctrl+æ»éŒ ć·Šé”"
+
msgid "Shift+Left mouse button"
msgstr "Shift+æ»éŒ ć·Šé”"
@@ -8576,12 +8616,24 @@ msgstr "æșć"
msgid "Move: press to snap by 1mm"
msgstr "移ćïŒä»„ 1mm çșćźäœæ„éČ移ć"
+msgid "â+Mouse wheel"
+msgstr "â+æ»éŒ 滟èŒȘ"
+
msgid "Support/Color Painting: adjust pen radius"
msgstr "æŻæ/éĄèČçčȘèŁœïŒèȘżæŽçć·ććŸ"
+msgid "â„+Mouse wheel"
+msgstr "â„+æ»éŒ 滟èŒȘ"
+
msgid "Support/Color Painting: adjust section position"
msgstr "æŻæ/èČćœ©çčȘèŁœïŒèȘżæŽćéąäœçœź"
+msgid "Ctrl+Mouse wheel"
+msgstr "Ctrl+æ»éŒ 滟èŒȘ"
+
+msgid "Alt+Mouse wheel"
+msgstr "Alt+æ»éŒ 滟èŒȘ"
+
msgid "Gizmo"
msgstr ""
@@ -9568,14 +9620,31 @@ msgid "Apply gap fill"
msgstr ""
msgid ""
-"Enables gap fill for the selected surfaces. The minimum gap length that will "
-"be filled can be controlled from the filter out tiny gaps option below.\n"
+"Enables gap fill for the selected solid surfaces. The minimum gap length "
+"that will be filled can be controlled from the filter out tiny gaps option "
+"below.\n"
"\n"
"Options:\n"
-"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces\n"
+"1. Everywhere: Applies gap fill to top, bottom and internal solid surfaces "
+"for maximum strength\n"
"2. Top and Bottom surfaces: Applies gap fill to top and bottom surfaces "
-"only\n"
-"3. Nowhere: Disables gap fill\n"
+"only, balancing print speed, reducing potential over extrusion in the solid "
+"infill and making sure the top and bottom surfaces have no pin hole gaps\n"
+"3. Nowhere: Disables gap fill for all solid infill areas. \n"
+"\n"
+"Note that if using the classic perimeter generator, gap fill may also be "
+"generated between perimeters, if a full width line cannot fit between them. "
+"That perimeter gap fill is not controlled by this setting. \n"
+"\n"
+"If you would like all gap fill, including the classic perimeter generated "
+"one, removed, set the filter out tiny gaps value to a large number, like "
+"999999. \n"
+"\n"
+"However this is not advised, as gap fill between perimeters is contributing "
+"to the model's strength. For models where excessive gap fill is generated "
+"between perimeters, a better option would be to switch to the arachne wall "
+"generator and use this option to control whether the cosmetic top and bottom "
+"surface gap fill is generated"
msgstr ""
msgid "Everywhere"
@@ -9645,11 +9714,13 @@ msgstr "ć€éšæ©æ„çćŻćșŠă 100% æćłèć
ćșçæ©æšă é èšćŒçș 1
msgid "Bridge flow ratio"
msgstr "æ©æ„æ”é"
-#, fuzzy
msgid ""
"Decrease this value slightly(for example 0.9) to reduce the amount of "
-"material for bridge, to improve sag"
-msgstr "çšćŸźæžć°éćæžćŒïŒæŻćŠ 0.9ïŒćŻä»„æžć°æ©æ„çç·æéïŒäŸæčćäžćă"
+"material for bridge, to improve sag. \n"
+"\n"
+"The actual bridge flow used is calculated by multiplying this value with the "
+"filament flow ratio, and if set, the object's flow ratio."
+msgstr ""
msgid "Internal bridge flow ratio"
msgstr ""
@@ -9657,24 +9728,33 @@ msgstr ""
msgid ""
"This value governs the thickness of the internal bridge layer. This is the "
"first layer over sparse infill. Decrease this value slightly (for example "
-"0.9) to improve surface quality over sparse infill."
+"0.9) to improve surface quality over sparse infill.\n"
+"\n"
+"The actual internal bridge flow used is calculated by multiplying this value "
+"with the bridge flow ratio, the filament flow ratio, and if set, the "
+"object's flow ratio."
msgstr ""
msgid "Top surface flow ratio"
msgstr "é éšèĄšéąæ”éæŻäŸ"
-#, fuzzy
msgid ""
"This factor affects the amount of material for top solid infill. You can "
-"decrease it slightly to have smooth surface finish"
-msgstr "çšćŸźæžć°éćæžćŒïŒæŻćŠ 0.97ïŒćŻä»„äŸæčćé éąçć
æ»çšćșŠă"
+"decrease it slightly to have smooth surface finish. \n"
+"\n"
+"The actual top surface flow used is calculated by multiplying this value "
+"with the filament flow ratio, and if set, the object's flow ratio."
+msgstr ""
msgid "Bottom surface flow ratio"
msgstr "ćșéšèĄšéąæ”éæŻäŸ"
-#, fuzzy
-msgid "This factor affects the amount of material for bottom solid infill"
-msgstr "éŠć±€æ”éèȘżæŽäżæžïŒé èšçș 1.0"
+msgid ""
+"This factor affects the amount of material for bottom solid infill. \n"
+"\n"
+"The actual bottom solid infill flow used is calculated by multiplying this "
+"value with the filament flow ratio, and if set, the object's flow ratio."
+msgstr ""
#, fuzzy
msgid "Precise wall"
@@ -9815,10 +9895,26 @@ msgstr "æééćéžé
ć°éäœäžćæžćçšćșŠçè”°ç·çćć°éćșŠ"
msgid "Slow down for curled perimeters"
msgstr "çżčééé"
+#, c-format, boost-format
msgid ""
-"Enable this option to slow printing down in areas where potential curled "
-"perimeters may exist"
-msgstr "ćçšæ€éžé
éäœćŻèœććšæœćšçżčéććçćć°éćșŠ"
+"Enable this option to slow down printing in areas where perimeters may have "
+"curled upwards.For example, additional slowdown will be applied when "
+"printing overhangs on sharp corners like the front of the Benchy hull, "
+"reducing curling which compounds over multiple layers.\n"
+"\n"
+" It is generally recommended to have this option switched on unless your "
+"printer cooling is powerful enough or the print speed slow enough that "
+"perimeter curling does not happen. If printing with a high external "
+"perimeter speed, this parameter may introduce slight artifacts when slowing "
+"down due to the large variance in print speeds. If you notice artifacts, "
+"ensure your pressure advance is tuned correctly.\n"
+"\n"
+"Note: When this option is enabled, overhang perimeters are treated like "
+"overhangs, meaning the overhang speed is applied even if the overhanging "
+"perimeter is part of a bridge. For example, when the perimeters are "
+"100% overhanging, with no wall supporting them from underneath, the "
+"100% overhang speed will be applied."
+msgstr ""
msgid "mm/s or %"
msgstr "mm/s æ %"
@@ -9827,8 +9923,14 @@ msgstr "mm/s æ %"
msgid "External"
msgstr "ć€éš"
-msgid "Speed of bridge and completely overhang wall"
-msgstr "æ©æ„ććźć
šæžç©șçć€ççćć°éćșŠ"
+msgid ""
+"Speed of the externally visible bridge extrusions. \n"
+"\n"
+"In addition, if Slow down for curled perimeters is disabled or Classic "
+"overhang mode is enabled, it will be the print speed of overhang walls that "
+"are supported by less than 13%, whether they are part of a bridge or an "
+"overhang."
+msgstr ""
msgid "mm/s"
msgstr "mm/s"
@@ -9838,11 +9940,9 @@ msgid "Internal"
msgstr "ć
§éš"
msgid ""
-"Speed of internal bridge. If the value is expressed as a percentage, it will "
-"be calculated based on the bridge_speed. Default value is 150%."
+"Speed of internal bridges. If the value is expressed as a percentage, it "
+"will be calculated based on the bridge_speed. Default value is 150%."
msgstr ""
-"ć
§éšæ©æ„éćșŠă ćŠæè©ČćŒä»„çŸćæŻèĄšç€șïŒćææ čæ æ©æ„éćșŠ éČèĄèšçźă é èšćŒçș "
-"150%"
#, fuzzy
msgid "Brim width"
@@ -10382,6 +10482,17 @@ msgstr ""
"éăæšèŠççŻćçș 0.95 ć° 1.05ăçŒçŸć€§ćčłć±€æšĄćçé éąæèŒćŸźççŒșææć€ææïŒæèš±"
"ćŻä»„ćè©ŠćŸźèȘżéććæžă"
+msgid ""
+"The material may have volumetric change after switching between molten state "
+"and crystalline state. This setting changes all extrusion flow of this "
+"filament in gcode proportionally. Recommended value range is between 0.95 "
+"and 1.05. Maybe you can tune this value to get nice flat surface when there "
+"has slight overflow or underflow. \n"
+"\n"
+"The final object flow ratio is this value multiplied by the filament flow "
+"ratio."
+msgstr ""
+
msgid "Enable pressure advance"
msgstr "ćçšćŁćæć"
@@ -10555,14 +10666,29 @@ msgstr "mmÂł/s"
msgid "Filament load time"
msgstr "éČæçæé"
-msgid "Time to load new filament when switch filament. For statistics only"
-msgstr "ćæç·ææïŒéČææéçæéăćȘçšæŒç”±èšèłèšă"
+msgid ""
+"Time to load new filament when switch filament. It's usually applicable for "
+"single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
+msgstr ""
msgid "Filament unload time"
msgstr "éæçæé"
-msgid "Time to unload old filament when switch filament. For statistics only"
-msgstr "ćæç·ææïŒéææéæéăćȘçšæŒç”±èšèłèšă"
+msgid ""
+"Time to unload old filament when switch filament. It's usually applicable "
+"for single-extruder multi-material machines. For tool changers or multi-tool "
+"machines, it's typically 0. For statistics only"
+msgstr ""
+
+msgid "Tool change time"
+msgstr ""
+
+msgid ""
+"Time taken to switch tools. It's usually applicable for tool changers or "
+"multi-tool machines. For single-extruder multi-material machines, it's "
+"typically 0. For statistics only"
+msgstr ""
msgid ""
"Filament diameter is used to calculate extrusion in gcode, so it's important "
@@ -10690,15 +10816,6 @@ msgstr "æćŸäžæŹĄć·ć»ç§»ćçéćșŠ"
msgid "Cooling moves are gradually accelerating towards this speed."
msgstr "ć·ć»ç§»ććéćéćșŠé挞ć éă"
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-"ćšæèČæïŒć·èĄ T-code ïŒćŠ T1ïŒT2ïŒïŒćć°èšćéé«ïŒæ Multi Material Unit "
-"2.0ïŒèŒć
„æ°ç·æçæéæéăè©Čæéć°æèą« G-code æéè©äŒ°ćèœć ć°çžœćć°æéäž"
-"ć»ă"
-
msgid "Ramming parameters"
msgstr "ć°ç«Żæććæž"
@@ -10707,14 +10824,6 @@ msgid ""
"parameters."
msgstr "æ€ć
§ćźčç±ć°ç«ŻæćæŹäœç·šèŒŻïŒć
ć«ć°ç«Żæćççčćźćæžă"
-msgid ""
-"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a "
-"filament during a tool change (when executing the T code). This time is "
-"added to the total print time by the G-code time estimator."
-msgstr ""
-"æèČæéïŒć·èĄT-cide æćŠ T1ïŒT2ïŒïŒćć°èšćéé«ïŒæ Multi Material Unit "
-"2.0ïŒéćșç·ææéæéăè©Čæéć°æèą« G-code æéè©äŒ°ćèœć ć°çžœćć°æéäžć»ă"
-
msgid "Enable ramming for multitool setups"
msgstr "äœżçšć€èČć°ç«Żæćœąèšćź"
@@ -11048,10 +11157,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 ""
"éąšæéćșŠć°ćŸâçŠçšçŹŹäžć±€âçé¶ç·æ§äžćć°âć
šéąšæéćșŠć±€âçæ性ăćŠæäœæŒâçŠçšéąšæ"
"珏äžć±€âïŒćâć
šéąšæéćșŠçŹŹäžć±€âć°èą«ćżœç„ïŒćšéçšźæ
æłäžïŒéąšæć°ćšâçŠçšéąšæ珏äž"
@@ -11118,8 +11227,11 @@ msgstr "ćżœç„ćŸźć°éé"
msgid "Layers and Perimeters"
msgstr "ć±€ćç"
-msgid "Filter out gaps smaller than the threshold specified"
-msgstr "ćżœç„ć°æŒæćźæžćŒçéé"
+msgid ""
+"Don't print gap fill with a length is smaller than the threshold specified "
+"(in mm). This setting applies to top, bottom and solid infill and, if using "
+"the classic perimeter generator, to wall gap fill. "
+msgstr ""
msgid ""
"Speed of gap infill. Gap usually has irregular line width and should be "
@@ -13000,27 +13112,40 @@ msgstr "æ€èšćźæ±șćźæŻćŠçșæščçæŻæć
§éšçç©șéçąç楫ć
ă"
msgid "Activate temperature control"
msgstr "ććæș«ćșŠæ§ć¶"
-#, fuzzy
msgid ""
-"Enable this option for chamber temperature control. An M191 command will be "
-"added before \"machine_start_gcode\"\n"
-"G-code commands: M141/M191 S(0-255)"
+"Enable this option for automated chamber temperature control. This option "
+"activates the emitting of an M191 command before the "
+"\"machine_start_gcode\"\n"
+" which sets the chamber temperature and waits until it is reached. In "
+"addition, it emits an M141 command at the end of the print to turn off the "
+"chamber heater, if present. \n"
+"\n"
+"This option relies on the firmware supporting the M191 and M141 commands "
+"either via macros or natively and is usually used when an active chamber "
+"heater is installed."
msgstr ""
-"ćçšæ€éžé
仄æ§èŁœćć°èšćć
§éšæș«ćșŠă ćšămachine_start_gcodeăäčćć°ææ°ćąäžć"
-"M191æ什\n"
-"GçąŒæ什ïŒM141/M191 SïŒ0-255ïŒ"
msgid "Chamber temperature"
msgstr "æ©çź±æș«ćșŠ"
msgid ""
-"Higher chamber temperature can help suppress or reduce warping and "
-"potentially lead to higher interlayer bonding strength for high temperature "
-"materials like ABS, ASA, PC, PA and so on.At the same time, the air "
-"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and "
-"other low temperature materials,the actual chamber temperature should not be "
-"high to avoid cloggings, so 0 which stands for turning off is highly "
-"recommended"
+"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber "
+"temperature can help suppress or reduce warping and potentially lead to "
+"higher interlayer bonding strength. However, at the same time, a higher "
+"chamber temperature will reduce the efficiency of air filtration for ABS and "
+"ASA. \n"
+"\n"
+"For PLA, PETG, TPU, PVA, and other low-temperature materials, this option "
+"should be disabled (set to 0) as the chamber temperature should be low to "
+"avoid extruder clogging caused by material softening at the heat break.\n"
+"\n"
+"If enabled, this parameter also sets a gcode variable named "
+"chamber_temperature, which can be used to pass the desired chamber "
+"temperature to your print start macro, or a heat soak macro like this: "
+"PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may "
+"be useful if your printer does not support M141/M191 commands, or if you "
+"desire to handle heat soaking in the print start macro if no active chamber "
+"heater is installed."
msgstr ""
msgid "Nozzle temperature for layers after the initial one"
@@ -14831,8 +14956,8 @@ msgid ""
msgstr ""
msgid ""
-"We would rename the presets as \"Vendor Type Serial @printer you selected"
-"\". \n"
+"We would rename the presets as \"Vendor Type Serial @printer you "
+"selected\". \n"
"To add preset for more printers, Please go to printer selection"
msgstr ""
@@ -15927,47 +16052,74 @@ msgid ""
"probability of warping."
msgstr ""
-#~ msgid "up to"
-#~ msgstr "éć°"
-
-#~ msgid "above"
-#~ msgstr "é«æŒ"
-
-#~ msgid "from"
-#~ msgstr "ćŸ"
+#, fuzzy
+#~ msgid ""
+#~ "Decrease this value slightly(for example 0.9) to reduce the amount of "
+#~ "material for bridge, to improve sag"
+#~ msgstr "çšćŸźæžć°éćæžćŒïŒæŻćŠ 0.9ïŒćŻä»„æžć°æ©æ„çç·æéïŒäŸæčćäžćă"
-#~ msgid "Switching application language while some presets are modified."
-#~ msgstr "ćšćææçšèȘèšäčćçŒçŸæäșćæžé èšææŽæčă"
+#, fuzzy
+#~ msgid ""
+#~ "This factor affects the amount of material for top solid infill. You can "
+#~ "decrease it slightly to have smooth surface finish"
+#~ msgstr "çšćŸźæžć°éćæžćŒïŒæŻćŠ 0.97ïŒćŻä»„äŸæčćé éąçć
æ»çšćșŠă"
-#~ msgid "â+Any arrow"
-#~ msgstr "â+æčćé”"
+#, fuzzy
+#~ msgid "This factor affects the amount of material for bottom solid infill"
+#~ msgstr "éŠć±€æ”éèȘżæŽäżæžïŒé èšçș 1.0"
-#~ msgid "â„+Left mouse button"
-#~ msgstr "â„+æ»éŒ ć·Šé”"
+#~ msgid ""
+#~ "Enable this option to slow printing down in areas where potential curled "
+#~ "perimeters may exist"
+#~ msgstr "ćçšæ€éžé
éäœćŻèœććšæœćšçżčéććçćć°éćșŠ"
-#~ msgid "â+Left mouse button"
-#~ msgstr "â+æ»éŒ ć·Šé”"
+#~ msgid "Speed of bridge and completely overhang wall"
+#~ msgstr "æ©æ„ććźć
šæžç©șçć€ççćć°éćșŠ"
-#~ msgid "Ctrl+Any arrow"
-#~ msgstr "Ctrl+æčćé”"
+#~ msgid ""
+#~ "Speed of internal bridge. If the value is expressed as a percentage, it "
+#~ "will be calculated based on the bridge_speed. Default value is 150%."
+#~ msgstr ""
+#~ "ć
§éšæ©æ„éćșŠă ćŠæè©ČćŒä»„çŸćæŻèĄšç€șïŒćææ čæ æ©æ„éćșŠ éČèĄèšçźă é èšćŒ"
+#~ "çș 150%"
-#~ msgid "Alt+Left mouse button"
-#~ msgstr "Alt+æ»éŒ ć·Šé”"
+#~ msgid "Time to load new filament when switch filament. For statistics only"
+#~ msgstr "ćæç·ææïŒéČææéçæéăćȘçšæŒç”±èšèłèšă"
-#~ msgid "Ctrl+Left mouse button"
-#~ msgstr "Ctrl+æ»éŒ ć·Šé”"
+#~ msgid ""
+#~ "Time to unload old filament when switch filament. For statistics only"
+#~ msgstr "ćæç·ææïŒéææéæéăćȘçšæŒç”±èšèłèšă"
-#~ msgid "â+Mouse wheel"
-#~ msgstr "â+æ»éŒ 滟èŒȘ"
+#~ msgid ""
+#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to load a "
+#~ "new filament during a tool change (when executing the T code). This time "
+#~ "is added to the total print time by the G-code time estimator."
+#~ msgstr ""
+#~ "ćšæèČæïŒć·èĄ T-code ïŒćŠ T1ïŒT2ïŒïŒćć°èšćéé«ïŒæ Multi Material Unit "
+#~ "2.0ïŒèŒć
„æ°ç·æçæéæéăè©Čæéć°æèą« G-code æéè©äŒ°ćèœć ć°çžœćć°æé"
+#~ "äžć»ă"
-#~ msgid "â„+Mouse wheel"
-#~ msgstr "â„+æ»éŒ 滟èŒȘ"
+#~ msgid ""
+#~ "Time for the printer firmware (or the Multi Material Unit 2.0) to unload "
+#~ "a filament during a tool change (when executing the T code). This time is "
+#~ "added to the total print time by the G-code time estimator."
+#~ msgstr ""
+#~ "æèČæéïŒć·èĄT-cide æćŠ T1ïŒT2ïŒïŒćć°èšćéé«ïŒæ Multi Material Unit "
+#~ "2.0ïŒéćșç·ææéæéăè©Čæéć°æèą« G-code æéè©äŒ°ćèœć ć°çžœćć°æéäž"
+#~ "ć»ă"
-#~ msgid "Ctrl+Mouse wheel"
-#~ msgstr "Ctrl+æ»éŒ 滟èŒȘ"
+#~ msgid "Filter out gaps smaller than the threshold specified"
+#~ msgstr "ćżœç„ć°æŒæćźæžćŒçéé"
-#~ msgid "Alt+Mouse wheel"
-#~ msgstr "Alt+æ»éŒ 滟èŒȘ"
+#, fuzzy
+#~ msgid ""
+#~ "Enable this option for chamber temperature control. An M191 command will "
+#~ "be added before \"machine_start_gcode\"\n"
+#~ "G-code commands: M141/M191 S(0-255)"
+#~ msgstr ""
+#~ "ćçšæ€éžé
仄æ§èŁœćć°èšćć
§éšæș«ćșŠă ćšămachine_start_gcodeăäčćć°ææ°ćąäž"
+#~ "ćM191æ什\n"
+#~ "GçąŒæ什ïŒM141/M191 SïŒ0-255ïŒ"
#~ msgid "Wipe tower extruder"
#~ msgstr "æŠæćĄæ ćșæ©"
diff --git a/resources/calib/filament_flow/Orca-LinearFlow.3mf b/resources/calib/filament_flow/Orca-LinearFlow.3mf
new file mode 100644
index 00000000000..8be217beb57
Binary files /dev/null and b/resources/calib/filament_flow/Orca-LinearFlow.3mf differ
diff --git a/resources/calib/filament_flow/Orca-LinearFlow_fine.3mf b/resources/calib/filament_flow/Orca-LinearFlow_fine.3mf
new file mode 100644
index 00000000000..94f8e62fbf4
Binary files /dev/null and b/resources/calib/filament_flow/Orca-LinearFlow_fine.3mf differ
diff --git a/resources/calib/filament_flow/flowrate-test-pass1.3mf b/resources/calib/filament_flow/flowrate-test-pass1.3mf
index 8f1a1b5e613..20c997da020 100644
Binary files a/resources/calib/filament_flow/flowrate-test-pass1.3mf and b/resources/calib/filament_flow/flowrate-test-pass1.3mf differ
diff --git a/resources/calib/filament_flow/flowrate-test-pass2.3mf b/resources/calib/filament_flow/flowrate-test-pass2.3mf
index 4d1d0c369d5..97978494050 100644
Binary files a/resources/calib/filament_flow/flowrate-test-pass2.3mf and b/resources/calib/filament_flow/flowrate-test-pass2.3mf differ
diff --git a/resources/calib/filament_flow/pass1.3mf b/resources/calib/filament_flow/pass1.3mf
new file mode 100644
index 00000000000..794e5344920
Binary files /dev/null and b/resources/calib/filament_flow/pass1.3mf differ
diff --git a/resources/profiles/FlyingBear/machine/S1/FlyingBear S1 0.4 nozzle.json b/resources/profiles/FlyingBear/machine/S1/FlyingBear S1 0.4 nozzle.json
index 7ac03906727..e8452b5c249 100644
--- a/resources/profiles/FlyingBear/machine/S1/FlyingBear S1 0.4 nozzle.json
+++ b/resources/profiles/FlyingBear/machine/S1/FlyingBear S1 0.4 nozzle.json
@@ -115,7 +115,7 @@
"0"
],
"machine_pause_gcode": "PAUSE",
- "machine_start_gcode": ";v2.9.1-20240620;\n;wiping nozzle start\nM106 P3 S0\nclean_nozzle_position\n;wiping nozzle end\n;*************preheat nozzle and hotbed for Z_TILT_ADJUST*************\nM140 S[bed_temperature_initial_layer_single]\nM104 S130\nG1 X110 Y110 F6000 \nG4 P200\nprobe\nSET_KINEMATIC_POSITION Z=0 ;Z homing\nZ_TILT_ADJUST \n;*************Z_TILT_ADJUST end*************\nM140 S[bed_temperature_initial_layer_single] ;heat hotbed temp set by user\nG1 X5 Y5 F6000 \nG28 \nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[0] + 60,print_bed_max[0])} F6000 \nG1 Z0.2 F600\nM104 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user\nM106 S100 ;close head_nozzle fan\nG4 P3000\nM106 S255 ;close head_nozzle fan\nG4 P3000\nM106 S100 ;close head_nozzle fan\n;*************PRINT START*************\nM109 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user and wait \nM190 S[bed_temperature_initial_layer_single];heat bed temp set by user and wait \nM106 S0 ;close head_nozzle fan\nBED_MESH_CLEAR \nBED_MESH_PROFILE LOAD=default # bedmesh load\nG92 E0 ;Reset Extruder\nG1 Z4.0 F200 ;Move Z Axis up\nG90 ;absolute position\n ; ; ; ; ; ; ; ; ; draw line along model\nG92 E0 ;reset extruder\nG1 E4 F300 ;extrude filament\nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 60,print_bed_max[0])} F6000 \nG1 Z0.22 F600\nG1 X{first_layer_print_min[0]-1.5} Y{max(0, first_layer_print_min[1]-1.5)} F2000 E10\nG1 Z0.22 F600\nG1 X{min(first_layer_print_min[0] + 60,print_bed_max[0])} F1200 E12\n ; ; ; ; ; ; ; ; ;draw line along model end \nG4 P200\nG1 Z2\nG92 E0 ;Reset Extruder\nCLEAR_PAUSE\n;***********model start************\n",
+ "machine_start_gcode": ";v2.9.2-20240814;\n;wiping nozzle start\nM106 P3 S0\nM140 S[bed_temperature_initial_layer_single]\nclean_nozzle_position\n;wiping nozzle end\n;*************preheat nozzle and hotbed for Z_TILT_ADJUST*************\nM140 S[bed_temperature_initial_layer_single]\nM104 S130\nG1 X110 Y110 F10000 \nG4 P200\nprobe\nSET_KINEMATIC_POSITION Z=0 ;Z homing\nG1 Z5\nM190 S[bed_temperature_initial_layer_single]\nZ_TILT_ADJUST \n;*************Z_TILT_ADJUST end*************\nM140 S[bed_temperature_initial_layer_single] ;heat hotbed temp set by user\nG1 X5 Y5 F8000 \nG28 \nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 100,print_bed_max[0])} F6000 \nG1 Z0 F400\nM104 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user\nM106 S100 ;close head_nozzle fan\nG4 P3000\nM106 S255 ;close head_nozzle fan\nG4 P3000\nM106 S100 ;close head_nozzle fan\n;*************PRINT START*************\nM109 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user and wait \nM190 S[bed_temperature_initial_layer_single];heat bed temp set by user and wait \nM106 S0 ;close head_nozzle fan\nBED_MESH_CLEAR \nBED_MESH_PROFILE LOAD=default # bedmesh load\nG92 E0 ;Reset Extruder\n;G1 Z4.0 F200 ;Move Z Axis up\nG90 ;absolute position\n ; ; ; ; ; ; ; ; ; draw line along model\n;G92 E0 ;reset extruder\nG1 E3 F300 ;extrude filament\nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 100,print_bed_max[0])} F6000 \nG1 Z0.22 F600\nG1 X{first_layer_print_min[0]-1.5} Y{max(0, first_layer_print_min[1]-1.5)} F2000 E10\nG1 Z0.22 F600\nG1 X{min(first_layer_print_min[0] + 60,print_bed_max[0])} F1200 E12\n ; ; ; ; ; ; ; ; ;draw line along model end \nG4 P200\nG1 Z2\nG92 E0 ;Reset Extruder\nCLEAR_PAUSE\n;***********model start************\n",
"machine_unload_filament_time": "0",
"max_layer_height": [
"0.28"
diff --git a/resources/profiles/InfiMech/machine/HSN/fdm_klipper_common.json b/resources/profiles/InfiMech/machine/HSN/fdm_klipper_common.json
index 5355d44295e..2d1e2aaa55b 100644
--- a/resources/profiles/InfiMech/machine/HSN/fdm_klipper_common.json
+++ b/resources/profiles/InfiMech/machine/HSN/fdm_klipper_common.json
@@ -112,7 +112,7 @@
"0"
],
"machine_pause_gcode": "PAUSE",
- "machine_start_gcode": ";v2.9.1-20240620;\n;wiping nozzle start\nM106 P3 S0\nclean_nozzle_position\n;wiping nozzle end\n;*************preheat nozzle and hotbed for Z_TILT_ADJUST*************\nM140 S[bed_temperature_initial_layer_single]\nM104 S130\nG1 X110 Y110 F6000 \nG4 P200\nprobe\nSET_KINEMATIC_POSITION Z=0 ;Z homing\nZ_TILT_ADJUST \n;*************Z_TILT_ADJUST end*************\nM140 S[bed_temperature_initial_layer_single] ;heat hotbed temp set by user\nG1 X5 Y5 F6000 \nG28 \nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[0] + 60,print_bed_max[0])} F6000 \nG1 Z0.2 F600\nM104 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user\nM106 S100 ;close head_nozzle fan\nG4 P3000\nM106 S255 ;close head_nozzle fan\nG4 P3000\nM106 S100 ;close head_nozzle fan\n;*************PRINT START*************\nM109 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user and wait \nM190 S[bed_temperature_initial_layer_single];heat bed temp set by user and wait \nM106 S0 ;close head_nozzle fan\nBED_MESH_CLEAR \nBED_MESH_PROFILE LOAD=default # bedmesh load\nG92 E0 ;Reset Extruder\nG1 Z4.0 F200 ;Move Z Axis up\nG90 ;absolute position\n ; ; ; ; ; ; ; ; ; draw line along model\nG92 E0 ;reset extruder\nG1 E4 F300 ;extrude filament\nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 60,print_bed_max[0])} F6000 \nG1 Z0.22 F600\nG1 X{first_layer_print_min[0]-1.5} Y{max(0, first_layer_print_min[1]-1.5)} F2000 E10\nG1 Z0.22 F600\nG1 X{min(first_layer_print_min[0] + 60,print_bed_max[0])} F1200 E12\n ; ; ; ; ; ; ; ; ;draw line along model end \nG4 P200\nG1 Z2\nG92 E0 ;Reset Extruder\nCLEAR_PAUSE\n;***********model start************\n",
+ "machine_start_gcode": ";v2.9.2-20240814;\n;wiping nozzle start\nM106 P3 S0\nM140 S[bed_temperature_initial_layer_single]\nclean_nozzle_position\n;wiping nozzle end\n;*************preheat nozzle and hotbed for Z_TILT_ADJUST*************\nM140 S[bed_temperature_initial_layer_single]\nM104 S130\nG1 X110 Y110 F10000 \nG4 P200\nprobe\nSET_KINEMATIC_POSITION Z=0 ;Z homing\nG1 Z5\nM190 S[bed_temperature_initial_layer_single]\nZ_TILT_ADJUST \n;*************Z_TILT_ADJUST end*************\nM140 S[bed_temperature_initial_layer_single] ;heat hotbed temp set by user\nG1 X5 Y5 F8000 \nG28 \nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 100,print_bed_max[0])} F6000 \nG1 Z0 F400\nM104 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user\nM106 S100 ;close head_nozzle fan\nG4 P3000\nM106 S255 ;close head_nozzle fan\nG4 P3000\nM106 S100 ;close head_nozzle fan\n;*************PRINT START*************\nM109 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user and wait \nM190 S[bed_temperature_initial_layer_single];heat bed temp set by user and wait \nM106 S0 ;close head_nozzle fan\nBED_MESH_CLEAR \nBED_MESH_PROFILE LOAD=default # bedmesh load\nG92 E0 ;Reset Extruder\n;G1 Z4.0 F200 ;Move Z Axis up\nG90 ;absolute position\n ; ; ; ; ; ; ; ; ; draw line along model\n;G92 E0 ;reset extruder\nG1 E3 F300 ;extrude filament\nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 100,print_bed_max[0])} F6000 \nG1 Z0.22 F600\nG1 X{first_layer_print_min[0]-1.5} Y{max(0, first_layer_print_min[1]-1.5)} F2000 E10\nG1 Z0.22 F600\nG1 X{min(first_layer_print_min[0] + 60,print_bed_max[0])} F1200 E12\n ; ; ; ; ; ; ; ; ;draw line along model end \nG4 P200\nG1 Z2\nG92 E0 ;Reset Extruder\nCLEAR_PAUSE\n;***********model start************\n",
"machine_unload_filament_time": "0",
"max_layer_height": [
"0.28"
diff --git a/resources/profiles/InfiMech/machine/HSN/fdm_machine_common.json b/resources/profiles/InfiMech/machine/HSN/fdm_machine_common.json
index 540e10e977b..31eedc682c2 100644
--- a/resources/profiles/InfiMech/machine/HSN/fdm_machine_common.json
+++ b/resources/profiles/InfiMech/machine/HSN/fdm_machine_common.json
@@ -112,7 +112,7 @@
"0"
],
"machine_pause_gcode": "PAUSE",
- "machine_start_gcode": ";v2.9.1-20240620;\n;wiping nozzle start\nM106 P3 S0\nclean_nozzle_position\n;wiping nozzle end\n;*************preheat nozzle and hotbed for Z_TILT_ADJUST*************\nM140 S[bed_temperature_initial_layer_single]\nM104 S130\nG1 X110 Y110 F6000 \nG4 P200\nprobe\nSET_KINEMATIC_POSITION Z=0 ;Z homing\nZ_TILT_ADJUST \n;*************Z_TILT_ADJUST end*************\nM140 S[bed_temperature_initial_layer_single] ;heat hotbed temp set by user\nG1 X5 Y5 F6000 \nG28 \nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[0] + 60,print_bed_max[0])} F6000 \nG1 Z0.2 F600\nM104 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user\nM106 S100 ;close head_nozzle fan\nG4 P3000\nM106 S255 ;close head_nozzle fan\nG4 P3000\nM106 S100 ;close head_nozzle fan\n;*************PRINT START*************\nM109 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user and wait \nM190 S[bed_temperature_initial_layer_single];heat bed temp set by user and wait \nM106 S0 ;close head_nozzle fan\nBED_MESH_CLEAR \nBED_MESH_PROFILE LOAD=default # bedmesh load\nG92 E0 ;Reset Extruder\nG1 Z4.0 F200 ;Move Z Axis up\nG90 ;absolute position\n ; ; ; ; ; ; ; ; ; draw line along model\nG92 E0 ;reset extruder\nG1 E4 F300 ;extrude filament\nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 60,print_bed_max[0])} F6000 \nG1 Z0.22 F600\nG1 X{first_layer_print_min[0]-1.5} Y{max(0, first_layer_print_min[1]-1.5)} F2000 E10\nG1 Z0.22 F600\nG1 X{min(first_layer_print_min[0] + 60,print_bed_max[0])} F1200 E12\n ; ; ; ; ; ; ; ; ;draw line along model end \nG4 P200\nG1 Z2\nG92 E0 ;Reset Extruder\nCLEAR_PAUSE\n;***********model start************\n",
+ "machine_start_gcode": ";v2.9.2-20240814;\n;wiping nozzle start\nM106 P3 S0\nM140 S[bed_temperature_initial_layer_single]\nclean_nozzle_position\n;wiping nozzle end\n;*************preheat nozzle and hotbed for Z_TILT_ADJUST*************\nM140 S[bed_temperature_initial_layer_single]\nM104 S130\nG1 X110 Y110 F10000 \nG4 P200\nprobe\nSET_KINEMATIC_POSITION Z=0 ;Z homing\nG1 Z5\nM190 S[bed_temperature_initial_layer_single]\nZ_TILT_ADJUST \n;*************Z_TILT_ADJUST end*************\nM140 S[bed_temperature_initial_layer_single] ;heat hotbed temp set by user\nG1 X5 Y5 F8000 \nG28 \nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 100,print_bed_max[0])} F6000 \nG1 Z0 F400\nM104 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user\nM106 S100 ;close head_nozzle fan\nG4 P3000\nM106 S255 ;close head_nozzle fan\nG4 P3000\nM106 S100 ;close head_nozzle fan\n;*************PRINT START*************\nM109 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user and wait \nM190 S[bed_temperature_initial_layer_single];heat bed temp set by user and wait \nM106 S0 ;close head_nozzle fan\nBED_MESH_CLEAR \nBED_MESH_PROFILE LOAD=default # bedmesh load\nG92 E0 ;Reset Extruder\n;G1 Z4.0 F200 ;Move Z Axis up\nG90 ;absolute position\n ; ; ; ; ; ; ; ; ; draw line along model\n;G92 E0 ;reset extruder\nG1 E3 F300 ;extrude filament\nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 100,print_bed_max[0])} F6000 \nG1 Z0.22 F600\nG1 X{first_layer_print_min[0]-1.5} Y{max(0, first_layer_print_min[1]-1.5)} F2000 E10\nG1 Z0.22 F600\nG1 X{min(first_layer_print_min[0] + 60,print_bed_max[0])} F1200 E12\n ; ; ; ; ; ; ; ; ;draw line along model end \nG4 P200\nG1 Z2\nG92 E0 ;Reset Extruder\nCLEAR_PAUSE\n;***********model start************\n",
"machine_unload_filament_time": "0",
"max_layer_height": [
"0.28"
diff --git a/resources/profiles/InfiMech/machine/fdm_klipper_common.json b/resources/profiles/InfiMech/machine/fdm_klipper_common.json
index abbdab157f9..23d50fef1ec 100644
--- a/resources/profiles/InfiMech/machine/fdm_klipper_common.json
+++ b/resources/profiles/InfiMech/machine/fdm_klipper_common.json
@@ -112,7 +112,7 @@
"0"
],
"machine_pause_gcode": "PAUSE",
- "machine_start_gcode": ";v2.9.1-20240620;\n;wiping nozzle start\nM106 P3 S0\nclean_nozzle_position\n;wiping nozzle end\n;*************preheat nozzle and hotbed for Z_TILT_ADJUST*************\nM140 S[bed_temperature_initial_layer_single]\nM104 S130\nG1 X110 Y110 F6000 \nG4 P200\nprobe\nSET_KINEMATIC_POSITION Z=0 ;Z homing\nZ_TILT_ADJUST \n;*************Z_TILT_ADJUST end*************\nM140 S[bed_temperature_initial_layer_single] ;heat hotbed temp set by user\nG1 X5 Y5 F6000 \nG28 \nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[0] + 60,print_bed_max[0])} F6000 \nG1 Z0.2 F600\nM104 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user\nM106 S100 ;close head_nozzle fan\nG4 P3000\nM106 S255 ;close head_nozzle fan\nG4 P3000\nM106 S100 ;close head_nozzle fan\n;*************PRINT START*************\nM109 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user and wait \nM190 S[bed_temperature_initial_layer_single];heat bed temp set by user and wait \nM106 S0 ;close head_nozzle fan\nBED_MESH_CLEAR \nBED_MESH_PROFILE LOAD=default # bedmesh load\nG92 E0 ;Reset Extruder\nG1 Z4.0 F200 ;Move Z Axis up\nG90 ;absolute position\n ; ; ; ; ; ; ; ; ; draw line along model\nG92 E0 ;reset extruder\nG1 E4 F300 ;extrude filament\nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 60,print_bed_max[0])} F6000 \nG1 Z0.22 F600\nG1 X{first_layer_print_min[0]-1.5} Y{max(0, first_layer_print_min[1]-1.5)} F2000 E10\nG1 Z0.22 F600\nG1 X{min(first_layer_print_min[0] + 60,print_bed_max[0])} F1200 E12\n ; ; ; ; ; ; ; ; ;draw line along model end \nG4 P200\nG1 Z2\nG92 E0 ;Reset Extruder\nCLEAR_PAUSE\n;***********model start************\n",
+ "machine_start_gcode": ";v2.9.2-20240814;\n;wiping nozzle start\nM106 P3 S0\nM140 S[bed_temperature_initial_layer_single]\nclean_nozzle_position\n;wiping nozzle end\n;*************preheat nozzle and hotbed for Z_TILT_ADJUST*************\nM140 S[bed_temperature_initial_layer_single]\nM104 S130\nG1 X110 Y110 F10000 \nG4 P200\nprobe\nSET_KINEMATIC_POSITION Z=0 ;Z homing\nG1 Z5\nM190 S[bed_temperature_initial_layer_single]\nZ_TILT_ADJUST \n;*************Z_TILT_ADJUST end*************\nM140 S[bed_temperature_initial_layer_single] ;heat hotbed temp set by user\nG1 X5 Y5 F8000 \nG28 \nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 100,print_bed_max[0])} F6000 \nG1 Z0 F400\nM104 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user\nM106 S100 ;close head_nozzle fan\nG4 P3000\nM106 S255 ;close head_nozzle fan\nG4 P3000\nM106 S100 ;close head_nozzle fan\n;*************PRINT START*************\nM109 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user and wait \nM190 S[bed_temperature_initial_layer_single];heat bed temp set by user and wait \nM106 S0 ;close head_nozzle fan\nBED_MESH_CLEAR \nBED_MESH_PROFILE LOAD=default # bedmesh load\nG92 E0 ;Reset Extruder\n;G1 Z4.0 F200 ;Move Z Axis up\nG90 ;absolute position\n ; ; ; ; ; ; ; ; ; draw line along model\n;G92 E0 ;reset extruder\nG1 E3 F300 ;extrude filament\nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 100,print_bed_max[0])} F6000 \nG1 Z0.22 F600\nG1 X{first_layer_print_min[0]-1.5} Y{max(0, first_layer_print_min[1]-1.5)} F2000 E10\nG1 Z0.22 F600\nG1 X{min(first_layer_print_min[0] + 60,print_bed_max[0])} F1200 E12\n ; ; ; ; ; ; ; ; ;draw line along model end \nG4 P200\nG1 Z2\nG92 E0 ;Reset Extruder\nCLEAR_PAUSE\n;***********model start************\n",
"machine_unload_filament_time": "0",
"max_layer_height": [
"0.28"
diff --git a/resources/profiles/InfiMech/machine/fdm_machine_common.json b/resources/profiles/InfiMech/machine/fdm_machine_common.json
index 9a8caa0aa95..00dca16a19e 100644
--- a/resources/profiles/InfiMech/machine/fdm_machine_common.json
+++ b/resources/profiles/InfiMech/machine/fdm_machine_common.json
@@ -112,7 +112,7 @@
"0"
],
"machine_pause_gcode": "PAUSE",
- "machine_start_gcode": ";v2.9.1-20240620;\n;wiping nozzle start\nM106 P3 S0\nclean_nozzle_position\n;wiping nozzle end\n;*************preheat nozzle and hotbed for Z_TILT_ADJUST*************\nM140 S[bed_temperature_initial_layer_single]\nM104 S130\nG1 X110 Y110 F6000 \nG4 P200\nprobe\nSET_KINEMATIC_POSITION Z=0 ;Z homing\nZ_TILT_ADJUST \n;*************Z_TILT_ADJUST end*************\nM140 S[bed_temperature_initial_layer_single] ;heat hotbed temp set by user\nG1 X5 Y5 F6000 \nG28 \nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[0] + 60,print_bed_max[0])} F6000 \nG1 Z0.2 F600\nM104 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user\nM106 S100 ;close head_nozzle fan\nG4 P3000\nM106 S255 ;close head_nozzle fan\nG4 P3000\nM106 S100 ;close head_nozzle fan\n;*************PRINT START*************\nM109 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user and wait \nM190 S[bed_temperature_initial_layer_single];heat bed temp set by user and wait \nM106 S0 ;close head_nozzle fan\nBED_MESH_CLEAR \nBED_MESH_PROFILE LOAD=default # bedmesh load\nG92 E0 ;Reset Extruder\nG1 Z4.0 F200 ;Move Z Axis up\nG90 ;absolute position\n ; ; ; ; ; ; ; ; ; draw line along model\nG92 E0 ;reset extruder\nG1 E4 F300 ;extrude filament\nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 60,print_bed_max[0])} F6000 \nG1 Z0.22 F600\nG1 X{first_layer_print_min[0]-1.5} Y{max(0, first_layer_print_min[1]-1.5)} F2000 E10\nG1 Z0.22 F600\nG1 X{min(first_layer_print_min[0] + 60,print_bed_max[0])} F1200 E12\n ; ; ; ; ; ; ; ; ;draw line along model end \nG4 P200\nG1 Z2\nG92 E0 ;Reset Extruder\nCLEAR_PAUSE\n;***********model start************\n",
+ "machine_start_gcode": ";v2.9.2-20240814;\n;wiping nozzle start\nM106 P3 S0\nM140 S[bed_temperature_initial_layer_single]\nclean_nozzle_position\n;wiping nozzle end\n;*************preheat nozzle and hotbed for Z_TILT_ADJUST*************\nM140 S[bed_temperature_initial_layer_single]\nM104 S130\nG1 X110 Y110 F10000 \nG4 P200\nprobe\nSET_KINEMATIC_POSITION Z=0 ;Z homing\nG1 Z5\nM190 S[bed_temperature_initial_layer_single]\nZ_TILT_ADJUST \n;*************Z_TILT_ADJUST end*************\nM140 S[bed_temperature_initial_layer_single] ;heat hotbed temp set by user\nG1 X5 Y5 F8000 \nG28 \nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 100,print_bed_max[0])} F6000 \nG1 Z0 F400\nM104 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user\nM106 S100 ;close head_nozzle fan\nG4 P3000\nM106 S255 ;close head_nozzle fan\nG4 P3000\nM106 S100 ;close head_nozzle fan\n;*************PRINT START*************\nM109 S[nozzle_temperature_initial_layer] ;heat nozzle temp set by user and wait \nM190 S[bed_temperature_initial_layer_single];heat bed temp set by user and wait \nM106 S0 ;close head_nozzle fan\nBED_MESH_CLEAR \nBED_MESH_PROFILE LOAD=default # bedmesh load\nG92 E0 ;Reset Extruder\n;G1 Z4.0 F200 ;Move Z Axis up\nG90 ;absolute position\n ; ; ; ; ; ; ; ; ; draw line along model\n;G92 E0 ;reset extruder\nG1 E3 F300 ;extrude filament\nG1 X{first_layer_print_min[0]-1.5} Y{min(first_layer_print_min[1] + 100,print_bed_max[0])} F6000 \nG1 Z0.22 F600\nG1 X{first_layer_print_min[0]-1.5} Y{max(0, first_layer_print_min[1]-1.5)} F2000 E10\nG1 Z0.22 F600\nG1 X{min(first_layer_print_min[0] + 60,print_bed_max[0])} F1200 E12\n ; ; ; ; ; ; ; ; ;draw line along model end \nG4 P200\nG1 Z2\nG92 E0 ;Reset Extruder\nCLEAR_PAUSE\n;***********model start************\n",
"machine_unload_filament_time": "0",
"max_layer_height": [
"0.28"
diff --git a/src/OrcaSlicer.cpp b/src/OrcaSlicer.cpp
index bb52a0aea16..5ec7d97d9d2 100644
--- a/src/OrcaSlicer.cpp
+++ b/src/OrcaSlicer.cpp
@@ -1190,7 +1190,6 @@ int CLI::run(int argc, char **argv)
//BBS: add plate data related logic
PlateDataPtrs plate_data_src;
std::vector plate_obj_size_infos;
- int arrange_option;
int plate_to_slice = 0, filament_count = 0, duplicate_count = 0, real_duplicate_count = 0;
bool first_file = true, is_bbl_3mf = false, need_arrange = true, has_thumbnails = false, up_config_to_date = false, normative_check = true, duplicate_single_object = false, use_first_fila_as_default = false, minimum_save = false, enable_timelapse = false;
bool allow_rotations = true, skip_modified_gcodes = false, avoid_extrusion_cali_region = false, skip_useless_pick = false, allow_newer_file = false;
diff --git a/src/libslic3r/Fill/FillConcentric.cpp b/src/libslic3r/Fill/FillConcentric.cpp
index f7fe82ad5f7..b5a0c738c9a 100644
--- a/src/libslic3r/Fill/FillConcentric.cpp
+++ b/src/libslic3r/Fill/FillConcentric.cpp
@@ -10,12 +10,15 @@
namespace Slic3r {
template
-int stagger_seam_index(int ind, LINE_T line)
+int stagger_seam_index(int ind, LINE_T line, double shift, bool dir)
{
Point const *point = &line.points[ind];
double dist = 0;
- while (dist < 0.5 / SCALING_FACTOR) {
- ind = (ind + 1) % line.points.size();
+ while (dist < shift / SCALING_FACTOR) {
+ if (dir)
+ ind = (ind + 1) % line.points.size();
+ else
+ ind = ind > 0 ? --ind : line.points.size() - 1;
Point const &next = line.points[ind];
dist += point->distance_to(next);
point = &next;
@@ -23,6 +26,8 @@ int stagger_seam_index(int ind, LINE_T line)
return ind;
}
+#define STAGGER_SEAM_THRESHOLD 0.9
+
void FillConcentric::_fill_surface_single(
const FillParams ¶ms,
unsigned int thickness_layers,
@@ -55,8 +60,20 @@ void FillConcentric::_fill_surface_single(
// split paths using a nearest neighbor search
size_t iPathFirst = polylines_out.size();
Point last_pos(0, 0);
+
+ double min_nozzle_diameter;
+ bool dir;
+ if (this->print_config != nullptr && params.density >= STAGGER_SEAM_THRESHOLD) {
+ min_nozzle_diameter = *std::min_element(print_config->nozzle_diameter.values.begin(), print_config->nozzle_diameter.values.end());
+ dir = rand() % 2;
+ }
+
for (const Polygon &loop : loops) {
- polylines_out.emplace_back(loop.split_at_index(stagger_seam_index(last_pos.nearest_point_index(loop.points), loop)));
+ int ind = (this->print_config != nullptr && params.density > STAGGER_SEAM_THRESHOLD) ?
+ stagger_seam_index(last_pos.nearest_point_index(loop.points), loop, min_nozzle_diameter / 2, dir) :
+ last_pos.nearest_point_index(loop.points);
+
+ polylines_out.emplace_back(loop.split_at_index(ind));
last_pos = polylines_out.back().last_point();
}
@@ -118,13 +135,18 @@ void FillConcentric::_fill_surface_single(const FillParams& params,
// Split paths using a nearest neighbor search.
size_t firts_poly_idx = thick_polylines_out.size();
Point last_pos(0, 0);
+ bool dir = rand() % 2;
for (const Arachne::ExtrusionLine* extrusion : all_extrusions) {
if (extrusion->empty())
continue;
-
ThickPolyline thick_polyline = Arachne::to_thick_polyline(*extrusion);
- if (extrusion->is_closed)
- thick_polyline.start_at_index(stagger_seam_index(last_pos.nearest_point_index(thick_polyline.points), thick_polyline));
+
+ if (extrusion->is_closed) {
+ int ind = (params.density >= STAGGER_SEAM_THRESHOLD) ?
+ stagger_seam_index(last_pos.nearest_point_index(thick_polyline.points), thick_polyline, min_nozzle_diameter / 2, dir) :
+ last_pos.nearest_point_index(thick_polyline.points);
+ thick_polyline.start_at_index(ind);
+ }
thick_polylines_out.emplace_back(std::move(thick_polyline));
last_pos = thick_polylines_out.back().last_point();
}
diff --git a/src/libslic3r/Format/bbs_3mf.cpp b/src/libslic3r/Format/bbs_3mf.cpp
index 90f4536b953..206fc2aacd7 100644
--- a/src/libslic3r/Format/bbs_3mf.cpp
+++ b/src/libslic3r/Format/bbs_3mf.cpp
@@ -878,7 +878,6 @@ void PlateData::parse_filament_info(GCodeProcessorResult *result)
bool extract_object_model()
{
mz_zip_archive archive;
- mz_zip_archive_file_stat stat;
mz_zip_zero_struct(&archive);
if (!open_zip_reader(&archive, zip_path)) {
diff --git a/src/libslic3r/GCode.cpp b/src/libslic3r/GCode.cpp
index d95a7227c1a..1b6335e169d 100644
--- a/src/libslic3r/GCode.cpp
+++ b/src/libslic3r/GCode.cpp
@@ -4493,8 +4493,7 @@ std::string GCode::extrude_loop(ExtrusionLoop loop, std::string description, dou
float seam_overhang = std::numeric_limits::lowest();
if (!m_config.spiral_mode && description == "perimeter") {
assert(m_layer != nullptr);
- bool is_outer_wall_first = m_config.wall_sequence == WallSequence::OuterInner;
- m_seam_placer.place_seam(m_layer, loop, is_outer_wall_first, this->last_pos(), seam_overhang);
+ m_seam_placer.place_seam(m_layer, loop, this->last_pos(), seam_overhang);
} else
loop.split_at(last_pos, false);
@@ -5569,6 +5568,7 @@ std::string GCode::_extrude(const ExtrusionPath &path, std::string description,
size_t start_index = fitting_result[fitting_index].start_point_index;
size_t end_index = fitting_result[fitting_index].end_point_index;
for (size_t point_index = start_index + 1; point_index < end_index + 1; point_index++) {
+ tempDescription = description;
const Line line = Line(path.polyline.points[point_index - 1], path.polyline.points[point_index]);
const double line_length = line.length() * SCALING_FACTOR;
if (line_length < EPSILON)
diff --git a/src/libslic3r/GCode/CoolingBuffer.cpp b/src/libslic3r/GCode/CoolingBuffer.cpp
index ff36ce7e212..2f4938bc7a7 100644
--- a/src/libslic3r/GCode/CoolingBuffer.cpp
+++ b/src/libslic3r/GCode/CoolingBuffer.cpp
@@ -521,62 +521,6 @@ std::vector CoolingBuffer::parse_layer_gcode(const std::
return per_extruder_adjustments;
}
-// Slow down an extruder range proportionally down to slow_down_layer_time.
-// Return the total time for the complete layer.
-static inline float extruder_range_slow_down_proportional(
- std::vector::iterator it_begin,
- std::vector::iterator it_end,
- // Elapsed time for the extruders already processed.
- float elapsed_time_total0,
- // Initial total elapsed time before slow down.
- float elapsed_time_before_slowdown,
- // Target time for the complete layer (all extruders applied).
- float slow_down_layer_time)
-{
- // Total layer time after the slow down has been applied.
- float total_after_slowdown = elapsed_time_before_slowdown;
- // Now decide, whether the external perimeters shall be slowed down as well.
- float max_time_nep = elapsed_time_total0;
- for (auto it = it_begin; it != it_end; ++ it)
- max_time_nep += (*it)->maximum_time_after_slowdown(false);
- if (max_time_nep > slow_down_layer_time) {
- // It is sufficient to slow down the non-external perimeter moves to reach the target layer time.
- // Slow down the non-external perimeters proportionally.
- float non_adjustable_time = elapsed_time_total0;
- for (auto it = it_begin; it != it_end; ++ it)
- non_adjustable_time += (*it)->non_adjustable_time(false);
- // The following step is a linear programming task due to the minimum movement speeds of the print moves.
- // Run maximum 5 iterations until a good enough approximation is reached.
- for (size_t iter = 0; iter < 5; ++ iter) {
- float factor = (slow_down_layer_time - non_adjustable_time) / (total_after_slowdown - non_adjustable_time);
- assert(factor > 1.f);
- total_after_slowdown = elapsed_time_total0;
- for (auto it = it_begin; it != it_end; ++ it)
- total_after_slowdown += (*it)->slow_down_proportional(factor, false);
- if (total_after_slowdown > 0.95f * slow_down_layer_time)
- break;
- }
- } else {
- // Slow down everything. First slow down the non-external perimeters to maximum.
- for (auto it = it_begin; it != it_end; ++ it)
- (*it)->slowdown_to_minimum_feedrate(false);
- // Slow down the external perimeters proportionally.
- float non_adjustable_time = elapsed_time_total0;
- for (auto it = it_begin; it != it_end; ++ it)
- non_adjustable_time += (*it)->non_adjustable_time(true);
- for (size_t iter = 0; iter < 5; ++ iter) {
- float factor = (slow_down_layer_time - non_adjustable_time) / (total_after_slowdown - non_adjustable_time);
- assert(factor > 1.f);
- total_after_slowdown = elapsed_time_total0;
- for (auto it = it_begin; it != it_end; ++ it)
- total_after_slowdown += (*it)->slow_down_proportional(factor, true);
- if (total_after_slowdown > 0.95f * slow_down_layer_time)
- break;
- }
- }
- return total_after_slowdown;
-}
-
// Slow down an extruder range to slow_down_layer_time.
// Return the total time for the complete layer.
static inline void extruder_range_slow_down_non_proportional(
@@ -674,9 +618,8 @@ float CoolingBuffer::calculate_layer_slowdown(std::vector 0) {
by_slowdown_time.emplace_back(&adj);
- if (! m_cooling_logic_proportional)
- // sorts the lines, also sets adj.time_non_adjustable
- adj.sort_lines_by_decreasing_feedrate();
+ // sorts the lines, also sets adj.time_non_adjustable
+ adj.sort_lines_by_decreasing_feedrate();
} else
elapsed_time_total0 += adj.elapsed_time_total();
}
@@ -700,10 +643,7 @@ float CoolingBuffer::calculate_layer_slowdown(std::vectortime_maximum;
if (max_time > slow_down_layer_time) {
- if (m_cooling_logic_proportional)
- extruder_range_slow_down_proportional(cur_begin, by_slowdown_time.end(), elapsed_time_total0, total, slow_down_layer_time);
- else
- extruder_range_slow_down_non_proportional(cur_begin, by_slowdown_time.end(), slow_down_layer_time - total);
+ extruder_range_slow_down_non_proportional(cur_begin, by_slowdown_time.end(), slow_down_layer_time - total);
} else {
// Slow down to maximum possible.
for (auto it = cur_begin; it != by_slowdown_time.end(); ++ it)
diff --git a/src/libslic3r/GCode/CoolingBuffer.hpp b/src/libslic3r/GCode/CoolingBuffer.hpp
index 7fb55985f73..dcbf0120b8e 100644
--- a/src/libslic3r/GCode/CoolingBuffer.hpp
+++ b/src/libslic3r/GCode/CoolingBuffer.hpp
@@ -54,9 +54,6 @@ class CoolingBuffer {
// the PrintConfig slice of FullPrintConfig is constant, thus no thread synchronization is required.
const PrintConfig &m_config;
unsigned int m_current_extruder;
-
- // Old logic: proportional.
- bool m_cooling_logic_proportional = false;
//BBS: current fan speed
int m_current_fan_speed;
};
diff --git a/src/libslic3r/GCode/GCodeProcessor.cpp b/src/libslic3r/GCode/GCodeProcessor.cpp
index 852bebda312..757939637ed 100644
--- a/src/libslic3r/GCode/GCodeProcessor.cpp
+++ b/src/libslic3r/GCode/GCodeProcessor.cpp
@@ -47,7 +47,6 @@ static const float DEFAULT_FILAMENT_DIAMETER = 1.75f;
static const int DEFAULT_FILAMENT_HRC = 0;
static const float DEFAULT_FILAMENT_DENSITY = 1.245f;
static const float DEFAULT_FILAMENT_COST = 29.99f;
-static const float DEFAULT_FILAMENT_FLOW_RATIOS = 1.0f;
static const int DEFAULT_FILAMENT_VITRIFICATION_TEMPERATURE = 0;
static const Slic3r::Vec3f DEFAULT_EXTRUDER_OFFSET = Slic3r::Vec3f::Zero();
@@ -955,7 +954,6 @@ void GCodeProcessorResult::reset() {
required_nozzle_HRC = std::vector(MIN_EXTRUDERS_COUNT, DEFAULT_FILAMENT_HRC);
filament_densities = std::vector(MIN_EXTRUDERS_COUNT, DEFAULT_FILAMENT_DENSITY);
filament_costs = std::vector(MIN_EXTRUDERS_COUNT, DEFAULT_FILAMENT_COST);
- filament_flow_ratios = std::vector(MIN_EXTRUDERS_COUNT, DEFAULT_FILAMENT_FLOW_RATIOS);
custom_gcode_per_print_z = std::vector();
spiral_vase_layers = std::vector>>();
bed_match_result = BedMatchResult(true);
@@ -1078,7 +1076,6 @@ void GCodeProcessor::apply_config(const PrintConfig& config)
m_result.filament_densities.resize(extruders_count);
m_result.filament_vitrification_temperature.resize(extruders_count);
m_result.filament_costs.resize(extruders_count);
- m_result.filament_flow_ratios.resize(extruders_count);
m_extruder_temps.resize(extruders_count);
m_extruder_temps_config.resize(extruders_count);
m_extruder_temps_first_layer_config.resize(extruders_count);
@@ -1098,7 +1095,6 @@ void GCodeProcessor::apply_config(const PrintConfig& config)
m_result.filament_densities[i] = static_cast(config.filament_density.get_at(i));
m_result.filament_vitrification_temperature[i] = static_cast(config.temperature_vitrification.get_at(i));
m_result.filament_costs[i] = static_cast(config.filament_cost.get_at(i));
- m_result.filament_flow_ratios[i] = static_cast(config.filament_flow_ratio.get_at(i));
}
if (m_flavor == gcfMarlinLegacy || m_flavor == gcfMarlinFirmware || m_flavor == gcfKlipper || m_flavor == gcfRepRapFirmware) {
@@ -1262,15 +1258,6 @@ void GCodeProcessor::apply_config(const DynamicPrintConfig& config)
m_result.filament_costs.emplace_back(DEFAULT_FILAMENT_COST);
}
- // Orca: filament flow ratio
- const ConfigOptionFloats* filament_flow_ratios = config.option("filament_flow_ratio");
- if (filament_flow_ratios != nullptr) {
- m_result.filament_flow_ratios.clear();
- m_result.filament_flow_ratios.resize(filament_flow_ratios->values.size());
- for (size_t i = 0; i < filament_flow_ratios->values.size(); ++i)
- m_result.filament_flow_ratios[i]=static_cast(filament_flow_ratios->values[i]);
- }
-
//BBS
const ConfigOptionInts* filament_vitrification_temperature = config.option("temperature_vitrification");
if (filament_vitrification_temperature != nullptr) {
@@ -2930,7 +2917,6 @@ void GCodeProcessor::process_G0(const GCodeReader::GCodeLine& line)
void GCodeProcessor::process_G1(const GCodeReader::GCodeLine& line, const std::optional& remaining_internal_g1_lines)
{
float filament_diameter = (static_cast(m_extruder_id) < m_result.filament_diameters.size()) ? m_result.filament_diameters[m_extruder_id] : m_result.filament_diameters.back();
- float filament_flowratio = (static_cast(m_extruder_id) < m_result.filament_flow_ratios.size()) ? m_result.filament_flow_ratios[m_extruder_id] : m_result.filament_flow_ratios.back();
float filament_radius = 0.5f * filament_diameter;
float area_filament_cross_section = static_cast(M_PI) * sqr(filament_radius);
auto absolute_position = [this, area_filament_cross_section](Axis axis, const GCodeReader::GCodeLine& lineG1) {
@@ -3008,7 +2994,7 @@ void GCodeProcessor::process_G1(const GCodeReader::GCodeLine& line, const std::o
m_used_filaments.increase_model_caches(volume_extruded_filament);
}
// volume extruded filament / tool displacement = area toolpath cross section
- m_mm3_per_mm = area_toolpath_cross_section * filament_flowratio;
+ m_mm3_per_mm = area_toolpath_cross_section;
#if ENABLE_GCODE_VIEWER_DATA_CHECKING
m_mm3_per_mm_compare.update(area_toolpath_cross_section, m_extrusion_role);
#endif // ENABLE_GCODE_VIEWER_DATA_CHECKING
@@ -3359,7 +3345,6 @@ void GCodeProcessor::process_G1(const GCodeReader::GCodeLine& line, const std::o
void GCodeProcessor::process_G2_G3(const GCodeReader::GCodeLine& line)
{
float filament_diameter = (static_cast(m_extruder_id) < m_result.filament_diameters.size()) ? m_result.filament_diameters[m_extruder_id] : m_result.filament_diameters.back();
- float filament_flowratio = (static_cast(m_extruder_id) < m_result.filament_flow_ratios.size()) ? m_result.filament_flow_ratios[m_extruder_id] : m_result.filament_flow_ratios.back();
float filament_radius = 0.5f * filament_diameter;
float area_filament_cross_section = static_cast(M_PI) * sqr(filament_radius);
auto absolute_position = [this, area_filament_cross_section](Axis axis, const GCodeReader::GCodeLine& lineG2_3) {
@@ -3488,7 +3473,7 @@ void GCodeProcessor::process_G2_G3(const GCodeReader::GCodeLine& line)
m_used_filaments.increase_model_caches(volume_extruded_filament);
}
//BBS: volume extruded filament / tool displacement = area toolpath cross section
- m_mm3_per_mm = area_toolpath_cross_section * filament_flowratio;
+ m_mm3_per_mm = area_toolpath_cross_section;
#if ENABLE_GCODE_VIEWER_DATA_CHECKING
m_mm3_per_mm_compare.update(area_toolpath_cross_section, m_extrusion_role);
#endif // ENABLE_GCODE_VIEWER_DATA_CHECKING
diff --git a/src/libslic3r/GCode/GCodeProcessor.hpp b/src/libslic3r/GCode/GCodeProcessor.hpp
index da47cea6889..21403cc2053 100644
--- a/src/libslic3r/GCode/GCodeProcessor.hpp
+++ b/src/libslic3r/GCode/GCodeProcessor.hpp
@@ -215,7 +215,6 @@ class Print;
std::vector required_nozzle_HRC;
std::vector filament_densities;
std::vector filament_costs;
- std::vector filament_flow_ratios;
std::vector filament_vitrification_temperature;
PrintEstimatedStatistics print_statistics;
std::vector custom_gcode_per_print_z;
@@ -251,7 +250,6 @@ class Print;
filament_diameters = other.filament_diameters;
filament_densities = other.filament_densities;
filament_costs = other.filament_costs;
- filament_flow_ratios = other.filament_flow_ratios;
print_statistics = other.print_statistics;
custom_gcode_per_print_z = other.custom_gcode_per_print_z;
spiral_vase_layers = other.spiral_vase_layers;
diff --git a/src/libslic3r/GCode/SeamPlacer.cpp b/src/libslic3r/GCode/SeamPlacer.cpp
index e447d12d872..6927cb554bb 100644
--- a/src/libslic3r/GCode/SeamPlacer.cpp
+++ b/src/libslic3r/GCode/SeamPlacer.cpp
@@ -1486,7 +1486,7 @@ void SeamPlacer::init(const Print &print, std::function throw_if_can
}
}
-void SeamPlacer::place_seam(const Layer *layer, ExtrusionLoop &loop, bool external_first,
+void SeamPlacer::place_seam(const Layer *layer, ExtrusionLoop &loop,
const Point &last_pos, float& overhang) const {
using namespace SeamPlacerImpl;
const PrintObject *po = layer->object();
diff --git a/src/libslic3r/GCode/SeamPlacer.hpp b/src/libslic3r/GCode/SeamPlacer.hpp
index a8a04cc6723..8a973d0d8a8 100644
--- a/src/libslic3r/GCode/SeamPlacer.hpp
+++ b/src/libslic3r/GCode/SeamPlacer.hpp
@@ -143,7 +143,7 @@ class SeamPlacer {
void init(const Print &print, std::function throw_if_canceled_func);
- void place_seam(const Layer *layer, ExtrusionLoop &loop, bool external_first, const Point &last_pos, float& overhang) const;
+ void place_seam(const Layer *layer, ExtrusionLoop &loop, const Point &last_pos, float& overhang) const;
private:
void gather_seam_candidates(const PrintObject *po, const SeamPlacerImpl::GlobalModelInfo &global_model_info);
void calculate_candidates_visibility(const PrintObject *po,
diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp
index 232ff029ebe..d3c3554a589 100644
--- a/src/libslic3r/PrintConfig.cpp
+++ b/src/libslic3r/PrintConfig.cpp
@@ -1052,7 +1052,16 @@ void PrintConfigDef::init_fff_params()
def = this->add("slowdown_for_curled_perimeters", coBool);
def->label = L("Slow down for curled perimeters");
def->category = L("Speed");
- def->tooltip = L("Enable this option to slow printing down in areas where potential curled perimeters may exist");
+ def->tooltip = L("Enable this option to slow down printing in areas where perimeters may have curled upwards."
+ "For example, additional slowdown will be applied when printing overhangs on sharp corners like the "
+ "front of the Benchy hull, reducing curling which compounds over multiple layers.\n\n "
+ "It is generally recommended to have this option switched on unless your printer cooling is powerful enough or the "
+ "print speed slow enough that perimeter curling does not happen. If printing with a high external perimeter speed, "
+ "this parameter may introduce slight artifacts when slowing down due to the large variance in print speeds. "
+ "If you notice artifacts, ensure your pressure advance is tuned correctly.\n\n"
+ "Note: When this option is enabled, overhang perimeters are treated like overhangs, meaning the overhang speed is "
+ "applied even if the overhanging perimeter is part of a bridge. For example, when the perimeters are 100% overhanging"
+ ", with no wall supporting them from underneath, the 100% overhang speed will be applied.");
def->mode = comAdvanced;
def->set_default_value(new ConfigOptionBool{ false });
@@ -1105,7 +1114,10 @@ void PrintConfigDef::init_fff_params()
def = this->add("bridge_speed", coFloat);
def->label = L("External");
def->category = L("Speed");
- def->tooltip = L("Speed of bridge and completely overhang wall");
+ def->tooltip = L("Speed of the externally visible bridge extrusions. "
+ "\n\nIn addition, if Slow down for curled perimeters is disabled or Classic overhang mode is enabled, "
+ "it will be the print speed of overhang walls that are supported by less than 13%, whether they are part of a bridge "
+ "or an overhang.");
def->sidetext = L("mm/s");
def->min = 1;
def->mode = comAdvanced;
@@ -1114,7 +1126,7 @@ void PrintConfigDef::init_fff_params()
def = this->add("internal_bridge_speed", coFloatOrPercent);
def->label = L("Internal");
def->category = L("Speed");
- def->tooltip = L("Speed of internal bridge. If the value is expressed as a percentage, it will be calculated based on the bridge_speed. Default value is 150%.");
+ def->tooltip = L("Speed of internal bridges. If the value is expressed as a percentage, it will be calculated based on the bridge_speed. Default value is 150%.");
def->sidetext = L("mm/s or %");
def->ratio_over = "bridge_speed";
def->min = 1;
@@ -4743,15 +4755,21 @@ void PrintConfigDef::init_fff_params()
def = this->add("activate_chamber_temp_control",coBools);
def->label = L("Activate temperature control");
- def->tooltip = L("Enable this option for chamber temperature control. An M191 command will be added before \"machine_start_gcode\"\nG-code commands: M141/M191 S(0-255)");
+ def->tooltip = L("Enable this option for automated chamber temperature control. This option activates the emitting of an M191 command before the \"machine_start_gcode\"\n which sets the "
+ "chamber temperature and waits until it is reached. In addition, it emits an M141 command at the end of the print to turn off the chamber heater, if present. \n\n"
+ "This option relies on the firmware supporting the M191 and M141 commands either via macros or natively and is usually used when an active chamber heater is installed.");
def->mode = comSimple;
def->set_default_value(new ConfigOptionBools{false});
def = this->add("chamber_temperature", coInts);
def->label = L("Chamber temperature");
- def->tooltip = L("Higher chamber temperature can help suppress or reduce warping and potentially lead to higher interlayer bonding strength for high temperature materials like ABS, ASA, PC, PA and so on."
- "At the same time, the air filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and other low temperature materials,"
- "the actual chamber temperature should not be high to avoid cloggings, so 0 which stands for turning off is highly recommended"
+ def->tooltip = L("For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber temperature can help suppress or reduce warping and potentially lead to higher interlayer bonding strength. "
+ "However, at the same time, a higher chamber temperature will reduce the efficiency of air filtration for ABS and ASA. \n\n"
+ "For PLA, PETG, TPU, PVA, and other low-temperature materials, this option should be disabled (set to 0) as the chamber temperature should be low to avoid extruder clogging caused "
+ "by material softening at the heat break.\n\n"
+ "If enabled, this parameter also sets a gcode variable named chamber_temperature, which can be used to pass the desired chamber temperature to your print start macro, "
+ "or a heat soak macro like this: PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may be useful if your printer does not support M141/M191 commands, or if you desire "
+ "to handle heat soaking in the print start macro if no active chamber heater is installed."
);
def->sidetext = L("°C");
def->full_label = L("Chamber temperature");
diff --git a/src/slic3r/GUI/CreatePresetsDialog.cpp b/src/slic3r/GUI/CreatePresetsDialog.cpp
index 48dcd07424d..d40b1343a04 100644
--- a/src/slic3r/GUI/CreatePresetsDialog.cpp
+++ b/src/slic3r/GUI/CreatePresetsDialog.cpp
@@ -4122,13 +4122,13 @@ wxBoxSizer *ExportConfigsDialog::create_select_printer(wxWindow *parent)
horizontal_sizer->Add(optionSizer, 0, wxEXPAND | wxALL | wxALIGN_CENTER_VERTICAL, FromDIP(10));
m_scrolled_preset_window = new wxScrolledWindow(parent);
m_scrolled_preset_window->SetScrollRate(5, 5);
- m_scrolled_preset_window->SetBackgroundColour(PRINTER_LIST_COLOUR);
+ m_scrolled_preset_window->SetBackgroundColour(*wxWHITE);
m_scrolled_preset_window->SetMaxSize(wxSize(FromDIP(660), FromDIP(400)));
m_scrolled_preset_window->SetSize(wxSize(FromDIP(660), FromDIP(400)));
wxBoxSizer *scrolled_window = new wxBoxSizer(wxHORIZONTAL);
m_presets_window = new wxPanel(m_scrolled_preset_window, wxID_ANY);
- m_presets_window->SetBackgroundColour(PRINTER_LIST_COLOUR);
+ m_presets_window->SetBackgroundColour(*wxWHITE);
wxBoxSizer *select_printer_sizer = new wxBoxSizer(wxVERTICAL);
m_preset_sizer = new wxGridSizer(3, FromDIP(5), FromDIP(5));
diff --git a/src/slic3r/GUI/DeviceManager.cpp b/src/slic3r/GUI/DeviceManager.cpp
index a79dd0a027e..4c4eb37c603 100644
--- a/src/slic3r/GUI/DeviceManager.cpp
+++ b/src/slic3r/GUI/DeviceManager.cpp
@@ -5662,7 +5662,7 @@ void DeviceManager::parse_user_print_info(std::string body)
}
}
}
- catch (std::exception& e) {
+ catch (std::exception&) {
;
}
}
diff --git a/src/slic3r/GUI/Field.cpp b/src/slic3r/GUI/Field.cpp
index 58c123fb18f..4347e18cc37 100644
--- a/src/slic3r/GUI/Field.cpp
+++ b/src/slic3r/GUI/Field.cpp
@@ -1944,6 +1944,7 @@ void PointCtrl::BUILD()
y_textctrl->Bind(wxEVT_KILL_FOCUS, ([this](wxEvent& e) { e.Skip(); propagate_value(y_textctrl); }), y_textctrl->GetId());
// // recast as a wxWindow to fit the calling convention
+ window = dynamic_cast(x_input);
sizer = dynamic_cast(temp);
x_textctrl->SetToolTip(get_tooltip_text(X+", "+Y));
diff --git a/src/slic3r/GUI/Field.hpp b/src/slic3r/GUI/Field.hpp
index ef1b6024b00..3b974b7ad0c 100644
--- a/src/slic3r/GUI/Field.hpp
+++ b/src/slic3r/GUI/Field.hpp
@@ -506,6 +506,7 @@ class PointCtrl : public Field {
TextInput* x_input{nullptr};
TextInput* y_input{nullptr};
+ wxWindow* window{nullptr};
void BUILD() override;
bool value_was_changed(wxTextCtrl* win);
// Propagate value from field to the OptionGroupe and Config after kill_focus/ENTER
@@ -524,7 +525,7 @@ class PointCtrl : public Field {
x_textctrl->Disable();
y_textctrl->Disable(); }
wxSizer* getSizer() override { return sizer; }
- wxWindow* getWindow() override { return dynamic_cast(x_textctrl); }
+ wxWindow* getWindow() override { return window; }
};
class StaticText : public Field {
diff --git a/src/slic3r/GUI/GLCanvas3D.cpp b/src/slic3r/GUI/GLCanvas3D.cpp
index 6365b88a26f..5f45d9b1c54 100644
--- a/src/slic3r/GUI/GLCanvas3D.cpp
+++ b/src/slic3r/GUI/GLCanvas3D.cpp
@@ -8434,7 +8434,6 @@ void GLCanvas3D::_render_assemble_info() const
auto canvas_h = float(get_canvas_size().get_height());
float space_size = imgui->get_style_scaling() * 8.0f;
float caption_max = imgui->calc_text_size(_L("Total Volume:")).x + 3 * space_size;
- char buf[3][64];
ImGuiIO& io = ImGui::GetIO();
ImFont* font = io.Fonts->Fonts[0];
diff --git a/src/slic3r/GUI/GLTexture.cpp b/src/slic3r/GUI/GLTexture.cpp
index 79cbb773708..be0b4026538 100644
--- a/src/slic3r/GUI/GLTexture.cpp
+++ b/src/slic3r/GUI/GLTexture.cpp
@@ -470,7 +470,6 @@ void GLTexture::reset()
bool GLTexture::generate_from_text_string(const std::string& text_str, wxFont &font, wxColor background, wxColor foreground)
{
- int w,h,hl;
return generate_from_text(text_str, font, background, foreground);
}
diff --git a/src/slic3r/GUI/GUI.cpp b/src/slic3r/GUI/GUI.cpp
index 9d4e394213b..841c5fcd21b 100644
--- a/src/slic3r/GUI/GUI.cpp
+++ b/src/slic3r/GUI/GUI.cpp
@@ -547,7 +547,7 @@ void desktop_open_datadir_folder()
#endif
}
-void desktop_open_any_folder( const std::string path )
+void desktop_open_any_folder( const std::string& path )
{
// Execute command to open a file explorer, platform dependent.
// FIXME: The const_casts aren't needed in wxWidgets 3.1, remove them when we upgrade.
@@ -558,7 +558,14 @@ void desktop_open_any_folder( const std::string path )
#elif __APPLE__
openFolderForFile(from_u8(path));
#else
- const char *argv[] = {"xdg-open", path.data(), nullptr};
+
+ // Orca#6449: Open containing dir instead of opening the file directly.
+ std::string new_path = path;
+ boost::filesystem::path p(new_path);
+ if (!fs::is_directory(p)) {
+ new_path = p.parent_path().string();
+ }
+ const char* argv[] = {"xdg-open", new_path.data(), nullptr};
// Check if we're running in an AppImage container, if so, we need to remove AppImage's env vars,
// because they may mess up the environment expected by the file manager.
diff --git a/src/slic3r/GUI/GUI.hpp b/src/slic3r/GUI/GUI.hpp
index 765406583f2..db8cf06a617 100644
--- a/src/slic3r/GUI/GUI.hpp
+++ b/src/slic3r/GUI/GUI.hpp
@@ -83,7 +83,7 @@ extern void login();
// Ask the destop to open the datadir using the default file explorer.
extern void desktop_open_datadir_folder();
// Ask the destop to open one folder
-extern void desktop_open_any_folder(const std::string path);
+extern void desktop_open_any_folder(const std::string& path);
} // namespace GUI
} // namespace Slic3r
diff --git a/src/slic3r/GUI/GUI_App.cpp b/src/slic3r/GUI/GUI_App.cpp
index eb5ae0c38ae..4c89e966b7c 100644
--- a/src/slic3r/GUI/GUI_App.cpp
+++ b/src/slic3r/GUI/GUI_App.cpp
@@ -1026,7 +1026,7 @@ void GUI_App::post_init()
try {
std::time_t lw_t = boost::filesystem::last_write_time(temp_path) ;
files_vec.push_back({ lw_t, temp_path.filename().string() });
- } catch (const std::exception &ex) {
+ } catch (const std::exception &) {
}
}
std::sort(files_vec.begin(), files_vec.end(), [](
@@ -3365,7 +3365,7 @@ if (res) {
mainframe->refresh_plugin_tips();
// BBS: remove SLA related message
}
- } catch (std::exception &e) {
+ } catch (std::exception &) {
// wxMessageBox(e.what(), "", MB_OK);
}
}
@@ -3379,7 +3379,7 @@ void GUI_App::ShowDownNetPluginDlg() {
return;
DownloadProgressDialog dlg(_L("Downloading Bambu Network Plug-in"));
dlg.ShowModal();
- } catch (std::exception &e) {
+ } catch (std::exception &) {
;
}
}
@@ -3396,7 +3396,7 @@ void GUI_App::ShowUserLogin(bool show)
login_dlg = new ZUserLogin();
}
login_dlg->ShowModal();
- } catch (std::exception &e) {
+ } catch (std::exception &) {
;
}
} else {
@@ -3418,7 +3418,7 @@ void GUI_App::ShowOnlyFilament() {
// BBS: remove SLA related message
}
- } catch (std::exception &e) {
+ } catch (std::exception &) {
// wxMessageBox(e.what(), "", MB_OK);
}
}
@@ -6507,8 +6507,6 @@ static bool del_win_registry(HKEY hkeyHive, const wchar_t *pszVar, const wchar_t
return false;
if (!bDidntExist) {
- DWORD dwDisposition;
- HKEY hkey;
iRC = ::RegDeleteKeyExW(hkeyHive, pszVar, KEY_ALL_ACCESS, 0);
if (iRC == ERROR_SUCCESS) {
return true;
diff --git a/src/slic3r/GUI/GUI_Factories.cpp b/src/slic3r/GUI/GUI_Factories.cpp
index ee19b25497f..3cd5c2e0578 100644
--- a/src/slic3r/GUI/GUI_Factories.cpp
+++ b/src/slic3r/GUI/GUI_Factories.cpp
@@ -1977,7 +1977,6 @@ void MenuFactory::append_menu_item_set_printable(wxMenu* menu)
for (wxDataViewItem item : sels) {
ItemType type = list->GetModel()->GetItemType(item);
- bool check;
if (type != itInstance && type != itObject)
continue;
else {
diff --git a/src/slic3r/GUI/GUI_ObjectList.cpp b/src/slic3r/GUI/GUI_ObjectList.cpp
index 30846abf51b..e1fc0b0f186 100644
--- a/src/slic3r/GUI/GUI_ObjectList.cpp
+++ b/src/slic3r/GUI/GUI_ObjectList.cpp
@@ -2006,7 +2006,7 @@ void ObjectList::load_modifier(const wxArrayString& input_files, ModelObject& mo
try {
model = Model::read_from_file(input_file, nullptr, nullptr, LoadStrategy::LoadModel);
}
- catch (std::exception& e) {
+ catch (std::exception&) {
// auto msg = _L("Error!") + " " + input_file + " : " + e.what() + ".";
auto msg = _L("Error!") + " " + _L("Failed to get the model data in the current file.");
show_error(parent, msg);
diff --git a/src/slic3r/GUI/Jobs/PrintJob.cpp b/src/slic3r/GUI/Jobs/PrintJob.cpp
index a54310c2346..31bbccfb963 100644
--- a/src/slic3r/GUI/Jobs/PrintJob.cpp
+++ b/src/slic3r/GUI/Jobs/PrintJob.cpp
@@ -150,7 +150,6 @@ void PrintJob::process(Ctl &ctl)
ctl.call_on_main_thread([this] { prepare(); }).wait();
int result = -1;
- unsigned int http_code;
std::string http_body;
int total_plate_num = plate_data.plate_count;
@@ -312,7 +311,7 @@ void PrintJob::process(Ctl &ctl)
try {
stl_design_id = std::stoi(wxGetApp().model().stl_design_id);
}
- catch (const std::exception& e) {
+ catch (const std::exception&) {
stl_design_id = 0;
}
params.stl_design_id = stl_design_id;
diff --git a/src/slic3r/GUI/Jobs/SendJob.cpp b/src/slic3r/GUI/Jobs/SendJob.cpp
index 65660605460..1964aa24ec9 100644
--- a/src/slic3r/GUI/Jobs/SendJob.cpp
+++ b/src/slic3r/GUI/Jobs/SendJob.cpp
@@ -111,7 +111,6 @@ void SendJob::process(Ctl &ctl)
NetworkAgent* m_agent = wxGetApp().getAgent();
AppConfig* config = wxGetApp().app_config;
int result = -1;
- unsigned int http_code;
std::string http_body;
if (this->connection_type == "lan") {
diff --git a/src/slic3r/GUI/MainFrame.cpp b/src/slic3r/GUI/MainFrame.cpp
index 2f59daffbb3..47d7c30e86b 100644
--- a/src/slic3r/GUI/MainFrame.cpp
+++ b/src/slic3r/GUI/MainFrame.cpp
@@ -2822,10 +2822,17 @@ void MainFrame::init_menubar_as_editor()
auto flowrate_menu = new wxMenu();
append_menu_item(
flowrate_menu, wxID_ANY, _L("Pass 1"), _L("Flow rate test - Pass 1"),
- [this](wxCommandEvent&) { if (m_plater) m_plater->calib_flowrate(1); }, "", nullptr,
+ [this](wxCommandEvent&) { if (m_plater) m_plater->calib_flowrate(false, 1); }, "", nullptr,
[this]() {return m_plater->is_view3D_shown();; }, this);
append_menu_item(flowrate_menu, wxID_ANY, _L("Pass 2"), _L("Flow rate test - Pass 2"),
- [this](wxCommandEvent&) { if (m_plater) m_plater->calib_flowrate(2); }, "", nullptr,
+ [this](wxCommandEvent&) { if (m_plater) m_plater->calib_flowrate(false, 2); }, "", nullptr,
+ [this]() {return m_plater->is_view3D_shown();; }, this);
+ flowrate_menu->AppendSeparator();
+ append_menu_item(flowrate_menu, wxID_ANY, _L("YOLO (Recommended)"), _L("Orca YOLO flowrate calibration, 0.01 step"),
+ [this](wxCommandEvent&) { if (m_plater) m_plater->calib_flowrate(true, 1); }, "", nullptr,
+ [this]() {return m_plater->is_view3D_shown();; }, this);
+ append_menu_item(flowrate_menu, wxID_ANY, _L("YOLO (perfectionist version)"), _L("Orca YOLO flowrate calibration, 0.005 step"),
+ [this](wxCommandEvent&) { if (m_plater) m_plater->calib_flowrate(true, 2); }, "", nullptr,
[this]() {return m_plater->is_view3D_shown();; }, this);
m_topbar->GetCalibMenu()->AppendSubMenu(flowrate_menu, _L("Flow rate"));
append_menu_item(m_topbar->GetCalibMenu(), wxID_ANY, _L("Pressure advance"), _L("Pressure advance"),
@@ -2909,13 +2916,20 @@ void MainFrame::init_menubar_as_editor()
// Flowrate
auto flowrate_menu = new wxMenu();
append_menu_item(flowrate_menu, wxID_ANY, _L("Pass 1"), _L("Flow rate test - Pass 1"),
- [this](wxCommandEvent&) { if (m_plater) m_plater->calib_flowrate(1); }, "", nullptr,
+ [this](wxCommandEvent&) { if (m_plater) m_plater->calib_flowrate(false, 1); }, "", nullptr,
[this]() {return m_plater->is_view3D_shown();; }, this);
append_menu_item(flowrate_menu, wxID_ANY, _L("Pass 2"), _L("Flow rate test - Pass 2"),
- [this](wxCommandEvent&) { if (m_plater) m_plater->calib_flowrate(2); }, "", nullptr,
+ [this](wxCommandEvent&) { if (m_plater) m_plater->calib_flowrate(false, 2); }, "", nullptr,
[this]() {return m_plater->is_view3D_shown();; }, this);
append_submenu(calib_menu,flowrate_menu,wxID_ANY,_L("Flow rate"),_L("Flow rate"),"",
[this]() {return m_plater->is_view3D_shown();; });
+ flowrate_menu->AppendSeparator();
+ append_menu_item(flowrate_menu, wxID_ANY, _L("YOLO (Recommended)"), _L("Orca YOLO flowrate calibration, 0.01 step"),
+ [this](wxCommandEvent&) { if (m_plater) m_plater->calib_flowrate(true, 1); }, "", nullptr,
+ [this]() {return m_plater->is_view3D_shown();; }, this);
+ append_menu_item(flowrate_menu, wxID_ANY, _L("YOLO (perfectionist version)"), _L("Orca YOLO flowrate calibration, 0.005 step"),
+ [this](wxCommandEvent&) { if (m_plater) m_plater->calib_flowrate(true, 2); }, "", nullptr,
+ [this]() {return m_plater->is_view3D_shown();; }, this);
// PA
append_menu_item(calib_menu, wxID_ANY, _L("Pressure advance"), _L("Pressure advance"),
diff --git a/src/slic3r/GUI/ModelMall.cpp b/src/slic3r/GUI/ModelMall.cpp
index f14de1ebf0b..45833ba80c0 100644
--- a/src/slic3r/GUI/ModelMall.cpp
+++ b/src/slic3r/GUI/ModelMall.cpp
@@ -133,7 +133,7 @@ namespace GUI {
}
}
- catch (std::exception& e) {
+ catch (std::exception&) {
// wxMessageBox(e.what(), "json Exception", MB_OK);
}
}
diff --git a/src/slic3r/GUI/OG_CustomCtrl.cpp b/src/slic3r/GUI/OG_CustomCtrl.cpp
index dadde84ebcf..bfeb550d3de 100644
--- a/src/slic3r/GUI/OG_CustomCtrl.cpp
+++ b/src/slic3r/GUI/OG_CustomCtrl.cpp
@@ -492,13 +492,16 @@ bool OG_CustomCtrl::update_visibility(ConfigOptionMode mode)
wxCoord h_pos2 = get_title_width() * m_em_unit;
wxCoord v_pos = 0;
- size_t invisible_lines = 0;
+ bool has_visible_lines = false;
for (CtrlLine& line : ctrl_lines) {
line.update_visibility(mode);
- if (line.is_visible)
+ if (line.is_visible) {
v_pos += (wxCoord)line.height;
- else
- invisible_lines++;
+
+ if (!line.is_separator()) { // Ignore separators
+ has_visible_lines = true;
+ }
+ }
}
// BBS: multi-line title
SetFont(Label::Head_16);
@@ -513,7 +516,7 @@ bool OG_CustomCtrl::update_visibility(ConfigOptionMode mode)
this->SetMinSize(wxSize(h_pos, v_pos));
- return invisible_lines != ctrl_lines.size();
+ return has_visible_lines;
}
// BBS: call by Tab/Page
diff --git a/src/slic3r/GUI/PartPlate.cpp b/src/slic3r/GUI/PartPlate.cpp
index 7f2353a3046..f99db5445c8 100644
--- a/src/slic3r/GUI/PartPlate.cpp
+++ b/src/slic3r/GUI/PartPlate.cpp
@@ -470,7 +470,7 @@ void PartPlate::calc_gridlines(const ExPolygon& poly, const BoundingBox& pp_bbox
int count = 0;
int step = 10;
// Orca: use 500 x 500 bed size as baseline.
- auto grid_counts = pp_bbox.size() / ((coord_t) scale_(step * 50));
+ const Point grid_counts = pp_bbox.size() / ((coord_t) scale_(step * 50));
// if the grid is too dense, we increase the step
if (grid_counts.minCoeff() > 1) {
step = static_cast(grid_counts.minCoeff() + 1) * 10;
@@ -2522,7 +2522,7 @@ void PartPlate::generate_print_polygon(ExPolygon &print_polygon)
{
auto compute_points = [&print_polygon](Vec2d& center, double radius, double start_angle, double stop_angle, int count)
{
- double angle, angle_steps;
+ double angle_steps;
angle_steps = (stop_angle - start_angle) / (count - 1);
for(int j = 0; j < count; j++ )
{
@@ -2541,7 +2541,7 @@ void PartPlate::generate_print_polygon(ExPolygon &print_polygon)
{
const Vec2d& p = m_shape[i];
Vec2d center;
- double start_angle, stop_angle, angle_steps, radius_x, radius_y, radius;
+ double start_angle, stop_angle, radius_x, radius_y, radius;
switch (i) {
case 0:
radius = 5.f;
@@ -2592,7 +2592,7 @@ void PartPlate::generate_exclude_polygon(ExPolygon &exclude_polygon)
{
auto compute_exclude_points = [&exclude_polygon](Vec2d& center, double radius, double start_angle, double stop_angle, int count)
{
- double angle, angle_steps;
+ double angle_steps;
angle_steps = (stop_angle - start_angle) / (count - 1);
for(int j = 0; j < count; j++ )
{
@@ -2611,7 +2611,7 @@ void PartPlate::generate_exclude_polygon(ExPolygon &exclude_polygon)
{
const Vec2d& p = m_exclude_area[i];
Vec2d center;
- double start_angle, stop_angle, angle_steps, radius_x, radius_y, radius;
+ double start_angle, stop_angle, radius;
switch (i) {
case 0:
radius = 5.f;
diff --git a/src/slic3r/GUI/Plater.cpp b/src/slic3r/GUI/Plater.cpp
index 7950f9a6694..34eaa55be93 100644
--- a/src/slic3r/GUI/Plater.cpp
+++ b/src/slic3r/GUI/Plater.cpp
@@ -9083,7 +9083,7 @@ void Plater::import_model_id(wxString download_info)
}
}
- catch (const std::exception& error)
+ catch (const std::exception&)
{
//wxString sError = error.what();
}
@@ -9125,7 +9125,6 @@ void Plater::import_model_id(wxString download_info)
// if (!m_agent) return;
int res = 0;
- unsigned int http_code;
std::string http_body;
msg = _L("prepare 3mf file...");
@@ -9164,7 +9163,7 @@ void Plater::import_model_id(wxString download_info)
if (sFile == filename) is_already_exist = true;
}
}
- catch (const std::exception& error)
+ catch (const std::exception&)
{
//wxString sError = error.what();
}
@@ -9646,21 +9645,11 @@ void Plater::_calib_pa_select_added_objects() {
}
}
-void Plater::calib_flowrate(int pass) {
- if (pass != 1 && pass != 2)
- return;
- const auto calib_name = wxString::Format(L"Flowrate Test - Pass%d", pass);
- if (new_project(false, false, calib_name) == wxID_CANCEL)
- return;
-
- wxGetApp().mainframe->select_tab(size_t(MainFrame::tp3DEditor));
-
- if(pass == 1)
- add_model(false, (boost::filesystem::path(Slic3r::resources_dir()) / "calib" / "filament_flow" / "flowrate-test-pass1.3mf").string());
- else
- add_model(false, (boost::filesystem::path(Slic3r::resources_dir()) / "calib" / "filament_flow" / "flowrate-test-pass2.3mf").string());
-
- auto print_config = &wxGetApp().preset_bundle->prints.get_edited_preset().config;
+// Adjust settings for flowrate calibration
+// For linear mode, pass 1 means normal version while pass 2 mean "for perfectionists" version
+void adjust_settings_for_flowrate_calib(ModelObjectPtrs& objects, bool linear, int pass)
+{
+auto print_config = &wxGetApp().preset_bundle->prints.get_edited_preset().config;
auto printerConfig = &wxGetApp().preset_bundle->printers.get_edited_preset().config;
auto filament_config = &wxGetApp().preset_bundle->filaments.get_edited_preset().config;
@@ -9670,37 +9659,47 @@ void Plater::calib_flowrate(int pass) {
assert(nozzle_diameter_config->values.size() > 0);
float nozzle_diameter = nozzle_diameter_config->values[0];
float xyScale = nozzle_diameter / 0.6;
- //scale z to have 7 layers
+ //scale z to have 10 layers
+ // 2 bottom, 5 top, 3 sparse infill
double first_layer_height = print_config->option("initial_layer_print_height")->value;
double layer_height = nozzle_diameter / 2.0; // prefer 0.2 layer height for 0.4 nozzle
first_layer_height = std::max(first_layer_height, layer_height);
- float zscale = (first_layer_height + 6 * layer_height) / 1.4;
+ float zscale = (first_layer_height + 9 * layer_height) / 2;
// only enlarge
if (xyScale > 1.2) {
- for (auto _obj : model().objects)
+ for (auto _obj : objects)
_obj->scale(xyScale, xyScale, zscale);
}
else {
- for (auto _obj : model().objects)
+ for (auto _obj : objects)
_obj->scale(1, 1, zscale);
}
+ auto cur_flowrate = filament_config->option("filament_flow_ratio")->get_at(0);
Flow infill_flow = Flow(nozzle_diameter * 1.2f, layer_height, nozzle_diameter);
double filament_max_volumetric_speed = filament_config->option("filament_max_volumetric_speed")->get_at(0);
- double max_infill_speed = filament_max_volumetric_speed / (infill_flow.mm3_per_mm() * (pass == 1 ? 1.2 : 1));
+ double max_infill_speed;
+ if (linear)
+ max_infill_speed = filament_max_volumetric_speed /
+ (infill_flow.mm3_per_mm() * (cur_flowrate + (pass == 2 ? 0.035 : 0.05)) / cur_flowrate);
+ else
+ max_infill_speed = filament_max_volumetric_speed / (infill_flow.mm3_per_mm() * (pass == 1 ? 1.2 : 1));
double internal_solid_speed = std::floor(std::min(print_config->opt_float("internal_solid_infill_speed"), max_infill_speed));
double top_surface_speed = std::floor(std::min(print_config->opt_float("top_surface_speed"), max_infill_speed));
// adjust parameters
- for (auto _obj : model().objects) {
+ for (auto _obj : objects) {
_obj->ensure_on_bed();
- _obj->config.set_key_value("wall_loops", new ConfigOptionInt(3));
+ _obj->config.set_key_value("wall_loops", new ConfigOptionInt(1));
_obj->config.set_key_value("only_one_wall_top", new ConfigOptionBool(true));
+ _obj->config.set_key_value("thick_internal_bridges", new ConfigOptionBool(false));
_obj->config.set_key_value("sparse_infill_density", new ConfigOptionPercent(35));
_obj->config.set_key_value("min_width_top_surface", new ConfigOptionFloatOrPercent(100,true));
- _obj->config.set_key_value("bottom_shell_layers", new ConfigOptionInt(1));
+ _obj->config.set_key_value("bottom_shell_layers", new ConfigOptionInt(2));
_obj->config.set_key_value("top_shell_layers", new ConfigOptionInt(5));
+ _obj->config.set_key_value("top_shell_thickness", new ConfigOptionFloat(0));
+ _obj->config.set_key_value("bottom_shell_thickness", new ConfigOptionFloat(0));
_obj->config.set_key_value("detect_thin_wall", new ConfigOptionBool(true));
_obj->config.set_key_value("filter_out_gap_fill", new ConfigOptionFloat(0));
_obj->config.set_key_value("sparse_infill_pattern", new ConfigOptionEnum(ipRectilinear));
@@ -9724,14 +9723,18 @@ void Plater::calib_flowrate(int pass) {
if (obj_name[0] == 'm')
obj_name[0] = '-';
auto modifier = stof(obj_name);
- _obj->config.set_key_value("print_flow_ratio", new ConfigOptionFloat(1.0f + modifier/100.f));
+ if(linear)
+ _obj->config.set_key_value("print_flow_ratio", new ConfigOptionFloat((cur_flowrate + modifier)/cur_flowrate));
+ else
+ _obj->config.set_key_value("print_flow_ratio", new ConfigOptionFloat(1.0f + modifier/100.f));
+
}
print_config->set_key_value("layer_height", new ConfigOptionFloat(layer_height));
print_config->set_key_value("alternate_extra_wall", new ConfigOptionBool(false));
print_config->set_key_value("initial_layer_print_height", new ConfigOptionFloat(first_layer_height));
print_config->set_key_value("reduce_crossing_wall", new ConfigOptionBool(true));
- //filament_config->set_key_value("filament_max_volumetric_speed", new ConfigOptionFloats{ 9. });
+
wxGetApp().get_tab(Preset::TYPE_PRINT)->update_dirty();
wxGetApp().get_tab(Preset::TYPE_FILAMENT)->update_dirty();
@@ -9741,6 +9744,43 @@ void Plater::calib_flowrate(int pass) {
wxGetApp().get_tab(Preset::TYPE_PRINTER)->reload_config();
}
+void Plater::calib_flowrate(bool is_linear, int pass) {
+ if (pass != 1 && pass != 2)
+ return;
+ wxString calib_name;
+ if (is_linear) {
+ calib_name = L"Orca YOLO Flow Calibration";
+ if (pass == 2)
+ calib_name += L" - Perfectionist version";
+ } else
+ calib_name = wxString::Format(L"Flowrate Test - Pass%d", pass);
+
+ if (new_project(false, false, calib_name) == wxID_CANCEL)
+ return;
+
+ wxGetApp().mainframe->select_tab(size_t(MainFrame::tp3DEditor));
+
+ if (is_linear) {
+ if (pass == 1)
+ add_model(false,
+ (boost::filesystem::path(Slic3r::resources_dir()) / "calib" / "filament_flow" / "Orca-LinearFlow.3mf").string());
+ else
+ add_model(false,
+ (boost::filesystem::path(Slic3r::resources_dir()) / "calib" / "filament_flow" / "Orca-LinearFlow_fine.3mf").string());
+ } else {
+ if (pass == 1)
+ add_model(false,
+ (boost::filesystem::path(Slic3r::resources_dir()) / "calib" / "filament_flow" / "flowrate-test-pass1.3mf").string());
+ else
+ add_model(false,
+ (boost::filesystem::path(Slic3r::resources_dir()) / "calib" / "filament_flow" / "flowrate-test-pass2.3mf").string());
+ }
+
+ adjust_settings_for_flowrate_calib(model().objects, is_linear, pass);
+ wxGetApp().get_tab(Preset::TYPE_PRINTER)->reload_config();
+}
+
+
void Plater::calib_temp(const Calib_Params& params) {
const auto calib_temp_name = wxString::Format(L"Nozzle temperature test");
new_project(false, false, calib_temp_name);
@@ -12563,7 +12603,7 @@ int Plater::send_gcode(int plate_idx, Export3mfProgressFn proFn)
p->m_print_job_data._3mf_path = fs::path(plate->get_tmp_gcode_path());
p->m_print_job_data._3mf_path.replace_extension("3mf");
}
- catch (std::exception& e) {
+ catch (std::exception&) {
BOOST_LOG_TRIVIAL(error) << "generate 3mf path failed";
return -1;
}
@@ -12596,7 +12636,7 @@ int Plater::export_config_3mf(int plate_idx, Export3mfProgressFn proFn)
try {
p->m_print_job_data._3mf_config_path = fs::path(plate->get_temp_config_3mf_path());
}
- catch (std::exception& e) {
+ catch (std::exception&) {
BOOST_LOG_TRIVIAL(error) << "generate 3mf path failed";
return -1;
}
diff --git a/src/slic3r/GUI/Plater.hpp b/src/slic3r/GUI/Plater.hpp
index 16396631a85..109e7845dc7 100644
--- a/src/slic3r/GUI/Plater.hpp
+++ b/src/slic3r/GUI/Plater.hpp
@@ -259,7 +259,7 @@ class Plater: public wxPanel
// SoftFever
void calib_pa(const Calib_Params& params);
- void calib_flowrate(int pass);
+ void calib_flowrate(bool is_linear, int pass);
void calib_temp(const Calib_Params& params);
void calib_max_vol_speed(const Calib_Params& params);
void calib_retraction(const Calib_Params& params);
diff --git a/src/slic3r/GUI/PresetComboBoxes.cpp b/src/slic3r/GUI/PresetComboBoxes.cpp
index e634c4fe1a3..2f5aed9f08e 100644
--- a/src/slic3r/GUI/PresetComboBoxes.cpp
+++ b/src/slic3r/GUI/PresetComboBoxes.cpp
@@ -799,8 +799,10 @@ bool PlaterPresetComboBox::switch_to_tab()
//BBS Select NoteBook Tab params
if (tab->GetParent() == wxGetApp().params_panel())
wxGetApp().mainframe->select_tab(MainFrame::tp3DEditor);
- else
+ else {
wxGetApp().params_dialog()->Popup();
+ tab->OnActivate();
+ }
tab->restore_last_select_item();
const Preset* selected_filament_preset = nullptr;
diff --git a/src/slic3r/GUI/Project.cpp b/src/slic3r/GUI/Project.cpp
index 003d0e4cdde..e69ba143db9 100644
--- a/src/slic3r/GUI/Project.cpp
+++ b/src/slic3r/GUI/Project.cpp
@@ -266,7 +266,7 @@ void ProjectPanel::OnScriptMessage(wxWebViewEvent& evt)
}
}
- catch (std::exception& e) {
+ catch (std::exception&) {
// wxMessageBox(e.what(), "json Exception", MB_OK);
}
}
diff --git a/src/slic3r/GUI/Search.cpp b/src/slic3r/GUI/Search.cpp
index c8a661769fa..958f3b2b2ef 100644
--- a/src/slic3r/GUI/Search.cpp
+++ b/src/slic3r/GUI/Search.cpp
@@ -816,7 +816,6 @@ void SearchDialog::OnCheck(wxCommandEvent &event)
void SearchDialog::OnMotion(wxMouseEvent &event)
{
wxDataViewItem item;
- wxDataViewColumn *col;
wxWindow * win = this;
// search_list->HitTest(wxGetMousePosition() - win->GetScreenPosition(), item, col);
diff --git a/src/slic3r/GUI/Tab.cpp b/src/slic3r/GUI/Tab.cpp
index 1360ccd7d15..077a095993c 100644
--- a/src/slic3r/GUI/Tab.cpp
+++ b/src/slic3r/GUI/Tab.cpp
@@ -266,7 +266,7 @@ void Tab::create_preset_tab()
set_tooltips_text();
add_scaled_button(m_top_panel, &m_undo_btn, m_bmp_white_bullet.name());
- add_scaled_button(m_top_panel, &m_undo_to_sys_btn, m_bmp_white_bullet.name());
+ //add_scaled_button(m_top_panel, &m_undo_to_sys_btn, m_bmp_white_bullet.name());
add_scaled_button(m_top_panel, &m_btn_search, "search");
m_btn_search->SetToolTip(_L("Search in preset"));
@@ -347,7 +347,7 @@ void Tab::create_preset_tab()
});
m_undo_btn->Bind(wxEVT_BUTTON, ([this](wxCommandEvent) { on_roll_back_value(); }));
- m_undo_to_sys_btn->Bind(wxEVT_BUTTON, ([this](wxCommandEvent) { on_roll_back_value(true); }));
+ //m_undo_to_sys_btn->Bind(wxEVT_BUTTON, ([this](wxCommandEvent) { on_roll_back_value(true); }));
/* m_search_btn->Bind(wxEVT_BUTTON, [](wxCommandEvent) { wxGetApp().plater()->search(false); });*/
// Colors for ui "decoration"
@@ -468,14 +468,7 @@ void Tab::create_preset_tab()
// so that the cursor jumps to the last item.
// BBS: bold selection
m_tabctrl->Bind(wxEVT_TAB_SEL_CHANGING, [this](wxCommandEvent& event) {
- if (m_disable_tree_sel_changed_event)
- return;
const auto sel_item = m_tabctrl->GetSelection();
- //OutputDebugStringA("wxEVT_TAB_SEL_CHANGING ");
- //OutputDebugStringA(m_title.c_str());
- //const auto selection = sel_item >= 0 ? m_tabctrl->GetItemText(sel_item) : "";
- //OutputDebugString(selection);
- //OutputDebugStringA("\n");
m_tabctrl->SetItemBold(sel_item, false);
});
m_tabctrl->Bind(wxEVT_TAB_SEL_CHANGED, [this](wxCommandEvent& event) {
@@ -1034,10 +1027,10 @@ void Tab::update_undo_buttons()
{
// BBS: restore all pages in preset
m_undo_btn-> SetBitmap_(m_presets->get_edited_preset().is_dirty ? m_bmp_value_revert: m_bmp_white_bullet);
- m_undo_to_sys_btn-> SetBitmap_(m_is_nonsys_values ? *m_bmp_non_system : m_bmp_value_lock);
+ //m_undo_to_sys_btn-> SetBitmap_(m_is_nonsys_values ? *m_bmp_non_system : m_bmp_value_lock);
m_undo_btn->SetToolTip(m_presets->get_edited_preset().is_dirty ? _L("Click to reset all settings to the last saved preset.") : m_ttg_white_bullet);
- m_undo_to_sys_btn->SetToolTip(m_is_nonsys_values ? *m_ttg_non_system : m_ttg_value_lock);
+ //m_undo_to_sys_btn->SetToolTip(m_is_nonsys_values ? *m_ttg_non_system : m_ttg_value_lock);
}
void Tab::on_roll_back_value(const bool to_sys /*= true*/)
@@ -2010,23 +2003,23 @@ void TabPrint::build()
auto page = add_options_page(L("Quality"), "custom-gcode_quality"); // ORCA: icon only visible on placeholders
auto optgroup = page->new_optgroup(L("Layer height"), L"param_layer_height");
- optgroup->append_single_option_line("layer_height");
- optgroup->append_single_option_line("initial_layer_print_height");
+ optgroup->append_single_option_line("layer_height","quality_settings_layer_height");
+ optgroup->append_single_option_line("initial_layer_print_height","quality_settings_layer_height");
optgroup = page->new_optgroup(L("Line width"), L"param_line_width");
- optgroup->append_single_option_line("line_width");
- optgroup->append_single_option_line("initial_layer_line_width");
- optgroup->append_single_option_line("outer_wall_line_width");
- optgroup->append_single_option_line("inner_wall_line_width");
- optgroup->append_single_option_line("top_surface_line_width");
- optgroup->append_single_option_line("sparse_infill_line_width");
- optgroup->append_single_option_line("internal_solid_infill_line_width");
- optgroup->append_single_option_line("support_line_width");
+ optgroup->append_single_option_line("line_width","quality_settings_line_width");
+ optgroup->append_single_option_line("initial_layer_line_width","quality_settings_line_width");
+ optgroup->append_single_option_line("outer_wall_line_width","quality_settings_line_width");
+ optgroup->append_single_option_line("inner_wall_line_width","quality_settings_line_width");
+ optgroup->append_single_option_line("top_surface_line_width","quality_settings_line_width");
+ optgroup->append_single_option_line("sparse_infill_line_width","quality_settings_line_width");
+ optgroup->append_single_option_line("internal_solid_infill_line_width","quality_settings_line_width");
+ optgroup->append_single_option_line("support_line_width","quality_settings_line_width");
optgroup = page->new_optgroup(L("Seam"), L"param_seam");
- optgroup->append_single_option_line("seam_position", "seam");
- optgroup->append_single_option_line("staggered_inner_seams", "seam");
- optgroup->append_single_option_line("seam_gap","seam");
+ optgroup->append_single_option_line("seam_position", "quality_settings_seam");
+ optgroup->append_single_option_line("staggered_inner_seams", "quality_settings_seam");
+ optgroup->append_single_option_line("seam_gap","quality_settings_seam");
optgroup->append_single_option_line("seam_slope_type", "seam#scarf-joint-seam");
optgroup->append_single_option_line("seam_slope_conditional", "seam#scarf-joint-seam");
optgroup->append_single_option_line("scarf_angle_threshold", "seam#scarf-joint-seam");
@@ -2038,10 +2031,10 @@ void TabPrint::build()
optgroup->append_single_option_line("seam_slope_steps", "seam#scarf-joint-seam");
optgroup->append_single_option_line("scarf_joint_flow_ratio", "seam#scarf-joint-seam");
optgroup->append_single_option_line("seam_slope_inner_walls", "seam#scarf-joint-seam");
- optgroup->append_single_option_line("role_based_wipe_speed","seam");
- optgroup->append_single_option_line("wipe_speed", "seam");
- optgroup->append_single_option_line("wipe_on_loops","seam");
- optgroup->append_single_option_line("wipe_before_external_loop","seam");
+ optgroup->append_single_option_line("role_based_wipe_speed","quality_settings_seam");
+ optgroup->append_single_option_line("wipe_speed", "quality_settings_seam");
+ optgroup->append_single_option_line("wipe_on_loops","quality_settings_seam");
+ optgroup->append_single_option_line("wipe_before_external_loop","quality_settings_seam");
optgroup = page->new_optgroup(L("Precision"), L"param_precision");
@@ -4746,19 +4739,28 @@ void Tab::rebuild_page_tree()
// To avoid redundant clear/activate functions call
// suppress activate page before page_tree rebuilding
m_disable_tree_sel_changed_event = true;
- m_tabctrl->DeleteAllItems();
+ int curr_item = 0;
for (auto p : m_pages)
{
if (!p->get_show())
continue;
- auto itemId = m_tabctrl->AppendItem(translate_category(p->title(), m_type), p->iconID());
- m_tabctrl->SetItemTextColour(itemId, p->get_item_colour() == m_modified_label_clr ? p->get_item_colour() : StateColor(
+ if (m_tabctrl->GetCount() <= curr_item) {
+ m_tabctrl->AppendItem(translate_category(p->title(), m_type), p->iconID());
+ } else {
+ m_tabctrl->SetItemText(curr_item, translate_category(p->title(), m_type));
+ }
+ m_tabctrl->SetItemTextColour(curr_item, p->get_item_colour() == m_modified_label_clr ? p->get_item_colour() : StateColor(
std::make_pair(0x6B6B6C, (int) StateColor::NotChecked),
std::make_pair(p->get_item_colour(), (int) StateColor::Normal)));
if (translate_category(p->title(), m_type) == selected)
- item = itemId;
+ item = curr_item;
+ curr_item++;
}
+ while (m_tabctrl->GetCount() > curr_item) {
+ m_tabctrl->DeleteItem(m_tabctrl->GetCount() - 1);
+ }
+
// BBS: on mac, root is selected, this fix it
m_tabctrl->Unselect();
// BBS: not select on hide tab
@@ -5273,10 +5275,10 @@ bool Tab::update_current_page_in_background(int& item)
// clear pages from the controlls
// BBS: fix after new layout, clear page in backgroud
- if (m_parent->is_active_and_shown_tab((wxPanel*)this))
- m_parent->clear_page();
for (auto p : m_pages)
p->clear();
+ if (m_parent->is_active_and_shown_tab((wxPanel*)this))
+ m_parent->clear_page();
update_undo_buttons();
diff --git a/src/slic3r/GUI/UserManager.cpp b/src/slic3r/GUI/UserManager.cpp
index 29f5f2d137d..4d3c1aceb2b 100644
--- a/src/slic3r/GUI/UserManager.cpp
+++ b/src/slic3r/GUI/UserManager.cpp
@@ -41,7 +41,7 @@ int UserManager::parse_json(std::string payload)
//bind
if (j_pre["bind"]["command"].get() == "bind") {
std::string dev_id;
- std:; string result;
+ std::string result;
if (j_pre["bind"].contains("dev_id")) {
dev_id = j_pre["bind"]["dev_id"].get();
diff --git a/src/slic3r/GUI/WebDownPluginDlg.cpp b/src/slic3r/GUI/WebDownPluginDlg.cpp
index 82d2816f2e6..a4f3cc93ce5 100644
--- a/src/slic3r/GUI/WebDownPluginDlg.cpp
+++ b/src/slic3r/GUI/WebDownPluginDlg.cpp
@@ -227,7 +227,7 @@ void DownPluginFrame::OnScriptMessage(wxWebViewEvent &evt)
auto plugin_folder = (boost::filesystem::path(wxStandardPaths::Get().GetUserDataDir().ToUTF8().data()) / "plugins").make_preferred().string();
desktop_open_any_folder(plugin_folder);
}
- } catch (std::exception &e) {
+ } catch (std::exception &) {
// wxMessageBox(e.what(), "json Exception", MB_OK);
}
}
diff --git a/src/slic3r/GUI/Widgets/TabCtrl.cpp b/src/slic3r/GUI/Widgets/TabCtrl.cpp
index 73d792a4e09..f766df864b2 100644
--- a/src/slic3r/GUI/Widgets/TabCtrl.cpp
+++ b/src/slic3r/GUI/Widgets/TabCtrl.cpp
@@ -117,7 +117,31 @@ int TabCtrl::AppendItem(const wxString &item,
bool TabCtrl::DeleteItem(int item)
{
- return false;
+ if (item < 0 || item >= btns.size()) {
+ return false;
+ }
+ const bool selection_changed = sel >= item;
+
+ if (selection_changed) {
+ sendTabCtrlEvent(true);
+ }
+
+ Button* btn = btns[item];
+ btn->Destroy();
+ btns.erase(btns.begin() + item);
+ sizer->Remove(item * 2);
+ if (btns.size() > 1)
+ sizer->GetItem(sizer->GetItemCount() - 1)->SetMinSize({0, 0});
+
+ if (selection_changed) {
+ sel--; // `relayout()` uses `sel` so we need to update this before calling `relayout()`
+ }
+ relayout();
+ if (selection_changed) {
+ sendTabCtrlEvent();
+ }
+
+ return true;
}
void TabCtrl::DeleteAllItems()
diff --git a/src/slic3r/GUI/Widgets/WebView.cpp b/src/slic3r/GUI/Widgets/WebView.cpp
index 11f431c308a..a84a1504161 100644
--- a/src/slic3r/GUI/Widgets/WebView.cpp
+++ b/src/slic3r/GUI/Widgets/WebView.cpp
@@ -373,7 +373,7 @@ bool WebView::RunScript(wxWebView *webView, wxString const &javascript)
}, NULL);
return true;
#endif
- } catch (std::exception &e) {
+ } catch (std::exception &) {
return false;
}
}