mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-10 05:52:44 +00:00
Compare commits
118 Commits
v1.8.0-bet
...
v1.8.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f5ec607b6a | ||
|
|
cb038d0469 | ||
|
|
698440d5a4 | ||
|
|
b2642039c7 | ||
|
|
4dcfd97181 | ||
|
|
9505f93717 | ||
|
|
bc05653a72 | ||
|
|
9af22da7d1 | ||
|
|
09c77c45da | ||
|
|
6c957d40d0 | ||
|
|
75c019a1a9 | ||
|
|
7566df566d | ||
|
|
2fc5a7d01e | ||
|
|
565732a027 | ||
|
|
e8ac1575e7 | ||
|
|
24ae038e0e | ||
|
|
f61c504696 | ||
|
|
bbdd580bb1 | ||
|
|
930e1b3bdf | ||
|
|
cf4aceec79 | ||
|
|
016d3a74eb | ||
|
|
3f3bd08a70 | ||
|
|
dcddf9974a | ||
|
|
b1a164b67f | ||
|
|
4754b38afa | ||
|
|
5213fbfa86 | ||
|
|
c03d58318a | ||
|
|
60424baac0 | ||
|
|
9731ea3277 | ||
|
|
b1c325a419 | ||
|
|
50f776fe6b | ||
|
|
15358b211d | ||
|
|
da4e7817a8 | ||
|
|
153cba58e5 | ||
|
|
4f48afd6fe | ||
|
|
4e5e5a7ae8 | ||
|
|
714667ee1c | ||
|
|
de35ff9a6c | ||
|
|
1e040f2fc3 | ||
|
|
09b84a0850 | ||
|
|
4645943360 | ||
|
|
c860680b21 | ||
|
|
edb5676dd1 | ||
|
|
109176864e | ||
|
|
c5a10b302a | ||
|
|
466a17b8b4 | ||
|
|
120a3576a0 | ||
|
|
1b53d1b72d | ||
|
|
2203131211 | ||
|
|
97502df924 | ||
|
|
f16feff2a4 | ||
|
|
333287535b | ||
|
|
cd8f555714 | ||
|
|
22abe8cc9d | ||
|
|
df0a49a73d | ||
|
|
2d849fec6c | ||
|
|
42f8efc0d8 | ||
|
|
e001b66192 | ||
|
|
132e531fb8 | ||
|
|
94e35737e6 | ||
|
|
472821922a | ||
|
|
9c34a8c082 | ||
|
|
70f28ba3c1 | ||
|
|
5788fd30e7 | ||
|
|
c0a8f430f8 | ||
|
|
9f599cd51f | ||
|
|
bea9b54689 | ||
|
|
4eae93080f | ||
|
|
fcc4b03054 | ||
|
|
c24648d470 | ||
|
|
129547f2ce | ||
|
|
e018e0ade0 | ||
|
|
7510eb6f72 | ||
|
|
efaf2f8e34 | ||
|
|
35f65893f8 | ||
|
|
e0aae93c0a | ||
|
|
36ffb18059 | ||
|
|
528fb630bc | ||
|
|
f1345d276b | ||
|
|
905d104ded | ||
|
|
915c112ee5 | ||
|
|
8fcaef53f7 | ||
|
|
01ff70197b | ||
|
|
e7507e1af5 | ||
|
|
4fe80bcbc5 | ||
|
|
70c5178e50 | ||
|
|
aba3c8ab31 | ||
|
|
1c9c1d69ad | ||
|
|
cfcba09d9d | ||
|
|
fcb289124e | ||
|
|
d574816aef | ||
|
|
61e05f9bd1 | ||
|
|
06f966e43a | ||
|
|
261393b649 | ||
|
|
86701d2c87 | ||
|
|
46b31a41bf | ||
|
|
b7d9899ef3 | ||
|
|
2da64eb1b3 | ||
|
|
9bc030e486 | ||
|
|
ac67387c7d | ||
|
|
ca3a62fba8 | ||
|
|
48fc21d59a | ||
|
|
95dc4b7c6d | ||
|
|
7e91d68493 | ||
|
|
3fca10d7f8 | ||
|
|
79c36c8d27 | ||
|
|
9c1c582464 | ||
|
|
e32e717a75 | ||
|
|
6fe5abc8cc | ||
|
|
338f4609f3 | ||
|
|
7ff4005c22 | ||
|
|
363c256668 | ||
|
|
457b847aee | ||
|
|
99012660c9 | ||
|
|
db97f91abc | ||
|
|
cee0cbe49a | ||
|
|
937f5b44e2 | ||
|
|
2021c2bf97 |
7
.github/workflows/build_orca.yml
vendored
7
.github/workflows/build_orca.yml
vendored
@@ -224,6 +224,13 @@ jobs:
|
||||
with:
|
||||
name: OrcaSlicer_Windows_V${{ env.ver }}
|
||||
path: ${{ github.workspace }}/build/OrcaSlicer*.exe
|
||||
|
||||
- name: Upload artifacts Win PDB
|
||||
if: matrix.os == 'windows-latest'
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: OrcaSlicer_Windows_V${{ env.ver }}_pdb
|
||||
path: ${{ github.workspace }}/build/src/Release/*.pdb
|
||||
# Ubuntu
|
||||
|
||||
- name: Install dependencies
|
||||
|
||||
26
.github/workflows/orca_bot.yml
vendored
Normal file
26
.github/workflows/orca_bot.yml
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
name: Orca bot
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
jobs:
|
||||
close-issues:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: actions/stale@v5
|
||||
with:
|
||||
days-before-issue-stale: 90
|
||||
days-before-issue-close: 14
|
||||
operations-per-run: 1000
|
||||
stale-issue-label: "stale"
|
||||
ascending: true
|
||||
stale-issue-message: "GitHub bot: this issue is stale because it has been open for 90 days with no activity."
|
||||
close-issue-message: "GitHub bot: This issue was closed because it has been inactive for 14 days since being marked as stale."
|
||||
days-before-pr-stale: -1
|
||||
days-before-pr-close: -1
|
||||
remove-issue-stale-when-updated: true
|
||||
remove-pr-stale-when-updated: true
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
18
README.md
18
README.md
@@ -83,12 +83,28 @@ Their generous support enables me to purchase filaments and other essential 3D p
|
||||
Thank you! :)
|
||||
|
||||
### Sponsors:
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://peopoly.net/">
|
||||
<img src="SoftFever_doc\sponsor_logos\peopoly-standard-logo.png" alt="Peopoly" width="64" height="">
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://qidi3d.com/">
|
||||
<img src="SoftFever_doc\sponsor_logos\QIDI.png" alt="QIDI" width="64" height="">
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
### Backers:
|
||||
*todo: extract ko-fi backers list*
|
||||
Ko-fi supporters: [Backers list](https://github.com/SoftFever/OrcaSlicer/wiki/OrcaSlicer-backers-%E2%80%90-28-Oct-2023)
|
||||
|
||||
Support me
|
||||
[](https://ko-fi.com/G2G5IP3CP)
|
||||
|
||||
BIN
SoftFever_doc/sponsor_logos/QIDI.png
Normal file
BIN
SoftFever_doc/sponsor_logos/QIDI.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 62 KiB |
@@ -1 +1,35 @@
|
||||
WIP
|
||||
OrcaSlicer use `M106 P2` command to control auxiliary cooling fan.
|
||||
|
||||
If you are using Klipper, you can define a `M106` macro to control the both normal part cooling fan and auxiliary fan and exhuast fan.
|
||||
Below is a reference configuration for Klipper.
|
||||
*Note: Don't forget to change the pin name to the actual pin name you are using in the configuration*
|
||||
|
||||
```
|
||||
# instead of using [fan], we define the default part cooling fan with [fan_generic] here
|
||||
# this is the default part cooling fan
|
||||
[fan_generic fan0]
|
||||
pin: PA7
|
||||
cycle_time: 0.01
|
||||
hardware_pwm: false
|
||||
|
||||
# this is the auxiliary fan
|
||||
# comment out it if you don't have auxiliary fan
|
||||
[fan_generic fan2]
|
||||
pin: PA8
|
||||
cycle_time: 0.01
|
||||
hardware_pwm: false
|
||||
|
||||
# this is the exhaust fan
|
||||
# comment out it if you don't have exhaust fan
|
||||
[fan_generic fan3]
|
||||
pin: PA9
|
||||
cycle_time: 0.01
|
||||
hardware_pwm: false
|
||||
|
||||
[gcode_macro M106]
|
||||
gcode:
|
||||
{% set fan = 'fan' + (params.P|int if params.P is defined else 0)|string %}
|
||||
{% set speed = (params.S|int if params.S is defined else 255) %}
|
||||
SET_FAN_SPEED FAN={fan} SPEED={speed}
|
||||
|
||||
```
|
||||
|
||||
@@ -1 +1,52 @@
|
||||
WIP...
|
||||
OrcaSlicer use `M141/M191` command to control active chamber heater.
|
||||
|
||||
If `Activate temperature control` is checked, OrcaSlicer will insert `M191` command at the beginning of the gcode(before `Machine G-code`).
|
||||

|
||||
*Note: If the machine is equipped with an auxiliary fan, OrcaSlicer will automatically activate the fan during the heating period to help circulate air in the chamber.*
|
||||
|
||||
|
||||
There are two chamber temperature variables available that we can use in `Machine G-code` to control the chamber temperature, if you prefer:
|
||||
To access the chamber temperature set in the first filament, use:
|
||||
`M191 S{chamber_temperature[0]}`
|
||||
To use the overall chamber temperature, which is the highest chamber temperature set across all filaments, use:
|
||||
`M191 S{overall_chamber_temperature}`
|
||||
|
||||
|
||||
--------------------------Klipper--------------------------
|
||||
If you are using Klipper, you can define these macros to control the active chamber heater.
|
||||
Bellow is a reference configuration for Klipper.
|
||||
*Note: Don't forget to change the pin name/values to the actual values you are using in the configuration*
|
||||
|
||||
```
|
||||
[heater_generic chamber_heater]
|
||||
heater_pin:PB10
|
||||
max_power:1.0
|
||||
# Orca note: here the temperature sensor should be the sensor you are using for chamber temperature, not the PTC sensor
|
||||
sensor_type:NTC 100K MGB18-104F39050L32
|
||||
sensor_pin:PA1
|
||||
control = pid
|
||||
pid_Kp = 63.418
|
||||
pid_ki = 0.960
|
||||
pid_kd = 1244.716
|
||||
min_temp:0
|
||||
max_temp:70
|
||||
|
||||
[gcode_macro M141]
|
||||
gcode:
|
||||
SET_HEATER_TEMPERATURE HEATER=chamber_heater TARGET={params.S|default(0)}
|
||||
|
||||
[gcode_macro M191]
|
||||
gcode:
|
||||
{% set s = params.S|float %}
|
||||
{% if s == 0 %}
|
||||
# If target temperature is 0, do nothing
|
||||
M117 Chamber heating cancelled
|
||||
{% else %}
|
||||
SET_HEATER_TEMPERATURE HEATER=chamber_heater TARGET={s}
|
||||
# Orca: uncomment the following line if you want to use heat bed to assist chamber heating
|
||||
# M140 S100
|
||||
TEMPERATURE_WAIT SENSOR="heater_generic chamber_heater" MINIMUM={s-1} MAXIMUM={s+1}
|
||||
M117 Chamber at target temperature
|
||||
{% endif %}
|
||||
|
||||
```
|
||||
@@ -1 +1,35 @@
|
||||
WIP
|
||||
OrcaSlicer use `M106 P3` command to control air-filtration/exhuast fan.
|
||||
|
||||
If you are using Klipper, you can define a `M106` macro to control the both normal part cooling fan and auxiliary fan and exhuast fan.
|
||||
Below is a reference configuration for Klipper.
|
||||
*Note: Don't forget to change the pin name to the actual pin name you are using in the configuration*
|
||||
|
||||
```
|
||||
# instead of using [fan], we define the default part cooling fan with [fan_generic] here
|
||||
# this is the default part cooling fan
|
||||
[fan_generic fan0]
|
||||
pin: PA7
|
||||
cycle_time: 0.01
|
||||
hardware_pwm: false
|
||||
|
||||
# this is the auxiliary fan
|
||||
# comment out it if you don't have auxiliary fan
|
||||
[fan_generic fan2]
|
||||
pin: PA8
|
||||
cycle_time: 0.01
|
||||
hardware_pwm: false
|
||||
|
||||
# this is the exhaust fan
|
||||
# comment out it if you don't have exhaust fan
|
||||
[fan_generic fan3]
|
||||
pin: PA9
|
||||
cycle_time: 0.01
|
||||
hardware_pwm: false
|
||||
|
||||
[gcode_macro M106]
|
||||
gcode:
|
||||
{% set fan = 'fan' + (params.P|int if params.P is defined else 0)|string %}
|
||||
{% set speed = (params.S|int if params.S is defined else 255) %}
|
||||
SET_FAN_SPEED FAN={fan} SPEED={speed}
|
||||
|
||||
```
|
||||
|
||||
BIN
doc/images/activate_chamber_heater.jpg
Normal file
BIN
doc/images/activate_chamber_heater.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-24 19:49+0800\n"
|
||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -489,27 +489,12 @@ msgstr ""
|
||||
msgid "Remove selection"
|
||||
msgstr ""
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr ""
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr ""
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr ""
|
||||
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
msgid "Thickness"
|
||||
msgstr ""
|
||||
|
||||
msgid "Input text"
|
||||
msgstr ""
|
||||
|
||||
msgid "Embeded"
|
||||
msgstr ""
|
||||
|
||||
msgid "Text Gap"
|
||||
msgstr ""
|
||||
|
||||
@@ -521,12 +506,24 @@ msgid ""
|
||||
"depth"
|
||||
msgstr ""
|
||||
|
||||
msgid "Input text"
|
||||
msgstr ""
|
||||
|
||||
msgid "Surface"
|
||||
msgstr ""
|
||||
|
||||
msgid "Horizontal text"
|
||||
msgstr ""
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr ""
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr ""
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr ""
|
||||
|
||||
msgid "Ctrl+"
|
||||
msgstr ""
|
||||
|
||||
@@ -608,11 +605,6 @@ msgstr ""
|
||||
msgid "WebView2 Runtime"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"OrcaSlicer configuration file may be corrupted and is not abled to be parsed."
|
||||
"Please delete the file and try again."
|
||||
msgstr ""
|
||||
|
||||
#, possible-c-format, possible-boost-format
|
||||
msgid ""
|
||||
"%s\n"
|
||||
@@ -638,6 +630,13 @@ msgstr ""
|
||||
msgid "Info"
|
||||
msgstr ""
|
||||
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
msgid "Rebuild"
|
||||
msgstr ""
|
||||
|
||||
@@ -3527,7 +3526,7 @@ msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Another virtual camera is running.\n"
|
||||
"Bambu Studio supports only a single virtual camera.\n"
|
||||
"Orca Slicer supports only a single virtual camera.\n"
|
||||
"Do you want to stop this virtual camera?"
|
||||
msgstr ""
|
||||
|
||||
@@ -3638,7 +3637,7 @@ msgid "Failed to parse model infomations."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it whthBambu Studio "
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer "
|
||||
"and export a new .gcode.3mf file."
|
||||
msgstr ""
|
||||
|
||||
@@ -4529,7 +4528,7 @@ msgid "Project downloaded %d%%"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Importing to Bambu Studio failed. Please download the file and manually "
|
||||
"Importing to Orca Slicer failed. Please download the file and manually "
|
||||
"import it."
|
||||
msgstr ""
|
||||
|
||||
@@ -4750,6 +4749,15 @@ msgstr ""
|
||||
msgid "Units"
|
||||
msgstr ""
|
||||
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
msgid "Default Page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Set the page opened on startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Zoom to mouse position"
|
||||
msgstr ""
|
||||
|
||||
@@ -4764,6 +4772,12 @@ msgstr ""
|
||||
msgid "If enabled, use free camera. If not enabled, use constrained camera."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show splash screen"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show \"Tip of the day\" notification after start"
|
||||
msgstr ""
|
||||
|
||||
@@ -4815,12 +4829,6 @@ msgstr ""
|
||||
msgid "If enabled, sets OrcaSlicer as default application to open .step files"
|
||||
msgstr ""
|
||||
|
||||
msgid "Online Models"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show online staff-picked models on the home page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum recent projects"
|
||||
msgstr ""
|
||||
|
||||
@@ -5351,7 +5359,7 @@ msgstr ""
|
||||
msgid "An SD card needs to be inserted before send to printer SD card."
|
||||
msgstr ""
|
||||
|
||||
msgid "The printer is required to be in the same LAN as Bambu Studio."
|
||||
msgid "The printer is required to be in the same LAN as Orca Slicer."
|
||||
msgstr ""
|
||||
|
||||
msgid "The printer does not support sending to printer SD card."
|
||||
@@ -5760,6 +5768,9 @@ msgstr ""
|
||||
msgid "Change filament G-code"
|
||||
msgstr ""
|
||||
|
||||
msgid "Change extrusion role G-code"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pause G-code"
|
||||
msgstr ""
|
||||
|
||||
@@ -6347,14 +6358,14 @@ msgid "Network plug-in update"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Click OK to update the Network plug-in when Bambu Studio launches next time."
|
||||
"Click OK to update the Network plug-in when Orca Slicer launches next time."
|
||||
msgstr ""
|
||||
|
||||
#, possible-c-format, possible-boost-format
|
||||
msgid "A new Network plug-in(%s) available, Do you want to install it?"
|
||||
msgstr ""
|
||||
|
||||
msgid "New version of Bambu Studio"
|
||||
msgid "New version of Orca Slicer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Don't remind me of this version again"
|
||||
@@ -6367,7 +6378,7 @@ msgid "LAN Connection Failed (Sending print file)"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Step 1, please confirm Bambu Studio and your printer are in the same LAN."
|
||||
"Step 1, please confirm Orca Slicer and your printer are in the same LAN."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -7399,6 +7410,14 @@ msgstr ""
|
||||
msgid "End G-code when finish the printing of this filament"
|
||||
msgstr ""
|
||||
|
||||
msgid "Ensure vertical shell thickness"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
"thickness (top+bottom solid layers)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Top surface pattern"
|
||||
msgstr ""
|
||||
|
||||
@@ -8533,7 +8552,10 @@ msgstr ""
|
||||
msgid "Min print speed"
|
||||
msgstr ""
|
||||
|
||||
msgid "The minimum printing speed when slow down for cooling"
|
||||
msgid ""
|
||||
"The minimum printing speed for the filament when slow down for better layer "
|
||||
"cooling is enabled, when printing overhangs and when feature speeds are not "
|
||||
"specified explicitly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Nozzle diameter"
|
||||
@@ -8766,22 +8788,6 @@ msgid ""
|
||||
"print when travel move. Using spiral line to lift z can prevent stringing"
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop lower boundary"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Z hop will only come into effect when Z is above this value and is below the "
|
||||
"parameter: \"Z hop upper boundary\""
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop upper boundary"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"If this value is positive, Z hop will only come into effect when Z is above "
|
||||
"the parameter: \"Z hop lower boundary\" and is below this value"
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop type"
|
||||
msgstr ""
|
||||
|
||||
@@ -9436,6 +9442,9 @@ msgid ""
|
||||
"tool change"
|
||||
msgstr ""
|
||||
|
||||
msgid "This gcode is inserted when the extrusion role is changed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Line width for top surfaces. If expressed as a %, it will be computed over "
|
||||
"the nozzle diameter."
|
||||
@@ -9731,6 +9740,15 @@ msgid ""
|
||||
"itself. It's expressed as a percentage over nozzle diameter"
|
||||
msgstr ""
|
||||
|
||||
msgid "Detect narrow internal solid infill"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This option will auto detect narrow internal solid infill area. If enabled, "
|
||||
"concentric pattern will be used for the area to speed printing up. "
|
||||
"Otherwise, rectilinear pattern is used defaultly."
|
||||
msgstr ""
|
||||
|
||||
msgid "invalid value "
|
||||
msgstr ""
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-24 19:49+0800\n"
|
||||
"POT-Creation-Date: 2023-11-10 11:25+0100\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: Heiko Liebscher <hliebschergmail.com>\n"
|
||||
"Language-Team: \n"
|
||||
@@ -148,7 +148,7 @@ msgid "Bucket fill"
|
||||
msgstr "Flächenfüllung"
|
||||
|
||||
msgid "Height range"
|
||||
msgstr "Höhenreichweite"
|
||||
msgstr "Höhenbereich"
|
||||
|
||||
msgid "Ctrl + Shift + Enter"
|
||||
msgstr "Strg + Umschalt + Eingabetaste"
|
||||
@@ -163,7 +163,7 @@ msgid "Triangle"
|
||||
msgstr "Dreieck"
|
||||
|
||||
msgid "Height Range"
|
||||
msgstr "Höhenreichweite"
|
||||
msgstr "Höhenbereich"
|
||||
|
||||
msgid "Vertical"
|
||||
msgstr "Vertikal"
|
||||
@@ -494,27 +494,12 @@ msgstr "Naht aufmalen"
|
||||
msgid "Remove selection"
|
||||
msgstr "Auswahl entfernen"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Umschalttaste + Mausbewegung nach oben oder unten"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Text drehen"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "Text zufügen"
|
||||
|
||||
msgid "Font"
|
||||
msgstr "Schiftart"
|
||||
|
||||
msgid "Thickness"
|
||||
msgstr "Dicke"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "Text eingeben"
|
||||
|
||||
msgid "Embeded"
|
||||
msgstr "Eingebettet"
|
||||
|
||||
msgid "Text Gap"
|
||||
msgstr "Textabstand"
|
||||
|
||||
@@ -528,12 +513,24 @@ msgstr ""
|
||||
"Eingebettete\n"
|
||||
"Tiefe"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "Text eingeben"
|
||||
|
||||
msgid "Surface"
|
||||
msgstr "Oberfläche"
|
||||
|
||||
msgid "Horizontal text"
|
||||
msgstr "Horizontaler Text"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Umschalttaste + Mausbewegung nach oben oder unten"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Text drehen"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "Text zufügen"
|
||||
|
||||
msgid "Ctrl+"
|
||||
msgstr "Strg +"
|
||||
|
||||
@@ -627,14 +624,6 @@ msgstr ""
|
||||
msgid "WebView2 Runtime"
|
||||
msgstr "WebView2-Runtime"
|
||||
|
||||
msgid ""
|
||||
"OrcaSlicer configuration file may be corrupted and is not abled to be parsed."
|
||||
"Please delete the file and try again."
|
||||
msgstr ""
|
||||
"Die OrcaSlicer-Konfigurationsdatei ist möglicherweise beschädigt und kann "
|
||||
"nicht geladen werden. Bitte löschen Sie die Datei und versuchen Sie es "
|
||||
"erneut."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"%s\n"
|
||||
@@ -664,6 +653,18 @@ msgstr "Dies ist die neueste Version."
|
||||
msgid "Info"
|
||||
msgstr "Info"
|
||||
|
||||
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."
|
||||
msgstr ""
|
||||
"Die OrcaSlicer-Konfigurationsdatei ist möglicherweise beschädigt und kann "
|
||||
"nicht analysiert werden.\n"
|
||||
"OrcaSlicer hat versucht, die Konfigurationsdatei neu zu erstellen.\n"
|
||||
"Bitte beachten Sie, dass die Anwendungseinstellungen verloren gehen, die "
|
||||
"Druckerprofile jedoch nicht betroffen sind."
|
||||
|
||||
msgid "Rebuild"
|
||||
msgstr "Wiederaufbau"
|
||||
|
||||
@@ -3222,7 +3223,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)."
|
||||
@@ -3847,11 +3848,11 @@ msgstr "Herunterladen des virtuellen Kameratools"
|
||||
|
||||
msgid ""
|
||||
"Another virtual camera is running.\n"
|
||||
"Bambu Studio supports only a single virtual camera.\n"
|
||||
"Orca Slicer supports only a single virtual camera.\n"
|
||||
"Do you want to stop this virtual camera?"
|
||||
msgstr ""
|
||||
"Eine weitere virtuelle Kamera wird verwendet.\n"
|
||||
"Bambu Studio unterstützt nur eine einzige virtuelle Kamera.\n"
|
||||
"Orca Slicer unterstützt nur eine einzige virtuelle Kamera.\n"
|
||||
"Möchten Sie diese virtuelle Kamera stoppen?"
|
||||
|
||||
#, c-format, boost-format
|
||||
@@ -3938,8 +3939,8 @@ msgstr "Laden fehlgeschlagen [%d]"
|
||||
msgid "You are going to delete %u file from printer. Are you sure to continue?"
|
||||
msgid_plural ""
|
||||
"You are going to delete %u files from printer. Are you sure to continue?"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[0] "Sie werden %u Datei vom Drucker löschen. Möchten Sie fortfahren?"
|
||||
msgstr[1] "Sie werden %u Dateien vom Drucker löschen. Möchten Sie fortfahren?"
|
||||
|
||||
msgid "Delete files"
|
||||
msgstr "Dateien löschen"
|
||||
@@ -3961,11 +3962,11 @@ msgid "Failed to parse model infomations."
|
||||
msgstr "Modellinformationen konnten nicht analysiert werden"
|
||||
|
||||
msgid ""
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it whthBambu Studio "
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer "
|
||||
"and export a new .gcode.3mf file."
|
||||
msgstr ""
|
||||
"Die .gcode.3mf-Datei enthält keine G-Code-Daten. Bitte slicen Sie sie mit "
|
||||
"Bambu Studio und exportieren Sie eine neue .gcode.3mf-Datei."
|
||||
"Orca Slicer und exportieren Sie eine neue .gcode.3mf-Datei."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "File '%s' was lost! Please download it again."
|
||||
@@ -4380,8 +4381,8 @@ msgstr[1] "%1$d Objekte haben gemalte Farben."
|
||||
#, c-format, boost-format
|
||||
msgid "%1$d object was loaded as a part of cut object."
|
||||
msgid_plural "%1$d objects were loaded as parts of cut object"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[0] "%1$d Objekt wurde als Teil des geschnittenen Objekts geladen."
|
||||
msgstr[1] "%1$d Objekte wurden als Teile des geschnittenen Objekts geladen."
|
||||
|
||||
msgid "ERROR"
|
||||
msgstr "FEHLER"
|
||||
@@ -4945,10 +4946,10 @@ msgid "Project downloaded %d%%"
|
||||
msgstr "Projekt heruntergeladen %d%%"
|
||||
|
||||
msgid ""
|
||||
"Importing to Bambu Studio failed. Please download the file and manually "
|
||||
"Importing to Orca Slicer failed. Please download the file and manually "
|
||||
"import it."
|
||||
msgstr ""
|
||||
"Der Import in Bambu Studio ist fehlgeschlagen. Bitte laden Sie die Datei "
|
||||
"Der Import in Orca Slicer ist fehlgeschlagen. Bitte laden Sie die Datei "
|
||||
"manuell herunter und importieren Sie sie."
|
||||
|
||||
msgid "The selected file"
|
||||
@@ -5186,6 +5187,15 @@ msgstr "Imperial"
|
||||
msgid "Units"
|
||||
msgstr "Einheiten"
|
||||
|
||||
msgid "Home"
|
||||
msgstr "Startseite"
|
||||
|
||||
msgid "Default Page"
|
||||
msgstr "Standardseite"
|
||||
|
||||
msgid "Set the page opened on startup."
|
||||
msgstr "Legen Sie die Seite fest, die beim Start geöffnet wird."
|
||||
|
||||
msgid "Zoom to mouse position"
|
||||
msgstr "Zum Mausposition zoomen"
|
||||
|
||||
@@ -5202,6 +5212,12 @@ msgstr "Freie Kamera verwenden"
|
||||
msgid "If enabled, use free camera. If not enabled, use constrained camera."
|
||||
msgstr "Wenn aktiviert, wird die freie Kamera verwendet."
|
||||
|
||||
msgid "Show splash screen"
|
||||
msgstr "Splash-Screen anzeigen"
|
||||
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr "Zeige den Splash-Screen beim Start."
|
||||
|
||||
msgid "Show \"Tip of the day\" notification after start"
|
||||
msgstr "Benachrichtigung \"Tipp des Tages\" nach dem Start anzeigen"
|
||||
|
||||
@@ -5260,12 +5276,6 @@ msgstr ""
|
||||
"Wenn aktiviert, wird OrcaSlicer als Standardanwendung zum Öffnen von .step-"
|
||||
"Dateien festgelegt"
|
||||
|
||||
msgid "Online Models"
|
||||
msgstr "Online-Modelle"
|
||||
|
||||
msgid "Show online staff-picked models on the home page"
|
||||
msgstr "Von Mitarbeitern ausgewählte Online-Models auf der Startseite anzeigen"
|
||||
|
||||
msgid "Maximum recent projects"
|
||||
msgstr "Höchstanzahl an letzten Projekten"
|
||||
|
||||
@@ -5848,8 +5858,8 @@ msgstr ""
|
||||
"Bevor Sie die Datei an die SD-Karte des Druckers senden können, muss eine SD-"
|
||||
"Karte eingelegt werden."
|
||||
|
||||
msgid "The printer is required to be in the same LAN as Bambu Studio."
|
||||
msgstr "Der Drucker muss sich im selben LAN befinden wie Bambu Studio."
|
||||
msgid "The printer is required to be in the same LAN as Orca Slicer."
|
||||
msgstr "Der Drucker muss sich im selben LAN befinden wie Orca Slicer."
|
||||
|
||||
msgid "The printer does not support sending to printer SD card."
|
||||
msgstr ""
|
||||
@@ -6054,13 +6064,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"
|
||||
@@ -6343,6 +6353,9 @@ msgstr "Zeitraffer G-Code"
|
||||
msgid "Change filament G-code"
|
||||
msgstr "Filamentwechsel G-Code"
|
||||
|
||||
msgid "Change extrusion role G-code"
|
||||
msgstr "Ändere den G-Code der Extrusionsart"
|
||||
|
||||
msgid "Pause G-code"
|
||||
msgstr "Pausen G-Code"
|
||||
|
||||
@@ -6969,7 +6982,7 @@ msgid "Network plug-in update"
|
||||
msgstr "Aktualisierung des Netzwerk-Plugins"
|
||||
|
||||
msgid ""
|
||||
"Click OK to update the Network plug-in when Bambu Studio launches next time."
|
||||
"Click OK to update the Network plug-in when Orca Slicer launches next time."
|
||||
msgstr ""
|
||||
"Klicken Sie auf OK, um das Netzwerk-Plugin beim nächsten Start von Bambu "
|
||||
"Studio zu aktualisieren."
|
||||
@@ -6979,8 +6992,8 @@ msgid "A new Network plug-in(%s) available, Do you want to install it?"
|
||||
msgstr ""
|
||||
"Ein neues Netzwerk-Plug-in (%s) verfügbar, möchten Sie es installieren?"
|
||||
|
||||
msgid "New version of Bambu Studio"
|
||||
msgstr "Neue Version von Bambu Studio"
|
||||
msgid "New version of Orca Slicer"
|
||||
msgstr "Neue Version von Orca Slicer"
|
||||
|
||||
msgid "Don't remind me of this version again"
|
||||
msgstr "Erinnern Sie mich nicht mehr an diese Version."
|
||||
@@ -6992,9 +7005,9 @@ msgid "LAN Connection Failed (Sending print file)"
|
||||
msgstr "LAN-Verbindung fehlgeschlagen (Senden einer Druckdatei)"
|
||||
|
||||
msgid ""
|
||||
"Step 1, please confirm Bambu Studio and your printer are in the same LAN."
|
||||
"Step 1, please confirm Orca Slicer and your printer are in the same LAN."
|
||||
msgstr ""
|
||||
"Schritt 1: Vergewissern Sie sich, dass Bambu Studio und Ihr Drucker sich im "
|
||||
"Schritt 1: Vergewissern Sie sich, dass Orca Slicer und Ihr Drucker sich im "
|
||||
"selben LAN befinden."
|
||||
|
||||
msgid ""
|
||||
@@ -8258,6 +8271,16 @@ msgstr "End G-Code nach dem fertigstellen des Drucks hinzufügen."
|
||||
msgid "End G-code when finish the printing of this filament"
|
||||
msgstr "End-G-Code hinzufügen, wenn der Druck dieses Filaments beenden ist."
|
||||
|
||||
msgid "Ensure vertical shell thickness"
|
||||
msgstr "Sicherstellung der vertikalen Wanddicke"
|
||||
|
||||
msgid ""
|
||||
"Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
"thickness (top+bottom solid layers)"
|
||||
msgstr ""
|
||||
"In der Nähe von schrägen Flächen massive Füllungen hinzufügen, um die "
|
||||
"vertikale Wanddicke zu gewährleisten (obere + untere massive Schichten)."
|
||||
|
||||
msgid "Top surface pattern"
|
||||
msgstr "Muster der Oberfläche"
|
||||
|
||||
@@ -9008,13 +9031,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 "
|
||||
@@ -9668,10 +9691,14 @@ msgstr ""
|
||||
msgid "Min print speed"
|
||||
msgstr "Minimale Druckgeschwindigkeit"
|
||||
|
||||
msgid "The minimum printing speed when slow down for cooling"
|
||||
msgid ""
|
||||
"The minimum printing speed for the filament when slow down for better layer "
|
||||
"cooling is enabled, when printing overhangs and when feature speeds are not "
|
||||
"specified explicitly."
|
||||
msgstr ""
|
||||
"Die minimale Druckgeschwindigkeit wenn diese für eine bessere Kühlung "
|
||||
"verringert wird."
|
||||
"Die minimale Druckgeschwindigkeit für das Filament, wenn die Verlangsamung "
|
||||
"für eine bessere Schichtkühlung aktiviert ist, beim Drucken von Überhängen "
|
||||
"und wenn die Funktionen nicht explizit angegeben sind."
|
||||
|
||||
msgid "Nozzle diameter"
|
||||
msgstr "Düsendurchmesser"
|
||||
@@ -9960,26 +9987,6 @@ msgstr ""
|
||||
"bei der Verfahrbewegung gegen den Druck stößt. Die Verwendung einer "
|
||||
"Spirallinie zum Anheben von z kann Fadenbildung verhindern."
|
||||
|
||||
msgid "Z hop lower boundary"
|
||||
msgstr "Z-Hub untere Grenze"
|
||||
|
||||
msgid ""
|
||||
"Z hop will only come into effect when Z is above this value and is below the "
|
||||
"parameter: \"Z hop upper boundary\""
|
||||
msgstr ""
|
||||
"Z-Hub wird nur wirksam, wenn Z über diesem Wert liegt und unter dem "
|
||||
"Parameter: \"Z-Hub obere Grenze\" liegt"
|
||||
|
||||
msgid "Z hop upper boundary"
|
||||
msgstr "Z-Hub obere Grenze"
|
||||
|
||||
msgid ""
|
||||
"If this value is positive, Z hop will only come into effect when Z is above "
|
||||
"the parameter: \"Z hop lower boundary\" and is below this value"
|
||||
msgstr ""
|
||||
"Wenn dieser Wert positiv ist, wird der Z-Hub nur wirksam, wenn Z über dem "
|
||||
"Parameter: \"Z-Hub untere Grenze\" liegt und unter diesem Wert liegt"
|
||||
|
||||
msgid "Z hop type"
|
||||
msgstr "Z-Hub Typ"
|
||||
|
||||
@@ -10356,7 +10363,7 @@ msgid "Close holes"
|
||||
msgstr "Löcher schließen"
|
||||
|
||||
msgid "Z offset"
|
||||
msgstr ""
|
||||
msgstr "Z-Offset"
|
||||
|
||||
msgid ""
|
||||
"This value will be added (or subtracted) from all the Z coordinates in the "
|
||||
@@ -10364,6 +10371,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 ""
|
||||
"Dieser Wert wird zu allen Z-Koordinaten im Ausgabe-G-Code addiert (oder "
|
||||
"subtrahiert). Er wird verwendet, um die schlechte Z-Endschalterposition zu "
|
||||
"kompensieren: Wenn Ihr Endschalter-Nullpunkt tatsächlich die Düse 0,3 mm vom "
|
||||
"Druckbett entfernt lässt, setzen Sie diesen Wert auf -0,3 (oder korrigieren "
|
||||
"Sie Ihren Endschalter)."
|
||||
|
||||
msgid "Enable support"
|
||||
msgstr "Stützstrukturen aktivieren"
|
||||
@@ -10796,6 +10808,9 @@ msgstr ""
|
||||
"Dieser G-Code wird beim Filamentwechsel eingefügt, einschließlich des T-"
|
||||
"Befehls zum Auslösen des Werkzeugwechsels"
|
||||
|
||||
msgid "This gcode is inserted when the extrusion role is changed"
|
||||
msgstr "Dieser G-Code wird beim Wechsel der Extrusionsart eingefügt"
|
||||
|
||||
msgid ""
|
||||
"Line width for top surfaces. If expressed as a %, it will be computed over "
|
||||
"the nozzle diameter."
|
||||
@@ -11196,6 +11211,19 @@ msgstr ""
|
||||
"Dicke des Features, wird die Wand so dick wie das Feature selbst. Wird als "
|
||||
"Prozentsatz des Düsendurchmessers angegeben."
|
||||
|
||||
msgid "Detect narrow internal solid infill"
|
||||
msgstr "Erkennen einer schmalen internen soliden Füllung"
|
||||
|
||||
msgid ""
|
||||
"This option will auto detect narrow internal solid infill area. If enabled, "
|
||||
"concentric pattern will be used for the area to speed printing up. "
|
||||
"Otherwise, rectilinear pattern is used defaultly."
|
||||
msgstr ""
|
||||
"Mit dieser Option wird ein schmaler innerer Füllbereich automatisch erkannt. "
|
||||
"Wenn diese Option aktiviert ist, wird ein konzentrisches Muster für den "
|
||||
"Bereich verwendet, um den Druck zu beschleunigen. Andernfalls wird "
|
||||
"standardmäßig ein geradliniges Muster verwendet."
|
||||
|
||||
msgid "invalid value "
|
||||
msgstr "Ungültiger Wert"
|
||||
|
||||
@@ -12702,6 +12730,49 @@ msgstr ""
|
||||
"höherer Gehäusetemperatur verringern. Weitere Informationen dazu finden Sie "
|
||||
"in der Wiki."
|
||||
|
||||
#~ msgid "Embeded"
|
||||
#~ msgstr "Eingebettet"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "OrcaSlicer configuration file may be corrupted and is not abled to be "
|
||||
#~ "parsed.Please delete the file and try again."
|
||||
#~ msgstr ""
|
||||
#~ "Die OrcaSlicer-Konfigurationsdatei ist möglicherweise beschädigt und kann "
|
||||
#~ "nicht geladen werden. Bitte löschen Sie die Datei und versuchen Sie es "
|
||||
#~ "erneut."
|
||||
|
||||
#~ msgid "Online Models"
|
||||
#~ msgstr "Online-Modelle"
|
||||
|
||||
#~ msgid "Show online staff-picked models on the home page"
|
||||
#~ msgstr ""
|
||||
#~ "Von Mitarbeitern ausgewählte Online-Models auf der Startseite anzeigen"
|
||||
|
||||
#~ msgid "Z hop lower boundary"
|
||||
#~ msgstr "Z-Hub untere Grenze"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Z hop will only come into effect when Z is above this value and is below "
|
||||
#~ "the parameter: \"Z hop upper boundary\""
|
||||
#~ msgstr ""
|
||||
#~ "Z-Hub wird nur wirksam, wenn Z über diesem Wert liegt und unter dem "
|
||||
#~ "Parameter: \"Z-Hub obere Grenze\" liegt"
|
||||
|
||||
#~ msgid "Z hop upper boundary"
|
||||
#~ msgstr "Z-Hub obere Grenze"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "If this value is positive, Z hop will only come into effect when Z is "
|
||||
#~ "above the parameter: \"Z hop lower boundary\" and is below this value"
|
||||
#~ msgstr ""
|
||||
#~ "Wenn dieser Wert positiv ist, wird der Z-Hub nur wirksam, wenn Z über dem "
|
||||
#~ "Parameter: \"Z-Hub untere Grenze\" liegt und unter diesem Wert liegt"
|
||||
|
||||
#~ msgid "The minimum printing speed when slow down for cooling"
|
||||
#~ msgstr ""
|
||||
#~ "Die minimale Druckgeschwindigkeit wenn diese für eine bessere Kühlung "
|
||||
#~ "verringert wird."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "There are currently no identical spare consumables available, and "
|
||||
#~ "automatic replenishment is currently not possible. \n"
|
||||
@@ -12727,16 +12798,6 @@ msgstr ""
|
||||
#~ msgid "Activate for better air filtration"
|
||||
#~ msgstr "Aktivieren Sie die Luftfilterung für eine bessere Luftfiltration"
|
||||
|
||||
#~ msgid "Ensure vertical shell thickness"
|
||||
#~ msgstr "Sicherstellung der vertikalen Wanddicke"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
#~ "thickness (top+bottom solid layers)"
|
||||
#~ msgstr ""
|
||||
#~ "In der Nähe von schrägen Flächen massive Füllungen hinzufügen, um die "
|
||||
#~ "vertikale Wanddicke zu gewährleisten (obere + untere massive Schichten)."
|
||||
|
||||
#~ msgid "Temperature of vitrificaiton"
|
||||
#~ msgstr "Verglasungstemperatur"
|
||||
|
||||
@@ -12772,19 +12833,6 @@ msgstr ""
|
||||
#~ "läuft während des Drucks mit dieser Geschwindigkeit, mit Ausnahme der "
|
||||
#~ "ersten Schichten, für die keine Kühlung vorgesehen ist."
|
||||
|
||||
#~ msgid "Detect narrow internal solid infill"
|
||||
#~ msgstr "Erkennen einer schmalen internen soliden Füllung"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "This option will auto detect narrow internal solid infill area. If "
|
||||
#~ "enabled, concentric pattern will be used for the area to speed printing "
|
||||
#~ "up. Otherwise, rectilinear pattern is used defaultly."
|
||||
#~ msgstr ""
|
||||
#~ "Mit dieser Option wird ein schmaler innerer Füllbereich automatisch "
|
||||
#~ "erkannt. Wenn diese Option aktiviert ist, wird ein konzentrisches Muster "
|
||||
#~ "für den Bereich verwendet, um den Druck zu beschleunigen. Andernfalls "
|
||||
#~ "wird standardmäßig ein geradliniges Muster verwendet."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Filter out gaps smaller than the threshold specified. This setting won't "
|
||||
#~ "affect top/bottom layers"
|
||||
|
||||
@@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-24 19:49+0800\n"
|
||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
@@ -11,7 +11,7 @@ msgstr ""
|
||||
"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: Poedit 3.3.2\n"
|
||||
"X-Generator: Poedit 3.4.1\n"
|
||||
|
||||
msgid "Supports Painting"
|
||||
msgstr "Support Painting"
|
||||
@@ -491,27 +491,12 @@ msgstr "Seam painting"
|
||||
msgid "Remove selection"
|
||||
msgstr "Remove selection"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + Mouse move up or dowm"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Rotate text"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "Text shape"
|
||||
|
||||
msgid "Font"
|
||||
msgstr "Font"
|
||||
|
||||
msgid "Thickness"
|
||||
msgstr "Thickness"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "Input text"
|
||||
|
||||
msgid "Embeded"
|
||||
msgstr "Embedded"
|
||||
|
||||
msgid "Text Gap"
|
||||
msgstr "Text Gap"
|
||||
|
||||
@@ -523,12 +508,24 @@ msgid ""
|
||||
"depth"
|
||||
msgstr "Embedded depth"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "Input text"
|
||||
|
||||
msgid "Surface"
|
||||
msgstr "Surface"
|
||||
|
||||
msgid "Horizontal text"
|
||||
msgstr "Horizontal text"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + Mouse move up or dowm"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Rotate text"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "Text shape"
|
||||
|
||||
msgid "Ctrl+"
|
||||
msgstr "Ctrl+"
|
||||
|
||||
@@ -612,11 +609,6 @@ msgstr ""
|
||||
msgid "WebView2 Runtime"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"OrcaSlicer configuration file may be corrupted and is not abled to be parsed."
|
||||
"Please delete the file and try again."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"%s\n"
|
||||
@@ -644,6 +636,13 @@ msgstr "This is the newest version."
|
||||
msgid "Info"
|
||||
msgstr "Info"
|
||||
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
msgid "Rebuild"
|
||||
msgstr "Rebuild"
|
||||
|
||||
@@ -3700,11 +3699,11 @@ msgstr "Downloading Virtual Camera Tools"
|
||||
|
||||
msgid ""
|
||||
"Another virtual camera is running.\n"
|
||||
"Bambu Studio supports only a single virtual camera.\n"
|
||||
"Orca Slicer supports only a single virtual camera.\n"
|
||||
"Do you want to stop this virtual camera?"
|
||||
msgstr ""
|
||||
"Another virtual camera is running.\n"
|
||||
"Bambu Studio supports only a single virtual camera.\n"
|
||||
"Orca Slicer supports only a single virtual camera.\n"
|
||||
"Do you want to stop this virtual camera?"
|
||||
|
||||
#, c-format, boost-format
|
||||
@@ -3814,7 +3813,7 @@ msgid "Failed to parse model infomations."
|
||||
msgstr "Failed to parse model infomation"
|
||||
|
||||
msgid ""
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it whthBambu Studio "
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer "
|
||||
"and export a new .gcode.3mf file."
|
||||
msgstr ""
|
||||
|
||||
@@ -4081,7 +4080,7 @@ msgid "Upload failed\n"
|
||||
msgstr ""
|
||||
|
||||
msgid "obtaining instance_id failed\n"
|
||||
msgstr ""
|
||||
msgstr "Obtaining instance_id failed\n"
|
||||
|
||||
msgid ""
|
||||
"Your comment result cannot be uploaded due to some reasons. As follows:\n"
|
||||
@@ -4661,7 +4660,7 @@ msgid "Please select a file"
|
||||
msgstr "Please select a file"
|
||||
|
||||
msgid "Do you want to replace it"
|
||||
msgstr ""
|
||||
msgstr "Do you want to replace it?"
|
||||
|
||||
msgid "Message"
|
||||
msgstr ""
|
||||
@@ -4744,7 +4743,7 @@ msgid "Project downloaded %d%%"
|
||||
msgstr "Project downloaded %d%%"
|
||||
|
||||
msgid ""
|
||||
"Importing to Bambu Studio failed. Please download the file and manually "
|
||||
"Importing to Orca Slicer failed. Please download the file and manually "
|
||||
"import it."
|
||||
msgstr ""
|
||||
|
||||
@@ -4976,6 +4975,15 @@ msgstr "Imperial"
|
||||
msgid "Units"
|
||||
msgstr "Units"
|
||||
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
msgid "Default Page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Set the page opened on startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Zoom to mouse position"
|
||||
msgstr "Zoom to mouse position"
|
||||
|
||||
@@ -4992,6 +5000,12 @@ msgstr ""
|
||||
msgid "If enabled, use free camera. If not enabled, use constrained camera."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show splash screen"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show \"Tip of the day\" notification after start"
|
||||
msgstr "Show \"Tip of the day\" notification after start"
|
||||
|
||||
@@ -5049,12 +5063,6 @@ msgstr ""
|
||||
"If enabled, this sets Orca Slicer as the default application to open .step "
|
||||
"files."
|
||||
|
||||
msgid "Online Models"
|
||||
msgstr "Online Models"
|
||||
|
||||
msgid "Show online staff-picked models on the home page"
|
||||
msgstr "Show online staff-picked models on the home page"
|
||||
|
||||
msgid "Maximum recent projects"
|
||||
msgstr "Maximum recent projects"
|
||||
|
||||
@@ -5611,8 +5619,8 @@ msgid "An SD card needs to be inserted before send to printer SD card."
|
||||
msgstr ""
|
||||
"A MicroSD card needs to be inserted before sending to the printer SD card."
|
||||
|
||||
msgid "The printer is required to be in the same LAN as Bambu Studio."
|
||||
msgstr "The printer is required to be on the same LAN as Bambu Studio."
|
||||
msgid "The printer is required to be in the same LAN as Orca Slicer."
|
||||
msgstr "The printer is required to be on the same LAN as Orca Slicer."
|
||||
|
||||
msgid "The printer does not support sending to printer SD card."
|
||||
msgstr "The printer does not support sending to printer MicroSD card."
|
||||
@@ -5801,13 +5809,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"
|
||||
@@ -6079,6 +6087,9 @@ msgstr ""
|
||||
msgid "Change filament G-code"
|
||||
msgstr "Change filament G-code"
|
||||
|
||||
msgid "Change extrusion role G-code"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pause G-code"
|
||||
msgstr "Pause G-code"
|
||||
|
||||
@@ -6688,16 +6699,16 @@ msgid "Network plug-in update"
|
||||
msgstr "Network plug-in update"
|
||||
|
||||
msgid ""
|
||||
"Click OK to update the Network plug-in when Bambu Studio launches next time."
|
||||
"Click OK to update the Network plug-in when Orca Slicer launches next time."
|
||||
msgstr ""
|
||||
"Click OK to update the Network plug-in the next time Bambu Studio launches."
|
||||
"Click OK to update the Network plug-in the next time Orca Slicer launches."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "A new Network plug-in(%s) available, Do you want to install it?"
|
||||
msgstr "A new network plug-in (%s) is available. Do you want to install it?"
|
||||
|
||||
msgid "New version of Bambu Studio"
|
||||
msgstr "New version of Bambu Studio"
|
||||
msgid "New version of Orca Slicer"
|
||||
msgstr "New version of Orca Slicer"
|
||||
|
||||
msgid "Don't remind me of this version again"
|
||||
msgstr "Don't remind me about this version again."
|
||||
@@ -6709,10 +6720,9 @@ msgid "LAN Connection Failed (Sending print file)"
|
||||
msgstr "LAN Connection Failed (Sending print file)"
|
||||
|
||||
msgid ""
|
||||
"Step 1, please confirm Bambu Studio and your printer are in the same LAN."
|
||||
"Step 1, please confirm Orca Slicer and your printer are in the same LAN."
|
||||
msgstr ""
|
||||
"Step 1, please confirm that Bambu Studio and your printer are on the same "
|
||||
"LAN."
|
||||
"Step 1, please confirm that Orca Slicer and your printer are on the same LAN."
|
||||
|
||||
msgid ""
|
||||
"Step 2, if the IP and Access Code below are different from the actual values "
|
||||
@@ -6786,7 +6796,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"The firmware version is abnormal. Repairing and updating are required before "
|
||||
"printing. Do you want to update now? You can also update later on the "
|
||||
"printer or update next time you start Bambu Studio."
|
||||
"printer or update next time you start Orca Slicer."
|
||||
|
||||
msgid "Extension Board"
|
||||
msgstr "Extension Board"
|
||||
@@ -7874,6 +7884,16 @@ msgstr "Add end G-Code when finishing the entire print."
|
||||
msgid "End G-code when finish the printing of this filament"
|
||||
msgstr "Add end G-code when finishing the printing of this filament."
|
||||
|
||||
msgid "Ensure vertical shell thickness"
|
||||
msgstr "Ensure vertical shell thickness"
|
||||
|
||||
msgid ""
|
||||
"Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
"thickness (top+bottom solid layers)"
|
||||
msgstr ""
|
||||
"Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
"thickness (top+bottom solid layers)."
|
||||
|
||||
msgid "Top surface pattern"
|
||||
msgstr "Top surface pattern"
|
||||
|
||||
@@ -8523,10 +8543,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 "Support interface fan speed"
|
||||
@@ -9092,8 +9112,11 @@ msgstr ""
|
||||
msgid "Min print speed"
|
||||
msgstr "Min print speed"
|
||||
|
||||
msgid "The minimum printing speed when slow down for cooling"
|
||||
msgstr "The minimum printing speed when slowing down for cooling."
|
||||
msgid ""
|
||||
"The minimum printing speed for the filament when slow down for better layer "
|
||||
"cooling is enabled, when printing overhangs and when feature speeds are not "
|
||||
"specified explicitly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Nozzle diameter"
|
||||
msgstr "Nozzle diameter"
|
||||
@@ -9350,22 +9373,6 @@ msgstr ""
|
||||
"hitting the print when traveling more. Using spiral lines to lift z can "
|
||||
"prevent stringing."
|
||||
|
||||
msgid "Z hop lower boundary"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Z hop will only come into effect when Z is above this value and is below the "
|
||||
"parameter: \"Z hop upper boundary\""
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop upper boundary"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"If this value is positive, Z hop will only come into effect when Z is above "
|
||||
"the parameter: \"Z hop lower boundary\" and is below this value"
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop type"
|
||||
msgstr ""
|
||||
|
||||
@@ -9709,21 +9716,21 @@ msgid ""
|
||||
"normal(manual) or tree(manual) is selected, only support enforcers are "
|
||||
"generated"
|
||||
msgstr ""
|
||||
"normal(auto) and tree(auto) are used to generate support automatically. If "
|
||||
"Normal(auto) and Tree(auto) are used to generate support automatically. If "
|
||||
"normal(manual) or tree(manual) is selected, only support enforcers are "
|
||||
"generated"
|
||||
|
||||
msgid "normal(auto)"
|
||||
msgstr "normal(auto)"
|
||||
msgstr "Normal(auto)"
|
||||
|
||||
msgid "tree(auto)"
|
||||
msgstr "tree(auto)"
|
||||
msgstr "Tree(auto)"
|
||||
|
||||
msgid "normal(manual)"
|
||||
msgstr "normal(manual)"
|
||||
msgstr "Normal(manual)"
|
||||
|
||||
msgid "tree(manual)"
|
||||
msgstr "tree(manual)"
|
||||
msgstr "Tree(manual)"
|
||||
|
||||
msgid "Support/object xy distance"
|
||||
msgstr "Support/object xy distance"
|
||||
@@ -10077,6 +10084,9 @@ msgstr ""
|
||||
"This G-code is inserted when filament is changed, including T commands to "
|
||||
"trigger tool change."
|
||||
|
||||
msgid "This gcode is inserted when the extrusion role is changed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Line width for top surfaces. If expressed as a %, it will be computed over "
|
||||
"the nozzle diameter."
|
||||
@@ -10437,6 +10447,18 @@ msgstr ""
|
||||
"thickness of the feature, the wall will become as thick as the feature "
|
||||
"itself. It's expressed as a percentage over nozzle diameter"
|
||||
|
||||
msgid "Detect narrow internal solid infill"
|
||||
msgstr "Detect narrow internal solid infill"
|
||||
|
||||
msgid ""
|
||||
"This option will auto detect narrow internal solid infill area. If enabled, "
|
||||
"concentric pattern will be used for the area to speed printing up. "
|
||||
"Otherwise, rectilinear pattern is used defaultly."
|
||||
msgstr ""
|
||||
"This option will auto-detect narrow internal solid infill areas. If enabled, "
|
||||
"the concentric pattern will be used for the area to speed up printing. "
|
||||
"Otherwise, the rectilinear pattern will be used by default."
|
||||
|
||||
msgid "invalid value "
|
||||
msgstr "invalid value "
|
||||
|
||||
@@ -11696,6 +11718,18 @@ msgid ""
|
||||
"temperature. More info about this in the Wiki."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Embeded"
|
||||
#~ msgstr "Embedded"
|
||||
|
||||
#~ msgid "Online Models"
|
||||
#~ msgstr "Online Models"
|
||||
|
||||
#~ msgid "Show online staff-picked models on the home page"
|
||||
#~ msgstr "Show online staff-picked models on the home page"
|
||||
|
||||
#~ msgid "The minimum printing speed when slow down for cooling"
|
||||
#~ msgstr "The minimum printing speed when slowing down for cooling."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The bed temperature exceeds filament's vitrification temperature. Please "
|
||||
#~ "open the front door of printer before printing to avoid nozzle clog."
|
||||
@@ -11703,16 +11737,6 @@ msgstr ""
|
||||
#~ "The bed temperature exceeds filament's vitrification temperature. Please "
|
||||
#~ "open the front door of printer before printing to avoid nozzle clogs."
|
||||
|
||||
#~ msgid "Ensure vertical shell thickness"
|
||||
#~ msgstr "Ensure vertical shell thickness"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
#~ "thickness (top+bottom solid layers)"
|
||||
#~ msgstr ""
|
||||
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
#~ "thickness (top+bottom solid layers)."
|
||||
|
||||
#~ msgid "Temperature of vitrificaiton"
|
||||
#~ msgstr "Temperature of vitrification"
|
||||
|
||||
@@ -11735,18 +11759,6 @@ msgstr ""
|
||||
#~ "run at this speed during printing except for during the first several "
|
||||
#~ "layers which may be set to have no part cooling."
|
||||
|
||||
#~ msgid "Detect narrow internal solid infill"
|
||||
#~ msgstr "Detect narrow internal solid infill"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "This option will auto detect narrow internal solid infill area. If "
|
||||
#~ "enabled, concentric pattern will be used for the area to speed printing "
|
||||
#~ "up. Otherwise, rectilinear pattern is used defaultly."
|
||||
#~ msgstr ""
|
||||
#~ "This option will auto-detect narrow internal solid infill areas. If "
|
||||
#~ "enabled, the concentric pattern will be used for the area to speed up "
|
||||
#~ "printing. Otherwise, the rectilinear pattern will be used by default."
|
||||
|
||||
#~ msgid "Empty layers around bottom are replaced by nearest normal layers."
|
||||
#~ msgstr "Empty layers around bottom are replaced by nearest normal layers."
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-24 19:49+0800\n"
|
||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Guislain Cyril\n"
|
||||
@@ -498,27 +498,12 @@ msgstr "Peindre la couture"
|
||||
msgid "Remove selection"
|
||||
msgstr "Supprimer la sélection"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + Déplacement de la souris vers le haut ou le bas"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Rotation du texte"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "Forme du texte"
|
||||
|
||||
msgid "Font"
|
||||
msgstr "Police"
|
||||
|
||||
msgid "Thickness"
|
||||
msgstr "Épaisseur"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "Texte"
|
||||
|
||||
msgid "Embeded"
|
||||
msgstr "Intégré"
|
||||
|
||||
msgid "Text Gap"
|
||||
msgstr "Espacement du texte"
|
||||
|
||||
@@ -532,12 +517,24 @@ msgstr ""
|
||||
"Profondeur\n"
|
||||
"intégrée"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "Texte"
|
||||
|
||||
msgid "Surface"
|
||||
msgstr "Surface"
|
||||
|
||||
msgid "Horizontal text"
|
||||
msgstr "Texte horizontal"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + Déplacement de la souris vers le haut ou le bas"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Rotation du texte"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "Forme du texte"
|
||||
|
||||
msgid "Ctrl+"
|
||||
msgstr "Ctrl+"
|
||||
|
||||
@@ -626,20 +623,13 @@ msgid ""
|
||||
"features.\n"
|
||||
"Click Yes to install it now."
|
||||
msgstr ""
|
||||
"Orca Slicer nécessite le Microsoft WebView2 Runtime pour faire fonctionner"
|
||||
"certaines fonctionnalités.\n"
|
||||
"Orca Slicer nécessite le Microsoft WebView2 Runtime pour faire "
|
||||
"fonctionnercertaines fonctionnalités.\n"
|
||||
"Cliquez sur Oui pour l'installer maintenant."
|
||||
|
||||
msgid "WebView2 Runtime"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"OrcaSlicer configuration file may be corrupted and is not abled to be parsed."
|
||||
"Please delete the file and try again."
|
||||
msgstr ""
|
||||
"Le fichier de configuration de Orca Slicer est peut-être corrompu et ne peut "
|
||||
"pas être analysé. Veuillez supprimer le fichier et réessayer."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"%s\n"
|
||||
@@ -667,6 +657,13 @@ msgstr "Il s'agit de la version la plus récente."
|
||||
msgid "Info"
|
||||
msgstr "Info"
|
||||
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
msgid "Rebuild"
|
||||
msgstr "Reconstruire"
|
||||
|
||||
@@ -1803,7 +1800,8 @@ msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Successfully sent. Will automatically jump to the next page in %ss"
|
||||
msgstr "Envoyé avec succès. Passera automatiquement à la page suivante dans %ss"
|
||||
msgstr ""
|
||||
"Envoyé avec succès. Passera automatiquement à la page suivante dans %ss"
|
||||
|
||||
msgid "An SD card needs to be inserted before printing via LAN."
|
||||
msgstr "Une carte SD doit être insérée avant l'impression via le réseau local."
|
||||
@@ -2202,13 +2200,14 @@ msgid "Group"
|
||||
msgstr "Groupe"
|
||||
|
||||
msgid "The printer does not currently support auto refill."
|
||||
msgstr "L'imprimante ne prend pas actuellement en charge la recharge automatique."
|
||||
msgstr ""
|
||||
"L'imprimante ne prend pas actuellement en charge la recharge automatique."
|
||||
|
||||
msgid ""
|
||||
"AMS filament backup is not enabled, please enable it in the AMS settings."
|
||||
msgstr ""
|
||||
"La sauvegarde du filament AMS n'est pas activée, "
|
||||
"veuillez l'activer dans les paramètres AMS."
|
||||
"La sauvegarde du filament AMS n'est pas activée, veuillez l'activer dans les "
|
||||
"paramètres AMS."
|
||||
|
||||
msgid ""
|
||||
"If there are two identical filaments in AMS, AMS filament backup will be "
|
||||
@@ -2216,10 +2215,11 @@ msgid ""
|
||||
"(Currently supporting automatic supply of consumables with the same brand, "
|
||||
"material type, and color)"
|
||||
msgstr ""
|
||||
"S'il y a deux filaments identiques dans l'AMS, la sauvegarde des filaments AMS sera "
|
||||
" activée. \n"
|
||||
"(Prend actuellement en charge l'approvisionnement automatique en consommables de la même "
|
||||
"marque, du même type de matériau et de la même couleur)"
|
||||
"S'il y a deux filaments identiques dans l'AMS, la sauvegarde des filaments "
|
||||
"AMS sera activée. \n"
|
||||
"(Prend actuellement en charge l'approvisionnement automatique en "
|
||||
"consommables de la même marque, du même type de matériau et de la même "
|
||||
"couleur)"
|
||||
|
||||
msgid "AMS Settings"
|
||||
msgstr "Paramètres de l’AMS"
|
||||
@@ -2803,13 +2803,15 @@ msgstr "Échec du démarrage de la tâche d'impression"
|
||||
msgid ""
|
||||
"This calibration does not support the currently selected nozzle diameter"
|
||||
msgstr ""
|
||||
"Cet étalonnage ne prend pas en charge le diamètre de buse actuellement sélectionné."
|
||||
"Cet étalonnage ne prend pas en charge le diamètre de buse actuellement "
|
||||
"sélectionné."
|
||||
|
||||
msgid "Current flowrate cali param is invalid"
|
||||
msgstr "Le paramètre cali du débit actuel n'est pas valide"
|
||||
|
||||
msgid "Selected diameter and machine diameter do not match"
|
||||
msgstr "Le diamètre sélectionné et le diamètre de la machine ne correspondent pas"
|
||||
msgstr ""
|
||||
"Le diamètre sélectionné et le diamètre de la machine ne correspondent pas"
|
||||
|
||||
msgid "Failed to generate cali gcode"
|
||||
msgstr "Échec de la génération du code cali"
|
||||
@@ -3777,7 +3779,9 @@ msgid "Loading..."
|
||||
msgstr "Chargement..."
|
||||
|
||||
msgid "Initialize failed (Not supported on the current printer version)!"
|
||||
msgstr "Échec de l'initialisation (non pris en charge par la version actuelle de l'imprimante) !"
|
||||
msgstr ""
|
||||
"Échec de l'initialisation (non pris en charge par la version actuelle de "
|
||||
"l'imprimante) !"
|
||||
|
||||
msgid "Initialize failed (Not accessible in LAN-only mode)!"
|
||||
msgstr "Échec de l'initialisation (non accessible en mode LAN uniquement) !"
|
||||
@@ -3818,11 +3822,11 @@ msgstr "Téléchargement de Virtual Camera Tools"
|
||||
|
||||
msgid ""
|
||||
"Another virtual camera is running.\n"
|
||||
"Bambu Studio supports only a single virtual camera.\n"
|
||||
"Orca Slicer supports only a single virtual camera.\n"
|
||||
"Do you want to stop this virtual camera?"
|
||||
msgstr ""
|
||||
"Une autre caméra virtuelle est en cours d'exécution.\n"
|
||||
"Bambu Studio ne prend en charge qu'une seule caméra virtuelle.\n"
|
||||
"Orca Slicer ne prend en charge qu'une seule caméra virtuelle.\n"
|
||||
"Voulez-vous arrêter cette caméra virtuelle ?"
|
||||
|
||||
#, c-format, boost-format
|
||||
@@ -3933,7 +3937,7 @@ msgid "Failed to parse model infomations."
|
||||
msgstr "Impossible d'analyser les informations du modèle"
|
||||
|
||||
msgid ""
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it whthBambu Studio "
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer "
|
||||
"and export a new .gcode.3mf file."
|
||||
msgstr ""
|
||||
|
||||
@@ -4614,9 +4618,9 @@ msgid ""
|
||||
"clogged when printing this filament in a closed enclosure. Please open the "
|
||||
"front door and/or remove the upper glass."
|
||||
msgstr ""
|
||||
"La température actuelle du lit chauffant est relativement élevée. La buse peut être "
|
||||
"obstruée lors de l'impression de ce filament dans une enceinte fermée. Veuillez ouvrir la "
|
||||
"porte avant et/ou retirez la vitre supérieure."
|
||||
"La température actuelle du lit chauffant est relativement élevée. La buse "
|
||||
"peut être obstruée lors de l'impression de ce filament dans une enceinte "
|
||||
"fermée. Veuillez ouvrir la porte avant et/ou retirez la vitre supérieure."
|
||||
|
||||
msgid ""
|
||||
"The nozzle hardness required by the filament is higher than the default "
|
||||
@@ -4887,7 +4891,7 @@ msgid "Project downloaded %d%%"
|
||||
msgstr "Projet téléchargé %d%%"
|
||||
|
||||
msgid ""
|
||||
"Importing to Bambu Studio failed. Please download the file and manually "
|
||||
"Importing to Orca Slicer failed. Please download the file and manually "
|
||||
"import it."
|
||||
msgstr ""
|
||||
|
||||
@@ -4954,7 +4958,9 @@ msgid "The provided file name is not valid."
|
||||
msgstr ""
|
||||
|
||||
msgid "The following characters are not allowed by a FAT file system:"
|
||||
msgstr "Les caractères suivants ne sont pas autorisés par un système de fichiers FAT :"
|
||||
msgstr ""
|
||||
"Les caractères suivants ne sont pas autorisés par un système de fichiers "
|
||||
"FAT :"
|
||||
|
||||
msgid "Save Sliced file as:"
|
||||
msgstr "Enregistrer le fichier découpé sous :"
|
||||
@@ -4975,7 +4981,9 @@ msgstr ""
|
||||
"Seules les parties positives seront exportées."
|
||||
|
||||
msgid "Is the printer ready? Is the print sheet in place, empty and clean?"
|
||||
msgstr "L'imprimante est-elle prête ? La feuille d'impression est-elle en place, vide et propre ?"
|
||||
msgstr ""
|
||||
"L'imprimante est-elle prête ? La feuille d'impression est-elle en place, "
|
||||
"vide et propre ?"
|
||||
|
||||
msgid "Upload and Print"
|
||||
msgstr "Télécharger et imprimer"
|
||||
@@ -5127,6 +5135,15 @@ msgstr "Impérial"
|
||||
msgid "Units"
|
||||
msgstr "Unités"
|
||||
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
msgid "Default Page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Set the page opened on startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Zoom to mouse position"
|
||||
msgstr "Zoom à la position de la souris"
|
||||
|
||||
@@ -5142,8 +5159,14 @@ msgstr "Utiliser une caméra disponible"
|
||||
|
||||
msgid "If enabled, use free camera. If not enabled, use constrained camera."
|
||||
msgstr ""
|
||||
"Si cette option est activée, la caméra libre est utilisée. "
|
||||
"Si cette option n'est pas activée, la caméra contrainte est utilisée."
|
||||
"Si cette option est activée, la caméra libre est utilisée. Si cette option "
|
||||
"n'est pas activée, la caméra contrainte est utilisée."
|
||||
|
||||
msgid "Show splash screen"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show \"Tip of the day\" notification after start"
|
||||
msgstr "Afficher la notification \"Astuce du jour\" au démarrage"
|
||||
@@ -5204,13 +5227,6 @@ msgstr ""
|
||||
"Si activé, définit Orca Slicer comme application par défaut pour ouvrir les "
|
||||
"fichiers .step/.stp"
|
||||
|
||||
msgid "Online Models"
|
||||
msgstr "Modèles en ligne"
|
||||
|
||||
msgid "Show online staff-picked models on the home page"
|
||||
msgstr ""
|
||||
"Afficher les modèles en ligne sélectionnés par le staff sur la page d'accueil"
|
||||
|
||||
msgid "Maximum recent projects"
|
||||
msgstr "Projets récents maximum"
|
||||
|
||||
@@ -5756,7 +5772,8 @@ msgstr ""
|
||||
msgid ""
|
||||
"Connecting to the printer. Unable to cancel during the connection process."
|
||||
msgstr ""
|
||||
"Connexion à l'imprimante. Impossible d'annuler pendant le processus de connexion."
|
||||
"Connexion à l'imprimante. Impossible d'annuler pendant le processus de "
|
||||
"connexion."
|
||||
|
||||
msgid "Preparing print job"
|
||||
msgstr "Préparation de la tâche d'impression"
|
||||
@@ -5790,9 +5807,8 @@ msgstr ""
|
||||
msgid "An SD card needs to be inserted before send to printer SD card."
|
||||
msgstr "Une carte SD doit être insérée avant l'envoi à l'imprimante."
|
||||
|
||||
msgid "The printer is required to be in the same LAN as Bambu Studio."
|
||||
msgstr ""
|
||||
"L'imprimante doit se trouver sur le même réseau local que Bambu Studio."
|
||||
msgid "The printer is required to be in the same LAN as Orca Slicer."
|
||||
msgstr "L'imprimante doit se trouver sur le même réseau local que Orca Slicer."
|
||||
|
||||
msgid "The printer does not support sending to printer SD card."
|
||||
msgstr ""
|
||||
@@ -6248,7 +6264,8 @@ msgid "Wipe tower parameters"
|
||||
msgstr "Paramètres de la tour de nettoyage"
|
||||
|
||||
msgid "Toolchange parameters with single extruder MM printers"
|
||||
msgstr "Paramètres de changement d'outil avec les imprimantes MM à extrudeur unique"
|
||||
msgstr ""
|
||||
"Paramètres de changement d'outil avec les imprimantes MM à extrudeur unique"
|
||||
|
||||
msgid "Ramming settings"
|
||||
msgstr ""
|
||||
@@ -6292,6 +6309,9 @@ msgstr "G-code de Time lapse"
|
||||
msgid "Change filament G-code"
|
||||
msgstr "G-code de changement de filament"
|
||||
|
||||
msgid "Change extrusion role G-code"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pause G-code"
|
||||
msgstr "G-code de mise en pause"
|
||||
|
||||
@@ -6921,18 +6941,18 @@ msgid "Network plug-in update"
|
||||
msgstr "Mise à jour du plug-in réseau"
|
||||
|
||||
msgid ""
|
||||
"Click OK to update the Network plug-in when Bambu Studio launches next time."
|
||||
"Click OK to update the Network plug-in when Orca Slicer launches next time."
|
||||
msgstr ""
|
||||
"Cliquez sur OK pour mettre à jour le plug-in réseau lors du prochain "
|
||||
"lancement de Bambu Studio."
|
||||
"lancement de Orca Slicer."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "A new Network plug-in(%s) available, Do you want to install it?"
|
||||
msgstr ""
|
||||
"Un nouveau plug-in réseau (%s) est disponible, voulez-vous l'installer ?"
|
||||
|
||||
msgid "New version of Bambu Studio"
|
||||
msgstr "Nouvelle version de Bambu Studio"
|
||||
msgid "New version of Orca Slicer"
|
||||
msgstr "Nouvelle version de Orca Slicer"
|
||||
|
||||
msgid "Don't remind me of this version again"
|
||||
msgstr "Ne plus me rappeler cette version"
|
||||
@@ -6944,9 +6964,9 @@ msgid "LAN Connection Failed (Sending print file)"
|
||||
msgstr "Échec de la connexion LAN (envoi du fichier d’impression)"
|
||||
|
||||
msgid ""
|
||||
"Step 1, please confirm Bambu Studio and your printer are in the same LAN."
|
||||
"Step 1, please confirm Orca Slicer and your printer are in the same LAN."
|
||||
msgstr ""
|
||||
"Étape 1, confirmez que Bambu Studio et votre imprimante se trouvent sur le "
|
||||
"Étape 1, confirmez que Orca Slicer et votre imprimante se trouvent sur le "
|
||||
"même réseau local."
|
||||
|
||||
msgid ""
|
||||
@@ -7364,8 +7384,8 @@ msgstr ""
|
||||
|
||||
msgid "Variable layer height is not supported with Organic supports."
|
||||
msgstr ""
|
||||
"La hauteur variable des couches n'est pas prise en "
|
||||
"charge par les supports organiques."
|
||||
"La hauteur variable des couches n'est pas prise en charge par les supports "
|
||||
"organiques."
|
||||
|
||||
msgid "The prime tower is not supported in \"By object\" print."
|
||||
msgstr ""
|
||||
@@ -7520,10 +7540,10 @@ msgid ""
|
||||
"the next layers will be linearly shrunk less, up to the layer indicated by "
|
||||
"this value."
|
||||
msgstr ""
|
||||
"Le nombre de couches sur lesquelles la compensation du pied d'éléphant sera active. "
|
||||
"La première couche sera rétrécie de la valeur de la compensation du pied d'éléphant, puis "
|
||||
"les couches suivantes seront réduites de façon linéaire, jusqu'à la couche indiquée par "
|
||||
"cette valeur."
|
||||
"Le nombre de couches sur lesquelles la compensation du pied d'éléphant sera "
|
||||
"active. La première couche sera rétrécie de la valeur de la compensation du "
|
||||
"pied d'éléphant, puis les couches suivantes seront réduites de façon "
|
||||
"linéaire, jusqu'à la couche indiquée par cette valeur."
|
||||
|
||||
msgid "layers"
|
||||
msgstr "couches"
|
||||
@@ -7904,8 +7924,8 @@ msgid ""
|
||||
"Create additional perimeter paths over steep overhangs and areas where "
|
||||
"bridges cannot be anchored. "
|
||||
msgstr ""
|
||||
"Créer des chemins périmétriques supplémentaires au-dessus des surplombs abrupts et des zones où les "
|
||||
"les ponts ne peuvent pas être ancrés. "
|
||||
"Créer des chemins périmétriques supplémentaires au-dessus des surplombs "
|
||||
"abrupts et des zones où les les ponts ne peuvent pas être ancrés. "
|
||||
|
||||
msgid "Reverse on odd"
|
||||
msgstr "Inversé sur impair"
|
||||
@@ -8094,7 +8114,9 @@ msgid "Activate air filtration"
|
||||
msgstr "Activer la filtration de l'air"
|
||||
|
||||
msgid "Activate for better air filtration. G-code command: M106 P3 S(0-255)"
|
||||
msgstr "Activer pour une meilleure filtration de l'air. Commande du code G : M106 P3 S(0-255)"
|
||||
msgstr ""
|
||||
"Activer pour une meilleure filtration de l'air. Commande du code G : M106 P3 "
|
||||
"S(0-255)"
|
||||
|
||||
msgid "Fan speed"
|
||||
msgstr "Vitesse du ventilateur"
|
||||
@@ -8103,9 +8125,8 @@ msgid ""
|
||||
"Speed of exhuast fan during printing.This speed will overwrite the speed in "
|
||||
"filament custom gcode"
|
||||
msgstr ""
|
||||
"Vitesse du ventilateur d'extraction pendant l'impression. "
|
||||
"Cette vitesse remplacera la vitesse dans "
|
||||
"gcode de filament personnalisé"
|
||||
"Vitesse du ventilateur d'extraction pendant l'impression. Cette vitesse "
|
||||
"remplacera la vitesse dans gcode de filament personnalisé"
|
||||
|
||||
msgid "Speed of exhuast fan after printing completes"
|
||||
msgstr "Vitesse du ventilateur d'extraction après la fin de l'impression"
|
||||
@@ -8166,6 +8187,16 @@ msgstr "G-code lorsque l'ensemble de l'impression est terminée"
|
||||
msgid "End G-code when finish the printing of this filament"
|
||||
msgstr "G-code lorsque l'impression de ce filament est terminée"
|
||||
|
||||
msgid "Ensure vertical shell thickness"
|
||||
msgstr "Veiller à l'épaisseur verticale de la coque"
|
||||
|
||||
msgid ""
|
||||
"Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
"thickness (top+bottom solid layers)"
|
||||
msgstr ""
|
||||
"Ajouter un remplissage solide près des surfaces en pente pour garantir "
|
||||
"l'épaisseur verticale de la coque (couches solides supérieures + inférieures)"
|
||||
|
||||
msgid "Top surface pattern"
|
||||
msgstr "Motif des surfaces supérieures"
|
||||
|
||||
@@ -8341,8 +8372,7 @@ msgid ""
|
||||
"it will be computed over the nozzle diameter."
|
||||
msgstr ""
|
||||
"Largeur de ligne par défaut si les autres largeurs de ligne sont fixées à 0. "
|
||||
"Si elle est exprimée en %, "
|
||||
"elle sera calculée sur le diamètre de la buse."
|
||||
"Si elle est exprimée en %, elle sera calculée sur le diamètre de la buse."
|
||||
|
||||
msgid "Keep fan always on"
|
||||
msgstr "Ventilateur toujours actif"
|
||||
@@ -8495,7 +8525,9 @@ msgid "Speed of the first cooling move"
|
||||
msgstr "Vitesse du premier mouvement de refroidissement"
|
||||
|
||||
msgid "Cooling moves are gradually accelerating beginning at this speed."
|
||||
msgstr "Les mouvements de refroidissement s'accélèrent progressivement à partir de cette vitesse."
|
||||
msgstr ""
|
||||
"Les mouvements de refroidissement s'accélèrent progressivement à partir de "
|
||||
"cette vitesse."
|
||||
|
||||
msgid "Minimal purge on wipe tower"
|
||||
msgstr "Purge minimale sur la tour d’essuyage"
|
||||
@@ -8518,7 +8550,9 @@ msgid "Speed of the last cooling move"
|
||||
msgstr "Vitesse du dernier mouvement de refroidissement"
|
||||
|
||||
msgid "Cooling moves are gradually accelerating towards this speed."
|
||||
msgstr "Les mouvements de refroidissement s'accélèrent progressivement vers cette vitesse."
|
||||
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 "
|
||||
@@ -8799,8 +8833,7 @@ msgstr "Ajuster l’accélération à la décélération"
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"Klipper's max_accel_to_decel will be adjusted to this %% of acceleration"
|
||||
msgstr ""
|
||||
"Le max_accel_to_decel de Klipper sera ajusté à ce %% d'accélération."
|
||||
msgstr "Le max_accel_to_decel de Klipper sera ajusté à ce %% d'accélération."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "%%"
|
||||
@@ -9046,7 +9079,9 @@ msgid "Best object position"
|
||||
msgstr "Meilleure position de l'objet"
|
||||
|
||||
msgid "Best auto arranging position in range [0,1] w.r.t. bed shape."
|
||||
msgstr "Meilleure position de rangement automatique dans l'intervalle [0,1] par rapport à la forme du lit."
|
||||
msgstr ""
|
||||
"Meilleure position de rangement automatique dans l'intervalle [0,1] par "
|
||||
"rapport à la forme du lit."
|
||||
|
||||
msgid ""
|
||||
"Enable this option if machine has auxiliary part cooling fan. G-code "
|
||||
@@ -9271,8 +9306,8 @@ msgid ""
|
||||
"The angle ironing is done at. A negative number disables this function and "
|
||||
"uses the default method."
|
||||
msgstr ""
|
||||
"Angle auquel le repassage des angles se fait. Un nombre négatif désactive cette fonction et "
|
||||
"utilise la méthode par défaut."
|
||||
"Angle auquel le repassage des angles se fait. Un nombre négatif désactive "
|
||||
"cette fonction et utilise la méthode par défaut."
|
||||
|
||||
msgid "This gcode part is inserted at every layer change after lift z"
|
||||
msgstr ""
|
||||
@@ -9402,7 +9437,9 @@ msgid "Maximum acceleration for travel"
|
||||
msgstr "Accélération maximale de déplacement"
|
||||
|
||||
msgid "Maximum acceleration for travel (M204 T), it only applies to Marlin 2"
|
||||
msgstr "Accélération maximale pour le déplacement (M204 T), elle ne s'applique qu'à Marlin 2"
|
||||
msgstr ""
|
||||
"Accélération maximale pour le déplacement (M204 T), elle ne s'applique qu'à "
|
||||
"Marlin 2"
|
||||
|
||||
msgid ""
|
||||
"Part cooling fan speed may be increased when auto cooling is enabled. This "
|
||||
@@ -9497,8 +9534,11 @@ msgstr ""
|
||||
msgid "Min print speed"
|
||||
msgstr "Vitesse d'impression minimale"
|
||||
|
||||
msgid "The minimum printing speed when slow down for cooling"
|
||||
msgstr "Vitesse d'impression minimale lors du ralentissement de l’impression"
|
||||
msgid ""
|
||||
"The minimum printing speed for the filament when slow down for better layer "
|
||||
"cooling is enabled, when printing overhangs and when feature speeds are not "
|
||||
"specified explicitly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Nozzle diameter"
|
||||
msgstr "Diamètre de la buse"
|
||||
@@ -9771,22 +9811,6 @@ msgstr ""
|
||||
"buse de toucher l'impression lors du déplacement. L'utilisation d'une ligne "
|
||||
"en spirale pour soulever l’axe Z peut empêcher le stringing"
|
||||
|
||||
msgid "Z hop lower boundary"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Z hop will only come into effect when Z is above this value and is below the "
|
||||
"parameter: \"Z hop upper boundary\""
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop upper boundary"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"If this value is positive, Z hop will only come into effect when Z is above "
|
||||
"the parameter: \"Z hop lower boundary\" and is below this value"
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop type"
|
||||
msgstr "Type de décalage en Z"
|
||||
|
||||
@@ -10143,9 +10167,9 @@ msgid ""
|
||||
"print bed, set this to -0.3 (or fix your endstop)."
|
||||
msgstr ""
|
||||
"Cette valeur sera ajoutée (ou soustraite) à toutes les coordonnées Z dans le "
|
||||
"G-code de sortie. Elle est utilisée pour compenser une mauvaise position de la butée Z : par "
|
||||
"exemple, si votre butée zéro laisse en fait la buse à 0,3 mm du "
|
||||
"d'impression, définissez cette valeur à -0,3 (ou corrigez votre butée)."
|
||||
"G-code de sortie. Elle est utilisée pour compenser une mauvaise position de "
|
||||
"la butée Z : par exemple, si votre butée zéro laisse en fait la buse à 0,3 "
|
||||
"mm du d'impression, définissez cette valeur à -0,3 (ou corrigez votre butée)."
|
||||
|
||||
msgid "Enable support"
|
||||
msgstr "Activer les supports"
|
||||
@@ -10540,6 +10564,9 @@ msgstr ""
|
||||
"Ce gcode est inséré lors du changement de filament, y compris la commande T "
|
||||
"pour déclencher le changement d'outil"
|
||||
|
||||
msgid "This gcode is inserted when the extrusion role is changed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Line width for top surfaces. If expressed as a %, it will be computed over "
|
||||
"the nozzle diameter."
|
||||
@@ -10918,6 +10945,18 @@ msgstr ""
|
||||
"aussi épaisse que celle du modèle. Elle est exprimée en pourcentage sur le "
|
||||
"diamètre de la buse"
|
||||
|
||||
msgid "Detect narrow internal solid infill"
|
||||
msgstr "Détecter un remplissage solide étroit"
|
||||
|
||||
msgid ""
|
||||
"This option will auto detect narrow internal solid infill area. If enabled, "
|
||||
"concentric pattern will be used for the area to speed printing up. "
|
||||
"Otherwise, rectilinear pattern is used defaultly."
|
||||
msgstr ""
|
||||
"Cette option détectera automatiquement les zones de remplissage solides "
|
||||
"étroits. Si activé, un motif concentrique sera utilisé pour les zones afin "
|
||||
"d'accélérer l'impression. Sinon, le motif rectiligne est utilisé par défaut."
|
||||
|
||||
msgid "invalid value "
|
||||
msgstr "valeur invalide "
|
||||
|
||||
@@ -12289,6 +12328,28 @@ msgid ""
|
||||
"temperature. More info about this in the Wiki."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Embeded"
|
||||
#~ msgstr "Intégré"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "OrcaSlicer configuration file may be corrupted and is not abled to be "
|
||||
#~ "parsed.Please delete the file and try again."
|
||||
#~ msgstr ""
|
||||
#~ "Le fichier de configuration de Orca Slicer est peut-être corrompu et ne "
|
||||
#~ "peut pas être analysé. Veuillez supprimer le fichier et réessayer."
|
||||
|
||||
#~ msgid "Online Models"
|
||||
#~ msgstr "Modèles en ligne"
|
||||
|
||||
#~ msgid "Show online staff-picked models on the home page"
|
||||
#~ msgstr ""
|
||||
#~ "Afficher les modèles en ligne sélectionnés par le staff sur la page "
|
||||
#~ "d'accueil"
|
||||
|
||||
#~ msgid "The minimum printing speed when slow down for cooling"
|
||||
#~ msgstr ""
|
||||
#~ "Vitesse d'impression minimale lors du ralentissement de l’impression"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "There are currently no identical spare consumables available, and "
|
||||
#~ "automatic replenishment is currently not possible. \n"
|
||||
@@ -12311,17 +12372,6 @@ msgstr ""
|
||||
#~ "filament. Veuillez ouvrir la porte avant de l'imprimante avant d'imprimer "
|
||||
#~ "pour éviter que la buse ne se bouche."
|
||||
|
||||
#~ msgid "Ensure vertical shell thickness"
|
||||
#~ msgstr "Veiller à l'épaisseur verticale de la coque"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
#~ "thickness (top+bottom solid layers)"
|
||||
#~ msgstr ""
|
||||
#~ "Ajouter un remplissage solide près des surfaces en pente pour garantir "
|
||||
#~ "l'épaisseur verticale de la coque (couches solides supérieures + "
|
||||
#~ "inférieures)"
|
||||
|
||||
#~ msgid "Temperature of vitrificaiton"
|
||||
#~ msgstr "Température de vitrification"
|
||||
|
||||
@@ -12346,19 +12396,6 @@ msgstr ""
|
||||
#~ "auxiliaire fonctionnera à cette vitesse pendant l'impression, à "
|
||||
#~ "l'exception des premières couches définies sans refroidissement"
|
||||
|
||||
#~ msgid "Detect narrow internal solid infill"
|
||||
#~ msgstr "Détecter un remplissage solide étroit"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "This option will auto detect narrow internal solid infill area. If "
|
||||
#~ "enabled, concentric pattern will be used for the area to speed printing "
|
||||
#~ "up. Otherwise, rectilinear pattern is used defaultly."
|
||||
#~ msgstr ""
|
||||
#~ "Cette option détectera automatiquement les zones de remplissage solides "
|
||||
#~ "étroits. Si activé, un motif concentrique sera utilisé pour les zones "
|
||||
#~ "afin d'accélérer l'impression. Sinon, le motif rectiligne est utilisé par "
|
||||
#~ "défaut."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Bed temperature for layers except the initial one. Value 0 means the "
|
||||
#~ "filament does not support to print on the High Temp"
|
||||
|
||||
@@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-24 19:49+0800\n"
|
||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
||||
"Language: hu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -490,27 +490,12 @@ msgstr "Varratfestés"
|
||||
msgid "Remove selection"
|
||||
msgstr "Kijelölés törlése"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + Mouse move up or dowm"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Rotate text"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "Szöveg alakja"
|
||||
|
||||
msgid "Font"
|
||||
msgstr "Betűtípus"
|
||||
|
||||
msgid "Thickness"
|
||||
msgstr "Vastagság"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "Szöveg"
|
||||
|
||||
msgid "Embeded"
|
||||
msgstr "Embedded"
|
||||
|
||||
msgid "Text Gap"
|
||||
msgstr "Text Gap"
|
||||
|
||||
@@ -522,12 +507,24 @@ msgid ""
|
||||
"depth"
|
||||
msgstr "Embedded depth"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "Szöveg"
|
||||
|
||||
msgid "Surface"
|
||||
msgstr "Surface"
|
||||
|
||||
msgid "Horizontal text"
|
||||
msgstr "Horizontal text"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + Mouse move up or dowm"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Rotate text"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "Szöveg alakja"
|
||||
|
||||
msgid "Ctrl+"
|
||||
msgstr "Ctrl+"
|
||||
|
||||
@@ -613,11 +610,6 @@ msgstr ""
|
||||
msgid "WebView2 Runtime"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"OrcaSlicer configuration file may be corrupted and is not abled to be parsed."
|
||||
"Please delete the file and try again."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"%s\n"
|
||||
@@ -645,6 +637,13 @@ msgstr "Ez a legújabb verzió."
|
||||
msgid "Info"
|
||||
msgstr "Infó"
|
||||
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
msgid "Rebuild"
|
||||
msgstr "Újraindítás"
|
||||
|
||||
@@ -3726,11 +3725,11 @@ msgstr "Virtuális kameraeszközök letöltése"
|
||||
|
||||
msgid ""
|
||||
"Another virtual camera is running.\n"
|
||||
"Bambu Studio supports only a single virtual camera.\n"
|
||||
"Orca Slicer supports only a single virtual camera.\n"
|
||||
"Do you want to stop this virtual camera?"
|
||||
msgstr ""
|
||||
"Már fut egy másik virtuális kamera.\n"
|
||||
"A Bambu Studio csak egy virtuális kamerát támogat.\n"
|
||||
"A Orca Slicer csak egy virtuális kamerát támogat.\n"
|
||||
"Leállítod ezt a virtuális kamerát?"
|
||||
|
||||
#, c-format, boost-format
|
||||
@@ -3840,7 +3839,7 @@ msgid "Failed to parse model infomations."
|
||||
msgstr "Failed to parse model infomation"
|
||||
|
||||
msgid ""
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it whthBambu Studio "
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer "
|
||||
"and export a new .gcode.3mf file."
|
||||
msgstr ""
|
||||
|
||||
@@ -4774,7 +4773,7 @@ msgid "Project downloaded %d%%"
|
||||
msgstr "Projekt letöltve %d%%"
|
||||
|
||||
msgid ""
|
||||
"Importing to Bambu Studio failed. Please download the file and manually "
|
||||
"Importing to Orca Slicer failed. Please download the file and manually "
|
||||
"import it."
|
||||
msgstr ""
|
||||
|
||||
@@ -5007,6 +5006,15 @@ msgstr "Angolszász"
|
||||
msgid "Units"
|
||||
msgstr "Mértékegység"
|
||||
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
msgid "Default Page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Set the page opened on startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Zoom to mouse position"
|
||||
msgstr "Zoom to mouse position"
|
||||
|
||||
@@ -5023,6 +5031,12 @@ msgstr ""
|
||||
msgid "If enabled, use free camera. If not enabled, use constrained camera."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show splash screen"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show \"Tip of the day\" notification after start"
|
||||
msgstr "A nap tippje értesítés megjelenítése indítás után"
|
||||
|
||||
@@ -5082,12 +5096,6 @@ msgstr ""
|
||||
"Ha engedélyezve van, a OrcaSlicer-t állítja be alapértelmezett "
|
||||
"alkalmazásként a .step fájlok megnyitásához"
|
||||
|
||||
msgid "Online Models"
|
||||
msgstr "Online Models"
|
||||
|
||||
msgid "Show online staff-picked models on the home page"
|
||||
msgstr "Show online staff-picked models on the home page"
|
||||
|
||||
msgid "Maximum recent projects"
|
||||
msgstr "Maximum recent projects"
|
||||
|
||||
@@ -5651,7 +5659,7 @@ msgid "An SD card needs to be inserted before send to printer SD card."
|
||||
msgstr ""
|
||||
"A MicroSD card needs to be inserted before sending to the printer SD card."
|
||||
|
||||
msgid "The printer is required to be in the same LAN as Bambu Studio."
|
||||
msgid "The printer is required to be in the same LAN as Orca Slicer."
|
||||
msgstr ""
|
||||
"A nyomtatónak ugyanazon a hálózaton kell lennie, mint a Bambu Studiónak."
|
||||
|
||||
@@ -6125,6 +6133,9 @@ msgstr ""
|
||||
msgid "Change filament G-code"
|
||||
msgstr "Filament csere G-kód"
|
||||
|
||||
msgid "Change extrusion role G-code"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pause G-code"
|
||||
msgstr "Szünet G-kód"
|
||||
|
||||
@@ -6739,17 +6750,17 @@ msgid "Network plug-in update"
|
||||
msgstr "Hálózati bővítmény frissítése"
|
||||
|
||||
msgid ""
|
||||
"Click OK to update the Network plug-in when Bambu Studio launches next time."
|
||||
"Click OK to update the Network plug-in when Orca Slicer launches next time."
|
||||
msgstr ""
|
||||
"Kattints az OK gombra a hálózati bővítmény frissítéséhez a Bambu Studio "
|
||||
"Kattints az OK gombra a hálózati bővítmény frissítéséhez a Orca Slicer "
|
||||
"következő indításakor."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "A new Network plug-in(%s) available, Do you want to install it?"
|
||||
msgstr "Új hálózati bővítmény (%s) érhető el. Szeretnéd telepíteni?"
|
||||
|
||||
msgid "New version of Bambu Studio"
|
||||
msgstr "A Bambu Studio új verziója"
|
||||
msgid "New version of Orca Slicer"
|
||||
msgstr "A Orca Slicer új verziója"
|
||||
|
||||
msgid "Don't remind me of this version again"
|
||||
msgstr "Ne emlékeztessen újra erre a verzióra."
|
||||
@@ -6761,9 +6772,9 @@ msgid "LAN Connection Failed (Sending print file)"
|
||||
msgstr "LAN kapcsolódás sikertelen (nyomtatási fájl küldése)"
|
||||
|
||||
msgid ""
|
||||
"Step 1, please confirm Bambu Studio and your printer are in the same LAN."
|
||||
"Step 1, please confirm Orca Slicer and your printer are in the same LAN."
|
||||
msgstr ""
|
||||
"1. lépés: Ellenőrizd, hogy a Bambu Studio és a nyomtató ugyanazon a helyi "
|
||||
"1. lépés: Ellenőrizd, hogy a Orca Slicer és a nyomtató ugyanazon a helyi "
|
||||
"hálózaton van."
|
||||
|
||||
msgid ""
|
||||
@@ -6838,7 +6849,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"A firmware verziója rendellenes. A nyomtatás előtt javításra és frissítésre "
|
||||
"van szükség. Szeretnél frissíteni most? A frissítés később is elvégezhető a "
|
||||
"Bambu Studio következő indításakor."
|
||||
"Orca Slicer következő indításakor."
|
||||
|
||||
msgid "Extension Board"
|
||||
msgstr "Bővítőpanel"
|
||||
@@ -7944,6 +7955,16 @@ msgstr "Befejező G-kód az egész nyomtatás befejezésekor"
|
||||
msgid "End G-code when finish the printing of this filament"
|
||||
msgstr "Befejező G-kód a filament nyomtatásának befejezésekor"
|
||||
|
||||
msgid "Ensure vertical shell thickness"
|
||||
msgstr "Függőleges héjvastagság biztosítása"
|
||||
|
||||
msgid ""
|
||||
"Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
"thickness (top+bottom solid layers)"
|
||||
msgstr ""
|
||||
"A függőleges héjvastagság biztosítása érdekében szilárd kitöltést alkalmaz a "
|
||||
"lejtős felületek közelében."
|
||||
|
||||
msgid "Top surface pattern"
|
||||
msgstr "Felső felület mintázata"
|
||||
|
||||
@@ -9167,8 +9188,11 @@ msgstr ""
|
||||
msgid "Min print speed"
|
||||
msgstr "Min. nyomtatási sebesség"
|
||||
|
||||
msgid "The minimum printing speed when slow down for cooling"
|
||||
msgstr "A minimum nyomtatási sebesség hűtés miatti lassításkor."
|
||||
msgid ""
|
||||
"The minimum printing speed for the filament when slow down for better layer "
|
||||
"cooling is enabled, when printing overhangs and when feature speeds are not "
|
||||
"specified explicitly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Nozzle diameter"
|
||||
msgstr "Fúvóka átmérője"
|
||||
@@ -9428,22 +9452,6 @@ msgstr ""
|
||||
"nagyobb mozgás közben a tárgynak ütközzön. A Z tengely emelésekor használt "
|
||||
"körkörös mozgás megelőzheti a szálazást."
|
||||
|
||||
msgid "Z hop lower boundary"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Z hop will only come into effect when Z is above this value and is below the "
|
||||
"parameter: \"Z hop upper boundary\""
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop upper boundary"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"If this value is positive, Z hop will only come into effect when Z is above "
|
||||
"the parameter: \"Z hop lower boundary\" and is below this value"
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop type"
|
||||
msgstr ""
|
||||
|
||||
@@ -10166,6 +10174,9 @@ msgstr ""
|
||||
"Ez a G-kód kerül beillesztésre, amikor a filament csere történik, beleértve "
|
||||
"a szerszámváltást indító T parancsokat is."
|
||||
|
||||
msgid "This gcode is inserted when the extrusion role is changed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Line width for top surfaces. If expressed as a %, it will be computed over "
|
||||
"the nozzle diameter."
|
||||
@@ -10528,6 +10539,19 @@ msgstr ""
|
||||
"mint a nyomtatandó elem vastagsága, akkor a fal olyan vastag lesz, mint maga "
|
||||
"a nyomtatott elem. A fúvóka átmérőjének százalékában van kifejezve"
|
||||
|
||||
msgid "Detect narrow internal solid infill"
|
||||
msgstr "Keskeny belső szilárd kitöltés felismerése"
|
||||
|
||||
msgid ""
|
||||
"This option will auto detect narrow internal solid infill area. If enabled, "
|
||||
"concentric pattern will be used for the area to speed printing up. "
|
||||
"Otherwise, rectilinear pattern is used defaultly."
|
||||
msgstr ""
|
||||
"Ez a beállítás automatikusan felismeri a keskeny belső tömör kitöltési "
|
||||
"területeket. Ha engedélyezve van, a nyomtatás felgyorsítása érdekében ezen a "
|
||||
"területen a koncentrikus mintát fogja használni. Ellenkező esetben "
|
||||
"alapértelmezés szerint az egyenes vonalú mintát használja."
|
||||
|
||||
msgid "invalid value "
|
||||
msgstr "invalid value "
|
||||
|
||||
@@ -11860,6 +11884,18 @@ msgid ""
|
||||
"temperature. More info about this in the Wiki."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Embeded"
|
||||
#~ msgstr "Embedded"
|
||||
|
||||
#~ msgid "Online Models"
|
||||
#~ msgstr "Online Models"
|
||||
|
||||
#~ msgid "Show online staff-picked models on the home page"
|
||||
#~ msgstr "Show online staff-picked models on the home page"
|
||||
|
||||
#~ msgid "The minimum printing speed when slow down for cooling"
|
||||
#~ msgstr "A minimum nyomtatási sebesség hűtés miatti lassításkor."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The bed temperature exceeds filament's vitrification temperature. Please "
|
||||
#~ "open the front door of printer before printing to avoid nozzle clog."
|
||||
@@ -11868,16 +11904,6 @@ msgstr ""
|
||||
#~ "Kérjük, hogy a nyomtatás során tartsd nyitva a nyomtatót, vagy csökkentsd "
|
||||
#~ "az asztalhőmérsékletet."
|
||||
|
||||
#~ msgid "Ensure vertical shell thickness"
|
||||
#~ msgstr "Függőleges héjvastagság biztosítása"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
#~ "thickness (top+bottom solid layers)"
|
||||
#~ msgstr ""
|
||||
#~ "A függőleges héjvastagság biztosítása érdekében szilárd kitöltést "
|
||||
#~ "alkalmaz a lejtős felületek közelében."
|
||||
|
||||
#~ msgid "Temperature of vitrificaiton"
|
||||
#~ msgstr "Üvegesedési hőmérséklet"
|
||||
|
||||
@@ -11902,19 +11928,6 @@ msgstr ""
|
||||
#~ "ezen a fordulatszámon fog működni a nyomtatás során, kivéve az első "
|
||||
#~ "néhány réteget, amelynél kikapcsolt hűtés van megadva"
|
||||
|
||||
#~ msgid "Detect narrow internal solid infill"
|
||||
#~ msgstr "Keskeny belső szilárd kitöltés felismerése"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "This option will auto detect narrow internal solid infill area. If "
|
||||
#~ "enabled, concentric pattern will be used for the area to speed printing "
|
||||
#~ "up. Otherwise, rectilinear pattern is used defaultly."
|
||||
#~ msgstr ""
|
||||
#~ "Ez a beállítás automatikusan felismeri a keskeny belső tömör kitöltési "
|
||||
#~ "területeket. Ha engedélyezve van, a nyomtatás felgyorsítása érdekében "
|
||||
#~ "ezen a területen a koncentrikus mintát fogja használni. Ellenkező esetben "
|
||||
#~ "alapértelmezés szerint az egyenes vonalú mintát használja."
|
||||
|
||||
#~ msgid "Empty layers around bottom are replaced by nearest normal layers."
|
||||
#~ msgstr "Az alsó üres rétegeket a legközelebbi normál rétegek váltják fel."
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-24 19:49+0800\n"
|
||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
@@ -489,27 +489,12 @@ msgstr "継ぎ目ペイント"
|
||||
msgid "Remove selection"
|
||||
msgstr "選択を削除"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + Mouse move up or dowm"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Rotate text"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "文字形状"
|
||||
|
||||
msgid "Font"
|
||||
msgstr "フォント"
|
||||
|
||||
msgid "Thickness"
|
||||
msgstr "太さ"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "テキスト"
|
||||
|
||||
msgid "Embeded"
|
||||
msgstr "Embedded"
|
||||
|
||||
msgid "Text Gap"
|
||||
msgstr "Text Gap"
|
||||
|
||||
@@ -521,12 +506,24 @@ msgid ""
|
||||
"depth"
|
||||
msgstr "Embedded depth"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "テキスト"
|
||||
|
||||
msgid "Surface"
|
||||
msgstr "Surface"
|
||||
|
||||
msgid "Horizontal text"
|
||||
msgstr "Horizontal text"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + Mouse move up or dowm"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Rotate text"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "文字形状"
|
||||
|
||||
msgid "Ctrl+"
|
||||
msgstr "Ctrl+"
|
||||
|
||||
@@ -608,11 +605,6 @@ msgstr ""
|
||||
msgid "WebView2 Runtime"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"OrcaSlicer configuration file may be corrupted and is not abled to be parsed."
|
||||
"Please delete the file and try again."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"%s\n"
|
||||
@@ -640,6 +632,13 @@ msgstr "最新バージョンです。"
|
||||
msgid "Info"
|
||||
msgstr "情報"
|
||||
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
msgid "Rebuild"
|
||||
msgstr "再構築"
|
||||
|
||||
@@ -3633,7 +3632,7 @@ msgstr "バーチャルカメラツールをダウンロード"
|
||||
|
||||
msgid ""
|
||||
"Another virtual camera is running.\n"
|
||||
"Bambu Studio supports only a single virtual camera.\n"
|
||||
"Orca Slicer supports only a single virtual camera.\n"
|
||||
"Do you want to stop this virtual camera?"
|
||||
msgstr ""
|
||||
"別のバーチャルカメラを作動しています為、もう一個が起動できません。\n"
|
||||
@@ -3745,7 +3744,7 @@ msgid "Failed to parse model infomations."
|
||||
msgstr "Failed to parse model infomation"
|
||||
|
||||
msgid ""
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it whthBambu Studio "
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer "
|
||||
"and export a new .gcode.3mf file."
|
||||
msgstr ""
|
||||
|
||||
@@ -4666,7 +4665,7 @@ msgid "Project downloaded %d%%"
|
||||
msgstr "プロジェクトをダウンロード %d%%"
|
||||
|
||||
msgid ""
|
||||
"Importing to Bambu Studio failed. Please download the file and manually "
|
||||
"Importing to Orca Slicer failed. Please download the file and manually "
|
||||
"import it."
|
||||
msgstr ""
|
||||
|
||||
@@ -4898,6 +4897,15 @@ msgstr "インチ"
|
||||
msgid "Units"
|
||||
msgstr "単位"
|
||||
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
msgid "Default Page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Set the page opened on startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Zoom to mouse position"
|
||||
msgstr "Zoom to mouse position"
|
||||
|
||||
@@ -4914,6 +4922,12 @@ msgstr ""
|
||||
msgid "If enabled, use free camera. If not enabled, use constrained camera."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show splash screen"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show \"Tip of the day\" notification after start"
|
||||
msgstr "起動後「毎日のヒント」を表示"
|
||||
|
||||
@@ -4965,12 +4979,6 @@ msgstr ".step/.stpファイルをOrca Slicerに関連付けます。"
|
||||
msgid "If enabled, sets OrcaSlicer as default application to open .step files"
|
||||
msgstr "デフォルトで.step/.stpファイルをOrca Slicerで開く"
|
||||
|
||||
msgid "Online Models"
|
||||
msgstr "Online Models"
|
||||
|
||||
msgid "Show online staff-picked models on the home page"
|
||||
msgstr "Show online staff-picked models on the home page"
|
||||
|
||||
msgid "Maximum recent projects"
|
||||
msgstr "Maximum recent projects"
|
||||
|
||||
@@ -5511,9 +5519,9 @@ msgid "An SD card needs to be inserted before send to printer SD card."
|
||||
msgstr ""
|
||||
"A MicroSD card needs to be inserted before sending to the printer SD card."
|
||||
|
||||
msgid "The printer is required to be in the same LAN as Bambu Studio."
|
||||
msgid "The printer is required to be in the same LAN as Orca Slicer."
|
||||
msgstr ""
|
||||
"このプリンターを使用するには、Bambu Studioを同一のLANで使用してください。"
|
||||
"このプリンターを使用するには、Orca Slicerを同一のLANで使用してください。"
|
||||
|
||||
msgid "The printer does not support sending to printer SD card."
|
||||
msgstr "このプリンターはSDカードに送信することができません"
|
||||
@@ -5966,6 +5974,9 @@ msgstr ""
|
||||
msgid "Change filament G-code"
|
||||
msgstr "フィラメント変更G-code"
|
||||
|
||||
msgid "Change extrusion role G-code"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pause G-code"
|
||||
msgstr "G-codeを一時停止"
|
||||
|
||||
@@ -6560,16 +6571,16 @@ msgid "Network plug-in update"
|
||||
msgstr "ネットワークプラグインの更新"
|
||||
|
||||
msgid ""
|
||||
"Click OK to update the Network plug-in when Bambu Studio launches next time."
|
||||
"Click OK to update the Network plug-in when Orca Slicer launches next time."
|
||||
msgstr ""
|
||||
"OK をクリックすると、次回 Bambu Studio を起動したときにネットワークプラグイン"
|
||||
"OK をクリックすると、次回 Orca Slicer を起動したときにネットワークプラグイン"
|
||||
"が更新されます。"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "A new Network plug-in(%s) available, Do you want to install it?"
|
||||
msgstr "新しいプラグイン (%s) が発見しました、インストールしますか?"
|
||||
|
||||
msgid "New version of Bambu Studio"
|
||||
msgid "New version of Orca Slicer"
|
||||
msgstr "新バージョン"
|
||||
|
||||
msgid "Don't remind me of this version again"
|
||||
@@ -6582,9 +6593,8 @@ msgid "LAN Connection Failed (Sending print file)"
|
||||
msgstr "LAN接続失敗 (造形ファイル送信)"
|
||||
|
||||
msgid ""
|
||||
"Step 1, please confirm Bambu Studio and your printer are in the same LAN."
|
||||
msgstr ""
|
||||
"1Bambu Studioとプリンターが同一のLANに繋いでいること確認してください。"
|
||||
"Step 1, please confirm Orca Slicer and your printer are in the same LAN."
|
||||
msgstr "1Orca Slicerとプリンターが同一のLANに繋いでいること確認してください。"
|
||||
|
||||
msgid ""
|
||||
"Step 2, if the IP and Access Code below are different from the actual values "
|
||||
@@ -7694,6 +7704,14 @@ msgstr "造形完了時のG-codeを追加"
|
||||
msgid "End G-code when finish the printing of this filament"
|
||||
msgstr "このフィラメントを使用終わった時のG-codeを追加"
|
||||
|
||||
msgid "Ensure vertical shell thickness"
|
||||
msgstr "壁の厚さを確保"
|
||||
|
||||
msgid ""
|
||||
"Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
"thickness (top+bottom solid layers)"
|
||||
msgstr "傾斜面にソリッドインフィルを追加"
|
||||
|
||||
msgid "Top surface pattern"
|
||||
msgstr "トップ面パターン"
|
||||
|
||||
@@ -8869,8 +8887,11 @@ msgstr ""
|
||||
msgid "Min print speed"
|
||||
msgstr "最小造形速度"
|
||||
|
||||
msgid "The minimum printing speed when slow down for cooling"
|
||||
msgstr "冷却のために速度を落とした時の最低造形速度。"
|
||||
msgid ""
|
||||
"The minimum printing speed for the filament when slow down for better layer "
|
||||
"cooling is enabled, when printing overhangs and when feature speeds are not "
|
||||
"specified explicitly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Nozzle diameter"
|
||||
msgstr "ノズル直径"
|
||||
@@ -9118,22 +9139,6 @@ msgstr ""
|
||||
"リトラクション時に、ノズルを少し上げてから移動します。この動作でモデルとの衝"
|
||||
"突を回避できます。"
|
||||
|
||||
msgid "Z hop lower boundary"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Z hop will only come into effect when Z is above this value and is below the "
|
||||
"parameter: \"Z hop upper boundary\""
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop upper boundary"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"If this value is positive, Z hop will only come into effect when Z is above "
|
||||
"the parameter: \"Z hop lower boundary\" and is below this value"
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop type"
|
||||
msgstr ""
|
||||
|
||||
@@ -9820,6 +9825,9 @@ msgid ""
|
||||
"tool change"
|
||||
msgstr "フィラメントを切り替える直後に実行するG-codeです。"
|
||||
|
||||
msgid "This gcode is inserted when the extrusion role is changed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Line width for top surfaces. If expressed as a %, it will be computed over "
|
||||
"the nozzle diameter."
|
||||
@@ -10158,6 +10166,18 @@ msgstr ""
|
||||
"thickness of the feature, the wall will become as thick as the feature "
|
||||
"itself. It's expressed as a percentage over nozzle diameter"
|
||||
|
||||
msgid "Detect narrow internal solid infill"
|
||||
msgstr "薄いソリッド インフィル検出"
|
||||
|
||||
msgid ""
|
||||
"This option will auto detect narrow internal solid infill area. If enabled, "
|
||||
"concentric pattern will be used for the area to speed printing up. "
|
||||
"Otherwise, rectilinear pattern is used defaultly."
|
||||
msgstr ""
|
||||
"ソリッド インフィル領域に狭い部分があるか検出します。その設定を有効にする場"
|
||||
"合、狭い領域は同心パターンを使用し、それ以外の領域は、直線パターンを使用しま"
|
||||
"す。"
|
||||
|
||||
msgid "invalid value "
|
||||
msgstr "invalid value "
|
||||
|
||||
@@ -11466,6 +11486,18 @@ msgid ""
|
||||
"temperature. More info about this in the Wiki."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Embeded"
|
||||
#~ msgstr "Embedded"
|
||||
|
||||
#~ msgid "Online Models"
|
||||
#~ msgstr "Online Models"
|
||||
|
||||
#~ msgid "Show online staff-picked models on the home page"
|
||||
#~ msgstr "Show online staff-picked models on the home page"
|
||||
|
||||
#~ msgid "The minimum printing speed when slow down for cooling"
|
||||
#~ msgstr "冷却のために速度を落とした時の最低造形速度。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The bed temperature exceeds filament's vitrification temperature. Please "
|
||||
#~ "open the front door of printer before printing to avoid nozzle clog."
|
||||
@@ -11473,14 +11505,6 @@ msgstr ""
|
||||
#~ "ベッド温度がフィラメントの軟化温度より高いです、ノズル詰まりが発生する可能"
|
||||
#~ "性があります。ベッド温度を下げるか、プリンタのドアを開けてください。"
|
||||
|
||||
#~ msgid "Ensure vertical shell thickness"
|
||||
#~ msgstr "壁の厚さを確保"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
#~ "thickness (top+bottom solid layers)"
|
||||
#~ msgstr "傾斜面にソリッドインフィルを追加"
|
||||
|
||||
#~ msgid "Temperature of vitrificaiton"
|
||||
#~ msgstr "軟化温度"
|
||||
|
||||
@@ -11500,18 +11524,6 @@ msgstr ""
|
||||
#~ "cooling layers"
|
||||
#~ msgstr "補助パーツ冷却ファンの回転速度です。"
|
||||
|
||||
#~ msgid "Detect narrow internal solid infill"
|
||||
#~ msgstr "薄いソリッド インフィル検出"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "This option will auto detect narrow internal solid infill area. If "
|
||||
#~ "enabled, concentric pattern will be used for the area to speed printing "
|
||||
#~ "up. Otherwise, rectilinear pattern is used defaultly."
|
||||
#~ msgstr ""
|
||||
#~ "ソリッド インフィル領域に狭い部分があるか検出します。その設定を有効にする"
|
||||
#~ "場合、狭い領域は同心パターンを使用し、それ以外の領域は、直線パターンを使用"
|
||||
#~ "します。"
|
||||
|
||||
#~ msgid "Empty layers around bottom are replaced by nearest normal layers."
|
||||
#~ msgstr "底面との隙間があります、レイヤーを入れ替えました"
|
||||
|
||||
|
||||
@@ -7,9 +7,10 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-24 19:49+0800\n"
|
||||
"PO-Revision-Date: 2023-10-26 16:47+0900\n"
|
||||
"Last-Translator: Hotsolidinfill\n"
|
||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
||||
"PO-Revision-Date: 2023-11-14 11:26+0900\n"
|
||||
"Last-Translator: Hotsolidinfill <138652683+Hotsolidinfill@users.noreply."
|
||||
"github.com>, crwusiz <crwusiz@naver.com>\n"
|
||||
"Language-Team: \n"
|
||||
"Language: ko_KR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -495,27 +496,12 @@ msgstr "솔기 칠하기"
|
||||
msgid "Remove selection"
|
||||
msgstr "선택 삭제"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + 마우스 위 or 아래"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "텍스트 회전"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "텍스트 모양"
|
||||
|
||||
msgid "Font"
|
||||
msgstr "글꼴"
|
||||
|
||||
msgid "Thickness"
|
||||
msgstr "두께"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "텍스트 입력"
|
||||
|
||||
msgid "Embeded"
|
||||
msgstr "매입"
|
||||
|
||||
msgid "Text Gap"
|
||||
msgstr "글자 간격"
|
||||
|
||||
@@ -529,12 +515,24 @@ msgstr ""
|
||||
"내장\n"
|
||||
"깊이"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "텍스트 입력"
|
||||
|
||||
msgid "Surface"
|
||||
msgstr "표면"
|
||||
|
||||
msgid "Horizontal text"
|
||||
msgstr "가로 텍스트"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + 마우스 위 or 아래"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "텍스트 회전"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "텍스트 모양"
|
||||
|
||||
msgid "Ctrl+"
|
||||
msgstr "Ctrl+"
|
||||
|
||||
@@ -623,13 +621,6 @@ msgstr ""
|
||||
msgid "WebView2 Runtime"
|
||||
msgstr "WebView2 런타임"
|
||||
|
||||
msgid ""
|
||||
"OrcaSlicer configuration file may be corrupted and is not abled to be parsed."
|
||||
"Please delete the file and try again."
|
||||
msgstr ""
|
||||
"OrcaSlicer 구성 파일이 손상되어 구문 분석할 수 없습니다. 파일을 삭제하고 다"
|
||||
"시 시도하십시오."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"%s\n"
|
||||
@@ -657,6 +648,16 @@ msgstr "최신 버전입니다."
|
||||
msgid "Info"
|
||||
msgstr "정보"
|
||||
|
||||
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."
|
||||
msgstr ""
|
||||
"OrcaSlicer 구성 파일이 손상되어 구문을 분석할 수 없습니다.\n"
|
||||
"OrcaSlicer가 구성 파일을 다시 생성하려고 시도했습니다.\n"
|
||||
"응용 프로그램 설정은 손실되지만 프린터 프로필은 영향을 받지 않습니다."
|
||||
|
||||
msgid "Rebuild"
|
||||
msgstr "재빌드"
|
||||
|
||||
@@ -3704,11 +3705,11 @@ msgstr "가상 카메라 도구 다운로드"
|
||||
|
||||
msgid ""
|
||||
"Another virtual camera is running.\n"
|
||||
"Bambu Studio supports only a single virtual camera.\n"
|
||||
"Orca Slicer supports only a single virtual camera.\n"
|
||||
"Do you want to stop this virtual camera?"
|
||||
msgstr ""
|
||||
"다른 가상 카메라가 실행 중입니다.\n"
|
||||
"Bambu Studio는 단일 가상 카메라만 지원합니다.\n"
|
||||
"Orca Slicer는 단일 가상 카메라만 지원합니다.\n"
|
||||
"이 가상 카메라를 중지하시겠습니까?"
|
||||
|
||||
#, c-format, boost-format
|
||||
@@ -3817,7 +3818,7 @@ msgid "Failed to parse model infomations."
|
||||
msgstr "모델 정보를 해석하지 못했습니다."
|
||||
|
||||
msgid ""
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it whthBambu Studio "
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer "
|
||||
"and export a new .gcode.3mf file."
|
||||
msgstr ""
|
||||
".gcode.3mf 파일에는 G코드 데이터가 없습니다. OrcaSlicer에서 이를 슬라이스하"
|
||||
@@ -4767,11 +4768,11 @@ msgid "Project downloaded %d%%"
|
||||
msgstr "프로젝트 다운로드 %d%%"
|
||||
|
||||
msgid ""
|
||||
"Importing to Bambu Studio failed. Please download the file and manually "
|
||||
"Importing to Orca Slicer failed. Please download the file and manually "
|
||||
"import it."
|
||||
msgstr ""
|
||||
"Bambu Studio로 가져오는 데 실패했습니다. 파일을 다운로드하여 수동으로 가져오"
|
||||
"세요."
|
||||
"Orca Slicer로 가져오는 데 실패했습니다. 파일을 다운로드하여 수동으로 가져오세"
|
||||
"요."
|
||||
|
||||
msgid "The selected file"
|
||||
msgstr "선택한 파일"
|
||||
@@ -5000,6 +5001,15 @@ msgstr "야드파운드법"
|
||||
msgid "Units"
|
||||
msgstr "단위"
|
||||
|
||||
msgid "Home"
|
||||
msgstr "홈"
|
||||
|
||||
msgid "Default Page"
|
||||
msgstr "기본 페이지"
|
||||
|
||||
msgid "Set the page opened on startup."
|
||||
msgstr "시작 시 열리는 페이지를 설정합니다."
|
||||
|
||||
msgid "Zoom to mouse position"
|
||||
msgstr "마우스 위치로 확대"
|
||||
|
||||
@@ -5016,6 +5026,12 @@ msgstr ""
|
||||
"활성화된 경우 자유로운 카메라 앵글을 사용합니다. 활성화되지 않은 경우 제한된 "
|
||||
"카메라 앵글을 사용합니다."
|
||||
|
||||
msgid "Show splash screen"
|
||||
msgstr "스플래시 화면 표시"
|
||||
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr "시작하는 동안 스플래시 화면을 표시합니다."
|
||||
|
||||
msgid "Show \"Tip of the day\" notification after start"
|
||||
msgstr "시작 후 \"오늘의 팁\" 알림 표시"
|
||||
|
||||
@@ -5071,12 +5087,6 @@ msgstr ""
|
||||
"활성화된 경우 OrcaSlicer를 기본 응용 프로그램으로 설정하여 .step 파일을 엽니"
|
||||
"다"
|
||||
|
||||
msgid "Online Models"
|
||||
msgstr "온라인 모델"
|
||||
|
||||
msgid "Show online staff-picked models on the home page"
|
||||
msgstr "홈페이지에서 추천 온라인 모델 보기"
|
||||
|
||||
msgid "Maximum recent projects"
|
||||
msgstr "최근 프로젝트 최대 표시"
|
||||
|
||||
@@ -5628,8 +5638,8 @@ msgstr "업그레이드가 진행 중일 때 출력 작업을 보낼 수 없습
|
||||
msgid "An SD card needs to be inserted before send to printer SD card."
|
||||
msgstr "프린터 SD 카드로 보내기 전에 SD 카드를 삽입해야 합니다."
|
||||
|
||||
msgid "The printer is required to be in the same LAN as Bambu Studio."
|
||||
msgstr "프린터는 Bambu Studio와 동일한 LAN에 있어야 합니다."
|
||||
msgid "The printer is required to be in the same LAN as Orca Slicer."
|
||||
msgstr "프린터는 Orca Slicer와 동일한 LAN에 있어야 합니다."
|
||||
|
||||
msgid "The printer does not support sending to printer SD card."
|
||||
msgstr "프린터는 프린터 SD 카드로의 전송을 지원하지 않습니다."
|
||||
@@ -6087,6 +6097,9 @@ msgstr "타임랩스 G코드"
|
||||
msgid "Change filament G-code"
|
||||
msgstr "필라멘트 교체 G코드"
|
||||
|
||||
msgid "Change extrusion role G-code"
|
||||
msgstr "압출 역할 G코드 변경"
|
||||
|
||||
msgid "Pause G-code"
|
||||
msgstr "일시정지 G코드"
|
||||
|
||||
@@ -6701,16 +6714,16 @@ msgid "Network plug-in update"
|
||||
msgstr "네트워크 플러그인 업데이트"
|
||||
|
||||
msgid ""
|
||||
"Click OK to update the Network plug-in when Bambu Studio launches next time."
|
||||
"Click OK to update the Network plug-in when Orca Slicer launches next time."
|
||||
msgstr ""
|
||||
"다음 번 Bambu Studio를 시작할 때 네트워크 플러그인을 업데이트하려면 확인을 클"
|
||||
"다음 번 Orca Slicer를 시작할 때 네트워크 플러그인을 업데이트하려면 확인을 클"
|
||||
"릭합니다."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "A new Network plug-in(%s) available, Do you want to install it?"
|
||||
msgstr "새 네트워크 플러그인(%s)을 사용할 수 있습니다. 설치하시겠습니까?"
|
||||
|
||||
msgid "New version of Bambu Studio"
|
||||
msgid "New version of Orca Slicer"
|
||||
msgstr "뱀부 스튜디오의 새 버전"
|
||||
|
||||
msgid "Don't remind me of this version again"
|
||||
@@ -6723,9 +6736,9 @@ msgid "LAN Connection Failed (Sending print file)"
|
||||
msgstr "LAN 연결 실패(출력 파일 전송 중)"
|
||||
|
||||
msgid ""
|
||||
"Step 1, please confirm Bambu Studio and your printer are in the same LAN."
|
||||
"Step 1, please confirm Orca Slicer and your printer are in the same LAN."
|
||||
msgstr ""
|
||||
"1단계, Bambu Studio와 프린터가 동일한 인터넷 망에 연결되어 있는지 확인하십시"
|
||||
"1단계, Orca Slicer와 프린터가 동일한 인터넷 망에 연결되어 있는지 확인하십시"
|
||||
"오."
|
||||
|
||||
msgid ""
|
||||
@@ -7689,7 +7702,7 @@ msgid "Enable this option to slow printing down for different overhang degree"
|
||||
msgstr "돌출부 정도에 따라 출력 속도를 낮추려면 이 옵션을 활성화합니다"
|
||||
|
||||
msgid "Slow down for curled perimeters"
|
||||
msgstr "꺾여 있는 둘레에는 속도를 줄이세요"
|
||||
msgstr "꺾여 있는 둘레에서 감속"
|
||||
|
||||
msgid ""
|
||||
"Enable this option to slow printing down in areas where potential curled "
|
||||
@@ -7907,6 +7920,16 @@ msgstr "전체 출력이 끝날때의 End G-code"
|
||||
msgid "End G-code when finish the printing of this filament"
|
||||
msgstr "이 필라멘트의 출력이 끝날때의 End G-code"
|
||||
|
||||
msgid "Ensure vertical shell thickness"
|
||||
msgstr "수직 쉘 두께 확보"
|
||||
|
||||
msgid ""
|
||||
"Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
"thickness (top+bottom solid layers)"
|
||||
msgstr ""
|
||||
"경사진 표면 근처에 꽉찬 내부 채움을 추가하여 수직 쉘 두께를 보장합니다(상단"
|
||||
"+하단 꽉찬 레이어)"
|
||||
|
||||
msgid "Top surface pattern"
|
||||
msgstr "상단 표면 패턴"
|
||||
|
||||
@@ -9231,8 +9254,13 @@ msgstr ""
|
||||
msgid "Min print speed"
|
||||
msgstr "최소 출력 속도"
|
||||
|
||||
msgid "The minimum printing speed when slow down for cooling"
|
||||
msgstr "\"레이어 냉각 향상을 위한 감속\" 시 최소 출력 속도"
|
||||
msgid ""
|
||||
"The minimum printing speed for the filament when slow down for better layer "
|
||||
"cooling is enabled, when printing overhangs and when feature speeds are not "
|
||||
"specified explicitly."
|
||||
msgstr ""
|
||||
"보다 나은 레이어 냉각을 위해 속도를 늦출 때, 돌출부 출력 속도가 명시적으로 지"
|
||||
"정되지 않은 경우 필라멘트의 최소 출력 속도가 활성화됩니다."
|
||||
|
||||
msgid "Nozzle diameter"
|
||||
msgstr "노즐 직경"
|
||||
@@ -9504,26 +9532,6 @@ msgstr ""
|
||||
"니다. 이동 시 노즐이 출력물에 부딪히는 것을 방지합니다. 나선 라인(Spiral "
|
||||
"line)을 사용하여 Z를 올리면 실 발생을 방지할 수 있습니다"
|
||||
|
||||
msgid "Z hop lower boundary"
|
||||
msgstr "Z 올리기 하한 경계"
|
||||
|
||||
msgid ""
|
||||
"Z hop will only come into effect when Z is above this value and is below the "
|
||||
"parameter: \"Z hop upper boundary\""
|
||||
msgstr ""
|
||||
"Z 올리기는 Z가 이 값보다 크고 \"Z 올리기 상한 경계\" 매개변수 아래인 경우에"
|
||||
"만 적용됩니다."
|
||||
|
||||
msgid "Z hop upper boundary"
|
||||
msgstr "Z 올리기 상한 경계"
|
||||
|
||||
msgid ""
|
||||
"If this value is positive, Z hop will only come into effect when Z is above "
|
||||
"the parameter: \"Z hop lower boundary\" and is below this value"
|
||||
msgstr ""
|
||||
"이 값이 양수인 경우 Z 올리기는 Z가 매개변수 \"Z 올리기 하한 경계\"보다 높고 "
|
||||
"이 값보다 낮을 때만 적용됩니다"
|
||||
|
||||
msgid "Z hop type"
|
||||
msgstr "Z 올리기 유형"
|
||||
|
||||
@@ -10285,6 +10293,9 @@ msgstr ""
|
||||
"이 G코드는 도구 변경을 유발하는 T 명령을 포함하여 필라멘트를 변경할 때 삽입됩"
|
||||
"니다"
|
||||
|
||||
msgid "This gcode is inserted when the extrusion role is changed"
|
||||
msgstr "이 G코드는 압출 역할이 변경될 때 삽입됩니다."
|
||||
|
||||
msgid ""
|
||||
"Line width for top surfaces. If expressed as a %, it will be computed over "
|
||||
"the nozzle diameter."
|
||||
@@ -10654,6 +10665,18 @@ msgstr ""
|
||||
"비가 형상의 두께보다 얇은 경우 벽은 형상 자체만큼 두꺼워집니다. 노즐 직경에 "
|
||||
"대한 백분율로 표시됩니다"
|
||||
|
||||
msgid "Detect narrow internal solid infill"
|
||||
msgstr "좁은 내부 꽉찬 내부 채움 감지"
|
||||
|
||||
msgid ""
|
||||
"This option will auto detect narrow internal solid infill area. If enabled, "
|
||||
"concentric pattern will be used for the area to speed printing up. "
|
||||
"Otherwise, rectilinear pattern is used defaultly."
|
||||
msgstr ""
|
||||
"이 옵션은 좁은 내부 꽉찬 내부 채움 영역을 자동으로 감지합니다. 활성화하면 출"
|
||||
"력 속도를 높이기 위해 해당 영역에 동심 패턴이 사용됩니다. 그렇지 않으면 직선 "
|
||||
"패턴이 기본적으로 사용됩니다."
|
||||
|
||||
msgid "invalid value "
|
||||
msgstr "잘못된 값 "
|
||||
|
||||
@@ -12096,6 +12119,45 @@ msgstr ""
|
||||
"기/핫엔드가 막힐 가능성을 줄일 수 있습니다. 이에 대한 자세한 내용은 Wiki에서 "
|
||||
"확인하세요."
|
||||
|
||||
#~ msgid "Embeded"
|
||||
#~ msgstr "매입"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "OrcaSlicer configuration file may be corrupted and is not abled to be "
|
||||
#~ "parsed.Please delete the file and try again."
|
||||
#~ msgstr ""
|
||||
#~ "OrcaSlicer 구성 파일이 손상되어 구문 분석할 수 없습니다. 파일을 삭제하고 "
|
||||
#~ "다시 시도하십시오."
|
||||
|
||||
#~ msgid "Online Models"
|
||||
#~ msgstr "온라인 모델"
|
||||
|
||||
#~ msgid "Show online staff-picked models on the home page"
|
||||
#~ msgstr "홈페이지에서 추천 온라인 모델 보기"
|
||||
|
||||
#~ msgid "Z hop lower boundary"
|
||||
#~ msgstr "Z 올리기 하한 경계"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Z hop will only come into effect when Z is above this value and is below "
|
||||
#~ "the parameter: \"Z hop upper boundary\""
|
||||
#~ msgstr ""
|
||||
#~ "Z 올리기는 Z가 이 값보다 크고 \"Z 올리기 상한 경계\" 매개변수 아래인 경우"
|
||||
#~ "에만 적용됩니다."
|
||||
|
||||
#~ msgid "Z hop upper boundary"
|
||||
#~ msgstr "Z 올리기 상한 경계"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "If this value is positive, Z hop will only come into effect when Z is "
|
||||
#~ "above the parameter: \"Z hop lower boundary\" and is below this value"
|
||||
#~ msgstr ""
|
||||
#~ "이 값이 양수인 경우 Z 올리기는 Z가 매개변수 \"Z 올리기 하한 경계\"보다 높"
|
||||
#~ "고 이 값보다 낮을 때만 적용됩니다"
|
||||
|
||||
#~ msgid "The minimum printing speed when slow down for cooling"
|
||||
#~ msgstr "\"레이어 냉각 향상을 위한 감속\" 시 최소 출력 속도"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "There are currently no identical spare consumables available, and "
|
||||
#~ "automatic replenishment is currently not possible. \n"
|
||||
@@ -12119,16 +12181,6 @@ msgstr ""
|
||||
#~ msgid "Activate for better air filtration"
|
||||
#~ msgstr "더 나은 공기 여과를 위해 활성화하세요"
|
||||
|
||||
#~ msgid "Ensure vertical shell thickness"
|
||||
#~ msgstr "수직 쉘 두께 확보"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
#~ "thickness (top+bottom solid layers)"
|
||||
#~ msgstr ""
|
||||
#~ "경사진 표면 근처에 꽉찬 내부 채움을 추가하여 수직 쉘 두께를 보장합니다(상"
|
||||
#~ "단+하단 꽉찬 레이어)"
|
||||
|
||||
#~ msgid "Temperature of vitrificaiton"
|
||||
#~ msgstr "유리 전이 온도"
|
||||
|
||||
@@ -12157,18 +12209,6 @@ msgstr ""
|
||||
#~ "보조 출력 냉각 팬의 속도입니다. 냉각 중지 레이어로 정의된 처음 몇 개의 레"
|
||||
#~ "이어를 제외하고 출력 중에 보조 팬이 이 속도로 작동됩니다"
|
||||
|
||||
#~ msgid "Detect narrow internal solid infill"
|
||||
#~ msgstr "좁은 내부 꽉찬 내부 채움 감지"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "This option will auto detect narrow internal solid infill area. If "
|
||||
#~ "enabled, concentric pattern will be used for the area to speed printing "
|
||||
#~ "up. Otherwise, rectilinear pattern is used defaultly."
|
||||
#~ msgstr ""
|
||||
#~ "이 옵션은 좁은 내부 꽉찬 내부 채움 영역을 자동으로 감지합니다. 활성화하면 "
|
||||
#~ "출력 속도를 높이기 위해 해당 영역에 동심 패턴이 사용됩니다. 그렇지 않으면 "
|
||||
#~ "직선 패턴이 기본적으로 사용됩니다."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Filter out gaps smaller than the threshold specified. This setting won't "
|
||||
#~ "affect top/bottom layers"
|
||||
|
||||
@@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-24 19:49+0800\n"
|
||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
||||
"Language: nl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -492,28 +492,12 @@ msgstr "Naad schilderen"
|
||||
msgid "Remove selection"
|
||||
msgstr "Selectie verwijderen"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + Muis op of neer"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Draai tekst"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "Tekstvorm"
|
||||
|
||||
msgid "Font"
|
||||
msgstr "Lettertype"
|
||||
|
||||
msgid "Thickness"
|
||||
msgstr "Dikte"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "Tekst invoeren"
|
||||
|
||||
# Source and destination string both English but don't match!
|
||||
msgid "Embeded"
|
||||
msgstr "Embedded"
|
||||
|
||||
msgid "Text Gap"
|
||||
msgstr "Tekstruimte"
|
||||
|
||||
@@ -525,12 +509,24 @@ msgid ""
|
||||
"depth"
|
||||
msgstr "Embedded depth"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "Tekst invoeren"
|
||||
|
||||
msgid "Surface"
|
||||
msgstr "Oppervlak"
|
||||
|
||||
msgid "Horizontal text"
|
||||
msgstr "Horizontale tekst"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + Muis op of neer"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Draai tekst"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "Tekstvorm"
|
||||
|
||||
msgid "Ctrl+"
|
||||
msgstr "Ctrl+"
|
||||
|
||||
@@ -623,13 +619,6 @@ msgstr ""
|
||||
msgid "WebView2 Runtime"
|
||||
msgstr "WebView2 Runtime"
|
||||
|
||||
msgid ""
|
||||
"OrcaSlicer configuration file may be corrupted and is not abled to be parsed."
|
||||
"Please delete the file and try again."
|
||||
msgstr ""
|
||||
"OrcaSlicer configuratiebestand is mogelijks corrupt, en kan niet verwerkt "
|
||||
"worden.Verwijder het configuratiebestand en probeer het opnieuw."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"%s\n"
|
||||
@@ -658,6 +647,13 @@ msgstr "Dit is de nieuwste versie."
|
||||
msgid "Info"
|
||||
msgstr "Informatie"
|
||||
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
msgid "Rebuild"
|
||||
msgstr "Herbouwen"
|
||||
|
||||
@@ -3758,11 +3754,11 @@ msgstr "Hulpmiddelen voor virtuele camera's downloaden"
|
||||
|
||||
msgid ""
|
||||
"Another virtual camera is running.\n"
|
||||
"Bambu Studio supports only a single virtual camera.\n"
|
||||
"Orca Slicer supports only a single virtual camera.\n"
|
||||
"Do you want to stop this virtual camera?"
|
||||
msgstr ""
|
||||
"Er draait nog een virtuele camera.\n"
|
||||
"Bambu Studio ondersteunt slechts één virtuele camera.\n"
|
||||
"Orca Slicer ondersteunt slechts één virtuele camera.\n"
|
||||
"Wil je deze virtuele camera stoppen?"
|
||||
|
||||
#, c-format, boost-format
|
||||
@@ -3872,7 +3868,7 @@ msgid "Failed to parse model infomations."
|
||||
msgstr "Failed to parse model infomation"
|
||||
|
||||
msgid ""
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it whthBambu Studio "
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer "
|
||||
"and export a new .gcode.3mf file."
|
||||
msgstr ""
|
||||
|
||||
@@ -4827,7 +4823,7 @@ msgid "Project downloaded %d%%"
|
||||
msgstr "Project %d%% gedownload"
|
||||
|
||||
msgid ""
|
||||
"Importing to Bambu Studio failed. Please download the file and manually "
|
||||
"Importing to Orca Slicer failed. Please download the file and manually "
|
||||
"import it."
|
||||
msgstr ""
|
||||
|
||||
@@ -5064,6 +5060,15 @@ msgstr "Imperiaal"
|
||||
msgid "Units"
|
||||
msgstr "Eenheden"
|
||||
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
msgid "Default Page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Set the page opened on startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Zoom to mouse position"
|
||||
msgstr "Zoom to mouse position"
|
||||
|
||||
@@ -5080,6 +5085,12 @@ msgstr ""
|
||||
msgid "If enabled, use free camera. If not enabled, use constrained camera."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show splash screen"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show \"Tip of the day\" notification after start"
|
||||
msgstr "Toon de melding 'Tip van de dag' na het starten"
|
||||
|
||||
@@ -5140,12 +5151,6 @@ msgstr ""
|
||||
"Indien ingeschakeld, wordt Orca Slicer ingesteld als de standaardtoepassing "
|
||||
"om .step-bestanden te openen"
|
||||
|
||||
msgid "Online Models"
|
||||
msgstr "Online Models"
|
||||
|
||||
msgid "Show online staff-picked models on the home page"
|
||||
msgstr "Show online staff-picked models on the home page"
|
||||
|
||||
msgid "Maximum recent projects"
|
||||
msgstr "Maximum recent projects"
|
||||
|
||||
@@ -5716,8 +5721,8 @@ msgid "An SD card needs to be inserted before send to printer SD card."
|
||||
msgstr ""
|
||||
"A MicroSD card needs to be inserted before sending to the printer SD card."
|
||||
|
||||
msgid "The printer is required to be in the same LAN as Bambu Studio."
|
||||
msgstr "De printer moet zich in hetzelfde LAN bevinden als Bambu Studio."
|
||||
msgid "The printer is required to be in the same LAN as Orca Slicer."
|
||||
msgstr "De printer moet zich in hetzelfde LAN bevinden als Orca Slicer."
|
||||
|
||||
msgid "The printer does not support sending to printer SD card."
|
||||
msgstr ""
|
||||
@@ -6198,6 +6203,9 @@ msgstr ""
|
||||
msgid "Change filament G-code"
|
||||
msgstr "Filament G-code aanpassen"
|
||||
|
||||
msgid "Change extrusion role G-code"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pause G-code"
|
||||
msgstr "Pauzeer G-code"
|
||||
|
||||
@@ -6821,9 +6829,9 @@ msgid "Network plug-in update"
|
||||
msgstr "Netwerk plug-in update"
|
||||
|
||||
msgid ""
|
||||
"Click OK to update the Network plug-in when Bambu Studio launches next time."
|
||||
"Click OK to update the Network plug-in when Orca Slicer launches next time."
|
||||
msgstr ""
|
||||
"Klik op OK om de netwerkplug-in bij te werken wanneer Bambu Studio de "
|
||||
"Klik op OK om de netwerkplug-in bij te werken wanneer Orca Slicer de "
|
||||
"volgende keer wordt gestart."
|
||||
|
||||
#, c-format, boost-format
|
||||
@@ -6831,8 +6839,8 @@ msgid "A new Network plug-in(%s) available, Do you want to install it?"
|
||||
msgstr ""
|
||||
"Een nieuwe netwerk plug-in (%s) is beschikbaar. Wilt je deze installeren?"
|
||||
|
||||
msgid "New version of Bambu Studio"
|
||||
msgstr "Nieuwe versie van Bambu Studio"
|
||||
msgid "New version of Orca Slicer"
|
||||
msgstr "Nieuwe versie van Orca Slicer"
|
||||
|
||||
msgid "Don't remind me of this version again"
|
||||
msgstr "Herinner me niet meer aan deze versie."
|
||||
@@ -6844,9 +6852,9 @@ msgid "LAN Connection Failed (Sending print file)"
|
||||
msgstr "LAN-verbinding mislukt (verzenden afdrukbestand)"
|
||||
|
||||
msgid ""
|
||||
"Step 1, please confirm Bambu Studio and your printer are in the same LAN."
|
||||
"Step 1, please confirm Orca Slicer and your printer are in the same LAN."
|
||||
msgstr ""
|
||||
"Stap 1, bevestig dat Bambu Studio en uw printer zich in hetzelfde LAN "
|
||||
"Stap 1, bevestig dat Orca Slicer en uw printer zich in hetzelfde LAN "
|
||||
"bevinden."
|
||||
|
||||
msgid ""
|
||||
@@ -6921,7 +6929,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"De firmwareversie is abnormaal. Repareren en bijwerken is vereist voor het "
|
||||
"afdrukken. Wil je nu updaten? Je kunt ook later op de printer updaten of "
|
||||
"updaten wanneer je Bambu Studio de volgende keer start."
|
||||
"updaten wanneer je Orca Slicer de volgende keer start."
|
||||
|
||||
msgid "Extension Board"
|
||||
msgstr "Extension Board"
|
||||
@@ -8036,6 +8044,16 @@ msgid "End G-code when finish the printing of this filament"
|
||||
msgstr ""
|
||||
"Voeg een eind G-code toe bij het afronden van het printen van dit filament."
|
||||
|
||||
msgid "Ensure vertical shell thickness"
|
||||
msgstr "Zorg voor een verticale schaaldikte"
|
||||
|
||||
msgid ""
|
||||
"Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
"thickness (top+bottom solid layers)"
|
||||
msgstr ""
|
||||
"Voeg dichte vulling toe in de buurt van hellende oppervlakken om de "
|
||||
"verticale schaaldikte te garanderen (boven+onder vaste lagen)."
|
||||
|
||||
msgid "Top surface pattern"
|
||||
msgstr "Patroon bovenvlak"
|
||||
|
||||
@@ -9270,8 +9288,11 @@ msgstr ""
|
||||
msgid "Min print speed"
|
||||
msgstr "Minimale print snelheid"
|
||||
|
||||
msgid "The minimum printing speed when slow down for cooling"
|
||||
msgstr "De minimale printsnelheid indien er afgeremd wordt om af te koelen"
|
||||
msgid ""
|
||||
"The minimum printing speed for the filament when slow down for better layer "
|
||||
"cooling is enabled, when printing overhangs and when feature speeds are not "
|
||||
"specified explicitly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Nozzle diameter"
|
||||
msgstr "Nozzle diameter"
|
||||
@@ -9539,22 +9560,6 @@ msgstr ""
|
||||
"de nozzle de print raakt bij veplaatsen. Het gebruik van spiraallijnen om Z "
|
||||
"op te tillen kan stringing voorkomen."
|
||||
|
||||
msgid "Z hop lower boundary"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Z hop will only come into effect when Z is above this value and is below the "
|
||||
"parameter: \"Z hop upper boundary\""
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop upper boundary"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"If this value is positive, Z hop will only come into effect when Z is above "
|
||||
"the parameter: \"Z hop lower boundary\" and is below this value"
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop type"
|
||||
msgstr ""
|
||||
|
||||
@@ -10280,6 +10285,9 @@ msgstr ""
|
||||
"Deze G-code wordt ingevoegd wanneer filament wordt vervangen, inclusief T-"
|
||||
"commando's om gereedschapswissel te activeren."
|
||||
|
||||
msgid "This gcode is inserted when the extrusion role is changed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Line width for top surfaces. If expressed as a %, it will be computed over "
|
||||
"the nozzle diameter."
|
||||
@@ -10649,6 +10657,19 @@ msgstr ""
|
||||
"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"
|
||||
|
||||
msgid "Detect narrow internal solid infill"
|
||||
msgstr "Detecteer dichte interne solide vulling (infill)"
|
||||
|
||||
msgid ""
|
||||
"This option will auto detect narrow internal solid infill area. If enabled, "
|
||||
"concentric pattern will be used for the area to speed printing up. "
|
||||
"Otherwise, rectilinear pattern is used defaultly."
|
||||
msgstr ""
|
||||
"Deze optie detecteert automatisch smalle interne solide opvul (infill) "
|
||||
"gebieden. Indien ingeschakeld, wordt het concentrische patroon gebruikt voor "
|
||||
"het gebied om het afdrukken te versnellen. Anders wordt standaard het "
|
||||
"rechtlijnige patroon gebruikt."
|
||||
|
||||
msgid "invalid value "
|
||||
msgstr "invalid value "
|
||||
|
||||
@@ -11981,6 +12002,26 @@ msgid ""
|
||||
"temperature. More info about this in the Wiki."
|
||||
msgstr ""
|
||||
|
||||
# Source and destination string both English but don't match!
|
||||
#~ msgid "Embeded"
|
||||
#~ msgstr "Embedded"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "OrcaSlicer configuration file may be corrupted and is not abled to be "
|
||||
#~ "parsed.Please delete the file and try again."
|
||||
#~ msgstr ""
|
||||
#~ "OrcaSlicer configuratiebestand is mogelijks corrupt, en kan niet verwerkt "
|
||||
#~ "worden.Verwijder het configuratiebestand en probeer het opnieuw."
|
||||
|
||||
#~ msgid "Online Models"
|
||||
#~ msgstr "Online Models"
|
||||
|
||||
#~ msgid "Show online staff-picked models on the home page"
|
||||
#~ msgstr "Show online staff-picked models on the home page"
|
||||
|
||||
#~ msgid "The minimum printing speed when slow down for cooling"
|
||||
#~ msgstr "De minimale printsnelheid indien er afgeremd wordt om af te koelen"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The bed temperature exceeds filament's vitrification temperature. Please "
|
||||
#~ "open the front door of printer before printing to avoid nozzle clog."
|
||||
@@ -11989,16 +12030,6 @@ msgstr ""
|
||||
#~ "filament. Open de voorkdeur van de printer voor het printen om "
|
||||
#~ "verstopping van de nozzles te voorkomen."
|
||||
|
||||
#~ msgid "Ensure vertical shell thickness"
|
||||
#~ msgstr "Zorg voor een verticale schaaldikte"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
#~ "thickness (top+bottom solid layers)"
|
||||
#~ msgstr ""
|
||||
#~ "Voeg dichte vulling toe in de buurt van hellende oppervlakken om de "
|
||||
#~ "verticale schaaldikte te garanderen (boven+onder vaste lagen)."
|
||||
|
||||
#~ msgid "Temperature of vitrificaiton"
|
||||
#~ msgstr "Temperatuur van verglazing"
|
||||
|
||||
@@ -12023,19 +12054,6 @@ msgstr ""
|
||||
#~ "op deze snelheid tijdens het afdrukken, behalve de eerste paar lagen, die "
|
||||
#~ "worden gedefinieerd door geen koellagen"
|
||||
|
||||
#~ msgid "Detect narrow internal solid infill"
|
||||
#~ msgstr "Detecteer dichte interne solide vulling (infill)"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "This option will auto detect narrow internal solid infill area. If "
|
||||
#~ "enabled, concentric pattern will be used for the area to speed printing "
|
||||
#~ "up. Otherwise, rectilinear pattern is used defaultly."
|
||||
#~ msgstr ""
|
||||
#~ "Deze optie detecteert automatisch smalle interne solide opvul (infill) "
|
||||
#~ "gebieden. Indien ingeschakeld, wordt het concentrische patroon gebruikt "
|
||||
#~ "voor het gebied om het afdrukken te versnellen. Anders wordt standaard "
|
||||
#~ "het rechtlijnige patroon gebruikt."
|
||||
|
||||
#~ msgid "Empty layers around bottom are replaced by nearest normal layers."
|
||||
#~ msgstr ""
|
||||
#~ "Lege lagen in de buurt van de bodem worden vervangen door de "
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-24 19:49+0800\n"
|
||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
||||
"Language: sv\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -489,27 +489,12 @@ msgstr "Målning av sömmar"
|
||||
msgid "Remove selection"
|
||||
msgstr "Ta bort val"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + Mus flytta uppåt eller nedåt"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Rotera text"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "Text form"
|
||||
|
||||
msgid "Font"
|
||||
msgstr "Typsnitt"
|
||||
|
||||
msgid "Thickness"
|
||||
msgstr "Tjocklek"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "Skriv in text"
|
||||
|
||||
msgid "Embeded"
|
||||
msgstr "Inbäddad"
|
||||
|
||||
msgid "Text Gap"
|
||||
msgstr "Text mellanrum"
|
||||
|
||||
@@ -521,12 +506,24 @@ msgid ""
|
||||
"depth"
|
||||
msgstr "Inbäddat djup"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "Skriv in text"
|
||||
|
||||
msgid "Surface"
|
||||
msgstr "Yta"
|
||||
|
||||
msgid "Horizontal text"
|
||||
msgstr "Vågrät text"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + Mus flytta uppåt eller nedåt"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Rotera text"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "Text form"
|
||||
|
||||
msgid "Ctrl+"
|
||||
msgstr "Ctrl +"
|
||||
|
||||
@@ -609,11 +606,6 @@ msgstr ""
|
||||
msgid "WebView2 Runtime"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"OrcaSlicer configuration file may be corrupted and is not abled to be parsed."
|
||||
"Please delete the file and try again."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"%s\n"
|
||||
@@ -641,6 +633,13 @@ msgstr "Det är den senaste versionen."
|
||||
msgid "Info"
|
||||
msgstr "Info"
|
||||
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
msgid "Rebuild"
|
||||
msgstr "Återskapa"
|
||||
|
||||
@@ -3713,11 +3712,11 @@ msgstr "Ladda ner Virtuella Kamerans Verktyg"
|
||||
|
||||
msgid ""
|
||||
"Another virtual camera is running.\n"
|
||||
"Bambu Studio supports only a single virtual camera.\n"
|
||||
"Orca Slicer supports only a single virtual camera.\n"
|
||||
"Do you want to stop this virtual camera?"
|
||||
msgstr ""
|
||||
"En annan virtuell kamera körs.\n"
|
||||
"Bambu Studio stöder endast en virtuell kamera.\n"
|
||||
"Orca Slicer stöder endast en virtuell kamera.\n"
|
||||
"Vill du stoppa den här virtuella kameran?"
|
||||
|
||||
#, c-format, boost-format
|
||||
@@ -3827,7 +3826,7 @@ msgid "Failed to parse model infomations."
|
||||
msgstr "Det gick inte att analysera modellinformation"
|
||||
|
||||
msgid ""
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it whthBambu Studio "
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer "
|
||||
"and export a new .gcode.3mf file."
|
||||
msgstr ""
|
||||
|
||||
@@ -4760,7 +4759,7 @@ msgid "Project downloaded %d%%"
|
||||
msgstr "Projektet har laddats ned %d%%"
|
||||
|
||||
msgid ""
|
||||
"Importing to Bambu Studio failed. Please download the file and manually "
|
||||
"Importing to Orca Slicer failed. Please download the file and manually "
|
||||
"import it."
|
||||
msgstr ""
|
||||
|
||||
@@ -4990,6 +4989,15 @@ msgstr "Brittisk standard"
|
||||
msgid "Units"
|
||||
msgstr "Enheter"
|
||||
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
msgid "Default Page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Set the page opened on startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Zoom to mouse position"
|
||||
msgstr "Zooma till musens position"
|
||||
|
||||
@@ -5006,6 +5014,12 @@ msgstr ""
|
||||
msgid "If enabled, use free camera. If not enabled, use constrained camera."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show splash screen"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show \"Tip of the day\" notification after start"
|
||||
msgstr "Visa \"Dagens tips\" efter start"
|
||||
|
||||
@@ -5059,12 +5073,6 @@ msgstr "Associera .step/.stp-filer till OrcaSlicer"
|
||||
msgid "If enabled, sets OrcaSlicer as default application to open .step files"
|
||||
msgstr "Om aktiverad, väljs Orca Slicer som standard att öppna .step filer"
|
||||
|
||||
msgid "Online Models"
|
||||
msgstr "Online modeller"
|
||||
|
||||
msgid "Show online staff-picked models on the home page"
|
||||
msgstr "Visa personalens utvalda modeller online på startsidan"
|
||||
|
||||
msgid "Maximum recent projects"
|
||||
msgstr "Maximalt antal nyligen genomförda projekt"
|
||||
|
||||
@@ -5626,8 +5634,8 @@ msgstr "Det går inte att skicka utskriftsuppgiften när uppgraderingen pågår"
|
||||
msgid "An SD card needs to be inserted before send to printer SD card."
|
||||
msgstr "Ett MicroSD-kort måste sättas i innan du skickar till skrivaren."
|
||||
|
||||
msgid "The printer is required to be in the same LAN as Bambu Studio."
|
||||
msgstr "Skrivaren måste finnas på samma LAN som Bambu Studio."
|
||||
msgid "The printer is required to be in the same LAN as Orca Slicer."
|
||||
msgstr "Skrivaren måste finnas på samma LAN som Orca Slicer."
|
||||
|
||||
msgid "The printer does not support sending to printer SD card."
|
||||
msgstr "Skrivaren har inte stöd för att skicka till skrivarens MicroSD kort."
|
||||
@@ -6101,6 +6109,9 @@ msgstr ""
|
||||
msgid "Change filament G-code"
|
||||
msgstr "Byta filament G-kod"
|
||||
|
||||
msgid "Change extrusion role G-code"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pause G-code"
|
||||
msgstr "Paus G-kod"
|
||||
|
||||
@@ -6714,7 +6725,7 @@ msgid "Network plug-in update"
|
||||
msgstr "Uppdatering av nätverks plugin"
|
||||
|
||||
msgid ""
|
||||
"Click OK to update the Network plug-in when Bambu Studio launches next time."
|
||||
"Click OK to update the Network plug-in when Orca Slicer launches next time."
|
||||
msgstr ""
|
||||
"Klicka på OK för att uppdatera Nätverks plugin programmet nästa gång Bambu "
|
||||
"Studio startar."
|
||||
@@ -6723,8 +6734,8 @@ msgstr ""
|
||||
msgid "A new Network plug-in(%s) available, Do you want to install it?"
|
||||
msgstr "En ny nätverksplugin (%s) är tillgänglig. Vill du installera den?"
|
||||
|
||||
msgid "New version of Bambu Studio"
|
||||
msgstr "Ny version av Bambu Studio"
|
||||
msgid "New version of Orca Slicer"
|
||||
msgstr "Ny version av Orca Slicer"
|
||||
|
||||
msgid "Don't remind me of this version again"
|
||||
msgstr "Påminn mig inte om den här versionen igen."
|
||||
@@ -6736,8 +6747,8 @@ msgid "LAN Connection Failed (Sending print file)"
|
||||
msgstr "LAN-anslutning misslyckades (skickar utskriftsfil)"
|
||||
|
||||
msgid ""
|
||||
"Step 1, please confirm Bambu Studio and your printer are in the same LAN."
|
||||
msgstr "Steg 1: Bekräfta att Bambu Studio och din skrivare finns på samma LAN."
|
||||
"Step 1, please confirm Orca Slicer and your printer are in the same LAN."
|
||||
msgstr "Steg 1: Bekräfta att Orca Slicer och din skrivare finns på samma LAN."
|
||||
|
||||
msgid ""
|
||||
"Step 2, if the IP and Access Code below are different from the actual values "
|
||||
@@ -6811,7 +6822,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Firmware versionen är onormal. Reparation och uppdatering krävs före "
|
||||
"utskrift. Vill du uppdatera nu? Du kan också uppdatera senare på skrivaren "
|
||||
"eller uppdatera nästa gång du startar Bambu Studio."
|
||||
"eller uppdatera nästa gång du startar Orca Slicer."
|
||||
|
||||
msgid "Extension Board"
|
||||
msgstr "Utöknings enhet"
|
||||
@@ -7886,6 +7897,16 @@ msgstr "Lägg till slut G-kod när utskriften har avslutas"
|
||||
msgid "End G-code when finish the printing of this filament"
|
||||
msgstr "Lägg till slut G-kod när utskriften har avslutas med detta filament"
|
||||
|
||||
msgid "Ensure vertical shell thickness"
|
||||
msgstr "Säkerställ vertikal skaltjocklek"
|
||||
|
||||
msgid ""
|
||||
"Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
"thickness (top+bottom solid layers)"
|
||||
msgstr ""
|
||||
"Lägg till massiv fyllning nära sluttande ytor för att garantera den "
|
||||
"vertikala skal tjockleken (topp+bottenfasta lager)."
|
||||
|
||||
msgid "Top surface pattern"
|
||||
msgstr "Topp ytans mönster"
|
||||
|
||||
@@ -9103,8 +9124,11 @@ msgstr ""
|
||||
msgid "Min print speed"
|
||||
msgstr "Min utskrifts hastighet"
|
||||
|
||||
msgid "The minimum printing speed when slow down for cooling"
|
||||
msgstr "Min utskrifts hastighet vid nedsänkning för kylning"
|
||||
msgid ""
|
||||
"The minimum printing speed for the filament when slow down for better layer "
|
||||
"cooling is enabled, when printing overhangs and when feature speeds are not "
|
||||
"specified explicitly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Nozzle diameter"
|
||||
msgstr "Nozzel diameter"
|
||||
@@ -9363,22 +9387,6 @@ msgstr ""
|
||||
"den förflyttas. Att använda spirallinjer för att lyfta z kan förhindra "
|
||||
"strängning"
|
||||
|
||||
msgid "Z hop lower boundary"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Z hop will only come into effect when Z is above this value and is below the "
|
||||
"parameter: \"Z hop upper boundary\""
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop upper boundary"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"If this value is positive, Z hop will only come into effect when Z is above "
|
||||
"the parameter: \"Z hop lower boundary\" and is below this value"
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop type"
|
||||
msgstr ""
|
||||
|
||||
@@ -10091,6 +10099,9 @@ msgstr ""
|
||||
"G-koden sätts in vid filament byte, inklusive T kommando som aktiverar "
|
||||
"verktygs byte"
|
||||
|
||||
msgid "This gcode is inserted when the extrusion role is changed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Line width for top surfaces. If expressed as a %, it will be computed over "
|
||||
"the nozzle diameter."
|
||||
@@ -10451,6 +10462,19 @@ msgstr ""
|
||||
"elementet blir väggen lika tjock som själva elementet. Den uttrycks i "
|
||||
"procent av nozzel diametern."
|
||||
|
||||
msgid "Detect narrow internal solid infill"
|
||||
msgstr "Upptäck tight inre solid ifyllnad"
|
||||
|
||||
msgid ""
|
||||
"This option will auto detect narrow internal solid infill area. If enabled, "
|
||||
"concentric pattern will be used for the area to speed printing up. "
|
||||
"Otherwise, rectilinear pattern is used defaultly."
|
||||
msgstr ""
|
||||
"Detta val kommer att auto upptäcka tight inre solid ifyllnads område. Om "
|
||||
"aktiverat kommer det koncentriska mönstret att användas för området för att "
|
||||
"påskynda utskriften. Annars kommer mönstret med räta linjer att användas som "
|
||||
"standard."
|
||||
|
||||
msgid "invalid value "
|
||||
msgstr "ogiltigt värde "
|
||||
|
||||
@@ -11785,6 +11809,18 @@ msgid ""
|
||||
"temperature. More info about this in the Wiki."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Embeded"
|
||||
#~ msgstr "Inbäddad"
|
||||
|
||||
#~ msgid "Online Models"
|
||||
#~ msgstr "Online modeller"
|
||||
|
||||
#~ msgid "Show online staff-picked models on the home page"
|
||||
#~ msgstr "Visa personalens utvalda modeller online på startsidan"
|
||||
|
||||
#~ msgid "The minimum printing speed when slow down for cooling"
|
||||
#~ msgstr "Min utskrifts hastighet vid nedsänkning för kylning"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The bed temperature exceeds filament's vitrification temperature. Please "
|
||||
#~ "open the front door of printer before printing to avoid nozzle clog."
|
||||
@@ -11793,16 +11829,6 @@ msgstr ""
|
||||
#~ "Öppna skrivarens främre dörr innan du skriver ut för att undvika att "
|
||||
#~ "nozzeln täpps till."
|
||||
|
||||
#~ msgid "Ensure vertical shell thickness"
|
||||
#~ msgstr "Säkerställ vertikal skaltjocklek"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
#~ "thickness (top+bottom solid layers)"
|
||||
#~ msgstr ""
|
||||
#~ "Lägg till massiv fyllning nära sluttande ytor för att garantera den "
|
||||
#~ "vertikala skal tjockleken (topp+bottenfasta lager)."
|
||||
|
||||
#~ msgid "Temperature of vitrificaiton"
|
||||
#~ msgstr "Kristalliserings temperatur"
|
||||
|
||||
@@ -11825,19 +11851,6 @@ msgstr ""
|
||||
#~ "denna hastighet under utskrift förutom de lager som definieras som inga "
|
||||
#~ "kyl lager"
|
||||
|
||||
#~ msgid "Detect narrow internal solid infill"
|
||||
#~ msgstr "Upptäck tight inre solid ifyllnad"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "This option will auto detect narrow internal solid infill area. If "
|
||||
#~ "enabled, concentric pattern will be used for the area to speed printing "
|
||||
#~ "up. Otherwise, rectilinear pattern is used defaultly."
|
||||
#~ msgstr ""
|
||||
#~ "Detta val kommer att auto upptäcka tight inre solid ifyllnads område. Om "
|
||||
#~ "aktiverat kommer det koncentriska mönstret att användas för området för "
|
||||
#~ "att påskynda utskriften. Annars kommer mönstret med räta linjer att "
|
||||
#~ "användas som standard."
|
||||
|
||||
#~ msgid "Empty layers around bottom are replaced by nearest normal layers."
|
||||
#~ msgstr "Tomma lager runt botten ersätts med närmast normala lager."
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-24 19:49+0800\n"
|
||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
||||
"PO-Revision-Date: 2023-08-10 20:25-0400\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
@@ -495,27 +495,12 @@ msgstr "Малювання шва"
|
||||
msgid "Remove selection"
|
||||
msgstr "Видалити виділення"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + переміщення миші вгору або вниз"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Повернути текст"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "Форма тексту"
|
||||
|
||||
msgid "Font"
|
||||
msgstr "Шрифт"
|
||||
|
||||
msgid "Thickness"
|
||||
msgstr "Товщина"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "Введення тексту"
|
||||
|
||||
msgid "Embeded"
|
||||
msgstr "Вбудовано"
|
||||
|
||||
msgid "Text Gap"
|
||||
msgstr "Пробіл у тексті"
|
||||
|
||||
@@ -527,12 +512,24 @@ msgid ""
|
||||
"depth"
|
||||
msgstr "Вбудована глибина"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "Введення тексту"
|
||||
|
||||
msgid "Surface"
|
||||
msgstr "Поверхня"
|
||||
|
||||
msgid "Horizontal text"
|
||||
msgstr "Горизонтальний текст"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + переміщення миші вгору або вниз"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Повернути текст"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "Форма тексту"
|
||||
|
||||
msgid "Ctrl+"
|
||||
msgstr "Ctrl+"
|
||||
|
||||
@@ -621,13 +618,6 @@ msgstr ""
|
||||
msgid "WebView2 Runtime"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"OrcaSlicer configuration file may be corrupted and is not abled to be parsed."
|
||||
"Please delete the file and try again."
|
||||
msgstr ""
|
||||
"Файл конфігурації OrcaSlicer може бути пошкоджений і не підлягає розбору. "
|
||||
"Видаліть файл і спробуйте ще раз."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"%s\n"
|
||||
@@ -653,6 +643,13 @@ msgstr "Це найновіша версія."
|
||||
msgid "Info"
|
||||
msgstr "Інформація"
|
||||
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
msgid "Rebuild"
|
||||
msgstr "Відновити"
|
||||
|
||||
@@ -3762,7 +3759,7 @@ msgstr "Завантаження інструментів віртуальної
|
||||
|
||||
msgid ""
|
||||
"Another virtual camera is running.\n"
|
||||
"Bambu Studio supports only a single virtual camera.\n"
|
||||
"Orca Slicer supports only a single virtual camera.\n"
|
||||
"Do you want to stop this virtual camera?"
|
||||
msgstr ""
|
||||
|
||||
@@ -3874,7 +3871,7 @@ msgid "Failed to parse model infomations."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it whthBambu Studio "
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer "
|
||||
"and export a new .gcode.3mf file."
|
||||
msgstr ""
|
||||
|
||||
@@ -4815,7 +4812,7 @@ msgid "Project downloaded %d%%"
|
||||
msgstr "Проект завантажено %d%%"
|
||||
|
||||
msgid ""
|
||||
"Importing to Bambu Studio failed. Please download the file and manually "
|
||||
"Importing to Orca Slicer failed. Please download the file and manually "
|
||||
"import it."
|
||||
msgstr ""
|
||||
|
||||
@@ -5048,6 +5045,15 @@ msgstr "Імперський"
|
||||
msgid "Units"
|
||||
msgstr "Одиниці"
|
||||
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
msgid "Default Page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Set the page opened on startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Zoom to mouse position"
|
||||
msgstr "Наблизити до положення миші"
|
||||
|
||||
@@ -5063,6 +5069,12 @@ msgstr ""
|
||||
msgid "If enabled, use free camera. If not enabled, use constrained camera."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show splash screen"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show \"Tip of the day\" notification after start"
|
||||
msgstr "Показувати повідомлення \"Рада дня\" після запуску"
|
||||
|
||||
@@ -5121,12 +5133,6 @@ msgstr ""
|
||||
"Якщо включено, встановлює OrcaSlicer як програму за замовчуваннямдля "
|
||||
"відкриття файлів .step"
|
||||
|
||||
msgid "Online Models"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show online staff-picked models on the home page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum recent projects"
|
||||
msgstr "Максимум останніх проектів"
|
||||
|
||||
@@ -5684,7 +5690,7 @@ msgstr "Не вдалося надіслати завдання на друк п
|
||||
msgid "An SD card needs to be inserted before send to printer SD card."
|
||||
msgstr "Перед надсиланням на картку SD принтера необхідно вставити картку SD."
|
||||
|
||||
msgid "The printer is required to be in the same LAN as Bambu Studio."
|
||||
msgid "The printer is required to be in the same LAN as Orca Slicer."
|
||||
msgstr ""
|
||||
|
||||
msgid "The printer does not support sending to printer SD card."
|
||||
@@ -6144,6 +6150,9 @@ msgstr ""
|
||||
msgid "Change filament G-code"
|
||||
msgstr "G-code Зміни філаменту"
|
||||
|
||||
msgid "Change extrusion role G-code"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pause G-code"
|
||||
msgstr "G-code Паузи"
|
||||
|
||||
@@ -6757,14 +6766,14 @@ msgid "Network plug-in update"
|
||||
msgstr "Оновлення мережевого плагіна"
|
||||
|
||||
msgid ""
|
||||
"Click OK to update the Network plug-in when Bambu Studio launches next time."
|
||||
"Click OK to update the Network plug-in when Orca Slicer launches next time."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "A new Network plug-in(%s) available, Do you want to install it?"
|
||||
msgstr "Доступний новий мережевий плагін (%s), чи хочете ви встановити його?"
|
||||
|
||||
msgid "New version of Bambu Studio"
|
||||
msgid "New version of Orca Slicer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Don't remind me of this version again"
|
||||
@@ -6777,7 +6786,7 @@ msgid "LAN Connection Failed (Sending print file)"
|
||||
msgstr "Помилка з’єднання LAN (Надсилання файлу друку)"
|
||||
|
||||
msgid ""
|
||||
"Step 1, please confirm Bambu Studio and your printer are in the same LAN."
|
||||
"Step 1, please confirm Orca Slicer and your printer are in the same LAN."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -7955,6 +7964,16 @@ msgstr "Завершальний G-code, коли закінчити весь д
|
||||
msgid "End G-code when finish the printing of this filament"
|
||||
msgstr "Завершальний G-code, коли закінчите друк цієї нитки"
|
||||
|
||||
msgid "Ensure vertical shell thickness"
|
||||
msgstr "Забезпечення вертикальної товщини оболонки"
|
||||
|
||||
msgid ""
|
||||
"Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
"thickness (top+bottom solid layers)"
|
||||
msgstr ""
|
||||
"Додавання заповнення твердого тіла поблизу похилих поверхонь для Гарантії "
|
||||
"товщини вертикальної оболонки (верхній + нижній шари твердого тіла)"
|
||||
|
||||
msgid "Top surface pattern"
|
||||
msgstr "Малюнок верхньої поверхні"
|
||||
|
||||
@@ -9258,8 +9277,11 @@ msgstr ""
|
||||
msgid "Min print speed"
|
||||
msgstr "Мін. швидкість друку"
|
||||
|
||||
msgid "The minimum printing speed when slow down for cooling"
|
||||
msgstr "Мінімальна швидкість друку при уповільненні для охолодження"
|
||||
msgid ""
|
||||
"The minimum printing speed for the filament when slow down for better layer "
|
||||
"cooling is enabled, when printing overhangs and when feature speeds are not "
|
||||
"specified explicitly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Nozzle diameter"
|
||||
msgstr "Діаметр сопла"
|
||||
@@ -9517,22 +9539,6 @@ msgstr ""
|
||||
"переміщення. Використання спіралевої лінії підняття по осі Z може "
|
||||
"перешкоджати появі висячих ниток"
|
||||
|
||||
msgid "Z hop lower boundary"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Z hop will only come into effect when Z is above this value and is below the "
|
||||
"parameter: \"Z hop upper boundary\""
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop upper boundary"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"If this value is positive, Z hop will only come into effect when Z is above "
|
||||
"the parameter: \"Z hop lower boundary\" and is below this value"
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop type"
|
||||
msgstr "Тип Z-стрибка"
|
||||
|
||||
@@ -10273,6 +10279,9 @@ msgstr ""
|
||||
"Цей gcode вставляється при зміні філаменту, включаючи команду T для запуску "
|
||||
"зміни інструменту"
|
||||
|
||||
msgid "This gcode is inserted when the extrusion role is changed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Line width for top surfaces. If expressed as a %, it will be computed over "
|
||||
"the nozzle diameter."
|
||||
@@ -10625,6 +10634,19 @@ msgstr ""
|
||||
"елемента, то товщина периметра дорівнюватиме товщині самого елемента. Він "
|
||||
"виражається у відсотках від діаметра сопла"
|
||||
|
||||
msgid "Detect narrow internal solid infill"
|
||||
msgstr "Виявлення вузького внутрішнього заповнення твердим тілом"
|
||||
|
||||
msgid ""
|
||||
"This option will auto detect narrow internal solid infill area. If enabled, "
|
||||
"concentric pattern will be used for the area to speed printing up. "
|
||||
"Otherwise, rectilinear pattern is used defaultly."
|
||||
msgstr ""
|
||||
"Ця опція автоматично визначає вузьку внутрішню область заповненнятвердого "
|
||||
"тіла. Якщо цей параметр увімкнено, для прискорення друку області "
|
||||
"використовуватиметься концентричний візерунок. Інакше за умовчанням "
|
||||
"Використовується прямолінійний малюнок."
|
||||
|
||||
msgid "invalid value "
|
||||
msgstr "неправильне значення "
|
||||
|
||||
@@ -11974,6 +11996,19 @@ msgid ""
|
||||
"temperature. More info about this in the Wiki."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Embeded"
|
||||
#~ msgstr "Вбудовано"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "OrcaSlicer configuration file may be corrupted and is not abled to be "
|
||||
#~ "parsed.Please delete the file and try again."
|
||||
#~ msgstr ""
|
||||
#~ "Файл конфігурації OrcaSlicer може бути пошкоджений і не підлягає розбору. "
|
||||
#~ "Видаліть файл і спробуйте ще раз."
|
||||
|
||||
#~ msgid "The minimum printing speed when slow down for cooling"
|
||||
#~ msgstr "Мінімальна швидкість друку при уповільненні для охолодження"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The bed temperature exceeds filament's vitrification temperature. Please "
|
||||
#~ "open the front door of printer before printing to avoid nozzle clog."
|
||||
@@ -11982,16 +12017,6 @@ msgstr ""
|
||||
#~ "відчиняйте передні дверцята принтера перед печаткою, щоб уникнути "
|
||||
#~ "засмічення сопла."
|
||||
|
||||
#~ msgid "Ensure vertical shell thickness"
|
||||
#~ msgstr "Забезпечення вертикальної товщини оболонки"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
#~ "thickness (top+bottom solid layers)"
|
||||
#~ msgstr ""
|
||||
#~ "Додавання заповнення твердого тіла поблизу похилих поверхонь для Гарантії "
|
||||
#~ "товщини вертикальної оболонки (верхній + нижній шари твердого тіла)"
|
||||
|
||||
#~ msgid "Temperature of vitrificaiton"
|
||||
#~ msgstr "Температура склування"
|
||||
|
||||
@@ -12016,19 +12041,6 @@ msgstr ""
|
||||
#~ "ДопоміжнийВентилятор буде працювати з такою швидкістю під час друку, за "
|
||||
#~ "винятком перших кількох шарів, які не визначаються шарами охолодження"
|
||||
|
||||
#~ msgid "Detect narrow internal solid infill"
|
||||
#~ msgstr "Виявлення вузького внутрішнього заповнення твердим тілом"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "This option will auto detect narrow internal solid infill area. If "
|
||||
#~ "enabled, concentric pattern will be used for the area to speed printing "
|
||||
#~ "up. Otherwise, rectilinear pattern is used defaultly."
|
||||
#~ msgstr ""
|
||||
#~ "Ця опція автоматично визначає вузьку внутрішню область заповненнятвердого "
|
||||
#~ "тіла. Якщо цей параметр увімкнено, для прискорення друку області "
|
||||
#~ "використовуватиметься концентричний візерунок. Інакше за умовчанням "
|
||||
#~ "Використовується прямолінійний малюнок."
|
||||
|
||||
#~ msgid "Empty layers around bottom are replaced by nearest normal layers."
|
||||
#~ msgstr ""
|
||||
#~ "Порожні шари навколо дна замінюються найближчими нормальними шарами."
|
||||
|
||||
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Slic3rPE\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-24 19:49+0800\n"
|
||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
||||
"PO-Revision-Date: 2023-04-01 13:21+0800\n"
|
||||
"Last-Translator: SoftFever <softfeverever@gmail.com>\n"
|
||||
"Language-Team: \n"
|
||||
@@ -491,27 +491,12 @@ msgstr "Z缝绘制"
|
||||
msgid "Remove selection"
|
||||
msgstr "移除绘制"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + 鼠标上移或下移"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "旋转文字"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "文本形状"
|
||||
|
||||
msgid "Font"
|
||||
msgstr "字体"
|
||||
|
||||
msgid "Thickness"
|
||||
msgstr "厚度"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "输入文本"
|
||||
|
||||
msgid "Embeded"
|
||||
msgstr "嵌入的"
|
||||
|
||||
msgid "Text Gap"
|
||||
msgstr "文字间距"
|
||||
|
||||
@@ -523,12 +508,24 @@ msgid ""
|
||||
"depth"
|
||||
msgstr "内嵌深度"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "输入文本"
|
||||
|
||||
msgid "Surface"
|
||||
msgstr "附着曲面"
|
||||
|
||||
msgid "Horizontal text"
|
||||
msgstr "水平文字"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + 鼠标上移或下移"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "旋转文字"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "文本形状"
|
||||
|
||||
msgid "Ctrl+"
|
||||
msgstr ""
|
||||
|
||||
@@ -614,12 +611,6 @@ msgstr ""
|
||||
msgid "WebView2 Runtime"
|
||||
msgstr "WebView2 运行库"
|
||||
|
||||
msgid ""
|
||||
"OrcaSlicer configuration file may be corrupted and is not abled to be parsed."
|
||||
"Please delete the file and try again."
|
||||
msgstr ""
|
||||
"OrcaSlicer 配置文件可能已损坏而无法解析。请删除此文件并重新启动OrcaSlicer。"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"%s\n"
|
||||
@@ -645,6 +636,13 @@ msgstr "已经是最新版本。"
|
||||
msgid "Info"
|
||||
msgstr "信息"
|
||||
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
msgid "Rebuild"
|
||||
msgstr "重新构建"
|
||||
|
||||
@@ -3619,11 +3617,11 @@ msgstr "正在下载“虚拟摄像头工具包”"
|
||||
|
||||
msgid ""
|
||||
"Another virtual camera is running.\n"
|
||||
"Bambu Studio supports only a single virtual camera.\n"
|
||||
"Orca Slicer supports only a single virtual camera.\n"
|
||||
"Do you want to stop this virtual camera?"
|
||||
msgstr ""
|
||||
"另一个虚拟摄像头正在工作。\n"
|
||||
"Bambu Studio 同时只能支持一个虚拟摄像头。\n"
|
||||
"Orca Slicer 同时只能支持一个虚拟摄像头。\n"
|
||||
"是否停止前一个虚拟摄像头?"
|
||||
|
||||
#, c-format, boost-format
|
||||
@@ -3732,10 +3730,10 @@ msgid "Failed to parse model infomations."
|
||||
msgstr "解析模型信息失败。"
|
||||
|
||||
msgid ""
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it whthBambu Studio "
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer "
|
||||
"and export a new .gcode.3mf file."
|
||||
msgstr ""
|
||||
".gcode.3mf文件中不包含G-code数据。请使用Bambu Studio进行切片并导出新的."
|
||||
".gcode.3mf文件中不包含G-code数据。请使用Orca Slicer进行切片并导出新的."
|
||||
"gcode.3mf文件。"
|
||||
|
||||
#, c-format, boost-format
|
||||
@@ -4639,7 +4637,7 @@ msgid "Project downloaded %d%%"
|
||||
msgstr "项目已下载%d%%"
|
||||
|
||||
msgid ""
|
||||
"Importing to Bambu Studio failed. Please download the file and manually "
|
||||
"Importing to Orca Slicer failed. Please download the file and manually "
|
||||
"import it."
|
||||
msgstr ""
|
||||
|
||||
@@ -4865,6 +4863,15 @@ msgstr "英制"
|
||||
msgid "Units"
|
||||
msgstr "单位"
|
||||
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
msgid "Default Page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Set the page opened on startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Zoom to mouse position"
|
||||
msgstr "放大到鼠标位置"
|
||||
|
||||
@@ -4879,6 +4886,12 @@ msgstr "使用自由视角"
|
||||
msgid "If enabled, use free camera. If not enabled, use constrained camera."
|
||||
msgstr "如果启用,使用自由视角。如果未启用,使用约束视角。"
|
||||
|
||||
msgid "Show splash screen"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show \"Tip of the day\" notification after start"
|
||||
msgstr "启动后显示“每日小贴士”通知"
|
||||
|
||||
@@ -4930,12 +4943,6 @@ msgstr "使用逆戟鲸打开.step/.stp文件"
|
||||
msgid "If enabled, sets OrcaSlicer as default application to open .step files"
|
||||
msgstr "开启后,将缺省使用逆戟鲸打开.step文件"
|
||||
|
||||
msgid "Online Models"
|
||||
msgstr "在线模型"
|
||||
|
||||
msgid "Show online staff-picked models on the home page"
|
||||
msgstr "在主页上显示工作人员挑选的在线模型"
|
||||
|
||||
msgid "Maximum recent projects"
|
||||
msgstr "近期项目的最大数量"
|
||||
|
||||
@@ -5477,8 +5484,8 @@ msgstr "设备升级中,无法发送打印任务"
|
||||
msgid "An SD card needs to be inserted before send to printer SD card."
|
||||
msgstr "发送到打印机需要插入SD卡"
|
||||
|
||||
msgid "The printer is required to be in the same LAN as Bambu Studio."
|
||||
msgstr "打印机需要与Bambu Studio在同一个局域网内。"
|
||||
msgid "The printer is required to be in the same LAN as Orca Slicer."
|
||||
msgstr "打印机需要与Orca Slicer在同一个局域网内。"
|
||||
|
||||
msgid "The printer does not support sending to printer SD card."
|
||||
msgstr "该打印机不支持发送到打印机SD卡。"
|
||||
@@ -5916,6 +5923,9 @@ msgstr "延时摄影G-code"
|
||||
msgid "Change filament G-code"
|
||||
msgstr "耗材丝更换G-code"
|
||||
|
||||
msgid "Change extrusion role G-code"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pause G-code"
|
||||
msgstr "暂停 G-code"
|
||||
|
||||
@@ -6518,15 +6528,15 @@ msgid "Network plug-in update"
|
||||
msgstr "网络插件升级"
|
||||
|
||||
msgid ""
|
||||
"Click OK to update the Network plug-in when Bambu Studio launches next time."
|
||||
msgstr "点击\"确定\",将在Bambu Studio下次启动之后自动升级网络插件"
|
||||
"Click OK to update the Network plug-in when Orca Slicer launches next time."
|
||||
msgstr "点击\"确定\",将在Orca Slicer下次启动之后自动升级网络插件"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "A new Network plug-in(%s) available, Do you want to install it?"
|
||||
msgstr "新的网络插件(%s) 可用,您是否需要安装它?"
|
||||
|
||||
msgid "New version of Bambu Studio"
|
||||
msgstr "新版本的Bambu Studio"
|
||||
msgid "New version of Orca Slicer"
|
||||
msgstr "新版本的Orca Slicer"
|
||||
|
||||
msgid "Don't remind me of this version again"
|
||||
msgstr "此版本不再提示"
|
||||
@@ -6538,8 +6548,8 @@ msgid "LAN Connection Failed (Sending print file)"
|
||||
msgstr "LAN连接失败 (发送打印文件)"
|
||||
|
||||
msgid ""
|
||||
"Step 1, please confirm Bambu Studio and your printer are in the same LAN."
|
||||
msgstr "第1步,请确认Bambu Studio和您的打印机在同一个LAN上。"
|
||||
"Step 1, please confirm Orca Slicer and your printer are in the same LAN."
|
||||
msgstr "第1步,请确认Orca Slicer和您的打印机在同一个LAN上。"
|
||||
|
||||
msgid ""
|
||||
"Step 2, if the IP and Access Code below are different from the actual values "
|
||||
@@ -7346,6 +7356,7 @@ msgstr "顶面只使用单层墙,从而更多的空间能够使用顶部填充
|
||||
msgid "One wall threshold"
|
||||
msgstr "单层墙阈值"
|
||||
|
||||
#, fuzzy, c-format, boost-format
|
||||
msgid ""
|
||||
"If a top surface has to be printed and it's partially covered by another "
|
||||
"layer, it won't be considered at a top layer where its width is below this "
|
||||
@@ -7356,9 +7367,9 @@ msgid ""
|
||||
"on the next layer, like letters. Set this setting to 0 to remove these "
|
||||
"artifacts."
|
||||
msgstr ""
|
||||
"如果顶面需要打印,但是它的一部分被其它层覆盖,那么当它的宽度小于这个值时,它不"
|
||||
"会被认为是顶层。这个设置可以用于避免在狭窄顶面上触发“顶面单层墙”"
|
||||
"。这个值可以是毫米或线宽的百分比。\n"
|
||||
"如果顶面需要打印,但是它的一部分被其它层覆盖,那么当它的宽度小于这个值时,它"
|
||||
"不会被认为是顶层。这个设置可以用于避免在狭窄顶面上触发“顶面单层墙”。这个值可"
|
||||
"以是毫米或线宽的百分比。\n"
|
||||
"警告:如果启用,可能会在下一层上产生一些薄的特征,比如字母。将此设置设置为0可"
|
||||
"以消除这些伪影。"
|
||||
|
||||
@@ -7389,9 +7400,8 @@ msgid ""
|
||||
"direction on odd layers. This alternating pattern can drastically improve "
|
||||
"steep overhang."
|
||||
msgstr ""
|
||||
"在奇数层,将悬垂的打印方向反转。"
|
||||
"这种交替的模式可以大大改善陡峭悬垂的打印质量。"
|
||||
|
||||
"在奇数层,将悬垂的打印方向反转。这种交替的模式可以大大改善陡峭悬垂的打印质"
|
||||
"量。"
|
||||
|
||||
msgid "Reverse threshold"
|
||||
msgstr "反转阈值"
|
||||
@@ -7399,12 +7409,12 @@ msgstr "反转阈值"
|
||||
msgid "Overhang reversal threshold"
|
||||
msgstr "悬垂反转阈值"
|
||||
|
||||
#, fuzzy, c-format, boost-format
|
||||
msgid ""
|
||||
"Number of mm the overhang need to be for the reversal to be considered "
|
||||
"useful. Can be a % of the perimeter width.\n"
|
||||
"Value 0 enables reversal on every odd layers regardless."
|
||||
msgstr ""
|
||||
"判定悬垂反转需要的值(毫米),可以是线宽的百分比。"
|
||||
msgstr "判定悬垂反转需要的值(毫米),可以是线宽的百分比。"
|
||||
|
||||
msgid "Classic mode"
|
||||
msgstr "经典模式"
|
||||
@@ -7627,6 +7637,14 @@ msgstr "所有打印结束时的结尾G-code"
|
||||
msgid "End G-code when finish the printing of this filament"
|
||||
msgstr "结束使用该耗材打印时的结尾G-code"
|
||||
|
||||
msgid "Ensure vertical shell thickness"
|
||||
msgstr "确保垂直外壳厚度"
|
||||
|
||||
msgid ""
|
||||
"Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
"thickness (top+bottom solid layers)"
|
||||
msgstr "在斜面表面附近添加实心填充,以保证垂直外壳厚度(顶部+底部实心层)"
|
||||
|
||||
msgid "Top surface pattern"
|
||||
msgstr "顶面图案"
|
||||
|
||||
@@ -8840,8 +8858,11 @@ msgstr "挤出头最小可打印的层高。用于限制开启自适应层高时
|
||||
msgid "Min print speed"
|
||||
msgstr "最小打印速度"
|
||||
|
||||
msgid "The minimum printing speed when slow down for cooling"
|
||||
msgstr "自动冷却降速的最小打印速度"
|
||||
msgid ""
|
||||
"The minimum printing speed for the filament when slow down for better layer "
|
||||
"cooling is enabled, when printing overhangs and when feature speeds are not "
|
||||
"specified explicitly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Nozzle diameter"
|
||||
msgstr "喷嘴直径"
|
||||
@@ -9092,22 +9113,6 @@ msgstr ""
|
||||
"回抽完成之后,喷嘴轻微抬升,和打印件之间产生一定间隙。这能够避免空驶时喷嘴和"
|
||||
"打印件剐蹭和碰撞。使用螺旋线抬升z能够减少拉丝。"
|
||||
|
||||
msgid "Z hop lower boundary"
|
||||
msgstr "Z抬升下边界"
|
||||
|
||||
msgid ""
|
||||
"Z hop will only come into effect when Z is above this value and is below the "
|
||||
"parameter: \"Z hop upper boundary\""
|
||||
msgstr "只有当Z高于此值且低于参数(Z抬升上边界)时,Z抬升才会生效"
|
||||
|
||||
msgid "Z hop upper boundary"
|
||||
msgstr "Z抬升上边界"
|
||||
|
||||
msgid ""
|
||||
"If this value is positive, Z hop will only come into effect when Z is above "
|
||||
"the parameter: \"Z hop lower boundary\" and is below this value"
|
||||
msgstr "如果该值为正,则Z抬升仅在Z高于参数(Z抬升下边界)且低于该值时才会生效"
|
||||
|
||||
msgid "Z hop type"
|
||||
msgstr "抬Z类型"
|
||||
|
||||
@@ -9800,6 +9805,9 @@ msgid ""
|
||||
"tool change"
|
||||
msgstr "换料时插入的G-code,包括T命令。"
|
||||
|
||||
msgid "This gcode is inserted when the extrusion role is changed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Line width for top surfaces. If expressed as a %, it will be computed over "
|
||||
"the nozzle diameter."
|
||||
@@ -9992,13 +10000,14 @@ msgid ""
|
||||
"compute the polyhole.\n"
|
||||
"See http://hydraraptor.blogspot.com/2011/02/polyholes.html"
|
||||
msgstr ""
|
||||
"搜索跨越多层的近似圆形孔,并将几何形状转换为多边形孔。使用喷嘴尺寸和(最大)直"
|
||||
"径来计算多边形孔。\n"
|
||||
"搜索跨越多层的近似圆形孔,并将几何形状转换为多边形孔。使用喷嘴尺寸和(最大)"
|
||||
"直径来计算多边形孔。\n"
|
||||
"参见http://hydraraptor.blogspot.com/2011/02/polyholes.html"
|
||||
|
||||
msgid "Polyhole detection margin"
|
||||
msgstr "多边型孔检测边缘"
|
||||
|
||||
#, fuzzy, c-format, boost-format
|
||||
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 "
|
||||
@@ -10008,11 +10017,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"点到圆半径的最大偏差。\n"
|
||||
"由于圆柱体通常被导出为大小不同的三角形,因此点可能不在圆周上。\n"
|
||||
"此设置允许您"
|
||||
"有一些余地来扩大检测范围。\n"
|
||||
"此设置允许您有一些余地来扩大检测范围。\n"
|
||||
"以毫米或半径的百分比表示。"
|
||||
|
||||
|
||||
msgid "Polyhole twist"
|
||||
msgstr "扭曲多边型孔"
|
||||
|
||||
@@ -10026,9 +10033,7 @@ msgid ""
|
||||
"Picture sizes to be stored into a .gcode and .sl1 / .sl1s files, in the "
|
||||
"following format: \"XxY, XxY, ...\""
|
||||
msgstr ""
|
||||
"将被存储到.gcode和.sl1/.sl1s文件中的图片尺寸,"
|
||||
"格式如下:\"XxY, XxY, ...\""
|
||||
|
||||
"将被存储到.gcode和.sl1/.sl1s文件中的图片尺寸,格式如下:\"XxY, XxY, ...\""
|
||||
|
||||
msgid "Format of G-code thumbnails"
|
||||
msgstr "G-code缩略图的格式"
|
||||
@@ -10148,6 +10153,17 @@ msgstr ""
|
||||
"用于替换模型细小特征(根据最小特征尺寸)的墙线宽。如果墙最小线宽小于最小特征"
|
||||
"的厚度,则墙将变得和特征本身一样厚。参数值表示为相对喷嘴直径的百分比"
|
||||
|
||||
msgid "Detect narrow internal solid infill"
|
||||
msgstr "识别狭窄内部实心填充"
|
||||
|
||||
msgid ""
|
||||
"This option will auto detect narrow internal solid infill area. If enabled, "
|
||||
"concentric pattern will be used for the area to speed printing up. "
|
||||
"Otherwise, rectilinear pattern is used defaultly."
|
||||
msgstr ""
|
||||
"此选项用于自动识别内部狭窄的实心填充。开启后,将对狭窄实心区域使用同心填充加"
|
||||
"快打印速度。否则使用默认的直线填充。"
|
||||
|
||||
msgid "invalid value "
|
||||
msgstr "非法的值 "
|
||||
|
||||
@@ -11529,6 +11545,41 @@ msgid ""
|
||||
"temperature. More info about this in the Wiki."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Embeded"
|
||||
#~ msgstr "嵌入的"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "OrcaSlicer configuration file may be corrupted and is not abled to be "
|
||||
#~ "parsed.Please delete the file and try again."
|
||||
#~ msgstr ""
|
||||
#~ "OrcaSlicer 配置文件可能已损坏而无法解析。请删除此文件并重新启动"
|
||||
#~ "OrcaSlicer。"
|
||||
|
||||
#~ msgid "Online Models"
|
||||
#~ msgstr "在线模型"
|
||||
|
||||
#~ msgid "Show online staff-picked models on the home page"
|
||||
#~ msgstr "在主页上显示工作人员挑选的在线模型"
|
||||
|
||||
#~ msgid "Z hop lower boundary"
|
||||
#~ msgstr "Z抬升下边界"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Z hop will only come into effect when Z is above this value and is below "
|
||||
#~ "the parameter: \"Z hop upper boundary\""
|
||||
#~ msgstr "只有当Z高于此值且低于参数(Z抬升上边界)时,Z抬升才会生效"
|
||||
|
||||
#~ msgid "Z hop upper boundary"
|
||||
#~ msgstr "Z抬升上边界"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "If this value is positive, Z hop will only come into effect when Z is "
|
||||
#~ "above the parameter: \"Z hop lower boundary\" and is below this value"
|
||||
#~ msgstr "如果该值为正,则Z抬升仅在Z高于参数(Z抬升下边界)且低于该值时才会生效"
|
||||
|
||||
#~ msgid "The minimum printing speed when slow down for cooling"
|
||||
#~ msgstr "自动冷却降速的最小打印速度"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "There are currently no identical spare consumables available, and "
|
||||
#~ "automatic replenishment is currently not possible. \n"
|
||||
@@ -11549,14 +11600,6 @@ msgstr ""
|
||||
#~ msgid "Activate for better air filtration"
|
||||
#~ msgstr "激活以获得更好的空气过滤"
|
||||
|
||||
#~ msgid "Ensure vertical shell thickness"
|
||||
#~ msgstr "确保垂直外壳厚度"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
#~ "thickness (top+bottom solid layers)"
|
||||
#~ msgstr "在斜面表面附近添加实心填充,以保证垂直外壳厚度(顶部+底部实心层)"
|
||||
|
||||
#~ msgid "Temperature of vitrificaiton"
|
||||
#~ msgstr "软化温度"
|
||||
|
||||
@@ -11583,17 +11626,6 @@ msgstr ""
|
||||
#~ "辅助部件冷却风扇的转速。辅助部件冷却风扇将一直运行在该速度,除了设置的无需"
|
||||
#~ "冷却的前若干层"
|
||||
|
||||
#~ msgid "Detect narrow internal solid infill"
|
||||
#~ msgstr "识别狭窄内部实心填充"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "This option will auto detect narrow internal solid infill area. If "
|
||||
#~ "enabled, concentric pattern will be used for the area to speed printing "
|
||||
#~ "up. Otherwise, rectilinear pattern is used defaultly."
|
||||
#~ msgstr ""
|
||||
#~ "此选项用于自动识别内部狭窄的实心填充。开启后,将对狭窄实心区域使用同心填充"
|
||||
#~ "加快打印速度。否则使用默认的直线填充。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Filter out gaps smaller than the threshold specified. This setting won't "
|
||||
#~ "affect top/bottom layers"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
BIN
resources/calib/pressure_advance/pa_pattern.3mf
Normal file
BIN
resources/calib/pressure_advance/pa_pattern.3mf
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Anker",
|
||||
"version": "01.06.04.00",
|
||||
"version": "01.08.00.00",
|
||||
"force_update": "0",
|
||||
"description": "Anker configurations",
|
||||
"machine_model_list": [
|
||||
|
||||
@@ -8,5 +8,8 @@
|
||||
"bed_model": "M5-CE-bed.stl",
|
||||
"bed_texture": "M5-CE-texture.svg",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Anker Generic ABS;Anker Generic PLA;Anker Generic PLA-CF;Anker Generic PETG;Anker Generic TPU;Anker Generic ASA;Anker Generic PVA"
|
||||
"default_materials": "Anker Generic ABS;Anker Generic PLA;Anker Generic PLA-CF;Anker Generic PETG;Anker Generic TPU;Anker Generic ASA;Anker Generic PVA",
|
||||
"retraction_length": [
|
||||
"1.5"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -8,5 +8,8 @@
|
||||
"bed_model": "M5C-CE-bed.stl",
|
||||
"bed_texture": "M5-CE-texture.svg",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Anker Generic ABS;Anker Generic PLA;Anker Generic PLA-CF;Anker Generic PETG;Anker Generic TPU;Anker Generic ASA;Anker Generic PVA;Anker Generic PC;Anker Generic PA;Anker Generic PA-CF"
|
||||
"default_materials": "Anker Generic ABS;Anker Generic PLA;Anker Generic PLA-CF;Anker Generic PETG;Anker Generic TPU;Anker Generic ASA;Anker Generic PVA;Anker Generic PC;Anker Generic PA;Anker Generic PA-CF",
|
||||
"retraction_length": [
|
||||
"0.8"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "fdm_machine_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"gcode_flavor": "marlin",
|
||||
"gcode_flavor": "marlin2",
|
||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\n\n",
|
||||
"machine_start_gcode": "M4899 T3 ; Enable v3 jerk and S-curve acceleration \nM104 Sfirst_layer_temperature[0] ; Set hotend temp\nM190 S{first_layer_bed_temperature[0]} ; set and wait for bed temp to stabilize\nM109 S{first_layer_temperature[0]} ; set final nozzle temp to stabilize\nG28 ;Home",
|
||||
"machine_end_gcode": "M104 S0\nM140 S0\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84",
|
||||
@@ -88,9 +88,6 @@
|
||||
"retract_when_changing_layer": [
|
||||
"0"
|
||||
],
|
||||
"retraction_length": [
|
||||
"1.5"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"2"
|
||||
],
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Anycubic",
|
||||
"version": "01.06.00.00",
|
||||
"version": "01.08.00.00",
|
||||
"force_update": "0",
|
||||
"description": "Anycubic configurations",
|
||||
"machine_model_list": [
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
"ironing_speed": "30",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Artillery",
|
||||
"version": "01.06.04.00",
|
||||
"version": "01.08.00.00",
|
||||
"force_update": "0",
|
||||
"description": "Artillery configurations",
|
||||
"machine_model_list": [
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
"ironing_speed": "30",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Bambulab",
|
||||
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
|
||||
"version": "01.07.00.29",
|
||||
"version": "01.07.00.30",
|
||||
"force_update": "0",
|
||||
"description": "the initial version of BBL configurations",
|
||||
"machine_model_list": [
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
"ironing_type": "no ironing",
|
||||
"layer_height": "0.2",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "BIQU",
|
||||
"version": "01.06.00.00",
|
||||
"version": "01.08.00.00",
|
||||
"force_update": "0",
|
||||
"description": "BIQU configurations",
|
||||
"machine_model_list": [
|
||||
|
||||
@@ -81,6 +81,6 @@
|
||||
"retraction_speed": [
|
||||
"70"
|
||||
],
|
||||
"machine_start_gcode": "; BIQU B1 Start G-code\nM117 Getting the bed up to temp!\nM140 S{material_bed_temperature_layer_0}; Set Heat Bed temperature\nM190 S{material_bed_temperature_layer_0}; Wait for Heat Bed temperature\nM117 Getting the extruder up to temp!\nM104 S{material_print_temperature_layer_0}; Set Extruder temperature\nG92 E0; Reset Extruder\nM117 Homing axes\nG28; Home all axes\nM109 S{material_print_temperature_layer_0}; Wait for Extruder temperature\nG1 Z2.0 F3000; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X4.1 Y20 Z0.3 F5000.0; Move to start position\nM117 Purging\nG1 X4.1 Y200.0 Z0.3 F1500.0 E15; Draw the first line\nG1 X4.4 Y200.0 Z0.3 F5000.0; Move to side a little\nG1 X4.4 Y20 Z0.3 F1500.0 E30; Draw the second line\nG92 E0; Reset Extruder\nM117 Lets make\nG1 Z2.0 F3000; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0; Move over to prevent blob squish",
|
||||
"machine_end_gcode": ";BIQU B1 Default End Gcode\nG91;Relative positioning\nG1 E-2 F2700;Retract a bit\nG1 E-2 Z0.2 F2400;Retract a bit more and raise Z\nG1 X5 Y5 F3000;Wipe out\nG1 Z10;Raise Z by 10mm\nG90;Return to absolute positioning\nG1 X0 Y{machine_depth};\nM106 S0;Turn-off fan\nM104 S0;Turn-off hotend\nM140 S0;Turn-off bed\nM84 X Y E;Disable all steppers but Z"
|
||||
"machine_start_gcode": "; BIQU B1 Start G-code\nM117 Getting the bed up to temp!\nM140 S[first_layer_bed_temperature]; Set Heat Bed temperature\nM190 S[first_layer_bed_temperature]; Wait for Heat Bed temperature\nM117 Getting the extruder up to temp!\nM104 S[first_layer_temperature]; Set Extruder temperature\nG92 E0; Reset Extruder\nM117 Homing axes\nG28; Home all axes\nM109 S[first_layer_temperature]; Wait for Extruder temperature\nG1 Z2.0 F3000; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X4.1 Y20 Z0.3 F5000.0; Move to start position\nM117 Purging\nG1 X4.1 Y200.0 Z0.3 F1500.0 E15; Draw the first line\nG1 X4.4 Y200.0 Z0.3 F5000.0; Move to side a little\nG1 X4.4 Y20 Z0.3 F1500.0 E30; Draw the second line\nG92 E0; Reset Extruder\nM117 Lets make\nG1 Z2.0 F3000; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0; Move over to prevent blob squish",
|
||||
"machine_end_gcode": ";BIQU B1 Default End Gcode\nG91;Relative positioning\nG1 E-2 F2700;Retract a bit\nG1 E-2 Z0.2 F2400;Retract a bit more and raise Z\nG1 X5 Y5 F3000;Wipe out\nG1 Z10;Raise Z by 10mm\nG90;Return to absolute positioning\nG1 X0 Y{print_bed_max[1]};\nM106 S0;Turn-off fan\nM104 S0;Turn-off hotend\nM140 S0;Turn-off bed\nM84 X Y E;Disable all steppers but Z"
|
||||
}
|
||||
@@ -81,6 +81,6 @@
|
||||
"retraction_speed": [
|
||||
"40"
|
||||
],
|
||||
"machine_start_gcode": "; BIQU BX Start G-code\n;M117 Initial homing sequence; Home so that the probe is positioned to heat\nG28\nM117 Probe heating position\nG0 X65 Y5 Z1; Move the probe to the heating position.\nM117 Getting the heaters up to temp!\nM104 S140; Set Extruder temperature, no wait\nM140 S60; Set Heat Bed temperature\nM190 S60; Wait for Heat Bed temperature\nM117 Waiting for probe to warm; Wait another 90s for the probe to absorb heat.\nG4 S90\nM117 Post warming re-home\nG28; Home all axes again after warming\nM117 Z-Dance of my people\nG34\nM117 ABL Probing\nG29\nM900 K0 L0 T0;Edit the K and L values if you have calibrated a k factor for your filament\nM900 T0 S0\nG1 Z2.0 F3000; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X4.1 Y10 Z0.3 F5000.0; Move to start position\nM117 Getting the extruder up to temp\nM140 S{material_bed_temperature_layer_0}; Set Heat Bed temperature\nM104 S{material_print_temperature_layer_0}; Set Extruder temperature\nM109 S{material_print_temperature_layer_0}; Wait for Extruder temperature\nM190 S{material_bed_temperature_layer_0}; Wait for Heat Bed temperature\nG92 E0; Reset Extruder\nM117 Purging\nG1 X4.1 Y200.0 Z0.3 F1500.0 E15; Draw the first line\nG1 X4.4 Y200.0 Z0.3 F5000.0; Move to side a little\nG1 X4.4 Y20 Z0.3 F1500.0 E30; Draw the second line\nG92 E0; Reset Extruder\nM117 Lets make\nG1 X8 Y20 Z0.3 F5000.0; Move over to prevent blob squish",
|
||||
"machine_end_gcode": "; BIQU BX Default End Gcode\nG91;Relative positioning\nG1 E-2 F2700;Retract a bit\nG1 E-2 Z0.2 F2400;Retract a bit more and raise Z\nG1 X5 Y5 F3000;Wipe out\nG1 Z10;Raise Z by 10mm\nG90;Return to absolute positioning\nG1 X0 Y{machine_depth};TaDaaaa\nM106 S0;Turn-off fan\nM104 S0;Turn-off hotend\nM140 S0;Turn-off bed\nM84 X Y E;Disable all steppers but Z"
|
||||
"machine_start_gcode": "; BIQU BX Start G-code\n;M117 Initial homing sequence; Home so that the probe is positioned to heat\nG28\nM117 Probe heating position\nG0 X65 Y5 Z1; Move the probe to the heating position.\nM117 Getting the heaters up to temp!\nM104 S140; Set Extruder temperature, no wait\nM140 S60; Set Heat Bed temperature\nM190 S60; Wait for Heat Bed temperature\nM117 Waiting for probe to warm; Wait another 90s for the probe to absorb heat.\nG4 S90\nM117 Post warming re-home\nG28; Home all axes again after warming\nM117 Z-Dance of my people\nG34\nM117 ABL Probing\nG29\nM900 K0 L0 T0;Edit the K and L values if you have calibrated a k factor for your filament\nM900 T0 S0\nG1 Z2.0 F3000; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X4.1 Y10 Z0.3 F5000.0; Move to start position\nM117 Getting the extruder up to temp\nM140 S[first_layer_bed_temperature]; Set Heat Bed temperature\nM104 S[first_layer_temperature]; Set Extruder temperature\nM109 S[first_layer_temperature]; Wait for Extruder temperature\nM190 S[first_layer_bed_temperature]; Wait for Heat Bed temperature\nG92 E0; Reset Extruder\nM117 Purging\nG1 X4.1 Y200.0 Z0.3 F1500.0 E15; Draw the first line\nG1 X4.4 Y200.0 Z0.3 F5000.0; Move to side a little\nG1 X4.4 Y20 Z0.3 F1500.0 E30; Draw the second line\nG92 E0; Reset Extruder\nM117 Lets make\nG1 X8 Y20 Z0.3 F5000.0; Move over to prevent blob squish",
|
||||
"machine_end_gcode": "; BIQU BX Default End Gcode\nG91;Relative positioning\nG1 E-2 F2700;Retract a bit\nG1 E-2 Z0.2 F2400;Retract a bit more and raise Z\nG1 X5 Y5 F3000;Wipe out\nG1 Z10;Raise Z by 10mm\nG90;Return to absolute positioning\nG1 X0 Y{print_bed_max[1]};TaDaaaa\nM106 S0;Turn-off fan\nM104 S0;Turn-off hotend\nM140 S0;Turn-off bed\nM84 X Y E;Disable all steppers but Z"
|
||||
}
|
||||
@@ -43,7 +43,7 @@
|
||||
"ironing_type": "no ironing",
|
||||
"layer_height": "0.2",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
"ironing_type": "no ironing",
|
||||
"layer_height": "0.2",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Comgrow",
|
||||
"version": "01.07.00.00",
|
||||
"version": "01.08.00.00",
|
||||
"force_update": "0",
|
||||
"description": "Comgrow configurations",
|
||||
"machine_model_list": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Creality",
|
||||
"version": "01.07.00.00",
|
||||
"version": "01.08.00.00",
|
||||
"force_update": "0",
|
||||
"description": "Creality configurations",
|
||||
"machine_model_list": [
|
||||
|
||||
@@ -8,5 +8,5 @@
|
||||
"bed_model": "creality_k1max_buildplate_model.stl",
|
||||
"bed_texture": "creality_k1max_buildplate_texture.png",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Creality Generic PLA @0.4 nozzle;Creality HF Generic PLA @0.4 nozzle;Creality HF Generic Speed PLA @0.4 nozzle;Creality Generic PETG @0.4 nozzle;Creality Generic TPU @0.4 nozzle;Creality Generic ABS @0.4 nozzle;Creality Generic PLA @0.6 nozzle;Creality HF Generic PLA @0.6 nozzle;Creality HF Generic Speed PLA @0.6 nozzle;Creality Generic PETG @0.6 nozzle;Creality Generic TPU @0.6 nozzle;Creality Generic ABS @0.6 nozzle;Creality Generic PLA @0.8 nozzle;Creality HF Generic PLA @0.8 nozzle;Creality HF Generic Speed PLA @0.8 nozzle;Creality Generic PETG @0.8 nozzle;Creality Generic TPU @0.8 nozzle;Creality Generic ABS @0.8 nozzle"
|
||||
"default_materials": "Creality Generic PLA;Creality HF Generic PLA;Creality HF Generic Speed PLA;Creality Generic PETG;Creality Generic TPU;Creality Generic ABS"
|
||||
}
|
||||
|
||||
@@ -8,5 +8,5 @@
|
||||
"bed_model": "creality_k1_buildplate_model.stl",
|
||||
"bed_texture": "creality_k1_buildplate_texture.png",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Creality Generic PLA @0.4 nozzle;Creality HF Generic PLA @0.4 nozzle;Creality HF Generic Speed PLA @0.4 nozzle;Creality Generic PETG @0.4 nozzle;Creality Generic TPU @0.4 nozzle;Creality Generic ABS @0.4 nozzle;Creality Generic PLA @0.6 nozzle;Creality HF Generic PLA @0.6 nozzle;Creality HF Generic Speed PLA @0.6 nozzle;Creality Generic PETG @0.6 nozzle;Creality Generic TPU @0.6 nozzle;Creality Generic ABS @0.6 nozzle;Creality Generic PLA @0.8 nozzle;Creality HF Generic PLA @0.8 nozzle;Creality HF Generic Speed PLA @0.8 nozzle;Creality Generic PETG @0.8 nozzle;Creality Generic TPU @0.8 nozzle;Creality Generic ABS @0.8 nozzle"
|
||||
"default_materials": "Creality Generic PLA;Creality HF Generic PLA;Creality HF Generic Speed PLA;Creality Generic PETG;Creality Generic TPU;Creality Generic ABS"
|
||||
}
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_type": "no ironing",
|
||||
"layer_height": "0.12",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_type": "no ironing",
|
||||
"layer_height": "0.12",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_type": "no ironing",
|
||||
"layer_height": "0.12",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_type": "no ironing",
|
||||
"layer_height": "0.15",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_type": "no ironing",
|
||||
"layer_height": "0.15",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_type": "no ironing",
|
||||
"layer_height": "0.15",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
"ironing_type": "no ironing",
|
||||
"layer_height": "0.16",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
"ironing_type": "no ironing",
|
||||
"layer_height": "0.16",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_type": "no ironing",
|
||||
"layer_height": "0.2",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"ironing_type": "no ironing",
|
||||
"layer_height": "0.2",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user