mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 19:12:17 +00:00
Compare commits
52 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
be1bd083a3 | ||
|
|
f0522065d8 | ||
|
|
e502ffaa5f | ||
|
|
72378557cc | ||
|
|
a18f42efc8 | ||
|
|
b4b9805383 | ||
|
|
e823044b9a | ||
|
|
f2f2ede5d5 | ||
|
|
3a8b799083 | ||
|
|
5676e0e76a | ||
|
|
88298530e4 | ||
|
|
09a8fa3811 | ||
|
|
4dbd866d18 | ||
|
|
c122c76ee8 | ||
|
|
79a7221b60 | ||
|
|
5f89963fc5 | ||
|
|
b5b5e03e4d | ||
|
|
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 |
9
.github/workflows/build_orca.yml
vendored
9
.github/workflows/build_orca.yml
vendored
@@ -4,6 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- release/*
|
||||||
paths:
|
paths:
|
||||||
- 'src/**'
|
- 'src/**'
|
||||||
- '**/CMakeLists.txt'
|
- '**/CMakeLists.txt'
|
||||||
@@ -15,6 +16,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- release/*
|
||||||
paths:
|
paths:
|
||||||
- 'src/**'
|
- 'src/**'
|
||||||
- '**/CMakeLists.txt'
|
- '**/CMakeLists.txt'
|
||||||
@@ -224,6 +226,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: OrcaSlicer_Windows_V${{ env.ver }}
|
name: OrcaSlicer_Windows_V${{ env.ver }}
|
||||||
path: ${{ github.workspace }}/build/OrcaSlicer*.exe
|
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
|
# Ubuntu
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|||||||
1
.github/workflows/orca_bot.yml
vendored
1
.github/workflows/orca_bot.yml
vendored
@@ -16,6 +16,7 @@ jobs:
|
|||||||
days-before-issue-close: 14
|
days-before-issue-close: 14
|
||||||
operations-per-run: 1000
|
operations-per-run: 1000
|
||||||
stale-issue-label: "stale"
|
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."
|
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."
|
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-stale: -1
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ You can download Orca Slicer here: [github releases page](https://github.com/Sof
|
|||||||
# Main features
|
# Main features
|
||||||
- Auto calibrations for all printers
|
- Auto calibrations for all printers
|
||||||
- Sandwich(inner-outer-inner) mode - an improved version of the `External perimeters first` mode
|
- Sandwich(inner-outer-inner) mode - an improved version of the `External perimeters first` mode
|
||||||
- Precise wall
|
- [Precise wall](https://github.com/SoftFever/OrcaSlicer/wiki/Precise-wall)
|
||||||
- Polyholes conversion support [SuperSlicer Wiki: Polyholes](https://github.com/supermerill/SuperSlicer/wiki/Polyholes)
|
- Polyholes conversion support [SuperSlicer Wiki: Polyholes](https://github.com/supermerill/SuperSlicer/wiki/Polyholes)
|
||||||
- Klipper support
|
- Klipper support
|
||||||
- More granular controls
|
- More granular controls
|
||||||
|
|||||||
@@ -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 %}
|
||||||
|
|
||||||
|
```
|
||||||
13
doc/Precise-wall.md
Normal file
13
doc/Precise-wall.md
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
The 'Precise Wall' is a distinctive feature introduced by OrcaSlicer, aimed at improving the dimensional accuracy of prints and minimizing layer inconsistencies by slightly increasing the spacing between the outer wall and the inner wall.
|
||||||
|
|
||||||
|
Below is a technical explanation of how this feature works.
|
||||||
|
First, it's important to understand some basic concepts like flow, extrusion width, and space. Slic3r has an excellent document that covers these topics in detail. You can refer to this article: [link to article](https://manual.slic3r.org/advanced/flow-math).
|
||||||
|
|
||||||
|
Now, let's dive into the specifics. Slic3r and its forks, such as PrusaSlicer, SuperSlicer, and OrcaSlicer, assume that the extrusion path has an oval shape, which accounts for the overlaps. For example, if we set the wall width to 0.4mm and the layer height to 0.2mm, the combined thickness of two walls laid side by side is 0.714mm instead of 0.8mm due to the overlapping.
|
||||||
|

|
||||||
|
This approach enhances the strength of 3D-printed parts. However, it does have some side effects. For instance, when the inner-outer wall order is used, the outer wall can be pushed outside, leading to potential size inaccuracy and more layer inconsistency.
|
||||||
|
|
||||||
|
It's important to keep in mind that this approach to handling flow is specific to Slic3r and it's forks. Other slicing software, such as Cura, assumes that the extrusion path is rectangular and, therefore, does not include overlapping. Two 0.4 mm walls will result in a 0.8 mm shell thickness in Cura
|
||||||
|
|
||||||
|
OrcaSlicer adheres to Slic3r's approach to handling flow. To address the downsides mentioned earlier, OrcaSlicer introduced the 'Precise Wall' feature. When this feature is enabled in OrcaSlicer, the overlap between the outer wall and its adjacent inner wall is set to zero. This ensures that the overall strength of the printed part is unaffected, while the size accuracy and layer consistency are improved.
|
||||||
|
|
||||||
@@ -5,3 +5,4 @@ Print settings:
|
|||||||
* [Chamber temperature](chamber-temperature)
|
* [Chamber temperature](chamber-temperature)
|
||||||
* [Air filtration/Exhaust fan](air-filtration)
|
* [Air filtration/Exhaust fan](air-filtration)
|
||||||
* [Single Extruder Multimaterial](semm)
|
* [Single Extruder Multimaterial](semm)
|
||||||
|
* [Precise wall](Precise-wall)
|
||||||
@@ -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 ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
"POT-Creation-Date: 2023-12-02 01:44+0800\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@@ -4324,24 +4324,6 @@ msgstr ""
|
|||||||
msgid "The 3mf is generated by old Orca Slicer, load geometry data only."
|
msgid "The 3mf is generated by old Orca Slicer, load geometry data only."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, possible-c-format, possible-boost-format
|
|
||||||
msgid ""
|
|
||||||
"The 3mf's version %s is newer than %s's version %s, Found following keys "
|
|
||||||
"unrecognized:"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "You'd better upgrade your software.\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Newer 3mf version"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#, possible-c-format, possible-boost-format
|
|
||||||
msgid ""
|
|
||||||
"The 3mf's version %s is newer than %s's version %s, Suggest to upgrade your "
|
|
||||||
"software."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Invalid values found in the 3mf:"
|
msgid "Invalid values found in the 3mf:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -7121,6 +7103,15 @@ msgid ""
|
|||||||
"material for bridge, to improve sag"
|
"material for bridge, to improve sag"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Internal bridge flow"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid ""
|
||||||
|
"This value governs the thickness of the internal bridge layer. This is the "
|
||||||
|
"first layer over sparse infill. Decrease this value slightly (for example "
|
||||||
|
"0.9) to improve surface quality over sparse infill."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Top surface flow ratio"
|
msgid "Top surface flow ratio"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -7392,6 +7383,15 @@ msgid ""
|
|||||||
"shorter bridged distances."
|
"shorter bridged distances."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Thick internal bridges"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid ""
|
||||||
|
"If enabled, thick internal bridges will be used. It's usually recommended to "
|
||||||
|
"have this feature turned on. However, consider turning it off if you are "
|
||||||
|
"using large nozzles."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Max bridge length"
|
msgid "Max bridge length"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
"POT-Creation-Date: 2023-12-02 01:44+0800\n"
|
||||||
"PO-Revision-Date: 2023-09-30 15:15+0200\n"
|
"PO-Revision-Date: 2023-09-30 15:15+0200\n"
|
||||||
"Last-Translator: René Mošner <Renemosner@seznam.cz>\n"
|
"Last-Translator: René Mošner <Renemosner@seznam.cz>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
@@ -658,7 +658,8 @@ msgid ""
|
|||||||
"Please note, application settings will be lost, but printer profiles will "
|
"Please note, application settings will be lost, but printer profiles will "
|
||||||
"not be affected."
|
"not be affected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Soubor konfigurace programu OrcaSlicer může být poškozen a nelze ho analyzovat.\n"
|
"Soubor konfigurace programu OrcaSlicer může být poškozen a nelze ho "
|
||||||
|
"analyzovat.\n"
|
||||||
"OrcaSlicer se pokusil znovu vytvořit konfigurační soubor.\n"
|
"OrcaSlicer se pokusil znovu vytvořit konfigurační soubor.\n"
|
||||||
"Všimněte si, že nastavení aplikace bude ztraceno, ale profily tiskárny "
|
"Všimněte si, že nastavení aplikace bude ztraceno, ale profily tiskárny "
|
||||||
"nebudou ovlivněny."
|
"nebudou ovlivněny."
|
||||||
@@ -4620,28 +4621,6 @@ msgstr "Nelze načíst konfiguraci."
|
|||||||
msgid "The 3mf is generated by old Orca Slicer, load geometry data only."
|
msgid "The 3mf is generated by old Orca Slicer, load geometry data only."
|
||||||
msgstr "3mf je generován starým Orca Slicerem, načtěte pouze geometrická data."
|
msgstr "3mf je generován starým Orca Slicerem, načtěte pouze geometrická data."
|
||||||
|
|
||||||
#, c-format, boost-format
|
|
||||||
msgid ""
|
|
||||||
"The 3mf's version %s is newer than %s's version %s, Found following keys "
|
|
||||||
"unrecognized:"
|
|
||||||
msgstr ""
|
|
||||||
"Verze 3mf %s je novější než verze %s %s, byly nalezeny následující klíče "
|
|
||||||
"nerozpoznaný:"
|
|
||||||
|
|
||||||
msgid "You'd better upgrade your software.\n"
|
|
||||||
msgstr "Měli byste aktualizovat software.\n"
|
|
||||||
|
|
||||||
msgid "Newer 3mf version"
|
|
||||||
msgstr "Novější verze 3mf"
|
|
||||||
|
|
||||||
#, c-format, boost-format
|
|
||||||
msgid ""
|
|
||||||
"The 3mf's version %s is newer than %s's version %s, Suggest to upgrade your "
|
|
||||||
"software."
|
|
||||||
msgstr ""
|
|
||||||
"Verze %s zařízení 3mf je novější než verze %s %s, navrhněte upgrade vašeho "
|
|
||||||
"software."
|
|
||||||
|
|
||||||
msgid "Invalid values found in the 3mf:"
|
msgid "Invalid values found in the 3mf:"
|
||||||
msgstr "V 3mf byly nalezeny neplatné hodnoty:"
|
msgstr "V 3mf byly nalezeny neplatné hodnoty:"
|
||||||
|
|
||||||
@@ -7720,6 +7699,15 @@ msgstr ""
|
|||||||
"Snižte tuto hodnotu mírně (například 0,9), abyste snížili množství materiálu "
|
"Snižte tuto hodnotu mírně (například 0,9), abyste snížili množství materiálu "
|
||||||
"pro most a zlepšili prověšení"
|
"pro most a zlepšili prověšení"
|
||||||
|
|
||||||
|
msgid "Internal bridge flow"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid ""
|
||||||
|
"This value governs the thickness of the internal bridge layer. This is the "
|
||||||
|
"first layer over sparse infill. Decrease this value slightly (for example "
|
||||||
|
"0.9) to improve surface quality over sparse infill."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Top surface flow ratio"
|
msgid "Top surface flow ratio"
|
||||||
msgstr "Poměr průtoku horní vrstvy"
|
msgstr "Poměr průtoku horní vrstvy"
|
||||||
|
|
||||||
@@ -8042,6 +8030,15 @@ msgstr ""
|
|||||||
"Pokud je zakázáno, mosty vypadají lépe, ale jsou spolehlivé jen pro kratší "
|
"Pokud je zakázáno, mosty vypadají lépe, ale jsou spolehlivé jen pro kratší "
|
||||||
"přemostění."
|
"přemostění."
|
||||||
|
|
||||||
|
msgid "Thick internal bridges"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid ""
|
||||||
|
"If enabled, thick internal bridges will be used. It's usually recommended to "
|
||||||
|
"have this feature turned on. However, consider turning it off if you are "
|
||||||
|
"using large nozzles."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Max bridge length"
|
msgid "Max bridge length"
|
||||||
msgstr "Maximální délka mostu"
|
msgstr "Maximální délka mostu"
|
||||||
|
|
||||||
@@ -8327,8 +8324,8 @@ msgid ""
|
|||||||
"Filament diameter is used to calculate extrusion in gcode, so it's important "
|
"Filament diameter is used to calculate extrusion in gcode, so it's important "
|
||||||
"and should be accurate"
|
"and should be accurate"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Průměr filamentu se používá k výpočtu extruze v gkódu, takže je důležitý "
|
"Průměr filamentu se používá k výpočtu extruze v gkódu, takže je důležitý a "
|
||||||
"a měl by být přesný"
|
"měl by být přesný"
|
||||||
|
|
||||||
msgid "Shrinkage"
|
msgid "Shrinkage"
|
||||||
msgstr "Smrštění"
|
msgstr "Smrštění"
|
||||||
@@ -9159,8 +9156,8 @@ msgid ""
|
|||||||
"layer height. Too high value results in overextrusion on the surface"
|
"layer height. Too high value results in overextrusion on the surface"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Množství materiálu, které se má vytlačit během žehlení. V poměru k průtoku "
|
"Množství materiálu, které se má vytlačit během žehlení. V poměru k průtoku "
|
||||||
"normální výšky vrstvy. Příliš vysoká hodnota vede k nadměrné extruzi "
|
"normální výšky vrstvy. Příliš vysoká hodnota vede k nadměrné extruzi na "
|
||||||
"na povrchu"
|
"povrchu"
|
||||||
|
|
||||||
msgid "Ironing line spacing"
|
msgid "Ironing line spacing"
|
||||||
msgstr "Řádkování žehlení"
|
msgstr "Řádkování žehlení"
|
||||||
@@ -9365,22 +9362,23 @@ msgstr ""
|
|||||||
"tiskárna přechází z extruze s vysokým průtokem (vysoká rychlost/větší šířka) "
|
"tiskárna přechází z extruze s vysokým průtokem (vysoká rychlost/větší šířka) "
|
||||||
"na extruzi s nižším průtokem (nižší rychlost/menší šířka) a naopak.\n"
|
"na extruzi s nižším průtokem (nižší rychlost/menší šířka) a naopak.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Definuje maximální rychlost, kterou může objemový průtok extrudovaného materiálu "
|
"Definuje maximální rychlost, kterou může objemový průtok extrudovaného "
|
||||||
"v mm3/s měnit v čase. Vyšší hodnoty znamenají, že jsou povoleny větší změny "
|
"materiálu v mm3/s měnit v čase. Vyšší hodnoty znamenají, že jsou povoleny "
|
||||||
"extruzní rychlosti, což vede k rychlejším přechodům rychlosti.\n"
|
"větší změny extruzní rychlosti, což vede k rychlejším přechodům rychlosti.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Hodnota 0 funkci zakáže. \n"
|
"Hodnota 0 funkci zakáže. \n"
|
||||||
"\n"
|
"\n"
|
||||||
"Pro tiskárny s přímým pohonem a vysokou rychlostí a průtokem (např. Bambu lab "
|
"Pro tiskárny s přímým pohonem a vysokou rychlostí a průtokem (např. Bambu "
|
||||||
"nebo Voron) tato hodnota obvykle není potřebná. Nicméně v některých případech, "
|
"lab nebo Voron) tato hodnota obvykle není potřebná. Nicméně v některých "
|
||||||
"kde se rychlosti funkcí výrazně liší, může poskytnout marginální přínos. "
|
"případech, kde se rychlosti funkcí výrazně liší, může poskytnout marginální "
|
||||||
"Například při agresivních zpomaleních způsobených přesahy. V těchto případech "
|
"přínos. Například při agresivních zpomaleních způsobených přesahy. V těchto "
|
||||||
"se doporučuje vysoká hodnota kolem 300-350 mm3/s2, protože to umožňuje dostatečné "
|
"případech se doporučuje vysoká hodnota kolem 300-350 mm3/s2, protože to "
|
||||||
"vyhlazení pro pomoc při dosažení plynulejšího přechodu tlaku při extruzi.\n"
|
"umožňuje dostatečné vyhlazení pro pomoc při dosažení plynulejšího přechodu "
|
||||||
|
"tlaku při extruzi.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Pro pomalejší tiskárny bez tlakového předstihu by měla být hodnota nastavena "
|
"Pro pomalejší tiskárny bez tlakového předstihu by měla být hodnota nastavena "
|
||||||
"mnohem nižší. Pro přímé pohony je hodnota 10-15 mm3/s2 dobrým výchozím bodem, "
|
"mnohem nižší. Pro přímé pohony je hodnota 10-15 mm3/s2 dobrým výchozím "
|
||||||
"a pro styl Bowden 5-10 mm3/s2. \n"
|
"bodem, a pro styl Bowden 5-10 mm3/s2. \n"
|
||||||
"\n"
|
"\n"
|
||||||
"Tato funkce je známa jako Pressure Equalizer v programu Prusa Slicer.\n"
|
"Tato funkce je známa jako Pressure Equalizer v programu Prusa Slicer.\n"
|
||||||
"\n"
|
"\n"
|
||||||
@@ -9870,9 +9868,9 @@ msgid ""
|
|||||||
"if a wipe action is executed immediately following an outer wall extrusion, "
|
"if a wipe action is executed immediately following an outer wall extrusion, "
|
||||||
"the speed of the outer wall extrusion will be utilized for the wipe action."
|
"the speed of the outer wall extrusion will be utilized for the wipe action."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Rychlost čištění je určena rychlostí aktuální role extruze, např. pokud "
|
"Rychlost čištění je určena rychlostí aktuální role extruze, např. pokud je "
|
||||||
"je činnost čištění provedena bezprostředně po extruzi vnější stěny, "
|
"činnost čištění provedena bezprostředně po extruzi vnější stěny, rychlost "
|
||||||
"rychlost extruze vnější stěny bude využita pro činnost čištění."
|
"extruze vnější stěny bude využita pro činnost čištění."
|
||||||
|
|
||||||
msgid "Wipe on loops"
|
msgid "Wipe on loops"
|
||||||
msgstr "Čistit na smyčce"
|
msgstr "Čistit na smyčce"
|
||||||
@@ -9881,8 +9879,8 @@ msgid ""
|
|||||||
"To minimize the visibility of the seam in a closed loop extrusion, a small "
|
"To minimize the visibility of the seam in a closed loop extrusion, a small "
|
||||||
"inward movement is executed before the extruder leaves the loop."
|
"inward movement is executed before the extruder leaves the loop."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Aby byla minimalizována viditelnost švu při extruzi s uzavřenou smyčkou, "
|
"Aby byla minimalizována viditelnost švu při extruzi s uzavřenou smyčkou, je "
|
||||||
"je proveden malý pohyb dovnitř předtím, než vytlačovací stroj opustí smyčku."
|
"proveden malý pohyb dovnitř předtím, než vytlačovací stroj opustí smyčku."
|
||||||
|
|
||||||
msgid "Wipe speed"
|
msgid "Wipe speed"
|
||||||
msgstr "Rychlost čištění"
|
msgstr "Rychlost čištění"
|
||||||
@@ -10560,9 +10558,9 @@ msgid ""
|
|||||||
"Move nozzle along the last extrusion path when retracting to clean leaked "
|
"Move nozzle along the last extrusion path when retracting to clean leaked "
|
||||||
"material on nozzle. This can minimize blob when print new part after travel"
|
"material on nozzle. This can minimize blob when print new part after travel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Při retrakci přesuňte trysku podél poslední dráhy extruze, abyste "
|
"Při retrakci přesuňte trysku podél poslední dráhy extruze, abyste vyčistili "
|
||||||
"vyčistili uniklý materiál na trysce. To může minimalizovat skvrny při tisku "
|
"uniklý materiál na trysce. To může minimalizovat skvrny při tisku nového "
|
||||||
"nového dílu po cestě"
|
"dílu po cestě"
|
||||||
|
|
||||||
msgid "Wipe Distance"
|
msgid "Wipe Distance"
|
||||||
msgstr "Vzdálenost čištění"
|
msgstr "Vzdálenost čištění"
|
||||||
@@ -10777,10 +10775,10 @@ msgid ""
|
|||||||
"Wipe tower is only compatible with relative mode. It is always enabled on "
|
"Wipe tower is only compatible with relative mode. It is always enabled on "
|
||||||
"BambuLab printers. Default is checked"
|
"BambuLab printers. Default is checked"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Při použití volby \"label_objects\" se doporučuje relativní extruzi. "
|
"Při použití volby \"label_objects\" se doporučuje relativní extruzi. Některé "
|
||||||
"Některé extrudery fungují lépe, když je tato možnost odškrtnuta (režim "
|
"extrudery fungují lépe, když je tato možnost odškrtnuta (režim absolutní "
|
||||||
"absolutní extruze). Čistící věž je kompatibilní pouze s relativním "
|
"extruze). Čistící věž je kompatibilní pouze s relativním režimem. Na "
|
||||||
"režimem. Na tiskárnách BambuLab je vždy povolen. Výchozí je zaškrtnuto"
|
"tiskárnách BambuLab je vždy povolen. Výchozí je zaškrtnuto"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Classic wall generator produces walls with constant extrusion width and for "
|
"Classic wall generator produces walls with constant extrusion width and for "
|
||||||
@@ -12373,6 +12371,28 @@ msgstr ""
|
|||||||
"při tisku filamentu s nižší teplotou a vyšší teplotě uzavřeného prostoru. "
|
"při tisku filamentu s nižší teplotou a vyšší teplotě uzavřeného prostoru. "
|
||||||
"Další informace naleznete ve Wiki."
|
"Další informace naleznete ve Wiki."
|
||||||
|
|
||||||
|
#, c-format, boost-format
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "The 3mf's version %s is newer than %s's version %s, Found following keys "
|
||||||
|
#~ "unrecognized:"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Verze 3mf %s je novější než verze %s %s, byly nalezeny následující klíče "
|
||||||
|
#~ "nerozpoznaný:"
|
||||||
|
|
||||||
|
#~ msgid "You'd better upgrade your software.\n"
|
||||||
|
#~ msgstr "Měli byste aktualizovat software.\n"
|
||||||
|
|
||||||
|
#~ msgid "Newer 3mf version"
|
||||||
|
#~ msgstr "Novější verze 3mf"
|
||||||
|
|
||||||
|
#, c-format, boost-format
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "The 3mf's version %s is newer than %s's version %s, Suggest to upgrade "
|
||||||
|
#~ "your software."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Verze %s zařízení 3mf je novější než verze %s %s, navrhněte upgrade "
|
||||||
|
#~ "vašeho software."
|
||||||
|
|
||||||
#~ msgid "Embeded"
|
#~ msgid "Embeded"
|
||||||
#~ msgstr "Vloženo"
|
#~ msgstr "Vloženo"
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Orca Slicer\n"
|
"Project-Id-Version: Orca Slicer\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-11-10 11:25+0100\n"
|
"POT-Creation-Date: 2023-12-02 01:44+0800\n"
|
||||||
"PO-Revision-Date: \n"
|
"PO-Revision-Date: \n"
|
||||||
"Last-Translator: Heiko Liebscher <hliebschergmail.com>\n"
|
"Last-Translator: Heiko Liebscher <hliebschergmail.com>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
@@ -3223,7 +3223,7 @@ msgstr "Volumen:"
|
|||||||
msgid "Size:"
|
msgid "Size:"
|
||||||
msgstr "Größe:"
|
msgstr "Größe:"
|
||||||
|
|
||||||
#, boost-format
|
#, c-format, boost-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Conflicts of gcode paths have been found at layer %d, z = %.2lf mm. Please "
|
"Conflicts of gcode paths have been found at layer %d, z = %.2lf mm. Please "
|
||||||
"separate the conflicted objects farther (%s <-> %s)."
|
"separate the conflicted objects farther (%s <-> %s)."
|
||||||
@@ -4711,28 +4711,6 @@ msgstr ""
|
|||||||
"Die 3mf wurde mit einer alten Version von OrcaSlicer generiert, lade nur die "
|
"Die 3mf wurde mit einer alten Version von OrcaSlicer generiert, lade nur die "
|
||||||
"Geometriedaten."
|
"Geometriedaten."
|
||||||
|
|
||||||
#, c-format, boost-format
|
|
||||||
msgid ""
|
|
||||||
"The 3mf's version %s is newer than %s's version %s, Found following keys "
|
|
||||||
"unrecognized:"
|
|
||||||
msgstr ""
|
|
||||||
"Die Version %s von 3mf ist neuer als die Version %s von %s, folgende "
|
|
||||||
"Schlüssel wurden nicht erkannt:"
|
|
||||||
|
|
||||||
msgid "You'd better upgrade your software.\n"
|
|
||||||
msgstr "Sie sollten Ihre Software aktualisieren.\n"
|
|
||||||
|
|
||||||
msgid "Newer 3mf version"
|
|
||||||
msgstr "Neuere 3mf-Version"
|
|
||||||
|
|
||||||
#, c-format, boost-format
|
|
||||||
msgid ""
|
|
||||||
"The 3mf's version %s is newer than %s's version %s, Suggest to upgrade your "
|
|
||||||
"software."
|
|
||||||
msgstr ""
|
|
||||||
"Die Version %s der 3mf ist neuer als die Version %s %s. Bitte Ihre Software "
|
|
||||||
"aktualisieren."
|
|
||||||
|
|
||||||
msgid "Invalid values found in the 3mf:"
|
msgid "Invalid values found in the 3mf:"
|
||||||
msgstr "Ungültige Werte in der 3MF-Datei gefunden:"
|
msgstr "Ungültige Werte in der 3MF-Datei gefunden:"
|
||||||
|
|
||||||
@@ -6064,13 +6042,13 @@ msgstr ""
|
|||||||
msgid ""
|
msgid ""
|
||||||
"When recording timelapse without toolhead, it is recommended to add a "
|
"When recording timelapse without toolhead, it is recommended to add a "
|
||||||
"\"Timelapse Wipe Tower\" \n"
|
"\"Timelapse Wipe Tower\" \n"
|
||||||
"by right-click the empty position of build plate and choose \"Add "
|
"by right-click the empty position of build plate and choose \"Add Primitive"
|
||||||
"Primitive\"->\"Timelapse Wipe Tower\"."
|
"\"->\"Timelapse Wipe Tower\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Wenn Sie einen Zeitraffer ohne Werkzeugkopf aufnehmen, wird empfohlen, einen "
|
"Wenn Sie einen Zeitraffer ohne Werkzeugkopf aufnehmen, wird empfohlen, einen "
|
||||||
"\"Timelapse Wischturm\" hinzuzufügen, indem Sie mit der rechten Maustaste "
|
"\"Timelapse Wischturm\" hinzuzufügen, indem Sie mit der rechten Maustaste "
|
||||||
"auf die leere Position der Bauplatte klicken und \"Primitiv hinzufügen\"-"
|
"auf die leere Position der Bauplatte klicken und \"Primitiv hinzufügen\"->"
|
||||||
">\"Timelapse Wischturm\" wählen."
|
"\"Timelapse Wischturm\" wählen."
|
||||||
|
|
||||||
msgid "Line width"
|
msgid "Line width"
|
||||||
msgstr "Breite der Linie"
|
msgstr "Breite der Linie"
|
||||||
@@ -7913,6 +7891,15 @@ msgstr ""
|
|||||||
"Verringern Sie diesen Wert geringfügig (z. B. 0,9), um die Materialmenge für "
|
"Verringern Sie diesen Wert geringfügig (z. B. 0,9), um die Materialmenge für "
|
||||||
"die Brücke zu verringern und den Durchhang zu minimieren"
|
"die Brücke zu verringern und den Durchhang zu minimieren"
|
||||||
|
|
||||||
|
msgid "Internal bridge flow"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid ""
|
||||||
|
"This value governs the thickness of the internal bridge layer. This is the "
|
||||||
|
"first layer over sparse infill. Decrease this value slightly (for example "
|
||||||
|
"0.9) to improve surface quality over sparse infill."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Top surface flow ratio"
|
msgid "Top surface flow ratio"
|
||||||
msgstr "Durchflussverhältnis obere Fläche"
|
msgstr "Durchflussverhältnis obere Fläche"
|
||||||
|
|
||||||
@@ -8250,6 +8237,15 @@ msgstr ""
|
|||||||
"Wenn deaktiviert, sehen Brücken besser aus, sind aber nur für kürzere "
|
"Wenn deaktiviert, sehen Brücken besser aus, sind aber nur für kürzere "
|
||||||
"Entfernungen zuverlässig."
|
"Entfernungen zuverlässig."
|
||||||
|
|
||||||
|
msgid "Thick internal bridges"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid ""
|
||||||
|
"If enabled, thick internal bridges will be used. It's usually recommended to "
|
||||||
|
"have this feature turned on. However, consider turning it off if you are "
|
||||||
|
"using large nozzles."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Max bridge length"
|
msgid "Max bridge length"
|
||||||
msgstr "Max Überbrückungslänge"
|
msgstr "Max Überbrückungslänge"
|
||||||
|
|
||||||
@@ -9031,13 +9027,13 @@ msgstr "Volle Lüfterdrehzahl ab Schicht"
|
|||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Fan speed will be ramped up linearly from zero at layer "
|
"Fan speed will be ramped up linearly from zero at layer "
|
||||||
"\"close_fan_the_first_x_layers\" to maximum at layer "
|
"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer"
|
||||||
"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower "
|
"\". \"full_fan_speed_layer\" will be ignored if lower than "
|
||||||
"than \"close_fan_the_first_x_layers\", in which case the fan will be running "
|
"\"close_fan_the_first_x_layers\", in which case the fan will be running at "
|
||||||
"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1."
|
"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Die Lüftergeschwindigkeit wird linear von Null bei der "
|
"Die Lüftergeschwindigkeit wird linear von Null bei der Schicht"
|
||||||
"Schicht\"close_fan_the_first_x_layers\" auf das Maximum 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, "
|
"\"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 "
|
"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 "
|
"läuft der Lüfter bei Schicht \"close_fan_the_first_x_layers\"+ 1 mit maximal "
|
||||||
@@ -12730,6 +12726,28 @@ msgstr ""
|
|||||||
"höherer Gehäusetemperatur verringern. Weitere Informationen dazu finden Sie "
|
"höherer Gehäusetemperatur verringern. Weitere Informationen dazu finden Sie "
|
||||||
"in der Wiki."
|
"in der Wiki."
|
||||||
|
|
||||||
|
#, c-format, boost-format
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "The 3mf's version %s is newer than %s's version %s, Found following keys "
|
||||||
|
#~ "unrecognized:"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Die Version %s von 3mf ist neuer als die Version %s von %s, folgende "
|
||||||
|
#~ "Schlüssel wurden nicht erkannt:"
|
||||||
|
|
||||||
|
#~ msgid "You'd better upgrade your software.\n"
|
||||||
|
#~ msgstr "Sie sollten Ihre Software aktualisieren.\n"
|
||||||
|
|
||||||
|
#~ msgid "Newer 3mf version"
|
||||||
|
#~ msgstr "Neuere 3mf-Version"
|
||||||
|
|
||||||
|
#, c-format, boost-format
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "The 3mf's version %s is newer than %s's version %s, Suggest to upgrade "
|
||||||
|
#~ "your software."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Die Version %s der 3mf ist neuer als die Version %s %s. Bitte Ihre "
|
||||||
|
#~ "Software aktualisieren."
|
||||||
|
|
||||||
#~ msgid "Embeded"
|
#~ msgid "Embeded"
|
||||||
#~ msgstr "Eingebettet"
|
#~ msgstr "Eingebettet"
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Orca Slicer\n"
|
"Project-Id-Version: Orca Slicer\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
"POT-Creation-Date: 2023-12-02 01:44+0800\n"
|
||||||
"PO-Revision-Date: \n"
|
"PO-Revision-Date: \n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
@@ -11,7 +11,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n==1) ? 0 : 1;\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"
|
msgid "Supports Painting"
|
||||||
msgstr "Support Painting"
|
msgstr "Support Painting"
|
||||||
@@ -4080,7 +4080,7 @@ msgid "Upload failed\n"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "obtaining instance_id failed\n"
|
msgid "obtaining instance_id failed\n"
|
||||||
msgstr ""
|
msgstr "Obtaining instance_id failed\n"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your comment result cannot be uploaded due to some reasons. As follows:\n"
|
"Your comment result cannot be uploaded due to some reasons. As follows:\n"
|
||||||
@@ -4519,28 +4519,6 @@ msgstr "The Config cannot be loaded."
|
|||||||
msgid "The 3mf is generated by old Orca Slicer, load geometry data only."
|
msgid "The 3mf is generated by old Orca Slicer, load geometry data only."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, c-format, boost-format
|
|
||||||
msgid ""
|
|
||||||
"The 3mf's version %s is newer than %s's version %s, Found following keys "
|
|
||||||
"unrecognized:"
|
|
||||||
msgstr ""
|
|
||||||
"The 3mf's version %s is newer than %s's version %s, Found following keys "
|
|
||||||
"unrecognized:"
|
|
||||||
|
|
||||||
msgid "You'd better upgrade your software.\n"
|
|
||||||
msgstr "You should update your software.\n"
|
|
||||||
|
|
||||||
msgid "Newer 3mf version"
|
|
||||||
msgstr "Newer 3mf version"
|
|
||||||
|
|
||||||
#, c-format, boost-format
|
|
||||||
msgid ""
|
|
||||||
"The 3mf's version %s is newer than %s's version %s, Suggest to upgrade your "
|
|
||||||
"software."
|
|
||||||
msgstr ""
|
|
||||||
"The 3mf's version %s is newer than %s's version %s, Suggest to upgrade your "
|
|
||||||
"software."
|
|
||||||
|
|
||||||
msgid "Invalid values found in the 3mf:"
|
msgid "Invalid values found in the 3mf:"
|
||||||
msgstr "Invalid values found in the 3mf:"
|
msgstr "Invalid values found in the 3mf:"
|
||||||
|
|
||||||
@@ -4660,7 +4638,7 @@ msgid "Please select a file"
|
|||||||
msgstr "Please select a file"
|
msgstr "Please select a file"
|
||||||
|
|
||||||
msgid "Do you want to replace it"
|
msgid "Do you want to replace it"
|
||||||
msgstr ""
|
msgstr "Do you want to replace it?"
|
||||||
|
|
||||||
msgid "Message"
|
msgid "Message"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -7568,6 +7546,15 @@ msgstr ""
|
|||||||
"Decrease this value slightly (for example 0.9) to reduce the amount of "
|
"Decrease this value slightly (for example 0.9) to reduce the amount of "
|
||||||
"material extruded for bridges to avoid sagging."
|
"material extruded for bridges to avoid sagging."
|
||||||
|
|
||||||
|
msgid "Internal bridge flow"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid ""
|
||||||
|
"This value governs the thickness of the internal bridge layer. This is the "
|
||||||
|
"first layer over sparse infill. Decrease this value slightly (for example "
|
||||||
|
"0.9) to improve surface quality over sparse infill."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Top surface flow ratio"
|
msgid "Top surface flow ratio"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -7863,6 +7850,15 @@ msgstr ""
|
|||||||
"may look worse. If disabled, bridges look better but are reliable only for "
|
"may look worse. If disabled, bridges look better but are reliable only for "
|
||||||
"shorter distances."
|
"shorter distances."
|
||||||
|
|
||||||
|
msgid "Thick internal bridges"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid ""
|
||||||
|
"If enabled, thick internal bridges will be used. It's usually recommended to "
|
||||||
|
"have this feature turned on. However, consider turning it off if you are "
|
||||||
|
"using large nozzles."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Max bridge length"
|
msgid "Max bridge length"
|
||||||
msgstr "Max bridge length"
|
msgstr "Max bridge length"
|
||||||
|
|
||||||
@@ -9716,21 +9712,21 @@ msgid ""
|
|||||||
"normal(manual) or tree(manual) is selected, only support enforcers are "
|
"normal(manual) or tree(manual) is selected, only support enforcers are "
|
||||||
"generated"
|
"generated"
|
||||||
msgstr ""
|
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 "
|
"normal(manual) or tree(manual) is selected, only support enforcers are "
|
||||||
"generated"
|
"generated"
|
||||||
|
|
||||||
msgid "normal(auto)"
|
msgid "normal(auto)"
|
||||||
msgstr "normal(auto)"
|
msgstr "Normal(auto)"
|
||||||
|
|
||||||
msgid "tree(auto)"
|
msgid "tree(auto)"
|
||||||
msgstr "tree(auto)"
|
msgstr "Tree(auto)"
|
||||||
|
|
||||||
msgid "normal(manual)"
|
msgid "normal(manual)"
|
||||||
msgstr "normal(manual)"
|
msgstr "Normal(manual)"
|
||||||
|
|
||||||
msgid "tree(manual)"
|
msgid "tree(manual)"
|
||||||
msgstr "tree(manual)"
|
msgstr "Tree(manual)"
|
||||||
|
|
||||||
msgid "Support/object xy distance"
|
msgid "Support/object xy distance"
|
||||||
msgstr "Support/object xy distance"
|
msgstr "Support/object xy distance"
|
||||||
@@ -11718,6 +11714,28 @@ msgid ""
|
|||||||
"temperature. More info about this in the Wiki."
|
"temperature. More info about this in the Wiki."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, c-format, boost-format
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "The 3mf's version %s is newer than %s's version %s, Found following keys "
|
||||||
|
#~ "unrecognized:"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "The 3mf's version %s is newer than %s's version %s, Found following keys "
|
||||||
|
#~ "unrecognized:"
|
||||||
|
|
||||||
|
#~ msgid "You'd better upgrade your software.\n"
|
||||||
|
#~ msgstr "You should update your software.\n"
|
||||||
|
|
||||||
|
#~ msgid "Newer 3mf version"
|
||||||
|
#~ msgstr "Newer 3mf version"
|
||||||
|
|
||||||
|
#, c-format, boost-format
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "The 3mf's version %s is newer than %s's version %s, Suggest to upgrade "
|
||||||
|
#~ "your software."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "The 3mf's version %s is newer than %s's version %s, Suggest to upgrade "
|
||||||
|
#~ "your software."
|
||||||
|
|
||||||
#~ msgid "Embeded"
|
#~ msgid "Embeded"
|
||||||
#~ msgstr "Embedded"
|
#~ msgstr "Embedded"
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Orca Slicer\n"
|
"Project-Id-Version: Orca Slicer\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
"POT-Creation-Date: 2023-12-02 01:44+0800\n"
|
||||||
"PO-Revision-Date: \n"
|
"PO-Revision-Date: \n"
|
||||||
"Last-Translator: Carlos Fco. Caruncho Serrano <puzzlero@gmail.com>\n"
|
"Last-Translator: Carlos Fco. Caruncho Serrano <puzzlero@gmail.com>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
@@ -254,7 +254,7 @@ msgid "%"
|
|||||||
msgstr "%"
|
msgstr "%"
|
||||||
|
|
||||||
msgid "uniform scale"
|
msgid "uniform scale"
|
||||||
msgstr "escala uniforme"
|
msgstr "Escala uniforme"
|
||||||
|
|
||||||
msgid "Left click"
|
msgid "Left click"
|
||||||
msgstr "Click izquierdo"
|
msgstr "Click izquierdo"
|
||||||
@@ -631,15 +631,13 @@ msgstr ""
|
|||||||
msgid "WebView2 Runtime"
|
msgid "WebView2 Runtime"
|
||||||
msgstr "Tiempo de ejecución de WebView2"
|
msgstr "Tiempo de ejecución de WebView2"
|
||||||
|
|
||||||
# msgid "OrcaSlicer configuration file may be corrupted and is not abled to be parsed.Please delete the file and try again."
|
|
||||||
# msgstr "Es posible que el archivo de configuración de OrcaSlicer esté dañado y no pueda ser procesado. Por favor, borre el archivo e inténtelo de nuevo."
|
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s\n"
|
"%s\n"
|
||||||
"Do you want to continue?"
|
"Do you want to continue?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"%s\n"
|
"%s\n"
|
||||||
"¿Quiere continuar?"
|
"¿Quieres continuar?"
|
||||||
|
|
||||||
msgid "Remember my choice"
|
msgid "Remember my choice"
|
||||||
msgstr "Recordar mi selección"
|
msgstr "Recordar mi selección"
|
||||||
@@ -667,6 +665,11 @@ msgid ""
|
|||||||
"Please note, application settings will be lost, but printer profiles will "
|
"Please note, application settings will be lost, but printer profiles will "
|
||||||
"not be affected."
|
"not be affected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"El archivo de configuración de OrcaSlicer puede estar dañado y no puede ser "
|
||||||
|
"analizado.\n"
|
||||||
|
"OrcaSlicer ha intentado recrear el archivo de configuración.\n"
|
||||||
|
"Tenga en cuenta que se perderán los ajustes de la aplicación, pero los "
|
||||||
|
"perfiles de impresora no se verán afectados."
|
||||||
|
|
||||||
msgid "Rebuild"
|
msgid "Rebuild"
|
||||||
msgstr "Reconstruir"
|
msgstr "Reconstruir"
|
||||||
@@ -839,10 +842,10 @@ msgid "Add modifier"
|
|||||||
msgstr "Añadir modificador"
|
msgstr "Añadir modificador"
|
||||||
|
|
||||||
msgid "Add support blocker"
|
msgid "Add support blocker"
|
||||||
msgstr "Añadir bloqueo soportes"
|
msgstr "Añadir bloqueo de soportes"
|
||||||
|
|
||||||
msgid "Add support enforcer"
|
msgid "Add support enforcer"
|
||||||
msgstr "Añadir forzado de soportes"
|
msgstr "Añadir refuerzo de soportes"
|
||||||
|
|
||||||
msgid "Select settings"
|
msgid "Select settings"
|
||||||
msgstr "Seleccione los ajustes"
|
msgstr "Seleccione los ajustes"
|
||||||
@@ -902,10 +905,10 @@ msgid "Set as individual objects"
|
|||||||
msgstr "Ajustar como objetos individuales"
|
msgstr "Ajustar como objetos individuales"
|
||||||
|
|
||||||
msgid "Fill bed with copies"
|
msgid "Fill bed with copies"
|
||||||
msgstr "Fill bed with copies"
|
msgstr "Llenar la cama de copias"
|
||||||
|
|
||||||
msgid "Fill the remaining area of bed with copies of the selected object"
|
msgid "Fill the remaining area of bed with copies of the selected object"
|
||||||
msgstr "Fill the remaining area of bed with copies of the selected object"
|
msgstr "Llena el resto del área de la cama con copias del objeto seleccionado"
|
||||||
|
|
||||||
msgid "Printable"
|
msgid "Printable"
|
||||||
msgstr "Imprimible"
|
msgstr "Imprimible"
|
||||||
@@ -963,7 +966,7 @@ msgid "Flush into objects' support"
|
|||||||
msgstr "Purgar en los soportes de objetos"
|
msgstr "Purgar en los soportes de objetos"
|
||||||
|
|
||||||
msgid "Edit in Parameter Table"
|
msgid "Edit in Parameter Table"
|
||||||
msgstr "Editar en la Tabla de Parámetro"
|
msgstr "Editar en la Tabla de Parámetros"
|
||||||
|
|
||||||
msgid "Convert from inch"
|
msgid "Convert from inch"
|
||||||
msgstr "Convertir desde pulgadas"
|
msgstr "Convertir desde pulgadas"
|
||||||
@@ -4667,28 +4670,6 @@ msgstr ""
|
|||||||
"El 3mf está generado por un Orca Slicer antiguo, cargar solo datos de "
|
"El 3mf está generado por un Orca Slicer antiguo, cargar solo datos de "
|
||||||
"geometría."
|
"geometría."
|
||||||
|
|
||||||
#, c-format, boost-format
|
|
||||||
msgid ""
|
|
||||||
"The 3mf's version %s is newer than %s's version %s, Found following keys "
|
|
||||||
"unrecognized:"
|
|
||||||
msgstr ""
|
|
||||||
"La versión de 3mf %s es más nueva que la versión de %s %s, encontradas las "
|
|
||||||
"siguientes llaves no reconocidas:"
|
|
||||||
|
|
||||||
msgid "You'd better upgrade your software.\n"
|
|
||||||
msgstr "Será mejor que actualices tu software.\n"
|
|
||||||
|
|
||||||
msgid "Newer 3mf version"
|
|
||||||
msgstr "Nueva versión 3mf"
|
|
||||||
|
|
||||||
#, c-format, boost-format
|
|
||||||
msgid ""
|
|
||||||
"The 3mf's version %s is newer than %s's version %s, Suggest to upgrade your "
|
|
||||||
"software."
|
|
||||||
msgstr ""
|
|
||||||
"La versión de 3mf %s es más nueva que la versión de %s %s, se sugiere "
|
|
||||||
"actualizar su sofware."
|
|
||||||
|
|
||||||
msgid "Invalid values found in the 3mf:"
|
msgid "Invalid values found in the 3mf:"
|
||||||
msgstr "Valores inválidos encontrados en el 3mf:"
|
msgstr "Valores inválidos encontrados en el 3mf:"
|
||||||
|
|
||||||
@@ -4813,7 +4794,7 @@ msgid "Please select a file"
|
|||||||
msgstr "Por favor, seleccione un archivo"
|
msgstr "Por favor, seleccione un archivo"
|
||||||
|
|
||||||
msgid "Do you want to replace it"
|
msgid "Do you want to replace it"
|
||||||
msgstr "¿Quiere reemplazarlo?"
|
msgstr "¿Desea reemplazarlo?"
|
||||||
|
|
||||||
msgid "Message"
|
msgid "Message"
|
||||||
msgstr "Mensaje"
|
msgstr "Mensaje"
|
||||||
@@ -5143,13 +5124,13 @@ msgid "Units"
|
|||||||
msgstr "Unidades"
|
msgstr "Unidades"
|
||||||
|
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr ""
|
msgstr "Página de Inicio"
|
||||||
|
|
||||||
msgid "Default Page"
|
msgid "Default Page"
|
||||||
msgstr ""
|
msgstr "Página por defecto"
|
||||||
|
|
||||||
msgid "Set the page opened on startup."
|
msgid "Set the page opened on startup."
|
||||||
msgstr ""
|
msgstr "Establece la página que se abre al inicio."
|
||||||
|
|
||||||
msgid "Zoom to mouse position"
|
msgid "Zoom to mouse position"
|
||||||
msgstr "Hacer zoom en la posición del ratón"
|
msgstr "Hacer zoom en la posición del ratón"
|
||||||
@@ -5166,14 +5147,14 @@ msgstr "Usar cámara libre"
|
|||||||
|
|
||||||
msgid "If enabled, use free camera. If not enabled, use constrained camera."
|
msgid "If enabled, use free camera. If not enabled, use constrained camera."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Si está activada, usa la cámara libre. Si no está activada, usa la cámara "
|
"Si está activada, utiliza la cámara libre. Si no está activada, utiliza la "
|
||||||
"restringida"
|
"cámara restringida."
|
||||||
|
|
||||||
msgid "Show splash screen"
|
msgid "Show splash screen"
|
||||||
msgstr ""
|
msgstr "Mostrar pantalla de inicio"
|
||||||
|
|
||||||
msgid "Show the splash screen during startup."
|
msgid "Show the splash screen during startup."
|
||||||
msgstr ""
|
msgstr "Muestra la página de bienvenida al iniciar."
|
||||||
|
|
||||||
msgid "Show \"Tip of the day\" notification after start"
|
msgid "Show \"Tip of the day\" notification after start"
|
||||||
msgstr "Mostrar la notificación \"Consejo del Día\" después de empezar"
|
msgstr "Mostrar la notificación \"Consejo del Día\" después de empezar"
|
||||||
@@ -6298,7 +6279,7 @@ msgid "Change filament G-code"
|
|||||||
msgstr "G-Code para el cambio de filamento"
|
msgstr "G-Code para el cambio de filamento"
|
||||||
|
|
||||||
msgid "Change extrusion role G-code"
|
msgid "Change extrusion role G-code"
|
||||||
msgstr ""
|
msgstr "Cambiar el rol de extrusión Código G"
|
||||||
|
|
||||||
msgid "Pause G-code"
|
msgid "Pause G-code"
|
||||||
msgstr "G-Code de pausa"
|
msgstr "G-Code de pausa"
|
||||||
@@ -7846,6 +7827,15 @@ msgstr ""
|
|||||||
"Disminuya este valor ligeramente (por ejemplo 0,9) para reducir la cantidad "
|
"Disminuya este valor ligeramente (por ejemplo 0,9) para reducir la cantidad "
|
||||||
"de material para el puente, para mejorar el hundimiento"
|
"de material para el puente, para mejorar el hundimiento"
|
||||||
|
|
||||||
|
msgid "Internal bridge flow"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid ""
|
||||||
|
"This value governs the thickness of the internal bridge layer. This is the "
|
||||||
|
"first layer over sparse infill. Decrease this value slightly (for example "
|
||||||
|
"0.9) to improve surface quality over sparse infill."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Top surface flow ratio"
|
msgid "Top surface flow ratio"
|
||||||
msgstr "Ratio de caudal en superficie superior"
|
msgstr "Ratio de caudal en superficie superior"
|
||||||
|
|
||||||
@@ -8184,6 +8174,15 @@ msgstr ""
|
|||||||
"más largas, pero pueden tener peor aspecto. Si están desactivados, los "
|
"más largas, pero pueden tener peor aspecto. Si están desactivados, los "
|
||||||
"puentes se ven mejor pero son fiables sólo para distancias más cortas."
|
"puentes se ven mejor pero son fiables sólo para distancias más cortas."
|
||||||
|
|
||||||
|
msgid "Thick internal bridges"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid ""
|
||||||
|
"If enabled, thick internal bridges will be used. It's usually recommended to "
|
||||||
|
"have this feature turned on. However, consider turning it off if you are "
|
||||||
|
"using large nozzles."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Max bridge length"
|
msgid "Max bridge length"
|
||||||
msgstr "Distancia máxima de puentes"
|
msgstr "Distancia máxima de puentes"
|
||||||
|
|
||||||
@@ -9188,14 +9187,14 @@ msgstr ""
|
|||||||
"Ajústelo a 0 para desactivarlo."
|
"Ajústelo a 0 para desactivarlo."
|
||||||
|
|
||||||
msgid "Time cost"
|
msgid "Time cost"
|
||||||
|
msgstr "Coste dinerario por hora"
|
||||||
|
|
||||||
|
msgid "The printer cost per hour"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"La cantidad de dinero que cuesta la impresión que vamos a realizar por hora. "
|
"La cantidad de dinero que cuesta la impresión que vamos a realizar por hora. "
|
||||||
"Podemos calcular el coste dependiendo de la potencia de la impresora, el "
|
"Podemos calcular el coste dependiendo de la potencia de la impresora, el "
|
||||||
"coste del filamento, etc."
|
"coste del filamento, etc."
|
||||||
|
|
||||||
msgid "The printer cost per hour"
|
|
||||||
msgstr "Coste por hora de la impresión"
|
|
||||||
|
|
||||||
msgid "money/h"
|
msgid "money/h"
|
||||||
msgstr "dinero/hora"
|
msgstr "dinero/hora"
|
||||||
|
|
||||||
@@ -10742,11 +10741,11 @@ msgid ""
|
|||||||
"This gcode is inserted when change filament, including T command to trigger "
|
"This gcode is inserted when change filament, including T command to trigger "
|
||||||
"tool change"
|
"tool change"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Este G-Code se inserta cuando se cambia de filamento, incluyendo el comando "
|
"Este gcode se inserta al cambiar de filamento, incluyendo el comando T para "
|
||||||
"T para activar el cambio de herramienta"
|
"activar el cambio de herramienta"
|
||||||
|
|
||||||
msgid "This gcode is inserted when the extrusion role is changed"
|
msgid "This gcode is inserted when the extrusion role is changed"
|
||||||
msgstr ""
|
msgstr "Este gcode se inserta cuando se cambia el rol de extrusión"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Line width for top surfaces. If expressed as a %, it will be computed over "
|
"Line width for top surfaces. If expressed as a %, it will be computed over "
|
||||||
@@ -12661,6 +12660,32 @@ msgstr ""
|
|||||||
"extrusor/hotend al imprimir filamento de baja temperatura con una "
|
"extrusor/hotend al imprimir filamento de baja temperatura con una "
|
||||||
"temperatura de carcasa más alta. Más información sobre esto en la Wiki."
|
"temperatura de carcasa más alta. Más información sobre esto en la Wiki."
|
||||||
|
|
||||||
|
#, c-format, boost-format
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "The 3mf's version %s is newer than %s's version %s, Found following keys "
|
||||||
|
#~ "unrecognized:"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "La versión de 3mf %s es más nueva que la versión de %s %s, encontradas "
|
||||||
|
#~ "las siguientes llaves no reconocidas:"
|
||||||
|
|
||||||
|
#~ msgid "You'd better upgrade your software.\n"
|
||||||
|
#~ msgstr "Será mejor que actualices tu software.\n"
|
||||||
|
|
||||||
|
#~ msgid "Newer 3mf version"
|
||||||
|
#~ msgstr "Nueva versión 3mf"
|
||||||
|
|
||||||
|
#, c-format, boost-format
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "The 3mf's version %s is newer than %s's version %s, Suggest to upgrade "
|
||||||
|
#~ "your software."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "La versión de 3mf %s es más nueva que la versión de %s %s, se sugiere "
|
||||||
|
#~ "actualizar su sofware."
|
||||||
|
|
||||||
|
#~ msgid "The minimum printing speed when slow down for cooling"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "La velocidad mínima de impresión cuando se ralentiza para el refrigeración"
|
||||||
|
|
||||||
#~ msgid "Embeded"
|
#~ msgid "Embeded"
|
||||||
#~ msgstr "Integrado"
|
#~ msgstr "Integrado"
|
||||||
|
|
||||||
@@ -12727,10 +12752,6 @@ msgstr ""
|
|||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "Paso 1: confirme que Bambu Studio y su impresora estén en la misma LAN."
|
#~ "Paso 1: confirme que Bambu Studio y su impresora estén en la misma LAN."
|
||||||
|
|
||||||
#~ msgid "The minimum printing speed when slow down for cooling"
|
|
||||||
#~ msgstr ""
|
|
||||||
#~ "La velocidad mínima de impresión cuando se ralentiza para el refrigeración"
|
|
||||||
|
|
||||||
#~ msgid "Empty layers around bottom are replaced by nearest normal layers."
|
#~ msgid "Empty layers around bottom are replaced by nearest normal layers."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "Las capas vacías del fondo se sustituyen por las capas normales más "
|
#~ "Las capas vacías del fondo se sustituyen por las capas normales más "
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Orca Slicer\n"
|
"Project-Id-Version: Orca Slicer\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
"POT-Creation-Date: 2023-12-02 01:44+0800\n"
|
||||||
"PO-Revision-Date: \n"
|
"PO-Revision-Date: \n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Guislain Cyril\n"
|
"Language-Team: Guislain Cyril\n"
|
||||||
@@ -4656,28 +4656,6 @@ msgstr ""
|
|||||||
"Le fichier 3mf a été généré par une ancienne version de Orca Slicer, "
|
"Le fichier 3mf a été généré par une ancienne version de Orca Slicer, "
|
||||||
"chargement des données de géométrie uniquement."
|
"chargement des données de géométrie uniquement."
|
||||||
|
|
||||||
#, c-format, boost-format
|
|
||||||
msgid ""
|
|
||||||
"The 3mf's version %s is newer than %s's version %s, Found following keys "
|
|
||||||
"unrecognized:"
|
|
||||||
msgstr ""
|
|
||||||
"La version %s de 3mf est plus récente que la version %s de %s, clés "
|
|
||||||
"suivantes non reconnues :"
|
|
||||||
|
|
||||||
msgid "You'd better upgrade your software.\n"
|
|
||||||
msgstr "Il est préférable de mettre à jour votre logiciel.\n"
|
|
||||||
|
|
||||||
msgid "Newer 3mf version"
|
|
||||||
msgstr "Nouvelle version 3mf"
|
|
||||||
|
|
||||||
#, c-format, boost-format
|
|
||||||
msgid ""
|
|
||||||
"The 3mf's version %s is newer than %s's version %s, Suggest to upgrade your "
|
|
||||||
"software."
|
|
||||||
msgstr ""
|
|
||||||
"La version %s de 3mf est plus récente que la version %s de %s, nous vous "
|
|
||||||
"suggérons de mettre à jour votre logiciel."
|
|
||||||
|
|
||||||
msgid "Invalid values found in the 3mf:"
|
msgid "Invalid values found in the 3mf:"
|
||||||
msgstr "Valeurs non valides trouvées dans le 3mf :"
|
msgstr "Valeurs non valides trouvées dans le 3mf :"
|
||||||
|
|
||||||
@@ -7853,6 +7831,15 @@ msgstr ""
|
|||||||
"Diminuez légèrement cette valeur (par exemple 0.9) pour réduire la quantité "
|
"Diminuez légèrement cette valeur (par exemple 0.9) pour réduire la quantité "
|
||||||
"de matériaux pour le pont, pour améliorer l'affaissement"
|
"de matériaux pour le pont, pour améliorer l'affaissement"
|
||||||
|
|
||||||
|
msgid "Internal bridge flow"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid ""
|
||||||
|
"This value governs the thickness of the internal bridge layer. This is the "
|
||||||
|
"first layer over sparse infill. Decrease this value slightly (for example "
|
||||||
|
"0.9) to improve surface quality over sparse infill."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Top surface flow ratio"
|
msgid "Top surface flow ratio"
|
||||||
msgstr "Débit des surfaces supérieures"
|
msgstr "Débit des surfaces supérieures"
|
||||||
|
|
||||||
@@ -8166,6 +8153,15 @@ msgstr ""
|
|||||||
"les ponts ont une meilleure apparence mais ne sont fiables que pour des "
|
"les ponts ont une meilleure apparence mais ne sont fiables que pour des "
|
||||||
"distances plus courtes."
|
"distances plus courtes."
|
||||||
|
|
||||||
|
msgid "Thick internal bridges"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid ""
|
||||||
|
"If enabled, thick internal bridges will be used. It's usually recommended to "
|
||||||
|
"have this feature turned on. However, consider turning it off if you are "
|
||||||
|
"using large nozzles."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Max bridge length"
|
msgid "Max bridge length"
|
||||||
msgstr "Longueur maximale des ponts"
|
msgstr "Longueur maximale des ponts"
|
||||||
|
|
||||||
@@ -12328,6 +12324,28 @@ msgid ""
|
|||||||
"temperature. More info about this in the Wiki."
|
"temperature. More info about this in the Wiki."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, c-format, boost-format
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "The 3mf's version %s is newer than %s's version %s, Found following keys "
|
||||||
|
#~ "unrecognized:"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "La version %s de 3mf est plus récente que la version %s de %s, clés "
|
||||||
|
#~ "suivantes non reconnues :"
|
||||||
|
|
||||||
|
#~ msgid "You'd better upgrade your software.\n"
|
||||||
|
#~ msgstr "Il est préférable de mettre à jour votre logiciel.\n"
|
||||||
|
|
||||||
|
#~ msgid "Newer 3mf version"
|
||||||
|
#~ msgstr "Nouvelle version 3mf"
|
||||||
|
|
||||||
|
#, c-format, boost-format
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "The 3mf's version %s is newer than %s's version %s, Suggest to upgrade "
|
||||||
|
#~ "your software."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "La version %s de 3mf est plus récente que la version %s de %s, nous vous "
|
||||||
|
#~ "suggérons de mettre à jour votre logiciel."
|
||||||
|
|
||||||
#~ msgid "Embeded"
|
#~ msgid "Embeded"
|
||||||
#~ msgstr "Intégré"
|
#~ msgstr "Intégré"
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Orca Slicer\n"
|
"Project-Id-Version: Orca Slicer\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
"POT-Creation-Date: 2023-12-02 01:44+0800\n"
|
||||||
"Language: hu\n"
|
"Language: hu\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@@ -4546,28 +4546,6 @@ msgstr "A konfiguráció nem tölthető be."
|
|||||||
msgid "The 3mf is generated by old Orca Slicer, load geometry data only."
|
msgid "The 3mf is generated by old Orca Slicer, load geometry data only."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, c-format, boost-format
|
|
||||||
msgid ""
|
|
||||||
"The 3mf's version %s is newer than %s's version %s, Found following keys "
|
|
||||||
"unrecognized:"
|
|
||||||
msgstr ""
|
|
||||||
"A 3mf fájl %s verziója újabb, mint a(z) %s verziója %s, a következő "
|
|
||||||
"ismeretlen kulcsokat találtuk:"
|
|
||||||
|
|
||||||
msgid "You'd better upgrade your software.\n"
|
|
||||||
msgstr "Jobb lenne, ha frissítenéd a szoftvert.\n"
|
|
||||||
|
|
||||||
msgid "Newer 3mf version"
|
|
||||||
msgstr "Újabb 3mf verzió"
|
|
||||||
|
|
||||||
#, c-format, boost-format
|
|
||||||
msgid ""
|
|
||||||
"The 3mf's version %s is newer than %s's version %s, Suggest to upgrade your "
|
|
||||||
"software."
|
|
||||||
msgstr ""
|
|
||||||
"A 3mf fájl %s verziója újabb, mint a(z) %s verziója %s, javasolt a szoftver "
|
|
||||||
"frissítése."
|
|
||||||
|
|
||||||
msgid "Invalid values found in the 3mf:"
|
msgid "Invalid values found in the 3mf:"
|
||||||
msgstr "Invalid values found in the 3mf:"
|
msgstr "Invalid values found in the 3mf:"
|
||||||
|
|
||||||
@@ -7639,6 +7617,15 @@ msgstr ""
|
|||||||
"Csökkentsd kicsit ezt az értéket (például 0,9-re), hogy ezzel csökkentsd az "
|
"Csökkentsd kicsit ezt az értéket (például 0,9-re), hogy ezzel csökkentsd az "
|
||||||
"áthidaláshoz használt anyag mennyiségét, és a megereszkedést"
|
"áthidaláshoz használt anyag mennyiségét, és a megereszkedést"
|
||||||
|
|
||||||
|
msgid "Internal bridge flow"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid ""
|
||||||
|
"This value governs the thickness of the internal bridge layer. This is the "
|
||||||
|
"first layer over sparse infill. Decrease this value slightly (for example "
|
||||||
|
"0.9) to improve surface quality over sparse infill."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Top surface flow ratio"
|
msgid "Top surface flow ratio"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -7933,6 +7920,15 @@ msgstr ""
|
|||||||
"Ha ki van kapcsolva, az áthidalások jobban néznek ki, de csak a rövidebb "
|
"Ha ki van kapcsolva, az áthidalások jobban néznek ki, de csak a rövidebb "
|
||||||
"áthidalt távolságokon megbízhatóak."
|
"áthidalt távolságokon megbízhatóak."
|
||||||
|
|
||||||
|
msgid "Thick internal bridges"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid ""
|
||||||
|
"If enabled, thick internal bridges will be used. It's usually recommended to "
|
||||||
|
"have this feature turned on. However, consider turning it off if you are "
|
||||||
|
"using large nozzles."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Max bridge length"
|
msgid "Max bridge length"
|
||||||
msgstr "Maximum áthidalás hossza"
|
msgstr "Maximum áthidalás hossza"
|
||||||
|
|
||||||
@@ -11884,6 +11880,28 @@ msgid ""
|
|||||||
"temperature. More info about this in the Wiki."
|
"temperature. More info about this in the Wiki."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, c-format, boost-format
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "The 3mf's version %s is newer than %s's version %s, Found following keys "
|
||||||
|
#~ "unrecognized:"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "A 3mf fájl %s verziója újabb, mint a(z) %s verziója %s, a következő "
|
||||||
|
#~ "ismeretlen kulcsokat találtuk:"
|
||||||
|
|
||||||
|
#~ msgid "You'd better upgrade your software.\n"
|
||||||
|
#~ msgstr "Jobb lenne, ha frissítenéd a szoftvert.\n"
|
||||||
|
|
||||||
|
#~ msgid "Newer 3mf version"
|
||||||
|
#~ msgstr "Újabb 3mf verzió"
|
||||||
|
|
||||||
|
#, c-format, boost-format
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "The 3mf's version %s is newer than %s's version %s, Suggest to upgrade "
|
||||||
|
#~ "your software."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "A 3mf fájl %s verziója újabb, mint a(z) %s verziója %s, javasolt a "
|
||||||
|
#~ "szoftver frissítése."
|
||||||
|
|
||||||
#~ msgid "Embeded"
|
#~ msgid "Embeded"
|
||||||
#~ msgstr "Embedded"
|
#~ msgstr "Embedded"
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Orca Slicer\n"
|
"Project-Id-Version: Orca Slicer\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
"POT-Creation-Date: 2023-12-02 01:44+0800\n"
|
||||||
"PO-Revision-Date: \n"
|
"PO-Revision-Date: \n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
@@ -4443,27 +4443,6 @@ msgstr ""
|
|||||||
"3mfは古いバージョンのOrca Slicerで作成されています、ジオメトリーデータのみ読"
|
"3mfは古いバージョンのOrca Slicerで作成されています、ジオメトリーデータのみ読"
|
||||||
"込みます。"
|
"込みます。"
|
||||||
|
|
||||||
#, c-format, boost-format
|
|
||||||
msgid ""
|
|
||||||
"The 3mf's version %s is newer than %s's version %s, Found following keys "
|
|
||||||
"unrecognized:"
|
|
||||||
msgstr ""
|
|
||||||
"3mfのバージョン %s は %sのバージョン %sより新しい為、下記のキーを認識できませ"
|
|
||||||
"ん"
|
|
||||||
|
|
||||||
msgid "You'd better upgrade your software.\n"
|
|
||||||
msgstr "ソフトウェアをアップデートする必要があります。\n"
|
|
||||||
|
|
||||||
msgid "Newer 3mf version"
|
|
||||||
msgstr "新3mfバージョン"
|
|
||||||
|
|
||||||
#, c-format, boost-format
|
|
||||||
msgid ""
|
|
||||||
"The 3mf's version %s is newer than %s's version %s, Suggest to upgrade your "
|
|
||||||
"software."
|
|
||||||
msgstr ""
|
|
||||||
"3mfのバージョン%sは%sの%sより新しい為、ソフトウェアを更新してください。"
|
|
||||||
|
|
||||||
msgid "Invalid values found in the 3mf:"
|
msgid "Invalid values found in the 3mf:"
|
||||||
msgstr "Invalid values found in the 3mf:"
|
msgstr "Invalid values found in the 3mf:"
|
||||||
|
|
||||||
@@ -7399,6 +7378,15 @@ msgstr ""
|
|||||||
"この値を少し (例えば 0.9) 小さくし、ブリッジ用に押出し量を減らし、たるみを防"
|
"この値を少し (例えば 0.9) 小さくし、ブリッジ用に押出し量を減らし、たるみを防"
|
||||||
"ぎます。"
|
"ぎます。"
|
||||||
|
|
||||||
|
msgid "Internal bridge flow"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid ""
|
||||||
|
"This value governs the thickness of the internal bridge layer. This is the "
|
||||||
|
"first layer over sparse infill. Decrease this value slightly (for example "
|
||||||
|
"0.9) to improve surface quality over sparse infill."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Top surface flow ratio"
|
msgid "Top surface flow ratio"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -7683,6 +7671,15 @@ msgstr ""
|
|||||||
"有効になる場合、より長いブリッジを造形できますが、仕上がりが劣る可能性があり"
|
"有効になる場合、より長いブリッジを造形できますが、仕上がりが劣る可能性があり"
|
||||||
"ます。"
|
"ます。"
|
||||||
|
|
||||||
|
msgid "Thick internal bridges"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid ""
|
||||||
|
"If enabled, thick internal bridges will be used. It's usually recommended to "
|
||||||
|
"have this feature turned on. However, consider turning it off if you are "
|
||||||
|
"using large nozzles."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Max bridge length"
|
msgid "Max bridge length"
|
||||||
msgstr "最大ブリッジ長さ"
|
msgstr "最大ブリッジ長さ"
|
||||||
|
|
||||||
@@ -11486,6 +11483,27 @@ msgid ""
|
|||||||
"temperature. More info about this in the Wiki."
|
"temperature. More info about this in the Wiki."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, c-format, boost-format
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "The 3mf's version %s is newer than %s's version %s, Found following keys "
|
||||||
|
#~ "unrecognized:"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "3mfのバージョン %s は %sのバージョン %sより新しい為、下記のキーを認識でき"
|
||||||
|
#~ "ません"
|
||||||
|
|
||||||
|
#~ msgid "You'd better upgrade your software.\n"
|
||||||
|
#~ msgstr "ソフトウェアをアップデートする必要があります。\n"
|
||||||
|
|
||||||
|
#~ msgid "Newer 3mf version"
|
||||||
|
#~ msgstr "新3mfバージョン"
|
||||||
|
|
||||||
|
#, c-format, boost-format
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "The 3mf's version %s is newer than %s's version %s, Suggest to upgrade "
|
||||||
|
#~ "your software."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "3mfのバージョン%sは%sの%sより新しい為、ソフトウェアを更新してください。"
|
||||||
|
|
||||||
#~ msgid "Embeded"
|
#~ msgid "Embeded"
|
||||||
#~ msgstr "Embedded"
|
#~ msgstr "Embedded"
|
||||||
|
|
||||||
|
|||||||
@@ -7,9 +7,10 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Orca Slicer\n"
|
"Project-Id-Version: Orca Slicer\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
"POT-Creation-Date: 2023-12-02 01:44+0800\n"
|
||||||
"PO-Revision-Date: 2023-10-26 16:47+0900\n"
|
"PO-Revision-Date: 2023-11-14 11:26+0900\n"
|
||||||
"Last-Translator: Hotsolidinfill\n"
|
"Last-Translator: Hotsolidinfill <138652683+Hotsolidinfill@users.noreply."
|
||||||
|
"github.com>, crwusiz <crwusiz@naver.com>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
"Language: ko_KR\n"
|
"Language: ko_KR\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -653,6 +654,9 @@ msgid ""
|
|||||||
"Please note, application settings will be lost, but printer profiles will "
|
"Please note, application settings will be lost, but printer profiles will "
|
||||||
"not be affected."
|
"not be affected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"OrcaSlicer 구성 파일이 손상되어 구문을 분석할 수 없습니다.\n"
|
||||||
|
"OrcaSlicer가 구성 파일을 다시 생성하려고 시도했습니다.\n"
|
||||||
|
"응용 프로그램 설정은 손실되지만 프린터 프로필은 영향을 받지 않습니다."
|
||||||
|
|
||||||
msgid "Rebuild"
|
msgid "Rebuild"
|
||||||
msgstr "재빌드"
|
msgstr "재빌드"
|
||||||
@@ -4541,28 +4545,6 @@ msgstr "구성을 로드할 수 없습니다."
|
|||||||
msgid "The 3mf is generated by old Orca Slicer, load geometry data only."
|
msgid "The 3mf is generated by old Orca Slicer, load geometry data only."
|
||||||
msgstr "이 3mf는 이전 Orca Slicer에서 생성되었으며, 형상 데이터만 로드합니다."
|
msgstr "이 3mf는 이전 Orca Slicer에서 생성되었으며, 형상 데이터만 로드합니다."
|
||||||
|
|
||||||
#, c-format, boost-format
|
|
||||||
msgid ""
|
|
||||||
"The 3mf's version %s is newer than %s's version %s, Found following keys "
|
|
||||||
"unrecognized:"
|
|
||||||
msgstr ""
|
|
||||||
"3mf의 버전 %s이(가) %s의 버전 %s보다 최신입니다. 인식할 수 없는 다음 키를 찾"
|
|
||||||
"았습니다:"
|
|
||||||
|
|
||||||
msgid "You'd better upgrade your software.\n"
|
|
||||||
msgstr "소프트웨어를 업그레이드하는 것이 좋습니다.\n"
|
|
||||||
|
|
||||||
msgid "Newer 3mf version"
|
|
||||||
msgstr "최신 3mf 버전"
|
|
||||||
|
|
||||||
#, c-format, boost-format
|
|
||||||
msgid ""
|
|
||||||
"The 3mf's version %s is newer than %s's version %s, Suggest to upgrade your "
|
|
||||||
"software."
|
|
||||||
msgstr ""
|
|
||||||
"3mf의 %s 버전이 %s의 %s 버전보다 최신입니다. 소프트웨어를 업그레이드 하십시"
|
|
||||||
"오."
|
|
||||||
|
|
||||||
msgid "Invalid values found in the 3mf:"
|
msgid "Invalid values found in the 3mf:"
|
||||||
msgstr "3mf에서 잘못된 값이 발견됨:"
|
msgstr "3mf에서 잘못된 값이 발견됨:"
|
||||||
|
|
||||||
@@ -4998,13 +4980,13 @@ msgid "Units"
|
|||||||
msgstr "단위"
|
msgstr "단위"
|
||||||
|
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr ""
|
msgstr "홈"
|
||||||
|
|
||||||
msgid "Default Page"
|
msgid "Default Page"
|
||||||
msgstr ""
|
msgstr "기본 페이지"
|
||||||
|
|
||||||
msgid "Set the page opened on startup."
|
msgid "Set the page opened on startup."
|
||||||
msgstr ""
|
msgstr "시작 시 열리는 페이지를 설정합니다."
|
||||||
|
|
||||||
msgid "Zoom to mouse position"
|
msgid "Zoom to mouse position"
|
||||||
msgstr "마우스 위치로 확대"
|
msgstr "마우스 위치로 확대"
|
||||||
@@ -5023,10 +5005,10 @@ msgstr ""
|
|||||||
"카메라 앵글을 사용합니다."
|
"카메라 앵글을 사용합니다."
|
||||||
|
|
||||||
msgid "Show splash screen"
|
msgid "Show splash screen"
|
||||||
msgstr ""
|
msgstr "스플래시 화면 표시"
|
||||||
|
|
||||||
msgid "Show the splash screen during startup."
|
msgid "Show the splash screen during startup."
|
||||||
msgstr ""
|
msgstr "시작하는 동안 스플래시 화면을 표시합니다."
|
||||||
|
|
||||||
msgid "Show \"Tip of the day\" notification after start"
|
msgid "Show \"Tip of the day\" notification after start"
|
||||||
msgstr "시작 후 \"오늘의 팁\" 알림 표시"
|
msgstr "시작 후 \"오늘의 팁\" 알림 표시"
|
||||||
@@ -6094,7 +6076,7 @@ msgid "Change filament G-code"
|
|||||||
msgstr "필라멘트 교체 G코드"
|
msgstr "필라멘트 교체 G코드"
|
||||||
|
|
||||||
msgid "Change extrusion role G-code"
|
msgid "Change extrusion role G-code"
|
||||||
msgstr ""
|
msgstr "압출 역할 G코드 변경"
|
||||||
|
|
||||||
msgid "Pause G-code"
|
msgid "Pause G-code"
|
||||||
msgstr "일시정지 G코드"
|
msgstr "일시정지 G코드"
|
||||||
@@ -7579,6 +7561,15 @@ msgid ""
|
|||||||
"material for bridge, to improve sag"
|
"material for bridge, to improve sag"
|
||||||
msgstr "이 값을 약간(예: 0.9) 줄여 다리의 압출량을 줄여 처짐을 개선합니다"
|
msgstr "이 값을 약간(예: 0.9) 줄여 다리의 압출량을 줄여 처짐을 개선합니다"
|
||||||
|
|
||||||
|
msgid "Internal bridge flow"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid ""
|
||||||
|
"This value governs the thickness of the internal bridge layer. This is the "
|
||||||
|
"first layer over sparse infill. Decrease this value slightly (for example "
|
||||||
|
"0.9) to improve surface quality over sparse infill."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Top surface flow ratio"
|
msgid "Top surface flow ratio"
|
||||||
msgstr "상단 표면 유량 비율"
|
msgstr "상단 표면 유량 비율"
|
||||||
|
|
||||||
@@ -7698,7 +7689,7 @@ msgid "Enable this option to slow printing down for different overhang degree"
|
|||||||
msgstr "돌출부 정도에 따라 출력 속도를 낮추려면 이 옵션을 활성화합니다"
|
msgstr "돌출부 정도에 따라 출력 속도를 낮추려면 이 옵션을 활성화합니다"
|
||||||
|
|
||||||
msgid "Slow down for curled perimeters"
|
msgid "Slow down for curled perimeters"
|
||||||
msgstr "꺾여 있는 둘레에는 속도를 줄이세요"
|
msgstr "꺾여 있는 둘레에서 감속"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Enable this option to slow printing down in areas where potential curled "
|
"Enable this option to slow printing down in areas where potential curled "
|
||||||
@@ -7896,6 +7887,15 @@ msgstr ""
|
|||||||
"습니다. 비활성화하면 다리가 더 좋아 보이지만 짧은 브리지 거리에 대해서만 안정"
|
"습니다. 비활성화하면 다리가 더 좋아 보이지만 짧은 브리지 거리에 대해서만 안정"
|
||||||
"적입니다."
|
"적입니다."
|
||||||
|
|
||||||
|
msgid "Thick internal bridges"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid ""
|
||||||
|
"If enabled, thick internal bridges will be used. It's usually recommended to "
|
||||||
|
"have this feature turned on. However, consider turning it off if you are "
|
||||||
|
"using large nozzles."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Max bridge length"
|
msgid "Max bridge length"
|
||||||
msgstr "최대 다리 거리"
|
msgstr "최대 다리 거리"
|
||||||
|
|
||||||
@@ -9255,6 +9255,8 @@ msgid ""
|
|||||||
"cooling is enabled, when printing overhangs and when feature speeds are not "
|
"cooling is enabled, when printing overhangs and when feature speeds are not "
|
||||||
"specified explicitly."
|
"specified explicitly."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"보다 나은 레이어 냉각을 위해 속도를 늦출 때, 돌출부 출력 속도가 명시적으로 지"
|
||||||
|
"정되지 않은 경우 필라멘트의 최소 출력 속도가 활성화됩니다."
|
||||||
|
|
||||||
msgid "Nozzle diameter"
|
msgid "Nozzle diameter"
|
||||||
msgstr "노즐 직경"
|
msgstr "노즐 직경"
|
||||||
@@ -10288,7 +10290,7 @@ msgstr ""
|
|||||||
"니다"
|
"니다"
|
||||||
|
|
||||||
msgid "This gcode is inserted when the extrusion role is changed"
|
msgid "This gcode is inserted when the extrusion role is changed"
|
||||||
msgstr ""
|
msgstr "이 G코드는 압출 역할이 변경될 때 삽입됩니다."
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Line width for top surfaces. If expressed as a %, it will be computed over "
|
"Line width for top surfaces. If expressed as a %, it will be computed over "
|
||||||
@@ -12113,6 +12115,28 @@ msgstr ""
|
|||||||
"기/핫엔드가 막힐 가능성을 줄일 수 있습니다. 이에 대한 자세한 내용은 Wiki에서 "
|
"기/핫엔드가 막힐 가능성을 줄일 수 있습니다. 이에 대한 자세한 내용은 Wiki에서 "
|
||||||
"확인하세요."
|
"확인하세요."
|
||||||
|
|
||||||
|
#, c-format, boost-format
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "The 3mf's version %s is newer than %s's version %s, Found following keys "
|
||||||
|
#~ "unrecognized:"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "3mf의 버전 %s이(가) %s의 버전 %s보다 최신입니다. 인식할 수 없는 다음 키를 "
|
||||||
|
#~ "찾았습니다:"
|
||||||
|
|
||||||
|
#~ msgid "You'd better upgrade your software.\n"
|
||||||
|
#~ msgstr "소프트웨어를 업그레이드하는 것이 좋습니다.\n"
|
||||||
|
|
||||||
|
#~ msgid "Newer 3mf version"
|
||||||
|
#~ msgstr "최신 3mf 버전"
|
||||||
|
|
||||||
|
#, c-format, boost-format
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "The 3mf's version %s is newer than %s's version %s, Suggest to upgrade "
|
||||||
|
#~ "your software."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "3mf의 %s 버전이 %s의 %s 버전보다 최신입니다. 소프트웨어를 업그레이드 하십"
|
||||||
|
#~ "시오."
|
||||||
|
|
||||||
#~ msgid "Embeded"
|
#~ msgid "Embeded"
|
||||||
#~ msgstr "매입"
|
#~ msgstr "매입"
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Orca Slicer\n"
|
"Project-Id-Version: Orca Slicer\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
"POT-Creation-Date: 2023-12-02 01:44+0800\n"
|
||||||
"Language: nl\n"
|
"Language: nl\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@@ -4588,28 +4588,6 @@ msgstr "De configuratie kan niet worden geladen."
|
|||||||
msgid "The 3mf is generated by old Orca Slicer, load geometry data only."
|
msgid "The 3mf is generated by old Orca Slicer, load geometry data only."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, c-format, boost-format
|
|
||||||
msgid ""
|
|
||||||
"The 3mf's version %s is newer than %s's version %s, Found following keys "
|
|
||||||
"unrecognized:"
|
|
||||||
msgstr ""
|
|
||||||
"Versie %s van de 3mf is nieuwer dan versie %s van %s. De volgende sleutels "
|
|
||||||
"worden niet herkend:"
|
|
||||||
|
|
||||||
msgid "You'd better upgrade your software.\n"
|
|
||||||
msgstr "U dient de software te upgraden.\n"
|
|
||||||
|
|
||||||
msgid "Newer 3mf version"
|
|
||||||
msgstr "Nieuwere versie 3mf"
|
|
||||||
|
|
||||||
#, c-format, boost-format
|
|
||||||
msgid ""
|
|
||||||
"The 3mf's version %s is newer than %s's version %s, Suggest to upgrade your "
|
|
||||||
"software."
|
|
||||||
msgstr ""
|
|
||||||
"Versie %s van de 3mf is nieuwer dan versie %s van %s. Wij stellen voor om uw "
|
|
||||||
"software te upgraden."
|
|
||||||
|
|
||||||
msgid "Invalid values found in the 3mf:"
|
msgid "Invalid values found in the 3mf:"
|
||||||
msgstr "Invalid values found in the 3mf:"
|
msgstr "Invalid values found in the 3mf:"
|
||||||
|
|
||||||
@@ -7724,6 +7702,15 @@ msgstr ""
|
|||||||
"Verlaag deze waarde iets (bijvoorbeeld 0,9) om de hoeveelheid materiaal voor "
|
"Verlaag deze waarde iets (bijvoorbeeld 0,9) om de hoeveelheid materiaal voor "
|
||||||
"bruggen te verminderen, dit om doorzakken te voorkomen."
|
"bruggen te verminderen, dit om doorzakken te voorkomen."
|
||||||
|
|
||||||
|
msgid "Internal bridge flow"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid ""
|
||||||
|
"This value governs the thickness of the internal bridge layer. This is the "
|
||||||
|
"first layer over sparse infill. Decrease this value slightly (for example "
|
||||||
|
"0.9) to improve surface quality over sparse infill."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Top surface flow ratio"
|
msgid "Top surface flow ratio"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -8022,6 +8009,15 @@ msgstr ""
|
|||||||
"uitgeschakeld, zien bruggen er beter uit, maar zijn ze alleen betrouwbaar "
|
"uitgeschakeld, zien bruggen er beter uit, maar zijn ze alleen betrouwbaar "
|
||||||
"voor kortere afstanden."
|
"voor kortere afstanden."
|
||||||
|
|
||||||
|
msgid "Thick internal bridges"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid ""
|
||||||
|
"If enabled, thick internal bridges will be used. It's usually recommended to "
|
||||||
|
"have this feature turned on. However, consider turning it off if you are "
|
||||||
|
"using large nozzles."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Max bridge length"
|
msgid "Max bridge length"
|
||||||
msgstr "Maximale bruglengte"
|
msgstr "Maximale bruglengte"
|
||||||
|
|
||||||
@@ -12002,6 +11998,28 @@ msgid ""
|
|||||||
"temperature. More info about this in the Wiki."
|
"temperature. More info about this in the Wiki."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, c-format, boost-format
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "The 3mf's version %s is newer than %s's version %s, Found following keys "
|
||||||
|
#~ "unrecognized:"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Versie %s van de 3mf is nieuwer dan versie %s van %s. De volgende "
|
||||||
|
#~ "sleutels worden niet herkend:"
|
||||||
|
|
||||||
|
#~ msgid "You'd better upgrade your software.\n"
|
||||||
|
#~ msgstr "U dient de software te upgraden.\n"
|
||||||
|
|
||||||
|
#~ msgid "Newer 3mf version"
|
||||||
|
#~ msgstr "Nieuwere versie 3mf"
|
||||||
|
|
||||||
|
#, c-format, boost-format
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "The 3mf's version %s is newer than %s's version %s, Suggest to upgrade "
|
||||||
|
#~ "your software."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Versie %s van de 3mf is nieuwer dan versie %s van %s. Wij stellen voor om "
|
||||||
|
#~ "uw software te upgraden."
|
||||||
|
|
||||||
# Source and destination string both English but don't match!
|
# Source and destination string both English but don't match!
|
||||||
#~ msgid "Embeded"
|
#~ msgid "Embeded"
|
||||||
#~ msgstr "Embedded"
|
#~ msgstr "Embedded"
|
||||||
|
|||||||
@@ -5,10 +5,10 @@
|
|||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: OrcaSlicer V1.8.0 beta1\n"
|
"Project-Id-Version: OrcaSlicer V1.8.0 Official Release\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
"POT-Creation-Date: 2023-12-02 01:44+0800\n"
|
||||||
"PO-Revision-Date: 2023-10-31 14:13+0700\n"
|
"PO-Revision-Date: 2023-11-20 01:07+0700\n"
|
||||||
"Last-Translator: Andylg <andylg@yandex.ru>\n"
|
"Last-Translator: Andylg <andylg@yandex.ru>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
"Language: ru_RU\n"
|
"Language: ru_RU\n"
|
||||||
@@ -168,7 +168,9 @@ msgid "Triangle"
|
|||||||
msgstr "Треугольник"
|
msgstr "Треугольник"
|
||||||
|
|
||||||
msgid "Height Range"
|
msgid "Height Range"
|
||||||
msgstr "Диапазон высоты слоёв"
|
msgstr ""
|
||||||
|
"Диапазон \n"
|
||||||
|
"высоты слоёв"
|
||||||
|
|
||||||
# +++++++++++++++++++++
|
# +++++++++++++++++++++
|
||||||
msgid "Vertical"
|
msgid "Vertical"
|
||||||
@@ -661,6 +663,10 @@ msgid ""
|
|||||||
"Please note, application settings will be lost, but printer profiles will "
|
"Please note, application settings will be lost, but printer profiles will "
|
||||||
"not be affected."
|
"not be affected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Возможно, файл конфигурации OrcaSlicer повреждён и не может быть обработан.\n"
|
||||||
|
"OrcaSlicer попытался воссоздать файл конфигурации.\n"
|
||||||
|
"Обратите внимание, что настройки приложения будут потеряны, но профили "
|
||||||
|
"принтера не будут затронуты."
|
||||||
|
|
||||||
msgid "Rebuild"
|
msgid "Rebuild"
|
||||||
msgstr "Пересоздание"
|
msgstr "Пересоздание"
|
||||||
@@ -1338,7 +1344,7 @@ msgstr "Ремонт был отменён"
|
|||||||
|
|
||||||
# ???
|
# ???
|
||||||
msgid "Additional process preset"
|
msgid "Additional process preset"
|
||||||
msgstr "Дополнительная конфигурация процесса"
|
msgstr "Доп. настройки профиля процесса"
|
||||||
|
|
||||||
msgid "Remove parameter"
|
msgid "Remove parameter"
|
||||||
msgstr "Удалить параметр"
|
msgstr "Удалить параметр"
|
||||||
@@ -1604,7 +1610,7 @@ msgstr "Очистка от старого материала"
|
|||||||
msgid "Feed Filament"
|
msgid "Feed Filament"
|
||||||
msgstr "Подача прутка"
|
msgstr "Подача прутка"
|
||||||
|
|
||||||
# ??? Подтвердить
|
# ??? Подтвердить, Подтвердите
|
||||||
msgid "Confirm extruded"
|
msgid "Confirm extruded"
|
||||||
msgstr "Подтверждение экструзии"
|
msgstr "Подтверждение экструзии"
|
||||||
|
|
||||||
@@ -1976,7 +1982,7 @@ msgid "max"
|
|||||||
msgstr "макс."
|
msgstr "макс."
|
||||||
|
|
||||||
msgid "min"
|
msgid "min"
|
||||||
msgstr "мин"
|
msgstr "мин."
|
||||||
|
|
||||||
#, boost-format
|
#, boost-format
|
||||||
msgid "The input value should be greater than %1% and less than %2%"
|
msgid "The input value should be greater than %1% and less than %2%"
|
||||||
@@ -2011,12 +2017,12 @@ msgid "You need to select the material type and color first."
|
|||||||
msgstr "Сначала необходимо выбрать тип материала и цвет."
|
msgstr "Сначала необходимо выбрать тип материала и цвет."
|
||||||
|
|
||||||
msgid "Please input a valid value (K in 0~0.5)"
|
msgid "Please input a valid value (K in 0~0.5)"
|
||||||
msgstr "Пожалуйста, введите допустимое значение (K в диапазоне 0~0,5)"
|
msgstr "Пожалуйста, введите допустимое значение (K в диапазоне 0~0.5)"
|
||||||
|
|
||||||
msgid "Please input a valid value (K in 0~0.5, N in 0.6~2.0)"
|
msgid "Please input a valid value (K in 0~0.5, N in 0.6~2.0)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Пожалуйста, введите допустимое значение (K в диапазоне 0~0,5, N в диапазоне "
|
"Пожалуйста, введите допустимое значение (K в диапазоне 0~0.5, N в диапазоне "
|
||||||
"0,6~2,0)"
|
"0.6~2.0)"
|
||||||
|
|
||||||
msgid "Other Color"
|
msgid "Other Color"
|
||||||
msgstr "Другой цвет"
|
msgstr "Другой цвет"
|
||||||
@@ -2105,11 +2111,11 @@ msgstr "Шаг"
|
|||||||
msgid "AMS Slots"
|
msgid "AMS Slots"
|
||||||
msgstr "Слоты АСПП"
|
msgstr "Слоты АСПП"
|
||||||
|
|
||||||
|
# ??? Замечание: разрешён выбор только слотов АСПП с одинаковым типом материала.
|
||||||
msgid ""
|
msgid ""
|
||||||
"Note: Only the AMS slots loaded with the same material type can be selected."
|
"Note: Only the AMS slots loaded with the same material type can be selected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Примечание: можно выбрать только слоты АСПП, загруженные одним и тем же "
|
"Замечание: можно выбирать только слоты АСПП с одинаковым типом материала."
|
||||||
"типом материала."
|
|
||||||
|
|
||||||
msgid "Enable AMS"
|
msgid "Enable AMS"
|
||||||
msgstr "Включить АСПП"
|
msgstr "Включить АСПП"
|
||||||
@@ -2210,10 +2216,10 @@ msgid ""
|
|||||||
"(Currently supporting automatic supply of consumables with the same brand, "
|
"(Currently supporting automatic supply of consumables with the same brand, "
|
||||||
"material type, and color)"
|
"material type, and color)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Если в АСПП имеются два одинаковых материала, то будет включено "
|
"При наличии в АСПП двух одинаковых материалов включается функция "
|
||||||
"резервирование материала АСПП. \n"
|
"резервирования материала (автодозаправка). \n"
|
||||||
"(В настоящее время поддерживается автоматическая поставка расходных "
|
"(В настоящее время поддерживается автоматическая дозаправка материала только "
|
||||||
"материалов того же производителя, типа материала и цвета)."
|
"одного производителя, типа и цвета)"
|
||||||
|
|
||||||
msgid "AMS Settings"
|
msgid "AMS Settings"
|
||||||
msgstr "Настройки АСПП"
|
msgstr "Настройки АСПП"
|
||||||
@@ -2703,7 +2709,7 @@ msgstr "Пауза при неисправности температуры ст
|
|||||||
msgid "Filament unloading"
|
msgid "Filament unloading"
|
||||||
msgstr "Выгрузка прутка"
|
msgstr "Выгрузка прутка"
|
||||||
|
|
||||||
# ??? Пауза при пропуске шагов
|
# ???
|
||||||
msgid "Skip step pause"
|
msgid "Skip step pause"
|
||||||
msgstr "Пропуск команды паузы"
|
msgstr "Пропуск команды паузы"
|
||||||
|
|
||||||
@@ -2723,14 +2729,13 @@ msgstr ""
|
|||||||
msgid "Paused due to chamber temperature control error"
|
msgid "Paused due to chamber temperature control error"
|
||||||
msgstr "Печать приостановлена из-за ошибки контроля температуры в камере"
|
msgstr "Печать приостановлена из-за ошибки контроля температуры в камере"
|
||||||
|
|
||||||
# ??? или Снижение температуры
|
|
||||||
msgid "Cooling chamber"
|
msgid "Cooling chamber"
|
||||||
msgstr "Охлаждение камеры"
|
msgstr "Охлаждение камеры"
|
||||||
|
|
||||||
msgid "Paused by the Gcode inserted by user"
|
msgid "Paused by the Gcode inserted by user"
|
||||||
msgstr "Печать приостановлена G-кодом, вставленным пользователем"
|
msgstr "Печать приостановлена G-кодом, вставленным пользователем"
|
||||||
|
|
||||||
# Демонстрация шума двигателяы
|
# Демонстрация шума двигателя
|
||||||
msgid "Motor noise showoff"
|
msgid "Motor noise showoff"
|
||||||
msgstr "Результат калибровки шума двигателя"
|
msgstr "Результат калибровки шума двигателя"
|
||||||
|
|
||||||
@@ -2837,7 +2842,7 @@ msgstr ""
|
|||||||
"АСПП, поэтому используйте их с осторожностью."
|
"АСПП, поэтому используйте их с осторожностью."
|
||||||
|
|
||||||
msgid "default"
|
msgid "default"
|
||||||
msgstr "По умолчанию"
|
msgstr "По ум."
|
||||||
|
|
||||||
msgid "parameter name"
|
msgid "parameter name"
|
||||||
msgstr "Имя параметра"
|
msgstr "Имя параметра"
|
||||||
@@ -2939,8 +2944,9 @@ msgstr "Очищено"
|
|||||||
msgid "Total"
|
msgid "Total"
|
||||||
msgstr "Общее"
|
msgstr "Общее"
|
||||||
|
|
||||||
|
# ++++++++++++++++++++++++++++ beta2
|
||||||
msgid "Total Estimation"
|
msgid "Total Estimation"
|
||||||
msgstr ""
|
msgstr "Общая оценка"
|
||||||
|
|
||||||
msgid "Total time"
|
msgid "Total time"
|
||||||
msgstr "Общее время печати"
|
msgstr "Общее время печати"
|
||||||
@@ -3144,7 +3150,7 @@ msgid "Avoid extrusion calibration region"
|
|||||||
msgstr "Избегать зону калибровки экструзии"
|
msgstr "Избегать зону калибровки экструзии"
|
||||||
|
|
||||||
msgid "Align to Y axis"
|
msgid "Align to Y axis"
|
||||||
msgstr "Выровнять по оси Y"
|
msgstr "Выравнивать по оси Y"
|
||||||
|
|
||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "Добавить"
|
msgstr "Добавить"
|
||||||
@@ -3493,7 +3499,7 @@ msgid "Export all objects as STL"
|
|||||||
msgstr "Экспортировать все модели в STL"
|
msgstr "Экспортировать все модели в STL"
|
||||||
|
|
||||||
msgid "Export Generic 3MF"
|
msgid "Export Generic 3MF"
|
||||||
msgstr "Экспортировать в общий 3MF"
|
msgstr "Экспорт в общий 3MF"
|
||||||
|
|
||||||
msgid "Export 3mf file without using some 3mf-extensions"
|
msgid "Export 3mf file without using some 3mf-extensions"
|
||||||
msgstr "Экспорт в 3mf без использования 3mf-расширений"
|
msgstr "Экспорт в 3mf без использования 3mf-расширений"
|
||||||
@@ -3502,16 +3508,16 @@ msgid "Export current sliced file"
|
|||||||
msgstr "Экспортировать текущий нарезанный файл"
|
msgstr "Экспортировать текущий нарезанный файл"
|
||||||
|
|
||||||
msgid "Export all plate sliced file"
|
msgid "Export all plate sliced file"
|
||||||
msgstr "Экспортировать все нарезанные столы в файл"
|
msgstr "Экспорт всех нарезанных столов в файл"
|
||||||
|
|
||||||
msgid "Export G-code"
|
msgid "Export G-code"
|
||||||
msgstr "Экспортировать в G-код"
|
msgstr "Экспорт в G-код"
|
||||||
|
|
||||||
msgid "Export current plate as G-code"
|
msgid "Export current plate as G-code"
|
||||||
msgstr "Экспортировать текущие модели со стола в G-код"
|
msgstr "Экспортировать текущие модели со стола в G-код"
|
||||||
|
|
||||||
msgid "Export &Configs"
|
msgid "Export &Configs"
|
||||||
msgstr "Экспортировать конфигурации"
|
msgstr "Экспорт конфигурации"
|
||||||
|
|
||||||
msgid "Export current configuration to files"
|
msgid "Export current configuration to files"
|
||||||
msgstr "Экспортировать текущую конфигурацию в файл"
|
msgstr "Экспортировать текущую конфигурацию в файл"
|
||||||
@@ -3589,7 +3595,7 @@ msgid "Show &Overhang"
|
|||||||
msgstr "Показать &нависания"
|
msgstr "Показать &нависания"
|
||||||
|
|
||||||
msgid "Show object overhang highlight in 3D scene"
|
msgid "Show object overhang highlight in 3D scene"
|
||||||
msgstr "Подсвечивать нависания у модели в 3D сцене"
|
msgstr "Подсвечивать нависания у модели в 3D-сцене"
|
||||||
|
|
||||||
msgid "Preferences"
|
msgid "Preferences"
|
||||||
msgstr "Параметры"
|
msgstr "Параметры"
|
||||||
@@ -4475,7 +4481,6 @@ msgstr "Проверка первого слоя"
|
|||||||
msgid "Auto-recovery from step loss"
|
msgid "Auto-recovery from step loss"
|
||||||
msgstr "Автовосстановление после потери шагов"
|
msgstr "Автовосстановление после потери шагов"
|
||||||
|
|
||||||
# оповещения, подсказки???
|
|
||||||
msgid "Allow Prompt Sound"
|
msgid "Allow Prompt Sound"
|
||||||
msgstr "Разрешить звуковые уведомления"
|
msgstr "Разрешить звуковые уведомления"
|
||||||
|
|
||||||
@@ -4681,28 +4686,6 @@ msgstr ""
|
|||||||
"Этот 3mf создан в старой версии Orca Slicer, поэтому загрузятся только "
|
"Этот 3mf создан в старой версии Orca Slicer, поэтому загрузятся только "
|
||||||
"данные геометрии."
|
"данные геометрии."
|
||||||
|
|
||||||
#, c-format, boost-format
|
|
||||||
msgid ""
|
|
||||||
"The 3mf's version %s is newer than %s's version %s, Found following keys "
|
|
||||||
"unrecognized:"
|
|
||||||
msgstr ""
|
|
||||||
"Версия этого формата 3mf (%s) новее текущей версии %s (%s). \n"
|
|
||||||
"Обнаружены следующие нераспознанные ключи:"
|
|
||||||
|
|
||||||
msgid "You'd better upgrade your software.\n"
|
|
||||||
msgstr "Рекомендуем вам обновить программу.\n"
|
|
||||||
|
|
||||||
msgid "Newer 3mf version"
|
|
||||||
msgstr "Новая версия 3mf"
|
|
||||||
|
|
||||||
#, c-format, boost-format
|
|
||||||
msgid ""
|
|
||||||
"The 3mf's version %s is newer than %s's version %s, Suggest to upgrade your "
|
|
||||||
"software."
|
|
||||||
msgstr ""
|
|
||||||
"Версия этого формата 3mf (%s) новее текущей версии %s (%s). \n"
|
|
||||||
"Рекомендуется обновить программу."
|
|
||||||
|
|
||||||
msgid "Invalid values found in the 3mf:"
|
msgid "Invalid values found in the 3mf:"
|
||||||
msgstr "В файле 3mf найдены недопустимые значения:"
|
msgstr "В файле 3mf найдены недопустимые значения:"
|
||||||
|
|
||||||
@@ -4943,7 +4926,7 @@ msgid "G-code loading"
|
|||||||
msgstr "Загрузка G-кода"
|
msgstr "Загрузка G-кода"
|
||||||
|
|
||||||
msgid "G-code files can not be loaded with models together!"
|
msgid "G-code files can not be loaded with models together!"
|
||||||
msgstr "Одновременная загрузка файла G-кода и модели не возможна!"
|
msgstr "Одновременная загрузка файла G-кода и модели невозможна!"
|
||||||
|
|
||||||
msgid "Can not add models when in preview mode!"
|
msgid "Can not add models when in preview mode!"
|
||||||
msgstr "В режиме предпросмотра добавление моделей недоступно!"
|
msgstr "В режиме предпросмотра добавление моделей недоступно!"
|
||||||
@@ -5136,7 +5119,7 @@ msgid "Login Region"
|
|||||||
msgstr "Регион входа"
|
msgstr "Регион входа"
|
||||||
|
|
||||||
msgid "Stealth Mode"
|
msgid "Stealth Mode"
|
||||||
msgstr "Режим конфиденциальности (отключение телеметрии Bambulab)."
|
msgstr "Режим конфиденциальности (отключение телеметрии Bambulab)"
|
||||||
|
|
||||||
msgid "Metric"
|
msgid "Metric"
|
||||||
msgstr "Метрическая СИ"
|
msgstr "Метрическая СИ"
|
||||||
@@ -5150,13 +5133,15 @@ msgstr ""
|
|||||||
"измерения"
|
"измерения"
|
||||||
|
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr ""
|
msgstr "Домашняя страница"
|
||||||
|
|
||||||
msgid "Default Page"
|
msgid "Default Page"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Страница \n"
|
||||||
|
"по умолчанию"
|
||||||
|
|
||||||
msgid "Set the page opened on startup."
|
msgid "Set the page opened on startup."
|
||||||
msgstr ""
|
msgstr "Задание страницы, открываемой при запуске приложения."
|
||||||
|
|
||||||
msgid "Zoom to mouse position"
|
msgid "Zoom to mouse position"
|
||||||
msgstr "Приближать к положению курсор"
|
msgstr "Приближать к положению курсор"
|
||||||
@@ -5177,10 +5162,10 @@ msgstr ""
|
|||||||
"используется вращение камера с ограничениями."
|
"используется вращение камера с ограничениями."
|
||||||
|
|
||||||
msgid "Show splash screen"
|
msgid "Show splash screen"
|
||||||
msgstr ""
|
msgstr "Показывать окно приветствия"
|
||||||
|
|
||||||
msgid "Show the splash screen during startup."
|
msgid "Show the splash screen during startup."
|
||||||
msgstr ""
|
msgstr "Показывать окно приветствия при запуске приложения."
|
||||||
|
|
||||||
msgid "Show \"Tip of the day\" notification after start"
|
msgid "Show \"Tip of the day\" notification after start"
|
||||||
msgstr "Показывать уведомление с полезным советом при запуске приложения"
|
msgstr "Показывать уведомление с полезным советом при запуске приложения"
|
||||||
@@ -5246,7 +5231,7 @@ msgstr "Максимальное количество недавних прое
|
|||||||
|
|
||||||
msgid "Maximum count of recent projects"
|
msgid "Maximum count of recent projects"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Максимальное количество проектов отображаемое в списке недавних проектов."
|
"Максимальное количество проектов, отображаемое в списке недавних проектов."
|
||||||
|
|
||||||
msgid "Clear my choice on the unsaved projects."
|
msgid "Clear my choice on the unsaved projects."
|
||||||
msgstr "Очистить мой выбор от несохранённых проектов."
|
msgstr "Очистить мой выбор от несохранённых проектов."
|
||||||
@@ -5587,13 +5572,13 @@ msgid "Busy"
|
|||||||
msgstr "Занят"
|
msgstr "Занят"
|
||||||
|
|
||||||
msgid "Bambu Cool Plate"
|
msgid "Bambu Cool Plate"
|
||||||
msgstr "Не нагреваемая пластина Bamabu"
|
msgstr "Не нагреваемая пластина Bambu"
|
||||||
|
|
||||||
msgid "PLA Plate"
|
msgid "PLA Plate"
|
||||||
msgstr "PLA пластина"
|
msgstr "PLA пластина"
|
||||||
|
|
||||||
msgid "Bambu Engineering Plate"
|
msgid "Bambu Engineering Plate"
|
||||||
msgstr "Инженерная пластина Bamabu"
|
msgstr "Инженерная пластина Bambu"
|
||||||
|
|
||||||
msgid "Bambu Smooth PEI Plate"
|
msgid "Bambu Smooth PEI Plate"
|
||||||
msgstr "Гладкая PEI пластина Bambu"
|
msgstr "Гладкая PEI пластина Bambu"
|
||||||
@@ -5602,7 +5587,7 @@ msgid "High temperature Plate"
|
|||||||
msgstr "Высокотемпературная пластина"
|
msgstr "Высокотемпературная пластина"
|
||||||
|
|
||||||
msgid "Bambu Textured PEI Plate"
|
msgid "Bambu Textured PEI Plate"
|
||||||
msgstr "Текстурированная PEI пластина Bambu "
|
msgstr "Текстурированная PEI пластина Bambu"
|
||||||
|
|
||||||
msgid "Send print job to"
|
msgid "Send print job to"
|
||||||
msgstr "Отправка задания на печать"
|
msgstr "Отправка задания на печать"
|
||||||
@@ -5621,7 +5606,7 @@ msgstr ""
|
|||||||
"динамики потока"
|
"динамики потока"
|
||||||
|
|
||||||
msgid "Click here if you can't connect to the printer"
|
msgid "Click here if you can't connect to the printer"
|
||||||
msgstr "Нажмите здесь, если вы не можете подключиться к принтеру"
|
msgstr "Не удаётся подключиться к принтеру?"
|
||||||
|
|
||||||
msgid "send completed"
|
msgid "send completed"
|
||||||
msgstr "отправка завершена"
|
msgstr "отправка завершена"
|
||||||
@@ -5638,7 +5623,8 @@ msgstr ""
|
|||||||
|
|
||||||
msgid "No login account, only printers in LAN mode are displayed"
|
msgid "No login account, only printers in LAN mode are displayed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Без входа в учётную запись, отображаются только принтеры в локальной сети."
|
"Без входа в учётную запись, отображаются только \n"
|
||||||
|
"принтеры в локальной сети."
|
||||||
|
|
||||||
msgid "Connecting to server"
|
msgid "Connecting to server"
|
||||||
msgstr "Подключение к серверу"
|
msgstr "Подключение к серверу"
|
||||||
@@ -6311,7 +6297,7 @@ msgid "Change filament G-code"
|
|||||||
msgstr "G-код выполняемый при смене прутка"
|
msgstr "G-код выполняемый при смене прутка"
|
||||||
|
|
||||||
msgid "Change extrusion role G-code"
|
msgid "Change extrusion role G-code"
|
||||||
msgstr ""
|
msgstr "G-код выполняемый при смене роли экструзии"
|
||||||
|
|
||||||
msgid "Pause G-code"
|
msgid "Pause G-code"
|
||||||
msgstr "G-код паузы печати"
|
msgstr "G-код паузы печати"
|
||||||
@@ -6375,12 +6361,12 @@ msgstr[2] "Следующие профили также будут удален
|
|||||||
|
|
||||||
#, boost-format
|
#, boost-format
|
||||||
msgid "Are you sure to %1% the selected preset?"
|
msgid "Are you sure to %1% the selected preset?"
|
||||||
msgstr "Вы уверены, что хотите %1% выбранный профиль?"
|
msgstr "%1% выбранный профиль?"
|
||||||
|
|
||||||
#. TRN Remove/Delete
|
#. TRN Remove/Delete
|
||||||
#, boost-format
|
#, boost-format
|
||||||
msgid "%1% Preset"
|
msgid "%1% Preset"
|
||||||
msgstr "Профиль %1%"
|
msgstr "%1% профиль"
|
||||||
|
|
||||||
msgid "All"
|
msgid "All"
|
||||||
msgstr "Все"
|
msgstr "Все"
|
||||||
@@ -6699,7 +6685,7 @@ msgstr ""
|
|||||||
"устройств 3Dconnexion"
|
"устройств 3Dconnexion"
|
||||||
|
|
||||||
msgid "Show keyboard shortcuts list"
|
msgid "Show keyboard shortcuts list"
|
||||||
msgstr "Показать список клавиш доступа к командам"
|
msgstr "Показать список сочетаний клавиш"
|
||||||
|
|
||||||
msgid "Global shortcuts"
|
msgid "Global shortcuts"
|
||||||
msgstr "Глобальные горячие клавиши"
|
msgstr "Глобальные горячие клавиши"
|
||||||
@@ -7862,6 +7848,15 @@ msgstr ""
|
|||||||
"печати некоторых моделей уменьшение параметра может сократить провисание "
|
"печати некоторых моделей уменьшение параметра может сократить провисание "
|
||||||
"пластика при печати мостов."
|
"пластика при печати мостов."
|
||||||
|
|
||||||
|
msgid "Internal bridge flow"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid ""
|
||||||
|
"This value governs the thickness of the internal bridge layer. This is the "
|
||||||
|
"first layer over sparse infill. Decrease this value slightly (for example "
|
||||||
|
"0.9) to improve surface quality over sparse infill."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Top surface flow ratio"
|
msgid "Top surface flow ratio"
|
||||||
msgstr "Коэффициент потока на верхней поверхности"
|
msgstr "Коэффициент потока на верхней поверхности"
|
||||||
|
|
||||||
@@ -8196,6 +8191,15 @@ msgstr ""
|
|||||||
"отключено, мосты выглядят лучше, но они надежны только на коротких "
|
"отключено, мосты выглядят лучше, но они надежны только на коротких "
|
||||||
"расстояниях."
|
"расстояниях."
|
||||||
|
|
||||||
|
msgid "Thick internal bridges"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid ""
|
||||||
|
"If enabled, thick internal bridges will be used. It's usually recommended to "
|
||||||
|
"have this feature turned on. However, consider turning it off if you are "
|
||||||
|
"using large nozzles."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Max bridge length"
|
msgid "Max bridge length"
|
||||||
msgstr "Максимальная длина моста"
|
msgstr "Максимальная длина моста"
|
||||||
|
|
||||||
@@ -8218,7 +8222,7 @@ msgid "End G-code when finish the printing of this filament"
|
|||||||
msgstr "Завершающий G-код при окончании печати этой пластиковой нитью."
|
msgstr "Завершающий G-код при окончании печати этой пластиковой нитью."
|
||||||
|
|
||||||
msgid "Ensure vertical shell thickness"
|
msgid "Ensure vertical shell thickness"
|
||||||
msgstr ""
|
msgstr "Обеспечивать верт. толщину оболочки"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Add solid infill near sloping surfaces to guarantee the vertical shell "
|
"Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||||
@@ -8880,17 +8884,17 @@ msgstr "Вкл. ограничение ускорения зигзагов"
|
|||||||
msgid "Klipper's max_accel_to_decel will be adjusted automatically"
|
msgid "Klipper's max_accel_to_decel will be adjusted automatically"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Значение Klipper-а max_accel_to_decel (ограничение ускорения зигзагов) будет "
|
"Значение Klipper-а max_accel_to_decel (ограничение ускорения зигзагов) будет "
|
||||||
"скорректировано автоматически"
|
"скорректировано автоматически."
|
||||||
|
|
||||||
msgid "accel_to_decel"
|
msgid "accel_to_decel"
|
||||||
msgstr "ограничение ускорение зигзагов"
|
msgstr "Ограничение ускорение зигзагов"
|
||||||
|
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Klipper's max_accel_to_decel will be adjusted to this %% of acceleration"
|
"Klipper's max_accel_to_decel will be adjusted to this %% of acceleration"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Значение Klipper-а max_accel_to_decel (ограничение ускорения зигзагов) будет "
|
"Значение Klipper-а max_accel_to_decel (ограничение ускорения зигзагов) будет "
|
||||||
"скорректировано на данное ускорение: %%\""
|
"скорректировано на заданный процент ускорения."
|
||||||
|
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
msgid "%%"
|
msgid "%%"
|
||||||
@@ -9071,7 +9075,7 @@ msgstr ""
|
|||||||
"(Nx)."
|
"(Nx)."
|
||||||
|
|
||||||
msgid "Scan first layer"
|
msgid "Scan first layer"
|
||||||
msgstr "Сканировать первый слой"
|
msgstr "Проверка первого слоя"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Enable this to enable the camera on printer to check the quality of first "
|
"Enable this to enable the camera on printer to check the quality of first "
|
||||||
@@ -9979,13 +9983,13 @@ msgid "All Surfaces"
|
|||||||
msgstr "Все верхние поверхности"
|
msgstr "Все верхние поверхности"
|
||||||
|
|
||||||
msgid "Top Only"
|
msgid "Top Only"
|
||||||
msgstr "Только на верней"
|
msgstr "Только на верхней"
|
||||||
|
|
||||||
msgid "Bottom Only"
|
msgid "Bottom Only"
|
||||||
msgstr "Только на нижней"
|
msgstr "Только на нижней"
|
||||||
|
|
||||||
msgid "Top and Bottom"
|
msgid "Top and Bottom"
|
||||||
msgstr "На верней и нижней"
|
msgstr "На верхней и нижней"
|
||||||
|
|
||||||
msgid "Extra length on restart"
|
msgid "Extra length on restart"
|
||||||
msgstr "Доп. длина подачи перед возобновлением печати"
|
msgstr "Доп. длина подачи перед возобновлением печати"
|
||||||
@@ -10023,14 +10027,15 @@ msgstr ""
|
|||||||
"использоваться та же скорость что и при извлечении."
|
"использоваться та же скорость что и при извлечении."
|
||||||
|
|
||||||
msgid "Use firmware retraction"
|
msgid "Use firmware retraction"
|
||||||
msgstr "Использовать откат из прошивки"
|
msgstr "Исп. откат из прошивки"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"This experimental setting uses G10 and G11 commands to have the firmware "
|
"This experimental setting uses G10 and G11 commands to have the firmware "
|
||||||
"handle the retraction. This is only supported in recent Marlin."
|
"handle the retraction. This is only supported in recent Marlin."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Эта экспериментальная опция использует команды G10 и G11, чтобы прошивка "
|
"Эта экспериментальная опция использует команды G10 и G11, чтобы сама "
|
||||||
"обрабатывала откаты. Поддерживается только в последних версиях Marlin."
|
"прошивка обрабатывала откаты. Поддерживается только в последних версиях "
|
||||||
|
"Marlin."
|
||||||
|
|
||||||
msgid "Show auto-calibration marks"
|
msgid "Show auto-calibration marks"
|
||||||
msgstr "Отображать на столе линии автокалибровки"
|
msgstr "Отображать на столе линии автокалибровки"
|
||||||
@@ -10175,9 +10180,9 @@ msgid ""
|
|||||||
"generated model has no seam"
|
"generated model has no seam"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Печать спиральных и пустотелых, а также тонкостенных моделей. Модель "
|
"Печать спиральных и пустотелых, а также тонкостенных моделей. Модель "
|
||||||
"печатается в одну стенку без верней поверхности, заполнения и поддержки. При "
|
"печатается в одну стенку без верхней поверхности, заполнения и поддержки. "
|
||||||
"этом сопло движется вдоль периметра непрерывно постепенно поднимаясь, так "
|
"При этом сопло движется вдоль периметра непрерывно постепенно поднимаясь, "
|
||||||
"получаются ровные красивые вазы без видимых швов."
|
"так получаются ровные красивые вазы без видимых швов."
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"If smooth or traditional mode is selected, a timelapse video will be "
|
"If smooth or traditional mode is selected, a timelapse video will be "
|
||||||
@@ -10406,7 +10411,7 @@ msgid ""
|
|||||||
"Filament to print support base and raft. \"Default\" means no specific "
|
"Filament to print support base and raft. \"Default\" means no specific "
|
||||||
"filament for support and current filament is used"
|
"filament for support and current filament is used"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Пластиковая нить для печати базовой поддержки и плота. Значение «По "
|
"Пластиковая нить для печати базовой поддержки и подложки. Значение «По "
|
||||||
"умолчанию» означает, что для поддержки используется текущая пластиковая нить."
|
"умолчанию» означает, что для поддержки используется текущая пластиковая нить."
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -10757,8 +10762,9 @@ msgstr ""
|
|||||||
"Этот G-код вставляется при смене материала, включая команду T для запуска "
|
"Этот G-код вставляется при смене материала, включая команду T для запуска "
|
||||||
"смены инструмента."
|
"смены инструмента."
|
||||||
|
|
||||||
|
# ???
|
||||||
msgid "This gcode is inserted when the extrusion role is changed"
|
msgid "This gcode is inserted when the extrusion role is changed"
|
||||||
msgstr ""
|
msgstr "Этот G-код вставляется при смене роли экструзии."
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Line width for top surfaces. If expressed as a %, it will be computed over "
|
"Line width for top surfaces. If expressed as a %, it will be computed over "
|
||||||
@@ -11033,7 +11039,7 @@ msgstr ""
|
|||||||
"размера, QOI для прошивки с малым объемом памяти."
|
"размера, QOI для прошивки с малым объемом памяти."
|
||||||
|
|
||||||
msgid "Use relative E distances"
|
msgid "Use relative E distances"
|
||||||
msgstr "Исп. относительные координаты для экструдера (E)"
|
msgstr "Исп. относительные координаты для экструдера"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Relative extrusion is recommended when using \"label_objects\" option.Some "
|
"Relative extrusion is recommended when using \"label_objects\" option.Some "
|
||||||
@@ -11044,7 +11050,7 @@ msgstr ""
|
|||||||
"Относительная экструзия рекомендуется при использовании опции «Название "
|
"Относительная экструзия рекомендуется при использовании опции «Название "
|
||||||
"моделей».\n"
|
"моделей».\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Черновая башня совместима только с относительной экструзии. На принтерах "
|
"Черновая башня совместима только с относительной экструзией. На принтерах "
|
||||||
"BambuLab она всегда включена (флажок стоит).\n"
|
"BambuLab она всегда включена (флажок стоит).\n"
|
||||||
"Некоторые экструдеры работают лучше при отключении этой опции (абсолютный "
|
"Некоторые экструдеры работают лучше при отключении этой опции (абсолютный "
|
||||||
"режим экструзии)."
|
"режим экструзии)."
|
||||||
@@ -12136,9 +12142,7 @@ msgid "Upload to Printer Host with the following filename:"
|
|||||||
msgstr "Загрузить на хост принтера со следующим именем:"
|
msgstr "Загрузить на хост принтера со следующим именем:"
|
||||||
|
|
||||||
msgid "Use forward slashes ( / ) as a directory separator if needed."
|
msgid "Use forward slashes ( / ) as a directory separator if needed."
|
||||||
msgstr ""
|
msgstr "В качестве разделителя каталогов используйте косую черту ( / ). "
|
||||||
"При необходимости используйте косую черту ( / ) в качестве разделителя "
|
|
||||||
"каталогов."
|
|
||||||
|
|
||||||
msgid "Upload to storage"
|
msgid "Upload to storage"
|
||||||
msgstr "Загрузить в хранилище"
|
msgstr "Загрузить в хранилище"
|
||||||
@@ -12374,8 +12378,7 @@ msgstr ""
|
|||||||
"его в хранилище сертификатов/Keychain."
|
"его в хранилище сертификатов/Keychain."
|
||||||
|
|
||||||
msgid "Connection to printers connected via the print host failed."
|
msgid "Connection to printers connected via the print host failed."
|
||||||
msgstr ""
|
msgstr "Не удалось подключиться к принтерам, подключенным через хост печати."
|
||||||
"Не удалось подключиться к принтерам, подключенным через через хост печати."
|
|
||||||
|
|
||||||
msgid "The start, end or step is not valid value."
|
msgid "The start, end or step is not valid value."
|
||||||
msgstr "Недопустимое значение: начальное, конечное или шаг."
|
msgstr "Недопустимое значение: начальное, конечное или шаг."
|
||||||
@@ -12570,7 +12573,7 @@ msgid ""
|
|||||||
"Did you know that you can print a model even faster, by using the Adaptive "
|
"Did you know that you can print a model even faster, by using the Adaptive "
|
||||||
"Layer Height option? Check it out!"
|
"Layer Height option? Check it out!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Ускорение печати с помощью функции «Переменная высота слоёв»\n"
|
"Ускорение печати с функцией «Переменная высота слоёв»\n"
|
||||||
"Знаете ли вы, что можно печатать ещё быстрее, используя функцию «Переменная "
|
"Знаете ли вы, что можно печатать ещё быстрее, используя функцию «Переменная "
|
||||||
"высота слоёв». Попробуйте!"
|
"высота слоёв». Попробуйте!"
|
||||||
|
|
||||||
@@ -12676,13 +12679,6 @@ msgstr ""
|
|||||||
#~ msgid "Embeded"
|
#~ msgid "Embeded"
|
||||||
#~ msgstr "Проникновение"
|
#~ 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 "AMS %s"
|
#~ msgid "AMS %s"
|
||||||
#~ msgstr "АСПП №%s"
|
#~ msgstr "АСПП №%s"
|
||||||
|
|
||||||
@@ -12743,10 +12739,10 @@ msgstr ""
|
|||||||
#~ "(Currently supporting automatic supply of consumables with the same "
|
#~ "(Currently supporting automatic supply of consumables with the same "
|
||||||
#~ "brand, material type, and color)"
|
#~ "brand, material type, and color)"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "В настоящее время идентичные резервные материалы отсутствуют, и "
|
#~ "В настоящее время одинаковые материалы отсутствуют, поэтому функция "
|
||||||
#~ "автоматическое пополнение их в настоящее время невозможно. \n"
|
#~ "резервирования материала (автодозаправка) недоступна. \n"
|
||||||
#~ "(В настоящее время поддерживается автоматическая поставка расходных "
|
#~ "(В настоящее время поддерживается автоматическая дозаправка материала "
|
||||||
#~ "материалов того же производителя, типа материала и цвета)."
|
#~ "только одного производителя, типа и цвета)"
|
||||||
|
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
@@ -12862,6 +12858,27 @@ msgstr ""
|
|||||||
#~ "Этот 3mf создан не в Bambu Lab, поэтому загрузятся только данные "
|
#~ "Этот 3mf создан не в Bambu Lab, поэтому загрузятся только данные "
|
||||||
#~ "геометрии."
|
#~ "геометрии."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "The 3mf's version %s is newer than %s's version %s, Found following keys "
|
||||||
|
#~ "unrecognized:"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Версия этого формата 3mf (%s) новее текущей версии %s (%s). \n"
|
||||||
|
#~ "Обнаружены следующие нераспознанные ключи:"
|
||||||
|
|
||||||
|
#~ msgid "You'd better upgrade your software.\n"
|
||||||
|
#~ msgstr "Рекомендуем вам обновить программу.\n"
|
||||||
|
|
||||||
|
#~ msgid "Newer 3mf version"
|
||||||
|
#~ msgstr "Новая версия 3mf"
|
||||||
|
|
||||||
|
#, c-format, boost-format
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "The 3mf's version %s is newer than %s's version %s, Suggest to upgrade "
|
||||||
|
#~ "your software."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Версия этого формата 3mf (%s) новее текущей версии %s (%s). \n"
|
||||||
|
#~ "Рекомендуется обновить программу."
|
||||||
|
|
||||||
#~ msgid "Online Models"
|
#~ msgid "Online Models"
|
||||||
#~ msgstr "Онлайн-модели"
|
#~ msgstr "Онлайн-модели"
|
||||||
|
|
||||||
@@ -12874,12 +12891,6 @@ msgstr ""
|
|||||||
#~ "Истекло время ожидания отправки задания. Проверьте сетевое подключение и "
|
#~ "Истекло время ожидания отправки задания. Проверьте сетевое подключение и "
|
||||||
#~ "повторите попытку."
|
#~ "повторите попытку."
|
||||||
|
|
||||||
#~ msgid "Bamabu Engineering Plate"
|
|
||||||
#~ msgstr "Инженерная пластина Bamabu"
|
|
||||||
|
|
||||||
#~ msgid "Bamabu High Temperature Plate"
|
|
||||||
#~ msgstr "Высокотемпературная пластина Bamabu"
|
|
||||||
|
|
||||||
#~ msgid "Can't connect to the printer"
|
#~ msgid "Can't connect to the printer"
|
||||||
#~ msgstr "Не удаётся подключиться к принтеру"
|
#~ msgstr "Не удаётся подключиться к принтеру"
|
||||||
|
|
||||||
@@ -12956,7 +12967,7 @@ msgstr ""
|
|||||||
#~ "Klipper's max_accel_to_decel will be adjusted to this % of acceleration"
|
#~ "Klipper's max_accel_to_decel will be adjusted to this % of acceleration"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "Значение Klipper-а max_accel_to_decel (ограничение ускорения зигзагов) "
|
#~ "Значение Klipper-а max_accel_to_decel (ограничение ускорения зигзагов) "
|
||||||
#~ "будет скорректировано на данное ускорение: %"
|
#~ "будет скорректировано на заданный процент ускорения."
|
||||||
|
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "Filter out gaps smaller than the threshold specified. This setting won't "
|
#~ "Filter out gaps smaller than the threshold specified. This setting won't "
|
||||||
@@ -13272,7 +13283,6 @@ msgstr ""
|
|||||||
#~ "количество точек, в которых древовидная поддержка касается модели. Это "
|
#~ "количество точек, в которых древовидная поддержка касается модели. Это "
|
||||||
#~ "улучшит печать нависаний, но при этом усложнит удаление поддержки."
|
#~ "улучшит печать нависаний, но при этом усложнит удаление поддержки."
|
||||||
|
|
||||||
# Нижняя граница сработки???
|
|
||||||
#~ msgid "Z hop lower boundary"
|
#~ msgid "Z hop lower boundary"
|
||||||
#~ msgstr "Приподнимать ось Z только ниже"
|
#~ msgstr "Приподнимать ось Z только ниже"
|
||||||
|
|
||||||
@@ -13284,7 +13294,6 @@ msgstr ""
|
|||||||
#~ "(до) заданной здесь высоты (высота считается от стола). Таким образом вы "
|
#~ "(до) заданной здесь высоты (высота считается от стола). Таким образом вы "
|
||||||
#~ "можете запретить подъём оси Z выше установленной высоты."
|
#~ "можете запретить подъём оси Z выше установленной высоты."
|
||||||
|
|
||||||
# Верхняя граница сработки???
|
|
||||||
#~ msgid "Z hop upper boundary"
|
#~ msgid "Z hop upper boundary"
|
||||||
#~ msgstr "Приподнимать ось Z только выше"
|
#~ msgstr "Приподнимать ось Z только выше"
|
||||||
|
|
||||||
@@ -13296,3 +13305,9 @@ msgstr ""
|
|||||||
#~ "(после) заданной здесь высоты (высота считается от стола). Таким образом "
|
#~ "(после) заданной здесь высоты (высота считается от стола). Таким образом "
|
||||||
#~ "вы можете отключить подъём оси Z при печати на первых слоях (в начале "
|
#~ "вы можете отключить подъём оси Z при печати на первых слоях (в начале "
|
||||||
#~ "печати)."
|
#~ "печати)."
|
||||||
|
|
||||||
|
#~ msgid "invalid value"
|
||||||
|
#~ msgstr "недопустимое значение"
|
||||||
|
|
||||||
|
#~ msgid "MB uploaded"
|
||||||
|
#~ msgstr "МБ загружено"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Orca Slicer\n"
|
"Project-Id-Version: Orca Slicer\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
"POT-Creation-Date: 2023-12-02 01:44+0800\n"
|
||||||
"Language: sv\n"
|
"Language: sv\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@@ -4531,28 +4531,6 @@ msgstr "Konfigurationen kan inte laddas."
|
|||||||
msgid "The 3mf is generated by old Orca Slicer, load geometry data only."
|
msgid "The 3mf is generated by old Orca Slicer, load geometry data only."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, c-format, boost-format
|
|
||||||
msgid ""
|
|
||||||
"The 3mf's version %s is newer than %s's version %s, Found following keys "
|
|
||||||
"unrecognized:"
|
|
||||||
msgstr ""
|
|
||||||
"3mf:s version %s är nyare än %s version %s, Följande nycklar har hittats som "
|
|
||||||
"inte känns igen:"
|
|
||||||
|
|
||||||
msgid "You'd better upgrade your software.\n"
|
|
||||||
msgstr "Uppdatera mjukvaran.\n"
|
|
||||||
|
|
||||||
msgid "Newer 3mf version"
|
|
||||||
msgstr "Nyare 3mf version"
|
|
||||||
|
|
||||||
#, c-format, boost-format
|
|
||||||
msgid ""
|
|
||||||
"The 3mf's version %s is newer than %s's version %s, Suggest to upgrade your "
|
|
||||||
"software."
|
|
||||||
msgstr ""
|
|
||||||
"3mf:s version %s är nyare än %s version %s, Föreslår att du uppdaterar din "
|
|
||||||
"programvara."
|
|
||||||
|
|
||||||
msgid "Invalid values found in the 3mf:"
|
msgid "Invalid values found in the 3mf:"
|
||||||
msgstr "Ogiltiga värden hittades i 3mf:"
|
msgstr "Ogiltiga värden hittades i 3mf:"
|
||||||
|
|
||||||
@@ -7584,6 +7562,15 @@ msgstr ""
|
|||||||
"Minska detta värde något (tex 0.9) för att minska material åtgång för "
|
"Minska detta värde något (tex 0.9) för att minska material åtgång för "
|
||||||
"bridges/bryggor, detta för att förbättra kvaliteten"
|
"bridges/bryggor, detta för att förbättra kvaliteten"
|
||||||
|
|
||||||
|
msgid "Internal bridge flow"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid ""
|
||||||
|
"This value governs the thickness of the internal bridge layer. This is the "
|
||||||
|
"first layer over sparse infill. Decrease this value slightly (for example "
|
||||||
|
"0.9) to improve surface quality over sparse infill."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Top surface flow ratio"
|
msgid "Top surface flow ratio"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -7876,6 +7863,15 @@ msgstr ""
|
|||||||
"sträckor men kan se sämre ut. Om de är inaktiverade ser bridges bättre ut "
|
"sträckor men kan se sämre ut. Om de är inaktiverade ser bridges bättre ut "
|
||||||
"men är tillförlitliga endast för kortare avstånd."
|
"men är tillförlitliga endast för kortare avstånd."
|
||||||
|
|
||||||
|
msgid "Thick internal bridges"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid ""
|
||||||
|
"If enabled, thick internal bridges will be used. It's usually recommended to "
|
||||||
|
"have this feature turned on. However, consider turning it off if you are "
|
||||||
|
"using large nozzles."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Max bridge length"
|
msgid "Max bridge length"
|
||||||
msgstr "Max bridge/brygg längd"
|
msgstr "Max bridge/brygg längd"
|
||||||
|
|
||||||
@@ -11809,6 +11805,28 @@ msgid ""
|
|||||||
"temperature. More info about this in the Wiki."
|
"temperature. More info about this in the Wiki."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, c-format, boost-format
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "The 3mf's version %s is newer than %s's version %s, Found following keys "
|
||||||
|
#~ "unrecognized:"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "3mf:s version %s är nyare än %s version %s, Följande nycklar har hittats "
|
||||||
|
#~ "som inte känns igen:"
|
||||||
|
|
||||||
|
#~ msgid "You'd better upgrade your software.\n"
|
||||||
|
#~ msgstr "Uppdatera mjukvaran.\n"
|
||||||
|
|
||||||
|
#~ msgid "Newer 3mf version"
|
||||||
|
#~ msgstr "Nyare 3mf version"
|
||||||
|
|
||||||
|
#, c-format, boost-format
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "The 3mf's version %s is newer than %s's version %s, Suggest to upgrade "
|
||||||
|
#~ "your software."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "3mf:s version %s är nyare än %s version %s, Föreslår att du uppdaterar "
|
||||||
|
#~ "din programvara."
|
||||||
|
|
||||||
#~ msgid "Embeded"
|
#~ msgid "Embeded"
|
||||||
#~ msgstr "Inbäddad"
|
#~ msgstr "Inbäddad"
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
"POT-Creation-Date: 2023-12-02 01:44+0800\n"
|
||||||
"PO-Revision-Date: 2023-08-10 20:25-0400\n"
|
"PO-Revision-Date: 2023-08-10 20:25-0400\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
@@ -4586,26 +4586,6 @@ msgid "The 3mf is generated by old Orca Slicer, load geometry data only."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"3mf генерується старим слайсером Orca, завантажувати лише дані геометрії."
|
"3mf генерується старим слайсером Orca, завантажувати лише дані геометрії."
|
||||||
|
|
||||||
#, c-format, boost-format
|
|
||||||
msgid ""
|
|
||||||
"The 3mf's version %s is newer than %s's version %s, Found following keys "
|
|
||||||
"unrecognized:"
|
|
||||||
msgstr "Версія 3mf %s новіша, ніж версія %s %s, знайдено наступні ключі:"
|
|
||||||
|
|
||||||
msgid "You'd better upgrade your software.\n"
|
|
||||||
msgstr "Вам краще оновити програмне забезпечення.\n"
|
|
||||||
|
|
||||||
msgid "Newer 3mf version"
|
|
||||||
msgstr "Нова версія 3mf"
|
|
||||||
|
|
||||||
#, c-format, boost-format
|
|
||||||
msgid ""
|
|
||||||
"The 3mf's version %s is newer than %s's version %s, Suggest to upgrade your "
|
|
||||||
"software."
|
|
||||||
msgstr ""
|
|
||||||
"Версія 3mf %s новіша, ніж версія %s %s, запропонуйте оновити програмне "
|
|
||||||
"забезпечення."
|
|
||||||
|
|
||||||
msgid "Invalid values found in the 3mf:"
|
msgid "Invalid values found in the 3mf:"
|
||||||
msgstr "У 3mf знайдено неприпустимі значення:"
|
msgstr "У 3mf знайдено неприпустимі значення:"
|
||||||
|
|
||||||
@@ -7642,6 +7622,15 @@ msgstr ""
|
|||||||
"Трохи зменшіть це значення (наприклад, 0.9), щоб зменшити кількість "
|
"Трохи зменшіть це значення (наприклад, 0.9), щоб зменшити кількість "
|
||||||
"матеріалу для мосту, щоб покращити провисання"
|
"матеріалу для мосту, щоб покращити провисання"
|
||||||
|
|
||||||
|
msgid "Internal bridge flow"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid ""
|
||||||
|
"This value governs the thickness of the internal bridge layer. This is the "
|
||||||
|
"first layer over sparse infill. Decrease this value slightly (for example "
|
||||||
|
"0.9) to improve surface quality over sparse infill."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Top surface flow ratio"
|
msgid "Top surface flow ratio"
|
||||||
msgstr "Коефіцієнт потоку верхньої поверхні"
|
msgstr "Коефіцієнт потоку верхньої поверхні"
|
||||||
|
|
||||||
@@ -7943,6 +7932,15 @@ msgstr ""
|
|||||||
"великівідстань, але можуть виглядати гірше. Якщо відключити, мости "
|
"великівідстань, але можуть виглядати гірше. Якщо відключити, мости "
|
||||||
"виглядають краще,Але надійні лише для більш коротких мостових відстаней."
|
"виглядають краще,Але надійні лише для більш коротких мостових відстаней."
|
||||||
|
|
||||||
|
msgid "Thick internal bridges"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid ""
|
||||||
|
"If enabled, thick internal bridges will be used. It's usually recommended to "
|
||||||
|
"have this feature turned on. However, consider turning it off if you are "
|
||||||
|
"using large nozzles."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Max bridge length"
|
msgid "Max bridge length"
|
||||||
msgstr "Максимальна довжина мосту"
|
msgstr "Максимальна довжина мосту"
|
||||||
|
|
||||||
@@ -11996,6 +11994,26 @@ msgid ""
|
|||||||
"temperature. More info about this in the Wiki."
|
"temperature. More info about this in the Wiki."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, c-format, boost-format
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "The 3mf's version %s is newer than %s's version %s, Found following keys "
|
||||||
|
#~ "unrecognized:"
|
||||||
|
#~ msgstr "Версія 3mf %s новіша, ніж версія %s %s, знайдено наступні ключі:"
|
||||||
|
|
||||||
|
#~ msgid "You'd better upgrade your software.\n"
|
||||||
|
#~ msgstr "Вам краще оновити програмне забезпечення.\n"
|
||||||
|
|
||||||
|
#~ msgid "Newer 3mf version"
|
||||||
|
#~ msgstr "Нова версія 3mf"
|
||||||
|
|
||||||
|
#, c-format, boost-format
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "The 3mf's version %s is newer than %s's version %s, Suggest to upgrade "
|
||||||
|
#~ "your software."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Версія 3mf %s новіша, ніж версія %s %s, запропонуйте оновити програмне "
|
||||||
|
#~ "забезпечення."
|
||||||
|
|
||||||
#~ msgid "Embeded"
|
#~ msgid "Embeded"
|
||||||
#~ msgstr "Вбудовано"
|
#~ msgstr "Вбудовано"
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Slic3rPE\n"
|
"Project-Id-Version: Slic3rPE\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
"POT-Creation-Date: 2023-12-02 01:44+0800\n"
|
||||||
"PO-Revision-Date: 2023-04-01 13:21+0800\n"
|
"PO-Revision-Date: 2023-04-01 13:21+0800\n"
|
||||||
"Last-Translator: SoftFever <softfeverever@gmail.com>\n"
|
"Last-Translator: SoftFever <softfeverever@gmail.com>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
@@ -4425,24 +4425,6 @@ msgstr "配置无法加载。"
|
|||||||
msgid "The 3mf is generated by old Orca Slicer, load geometry data only."
|
msgid "The 3mf is generated by old Orca Slicer, load geometry data only."
|
||||||
msgstr "该3mf文件来自旧版本的逆戟鲸切片,将只加载几何数据。"
|
msgstr "该3mf文件来自旧版本的逆戟鲸切片,将只加载几何数据。"
|
||||||
|
|
||||||
#, c-format, boost-format
|
|
||||||
msgid ""
|
|
||||||
"The 3mf's version %s is newer than %s's version %s, Found following keys "
|
|
||||||
"unrecognized:"
|
|
||||||
msgstr "该3mf的版本%s比%s的版本%s新,发现以下参数键值无法识别:"
|
|
||||||
|
|
||||||
msgid "You'd better upgrade your software.\n"
|
|
||||||
msgstr "建议升级您的软件版本。\n"
|
|
||||||
|
|
||||||
msgid "Newer 3mf version"
|
|
||||||
msgstr "较新的3mf版本"
|
|
||||||
|
|
||||||
#, c-format, boost-format
|
|
||||||
msgid ""
|
|
||||||
"The 3mf's version %s is newer than %s's version %s, Suggest to upgrade your "
|
|
||||||
"software."
|
|
||||||
msgstr "该3mf的版本%s比%s的版本%s要新,建议升级你的软件。"
|
|
||||||
|
|
||||||
msgid "Invalid values found in the 3mf:"
|
msgid "Invalid values found in the 3mf:"
|
||||||
msgstr "在3mf文件中发现无效值:"
|
msgstr "在3mf文件中发现无效值:"
|
||||||
|
|
||||||
@@ -7323,6 +7305,15 @@ msgid ""
|
|||||||
"material for bridge, to improve sag"
|
"material for bridge, to improve sag"
|
||||||
msgstr "稍微减小这个数值(比如0.9)可以减小桥接的材料量,来改善下垂。"
|
msgstr "稍微减小这个数值(比如0.9)可以减小桥接的材料量,来改善下垂。"
|
||||||
|
|
||||||
|
msgid "Internal bridge flow"
|
||||||
|
msgstr "内部桥接流量"
|
||||||
|
|
||||||
|
msgid ""
|
||||||
|
"This value governs the thickness of the internal bridge layer. This is the "
|
||||||
|
"first layer over sparse infill. Decrease this value slightly (for example "
|
||||||
|
"0.9) to improve surface quality over sparse infill."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Top surface flow ratio"
|
msgid "Top surface flow ratio"
|
||||||
msgstr "顶部表面流量比例"
|
msgstr "顶部表面流量比例"
|
||||||
|
|
||||||
@@ -7617,6 +7608,15 @@ msgstr ""
|
|||||||
"如果启用,桥接会更可靠,可以桥接更长的距离,但可能看起来更糟。如果关闭,桥梁"
|
"如果启用,桥接会更可靠,可以桥接更长的距离,但可能看起来更糟。如果关闭,桥梁"
|
||||||
"看起来更好,但只适用于较短的桥接距离。"
|
"看起来更好,但只适用于较短的桥接距离。"
|
||||||
|
|
||||||
|
msgid "Thick internal bridges"
|
||||||
|
msgstr "厚内部桥"
|
||||||
|
|
||||||
|
msgid ""
|
||||||
|
"If enabled, thick internal bridges will be used. It's usually recommended to "
|
||||||
|
"have this feature turned on. However, consider turning it off if you are "
|
||||||
|
"using large nozzles."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Max bridge length"
|
msgid "Max bridge length"
|
||||||
msgstr "最大桥接长度"
|
msgstr "最大桥接长度"
|
||||||
|
|
||||||
@@ -11545,6 +11545,24 @@ msgid ""
|
|||||||
"temperature. More info about this in the Wiki."
|
"temperature. More info about this in the Wiki."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, c-format, boost-format
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "The 3mf's version %s is newer than %s's version %s, Found following keys "
|
||||||
|
#~ "unrecognized:"
|
||||||
|
#~ msgstr "该3mf的版本%s比%s的版本%s新,发现以下参数键值无法识别:"
|
||||||
|
|
||||||
|
#~ msgid "You'd better upgrade your software.\n"
|
||||||
|
#~ msgstr "建议升级您的软件版本。\n"
|
||||||
|
|
||||||
|
#~ msgid "Newer 3mf version"
|
||||||
|
#~ msgstr "较新的3mf版本"
|
||||||
|
|
||||||
|
#, c-format, boost-format
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "The 3mf's version %s is newer than %s's version %s, Suggest to upgrade "
|
||||||
|
#~ "your software."
|
||||||
|
#~ msgstr "该3mf的版本%s比%s的版本%s要新,建议升级你的软件。"
|
||||||
|
|
||||||
#~ msgid "Embeded"
|
#~ msgid "Embeded"
|
||||||
#~ msgstr "嵌入的"
|
#~ msgstr "嵌入的"
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Orca Slicer\n"
|
"Project-Id-Version: Orca Slicer\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
"POT-Creation-Date: 2023-12-02 01:44+0800\n"
|
||||||
"PO-Revision-Date: 2023-11-06 14:37+0800\n"
|
"PO-Revision-Date: 2023-11-06 14:37+0800\n"
|
||||||
"Last-Translator: ablegods <ablegods@gmail.com>\n"
|
"Last-Translator: ablegods <ablegods@gmail.com>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
@@ -4680,24 +4680,6 @@ msgstr "設定檔無法載入。"
|
|||||||
msgid "The 3mf is generated by old Orca Slicer, load geometry data only."
|
msgid "The 3mf is generated by old Orca Slicer, load geometry data only."
|
||||||
msgstr "該 3mf 檔案來自舊版本的 Orca Slicer"
|
msgstr "該 3mf 檔案來自舊版本的 Orca Slicer"
|
||||||
|
|
||||||
#, fuzzy, c-format, boost-format
|
|
||||||
msgid ""
|
|
||||||
"The 3mf's version %s is newer than %s's version %s, Found following keys "
|
|
||||||
"unrecognized:"
|
|
||||||
msgstr "該 3mf 的版本 %s 比 %s 的版本 %s 新,發現以下參數值無法識別:"
|
|
||||||
|
|
||||||
msgid "You'd better upgrade your software.\n"
|
|
||||||
msgstr "建議升級您的軟體版本。\n"
|
|
||||||
|
|
||||||
msgid "Newer 3mf version"
|
|
||||||
msgstr "較新的 3mf 版本"
|
|
||||||
|
|
||||||
#, fuzzy, c-format, boost-format
|
|
||||||
msgid ""
|
|
||||||
"The 3mf's version %s is newer than %s's version %s, Suggest to upgrade your "
|
|
||||||
"software."
|
|
||||||
msgstr "該 3mf 的版本 %s 比 %s 的版本 %s 要新,建議升級你的軟體。"
|
|
||||||
|
|
||||||
msgid "Invalid values found in the 3mf:"
|
msgid "Invalid values found in the 3mf:"
|
||||||
msgstr "在 3mf 檔案中發現無效值:"
|
msgstr "在 3mf 檔案中發現無效值:"
|
||||||
|
|
||||||
@@ -7808,6 +7790,15 @@ msgid ""
|
|||||||
"material for bridge, to improve sag"
|
"material for bridge, to improve sag"
|
||||||
msgstr "稍微減小這個數值(比如 0.9)可以減小橋接的線材量,來改善下垂。"
|
msgstr "稍微減小這個數值(比如 0.9)可以減小橋接的線材量,來改善下垂。"
|
||||||
|
|
||||||
|
msgid "Internal bridge flow"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid ""
|
||||||
|
"This value governs the thickness of the internal bridge layer. This is the "
|
||||||
|
"first layer over sparse infill. Decrease this value slightly (for example "
|
||||||
|
"0.9) to improve surface quality over sparse infill."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Top surface flow ratio"
|
msgid "Top surface flow ratio"
|
||||||
msgstr "頂部表面流量比例"
|
msgstr "頂部表面流量比例"
|
||||||
|
|
||||||
@@ -8138,6 +8129,15 @@ msgstr ""
|
|||||||
"如果啟用,橋接會更可靠,可以橋接更長的距離,但可能看起來更糟。如果關閉,橋梁"
|
"如果啟用,橋接會更可靠,可以橋接更長的距離,但可能看起來更糟。如果關閉,橋梁"
|
||||||
"看起來更好,但只適用於較短的橋接距離。"
|
"看起來更好,但只適用於較短的橋接距離。"
|
||||||
|
|
||||||
|
msgid "Thick internal bridges"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid ""
|
||||||
|
"If enabled, thick internal bridges will be used. It's usually recommended to "
|
||||||
|
"have this feature turned on. However, consider turning it off if you are "
|
||||||
|
"using large nozzles."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Max bridge length"
|
msgid "Max bridge length"
|
||||||
msgstr "最大橋接長度"
|
msgstr "最大橋接長度"
|
||||||
|
|
||||||
@@ -12282,6 +12282,24 @@ msgstr ""
|
|||||||
"當列印較低溫度的耗材時,打開印表機門可以減少擠出機或熱端堵塞的可能性。 有關此"
|
"當列印較低溫度的耗材時,打開印表機門可以減少擠出機或熱端堵塞的可能性。 有關此"
|
||||||
"內容的更多信息,請參見 Wiki。"
|
"內容的更多信息,請參見 Wiki。"
|
||||||
|
|
||||||
|
#, fuzzy, c-format, boost-format
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "The 3mf's version %s is newer than %s's version %s, Found following keys "
|
||||||
|
#~ "unrecognized:"
|
||||||
|
#~ msgstr "該 3mf 的版本 %s 比 %s 的版本 %s 新,發現以下參數值無法識別:"
|
||||||
|
|
||||||
|
#~ msgid "You'd better upgrade your software.\n"
|
||||||
|
#~ msgstr "建議升級您的軟體版本。\n"
|
||||||
|
|
||||||
|
#~ msgid "Newer 3mf version"
|
||||||
|
#~ msgstr "較新的 3mf 版本"
|
||||||
|
|
||||||
|
#, fuzzy, c-format, boost-format
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "The 3mf's version %s is newer than %s's version %s, Suggest to upgrade "
|
||||||
|
#~ "your software."
|
||||||
|
#~ msgstr "該 3mf 的版本 %s 比 %s 的版本 %s 要新,建議升級你的軟體。"
|
||||||
|
|
||||||
#~ msgid "Embeded"
|
#~ msgid "Embeded"
|
||||||
#~ msgstr "嵌入的"
|
#~ msgstr "嵌入的"
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Anker",
|
"name": "Anker",
|
||||||
"version": "01.06.04.00",
|
"version": "01.08.00.00",
|
||||||
"force_update": "0",
|
"force_update": "0",
|
||||||
"description": "Anker configurations",
|
"description": "Anker configurations",
|
||||||
"machine_model_list": [
|
"machine_model_list": [
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Anycubic",
|
"name": "Anycubic",
|
||||||
"version": "01.06.00.00",
|
"version": "01.08.00.00",
|
||||||
"force_update": "0",
|
"force_update": "0",
|
||||||
"description": "Anycubic configurations",
|
"description": "Anycubic configurations",
|
||||||
"machine_model_list": [
|
"machine_model_list": [
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_speed": "15",
|
"ironing_speed": "15",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_speed": "15",
|
"ironing_speed": "15",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_speed": "15",
|
"ironing_speed": "15",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_speed": "15",
|
"ironing_speed": "15",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_speed": "15",
|
"ironing_speed": "15",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_speed": "15",
|
"ironing_speed": "15",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_speed": "15",
|
"ironing_speed": "15",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_speed": "15",
|
"ironing_speed": "15",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_speed": "15",
|
"ironing_speed": "15",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_speed": "15",
|
"ironing_speed": "15",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_speed": "15",
|
"ironing_speed": "15",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_speed": "15",
|
"ironing_speed": "15",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_speed": "15",
|
"ironing_speed": "15",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_speed": "15",
|
"ironing_speed": "15",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_speed": "15",
|
"ironing_speed": "15",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_speed": "15",
|
"ironing_speed": "15",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_speed": "15",
|
"ironing_speed": "15",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_speed": "15",
|
"ironing_speed": "15",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
"ironing_speed": "30",
|
"ironing_speed": "30",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "50",
|
"overhang_2_4_speed": "50",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Artillery",
|
"name": "Artillery",
|
||||||
"version": "01.06.04.00",
|
"version": "01.08.00.00",
|
||||||
"force_update": "0",
|
"force_update": "0",
|
||||||
"description": "Artillery configurations",
|
"description": "Artillery configurations",
|
||||||
"machine_model_list": [
|
"machine_model_list": [
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_speed": "15",
|
"ironing_speed": "15",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_speed": "15",
|
"ironing_speed": "15",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_speed": "15",
|
"ironing_speed": "15",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_speed": "15",
|
"ironing_speed": "15",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_speed": "15",
|
"ironing_speed": "15",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_speed": "15",
|
"ironing_speed": "15",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_speed": "15",
|
"ironing_speed": "15",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_speed": "15",
|
"ironing_speed": "15",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_speed": "15",
|
"ironing_speed": "15",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_speed": "15",
|
"ironing_speed": "15",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
"ironing_speed": "30",
|
"ironing_speed": "30",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "50",
|
"overhang_2_4_speed": "50",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Bambulab",
|
"name": "Bambulab",
|
||||||
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
|
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
|
||||||
"version": "01.07.00.29",
|
"version": "01.07.00.30",
|
||||||
"force_update": "0",
|
"force_update": "0",
|
||||||
"description": "the initial version of BBL configurations",
|
"description": "the initial version of BBL configurations",
|
||||||
"machine_model_list": [
|
"machine_model_list": [
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"from": "system",
|
"from": "system",
|
||||||
"instantiation": "false",
|
"instantiation": "false",
|
||||||
"activate_air_filtration": [
|
"activate_air_filtration": [
|
||||||
"1"
|
"0"
|
||||||
],
|
],
|
||||||
"cool_plate_temp": [
|
"cool_plate_temp": [
|
||||||
"0"
|
"0"
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"from": "system",
|
"from": "system",
|
||||||
"instantiation": "false",
|
"instantiation": "false",
|
||||||
"activate_air_filtration": [
|
"activate_air_filtration": [
|
||||||
"1"
|
"0"
|
||||||
],
|
],
|
||||||
"cool_plate_temp": [
|
"cool_plate_temp": [
|
||||||
"0"
|
"0"
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"layer_height": "0.2",
|
"layer_height": "0.2",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "50",
|
"overhang_2_4_speed": "50",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "BIQU",
|
"name": "BIQU",
|
||||||
"version": "01.06.00.00",
|
"version": "01.08.00.00",
|
||||||
"force_update": "0",
|
"force_update": "0",
|
||||||
"description": "BIQU configurations",
|
"description": "BIQU configurations",
|
||||||
"machine_model_list": [
|
"machine_model_list": [
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"layer_height": "0.2",
|
"layer_height": "0.2",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"layer_height": "0.2",
|
"layer_height": "0.2",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Comgrow",
|
"name": "Comgrow",
|
||||||
"version": "01.07.00.00",
|
"version": "01.08.00.00",
|
||||||
"force_update": "0",
|
"force_update": "0",
|
||||||
"description": "Comgrow configurations",
|
"description": "Comgrow configurations",
|
||||||
"machine_model_list": [
|
"machine_model_list": [
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 13 B After Width: | Height: | Size: 2.5 KiB |
@@ -11,12 +11,13 @@
|
|||||||
"fan_cooling_layer_time": ["30"],
|
"fan_cooling_layer_time": ["30"],
|
||||||
"overhang_fan_speed": ["90"],
|
"overhang_fan_speed": ["90"],
|
||||||
"overhang_fan_threshold": ["25%"],
|
"overhang_fan_threshold": ["25%"],
|
||||||
"fan_max_speed": ["90"],
|
"fan_max_speed": ["25"],
|
||||||
"fan_min_speed": ["40"],
|
"fan_min_speed": ["10"],
|
||||||
"slow_down_min_speed": ["10"],
|
"slow_down_min_speed": ["10"],
|
||||||
"slow_down_layer_time": ["8"],
|
"slow_down_layer_time": ["8"],
|
||||||
"filament_flow_ratio": ["0.95"],
|
"filament_flow_ratio": ["0.98"],
|
||||||
"filament_max_volumetric_speed": ["30"],
|
"filament_max_volumetric_speed": ["8"],
|
||||||
|
"nozzle_temperature_initial_layer": ["260"],
|
||||||
"filament_retraction_length": ["0.5"],
|
"filament_retraction_length": ["0.5"],
|
||||||
"filament_start_gcode": ["; filament start gcode\n"],
|
"filament_start_gcode": ["; filament start gcode\n"],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
|
|||||||
@@ -18,16 +18,16 @@
|
|||||||
"5000"
|
"5000"
|
||||||
],
|
],
|
||||||
"machine_max_acceleration_travel": [
|
"machine_max_acceleration_travel": [
|
||||||
"20000",
|
"3000",
|
||||||
"20000"
|
"3000"
|
||||||
],
|
],
|
||||||
"machine_max_acceleration_x": [
|
"machine_max_acceleration_x": [
|
||||||
"8000",
|
"3000",
|
||||||
"8000"
|
"3000"
|
||||||
],
|
],
|
||||||
"machine_max_acceleration_y": [
|
"machine_max_acceleration_y": [
|
||||||
"8000",
|
"3000",
|
||||||
"8000"
|
"3000"
|
||||||
],
|
],
|
||||||
"machine_max_acceleration_z": [
|
"machine_max_acceleration_z": [
|
||||||
"500",
|
"500",
|
||||||
@@ -38,12 +38,12 @@
|
|||||||
"25"
|
"25"
|
||||||
],
|
],
|
||||||
"machine_max_speed_x": [
|
"machine_max_speed_x": [
|
||||||
"500",
|
"300",
|
||||||
"200"
|
"300"
|
||||||
],
|
],
|
||||||
"machine_max_speed_y": [
|
"machine_max_speed_y": [
|
||||||
"500",
|
"300",
|
||||||
"200"
|
"300"
|
||||||
],
|
],
|
||||||
"machine_max_speed_z": [
|
"machine_max_speed_z": [
|
||||||
"12",
|
"12",
|
||||||
@@ -79,7 +79,7 @@
|
|||||||
"min_layer_height": [
|
"min_layer_height": [
|
||||||
"0.08"
|
"0.08"
|
||||||
],
|
],
|
||||||
"printable_height": "250",
|
"printable_height": "500",
|
||||||
"extruder_clearance_radius": "65",
|
"extruder_clearance_radius": "65",
|
||||||
"extruder_clearance_height_to_rod": "36",
|
"extruder_clearance_height_to_rod": "36",
|
||||||
"extruder_clearance_height_to_lid": "140",
|
"extruder_clearance_height_to_lid": "140",
|
||||||
@@ -124,6 +124,12 @@
|
|||||||
"wipe": [
|
"wipe": [
|
||||||
"1"
|
"1"
|
||||||
],
|
],
|
||||||
|
"thumbnails": [
|
||||||
|
"32x32",
|
||||||
|
"300x300"
|
||||||
|
],
|
||||||
|
"thumbnails_format": "PNG",
|
||||||
|
"nozzle_type": "hardened_steel",
|
||||||
"default_filament_profile": [
|
"default_filament_profile": [
|
||||||
"Comgrow Generic PETG"
|
"Comgrow Generic PETG"
|
||||||
],
|
],
|
||||||
@@ -136,6 +142,5 @@
|
|||||||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
|
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
|
||||||
"scan_first_layer": "0",
|
"scan_first_layer": "0",
|
||||||
"nozzle_type": "undefine",
|
|
||||||
"auxiliary_fan": "0"
|
"auxiliary_fan": "0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,9 +18,6 @@
|
|||||||
"brim_object_gap": "0",
|
"brim_object_gap": "0",
|
||||||
"compatible_printers_condition": "",
|
"compatible_printers_condition": "",
|
||||||
"print_sequence": "by layer",
|
"print_sequence": "by layer",
|
||||||
"default_acceleration": "3000",
|
|
||||||
"outer_wall_acceleration": "3000",
|
|
||||||
"top_surface_acceleration": "3000",
|
|
||||||
"bridge_no_support": "0",
|
"bridge_no_support": "0",
|
||||||
"draft_shield": "disabled",
|
"draft_shield": "disabled",
|
||||||
"elefant_foot_compensation": "0.1",
|
"elefant_foot_compensation": "0.1",
|
||||||
@@ -31,9 +28,6 @@
|
|||||||
"infill_direction": "45",
|
"infill_direction": "45",
|
||||||
"sparse_infill_density": "15%",
|
"sparse_infill_density": "15%",
|
||||||
"sparse_infill_pattern": "grid",
|
"sparse_infill_pattern": "grid",
|
||||||
"initial_layer_acceleration": "1000",
|
|
||||||
"travel_acceleration": "3000",
|
|
||||||
"inner_wall_acceleration": "3000",
|
|
||||||
"initial_layer_line_width": "0.6",
|
"initial_layer_line_width": "0.6",
|
||||||
"initial_layer_print_height": "0.2",
|
"initial_layer_print_height": "0.2",
|
||||||
"infill_combination": "0",
|
"infill_combination": "0",
|
||||||
|
|||||||
@@ -18,9 +18,6 @@
|
|||||||
"brim_object_gap": "0",
|
"brim_object_gap": "0",
|
||||||
"compatible_printers_condition": "",
|
"compatible_printers_condition": "",
|
||||||
"print_sequence": "by layer",
|
"print_sequence": "by layer",
|
||||||
"default_acceleration": "8000",
|
|
||||||
"outer_wall_acceleration": "8000",
|
|
||||||
"top_surface_acceleration": "8000",
|
|
||||||
"bridge_no_support": "0",
|
"bridge_no_support": "0",
|
||||||
"draft_shield": "disabled",
|
"draft_shield": "disabled",
|
||||||
"elefant_foot_compensation": "0.1",
|
"elefant_foot_compensation": "0.1",
|
||||||
@@ -31,9 +28,6 @@
|
|||||||
"infill_direction": "45",
|
"infill_direction": "45",
|
||||||
"sparse_infill_density": "15%",
|
"sparse_infill_density": "15%",
|
||||||
"sparse_infill_pattern": "grid",
|
"sparse_infill_pattern": "grid",
|
||||||
"initial_layer_acceleration": "1000",
|
|
||||||
"travel_acceleration": "8000",
|
|
||||||
"inner_wall_acceleration": "8000",
|
|
||||||
"initial_layer_line_width": "0.4",
|
"initial_layer_line_width": "0.4",
|
||||||
"initial_layer_print_height": "0.2",
|
"initial_layer_print_height": "0.2",
|
||||||
"infill_combination": "0",
|
"infill_combination": "0",
|
||||||
|
|||||||
@@ -18,9 +18,6 @@
|
|||||||
"brim_object_gap": "0",
|
"brim_object_gap": "0",
|
||||||
"compatible_printers_condition": "",
|
"compatible_printers_condition": "",
|
||||||
"print_sequence": "by layer",
|
"print_sequence": "by layer",
|
||||||
"default_acceleration": "0",
|
|
||||||
"outer_wall_acceleration": "0",
|
|
||||||
"top_surface_acceleration": "0",
|
|
||||||
"bridge_no_support": "0",
|
"bridge_no_support": "0",
|
||||||
"draft_shield": "disabled",
|
"draft_shield": "disabled",
|
||||||
"elefant_foot_compensation": "0.1",
|
"elefant_foot_compensation": "0.1",
|
||||||
@@ -31,9 +28,6 @@
|
|||||||
"infill_direction": "45",
|
"infill_direction": "45",
|
||||||
"sparse_infill_density": "15%",
|
"sparse_infill_density": "15%",
|
||||||
"sparse_infill_pattern": "grid",
|
"sparse_infill_pattern": "grid",
|
||||||
"initial_layer_acceleration": "0",
|
|
||||||
"travel_acceleration": "0",
|
|
||||||
"inner_wall_acceleration": "0",
|
|
||||||
"initial_layer_line_width": "0.42",
|
"initial_layer_line_width": "0.42",
|
||||||
"initial_layer_print_height": "0.24",
|
"initial_layer_print_height": "0.24",
|
||||||
"infill_combination": "0",
|
"infill_combination": "0",
|
||||||
|
|||||||
@@ -18,9 +18,6 @@
|
|||||||
"brim_object_gap": "0",
|
"brim_object_gap": "0",
|
||||||
"compatible_printers_condition": "",
|
"compatible_printers_condition": "",
|
||||||
"print_sequence": "by layer",
|
"print_sequence": "by layer",
|
||||||
"default_acceleration": "8000",
|
|
||||||
"outer_wall_acceleration": "8000",
|
|
||||||
"top_surface_acceleration": "8000",
|
|
||||||
"bridge_no_support": "0",
|
"bridge_no_support": "0",
|
||||||
"draft_shield": "disabled",
|
"draft_shield": "disabled",
|
||||||
"elefant_foot_compensation": "0.1",
|
"elefant_foot_compensation": "0.1",
|
||||||
@@ -31,9 +28,6 @@
|
|||||||
"infill_direction": "45",
|
"infill_direction": "45",
|
||||||
"sparse_infill_density": "15%",
|
"sparse_infill_density": "15%",
|
||||||
"sparse_infill_pattern": "grid",
|
"sparse_infill_pattern": "grid",
|
||||||
"initial_layer_acceleration": "1000",
|
|
||||||
"travel_acceleration": "8000",
|
|
||||||
"inner_wall_acceleration": "8000",
|
|
||||||
"initial_layer_line_width": "0.4",
|
"initial_layer_line_width": "0.4",
|
||||||
"initial_layer_print_height": "0.24",
|
"initial_layer_print_height": "0.24",
|
||||||
"infill_combination": "0",
|
"infill_combination": "0",
|
||||||
|
|||||||
@@ -18,9 +18,6 @@
|
|||||||
"brim_object_gap": "0",
|
"brim_object_gap": "0",
|
||||||
"compatible_printers_condition": "",
|
"compatible_printers_condition": "",
|
||||||
"print_sequence": "by layer",
|
"print_sequence": "by layer",
|
||||||
"default_acceleration": "3000",
|
|
||||||
"outer_wall_acceleration": "3000",
|
|
||||||
"top_surface_acceleration": "3000",
|
|
||||||
"bridge_no_support": "0",
|
"bridge_no_support": "0",
|
||||||
"draft_shield": "disabled",
|
"draft_shield": "disabled",
|
||||||
"elefant_foot_compensation": "0.1",
|
"elefant_foot_compensation": "0.1",
|
||||||
@@ -31,9 +28,6 @@
|
|||||||
"infill_direction": "45",
|
"infill_direction": "45",
|
||||||
"sparse_infill_density": "15%",
|
"sparse_infill_density": "15%",
|
||||||
"sparse_infill_pattern": "grid",
|
"sparse_infill_pattern": "grid",
|
||||||
"initial_layer_acceleration": "1000",
|
|
||||||
"travel_acceleration": "3000",
|
|
||||||
"inner_wall_acceleration": "3000",
|
|
||||||
"initial_layer_line_width": "0.6",
|
"initial_layer_line_width": "0.6",
|
||||||
"initial_layer_print_height": "0.24",
|
"initial_layer_print_height": "0.24",
|
||||||
"infill_combination": "0",
|
"infill_combination": "0",
|
||||||
|
|||||||
@@ -18,9 +18,6 @@
|
|||||||
"brim_object_gap": "0",
|
"brim_object_gap": "0",
|
||||||
"compatible_printers_condition": "",
|
"compatible_printers_condition": "",
|
||||||
"print_sequence": "by layer",
|
"print_sequence": "by layer",
|
||||||
"default_acceleration": "3000",
|
|
||||||
"outer_wall_acceleration": "3000",
|
|
||||||
"top_surface_acceleration": "3000",
|
|
||||||
"bridge_no_support": "0",
|
"bridge_no_support": "0",
|
||||||
"draft_shield": "disabled",
|
"draft_shield": "disabled",
|
||||||
"elefant_foot_compensation": "0.1",
|
"elefant_foot_compensation": "0.1",
|
||||||
@@ -31,9 +28,6 @@
|
|||||||
"infill_direction": "45",
|
"infill_direction": "45",
|
||||||
"sparse_infill_density": "15%",
|
"sparse_infill_density": "15%",
|
||||||
"sparse_infill_pattern": "grid",
|
"sparse_infill_pattern": "grid",
|
||||||
"initial_layer_acceleration": "1000",
|
|
||||||
"travel_acceleration": "3000",
|
|
||||||
"inner_wall_acceleration": "3000",
|
|
||||||
"initial_layer_line_width": "1.0",
|
"initial_layer_line_width": "1.0",
|
||||||
"initial_layer_print_height": "0.28",
|
"initial_layer_print_height": "0.28",
|
||||||
"infill_combination": "0",
|
"infill_combination": "0",
|
||||||
|
|||||||
@@ -18,9 +18,6 @@
|
|||||||
"brim_object_gap": "0",
|
"brim_object_gap": "0",
|
||||||
"compatible_printers_condition": "",
|
"compatible_printers_condition": "",
|
||||||
"print_sequence": "by layer",
|
"print_sequence": "by layer",
|
||||||
"default_acceleration": "0",
|
|
||||||
"outer_wall_acceleration": "0",
|
|
||||||
"top_surface_acceleration": "0",
|
|
||||||
"bridge_no_support": "0",
|
"bridge_no_support": "0",
|
||||||
"draft_shield": "disabled",
|
"draft_shield": "disabled",
|
||||||
"elefant_foot_compensation": "0.1",
|
"elefant_foot_compensation": "0.1",
|
||||||
@@ -31,9 +28,6 @@
|
|||||||
"infill_direction": "45",
|
"infill_direction": "45",
|
||||||
"sparse_infill_density": "15%",
|
"sparse_infill_density": "15%",
|
||||||
"sparse_infill_pattern": "grid",
|
"sparse_infill_pattern": "grid",
|
||||||
"initial_layer_acceleration": "0",
|
|
||||||
"travel_acceleration": "0",
|
|
||||||
"inner_wall_acceleration": "0",
|
|
||||||
"initial_layer_line_width": "0.42",
|
"initial_layer_line_width": "0.42",
|
||||||
"initial_layer_print_height": "0.24",
|
"initial_layer_print_height": "0.24",
|
||||||
"infill_combination": "0",
|
"infill_combination": "0",
|
||||||
|
|||||||
@@ -18,9 +18,6 @@
|
|||||||
"brim_object_gap": "0",
|
"brim_object_gap": "0",
|
||||||
"compatible_printers_condition": "",
|
"compatible_printers_condition": "",
|
||||||
"print_sequence": "by layer",
|
"print_sequence": "by layer",
|
||||||
"default_acceleration": "8000",
|
|
||||||
"outer_wall_acceleration": "8000",
|
|
||||||
"top_surface_acceleration": "8000",
|
|
||||||
"bridge_no_support": "0",
|
"bridge_no_support": "0",
|
||||||
"draft_shield": "disabled",
|
"draft_shield": "disabled",
|
||||||
"elefant_foot_compensation": "0.1",
|
"elefant_foot_compensation": "0.1",
|
||||||
@@ -31,9 +28,6 @@
|
|||||||
"infill_direction": "45",
|
"infill_direction": "45",
|
||||||
"sparse_infill_density": "15%",
|
"sparse_infill_density": "15%",
|
||||||
"sparse_infill_pattern": "grid",
|
"sparse_infill_pattern": "grid",
|
||||||
"initial_layer_acceleration": "1000",
|
|
||||||
"travel_acceleration": "8000",
|
|
||||||
"inner_wall_acceleration": "8000",
|
|
||||||
"initial_layer_line_width": "0.4",
|
"initial_layer_line_width": "0.4",
|
||||||
"initial_layer_print_height": "0.28",
|
"initial_layer_print_height": "0.28",
|
||||||
"infill_combination": "0",
|
"infill_combination": "0",
|
||||||
|
|||||||
@@ -18,9 +18,6 @@
|
|||||||
"brim_object_gap": "0",
|
"brim_object_gap": "0",
|
||||||
"compatible_printers_condition": "",
|
"compatible_printers_condition": "",
|
||||||
"print_sequence": "by layer",
|
"print_sequence": "by layer",
|
||||||
"default_acceleration": "3000",
|
|
||||||
"outer_wall_acceleration": "3000",
|
|
||||||
"top_surface_acceleration": "3000",
|
|
||||||
"bridge_no_support": "0",
|
"bridge_no_support": "0",
|
||||||
"draft_shield": "disabled",
|
"draft_shield": "disabled",
|
||||||
"elefant_foot_compensation": "0.1",
|
"elefant_foot_compensation": "0.1",
|
||||||
@@ -31,9 +28,6 @@
|
|||||||
"infill_direction": "45",
|
"infill_direction": "45",
|
||||||
"sparse_infill_density": "15%",
|
"sparse_infill_density": "15%",
|
||||||
"sparse_infill_pattern": "grid",
|
"sparse_infill_pattern": "grid",
|
||||||
"initial_layer_acceleration": "1000",
|
|
||||||
"travel_acceleration": "3000",
|
|
||||||
"inner_wall_acceleration": "3000",
|
|
||||||
"initial_layer_line_width": "0.6",
|
"initial_layer_line_width": "0.6",
|
||||||
"initial_layer_print_height": "0.28",
|
"initial_layer_print_height": "0.28",
|
||||||
"infill_combination": "0",
|
"infill_combination": "0",
|
||||||
|
|||||||
@@ -18,9 +18,6 @@
|
|||||||
"brim_object_gap": "0",
|
"brim_object_gap": "0",
|
||||||
"compatible_printers_condition": "",
|
"compatible_printers_condition": "",
|
||||||
"print_sequence": "by layer",
|
"print_sequence": "by layer",
|
||||||
"default_acceleration": "3000",
|
|
||||||
"outer_wall_acceleration": "3000",
|
|
||||||
"top_surface_acceleration": "3000",
|
|
||||||
"bridge_no_support": "0",
|
"bridge_no_support": "0",
|
||||||
"draft_shield": "disabled",
|
"draft_shield": "disabled",
|
||||||
"elefant_foot_compensation": "0.1",
|
"elefant_foot_compensation": "0.1",
|
||||||
@@ -31,9 +28,6 @@
|
|||||||
"infill_direction": "45",
|
"infill_direction": "45",
|
||||||
"sparse_infill_density": "15%",
|
"sparse_infill_density": "15%",
|
||||||
"sparse_infill_pattern": "grid",
|
"sparse_infill_pattern": "grid",
|
||||||
"initial_layer_acceleration": "1000",
|
|
||||||
"travel_acceleration": "3000",
|
|
||||||
"inner_wall_acceleration": "3000",
|
|
||||||
"initial_layer_line_width": "0.8",
|
"initial_layer_line_width": "0.8",
|
||||||
"initial_layer_print_height": "0.28",
|
"initial_layer_print_height": "0.28",
|
||||||
"infill_combination": "0",
|
"infill_combination": "0",
|
||||||
|
|||||||
@@ -18,9 +18,6 @@
|
|||||||
"brim_object_gap": "0",
|
"brim_object_gap": "0",
|
||||||
"compatible_printers_condition": "",
|
"compatible_printers_condition": "",
|
||||||
"print_sequence": "by layer",
|
"print_sequence": "by layer",
|
||||||
"default_acceleration": "8000",
|
|
||||||
"outer_wall_acceleration": "8000",
|
|
||||||
"top_surface_acceleration": "8000",
|
|
||||||
"bridge_no_support": "0",
|
"bridge_no_support": "0",
|
||||||
"draft_shield": "disabled",
|
"draft_shield": "disabled",
|
||||||
"elefant_foot_compensation": "0.1",
|
"elefant_foot_compensation": "0.1",
|
||||||
@@ -31,9 +28,6 @@
|
|||||||
"infill_direction": "45",
|
"infill_direction": "45",
|
||||||
"sparse_infill_density": "15%",
|
"sparse_infill_density": "15%",
|
||||||
"sparse_infill_pattern": "grid",
|
"sparse_infill_pattern": "grid",
|
||||||
"initial_layer_acceleration": "1000",
|
|
||||||
"travel_acceleration": "8000",
|
|
||||||
"inner_wall_acceleration": "8000",
|
|
||||||
"initial_layer_line_width": "0.4",
|
"initial_layer_line_width": "0.4",
|
||||||
"initial_layer_print_height": "0.32",
|
"initial_layer_print_height": "0.32",
|
||||||
"infill_combination": "0",
|
"infill_combination": "0",
|
||||||
|
|||||||
@@ -18,9 +18,6 @@
|
|||||||
"brim_object_gap": "0",
|
"brim_object_gap": "0",
|
||||||
"compatible_printers_condition": "",
|
"compatible_printers_condition": "",
|
||||||
"print_sequence": "by layer",
|
"print_sequence": "by layer",
|
||||||
"default_acceleration": "3000",
|
|
||||||
"outer_wall_acceleration": "3000",
|
|
||||||
"top_surface_acceleration": "3000",
|
|
||||||
"bridge_no_support": "0",
|
"bridge_no_support": "0",
|
||||||
"draft_shield": "disabled",
|
"draft_shield": "disabled",
|
||||||
"elefant_foot_compensation": "0.1",
|
"elefant_foot_compensation": "0.1",
|
||||||
@@ -31,9 +28,6 @@
|
|||||||
"infill_direction": "45",
|
"infill_direction": "45",
|
||||||
"sparse_infill_density": "15%",
|
"sparse_infill_density": "15%",
|
||||||
"sparse_infill_pattern": "grid",
|
"sparse_infill_pattern": "grid",
|
||||||
"initial_layer_acceleration": "1000",
|
|
||||||
"travel_acceleration": "3000",
|
|
||||||
"inner_wall_acceleration": "3000",
|
|
||||||
"initial_layer_line_width": "0.6",
|
"initial_layer_line_width": "0.6",
|
||||||
"initial_layer_print_height": "0.32",
|
"initial_layer_print_height": "0.32",
|
||||||
"infill_combination": "0",
|
"infill_combination": "0",
|
||||||
|
|||||||
@@ -18,9 +18,6 @@
|
|||||||
"brim_object_gap": "0",
|
"brim_object_gap": "0",
|
||||||
"compatible_printers_condition": "",
|
"compatible_printers_condition": "",
|
||||||
"print_sequence": "by layer",
|
"print_sequence": "by layer",
|
||||||
"default_acceleration": "3000",
|
|
||||||
"outer_wall_acceleration": "3000",
|
|
||||||
"top_surface_acceleration": "3000",
|
|
||||||
"bridge_no_support": "0",
|
"bridge_no_support": "0",
|
||||||
"draft_shield": "disabled",
|
"draft_shield": "disabled",
|
||||||
"elefant_foot_compensation": "0.1",
|
"elefant_foot_compensation": "0.1",
|
||||||
@@ -31,9 +28,6 @@
|
|||||||
"infill_direction": "45",
|
"infill_direction": "45",
|
||||||
"sparse_infill_density": "15%",
|
"sparse_infill_density": "15%",
|
||||||
"sparse_infill_pattern": "grid",
|
"sparse_infill_pattern": "grid",
|
||||||
"initial_layer_acceleration": "1000",
|
|
||||||
"travel_acceleration": "3000",
|
|
||||||
"inner_wall_acceleration": "3000",
|
|
||||||
"initial_layer_line_width": "0.8",
|
"initial_layer_line_width": "0.8",
|
||||||
"initial_layer_print_height": "0.36",
|
"initial_layer_print_height": "0.36",
|
||||||
"infill_combination": "0",
|
"infill_combination": "0",
|
||||||
|
|||||||
@@ -18,9 +18,6 @@
|
|||||||
"brim_object_gap": "0",
|
"brim_object_gap": "0",
|
||||||
"compatible_printers_condition": "",
|
"compatible_printers_condition": "",
|
||||||
"print_sequence": "by layer",
|
"print_sequence": "by layer",
|
||||||
"default_acceleration": "3000",
|
|
||||||
"outer_wall_acceleration": "3000",
|
|
||||||
"top_surface_acceleration": "3000",
|
|
||||||
"bridge_no_support": "0",
|
"bridge_no_support": "0",
|
||||||
"draft_shield": "disabled",
|
"draft_shield": "disabled",
|
||||||
"elefant_foot_compensation": "0.1",
|
"elefant_foot_compensation": "0.1",
|
||||||
@@ -31,9 +28,6 @@
|
|||||||
"infill_direction": "45",
|
"infill_direction": "45",
|
||||||
"sparse_infill_density": "15%",
|
"sparse_infill_density": "15%",
|
||||||
"sparse_infill_pattern": "grid",
|
"sparse_infill_pattern": "grid",
|
||||||
"initial_layer_acceleration": "1000",
|
|
||||||
"travel_acceleration": "3000",
|
|
||||||
"inner_wall_acceleration": "3000",
|
|
||||||
"initial_layer_line_width": "0.8",
|
"initial_layer_line_width": "0.8",
|
||||||
"initial_layer_print_height": "0.44",
|
"initial_layer_print_height": "0.44",
|
||||||
"infill_combination": "0",
|
"infill_combination": "0",
|
||||||
|
|||||||
@@ -18,9 +18,6 @@
|
|||||||
"brim_object_gap": "0",
|
"brim_object_gap": "0",
|
||||||
"compatible_printers_condition": "",
|
"compatible_printers_condition": "",
|
||||||
"print_sequence": "by layer",
|
"print_sequence": "by layer",
|
||||||
"default_acceleration": "3000",
|
|
||||||
"outer_wall_acceleration": "3000",
|
|
||||||
"top_surface_acceleration": "3000",
|
|
||||||
"bridge_no_support": "0",
|
"bridge_no_support": "0",
|
||||||
"draft_shield": "disabled",
|
"draft_shield": "disabled",
|
||||||
"elefant_foot_compensation": "0.1",
|
"elefant_foot_compensation": "0.1",
|
||||||
@@ -31,9 +28,6 @@
|
|||||||
"infill_direction": "45",
|
"infill_direction": "45",
|
||||||
"sparse_infill_density": "15%",
|
"sparse_infill_density": "15%",
|
||||||
"sparse_infill_pattern": "grid",
|
"sparse_infill_pattern": "grid",
|
||||||
"initial_layer_acceleration": "1000",
|
|
||||||
"travel_acceleration": "3000",
|
|
||||||
"inner_wall_acceleration": "3000",
|
|
||||||
"initial_layer_line_width": "0.8",
|
"initial_layer_line_width": "0.8",
|
||||||
"initial_layer_print_height": "0.52",
|
"initial_layer_print_height": "0.52",
|
||||||
"infill_combination": "0",
|
"infill_combination": "0",
|
||||||
|
|||||||
@@ -18,9 +18,6 @@
|
|||||||
"brim_object_gap": "0",
|
"brim_object_gap": "0",
|
||||||
"compatible_printers_condition": "",
|
"compatible_printers_condition": "",
|
||||||
"print_sequence": "by layer",
|
"print_sequence": "by layer",
|
||||||
"default_acceleration": "3000",
|
|
||||||
"outer_wall_acceleration": "3000",
|
|
||||||
"top_surface_acceleration": "3000",
|
|
||||||
"bridge_no_support": "0",
|
"bridge_no_support": "0",
|
||||||
"draft_shield": "disabled",
|
"draft_shield": "disabled",
|
||||||
"elefant_foot_compensation": "0.1",
|
"elefant_foot_compensation": "0.1",
|
||||||
@@ -31,9 +28,6 @@
|
|||||||
"infill_direction": "45",
|
"infill_direction": "45",
|
||||||
"sparse_infill_density": "15%",
|
"sparse_infill_density": "15%",
|
||||||
"sparse_infill_pattern": "grid",
|
"sparse_infill_pattern": "grid",
|
||||||
"initial_layer_acceleration": "1000",
|
|
||||||
"travel_acceleration": "3000",
|
|
||||||
"inner_wall_acceleration": "3000",
|
|
||||||
"initial_layer_line_width": "0.8",
|
"initial_layer_line_width": "0.8",
|
||||||
"initial_layer_print_height": "0.60",
|
"initial_layer_print_height": "0.60",
|
||||||
"infill_combination": "0",
|
"infill_combination": "0",
|
||||||
|
|||||||
@@ -1,104 +1,229 @@
|
|||||||
{
|
{
|
||||||
"type": "process",
|
"accel_to_decel_enable": "1",
|
||||||
"name": "fdm_process_comgrow_common",
|
"accel_to_decel_factor": "50%",
|
||||||
"from": "system",
|
"bottom_shell_layers": "2",
|
||||||
"instantiation": "false",
|
|
||||||
"inherits": "fdm_process_common",
|
|
||||||
"adaptive_layer_height": "0",
|
|
||||||
"reduce_crossing_wall": "0",
|
|
||||||
"max_travel_detour_distance": "0",
|
|
||||||
"bottom_surface_pattern": "monotonic",
|
|
||||||
"bottom_shell_layers": "3",
|
|
||||||
"bottom_shell_thickness": "0",
|
"bottom_shell_thickness": "0",
|
||||||
"bridge_flow": "0.95",
|
"bottom_solid_infill_flow_ratio": "1",
|
||||||
"bridge_speed": "25",
|
"bottom_surface_pattern": "monotonic",
|
||||||
"brim_width": "5",
|
"bridge_acceleration": "50%",
|
||||||
"brim_object_gap": "0.1",
|
"bridge_angle": "0",
|
||||||
"compatible_printers_condition": "",
|
"bridge_density": "100%",
|
||||||
"print_sequence": "by layer",
|
"bridge_flow": "0.85",
|
||||||
"default_acceleration": "500",
|
|
||||||
"top_surface_acceleration": "500",
|
|
||||||
"bridge_no_support": "0",
|
"bridge_no_support": "0",
|
||||||
|
"bridge_speed": "25",
|
||||||
|
"brim_ears_detection_length": "1",
|
||||||
|
"brim_ears_max_angle": "125",
|
||||||
|
"brim_object_gap": "0",
|
||||||
|
"brim_type": "auto_brim",
|
||||||
|
"brim_width": "0",
|
||||||
|
"compatible_printers_condition": "",
|
||||||
|
"default_acceleration": "3000",
|
||||||
|
"default_jerk": "0",
|
||||||
|
"detect_overhang_wall": "1",
|
||||||
|
"detect_thin_wall": "1",
|
||||||
"draft_shield": "disabled",
|
"draft_shield": "disabled",
|
||||||
"elefant_foot_compensation": "0",
|
"elefant_foot_compensation": "0.1",
|
||||||
|
"elefant_foot_compensation_layers": "1",
|
||||||
"enable_arc_fitting": "0",
|
"enable_arc_fitting": "0",
|
||||||
"outer_wall_line_width": "0.4",
|
"enable_overhang_speed": "1",
|
||||||
"wall_infill_order": "inner wall/outer wall/infill",
|
"enable_prime_tower": "0",
|
||||||
"line_width": "0.4",
|
"enable_support": "0",
|
||||||
"infill_direction": "45",
|
"enforce_support_layers": "0",
|
||||||
"sparse_infill_density": "15%",
|
"exclude_object": "0",
|
||||||
"sparse_infill_pattern": "grid",
|
"extra_perimeters_on_overhangs": "0",
|
||||||
"initial_layer_acceleration": "500",
|
"filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode",
|
||||||
"travel_acceleration": "700",
|
"filter_out_gap_fill": "0",
|
||||||
"inner_wall_acceleration": "500",
|
"flush_into_infill": "0",
|
||||||
"initial_layer_line_width": "0.5",
|
"flush_into_objects": "0",
|
||||||
"initial_layer_print_height": "0.2",
|
"flush_into_support": "1",
|
||||||
|
"from": "",
|
||||||
|
"fuzzy_skin": "none",
|
||||||
|
"fuzzy_skin_point_distance": "0.8",
|
||||||
|
"fuzzy_skin_thickness": "0.3",
|
||||||
|
"gap_infill_speed": "70",
|
||||||
|
"gcode_add_line_number": "0",
|
||||||
|
"gcode_comments": "0",
|
||||||
|
"gcode_label_objects": "0",
|
||||||
|
"hole_to_polyhole": "0",
|
||||||
|
"hole_to_polyhole_threshold": "0.01",
|
||||||
|
"hole_to_polyhole_twisted": "1",
|
||||||
|
"independent_support_layer_height": "1",
|
||||||
|
"infill_anchor": "400%",
|
||||||
|
"infill_anchor_max": "20",
|
||||||
"infill_combination": "0",
|
"infill_combination": "0",
|
||||||
"sparse_infill_line_width": "0.45",
|
"infill_direction": "45",
|
||||||
|
"infill_jerk": "9",
|
||||||
"infill_wall_overlap": "23%",
|
"infill_wall_overlap": "23%",
|
||||||
|
"inherits": "fdm_process_common",
|
||||||
|
"initial_layer_acceleration": "1000",
|
||||||
|
"initial_layer_infill_speed": "60",
|
||||||
|
"initial_layer_jerk": "9",
|
||||||
|
"initial_layer_line_width": "0.4",
|
||||||
|
"initial_layer_min_bead_width": "85%",
|
||||||
|
"initial_layer_print_height": "0.24",
|
||||||
|
"initial_layer_speed": "40",
|
||||||
|
"initial_layer_travel_speed": "100%",
|
||||||
|
"inner_wall_acceleration": "3000",
|
||||||
|
"inner_wall_jerk": "9",
|
||||||
|
"inner_wall_line_width": "0.4",
|
||||||
|
"inner_wall_speed": "160",
|
||||||
"interface_shells": "0",
|
"interface_shells": "0",
|
||||||
|
"internal_bridge_speed": "150%",
|
||||||
|
"internal_solid_infill_acceleration": "100%",
|
||||||
|
"internal_solid_infill_line_width": "0",
|
||||||
|
"internal_solid_infill_pattern": "monotonic",
|
||||||
|
"internal_solid_infill_speed": "200",
|
||||||
|
"ironing_angle": "-1",
|
||||||
"ironing_flow": "15%",
|
"ironing_flow": "15%",
|
||||||
"ironing_spacing": "0.1",
|
"ironing_pattern": "zig-zag",
|
||||||
|
"ironing_spacing": "0.25",
|
||||||
"ironing_speed": "15",
|
"ironing_speed": "15",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"layer_height": "0.2",
|
"layer_height": "0.2",
|
||||||
"reduce_infill_retraction": "1",
|
"line_width": "0.4",
|
||||||
"filename_format": "{printer_model}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode",
|
"make_overhang_printable": "0",
|
||||||
"detect_overhang_wall": "1",
|
"make_overhang_printable_angle": "55",
|
||||||
|
"make_overhang_printable_hole_size": "0",
|
||||||
|
"max_bridge_length": "10",
|
||||||
|
"max_travel_detour_distance": "0",
|
||||||
|
"max_volumetric_extrusion_rate_slope": "0",
|
||||||
|
"max_volumetric_extrusion_rate_slope_segment_length": "3",
|
||||||
|
"min_bead_width": "85%",
|
||||||
|
"min_feature_size": "25%",
|
||||||
|
"min_width_top_surface": "300%",
|
||||||
|
"minimum_sparse_infill_area": "10",
|
||||||
|
"only_one_wall_first_layer": "0",
|
||||||
|
"only_one_wall_top": "0",
|
||||||
|
"ooze_prevention": "0",
|
||||||
|
"outer_wall_acceleration": "1000",
|
||||||
|
"outer_wall_jerk": "9",
|
||||||
|
"outer_wall_speed": "140",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
"overhang_3_4_speed": "15",
|
"overhang_3_4_speed": "15",
|
||||||
"overhang_4_4_speed": "10",
|
"overhang_4_4_speed": "10",
|
||||||
"inner_wall_line_width": "0.45",
|
"overhang_reverse": "0",
|
||||||
"wall_loops": "3",
|
"overhang_reverse_threshold": "50%",
|
||||||
"print_settings_id": "",
|
"overhang_speed_classic": "0",
|
||||||
"raft_layers": "0",
|
"post_process": [],
|
||||||
"seam_position": "aligned",
|
"precise_outer_wall": "0",
|
||||||
"skirt_distance": "2",
|
"prime_tower_brim_width": "3",
|
||||||
"skirt_height": "1",
|
|
||||||
"skirt_loops": "1",
|
|
||||||
"minimum_sparse_infill_area": "15",
|
|
||||||
"internal_solid_infill_line_width": "0.4",
|
|
||||||
"spiral_mode": "0",
|
|
||||||
"standby_temperature_delta": "-5",
|
|
||||||
"enable_support": "0",
|
|
||||||
"resolution": "0.012",
|
|
||||||
"support_type": "normal(auto)",
|
|
||||||
"support_style": "default",
|
|
||||||
"support_on_build_plate_only": "0",
|
|
||||||
"support_top_z_distance": "0.2",
|
|
||||||
"support_filament": "0",
|
|
||||||
"support_line_width": "0.4",
|
|
||||||
"support_interface_loop_pattern": "0",
|
|
||||||
"support_interface_filament": "0",
|
|
||||||
"support_interface_top_layers": "2",
|
|
||||||
"support_interface_bottom_layers": "2",
|
|
||||||
"support_interface_spacing": "0.5",
|
|
||||||
"support_interface_speed": "80",
|
|
||||||
"support_base_pattern": "rectilinear",
|
|
||||||
"support_base_pattern_spacing": "2.5",
|
|
||||||
"support_speed": "150",
|
|
||||||
"support_threshold_angle": "30",
|
|
||||||
"support_object_xy_distance": "0.35",
|
|
||||||
"tree_support_branch_angle": "45",
|
|
||||||
"tree_support_wall_count": "0",
|
|
||||||
"detect_thin_wall": "0",
|
|
||||||
"top_surface_pattern": "monotonic",
|
|
||||||
"top_surface_line_width": "0.4",
|
|
||||||
"top_shell_layers": "3",
|
|
||||||
"top_shell_thickness": "0.8",
|
|
||||||
"initial_layer_speed": "15",
|
|
||||||
"initial_layer_infill_speed": "20",
|
|
||||||
"outer_wall_speed": "25",
|
|
||||||
"inner_wall_speed": "40",
|
|
||||||
"internal_solid_infill_speed": "40",
|
|
||||||
"top_surface_speed": "30",
|
|
||||||
"gap_infill_speed": "30",
|
|
||||||
"sparse_infill_speed": "50",
|
|
||||||
"travel_speed": "150",
|
|
||||||
"enable_prime_tower": "0",
|
|
||||||
"wipe_tower_no_sparse_layers": "0",
|
|
||||||
"prime_tower_width": "60",
|
"prime_tower_width": "60",
|
||||||
"xy_hole_compensation": "0",
|
"prime_volume": "45",
|
||||||
"xy_contour_compensation": "0"
|
"print_flow_ratio": "1",
|
||||||
|
"print_sequence": "by layer",
|
||||||
|
"raft_contact_distance": "0.1",
|
||||||
|
"raft_expansion": "1.5",
|
||||||
|
"raft_first_layer_density": "90%",
|
||||||
|
"raft_first_layer_expansion": "2",
|
||||||
|
"raft_layers": "0",
|
||||||
|
"reduce_crossing_wall": "0",
|
||||||
|
"reduce_infill_retraction": "1",
|
||||||
|
"resolution": "0.012",
|
||||||
|
"role_based_wipe_speed": "1",
|
||||||
|
"seam_gap": "5%",
|
||||||
|
"seam_position": "aligned",
|
||||||
|
"single_extruder_multi_material_priming": "1",
|
||||||
|
"skirt_distance": "3",
|
||||||
|
"skirt_height": "2",
|
||||||
|
"skirt_loops": "0",
|
||||||
|
"skirt_speed": "50",
|
||||||
|
"slice_closing_radius": "0.049",
|
||||||
|
"slicing_mode": "regular",
|
||||||
|
"slow_down_layers": "0",
|
||||||
|
"slowdown_for_curled_perimeters": "0",
|
||||||
|
"small_perimeter_speed": "50%",
|
||||||
|
"small_perimeter_threshold": "0",
|
||||||
|
"solid_infill_filament": "1",
|
||||||
|
"sparse_infill_acceleration": "100%",
|
||||||
|
"sparse_infill_density": "10%",
|
||||||
|
"sparse_infill_filament": "1",
|
||||||
|
"sparse_infill_line_width": "0.4",
|
||||||
|
"sparse_infill_pattern": "adaptivecubic",
|
||||||
|
"sparse_infill_speed": "200",
|
||||||
|
"spiral_mode": "0",
|
||||||
|
"staggered_inner_seams": "0",
|
||||||
|
"standby_temperature_delta": "-5",
|
||||||
|
"support_angle": "0",
|
||||||
|
"support_base_pattern": "rectilinear",
|
||||||
|
"support_base_pattern_spacing": "0.2",
|
||||||
|
"support_bottom_interface_spacing": "0.5",
|
||||||
|
"support_bottom_z_distance": "0.2",
|
||||||
|
"support_critical_regions_only": "0",
|
||||||
|
"support_expansion": "0",
|
||||||
|
"support_filament": "0",
|
||||||
|
"support_interface_bottom_layers": "-1",
|
||||||
|
"support_interface_filament": "0",
|
||||||
|
"support_interface_loop_pattern": "0",
|
||||||
|
"support_interface_pattern": "rectilinear",
|
||||||
|
"support_interface_spacing": "0.2",
|
||||||
|
"support_interface_speed": "80",
|
||||||
|
"support_interface_top_layers": "3",
|
||||||
|
"support_object_xy_distance": "0.35",
|
||||||
|
"support_on_build_plate_only": "0",
|
||||||
|
"support_remove_small_overhang": "1",
|
||||||
|
"support_speed": "140",
|
||||||
|
"support_style": "grid",
|
||||||
|
"support_threshold_angle": "40",
|
||||||
|
"support_top_z_distance": "0.15",
|
||||||
|
"support_type": "normal(auto)",
|
||||||
|
"thick_bridges": "0",
|
||||||
|
"timelapse_type": "0",
|
||||||
|
"top_shell_layers": "2",
|
||||||
|
"top_solid_infill_flow_ratio": "1",
|
||||||
|
"top_surface_acceleration": "2000",
|
||||||
|
"top_surface_jerk": "9",
|
||||||
|
"top_surface_line_width": "0.4",
|
||||||
|
"top_surface_pattern": "monotonic",
|
||||||
|
"top_surface_speed": "40",
|
||||||
|
"travel_acceleration": "3000",
|
||||||
|
"travel_jerk": "12",
|
||||||
|
"travel_speed": "200",
|
||||||
|
"travel_speed_z": "0",
|
||||||
|
"tree_support_adaptive_layer_height": "1",
|
||||||
|
"tree_support_angle_slow": "25",
|
||||||
|
"tree_support_auto_brim": "1",
|
||||||
|
"tree_support_branch_angle": "40",
|
||||||
|
"tree_support_branch_angle_organic": "40",
|
||||||
|
"tree_support_branch_diameter": "5",
|
||||||
|
"tree_support_branch_diameter_angle": "5",
|
||||||
|
"tree_support_branch_diameter_double_wall": "3",
|
||||||
|
"tree_support_branch_diameter_organic": "2",
|
||||||
|
"tree_support_branch_distance": "5",
|
||||||
|
"tree_support_branch_distance_organic": "1",
|
||||||
|
"tree_support_brim_width": "3",
|
||||||
|
"tree_support_tip_diameter": "0.8",
|
||||||
|
"tree_support_top_rate": "30%",
|
||||||
|
"tree_support_wall_count": "0",
|
||||||
|
"version": "1.7.0.0",
|
||||||
|
"wall_distribution_count": "1",
|
||||||
|
"wall_filament": "1",
|
||||||
|
"wall_generator": "arachne",
|
||||||
|
"wall_infill_order": "inner wall/outer wall/infill",
|
||||||
|
"wall_loops": "3",
|
||||||
|
"wall_transition_angle": "10",
|
||||||
|
"wall_transition_filter_deviation": "25%",
|
||||||
|
"wall_transition_length": "100%",
|
||||||
|
"wipe_on_loops": "0",
|
||||||
|
"wipe_speed": "80%",
|
||||||
|
"wipe_tower_bridging": "10",
|
||||||
|
"wipe_tower_cone_angle": "0",
|
||||||
|
"wipe_tower_extra_spacing": "100%",
|
||||||
|
"wipe_tower_extruder": "0",
|
||||||
|
"wipe_tower_no_sparse_layers": "0",
|
||||||
|
"wipe_tower_rotation_angle": "0",
|
||||||
|
"wiping_volumes_extruders": [
|
||||||
|
"70",
|
||||||
|
"70",
|
||||||
|
"70",
|
||||||
|
"70",
|
||||||
|
"70",
|
||||||
|
"70",
|
||||||
|
"70",
|
||||||
|
"70",
|
||||||
|
"70",
|
||||||
|
"70"
|
||||||
|
],
|
||||||
|
"xy_contour_compensation": "0",
|
||||||
|
"xy_hole_compensation": "0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Creality",
|
"name": "Creality",
|
||||||
"version": "01.07.00.00",
|
"version": "01.08.00.00",
|
||||||
"force_update": "0",
|
"force_update": "0",
|
||||||
"description": "Creality configurations",
|
"description": "Creality configurations",
|
||||||
"machine_model_list": [
|
"machine_model_list": [
|
||||||
|
|||||||
@@ -8,5 +8,5 @@
|
|||||||
"bed_model": "creality_k1max_buildplate_model.stl",
|
"bed_model": "creality_k1max_buildplate_model.stl",
|
||||||
"bed_texture": "creality_k1max_buildplate_texture.png",
|
"bed_texture": "creality_k1max_buildplate_texture.png",
|
||||||
"hotend_model": "",
|
"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_model": "creality_k1_buildplate_model.stl",
|
||||||
"bed_texture": "creality_k1_buildplate_texture.png",
|
"bed_texture": "creality_k1_buildplate_texture.png",
|
||||||
"hotend_model": "",
|
"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",
|
"ironing_type": "no ironing",
|
||||||
"layer_height": "0.12",
|
"layer_height": "0.12",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"layer_height": "0.12",
|
"layer_height": "0.12",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"layer_height": "0.12",
|
"layer_height": "0.12",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"layer_height": "0.15",
|
"layer_height": "0.15",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"layer_height": "0.15",
|
"layer_height": "0.15",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"layer_height": "0.15",
|
"layer_height": "0.15",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_speed": "15",
|
"ironing_speed": "15",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_speed": "15",
|
"ironing_speed": "15",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_speed": "15",
|
"ironing_speed": "15",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "20",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"ironing_speed": "15",
|
"ironing_speed": "15",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
"reduce_infill_retraction": "1",
|
"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",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"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