Compare commits

..

42 Commits

Author SHA1 Message Date
SoftFever
17492c1e5b Fix and update locale 2024-09-25 19:58:26 +08:00
GarlicDebug
fff4da56bd Fixed Make Overhangs Printable and Multicolor Printing conflict (#6896)
Co-authored-by: Jasper <idc@gmail.com>
Co-authored-by: SoftFever <softfeverever@gmail.com>
2024-09-25 19:52:38 +08:00
SoftFever
65fc14209d Fix a bug that wipe tower has missing extrusions when ramming is disabled (#6894)
* Fix a bug that wipe tower has missing extrusions when ramming is disabled.

* hide "Prime all printing extruders" for SEMM printers
2024-09-25 19:34:18 +08:00
Noisyfox
ed41e3e5ce Disable "cut to parts" when dovetail is selected. (#6891)
* Disable "cut to parts" when dovetail is selected.
Sync with latest PrusaSlicer code.

Co-authored-by: YuSanka <yusanka@gmail.com>
2024-09-25 19:31:17 +08:00
Thomas
c552aae8a7 Added new french strings (#6895)
* Added new french strings
2024-09-25 19:30:51 +08:00
GlauTech
d7bc7fa2b2 Update TURKISH translations (#6882)
* Update TURKISH translations
2024-09-25 19:30:19 +08:00
Vovodroid
23eb055cb5 Followup to clones auto arrange: use current plate (#6373)
* Use current plate for auto arrange clones
2024-09-25 19:29:21 +08:00
Azi
8d9ec11fe9 Feature/move plate to the front (#6262)
* WIP:only works after saving and then reloading

* working version of move plate to the front

* added icons for move to front

* removed a commented line

* fixed the move to front function to behave correctly with undo/redo actions

* Merge branch 'main' into feature/move_plate_to_the_front
2024-09-25 19:27:45 +08:00
SoftFever
473c7fb3ef Fix a bed type regression (#6893) 2024-09-24 19:42:47 +08:00
SoftFever
cc950f2016 bump version to 2.2.0-beta2 2024-09-23 21:29:23 +08:00
SoftFever
04c65b750d bump profile version 2024-09-23 21:29:19 +08:00
Vladimir Vukicevic
746a2bfb2d Fix input box widths in calibration UI (#6587)
* Fix input box widths in calibration panels

* Merge branch 'main' into fix-calibration-ui
2024-09-23 20:48:25 +08:00
Robert Schiele
711ec0506b Fix building errors when precompiled header support is disabled (#6879)
Here are more missing header files recently identified by building
without precompiled header support.
2024-09-23 19:26:18 +08:00
Heiko Liebscher
11146b14cd add new de for new features (#6873) 2024-09-23 19:14:32 +08:00
Vovodroid
69f521fdcf Arachne "one top wall" fix and refactor (#6236)
* One top wall fixes

* Use one wall threshold set in GUI without limiting

* Updates to one wall top perimeter to address splitting top surface against too small segments and lettering overlap.

* Fix precise wall

* Merge branch 'main' into one-top-wall-fix-pr

* Merge branch 'main' into one-top-wall-fix-pr
2024-09-23 19:14:04 +08:00
inkeliz
38cd758e94 Disable Arc Fitting for FlashForge (#6855)
Some printers (FlashForge Adventurer 5M and FlashForge Adventurer 5M Pro) have issues related to Arc Fitting.

Source:
https://www.reddit.com/r/FlashForge/comments/1cu1rnq/psa_disable_arc_fitting_in_orcaslicer_on_ad5m/
https://www.reddit.com/r/FlashForge/comments/1dw99d5/ad5m_pro_move_que_overflow/
https://www.reddit.com/r/FlashForge/comments/1ct0uck/my_a5m_stopped_mid_print/

Co-authored-by: SoftFever <softfeverever@gmail.com>
2024-09-23 00:42:32 +08:00
Noisyfox
9d3d242453 Improve fuzzy skin with modifier (#6759)
* Pass all compatible regions to perimeter generator

* Simplify & unify fuzzify detection

* Simplify `to_thick_polyline`

* Group regions by fuzzy skin settings

* Initial code structure of multi-regional fuzzy skin

* Determine fuzzy type by all compatible regions

* Add fuzzy region debug

* Implement the line split algorithm

* Do splitted fuzzy in classic mode

* Disable debug macros

* Fix infinit loop issue when segment points are out of order

* Fix path connection

* Implement splitted fuzzy in Arachne mode
2024-09-23 00:41:17 +08:00
SoftFever
3d3633f110 update locales 2024-09-23 00:37:29 +08:00
Heiko Liebscher
7d679fdc7d add new de translations for 2.2.0 beta (#6861)
add new translations
2024-09-23 00:18:26 +08:00
SoftFever
96effc179b support downloading from makerworld on Mac by default. (#6867)
handle bambustudioopen on Mac by default
2024-09-22 16:49:14 +08:00
SoftFever
99d4d0957a Add support for textured cool plate (#6860)
support textured cool plate
2024-09-22 16:48:49 +08:00
SoftFever
c28fd550f3 Add Mellow M1 printer profiles 2024-09-21 22:59:25 +08:00
Mikkel Schmidt
48c56e12ae Fix invalid START_PRINT in unofficial Rat Rig profiles. (#6838)
* Fix invalid START_PRINT in unofficial Rat Rig profiles.
2024-09-20 22:02:28 +08:00
cochcoder
661183b48f Fix not being able to create new filaments for Dremel 3D45, 3D40, & 3D20 (#6837)
* Allow users to base off the generic filament

* Merge branch 'SoftFever:main' into Dremel-3D45-fix
2024-09-20 21:56:51 +08:00
HYzd766
a7924a662e Qidi.json (#6841)
* Qidi.json

* Merge branch 'main' into p1
2024-09-20 21:55:57 +08:00
Tom
24ae14f1d8 Revert "Tsmith35 per BS PR4631 (#6709)" (#6845)
* Revert "Tsmith35 per BS PR4631 (#6709)"

This reverts commit c8216accfd.
2024-09-20 21:55:20 +08:00
Nobu
d39947d204 Update Ender-3 V2 Neo start G-Code to include mesh leveling (#6832)
* feat: update Ender-3 V2 Neo start G-Code to include mesh leveling

* fix: semicolon format

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
2024-09-20 00:12:36 +08:00
SoftFever
eb8f9bba4f update check profile to use 24.04 2024-09-20 00:10:58 +08:00
SoftFever
ec3c48d95e fix profile error 2024-09-20 00:09:00 +08:00
Noisyfox
8b8c0cad2a FIX:open or replace 3MF file case insensitive (#6802)
jira: STUDIO-7678
Change-Id: I32b34efa053da25edab80ebff1cfe0a414042dd5
(cherry picked from commit fa07ae4d21d3c4cf5286a38f2cc0a35363a5f53a)

Co-authored-by: zhou.xu <zhou.xu@bambulab.com>
2024-09-19 00:03:57 +08:00
Noisyfox
47965b02d3 Fix small top/bottom solid infill filtering (#6794)
* Fix issue that small sparse gaps are not filtered out correctly

* Fix code order
2024-09-19 00:02:16 +08:00
Thomas
8aac37de6a New French translations and fixed c-boost format in pot/po files (#6803)
New French translations and fixed c-boost format in pot file.
2024-09-19 00:01:13 +08:00
SoftFever
d5d3bab82e Fixed a bug that YOLO flow calibration didn't work for Fr/De languages 2024-09-18 23:59:46 +08:00
SoftFever
74bb4eb284 locale tweak 2024-09-18 23:58:59 +08:00
Andrey Helldar
ad99c30bca Added Russian translation for missing phrases (2.1.1) (#6778)
* Translation of missing phrases into Russian. Part 1

* Translation of missing phrases into Russian. Part 2

* Returned special terms that do not require translation and corrected an error

* Update localization/i18n/ru/OrcaSlicer_ru.po

* Some fixes

* Removed unnecessary format check rules
2024-09-18 22:38:15 +08:00
Noisyfox
ad6ea3fb06 Fix crash when first layer is empty (#6817)
* Fix crash when first layer is empty (SoftFever/OrcaSlicer#6807)
2024-09-18 22:34:36 +08:00
Co Print 3D Printing Technologies
587e839397 Adding Co Print profiles (#6791)
* Adding Co print profiles

* remove filament_z_hop_types

---------

Co-authored-by: Youssef Mohamed / Yusuf Kaya <38719545+yousefabohend@users.noreply.github.com>
2024-09-18 08:40:52 +08:00
artillery3dlab
265bc8453c Artillery Resources Profiles Update (#6754)
* Artillery proflies update

* Artillery Resources Profiles Update

---------

Co-authored-by: chenyipeng <1192633120@qq.com>
2024-09-16 22:13:19 +08:00
Carlos Francisco Caruncho Serrano
4f70057727 Spanish translation update (#6779)
* Update OrcaSlicer_es.po
2024-09-15 23:31:47 +08:00
Noisyfox
375816d331 Fix fuzzy skin randomness for Arachne wall generator (#6770)
* Fix fuzzy skin randomness for Arachne wall generator (SoftFever/OrcaSlicer#6228)
2024-09-15 23:27:54 +08:00
SoftFever
6ca1741e83 Check and use data_dir folder if exists under application path (#6780) 2024-09-15 22:58:41 +08:00
Tom
c8216accfd Tsmith35 per BS PR4631 (#6709)
ENH: support spiral lift with timelapse gcode
The existing implementation did only read the new Z position from the injected timelapse_gcode and flagged the position as unsafe because of this.

This change reads X, Y and Z pos from the timelapgse_gcode and will keep the position state correct to enable safety checks required for using spiral Z hop.

Because of this, spiral Z hop can be used everyhwere now. The same pattern is also applied for layer_change/toolhead gcode injection.

The set_current_position_clear method is unused but will be kept in implementation for future scenarios.

Co-authored-by: Simon ziehmon@users.noreply.github.com
2024-09-14 23:52:04 +08:00
397 changed files with 11382 additions and 768 deletions

View File

@@ -18,7 +18,7 @@ on:
jobs:
check_translation:
name: Check profiles
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v4

View File

@@ -37,6 +37,14 @@
<array>
<string>orcaslicer</string>
</array>
</dict>
<dict>
<key>CFBundleURLName</key>
<string>BambuStudio Downloads</string>
<key>CFBundleURLSchemes</key>
<array>
<string>bambustudioopen</string>
</array>
</dict>
</array>
<key>CFBundleDocumentTypes</key>

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n"
"POT-Creation-Date: 2024-09-25 19:57+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -5516,6 +5516,9 @@ msgstr ""
msgid "Edit current plate name"
msgstr ""
msgid "Move plate to the front"
msgstr ""
msgid "Customize current plate"
msgstr ""
@@ -7247,6 +7250,14 @@ msgid ""
"does not support to print on the Cool Plate"
msgstr ""
msgid "Textured Cool plate"
msgstr ""
msgid ""
"Bed temperature when cool plate is installed. Value 0 means the filament "
"does not support to print on the Textured Cool Plate"
msgstr ""
msgid "Engineering plate"
msgstr ""
@@ -8904,6 +8915,11 @@ msgstr ""
msgid "°C"
msgstr ""
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Textured Cool Plate"
msgstr ""
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Engineering Plate"
@@ -8930,6 +8946,11 @@ msgid ""
"support to print on the Cool Plate"
msgstr ""
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Textured Cool Plate"
msgstr ""
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Engineering Plate"
@@ -8948,12 +8969,18 @@ msgstr ""
msgid "Bed types supported by the printer"
msgstr ""
msgid "Cool Plate"
msgid "Smooth Cool Plate"
msgstr ""
msgid "Engineering Plate"
msgstr ""
msgid "Smooth High Temp Plate"
msgstr ""
msgid "Textured Cool Plate"
msgstr ""
msgid "First layer print sequence"
msgstr ""
@@ -9799,7 +9826,7 @@ msgstr ""
msgid "Enable adaptive pressure advance (beta)"
msgstr ""
#, possible-c-format, possible-boost-format
#, no-c-format, no-boost-format
msgid ""
"With increasing print speeds (and hence increasing volumetric flow through "
"the nozzle) and increasing accelerations, it has been observed that the "
@@ -9824,6 +9851,7 @@ msgstr ""
msgid "Adaptive pressure advance measurements (beta)"
msgstr ""
#, no-c-format, no-boost-format
msgid ""
"Add sets of pressure advance (PA) values, the volumetric flow speeds and "
"accelerations they were measured at, separated by a comma. One set of values "

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n"
"POT-Creation-Date: 2024-09-25 19:57+0800\n"
"PO-Revision-Date: 2024-07-07 18:43+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -5927,6 +5927,9 @@ msgstr "Bloquejar la placa actual"
msgid "Edit current plate name"
msgstr "Editar el nom de la placa actual"
msgid "Move plate to the front"
msgstr ""
msgid "Customize current plate"
msgstr "Personalitzar la placa actual"
@@ -7903,6 +7906,14 @@ msgstr ""
"Temperatura del llit quan s'instal·la la Base Freda. El valor 0 significa "
"que el filament no admet imprimir a la Base Freda"
msgid "Textured Cool plate"
msgstr ""
msgid ""
"Bed temperature when cool plate is installed. Value 0 means the filament "
"does not support to print on the Textured Cool Plate"
msgstr ""
msgid "Engineering plate"
msgstr "Base d'enginyeria"
@@ -9793,6 +9804,11 @@ msgstr ""
msgid "°C"
msgstr "°C"
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Textured Cool Plate"
msgstr ""
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Engineering Plate"
@@ -9827,6 +9843,11 @@ msgstr ""
"Temperatura del llit en la capa inicial. El valor 0 significa que el "
"filament no admet imprimir a la Base Freda"
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Textured Cool Plate"
msgstr ""
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Engineering Plate"
@@ -9851,12 +9872,18 @@ msgstr ""
msgid "Bed types supported by the printer"
msgstr "Tipus de llit suportats per la impressora"
msgid "Cool Plate"
msgstr "Base Freda"
msgid "Smooth Cool Plate"
msgstr ""
msgid "Engineering Plate"
msgstr "Base d'Enginyeria"
msgid "Smooth High Temp Plate"
msgstr ""
msgid "Textured Cool Plate"
msgstr ""
msgid "First layer print sequence"
msgstr "Seqüència d'impressió de primera capa"
@@ -10892,7 +10919,7 @@ msgstr "Avanç de Pressió Lineal( Klipper ) AKA Factor d'Avanç Lineal( Marlin
msgid "Enable adaptive pressure advance (beta)"
msgstr ""
#, c-format, boost-format
#, no-c-format, no-boost-format
msgid ""
"With increasing print speeds (and hence increasing volumetric flow through "
"the nozzle) and increasing accelerations, it has been observed that the "
@@ -10917,6 +10944,7 @@ msgstr ""
msgid "Adaptive pressure advance measurements (beta)"
msgstr ""
#, no-c-format, no-boost-format
msgid ""
"Add sets of pressure advance (PA) values, the volumetric flow speeds and "
"accelerations they were measured at, separated by a comma. One set of values "
@@ -17294,6 +17322,9 @@ msgstr ""
"augmentar adequadament la temperatura del llit pot reduir la probabilitat de "
"deformació."
#~ msgid "Cool Plate"
#~ msgstr "Base Freda"
#~ msgid "Reverse on odd"
#~ msgstr "Invertir en capes senars"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n"
"POT-Creation-Date: 2024-09-25 19:57+0800\n"
"PO-Revision-Date: 2023-09-30 15:15+0200\n"
"Last-Translator: René Mošner <Renemosner@seznam.cz>\n"
"Language-Team: \n"
@@ -5801,6 +5801,9 @@ msgstr "Zamknout aktuální podložku"
msgid "Edit current plate name"
msgstr ""
msgid "Move plate to the front"
msgstr ""
msgid "Customize current plate"
msgstr "Přizpůsobit aktuální podložku"
@@ -7687,6 +7690,14 @@ msgstr ""
"Toto je teplota podložky, když je Cool podložka. Hodnota 0 znamená, že "
"filament nepodporuje tisk na Cool Podložku"
msgid "Textured Cool plate"
msgstr ""
msgid ""
"Bed temperature when cool plate is installed. Value 0 means the filament "
"does not support to print on the Textured Cool Plate"
msgstr ""
msgid "Engineering plate"
msgstr "Engineering podložka"
@@ -9482,6 +9493,11 @@ msgstr ""
msgid "°C"
msgstr "°C"
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Textured Cool Plate"
msgstr ""
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Engineering Plate"
@@ -9516,6 +9532,11 @@ msgstr ""
"Toto je teplota podložky první vrstvy. Hodnota 0 znamená filament "
"nepodporuje tisk na Cool Podložku"
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Textured Cool Plate"
msgstr ""
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Engineering Plate"
@@ -9540,12 +9561,18 @@ msgstr ""
msgid "Bed types supported by the printer"
msgstr "Typy podložek podporované tiskárnou"
msgid "Cool Plate"
msgstr "Cool Podložka"
msgid "Smooth Cool Plate"
msgstr ""
msgid "Engineering Plate"
msgstr "Engineering Podložka"
msgid "Smooth High Temp Plate"
msgstr ""
msgid "Textured Cool Plate"
msgstr ""
msgid "First layer print sequence"
msgstr "Sekvence tisku první vrstvy"
@@ -10478,7 +10505,7 @@ msgstr "Předstih tlaku (Klipper) AKA Lineární faktor předstihu (Marlin)"
msgid "Enable adaptive pressure advance (beta)"
msgstr ""
#, c-format, boost-format
#, no-c-format, no-boost-format
msgid ""
"With increasing print speeds (and hence increasing volumetric flow through "
"the nozzle) and increasing accelerations, it has been observed that the "
@@ -10503,6 +10530,7 @@ msgstr ""
msgid "Adaptive pressure advance measurements (beta)"
msgstr ""
#, no-c-format, no-boost-format
msgid ""
"Add sets of pressure advance (PA) values, the volumetric flow speeds and "
"accelerations they were measured at, separated by a comma. One set of values "
@@ -16273,6 +16301,9 @@ msgid ""
"probability of warping."
msgstr ""
#~ msgid "Cool Plate"
#~ msgstr "Cool Podložka"
#~ msgid "Reverse on odd"
#~ msgstr "Obrátit na lichých"

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n"
"POT-Creation-Date: 2024-09-25 19:57+0800\n"
"PO-Revision-Date: \n"
"Last-Translator: Heiko Liebscher <hliebschergmail.com>\n"
"Language-Team: \n"
@@ -4847,10 +4847,10 @@ msgid "Clone copies of selections"
msgstr "Ausgewählte Kopien duplizieren"
msgid "Duplicate Current Plate"
msgstr ""
msgstr "Aktuelle Druckplatte duplizieren"
msgid "Duplicate the current plate"
msgstr ""
msgstr "Dupliziert die aktuelle Druckplatte"
msgid "Select all"
msgstr "Alles auswählen"
@@ -5980,6 +5980,9 @@ msgstr "Speere aktuelle Platte"
msgid "Edit current plate name"
msgstr "Bearbeite den Namen der aktuellen Platte"
msgid "Move plate to the front"
msgstr ""
msgid "Customize current plate"
msgstr "Aktuelle Platte anpassen"
@@ -7974,6 +7977,17 @@ msgstr ""
"Wert von 0 bedeutet, dass das Filament auf der kalten Druckplatte nicht "
"unterstützt."
msgid "Textured Cool plate"
msgstr "Texturierte kalte Druckplatte"
msgid ""
"Bed temperature when cool plate is installed. Value 0 means the filament "
"does not support to print on the Textured Cool Plate"
msgstr ""
"Dies ist die Betttemperatur, wenn die kalte Druckplatte installiert ist. Ein "
"Wert von 0 bedeutet, dass das Filament auf der texturierten kalten "
"Druckplatte nicht unterstützt wird."
msgid "Engineering plate"
msgstr "Technische Druckplatte"
@@ -9893,6 +9907,14 @@ msgstr ""
msgid "°C"
msgstr "°C"
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Textured Cool Plate"
msgstr ""
"Dies ist die Betttemperatur für Schichten mit Ausnahme der Ersten. Ein Wert "
"von 0 bedeutet, dass das Filament auf der strukturierten kalten Druckplatte "
"nicht unterstützt wird."
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Engineering Plate"
@@ -9929,6 +9951,14 @@ msgstr ""
"Dies ist die Betttemperatur der ersten Schicht. Ein Wert von 0 bedeutet, "
"dass das Filament auf der kalten Druckplatte nicht unterstützt wird."
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Textured Cool Plate"
msgstr ""
"Dies ist die Betttemperatur der ersten Schicht. Ein Wert von 0 bedeutet, "
"dass das Filament auf der strukturierten kalten Druckplatte nicht "
"unterstützt wird."
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Engineering Plate"
@@ -9953,12 +9983,18 @@ msgstr ""
msgid "Bed types supported by the printer"
msgstr "Vom Drucker unterstützte Druckbettypen"
msgid "Cool Plate"
msgstr "Kalte Druckplatte"
msgid "Smooth Cool Plate"
msgstr "Glatte kalte Druckplatte"
msgid "Engineering Plate"
msgstr "Technische Druckplatte"
msgid "Smooth High Temp Plate"
msgstr "Glatte Hochtemperatur-Druckplatte"
msgid "Textured Cool Plate"
msgstr "Strukturierte kalte Druckplatte"
msgid "First layer print sequence"
msgstr "Erste Schicht Druckreihenfolge"
@@ -10272,7 +10308,7 @@ msgstr ""
"in denen Brücken nicht verankert werden können."
msgid "Reverse on even"
msgstr ""
msgstr "Umkehren auf geraden Schichten"
msgid "Overhang reversal"
msgstr "Überhangsumkehr"
@@ -10285,6 +10321,12 @@ msgid ""
"This setting can also help reduce part warping due to the reduction of "
"stresses in the part walls."
msgstr ""
"Extrudieren Sie Umfänge, die über einem Überhang liegen, in umgekehrter "
"Richtung auf geraden Schichten. Dieses abwechselnde Muster kann steile "
"Überhänge drastisch verbessern.\n"
"\n"
"Diese Einstellung kann auch dazu beitragen, das Verziehen des Teils aufgrund "
"der Reduzierung der Spannungen in den Teilwänden zu verringern."
msgid "Reverse only internal perimeters"
msgstr "Nur interne Umfänge umkehren"
@@ -10303,6 +10345,20 @@ msgid ""
"Reverse Threshold to 0 so that all internal walls print in alternating "
"directions on even layers irrespective of their overhang degree."
msgstr ""
"Wenden Sie die Logik der umgekehrten Umfänge nur auf interne Umfänge an.\n"
"\n"
"Diese Einstellung reduziert die Spannungen im Teil erheblich, da sie jetzt "
"in abwechselnde Richtungen verteilt sind. Dies sollte das Verziehen des "
"Teils reduzieren und gleichzeitig die Qualität der äußeren Wand erhalten. "
"Diese Funktion kann sehr nützlich für Materialien sein, die zum Verziehen "
"neigen, wie ABS/ASA, und auch für elastische Filamente, wie TPU und Seiden-"
"PLA. Sie kann auch dazu beitragen, das Verziehen in schwebenden Bereichen "
"über Stützen zu reduzieren.\n"
"\n"
"Damit diese Einstellung am effektivsten ist, wird empfohlen, den "
"Umkehrschwellenwert auf 0 zu setzen, damit alle internen Wände auf geraden "
"Schichten unabhängig von ihrem Überhangswinkel in abwechselnden Richtungen "
"gedruckt werden."
msgid "Bridge counterbore holes"
msgstr "Brücken für Senkungen"
@@ -10339,6 +10395,9 @@ msgid ""
"useful. Can be a % of the perimeter width.\n"
"Value 0 enables reversal on every even layers regardless."
msgstr ""
"Anzahl der Millimeter, die der Überhang betragen muss, damit die Umkehrung "
"als nützlich angesehen wird. Kann ein Prozentsatz der Umfangsbreite sein.\n"
"Der Wert 0 aktiviert die Umkehrung auf jeder geraden Schicht."
msgid "Classic mode"
msgstr "Klassicher Modus"
@@ -10942,6 +11001,12 @@ msgid ""
"\n"
"This option will be disabled if spiral vase mode is enabled."
msgstr ""
"Die Richtung, in der die Wand-Schleifen extrudiert werdenStandardmäßig "
"werden alle Wände gegen den Uhrzeigersinn extrudiert, es sei denn, die "
"Option Umkehrung bei geraden Schichten ist aktiviert. Wenn diese Option auf "
"einen anderen Wert als Auto gesetzt wird, wird die Wandrichtung unabhängig "
"von der Umkehrung bei geraden Schichten festgelegt.\n"
"Diese Option wird deaktiviert, wenn der Spiral-Vase-Modus aktiviert ist."
msgid "Counter clockwise"
msgstr "Gegen den Uhrzeigersinn"
@@ -11111,9 +11176,9 @@ msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)"
msgstr "Pressure advance(Klipper)AKA Linear advance Faktor(Marlin)"
msgid "Enable adaptive pressure advance (beta)"
msgstr ""
msgstr "Adaptive Pressure Advance aktivieren (Beta)"
#, c-format, boost-format
#, no-c-format, no-boost-format
msgid ""
"With increasing print speeds (and hence increasing volumetric flow through "
"the nozzle) and increasing accelerations, it has been observed that the "
@@ -11159,6 +11224,7 @@ msgstr ""
msgid "Adaptive pressure advance measurements (beta)"
msgstr "Adaptive Pressure Advance Messung (experimentell)"
#, no-c-format, no-boost-format
msgid ""
"Add sets of pressure advance (PA) values, the volumetric flow speeds and "
"accelerations they were measured at, separated by a comma. One set of values "
@@ -17691,6 +17757,9 @@ msgstr ""
"wie z.B. ABS, durch eine entsprechende Erhöhung der Heizbetttemperatur die "
"Wahrscheinlichkeit von Verwerfungen verringert werden kann."
#~ msgid "Cool Plate"
#~ msgstr "Kalte Druckplatte"
#~ msgid "Reverse on odd"
#~ msgstr "Umkehren bei ungeraden Schichten"

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n"
"POT-Creation-Date: 2024-09-25 19:57+0800\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -5755,6 +5755,9 @@ msgstr ""
msgid "Edit current plate name"
msgstr ""
msgid "Move plate to the front"
msgstr ""
msgid "Customize current plate"
msgstr ""
@@ -7652,6 +7655,14 @@ msgstr ""
"This is the bed temperature when the cool plate is installed. A value of 0 "
"means the filament does not support printing on the Cool Plate."
msgid "Textured Cool plate"
msgstr ""
msgid ""
"Bed temperature when cool plate is installed. Value 0 means the filament "
"does not support to print on the Textured Cool Plate"
msgstr ""
msgid "Engineering plate"
msgstr "Engineering plate"
@@ -9429,6 +9440,11 @@ msgstr ""
msgid "°C"
msgstr "°C"
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Textured Cool Plate"
msgstr ""
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Engineering Plate"
@@ -9463,6 +9479,11 @@ msgstr ""
"This is the bed temperature of the first layer. A value of 0 means the "
"filament does not support printing on the Cool Plate."
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Textured Cool Plate"
msgstr ""
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Engineering Plate"
@@ -9487,12 +9508,18 @@ msgstr ""
msgid "Bed types supported by the printer"
msgstr "Bed types supported by the printer"
msgid "Cool Plate"
msgstr "Cool Plate"
msgid "Smooth Cool Plate"
msgstr ""
msgid "Engineering Plate"
msgstr "Engineering Plate"
msgid "Smooth High Temp Plate"
msgstr ""
msgid "Textured Cool Plate"
msgstr ""
msgid "First layer print sequence"
msgstr "First layer print sequence"
@@ -10405,7 +10432,7 @@ msgstr ""
msgid "Enable adaptive pressure advance (beta)"
msgstr ""
#, c-format, boost-format
#, no-c-format, no-boost-format
msgid ""
"With increasing print speeds (and hence increasing volumetric flow through "
"the nozzle) and increasing accelerations, it has been observed that the "
@@ -10430,6 +10457,7 @@ msgstr ""
msgid "Adaptive pressure advance measurements (beta)"
msgstr ""
#, no-c-format, no-boost-format
msgid ""
"Add sets of pressure advance (PA) values, the volumetric flow speeds and "
"accelerations they were measured at, separated by a comma. One set of values "
@@ -16116,6 +16144,9 @@ msgstr ""
"ABS, appropriately increasing the heatbed temperature can reduce the "
"probability of warping?"
#~ msgid "Cool Plate"
#~ msgstr "Cool Plate"
#~ msgid ""
#~ "While printing by Object, the extruder may collide skirt.\n"
#~ "Thus, reset the skirt layer to 1 to avoid that."

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n"
"POT-Creation-Date: 2024-09-25 19:57+0800\n"
"PO-Revision-Date: \n"
"Last-Translator: Carlos Fco. Caruncho Serrano <puzzlero@gmail.com>\n"
"Language-Team: \n"
@@ -4837,10 +4837,10 @@ msgid "Clone copies of selections"
msgstr "Clonar copias de selecciones"
msgid "Duplicate Current Plate"
msgstr ""
msgstr "Duplicar Placa Actual"
msgid "Duplicate the current plate"
msgstr ""
msgstr "Duplicar la placa actual"
msgid "Select all"
msgstr "Seleccionar Todo"
@@ -5961,6 +5961,9 @@ msgstr "Bloquear bandeja actual"
msgid "Edit current plate name"
msgstr "Editar el nombre de la bandeja actual"
msgid "Move plate to the front"
msgstr ""
msgid "Customize current plate"
msgstr "Personalizar bandeja actual"
@@ -7946,6 +7949,14 @@ msgstr ""
"Un valor de 0 significa que el filamento no admite la impresión en la "
"Bandeja Fría"
msgid "Textured Cool plate"
msgstr ""
msgid ""
"Bed temperature when cool plate is installed. Value 0 means the filament "
"does not support to print on the Textured Cool Plate"
msgstr ""
msgid "Engineering plate"
msgstr "Bandeja de Ingeniería"
@@ -9851,6 +9862,11 @@ msgstr ""
msgid "°C"
msgstr "°C"
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Textured Cool Plate"
msgstr ""
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Engineering Plate"
@@ -9887,6 +9903,11 @@ msgstr ""
"Esta es la temperatura de la cama de la primera capa. Un valor de 0 "
"significa que el filamento no admite la impresión en la Bandeja Fría"
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Textured Cool Plate"
msgstr ""
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Engineering Plate"
@@ -9913,12 +9934,18 @@ msgstr ""
msgid "Bed types supported by the printer"
msgstr "Tipos de cama que admite la impresora"
msgid "Cool Plate"
msgstr "Bandeja Fría"
msgid "Smooth Cool Plate"
msgstr ""
msgid "Engineering Plate"
msgstr "Bandeja de Ingeniería"
msgid "Smooth High Temp Plate"
msgstr ""
msgid "Textured Cool Plate"
msgstr ""
msgid "First layer print sequence"
msgstr "Secuencia de impresión de primera capa"
@@ -10234,7 +10261,7 @@ msgstr ""
"puentes no pueden ser anclados."
msgid "Reverse on even"
msgstr ""
msgstr "Revertir en sentido inverso"
msgid "Overhang reversal"
msgstr "Inversión de voladizo"
@@ -10247,6 +10274,12 @@ msgid ""
"This setting can also help reduce part warping due to the reduction of "
"stresses in the part walls."
msgstr ""
"Extruya los perímetros que tienen una parte sobre un voladizo en sentido "
"inverso en capas pares. Este patrón alterno puede mejorar drásticamente los "
"voladizos pronunciados.\n"
"\n"
"Este ajuste también puede ayudar a reducir el warping de la pieza debido a "
"la reducción de tensiones en las paredes de la pieza."
msgid "Reverse only internal perimeters"
msgstr "Invertir solo los perímetros internos"
@@ -10265,6 +10298,18 @@ msgid ""
"Reverse Threshold to 0 so that all internal walls print in alternating "
"directions on even layers irrespective of their overhang degree."
msgstr ""
"Aplique la lógica de perímetros inversos sólo en perímetros internos.\n"
"\n"
"Esta configuración reduce en gran medida las tensiones de la pieza, ya que "
"ahora se distribuyen en direcciones alternas. Esto debería reducir el alabeo "
"de la pieza mientras se mantiene la calidad de la pared externa. Esta "
"característica puede ser muy útil para materiales propensos al alabeo, como "
"ABS/ASA, y también para filamentos elásticos, como TPU y Silk PLA. También "
"puede ayudar a reducir el alabeo en regiones flotantes sobre soportes.\n"
"\n"
"Para que este ajuste sea más eficaz, se recomienda establecer el Umbral "
"inverso en 0 para que todas las paredes internas se impriman en direcciones "
"alternas en capas iguales, independientemente de su grado de voladizo."
msgid "Bridge counterbore holes"
msgstr "Crear puentes en agujeros con avellanado"
@@ -10302,6 +10347,9 @@ msgid ""
"useful. Can be a % of the perimeter width.\n"
"Value 0 enables reversal on every even layers regardless."
msgstr ""
"Número de mm que debe tener el voladizo para que la inversión se considere "
"útil. Puede ser % del ancho del perímetro.\n"
"El valor 0 permite la inversión en todas las capas pares."
msgid "Classic mode"
msgstr "Modo clásico"
@@ -10624,6 +10672,33 @@ msgid ""
"overhang. This option is useful for heavily slanted top surface models. "
"However, in most cases it creates too many unnecessary bridges."
msgstr ""
"Esta opción puede ayudar a reducir el acolchado en las superficies "
"superiores de los modelos muy inclinados o curvados.\n"
"\n"
"Por defecto, los pequeños puentes internos se filtran y el relleno sólido "
"interno se imprime directamente sobre el relleno disperso. Esto funciona "
"bien en la mayoría de los casos, acelerando la impresión sin comprometer "
"demasiado la calidad de la superficie superior.\n"
"\n"
"Sin embargo, en modelos muy inclinados o curvados, especialmente cuando se "
"utiliza una densidad de relleno disperso demasiado baja, esto puede dar "
"lugar a la curvatura del relleno sólido no soportado, causando pillowing.\n"
"\n"
"Si se desactiva esta opción, se imprimirá la capa puente interna sobre el "
"relleno sólido interno ligeramente sin soporte. Las opciones siguientes "
"controlan la cantidad de filtrado, es decir, la cantidad de puentes internos "
"creados.\n"
"\n"
"Filtro - active esta opción. Este es el comportamiento por defecto y "
"funciona bien en la mayoría de los casos.\n"
"\n"
"Filtrado limitado - crea puentes internos en superficies muy inclinadas, "
"evitando crear puentes internos innecesarios. Esto funciona bien para la "
"mayoría de los modelos difíciles.\n"
"\n"
"Sin filtro: crea puentes internos en todos los posibles salientes internos. "
"Esta opción es útil para modelos de superficie superior muy inclinada. Sin "
"embargo, en la mayoría de los casos crea demasiados puentes innecesarios."
msgid "Filter"
msgstr "Filtro"
@@ -10880,6 +10955,15 @@ msgid ""
"\n"
"This option will be disabled if spiral vase mode is enabled."
msgstr ""
"La dirección en la que se extruyen los bucles de pared cuando se mira hacia "
"abajo desde la parte superior.\n"
"\n"
"Por defecto, todos los muros se extruyen en el sentido contrario a las "
"agujas del reloj, a menos que esté activada la opción Invertir en par. "
"Establecer esto a cualquier opción que no sea Auto forzará la dirección de "
"la pared independientemente de la Inversión en par.\n"
"\n"
"Esta opción estará desactivada si el modo jarrón en espiral está activado."
msgid "Counter clockwise"
msgstr "En sentido contrario a las agujas del reloj"
@@ -11051,7 +11135,7 @@ msgstr "Pressure Advance(Klipper) AKA Factor de avance lineal(Marlin)"
msgid "Enable adaptive pressure advance (beta)"
msgstr "Activar Avance de Presión Lineal Adaptativo (beta)"
#, c-format, boost-format
#, no-c-format, no-boost-format
msgid ""
"With increasing print speeds (and hence increasing volumetric flow through "
"the nozzle) and increasing accelerations, it has been observed that the "
@@ -11095,6 +11179,7 @@ msgstr ""
msgid "Adaptive pressure advance measurements (beta)"
msgstr "Medidas de avance lineal de presión adaptativo (beta)"
#, no-c-format, no-boost-format
msgid ""
"Add sets of pressure advance (PA) values, the volumetric flow speeds and "
"accelerations they were measured at, separated by a comma. One set of values "
@@ -17647,6 +17732,9 @@ msgstr ""
"aumentar adecuadamente la temperatura del lecho térmico puede reducir la "
"probabilidad de deformaciones."
#~ msgid "Cool Plate"
#~ msgstr "Bandeja Fría"
#~ msgid "Reverse on odd"
#~ msgstr "Invertir en impar"

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n"
"POT-Creation-Date: 2024-09-25 19:57+0800\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: Guislain Cyril, Thomas Lété\n"
@@ -4832,10 +4832,10 @@ msgid "Clone copies of selections"
msgstr "Cloner des copies de sélections"
msgid "Duplicate Current Plate"
msgstr ""
msgstr "Dupliquer la plaque actuelle"
msgid "Duplicate the current plate"
msgstr ""
msgstr "Dupliquer la plaque actuelle"
msgid "Select all"
msgstr "Tout sélectionner"
@@ -5885,7 +5885,7 @@ msgid "Sensitivity of pausing is"
msgstr "La sensibilité de pause est"
msgid "Enable detection of build plate position"
msgstr "Activation de la détection de la position de la plaque"
msgstr "Activation de la détection de la position du plateau"
msgid ""
"The localization tag of build plate is detected, and printing is paused if "
@@ -5963,6 +5963,9 @@ msgstr "Verrouiller le plateau actuel"
msgid "Edit current plate name"
msgstr "Modifier le nom du plateau actuel"
msgid "Move plate to the front"
msgstr ""
msgid "Customize current plate"
msgstr "Personnaliser le plateau actuel"
@@ -7990,6 +7993,17 @@ msgstr ""
"plate\") est installé. Une valeur à 0 signifie que ce filament ne peut pas "
"être imprimé sur le plateau froid."
msgid "Textured Cool plate"
msgstr "Plaque Cool plate texturée"
msgid ""
"Bed temperature when cool plate is installed. Value 0 means the filament "
"does not support to print on the Textured Cool Plate"
msgstr ""
"Température du plateau lorsque la plaque Cool plate est installée. La valeur "
"0 signifie que le filament ne peut pas être imprimé sur la plaque Cool plate "
"texturée."
msgid "Engineering plate"
msgstr "Plaque Engineering"
@@ -9935,6 +9949,14 @@ msgstr ""
msgid "°C"
msgstr "°C"
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Textured Cool Plate"
msgstr ""
"Température du plateau pour les couches à lexception de la couche initiale. "
"La valeur 0 signifie que le filament ne peut pas être imprimé sur la plaque "
"Cool plate texturée."
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Engineering Plate"
@@ -9972,6 +9994,13 @@ msgstr ""
"0 signifie que ce filament ne peut pas être imprimé sur le plateau froid "
"(\"Cool plate\")."
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Textured Cool Plate"
msgstr ""
"Température du plateau de la couche initiale. La valeur 0 signifie que le "
"filament ne peut pas être imprimé sur la plaque Cool plate texturée."
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Engineering Plate"
@@ -9998,12 +10027,18 @@ msgstr ""
msgid "Bed types supported by the printer"
msgstr "Types de plateaux pris en charge par l'imprimante"
msgid "Cool Plate"
msgstr "Cool Plate/Plaque PLA"
msgid "Smooth Cool Plate"
msgstr "Plaque Cool plate lisse"
msgid "Engineering Plate"
msgstr "Plaque Engineering"
msgid "Smooth High Temp Plate"
msgstr "Plaque lisse haute température"
msgid "Textured Cool Plate"
msgstr "Plaque Cool plate texturée"
msgid "First layer print sequence"
msgstr "Séquence dimpression de la première couche"
@@ -10321,7 +10356,7 @@ msgstr ""
"les zones où les ponts ne peuvent pas être ancrés. "
msgid "Reverse on even"
msgstr ""
msgstr "Inverser lors du passage pair"
msgid "Overhang reversal"
msgstr "Inversion du surplomb"
@@ -10334,6 +10369,12 @@ msgid ""
"This setting can also help reduce part warping due to the reduction of "
"stresses in the part walls."
msgstr ""
"Extruder les périmètres qui ont une partie au-dessus dun surplomb dans le "
"sens inverse sur des couches paires. Ce motif alternatif peut améliorer "
"considérablement les surplombs prononcés.\n"
"\n"
"Ce paramètre peut également contribuer à réduire la déformation de la pièce "
"en raison de la réduction des contraintes dans les parois de la pièce."
msgid "Reverse only internal perimeters"
msgstr "Inverser uniquement les périmètres internes"
@@ -10352,6 +10393,21 @@ msgid ""
"Reverse Threshold to 0 so that all internal walls print in alternating "
"directions on even layers irrespective of their overhang degree."
msgstr ""
"Appliquer la logique dinversion des périmètres uniquement sur les "
"périmètres internes. \n"
"\n"
"Ce paramètre réduit considérablement les contraintes exercées sur les "
"pièces, car elles sont désormais réparties dans des directions alternées. "
"Cela devrait réduire la déformation des pièces tout en maintenant la qualité "
"des parois externes. Cette fonction peut être très utile pour les matériaux "
"sujets à la déformation, comme lABS/ASA, ainsi que pour les filaments "
"élastiques, comme le TPU et le Silk PLA. Elle peut également contribuer à "
"réduire la déformation des régions flottantes sur les supports.\n"
"\n"
"Pour que ce paramètre soit le plus efficace possible, il est recommandé de "
"régler le seuil dinversion sur 0 afin que toutes les parois internes "
"simpriment dans des directions alternées sur des couches régulières, quel "
"que soit leur degré de surplomb."
msgid "Bridge counterbore holes"
msgstr "Trous d'alésage pour le pont"
@@ -10389,6 +10445,9 @@ msgid ""
"useful. Can be a % of the perimeter width.\n"
"Value 0 enables reversal on every even layers regardless."
msgstr ""
"Nombre de mm de dépassement nécessaire pour que linversion soit considérée "
"comme utile. Il peut sagir dun pourcentage de la largeur du périmètre.\n"
"La valeur 0 permet linversion sur toutes les couches paires."
msgid "Classic mode"
msgstr "Classique"
@@ -10427,6 +10486,24 @@ msgid ""
"overhanging, with no wall supporting them from underneath, the 100% overhang "
"speed will be applied."
msgstr ""
"Par exemple, un ralentissement supplémentaire sera appliqué lors de "
"limpression de surplombs sur des angles aigus comme lavant de la coque du "
"Benchy, réduisant ainsi lenroulement qui saggrave sur plusieurs couches.\n"
"\n"
"Il est généralement recommandé dactiver cette option à moins que le "
"refroidissement de votre imprimante soit suffisamment puissant ou que la "
"vitesse dimpression soit suffisamment lente pour que le recourbement du "
"périmètre ne se produise pas. Si vous imprimez avec une vitesse de périmètre "
"externe élevée, ce paramètre peut introduire de légers artefacts lors du "
"ralentissement en raison de la grande variance des vitesses dimpression. Si "
"vous remarquez des artefacts, assurez-vous que votre avance de pression est "
"réglée correctement.\n"
"\n"
"Remarque : lorsque cette option est activée, les périmètres en surplomb sont "
"traités comme des surplombs, ce qui signifie que la vitesse de surplomb est "
"appliquée même si le périmètre en surplomb fait partie dun pont. Par "
"exemple, lorsque les périmètres sont en surplomb de 100 %, sans paroi les "
"soutenant par en dessous, la vitesse de surplomb de 100 % sera appliquée."
msgid "mm/s or %"
msgstr "mm/s ou %"
@@ -10662,7 +10739,7 @@ msgstr ""
"à la désactiver si vous utilisez des buses larges."
msgid "Filter out small internal bridges (beta)"
msgstr ""
msgstr "Filtrer les petits ponts internes (beta)"
msgid ""
"This option can help reducing pillowing on top surfaces in heavily slanted "
@@ -10692,9 +10769,38 @@ msgid ""
"overhang. This option is useful for heavily slanted top surface models. "
"However, in most cases it creates too many unnecessary bridges."
msgstr ""
"Cette option permet de réduire la formation de cavités sur les surfaces "
"supérieures des modèles fortement inclinés ou courbés.\n"
"\n"
"Par défaut, les petits ponts internes sont filtrés et le remplissage solide "
"interne est imprimé directement sur le remplissage peu dense. Cela "
"fonctionne bien dans la plupart des cas, accélérant l'impression sans trop "
"compromettre la qualité de la surface supérieure. \n"
"\n"
"Cependant, dans les modèles fortement inclinés ou courbés, en particulier "
"lorsque la densité de remplissage est trop faible, il peut en résulter un "
"gondolement du remplissage solide non soutenu, ce qui provoque un effet de "
"capitonnage.\n"
"\n"
"En désactivant cette option, la couche de pont interne sera imprimée sur un "
"remplissage solide interne légèrement non soutenu. Les options ci-dessous "
"contrôlent la quantité de filtrage, cest-à-dire la quantité de ponts "
"internes créés.\n"
"\n"
"Filtre - activez cette option. Cest le comportement par défaut et il "
"fonctionne bien dans la plupart des cas.\n"
"\n"
"Filtrage limité - crée des ponts internes sur les surfaces fortement "
"inclinées, tout en évitant de créer des ponts internes inutiles. Cette "
"option fonctionne bien pour la plupart des modèles difficiles.\n"
"\n"
"Pas de filtrage - crée des ponts internes sur chaque surplomb interne "
"potentiel. Cette option est utile pour les modèles à surface supérieure "
"fortement inclinée. Cependant, dans la plupart des cas, elle crée trop de "
"ponts inutiles."
msgid "Filter"
msgstr ""
msgstr "Filtrer"
msgid "Limited filtering"
msgstr "Filtrage limité"
@@ -10955,6 +11061,16 @@ msgid ""
"\n"
"This option will be disabled if spiral vase mode is enabled."
msgstr ""
"La direction dans laquelle les boucles de la paroi sont extrudées lorsque "
"lon regarde du haut vers le bas.\n"
"\n"
"Par défaut, toutes les parois sont extrudées dans le sens inverse des "
"aiguilles dune montre, sauf si loption Inverser le sens des aiguilles "
"dune montre est activée. Si vous choisissez une option autre quAuto, la "
"direction des parois sera forcée, indépendamment de loption Inverser le "
"sens des aiguilles dune montre.\n"
"\n"
"Cette option sera désactivée si le mode vase en spirale est activé."
msgid "Counter clockwise"
msgstr "Sens inverse des aiguilles dune montre"
@@ -11126,7 +11242,7 @@ msgstr "Pressure Advance (Klipper) AKA Linear Advance (Marlin)"
msgid "Enable adaptive pressure advance (beta)"
msgstr "Activer lavance de pression adaptative (beta)"
#, c-format, boost-format
#, fuzzy, no-c-format, no-boost-format
msgid ""
"With increasing print speeds (and hence increasing volumetric flow through "
"the nozzle) and increasing accelerations, it has been observed that the "
@@ -11147,10 +11263,32 @@ msgid ""
"and for when tool changing.\n"
"\n"
msgstr ""
"Avec laugmentation des vitesses dimpression (et donc du débit volumétrique "
"à travers la buse) et des accélérations, il a été observé que la valeur "
"effective de PA diminue généralement. Cela signifie quune valeur PA unique "
"nest pas toujours optimale à 100% pour toutes les caractéristiques et "
"quune valeur de compromis est généralement utilisée pour éviter de trop "
"bomber les caractéristiques avec une vitesse découlement et des "
"accélérations plus faibles, tout en évitant de créer des lacunes sur les "
"caractéristiques plus rapides.\n"
"\n"
"Cette fonction vise à remédier à cette limitation en modélisant la réponse "
"du système dextrusion de votre imprimante en fonction de la vitesse du flux "
"volumétrique et de laccélération de limpression. En interne, elle génère "
"un modèle ajusté qui peut extrapoler lavance de pression nécessaire pour "
"une vitesse de flux volumétrique et une accélération données, qui est "
"ensuite transmise à limprimante en fonction des conditions dimpression "
"actuelles.\n"
"\n"
"Lorsquelle est activée, la valeur de lavance de pression ci-dessus est "
"remplacée. Cependant, une valeur par défaut raisonnable est fortement "
"recommandée pour servir de solution de secours et en cas de changement "
"doutil.\n"
msgid "Adaptive pressure advance measurements (beta)"
msgstr "Mesures adaptatives de lavance de pression (beta)"
#, no-c-format, no-boost-format
msgid ""
"Add sets of pressure advance (PA) values, the volumetric flow speeds and "
"accelerations they were measured at, separated by a comma. One set of values "
@@ -11427,6 +11565,9 @@ msgid ""
"if you measure 94mm instead of 100mm). The part will be scaled in Z to "
"compensate."
msgstr ""
"Entrez le pourcentage de rétrécissement que le filament obtiendra après "
"refroidissement (94% si vous mesurez 94mm au lieu de 100mm). La pièce sera "
"mise à léchelle en Z pour compenser."
msgid "Loading speed"
msgstr "Vitesse de chargement"
@@ -12279,7 +12420,7 @@ msgstr ""
"hauteur de couche d'origine."
msgid "Infill combination - Max layer height"
msgstr ""
msgstr "Combinaison de remplissage - Hauteur maximale de la couche"
msgid ""
"Maximum layer height for the combined sparse infill. \n"
@@ -12293,6 +12434,19 @@ msgid ""
"Use either absolute mm values (eg. 0.32mm for a 0.4mm nozzle) or % values "
"(eg 80%). This value must not be larger than the nozzle diameter."
msgstr ""
"Hauteur maximale de la couche pour le remplissage peu dense combiné. \n"
"\n"
"Réglez cette valeur à 0 ou 100% pour utiliser le diamètre de la buse (pour "
"une réduction maximale du temps dimpression) ou une valeur de ~80% pour "
"maximiser la force du remplissage peu dense.\n"
"\n"
"Le nombre de couches sur lesquelles le remplissage est combiné est obtenu en "
"divisant cette valeur par la hauteur de la couche et arrondi à la décimale "
"inférieure la plus proche.\n"
"\n"
"Utilisez des valeurs absolues en mm (par exemple, 0,32 mm pour une buse de "
"0,4 mm) ou des valeurs en % (par exemple, 80 %). Cette valeur ne doit pas "
"être supérieure au diamètre de la buse."
msgid "Filament to print internal sparse infill."
msgstr "Filament pour imprimer un remplissage interne."
@@ -13533,12 +13687,15 @@ msgid "Distance from skirt to brim or object"
msgstr "Distance de la jupe au bord ou à l'objet"
msgid "Skirt start point"
msgstr ""
msgstr "Point de départ de la jupe"
msgid ""
"Angle from the object center to skirt start point. Zero is the most right "
"position, counter clockwise is positive angle."
msgstr ""
"Angle entre le centre de lobjet et le point de départ de la jupe. Le zéro "
"est la position la plus à droite, le sens inverse des aiguilles dune montre "
"est un angle positif."
msgid "Skirt height"
msgstr "Hauteur de la jupe"
@@ -13560,6 +13717,17 @@ msgid ""
"distance from the object. Therefore, if brims are active it may intersect "
"with them. To avoid this, increase the skirt distance value.\n"
msgstr ""
"Un paravent est utile pour protéger une impression ABS ou ASA contre la "
"déformation et le détachement du plateau dimpression en raison des courants "
"dair. Il nest généralement nécessaire que pour les imprimantes à structure "
"ouverte, cest-à-dire sans boîtier. \n"
"\n"
"Activé = la hauteur de la jupe est égale à celle de lobjet imprimé le plus "
"haut. Sinon, cest la « hauteur de la jupe » qui est utilisée.\n"
"Remarque : lorsque le paravent est actif, la jupe est imprimée à la distance "
"de la jupe par rapport à lobjet. Par conséquent, si des bordures sont "
"actives, elle peut les croiser. Pour éviter cela, augmentez la valeur de la "
"distance de la jupe.\n"
msgid "Disabled"
msgstr "Désactivé"
@@ -13568,18 +13736,20 @@ msgid "Enabled"
msgstr "Activé"
msgid "Skirt type"
msgstr ""
msgstr "Type de jupe"
msgid ""
"Combined - single skirt for all objects, Per object - individual object "
"skirt."
msgstr ""
"Combiné - une seule jupe pour tous les objets, Par objet - une jupe pour "
"chaque objet."
msgid "Combined"
msgstr ""
msgstr "Combiné"
msgid "Per object"
msgstr ""
msgstr "Par objet"
msgid "Skirt loops"
msgstr "Boucles de la jupe"
@@ -13607,6 +13777,14 @@ msgid ""
"Final number of loops is not taling into account whli arranging or "
"validating objects distance. Increase loop number in such case. "
msgstr ""
"Longueur minimale dextrusion du filament en mm lors de limpression de la "
"jupe. Zéro signifie que cette fonction est désactivée.\n"
"\n"
"Lutilisation dune valeur non nulle est utile si limprimante est "
"configurée pour imprimer sans ligne damorce.\n"
"Le nombre final de boucles nest pas pris en compte lors de la disposition "
"ou de la validation de la distance des objets. Dans ce cas, augmenter le "
"nombre de boucles. "
msgid ""
"The printing speed in exported gcode will be slowed down, when the estimated "
@@ -14064,7 +14242,7 @@ msgstr ""
"similaire aux supports normaux sous de grands surplombs plats."
msgid "Default (Grid/Organic"
msgstr ""
msgstr "Défaut (Grille/Organique)"
msgid "Snug"
msgstr "Ajusté"
@@ -17726,6 +17904,9 @@ msgstr ""
"déformer, tels que lABS, une augmentation appropriée de la température du "
"plateau chauffant peut réduire la probabilité de déformation."
#~ msgid "Cool Plate"
#~ msgstr "Cool Plate/Plaque PLA"
#~ msgid "Reverse on odd"
#~ msgstr "Parois inversées sur couches impaires"

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n"
"POT-Creation-Date: 2024-09-25 19:57+0800\n"
"Language: hu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -5800,6 +5800,9 @@ msgstr ""
msgid "Edit current plate name"
msgstr ""
msgid "Move plate to the front"
msgstr ""
msgid "Customize current plate"
msgstr ""
@@ -7725,6 +7728,14 @@ msgstr ""
"Asztalhőmérséklet a hideg tálca használatával. A 0 érték azt jelenti, hogy a "
"filament nem támogatja a Cool Plate-re történő nyomtatást"
msgid "Textured Cool plate"
msgstr ""
msgid ""
"Bed temperature when cool plate is installed. Value 0 means the filament "
"does not support to print on the Textured Cool Plate"
msgstr ""
msgid "Engineering plate"
msgstr "Engineering plate"
@@ -9542,6 +9553,11 @@ msgstr ""
msgid "°C"
msgstr "°C"
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Textured Cool Plate"
msgstr ""
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Engineering Plate"
@@ -9576,6 +9592,11 @@ msgstr ""
"A kezdőréteg asztalhőmérséklete. A 0 érték azt jelenti, hogy a filament nem "
"támogatja a Cool Plate-re történő nyomtatást"
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Textured Cool Plate"
msgstr ""
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Engineering Plate"
@@ -9600,12 +9621,18 @@ msgstr ""
msgid "Bed types supported by the printer"
msgstr "Nyomtató által támogatott asztaltípusok"
msgid "Cool Plate"
msgstr "Cool Plate"
msgid "Smooth Cool Plate"
msgstr ""
msgid "Engineering Plate"
msgstr "Engineering Plate"
msgid "Smooth High Temp Plate"
msgstr ""
msgid "Textured Cool Plate"
msgstr ""
msgid "First layer print sequence"
msgstr "Az első réteg nyomtatási sorrendje"
@@ -10520,7 +10547,7 @@ msgstr ""
msgid "Enable adaptive pressure advance (beta)"
msgstr ""
#, c-format, boost-format
#, no-c-format, no-boost-format
msgid ""
"With increasing print speeds (and hence increasing volumetric flow through "
"the nozzle) and increasing accelerations, it has been observed that the "
@@ -10545,6 +10572,7 @@ msgstr ""
msgid "Adaptive pressure advance measurements (beta)"
msgstr ""
#, no-c-format, no-boost-format
msgid ""
"Add sets of pressure advance (PA) values, the volumetric flow speeds and "
"accelerations they were measured at, separated by a comma. One set of values "
@@ -16304,6 +16332,9 @@ msgstr ""
"Tudtad, hogy a vetemedésre hajlamos anyagok (például ABS) nyomtatásakor a "
"tárgyasztal hőmérsékletének növelése csökkentheti a vetemedés valószínűségét?"
#~ msgid "Cool Plate"
#~ msgstr "Cool Plate"
#~ msgid ""
#~ "While printing by Object, the extruder may collide skirt.\n"
#~ "Thus, reset the skirt layer to 1 to avoid that."

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n"
"POT-Creation-Date: 2024-09-25 19:57+0800\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -5915,6 +5915,9 @@ msgstr "Piastra corrente di blocco"
msgid "Edit current plate name"
msgstr "Modificare il nome del piatto corrente"
msgid "Move plate to the front"
msgstr ""
msgid "Customize current plate"
msgstr "Personalizza la piastra corrente"
@@ -7878,6 +7881,14 @@ msgstr ""
"Temperatura del piano quando è installato il piatto Cool Plate. Il valore 0 "
"significa che il filamento non supporta la stampa su piatto Cool Plate."
msgid "Textured Cool plate"
msgstr ""
msgid ""
"Bed temperature when cool plate is installed. Value 0 means the filament "
"does not support to print on the Textured Cool Plate"
msgstr ""
msgid "Engineering plate"
msgstr "Engineering plate"
@@ -9766,6 +9777,11 @@ msgstr ""
msgid "°C"
msgstr "°C"
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Textured Cool Plate"
msgstr ""
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Engineering Plate"
@@ -9800,6 +9816,11 @@ msgstr ""
"Indica la temperatura del piano del primo layer. Un valore pari a 0 indica "
"che il filamento non supporta la stampa sul piatto Cool Plate."
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Textured Cool Plate"
msgstr ""
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Engineering Plate"
@@ -9824,12 +9845,18 @@ msgstr ""
msgid "Bed types supported by the printer"
msgstr "Tipi di piatti supportati dalla stampante"
msgid "Cool Plate"
msgstr "Cool Plate"
msgid "Smooth Cool Plate"
msgstr ""
msgid "Engineering Plate"
msgstr "Engineering Plate"
msgid "Smooth High Temp Plate"
msgstr ""
msgid "Textured Cool Plate"
msgstr ""
msgid "First layer print sequence"
msgstr "Sequenza di stampa del primo strato"
@@ -10864,7 +10891,7 @@ msgstr ""
msgid "Enable adaptive pressure advance (beta)"
msgstr ""
#, c-format, boost-format
#, no-c-format, no-boost-format
msgid ""
"With increasing print speeds (and hence increasing volumetric flow through "
"the nozzle) and increasing accelerations, it has been observed that the "
@@ -10889,6 +10916,7 @@ msgstr ""
msgid "Adaptive pressure advance measurements (beta)"
msgstr ""
#, no-c-format, no-boost-format
msgid ""
"Add sets of pressure advance (PA) values, the volumetric flow speeds and "
"accelerations they were measured at, separated by a comma. One set of values "
@@ -17149,6 +17177,9 @@ msgstr ""
"aumentare in modo appropriato la temperatura del piano riscaldato può "
"ridurre la probabilità di deformazione."
#~ msgid "Cool Plate"
#~ msgstr "Cool Plate"
#~ msgid "Reverse on odd"
#~ msgstr "Retromarcia su dispari"

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n"
"POT-Creation-Date: 2024-09-25 19:57+0800\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -5720,6 +5720,9 @@ msgstr ""
msgid "Edit current plate name"
msgstr ""
msgid "Move plate to the front"
msgstr ""
msgid "Customize current plate"
msgstr ""
@@ -7586,6 +7589,14 @@ msgstr ""
"常温プレートが装着時のベッド温度です。値が0の場合、フィラメントが常温プレート"
"に使用できない意味です。"
msgid "Textured Cool plate"
msgstr ""
msgid ""
"Bed temperature when cool plate is installed. Value 0 means the filament "
"does not support to print on the Textured Cool Plate"
msgstr ""
msgid "Engineering plate"
msgstr "エンジニアリングプレート"
@@ -9343,6 +9354,11 @@ msgstr ""
msgid "°C"
msgstr "°C"
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Textured Cool Plate"
msgstr ""
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Engineering Plate"
@@ -9377,6 +9393,11 @@ msgstr ""
"1層目のベッド温度です。値が0の場合、フィラメントが常温プレートに使用できない"
"意味です。"
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Textured Cool Plate"
msgstr ""
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Engineering Plate"
@@ -9401,12 +9422,18 @@ msgstr ""
msgid "Bed types supported by the printer"
msgstr "適応ベッド種類"
msgid "Cool Plate"
msgstr "常温プレート"
msgid "Smooth Cool Plate"
msgstr ""
msgid "Engineering Plate"
msgstr "エンジニアリングプレート"
msgid "Smooth High Temp Plate"
msgstr ""
msgid "Textured Cool Plate"
msgstr ""
msgid "First layer print sequence"
msgstr "First layer print sequence"
@@ -10295,7 +10322,7 @@ msgstr ""
msgid "Enable adaptive pressure advance (beta)"
msgstr ""
#, c-format, boost-format
#, no-c-format, no-boost-format
msgid ""
"With increasing print speeds (and hence increasing volumetric flow through "
"the nozzle) and increasing accelerations, it has been observed that the "
@@ -10320,6 +10347,7 @@ msgstr ""
msgid "Adaptive pressure advance measurements (beta)"
msgstr ""
#, no-c-format, no-boost-format
msgid ""
"Add sets of pressure advance (PA) values, the volumetric flow speeds and "
"accelerations they were measured at, separated by a comma. One set of values "
@@ -15981,6 +16009,9 @@ msgstr ""
"ABS, appropriately increasing the heatbed temperature can reduce the "
"probability of warping?"
#~ msgid "Cool Plate"
#~ msgstr "常温プレート"
#~ msgid ""
#~ "While printing by Object, the extruder may collide skirt.\n"
#~ "Thus, reset the skirt layer to 1 to avoid that."

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n"
"POT-Creation-Date: 2024-09-25 19:57+0800\n"
"PO-Revision-Date: 2024-05-31 23:33+0900\n"
"Last-Translator: ElectricalBoy <15651807+ElectricalBoy@users.noreply.github."
"com>\n"
@@ -5763,6 +5763,9 @@ msgstr "현재 플레이트 잠금"
msgid "Edit current plate name"
msgstr "현재 번호판 이름 수정"
msgid "Move plate to the front"
msgstr ""
msgid "Customize current plate"
msgstr "사용자 정의 플레이트"
@@ -7650,6 +7653,14 @@ msgstr ""
"쿨 플레이트 설치 시 베드 온도. 값 0은 필라멘트가 쿨 플레이트에 출력하는 것을 "
"지원하지 않음을 의미합니다"
msgid "Textured Cool plate"
msgstr ""
msgid ""
"Bed temperature when cool plate is installed. Value 0 means the filament "
"does not support to print on the Textured Cool Plate"
msgstr ""
msgid "Engineering plate"
msgstr "엔지니어링 플레이트"
@@ -9461,6 +9472,11 @@ msgstr ""
msgid "°C"
msgstr "°C"
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Textured Cool Plate"
msgstr ""
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Engineering Plate"
@@ -9495,6 +9511,11 @@ msgstr ""
"초기 레이어의 베드 온도. 값 0은 필라멘트가 쿨 플레이트 출력을 지원하지 않음"
"을 의미합니다"
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Textured Cool Plate"
msgstr ""
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Engineering Plate"
@@ -9519,12 +9540,18 @@ msgstr ""
msgid "Bed types supported by the printer"
msgstr "프린터가 지원하는 베드 유형"
msgid "Cool Plate"
msgstr "쿨 플레이트"
msgid "Smooth Cool Plate"
msgstr ""
msgid "Engineering Plate"
msgstr "엔지니어링 플레이트"
msgid "Smooth High Temp Plate"
msgstr ""
msgid "Textured Cool Plate"
msgstr ""
msgid "First layer print sequence"
msgstr "첫 레이어 출력 순서"
@@ -10502,7 +10529,7 @@ msgstr "프레셔 어드밴스(Klipper)/리니어 어드밴스(Marlin)"
msgid "Enable adaptive pressure advance (beta)"
msgstr ""
#, c-format, boost-format
#, no-c-format, no-boost-format
msgid ""
"With increasing print speeds (and hence increasing volumetric flow through "
"the nozzle) and increasing accelerations, it has been observed that the "
@@ -10527,6 +10554,7 @@ msgstr ""
msgid "Adaptive pressure advance measurements (beta)"
msgstr ""
#, no-c-format, no-boost-format
msgid ""
"Add sets of pressure advance (PA) values, the volumetric flow speeds and "
"accelerations they were measured at, separated by a comma. One set of values "
@@ -16533,6 +16561,9 @@ msgstr ""
"ABS와 같이 뒤틀림이 발생하기 쉬운 소재를 출력할 때, 히트베드 온도를 적절하게 "
"높이면 뒤틀림 가능성을 줄일 수 있다는 사실을 알고 계셨나요?"
#~ msgid "Cool Plate"
#~ msgstr "쿨 플레이트"
#~ msgid "Reverse on odd"
#~ msgstr "홀수에 반전"

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n"
"POT-Creation-Date: 2024-09-25 19:57+0800\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -5853,6 +5853,9 @@ msgstr ""
msgid "Edit current plate name"
msgstr ""
msgid "Move plate to the front"
msgstr ""
msgid "Customize current plate"
msgstr ""
@@ -7836,6 +7839,14 @@ msgstr ""
"Dit is de bedtemperatuur wanneer de koelplaat is geïnstalleerd. Een waarde "
"van 0 betekent dat het filament printen op de Cool Plate niet ondersteunt."
msgid "Textured Cool plate"
msgstr ""
msgid ""
"Bed temperature when cool plate is installed. Value 0 means the filament "
"does not support to print on the Textured Cool Plate"
msgstr ""
msgid "Engineering plate"
msgstr "Engineering plaat"
@@ -9676,6 +9687,11 @@ msgstr ""
msgid "°C"
msgstr "°C"
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Textured Cool Plate"
msgstr ""
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Engineering Plate"
@@ -9711,6 +9727,11 @@ msgstr ""
"Dit is de bedtemperatuur van de beginlaag. Een waarde van 0 betekent dat het "
"filament printen op de Cool Plate niet ondersteunt."
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Textured Cool Plate"
msgstr ""
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Engineering Plate"
@@ -9735,12 +9756,18 @@ msgstr ""
msgid "Bed types supported by the printer"
msgstr "Printbedden ondersteund door de printer"
msgid "Cool Plate"
msgstr "Cool (koud) printbed"
msgid "Smooth Cool Plate"
msgstr ""
msgid "Engineering Plate"
msgstr "Engineering plate (technisch printbed)"
msgid "Smooth High Temp Plate"
msgstr ""
msgid "Textured Cool Plate"
msgstr ""
msgid "First layer print sequence"
msgstr "Afdrukvolgorde van de eerste laag"
@@ -10664,7 +10691,7 @@ msgstr ""
msgid "Enable adaptive pressure advance (beta)"
msgstr ""
#, c-format, boost-format
#, no-c-format, no-boost-format
msgid ""
"With increasing print speeds (and hence increasing volumetric flow through "
"the nozzle) and increasing accelerations, it has been observed that the "
@@ -10689,6 +10716,7 @@ msgstr ""
msgid "Adaptive pressure advance measurements (beta)"
msgstr ""
#, no-c-format, no-boost-format
msgid ""
"Add sets of pressure advance (PA) values, the volumetric flow speeds and "
"accelerations they were measured at, separated by a comma. One set of values "
@@ -16555,6 +16583,9 @@ msgstr ""
"kromtrekken, zoals ABS, een juiste verhoging van de temperatuur van het "
"warmtebed de kans op kromtrekken kan verkleinen?"
#~ msgid "Cool Plate"
#~ msgstr "Cool (koud) printbed"
#~ msgid "Reverse on odd"
#~ msgstr "Overhang omkering"

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: OrcaSlicer 2.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n"
"POT-Creation-Date: 2024-09-25 19:57+0800\n"
"PO-Revision-Date: \n"
"Last-Translator: Krzysztof Morga <tlumaczeniebs@gmail.com>\n"
"Language-Team: \n"
@@ -5916,6 +5916,9 @@ msgstr "Zablokuj bieżący stół"
msgid "Edit current plate name"
msgstr "Edytuj aktualną nazwę płyty"
msgid "Move plate to the front"
msgstr ""
msgid "Customize current plate"
msgstr "Dostosuj bieżący stół"
@@ -7878,6 +7881,14 @@ msgstr ""
"Temperatura stołu, gdy zainstalowana jest Cool Plate. Wartość 0 oznacza, że "
"filament nie jest przystosowany do druku na Cool Plate"
msgid "Textured Cool plate"
msgstr ""
msgid ""
"Bed temperature when cool plate is installed. Value 0 means the filament "
"does not support to print on the Textured Cool Plate"
msgstr ""
msgid "Engineering plate"
msgstr "Engineering Plate"
@@ -9775,6 +9786,11 @@ msgstr ""
msgid "°C"
msgstr "°C"
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Textured Cool Plate"
msgstr ""
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Engineering Plate"
@@ -9809,6 +9825,11 @@ msgstr ""
"Temperatura stołu pierwszej warstwy. Wartość 0 oznacza, że filament nie "
"obsługuje drukowania na Cool Plate"
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Textured Cool Plate"
msgstr ""
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Engineering Plate"
@@ -9833,12 +9854,18 @@ msgstr ""
msgid "Bed types supported by the printer"
msgstr "Rodzaje płyt roboczych obsługiwanych przez drukarkę"
msgid "Cool Plate"
msgstr "Cool Plate / PLA Plate"
msgid "Smooth Cool Plate"
msgstr ""
msgid "Engineering Plate"
msgstr "Engineering Plate"
msgid "Smooth High Temp Plate"
msgstr ""
msgid "Textured Cool Plate"
msgstr ""
msgid "First layer print sequence"
msgstr "Sekwencja druku pierwszej warstwy"
@@ -10872,7 +10899,7 @@ msgstr ""
msgid "Enable adaptive pressure advance (beta)"
msgstr "Włącz adaptacyjny wzrost ciśnienia (beta)"
#, c-format, boost-format
#, no-c-format, no-boost-format
msgid ""
"With increasing print speeds (and hence increasing volumetric flow through "
"the nozzle) and increasing accelerations, it has been observed that the "
@@ -10894,8 +10921,8 @@ msgid ""
"\n"
msgstr ""
"Wraz ze wzrostem prędkości druku zaobserwowano, że efektywna wartość PA "
"zazwyczaj maleje. Oznacza to, że pojedyncza wartość PA nie jest w "
"100% optymalna dla wszystkich elementów i zwykle stosowana jest wartość "
"zazwyczaj maleje. Oznacza to, że pojedyncza wartość PA nie jest w 100% "
"optymalna dla wszystkich elementów i zwykle stosowana jest wartość "
"kompromisowa, która nie powoduje zbyt dużego \"wypuklenia\" na elementach "
"drukowanych wolniej, a jednocześnie nie powoduje przerw na elementach "
"drukowanych szybciej.\n"
@@ -10913,6 +10940,7 @@ msgstr ""
msgid "Adaptive pressure advance measurements (beta)"
msgstr "Adaptacyjny pomiar ciśnienia (beta)"
#, no-c-format, no-boost-format
msgid ""
"Add sets of pressure advance (PA) values, the volumetric flow speeds and "
"accelerations they were measured at, separated by a comma. One set of values "
@@ -17297,6 +17325,9 @@ msgstr ""
"takimi jak ABS, odpowiednie zwiększenie temperatury podgrzewanej płyty może "
"zmniejszyć prawdopodobieństwo odkształceń."
#~ msgid "Cool Plate"
#~ msgstr "Cool Plate / PLA Plate"
#~ msgid "Reverse on odd"
#~ msgstr "Przeciwny kierunek na nieparzystych warstwach"

View File

@@ -2,7 +2,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n"
"POT-Creation-Date: 2024-09-25 19:57+0800\n"
"PO-Revision-Date: 2024-06-01 21:51-0300\n"
"Last-Translator: \n"
"Language-Team: Portuguese, Brazilian\n"
@@ -5911,6 +5911,9 @@ msgstr "Bloquear a mesa atual"
msgid "Edit current plate name"
msgstr "Editar nome da mesa atual"
msgid "Move plate to the front"
msgstr ""
msgid "Customize current plate"
msgstr "Personalizar a mesa atual"
@@ -7878,6 +7881,14 @@ msgstr ""
"Temperatura da mesa quando a cool plate (mesa fria) está instalada. Valor 0 "
"significa que o filamento não suporta impressão na cool plate"
msgid "Textured Cool plate"
msgstr ""
msgid ""
"Bed temperature when cool plate is installed. Value 0 means the filament "
"does not support to print on the Textured Cool Plate"
msgstr ""
msgid "Engineering plate"
msgstr "Mesa de engenharia"
@@ -9739,6 +9750,11 @@ msgstr ""
msgid "°C"
msgstr "°C"
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Textured Cool Plate"
msgstr ""
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Engineering Plate"
@@ -9773,6 +9789,11 @@ msgstr ""
"Temperatura da mesa na primeira camada. O valor 0 significa que o filamento "
"não suporta a impressão na Cool Plate (Mesa Fria)"
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Textured Cool Plate"
msgstr ""
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Engineering Plate"
@@ -9797,12 +9818,18 @@ msgstr ""
msgid "Bed types supported by the printer"
msgstr "Tipos de mesa suportadas pela impressora"
msgid "Cool Plate"
msgstr "Mesa Fria"
msgid "Smooth Cool Plate"
msgstr ""
msgid "Engineering Plate"
msgstr "Engenharia Plate"
msgid "Smooth High Temp Plate"
msgstr ""
msgid "Textured Cool Plate"
msgstr ""
msgid "First layer print sequence"
msgstr "Sequência de impressão da primeira camada"
@@ -10832,7 +10859,7 @@ msgstr ""
msgid "Enable adaptive pressure advance (beta)"
msgstr ""
#, c-format, boost-format
#, no-c-format, no-boost-format
msgid ""
"With increasing print speeds (and hence increasing volumetric flow through "
"the nozzle) and increasing accelerations, it has been observed that the "
@@ -10857,6 +10884,7 @@ msgstr ""
msgid "Adaptive pressure advance measurements (beta)"
msgstr ""
#, no-c-format, no-boost-format
msgid ""
"Add sets of pressure advance (PA) values, the volumetric flow speeds and "
"accelerations they were measured at, separated by a comma. One set of values "
@@ -17117,6 +17145,9 @@ msgstr ""
"aumentar adequadamente a temperatura da mesa aquecida pode reduzir a "
"probabilidade de empenamento?"
#~ msgid "Cool Plate"
#~ msgstr "Mesa Fria"
#~ msgid "Reverse on odd"
#~ msgstr "Inverter em ímpares"

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n"
"POT-Creation-Date: 2024-09-25 19:57+0800\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -5766,6 +5766,9 @@ msgstr ""
msgid "Edit current plate name"
msgstr ""
msgid "Move plate to the front"
msgstr ""
msgid "Customize current plate"
msgstr ""
@@ -7676,6 +7679,14 @@ msgstr ""
"Detta är byggplattans temperatur när Cool Plate är installerad. Värdet 0 "
"betyder att filamentet inte stöder utskrift på Cool Plate."
msgid "Textured Cool plate"
msgstr ""
msgid ""
"Bed temperature when cool plate is installed. Value 0 means the filament "
"does not support to print on the Textured Cool Plate"
msgstr ""
msgid "Engineering plate"
msgstr "Engineering plate"
@@ -9449,6 +9460,11 @@ msgstr ""
msgid "°C"
msgstr "° C"
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Textured Cool Plate"
msgstr ""
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Engineering Plate"
@@ -9483,6 +9499,11 @@ msgstr ""
"Detta är byggplattans temperatur för första lager. Värdet 0 betyder att "
"filamentet inte stöder utskrift på Cool Plate."
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Textured Cool Plate"
msgstr ""
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Engineering Plate"
@@ -9507,12 +9528,18 @@ msgstr ""
msgid "Bed types supported by the printer"
msgstr "Byggplattans typ stöds av skrivaren"
msgid "Cool Plate"
msgstr "Cool Plate"
msgid "Smooth Cool Plate"
msgstr ""
msgid "Engineering Plate"
msgstr "Engineering Plate"
msgid "Smooth High Temp Plate"
msgstr ""
msgid "Textured Cool Plate"
msgstr ""
msgid "First layer print sequence"
msgstr "Första lagrets utskrifts ordning"
@@ -10421,7 +10448,7 @@ msgstr ""
msgid "Enable adaptive pressure advance (beta)"
msgstr ""
#, c-format, boost-format
#, no-c-format, no-boost-format
msgid ""
"With increasing print speeds (and hence increasing volumetric flow through "
"the nozzle) and increasing accelerations, it has been observed that the "
@@ -10446,6 +10473,7 @@ msgstr ""
msgid "Adaptive pressure advance measurements (beta)"
msgstr ""
#, no-c-format, no-boost-format
msgid ""
"Add sets of pressure advance (PA) values, the volumetric flow speeds and "
"accelerations they were measured at, separated by a comma. One set of values "
@@ -16145,6 +16173,9 @@ msgstr ""
"ABS, kan en lämplig ökning av värmebäddens temperatur minska sannolikheten "
"för vridning."
#~ msgid "Cool Plate"
#~ msgstr "Cool Plate"
#~ msgid ""
#~ "While printing by Object, the extruder may collide skirt.\n"
#~ "Thus, reset the skirt layer to 1 to avoid that."

View File

@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n"
"PO-Revision-Date: 2024-09-09 02:58+0300\n"
"POT-Creation-Date: 2024-09-25 19:57+0800\n"
"PO-Revision-Date: 2024-09-23 18:02+0300\n"
"Last-Translator: GlauTech\n"
"Language-Team: \n"
"Language: tr\n"
@@ -1300,7 +1300,7 @@ msgid "Select point"
msgstr "Nokta seç"
msgid "Delete"
msgstr "Delete"
msgstr "Sil"
msgid "Restart selection"
msgstr "Seçimi sıfırla"
@@ -1894,13 +1894,13 @@ msgid "Invalidate cut info"
msgstr "Kesim bilgisini geçersiz kıl"
msgid "Add Primitive"
msgstr "Şekil Ekle"
msgstr "Şekil ekle"
msgid "Add Handy models"
msgstr "Pratik Modeller Ekle"
msgstr "Pratik model ekle"
msgid "Add Models"
msgstr "Model Ekle"
msgstr "Model ekle"
msgid "Show Labels"
msgstr "Etiketleri Göster"
@@ -1948,7 +1948,7 @@ msgid "arrange current plate"
msgstr "Mevcut plakayı hizala"
msgid "Reload All"
msgstr "Tümünü Yeniden Yükle"
msgstr "Tümünü yeniden yükle"
msgid "reload all from disk"
msgstr "Hepsini diskten yeniden yükle"
@@ -1960,7 +1960,7 @@ msgid "auto rotate current plate"
msgstr "Geçerli plakayı otomatik döndürme"
msgid "Delete Plate"
msgstr "Plakayı Sil"
msgstr "Plakayı sil"
msgid "Remove the selected plate"
msgstr "Seçilen plakayı kaldır"
@@ -1996,7 +1996,7 @@ msgid "Lock"
msgstr "Kilitle"
msgid "Edit Plate Name"
msgstr "Plaka Adını Düzenle"
msgstr "Plaka adını düzenle"
msgid "Name"
msgstr "İsim"
@@ -2528,7 +2528,7 @@ msgid ""
"bed:\n"
"%s"
msgstr ""
"Hizalama tek tablaya sığmayan aşağıdaki nesneler göz ardı edildi:\n"
"Hizalama tek plakaya sığmayan aşağıdaki nesneler göz ardı edildi:\n"
"%s"
msgid ""
@@ -4750,10 +4750,10 @@ msgid "Clone copies of selections"
msgstr "Seçimlerin kopyalarını kopyala"
msgid "Duplicate Current Plate"
msgstr ""
msgstr "Geçerli plakayı çoğalt"
msgid "Duplicate the current plate"
msgstr ""
msgstr "Geçerli plakayı çoğalt"
msgid "Select all"
msgstr "Hepsini seç"
@@ -5842,25 +5842,28 @@ msgid "Material settings"
msgstr "Malzeme ayarları"
msgid "Remove current plate (if not last one)"
msgstr "Mevcut tablayı kaldırın (eğer sonuncusu değilse)"
msgstr "Mevcut plakayı kaldırın (eğer sonuncusu değilse)"
msgid "Auto orient objects on current plate"
msgstr "Mevcut tablada nesneleri otomatik olarak oryante et"
msgstr "Mevcut plakada nesneleri otomatik olarak oryante et"
msgid "Arrange objects on current plate"
msgstr "Mevcut tablada nesneleri düzenle"
msgstr "Mevcut plakada nesneleri düzenle"
msgid "Unlock current plate"
msgstr "Mevcut tablanın kilidini aç"
msgstr "Mevcut plakanın kilidini aç"
msgid "Lock current plate"
msgstr "Mevcut tablayı kilitle"
msgstr "Mevcut plakayı kilitle"
msgid "Edit current plate name"
msgstr "Mevcut tabla adını düzenle"
msgstr "Mevcut plaka adını düzenle"
msgid "Move plate to the front"
msgstr ""
msgid "Customize current plate"
msgstr "Mevcut tablayı özelleştir"
msgstr "Mevcut plakayı özelleştir"
#, boost-format
msgid " plate %1%:"
@@ -7808,6 +7811,16 @@ msgstr ""
"Soğutma plakası takıldığında yatak sıcaklığı. 0 değeri, filamentin Cool "
"Plate üzerine yazdırmayı desteklemediği anlamına gelir"
msgid "Textured Cool plate"
msgstr "Dokulu Soğuk Plaka"
msgid ""
"Bed temperature when cool plate is installed. Value 0 means the filament "
"does not support to print on the Textured Cool Plate"
msgstr ""
"Soğuk plaka takıldığında yatak sıcaklığı. 0 Değeri, filamentin Dokulu Soğuk "
"Plaka üzerine yazdırmayı desteklemediği anlamına gelir."
msgid "Engineering plate"
msgstr "Mühendislik plakası"
@@ -7907,7 +7920,7 @@ msgid "Toolchange parameters with multi extruder MM printers"
msgstr "Çoklu Ekstruder MM Yazıcılarda Araç Değiştirme Parametreleri"
msgid "Printable space"
msgstr "Tabla Ayarı"
msgstr "Plaka Ayarı"
#. TRN: First argument is parameter name, the second one is the value.
#, boost-format
@@ -9688,6 +9701,13 @@ msgstr ""
msgid "°C"
msgstr "°C"
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Textured Cool Plate"
msgstr ""
"İlk katman dışındaki katmanlar için yatak sıcaklığı. 0 Değeri, filamentin "
"Dokulu Soğuk Plaka üzerine yazdırmayı desteklemediği anlamına gelir."
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Engineering Plate"
@@ -9722,6 +9742,13 @@ msgstr ""
"İlk katmanın yatak sıcaklığı. 0 değeri, filamentin Cool Plate üzerine "
"yazdırmayı desteklemediği anlamına gelir"
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Textured Cool Plate"
msgstr ""
"İlk katmanın yatak sıcaklığı. 0 Değeri, filamentin Dokulu Soğuk Plaka "
"üzerine yazdırmayı desteklemediği anlamına gelir."
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Engineering Plate"
@@ -9746,12 +9773,18 @@ msgstr ""
msgid "Bed types supported by the printer"
msgstr "Yazıcının desteklediği yatak türleri"
msgid "Cool Plate"
msgstr "Soğuk Plaka"
msgid "Smooth Cool Plate"
msgstr "Pürüzsüz Soğuk Plaka"
msgid "Engineering Plate"
msgstr "Mühendislik Plakası"
msgid "Smooth High Temp Plate"
msgstr "Pürüzsüz Yüksek Sıcaklık Plaka"
msgid "Textured Cool Plate"
msgstr "Dokulu Soğuk Plaka"
msgid "First layer print sequence"
msgstr "İlk katman yazdırma sırası"
@@ -10052,7 +10085,7 @@ msgstr ""
"yolları (perimeter) oluşturun. "
msgid "Reverse on even"
msgstr ""
msgstr "Çifteri ters çevirin"
msgid "Overhang reversal"
msgstr "Çıkıntıyı tersine çevir"
@@ -10065,6 +10098,12 @@ msgid ""
"This setting can also help reduce part warping due to the reduction of "
"stresses in the part walls."
msgstr ""
"Eşit katmanlarda ters yönde bir çıkıntının üzerinde bir kısmı bulunan "
"çevreleri ekstrüde edin. Bu alternatif desen, dik çıkıntıları büyük ölçüde "
"iyileştirebilir.\n"
"\n"
"Bu ayar aynı zamanda parça duvarlarındaki gerilimin azalması nedeniyle "
"parçanın bükülmesinin azaltılmasına da yardımcı olabilir."
msgid "Reverse only internal perimeters"
msgstr "Yalnızca iç çevreleri ters çevir"
@@ -10083,6 +10122,18 @@ msgid ""
"Reverse Threshold to 0 so that all internal walls print in alternating "
"directions on even layers irrespective of their overhang degree."
msgstr ""
"Ters çevre mantığını yalnızca iç çevrelere uygulayın. \n"
"\n"
"Bu ayar, parçalar artık farklı yönlerde dağıtıldığından parça gerilimlerini "
"büyük ölçüde azaltır. Bu, dış duvar kalitesini korurken parçanın bükülmesini "
"de azaltacaktır. Bu özellik, ABS/ASA gibi eğrilmeye yatkın malzemeler ve "
"ayrıca TPU ve İpek PLA gibi elastik filamentler için çok faydalı olabilir. "
"Ayrıca destekler üzerindeki yüzen bölgelerdeki bükülmenin azaltılmasına da "
"yardımcı olabilir.\n"
"\n"
"Bu ayarın en etkili olması için, Ters Eşiğin 0a ayarlanması önerilir; "
"böylece tüm iç duvarlar, çıkıntı derecelerine bakılmaksızın eşit katmanlara "
"alternatif yönlerde yazdırılır."
msgid "Bridge counterbore holes"
msgstr "Köprü havşa delikleri"
@@ -10119,6 +10170,9 @@ msgid ""
"useful. Can be a % of the perimeter width.\n"
"Value 0 enables reversal on every even layers regardless."
msgstr ""
"Ters çevirmenin faydalı sayılması için çıkıntının mm sayısı olması gerekir. "
"Çevre genişliğinin %si olabilir.\n"
"0 değeri ne olursa olsun her çift katmanda ters çevirmeyi mümkün kılar."
msgid "Classic mode"
msgstr "Klasik mod"
@@ -10701,6 +10755,14 @@ msgid ""
"\n"
"This option will be disabled if spiral vase mode is enabled."
msgstr ""
"Yukarıdan aşağıya bakıldığında duvar döngülerinin ekstrüzyona uğradığı yön.\n"
"\n"
"Çift yönlü ters çevirme seçeneği etkinleştirilmediği sürece, varsayılan "
"olarak tüm duvarlar saat yönünün tersine ekstrüde edilir. Bunu Otomatik "
"dışında herhangi bir seçeneğe ayarlayın, Ters çevirmeden bağımsız olarak "
"duvar yönünü eşit olarak zorlayacaktır.\n"
"\n"
"Spiral vazo modu etkinse bu seçenek devre dışı bırakılacaktır."
msgid "Counter clockwise"
msgstr "Saat yönünün tersine"
@@ -10868,7 +10930,7 @@ msgstr "Basınç avansı (Klipper) Doğrusal ilerleme faktörü (Marlin)"
msgid "Enable adaptive pressure advance (beta)"
msgstr "Uyarlanabilir basınç ilerlemesini etkinleştir (beta)"
#, c-format, boost-format
#, no-c-format, no-boost-format
msgid ""
"With increasing print speeds (and hence increasing volumetric flow through "
"the nozzle) and increasing accelerations, it has been observed that the "
@@ -10910,6 +10972,7 @@ msgstr ""
msgid "Adaptive pressure advance measurements (beta)"
msgstr "Uyarlanabilir basınç ilerleme ölçümleri (beta)"
#, no-c-format, no-boost-format
msgid ""
"Add sets of pressure advance (PA) values, the volumetric flow speeds and "
"accelerations they were measured at, separated by a comma. One set of values "
@@ -11952,11 +12015,11 @@ msgstr ""
"Yazıcınız filament yerine pellet kullanıyorsa bu seçeneği etkinleştirin"
msgid "Support multi bed types"
msgstr "Çoklu tabla"
msgstr "Çoklu plaka"
msgid "Enable this option if you want to use multiple bed types"
msgstr ""
"Birden fazla tabla tipi kullanmak istiyorsanız bu seçeneği etkinleştirin"
"Birden fazla plaka tipi kullanmak istiyorsanız bu seçeneği etkinleştirin"
msgid "Label objects"
msgstr "Nesneleri etiketle"
@@ -13554,7 +13617,7 @@ msgid ""
msgstr ""
"Bu değer, çıkış G-kodu içindeki tüm Z koordinatlarına eklenir (veya "
ıkarılır).Bu, kötü Z endstop konumunu telafi etmek için kullanılır: "
"örneğin, endstop sıfır noktanız aslında nozulu baskı tablasından 0.3mm "
"örneğin, endstop sıfır noktanız aslında nozulu baskı plakasından 0.3mm "
"uzakta bırakıyorsa, bu değeri -0.3 olarak ayarlayın (veya endstop'unuzu "
"düzeltin)."
@@ -17307,6 +17370,9 @@ msgstr ""
"sıcaklığının uygun şekilde arttırılmasının bükülme olasılığını "
"azaltabileceğini biliyor muydunuz?"
#~ msgid "Cool Plate"
#~ msgstr "Soğuk Plaka"
#~ msgid "Reverse on odd"
#~ msgstr "Tersine çevir"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n"
"POT-Creation-Date: 2024-09-25 19:57+0800\n"
"PO-Revision-Date: 2024-06-30 23:05+0300\n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -5910,6 +5910,9 @@ msgstr "Блокування поточної пластини"
msgid "Edit current plate name"
msgstr "Редагувати поточну назву пластини"
msgid "Move plate to the front"
msgstr ""
msgid "Customize current plate"
msgstr "Налаштувати поточну пластину"
@@ -7868,6 +7871,14 @@ msgstr ""
"філамент\n"
"не підтримує друк на Холодному столі"
msgid "Textured Cool plate"
msgstr ""
msgid ""
"Bed temperature when cool plate is installed. Value 0 means the filament "
"does not support to print on the Textured Cool Plate"
msgstr ""
msgid "Engineering plate"
msgstr "Інженерний стіл"
@@ -9737,6 +9748,11 @@ msgstr ""
msgid "°C"
msgstr "°C"
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Textured Cool Plate"
msgstr ""
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Engineering Plate"
@@ -9771,6 +9787,11 @@ msgstr ""
"Температура першого шару. Значення 0 означає, що філамент не підтримує друк "
"на холодному столі"
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Textured Cool Plate"
msgstr ""
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Engineering Plate"
@@ -9795,12 +9816,18 @@ msgstr ""
msgid "Bed types supported by the printer"
msgstr "Типи ліжок, які підтримує принтер"
msgid "Cool Plate"
msgstr "Холодна пластина"
msgid "Smooth Cool Plate"
msgstr ""
msgid "Engineering Plate"
msgstr "Інженерна пластина"
msgid "Smooth High Temp Plate"
msgstr ""
msgid "Textured Cool Plate"
msgstr ""
msgid "First layer print sequence"
msgstr "Послідовність друку першого шару"
@@ -10810,7 +10837,7 @@ msgstr ""
msgid "Enable adaptive pressure advance (beta)"
msgstr ""
#, c-format, boost-format
#, no-c-format, no-boost-format
msgid ""
"With increasing print speeds (and hence increasing volumetric flow through "
"the nozzle) and increasing accelerations, it has been observed that the "
@@ -10835,6 +10862,7 @@ msgstr ""
msgid "Adaptive pressure advance measurements (beta)"
msgstr ""
#, no-c-format, no-boost-format
msgid ""
"Add sets of pressure advance (PA) values, the volumetric flow speeds and "
"accelerations they were measured at, separated by a comma. One set of values "
@@ -17065,6 +17093,9 @@ msgstr ""
"ABS, відповідне підвищення температури гарячого ліжка може зменшити "
"ймовірність деформації."
#~ msgid "Cool Plate"
#~ msgstr "Холодна пластина"
#~ msgid "Reverse on odd"
#~ msgstr "Зворотній на непарних"

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Slic3rPE\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n"
"POT-Creation-Date: 2024-09-25 19:57+0800\n"
"PO-Revision-Date: 2024-07-28 07:12+0000\n"
"Last-Translator: Handle <mail@bysb.net>\n"
"Language-Team: \n"
@@ -5652,6 +5652,9 @@ msgstr "锁定当前板"
msgid "Edit current plate name"
msgstr "编辑当前盘名"
msgid "Move plate to the front"
msgstr "将当前板移到最前面"
msgid "Customize current plate"
msgstr "自定义当前板"
@@ -7443,7 +7446,7 @@ msgid "Recommended nozzle temperature range of this filament. 0 means no set"
msgstr "该材料的建议喷嘴温度范围。0表示未设置"
msgid "Flow ratio and Pressure Advance"
msgstr ""
msgstr "流量和压力提前"
msgid "Print chamber temperature"
msgstr "打印仓温度"
@@ -7465,6 +7468,15 @@ msgid ""
"does not support to print on the Cool Plate"
msgstr "安装低温打印热床时的热床温度。0值表示这个耗材丝不支持低温打印热床"
msgid "Textured Cool plate"
msgstr "纹理低温打印热床"
msgid ""
"Bed temperature when cool plate is installed. Value 0 means the filament "
"does not support to print on the Textured Cool Plate"
msgstr ""
"安装纹理低温打印热床时的热床温度。0值表示这个耗材丝不支持纹理低温打印热床"
msgid "Engineering plate"
msgstr "工程材料热床"
@@ -9196,6 +9208,11 @@ msgstr "非首层热床温度。0值表示这个耗材丝不支持低温打印
msgid "°C"
msgstr "°C"
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Textured Cool Plate"
msgstr "非首层热床温度。0值表示这个耗材丝不支持纹理低温打印热床"
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Engineering Plate"
@@ -9222,6 +9239,11 @@ msgid ""
"support to print on the Cool Plate"
msgstr "首层热床温度。0值表示这个耗材丝不支持低温打印热床"
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Textured Cool Plate"
msgstr "首层热床温度。0值表示这个耗材丝不支持纹理低温打印热床"
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Engineering Plate"
@@ -9240,12 +9262,18 @@ msgstr "首层热床温度。0值表示这个耗材丝不支持纹理PEI热床"
msgid "Bed types supported by the printer"
msgstr "打印机所支持的热床类型"
msgid "Cool Plate"
msgstr "低温打印床"
msgid "Smooth Cool Plate"
msgstr "光滑的低温打印床"
msgid "Engineering Plate"
msgstr "工程材料热床"
msgid "Smooth High Temp Plate"
msgstr "光滑高温打印热床"
msgid "Textured Cool Plate"
msgstr "纹理的低温打印床"
msgid "First layer print sequence"
msgstr "第一层打印顺序"
@@ -9552,8 +9580,9 @@ msgid ""
"Number of mm the overhang need to be for the reversal to be considered "
"useful. Can be a % of the perimeter width.\n"
"Value 0 enables reversal on every even layers regardless."
msgstr "判定悬垂反转需要的值(毫米),可以是线宽的百分比。"
"0值表示在每个偶数层上都启用反转。"
msgstr ""
"判定悬垂反转需要的值(毫米),可以是线宽的百分比。0值表示在每个偶数层上都启用"
"反转。"
msgid "Classic mode"
msgstr "经典模式"
@@ -9797,7 +9826,7 @@ msgstr ""
"虑关闭它。"
msgid "Filter out small internal bridges (beta)"
msgstr ""
msgstr "过滤细微内部桥接(试验)"
msgid ""
"This option can help reducing pillowing on top surfaces in heavily slanted "
@@ -10187,9 +10216,9 @@ msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)"
msgstr "压力提前(Klipper)或者线性提前(Marlin)"
msgid "Enable adaptive pressure advance (beta)"
msgstr ""
msgstr "启用自适应压力提前(试验)"
#, c-format, boost-format
#, no-c-format, no-boost-format
msgid ""
"With increasing print speeds (and hence increasing volumetric flow through "
"the nozzle) and increasing accelerations, it has been observed that the "
@@ -10212,8 +10241,9 @@ msgid ""
msgstr ""
msgid "Adaptive pressure advance measurements (beta)"
msgstr ""
msgstr "自适应压力提前参数(试验)"
#, no-c-format, no-boost-format
msgid ""
"Add sets of pressure advance (PA) values, the volumetric flow speeds and "
"accelerations they were measured at, separated by a comma. One set of values "
@@ -10245,7 +10275,7 @@ msgid ""
msgstr ""
msgid "Enable adaptive pressure advance for overhangs (beta)"
msgstr ""
msgstr "为悬垂启用自适应压力提前(试验)"
msgid ""
"Enable adaptive PA for overhangs as well as when flow changes within the "
@@ -10255,7 +10285,7 @@ msgid ""
msgstr ""
msgid "Pressure advance for bridges"
msgstr ""
msgstr "为搭桥启用压力提前"
msgid ""
"Pressure advance value for bridges. Set to 0 to disable. \n"
@@ -10365,7 +10395,7 @@ msgid ""
msgstr ""
msgid "Tool change time"
msgstr ""
msgstr "换工具头所需时间"
msgid ""
"Time taken to switch tools. It's usually applicable for tool changers or "
@@ -10392,7 +10422,7 @@ msgid ""
msgstr ""
msgid "Shrinkage (XY)"
msgstr ""
msgstr "收缩率XY"
#, no-c-format, no-boost-format
msgid ""
@@ -10408,7 +10438,7 @@ msgstr ""
"请确保物体之间有足够的间距,因为补偿是在边界检查之后进行"
msgid "Shrinkage (Z)"
msgstr ""
msgstr "收缩率Z"
#, no-c-format, no-boost-format
msgid ""
@@ -11218,7 +11248,7 @@ msgid ""
msgstr ""
msgid "Use beam interlocking"
msgstr ""
msgstr "启用互锁梁"
msgid ""
"Generate interlocking beam structure at the locations where different "
@@ -11227,19 +11257,19 @@ msgid ""
msgstr ""
msgid "Interlocking beam width"
msgstr ""
msgstr "互锁梁宽度"
msgid "The width of the interlocking structure beams."
msgstr ""
msgstr "互锁梁的宽度"
msgid "Interlocking direction"
msgstr ""
msgstr "互锁方向"
msgid "Orientation of interlock beams."
msgstr ""
msgstr "互锁梁的方向"
msgid "Interlocking beam layers"
msgstr ""
msgstr "互锁梁层数"
msgid ""
"The height of the beams of the interlocking structure, measured in number of "
@@ -11255,12 +11285,12 @@ msgid ""
msgstr ""
msgid "Interlocking boundary avoidance"
msgstr ""
msgstr "互锁与边界的留白量"
msgid ""
"The distance from the outside of a model where interlocking structures will "
"not be generated, measured in cells."
msgstr ""
msgstr "模型边框与互锁结构的距离,以单元格为单位。"
msgid "Ironing Type"
msgstr "熨烫类型"
@@ -11911,7 +11941,7 @@ msgid "Spiral"
msgstr "螺旋"
msgid "Traveling angle"
msgstr ""
msgstr "空驶抬高角度"
msgid ""
"Traveling angle for Slope and Spiral Z hop type. Setting it to 90° results "
@@ -13107,7 +13137,7 @@ msgid ""
msgstr ""
msgid "Idle temperature"
msgstr ""
msgstr "待机温度"
msgid ""
"Nozzle temperature when the tool is currently not used in multi-tool setups."
@@ -15863,6 +15893,9 @@ msgstr ""
"避免翘曲\n"
"您知道吗打印ABS这类易翘曲材料时适当提高热床温度可以降低翘曲的概率。"
#~ msgid "Cool Plate"
#~ msgstr "低温打印热床"
#~ msgid "Reverse on odd"
#~ msgstr "反转奇数层悬垂方向"

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-11 22:56+0800\n"
"POT-Creation-Date: 2024-09-25 19:57+0800\n"
"PO-Revision-Date: 2023-11-06 14:37+0800\n"
"Last-Translator: ablegods <ablegods@gmail.com>\n"
"Language-Team: \n"
@@ -5835,6 +5835,9 @@ msgstr "鎖定列印板"
msgid "Edit current plate name"
msgstr ""
msgid "Move plate to the front"
msgstr ""
#, fuzzy
msgid "Customize current plate"
msgstr "自訂列印板參數"
@@ -7734,6 +7737,14 @@ msgid ""
"does not support to print on the Cool Plate"
msgstr "使用低溫列印板時的熱床溫度。0 值表示這個線材不支援低溫列印板"
msgid "Textured Cool plate"
msgstr ""
msgid ""
"Bed temperature when cool plate is installed. Value 0 means the filament "
"does not support to print on the Textured Cool Plate"
msgstr ""
#, fuzzy
msgid "Engineering plate"
msgstr "工程高溫列印板"
@@ -9532,6 +9543,11 @@ msgstr "除首層外的床溫。0 值表示這個線材不支援低溫列印板"
msgid "°C"
msgstr "°C"
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Textured Cool Plate"
msgstr ""
#, fuzzy
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
@@ -9562,6 +9578,11 @@ msgid ""
"support to print on the Cool Plate"
msgstr "首層熱床溫度。0 值表示這個線材不支援低溫列印板"
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
"support to print on the Textured Cool Plate"
msgstr ""
#, fuzzy
msgid ""
"Bed temperature of the initial layer. Value 0 means the filament does not "
@@ -9584,14 +9605,19 @@ msgstr "首層熱床溫度。0 值表示這個線材不支援金屬紋理 PEI
msgid "Bed types supported by the printer"
msgstr "列印設備所支援的列印板類型"
#, fuzzy
msgid "Cool Plate"
msgstr "低溫列印板"
msgid "Smooth Cool Plate"
msgstr ""
#, fuzzy
msgid "Engineering Plate"
msgstr "工程高溫列印板"
msgid "Smooth High Temp Plate"
msgstr ""
msgid "Textured Cool Plate"
msgstr ""
msgid "First layer print sequence"
msgstr "首層列印順序"
@@ -10522,7 +10548,7 @@ msgstr "壓力提前Klipper或者線性提前Marlin"
msgid "Enable adaptive pressure advance (beta)"
msgstr ""
#, c-format, boost-format
#, no-c-format, no-boost-format
msgid ""
"With increasing print speeds (and hence increasing volumetric flow through "
"the nozzle) and increasing accelerations, it has been observed that the "
@@ -10547,6 +10573,7 @@ msgstr ""
msgid "Adaptive pressure advance measurements (beta)"
msgstr ""
#, no-c-format, no-boost-format
msgid ""
"Add sets of pressure advance (PA) values, the volumetric flow speeds and "
"accelerations they were measured at, separated by a comma. One set of values "
@@ -16117,6 +16144,10 @@ msgid ""
"probability of warping."
msgstr ""
#, fuzzy
#~ msgid "Cool Plate"
#~ msgstr "低溫列印板"
#, fuzzy
#~ msgid "Reverse on odd"
#~ msgstr "反轉奇數層懸空方向"

View File

@@ -0,0 +1,98 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="24"
height="302"
viewBox="0 0 24 302"
fill="none"
version="1.1"
id="svg14"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs14" />
<path
d="M 0.36895847,8.2161586 H 20.495973 V 1.5286532 H 20.6431 l 2.53059,1.265626 V 18.028666 H 23.026563 L 20.495973,16.76304 V 11.341161 H 1.6931042 L 0.36895847,8.3724087 Z"
id="text18"
style="font-weight:bold;font-size:31.0518px;font-family:'Nova Square';-inkscape-font-specification:'Nova Square Bold';writing-mode:tb-rl;fill:#b3b3b3;fill-rule:evenodd;stroke-width:13.8763;stroke-miterlimit:3.6"
aria-label="T" />
<path
d="m 0.95746767,22.325545 q 0,-4.687504 4.41381913,-4.687504 h 7.3563652 q 4.413819,0 4.413819,4.687504 v 3.593752 q 0,4.687505 -4.413819,4.687505 H 11.947877 L 4.812203,20.809918 q -1.2064438,0.218751 -1.2064438,1.515627 v 3.593752 q 0,1.562501 1.7655276,1.562501 h 0.7797747 l 1.3241457,2.968754 v 0.15625 H 5.3712868 q -4.41381913,0 -4.41381913,-4.687505 z m 6.92969593,-1.562502 5.0906044,6.70313 q 1.515411,-0.09375 1.515411,-1.546876 v -3.593752 q 0,-1.562502 -1.765527,-1.562502 z"
id="text17"
style="font-weight:bold;font-size:31.0518px;font-family:'Nova Square';-inkscape-font-specification:'Nova Square Bold';writing-mode:tb-rl;fill:#b3b3b3;fill-rule:evenodd;stroke-width:13.8763;stroke-miterlimit:3.6"
aria-label="e" />
<path
d="m 0.36895847,36.606806 v -0.156251 l 1.20644393,-2.718752 7.474067,4.843754 7.4593546,-4.843754 1.221156,2.734377 v 0.156251 l -6.282336,3.796877 6.282336,3.781253 v 0.15625 l -1.221156,2.734377 -7.4593546,-4.843753 -7.474067,4.843753 -1.20644393,-2.718752 v -0.15625 L 6.666007,40.419308 Z"
id="text16"
style="font-weight:bold;font-size:31.0518px;font-family:'Nova Square';-inkscape-font-specification:'Nova Square Bold';writing-mode:tb-rl;fill:#b3b3b3;fill-rule:evenodd;stroke-width:13.8763;stroke-miterlimit:3.6"
aria-label="x" />
<path
d="M 0.36895847,52.747446 H 14.463754 v -4.015628 h 0.147128 l 2.530589,1.265626 v 2.750002 h 5.296583 l 1.324146,2.968752 v 0.15625 h -6.620729 v 4.015628 H 16.994343 L 14.463754,58.62245 V 55.872448 H 1.6931042 L 0.36895847,52.903696 Z"
id="text15"
style="font-weight:bold;font-size:31.0518px;font-family:'Nova Square';-inkscape-font-specification:'Nova Square Bold';writing-mode:tb-rl;fill:#b3b3b3;fill-rule:evenodd;stroke-width:13.8763;stroke-miterlimit:3.6"
aria-label="t" />
<path
d="m 0.95746767,67.309956 q 0,-4.687505 4.41381913,-4.687505 H 16.405834 l 1.324146,2.968752 v 0.15625 H 5.3712868 q -1.7655276,0 -1.7655276,1.562503 v 3.593752 q 0,1.562501 1.7655276,1.562501 H 16.405834 l 1.324146,2.968753 v 0.15625 H 5.3712868 q -4.41381913,0 -4.41381913,-4.687504 z"
id="text14"
style="font-weight:bold;font-size:31.0518px;font-family:'Nova Square';-inkscape-font-specification:'Nova Square Bold';writing-mode:tb-rl;fill:#b3b3b3;fill-rule:evenodd;stroke-width:13.8763;stroke-miterlimit:3.6"
aria-label="u" />
<path
d="M 0.36895847,80.278718 H 12.727652 q 4.413819,0 4.413819,4.687504 v 3.906253 h -0.147128 l -2.501164,-1.250001 v -2.656252 q 0,-1.562501 -1.765527,-1.562501 H 1.6931042 L 0.36895847,80.434968 Z"
id="text13"
style="font-weight:bold;font-size:31.0518px;font-family:'Nova Square';-inkscape-font-specification:'Nova Square Bold';writing-mode:tb-rl;fill:#b3b3b3;fill-rule:evenodd;stroke-width:13.8763;stroke-miterlimit:3.6"
aria-label="r" />
<path
d="m 0.95746767,96.216231 q 0,-4.687503 4.41381913,-4.687503 h 7.3563652 q 4.413819,0 4.413819,4.687503 v 3.593753 q 0,4.687506 -4.413819,4.687506 H 11.947877 L 4.812203,94.700605 q -1.2064438,0.21875 -1.2064438,1.515626 v 3.593753 q 0,1.562506 1.7655276,1.562506 h 0.7797747 l 1.3241457,2.96875 v 0.15625 H 5.3712868 q -4.41381913,0 -4.41381913,-4.687506 z m 6.92969593,-1.562501 5.0906044,6.70313 q 1.515411,-0.0937 1.515411,-1.546876 v -3.593753 q 0,-1.562501 -1.765527,-1.562501 z"
id="text12"
style="font-weight:bold;font-size:31.0518px;font-family:'Nova Square';-inkscape-font-specification:'Nova Square Bold';writing-mode:tb-rl;fill:#b3b3b3;fill-rule:evenodd;stroke-width:13.8763;stroke-miterlimit:3.6"
aria-label="e" />
<path
d="m 0.95746767,113.87248 q 0,-4.6875 4.41381913,-4.6875 h 7.3563652 q 4.413819,0 4.413819,4.6875 v 3.59376 q 0,1.0625 -0.456095,1.5625 h 5.752678 l 1.324146,2.96875 v 0.15625 H 5.3712868 q -4.41381913,0 -4.41381913,-4.6875 z m 2.64829153,0 v 3.59376 q 0,1.5625 1.7655276,1.5625 h 7.3563652 q 1.765527,0 1.765527,-1.5625 v -3.59376 q 0,-1.5625 -1.765527,-1.5625 H 5.3712868 q -1.7655276,0 -1.7655276,1.5625 z"
id="text11"
style="font-weight:bold;font-size:31.0518px;font-family:'Nova Square';-inkscape-font-specification:'Nova Square Bold';writing-mode:tb-rl;fill:#b3b3b3;fill-rule:evenodd;stroke-width:13.8763;stroke-miterlimit:3.6"
aria-label="d" />
<path
d="m 0.95746767,146.37253 q 0,-5.46876 5.14945553,-5.46876 H 18.024235 q 5.149455,0 5.149455,5.46876 v 4.84376 q 0,5.46875 -5.149455,5.46875 h -1.618401 l -1.324145,-2.96875 v -0.15625 h 2.942546 q 2.501164,0 2.501164,-2.34375 v -4.84376 q 0,-2.34376 -2.501164,-2.34376 H 6.1069232 q -2.501164,0 -2.501164,2.34376 v 4.84376 q 0,2.34375 2.501164,2.34375 h 1.6184004 l 1.3241458,2.96875 v 0.15625 H 6.1069232 q -5.14945553,0 -5.14945553,-5.46875 z"
id="text10"
style="font-weight:bold;font-size:31.0518px;font-family:'Nova Square';-inkscape-font-specification:'Nova Square Bold';writing-mode:tb-rl;fill:#b3b3b3;fill-rule:evenodd;stroke-width:13.8763;stroke-miterlimit:3.6"
aria-label="C" />
<path
d="m 3.6057592,166.84129 v 3.59376 q 0,1.5625 1.7655276,1.5625 h 7.3563652 q 1.765527,0 1.765527,-1.5625 v -3.59376 q 0,-1.5625 -1.765527,-1.5625 H 5.3712868 q -1.7655276,0 -1.7655276,1.5625 z m -2.64829153,0 q 0,-4.6875 4.41381913,-4.6875 h 7.3563652 q 4.413819,0 4.413819,4.6875 v 3.59376 q 0,4.6875 -4.413819,4.6875 H 5.3712868 q -4.41381913,0 -4.41381913,-4.6875 z"
id="text9"
style="font-weight:bold;font-size:31.0518px;font-family:'Nova Square';-inkscape-font-specification:'Nova Square Bold';writing-mode:tb-rl;fill:#b3b3b3;fill-rule:evenodd;stroke-width:13.8763;stroke-miterlimit:3.6"
aria-label="o" />
<path
d="m 3.6057592,184.49756 v 3.59375 q 0,1.5625 1.7655276,1.5625 h 7.3563652 q 1.765527,0 1.765527,-1.5625 v -3.59375 q 0,-1.5625 -1.765527,-1.5625 H 5.3712868 q -1.7655276,0 -1.7655276,1.5625 z m -2.64829153,0 q 0,-4.68751 4.41381913,-4.68751 h 7.3563652 q 4.413819,0 4.413819,4.68751 v 3.59375 q 0,4.6875 -4.413819,4.6875 H 5.3712868 q -4.41381913,0 -4.41381913,-4.6875 z"
id="text8"
style="font-weight:bold;font-size:31.0518px;font-family:'Nova Square';-inkscape-font-specification:'Nova Square Bold';writing-mode:tb-rl;fill:#b3b3b3;fill-rule:evenodd;stroke-width:13.8763;stroke-miterlimit:3.6"
aria-label="o" />
<path
d="M 0.36895847,198.24757 H 22.438054 l 1.324146,2.96875 v 0.15625 H 1.6931042 l -1.32414573,-2.96875 z"
id="text7"
style="font-weight:bold;font-size:31.0518px;font-family:'Nova Square';-inkscape-font-specification:'Nova Square Bold';writing-mode:tb-rl;fill:#b3b3b3;fill-rule:evenodd;stroke-width:13.8763;stroke-miterlimit:3.6"
aria-label="l" />
<path
d="M 0.36895847,220.12259 H 22.438054 l 0.735636,1.65625 v 8.34375 q 0,5.46876 -5.149455,5.46876 h -4.413819 q -5.1494559,0 -5.1494559,-5.46876 v -6.875 H 1.6931042 l -1.32414573,-2.96875 z m 20.15644053,3.125 h -9.416147 v 6.875 q 0,2.34376 2.501164,2.34376 h 4.413819 q 2.501164,0 2.501164,-2.34376 z"
id="text6"
style="font-weight:bold;font-size:31.0518px;font-family:'Nova Square';-inkscape-font-specification:'Nova Square Bold';writing-mode:tb-rl;fill:#b3b3b3;fill-rule:evenodd;stroke-width:13.8763;stroke-miterlimit:3.6"
aria-label="P" />
<path
d="M 0.36895847,241.0601 H 22.438054 l 1.324146,2.96875 v 0.15625 H 1.6931042 l -1.32414573,-2.96875 z"
id="text5"
style="font-weight:bold;font-size:31.0518px;font-family:'Nova Square';-inkscape-font-specification:'Nova Square Bold';writing-mode:tb-rl;fill:#b3b3b3;fill-rule:evenodd;stroke-width:13.8763;stroke-miterlimit:3.6"
aria-label="l" />
<path
d="m 3.6057592,253.5601 v 3.28125 q 0,1.5625 1.7655276,1.5625 h 2.0156441 q 1.7655275,0 1.7655275,-1.5625 v -3.28125 q 0,-1.5625 -1.7655275,-1.5625 H 5.3712868 q -1.7655276,0 -1.7655276,1.5625 z m -2.64829153,0 q 0,-4.6875 4.41381913,-4.6875 h 2.0156441 q 4.4138191,0 4.4138191,4.6875 v 3.28125 q 0,0.81251 -0.441382,1.5625 h 1.368284 q 1.765527,0 1.765527,-1.5625 v -5.59375 h 0.147128 l 2.501164,1.25 v 4.34375 q 0,4.68751 -4.413819,4.68751 H 1.6931042 L 0.36895847,258.5601 v -0.15625 H 1.3988496 q -0.44138193,-0.59374 -0.44138193,-1.5625 z"
id="text4"
style="font-weight:bold;font-size:31.0518px;font-family:'Nova Square';-inkscape-font-specification:'Nova Square Bold';writing-mode:tb-rl;fill:#b3b3b3;fill-rule:evenodd;stroke-width:13.8763;stroke-miterlimit:3.6"
aria-label="a" />
<path
d="M 0.36895847,268.27887 H 14.463754 v -4.01563 h 0.147128 l 2.530589,1.26562 v 2.75001 h 5.296583 l 1.324146,2.96875 v 0.15625 h -6.620729 v 4.01562 h -0.147128 l -2.530589,-1.26562 v -2.75 H 1.6931042 l -1.32414573,-2.96875 z"
id="text3"
style="font-weight:bold;font-size:31.0518px;font-family:'Nova Square';-inkscape-font-specification:'Nova Square Bold';writing-mode:tb-rl;fill:#b3b3b3;fill-rule:evenodd;stroke-width:13.8763;stroke-miterlimit:3.6"
aria-label="t" />
<path
d="m 0.95746767,282.84136 q 0,-4.6875 4.41381913,-4.6875 h 7.3563652 q 4.413819,0 4.413819,4.6875 v 3.59376 q 0,4.6875 -4.413819,4.6875 h -0.779775 l -7.135674,-9.79688 q -1.2064438,0.21875 -1.2064438,1.51562 v 3.59376 q 0,1.5625 1.7655276,1.5625 h 0.7797747 l 1.3241457,2.96875 v 0.15625 H 5.3712868 q -4.41381913,0 -4.41381913,-4.6875 z m 6.92969593,-1.5625 5.0906044,6.70314 q 1.515411,-0.0938 1.515411,-1.54688 v -3.59376 q 0,-1.5625 -1.765527,-1.5625 z"
id="text2"
style="font-weight:bold;font-size:31.0518px;font-family:'Nova Square';-inkscape-font-specification:'Nova Square Bold';writing-mode:tb-rl;fill:#b3b3b3;fill-rule:evenodd;stroke-width:13.8763;stroke-miterlimit:3.6"
aria-label="e" />
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -0,0 +1,74 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="43"
height="43"
viewBox="0 0 43 43"
version="1.1"
id="svg2"
sodipodi:docname="plate_move_front.svg"
inkscape:version="1.3.2 (091e20e, 2023-11-25, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs2" />
<sodipodi:namedview
id="namedview2"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="22.627417"
inkscape:cx="25.168582"
inkscape:cy="21.588854"
inkscape:window-width="1610"
inkscape:window-height="1237"
inkscape:window-x="33"
inkscape:window-y="721"
inkscape:window-maximized="0"
inkscape:current-layer="svg2" />
<rect
x="1.5"
y="1.5"
width="40"
height="40"
rx="3.5"
style="fill:#e9e9e9;fill-opacity:1"
id="rect1" />
<path
d="M38,2a3,3,0,0,1,3,3V38a3,3,0,0,1-3,3H5a3,3,0,0,1-3-3V5A3,3,0,0,1,5,2H38m0-1H5A4,4,0,0,0,1,5V38a4,4,0,0,0,4,4H38a4,4,0,0,0,4-4V5a4,4,0,0,0-4-4Z"
style="fill:#545454"
id="path1" />
<line
x1="33.471352"
y1="6.9334393"
x2="9.9450846"
y2="6.9334393"
style="fill:none;stroke:#545454;stroke-width:0.850459;stroke-linecap:round;stroke-linejoin:round"
id="line1" />
<line
x1="32.300442"
y1="18.26045"
x2="21.987902"
y2="8.080493"
style="fill:none;stroke:#545454;stroke-width:0.714338;stroke-linecap:round;stroke-linejoin:round"
id="line1-1" />
<line
x1="11.504755"
y1="18.329735"
x2="21.855713"
y2="8.0229683"
style="fill:none;stroke:#545454;stroke-width:0.720111;stroke-linecap:round;stroke-linejoin:round"
id="line1-1-1" />
<line
x1="21.938486"
y1="36.433311"
x2="21.938484"
y2="8.6247864"
style="fill:none;stroke:#545454;stroke-width:0.623622;stroke-linecap:round;stroke-linejoin:round"
id="line1-1-1-2" />
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -0,0 +1,74 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="43"
height="43"
viewBox="0 0 43 43"
version="1.1"
id="svg2"
sodipodi:docname="plate_close_dark.svg"
inkscape:version="1.3.2 (091e20e, 2023-11-25, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs2" />
<sodipodi:namedview
id="namedview2"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="27.27907"
inkscape:cx="21.5"
inkscape:cy="21.5"
inkscape:window-width="2560"
inkscape:window-height="1369"
inkscape:window-x="-8"
inkscape:window-y="658"
inkscape:window-maximized="1"
inkscape:current-layer="svg2" />
<rect
x="1.5"
y="1.5"
width="40"
height="40"
rx="3.5"
style="fill:#54545a"
id="rect1" />
<path
d="M38,2a3,3,0,0,1,3,3V38a3,3,0,0,1-3,3H5a3,3,0,0,1-3-3V5A3,3,0,0,1,5,2H38m0-1H5A4,4,0,0,0,1,5V38a4,4,0,0,0,4,4H38a4,4,0,0,0,4-4V5a4,4,0,0,0-4-4Z"
style="fill:#b3b3b3"
id="path1" />
<line
x1="9.7239828"
y1="6.5068207"
x2="34.155807"
y2="6.5068207"
style="fill:none;stroke:#c4c4c4;stroke-width:0.866675;stroke-linecap:round;stroke-linejoin:round"
id="line1" />
<line
x1="22.228071"
y1="7.6491632"
x2="22.228073"
y2="31.964647"
style="fill:none;stroke:#c4c4c4;stroke-linecap:round;stroke-linejoin:round"
id="line1-2" />
<line
x1="22.195042"
y1="7.4747553"
x2="10.588115"
y2="19.081686"
style="fill:none;stroke:#c4c4c4;stroke-width:0.675072;stroke-linecap:round;stroke-linejoin:round"
id="line1-2-2" />
<line
x1="33.868591"
y1="19.080866"
x2="22.261658"
y2="7.4739408"
style="fill:none;stroke:#c4c4c4;stroke-width:0.675072;stroke-linecap:round;stroke-linejoin:round"
id="line1-2-2-7" />
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@@ -0,0 +1,74 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="43"
height="43"
viewBox="0 0 43 43"
version="1.1"
id="svg2"
sodipodi:docname="plate_close.svg"
inkscape:version="1.3.2 (091e20e, 2023-11-25, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs2" />
<sodipodi:namedview
id="namedview2"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="22.627417"
inkscape:cx="25.168582"
inkscape:cy="21.588854"
inkscape:window-width="1610"
inkscape:window-height="1237"
inkscape:window-x="1460"
inkscape:window-y="754"
inkscape:window-maximized="0"
inkscape:current-layer="svg2" />
<rect
x="1.5"
y="1.5"
width="40"
height="40"
rx="3.5"
style="fill:#e9e9e9;fill-opacity:1"
id="rect1" />
<path
d="M38,2a3,3,0,0,1,3,3V38a3,3,0,0,1-3,3H5a3,3,0,0,1-3-3V5A3,3,0,0,1,5,2H38m0-1H5A4,4,0,0,0,1,5V38a4,4,0,0,0,4,4H38a4,4,0,0,0,4-4V5a4,4,0,0,0-4-4Z"
style="fill:#009688"
id="path1" />
<line
x1="33.471352"
y1="6.9334393"
x2="9.9450846"
y2="6.9334393"
style="fill:none;stroke:#009688;stroke-width:0.850459;stroke-linecap:round;stroke-linejoin:round"
id="line1" />
<line
x1="32.300442"
y1="18.26045"
x2="21.987902"
y2="8.080493"
style="fill:none;stroke:#009688;stroke-width:0.714338;stroke-linecap:round;stroke-linejoin:round"
id="line1-1" />
<line
x1="11.504755"
y1="18.329735"
x2="21.855713"
y2="8.0229683"
style="fill:none;stroke:#009688;stroke-width:0.720111;stroke-linecap:round;stroke-linejoin:round"
id="line1-1-1" />
<line
x1="21.938486"
y1="36.433311"
x2="21.938484"
y2="8.6247864"
style="fill:none;stroke:#009688;stroke-width:0.623622;stroke-linecap:round;stroke-linejoin:round"
id="line1-1-1-2" />
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -0,0 +1,74 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="43"
height="43"
viewBox="0 0 43 43"
version="1.1"
id="svg2"
sodipodi:docname="plate_move_front_hover_dark.svg"
inkscape:version="1.3.2 (091e20e, 2023-11-25, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs2" />
<sodipodi:namedview
id="namedview2"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="19.289215"
inkscape:cx="20.555528"
inkscape:cy="24.85845"
inkscape:window-width="1350"
inkscape:window-height="1237"
inkscape:window-x="36"
inkscape:window-y="759"
inkscape:window-maximized="0"
inkscape:current-layer="svg2" />
<rect
x="1.5"
y="1.5"
width="40"
height="40"
rx="3.5"
style="fill:#54545a"
id="rect1" />
<path
d="M38,2a3,3,0,0,1,3,3V38a3,3,0,0,1-3,3H5a3,3,0,0,1-3-3V5A3,3,0,0,1,5,2H38m0-1H5A4,4,0,0,0,1,5V38a4,4,0,0,0,4,4H38a4,4,0,0,0,4-4V5a4,4,0,0,0-4-4Z"
style="fill:#009688"
id="path1" />
<line
x1="9.7239828"
y1="6.5068207"
x2="34.155807"
y2="6.5068207"
style="fill:none;stroke:#009688;stroke-width:0.866675;stroke-linecap:round;stroke-linejoin:round"
id="line1" />
<line
x1="22.228071"
y1="7.6491632"
x2="22.228073"
y2="31.964647"
style="fill:none;stroke:#009688;stroke-linecap:round;stroke-linejoin:round"
id="line1-2" />
<line
x1="22.195042"
y1="7.4747553"
x2="10.588115"
y2="19.081686"
style="fill:none;stroke:#009688;stroke-width:0.675072;stroke-linecap:round;stroke-linejoin:round"
id="line1-2-2" />
<line
x1="33.868591"
y1="19.080866"
x2="22.261658"
y2="7.4739408"
style="fill:none;stroke:#009688;stroke-width:0.675072;stroke-linecap:round;stroke-linejoin:round"
id="line1-2-2-7" />
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -1,6 +1,6 @@
{
"name": "Anker",
"version": "02.02.00.00",
"version": "02.02.00.01",
"force_update": "0",
"description": "Anker configurations",
"machine_model_list": [

View File

@@ -1,6 +1,6 @@
{
"name": "Anycubic",
"version": "02.02.00.00",
"version": "02.02.00.01",
"force_update": "0",
"description": "Anycubic configurations",
"machine_model_list": [

View File

@@ -1,6 +1,6 @@
{
"name": "Artillery",
"version": "02.02.00.00",
"version": "02.02.00.01",
"force_update": "0",
"description": "Artillery configurations",
"machine_model_list": [

View File

@@ -74,6 +74,12 @@
],
"close_fan_the_first_x_layers": [
"3"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.05"
],
"version": "2.0.2.0"
}

View File

@@ -74,6 +74,12 @@
],
"overhang_fan_speed": [
"90"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.05"
],
"version": "2.0.2.0"
}

View File

@@ -53,6 +53,12 @@
],
"temperature_vitrification": [
"190"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.046"
],
"version": "2.0.2.0"
}

View File

@@ -53,6 +53,12 @@
],
"temperature_vitrification": [
"190"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.046"
],
"version": "2.0.2.0"
}

View File

@@ -53,6 +53,12 @@
],
"temperature_vitrification": [
"190"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.046"
],
"version": "2.0.2.0"
}

View File

@@ -59,6 +59,12 @@
],
"hot_plate_temp_initial_layer": [
"65"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.046"
],
"version": "2.0.2.0"
}

View File

@@ -71,6 +71,12 @@
],
"overhang_fan_threshold": [
"95%"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.06"
],
"version": "2.0.2.0"
}

View File

@@ -137,7 +137,7 @@
"0.4"
],
"nozzle_hrc": "0",
"nozzle_type": "hardened_steel",
"nozzle_type": "brass",
"nozzle_volume": "0",
"parking_pos_retraction": "92",
"preferred_orientation": "0",

View File

@@ -137,7 +137,7 @@
"0.08"
],
"nozzle_hrc": "0",
"nozzle_type": "hardened_steel",
"nozzle_type": "brass",
"nozzle_volume": "0",
"parking_pos_retraction": "92",
"preferred_orientation": "0",

View File

@@ -56,7 +56,7 @@
"host_type": "octoprint",
"is_custom_defined": "0",
"layer_change_gcode": "G92 E0",
"machine_end_gcode": "G91 ;Relative positioning\nG1 E-1 F2700 ;Retract a bit\nG1 E-1 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z1 ;Raise Z more\nG90 ;Absolute positionning\nG1 X5 Y280 F3000 ;Wipe out\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z",
"machine_end_gcode": "G91 ;Relative positioning\nG1 E-1 F2700 ;Retract a bit\nG1 E-1 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z1 ;Raise Z more\nG90 ;Absolute positionning\nG1 X-5 Y305 F3000 ;Wipe out\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z",
"machine_load_filament_time": "0",
"machine_max_acceleration_e": [
"6000",
@@ -127,7 +127,7 @@
"0"
],
"machine_pause_gcode": "M600",
"machine_start_gcode": "M140 S60\nM104 S140\nM190 S[first_layer_bed_temperature]\nM109 S{temperature_vitrification[0]}\nG28;\nNOZZLE_WIPE\nM140 S[first_layer_bed_temperature];\nM104 S[first_layer_temperature];\nDRAW_LINE_ONLY",
"machine_start_gcode": "M104 S140\nM190 S[first_layer_bed_temperature]\nM109 S{temperature_vitrification[0]}\nG28;\nG1 X230 Y300 Z10 F5000\nSET_KINEMATIC_POSITION Y=0\nG1 Y20 F4000\nG1 X230 F4000\nG1 Z-1 F600 \nG1 X270 F4000\nG1 Y25 F4000\nG1 X230 F4000\nG92 E0\nG1 Z10 F1200\nG1 Y0 F5000\nG1 E-1 F3000\nM400\nSET_KINEMATIC_POSITION Y=300\nG92 E-1\nM140 S[first_layer_bed_temperature];\nM104 S[first_layer_temperature];\nG1 X0 Y0.8 Z0.8 F18000\nG92 E0\nG1 X0 Y0.8 Z0.3 E8 F600\nG92 E0\nG1 X200 Y0.8 Z0.3 F1800.0 E20.0;draw line\nG92 E0\nG1 X200 Y0 Z0.3 F1800.0 E0.08;draw line\nG92 E0\nG1 X100 Y0 Z0.3 F1800.0 E10.0;draw line\nG92 E0\nG1 X100 Y1.6 Z0.3 F1800.0 E0.16;draw line\nG92 E0\nG1 X180 Y1.6 Z0.3 F1800.0 E8;draw line\nG92 E0\nG1 X180 Y0 Z0.3 F1800.0 E0.16;draw line\nG92 E0\nG1 E-1 Z5 F18000\nG92 E0",
"machine_unload_filament_time": "0",
"manual_filament_change": "0",
"max_layer_height": [
@@ -137,7 +137,7 @@
"0.08"
],
"nozzle_hrc": "0",
"nozzle_type": "hardened_steel",
"nozzle_type": "brass",
"nozzle_volume": "0",
"parking_pos_retraction": "92",
"preferred_orientation": "0",
@@ -146,8 +146,8 @@
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
"300x310",
"0x310"
],
"printable_height": "400",
"printer_notes": "",

View File

@@ -56,7 +56,7 @@
"host_type": "octoprint",
"is_custom_defined": "0",
"layer_change_gcode": "G92 E0",
"machine_end_gcode": "G91 ;Relative positioning\nG1 E-1 F2700 ;Retract a bit\nG1 E-1 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z1 ;Raise Z more\nG90 ;Absolute positionning\nG1 X5 Y200 F3000 ;Wipe out\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z",
"machine_end_gcode": "G91 ;Relative positioning\nG1 E-1 F2700 ;Retract a bit\nG1 E-1 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z1 ;Raise Z more\nG90 ;Absolute positionning\nG1 X-5 Y250 F3000 ;Wipe out\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z",
"machine_load_filament_time": "0",
"machine_max_acceleration_e": [
"5000",
@@ -127,7 +127,7 @@
"0"
],
"machine_pause_gcode": "M600",
"machine_start_gcode": "M140 S60\nM104 S140\nM190 S[first_layer_bed_temperature]\nM109 S{temperature_vitrification[0]}\nG28;\nNOZZLE_WIPE\nM140 S[first_layer_bed_temperature];\nM104 S[first_layer_temperature];\nDRAW_LINE_ONLY",
"machine_start_gcode": "M104 S140\nM190 S[first_layer_bed_temperature]\nM109 S{temperature_vitrification[0]}\nG28;\nG1 X180 Y247 Z10 F5000\nSET_KINEMATIC_POSITION Y=0\nG1 Y11 F4000\nG1 X180 F4000\nG1 Z-1 F600 \nG1 X230 F4000\nG1 Y15 F4000\nG1 X180 F4000\nG92 E0\nG1 Z10 F1200\nG1 Y0 F5000\nG1 E-1 F3000\nM400\nSET_KINEMATIC_POSITION Y=247\nG92 E-1\nM140 S[first_layer_bed_temperature];\nM104 S[first_layer_temperature];\nG1 X0 Y0.8 Z0.8 F18000\nG92 E0\nG1 X0 Y0.8 Z0.3 E8 F600\nG92 E0\nG1 X170 Y0.8 Z0.3 F1800.0 E17.0;draw line\nG92 E0\nG1 X170 Y0 Z0.3 F1800.0 E0.08;draw line\nG92 E0\nG1 X70 Y0 Z0.3 F1800.0 E10.0;draw line\nG92 E0\nG1 X70 Y1.6 Z0.3 F1800.0 E0.16;draw line\nG92 E0\nG1 X150 Y1.6 Z0.3 F1800.0 E8;draw line\nG92 E0\nG1 X150 Y0 Z0.3 F1800.0 E0.16;draw line\nG92 E0\nG1 E-1 Z5 F18000\nG92 E0\n",
"machine_unload_filament_time": "0",
"manual_filament_change": "0",
"max_layer_height": [
@@ -137,7 +137,7 @@
"0.08"
],
"nozzle_hrc": "0",
"nozzle_type": "hardened_steel",
"nozzle_type": "brass",
"nozzle_volume": "0",
"parking_pos_retraction": "92",
"preferred_orientation": "0",
@@ -146,8 +146,8 @@
"printable_area": [
"0x0",
"240x0",
"240x240",
"0x240"
"240x250",
"0x250"
],
"printable_height": "260",
"printer_notes": "",

View File

@@ -1,6 +1,6 @@
{
"name": "BIQU",
"version": "02.02.00.00",
"version": "02.02.00.01",
"force_update": "0",
"description": "BIQU configurations",
"machine_model_list": [

View File

@@ -1,6 +1,6 @@
{
"name": "CONSTRUCT3D",
"version": "02.02.00.00",
"version": "02.02.00.01",
"force_update": "0",
"description": "Construct3D configurations",
"machine_model_list": [

View File

@@ -1,7 +1,7 @@
{
"name": "Chuanying",
"url": "",
"version": "02.02.00.00",
"version": "02.02.00.01",
"force_update": "0",
"description": "Chuanying configurations",
"machine_model_list": [

View File

@@ -0,0 +1,55 @@
{
"name": "Co Print",
"version": "02.02.00.01",
"force_update": "0",
"description": "CoPrint configurations",
"machine_model_list": [
{
"name": "Co Print ChromaSet",
"sub_path": "machine/Co Print ChromaSet.json"
}
],
"process_list": [
{
"name": "fdm_process_common",
"sub_path": "process/fdm_process_common.json"
}, {
"name": "fdm_process_coprint_common",
"sub_path": "process/fdm_process_coprint_common.json"
}, {
"name": "0.2mm Standard @Co Print ChromaSet 0.4",
"sub_path": "process/0.2mm Standard @Co Print ChromaSet 0.4.json"
}, {
"name": "0.2mm Fast @Co Print ChromaSet 0.4",
"sub_path": "process/0.2mm Fast @Co Print ChromaSet 0.4.json"
}
],
"filament_list": [
{
"name": "fdm_filament_common",
"sub_path": "filament/fdm_filament_common.json"
},
{
"name": "fdm_filament_pla",
"sub_path": "filament/fdm_filament_pla.json"
},
{
"name": "CoPrint Generic PLA",
"sub_path": "filament/CoPrint Generic PLA.json"
}
],
"machine_list": [
{
"name": "fdm_machine_common",
"sub_path": "machine/fdm_machine_common.json"
},
{
"name": "Co Print ChromaSet 0.4 nozzle",
"sub_path": "machine/Co Print ChromaSet 0.4 nozzle.json"
},
{
"name": "Co Print ChromaSet 0.4 nozzle fast",
"sub_path": "machine/Co Print ChromaSet 0.4 nozzle fast.json"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

@@ -0,0 +1,254 @@
solid OBJECT
facet normal -0.38268222937202628 0.92388003080641146 -0
outer loop
vertex -110.5 112.5 0
vertex -111.91421508789062 111.91421508789062 0
vertex -111.91421508789062 111.91421508789062 0.30000001192092896
endloop
endfacet
facet normal -0.38268222937202628 0.92388003080641146 0
outer loop
vertex -110.5 112.5 0
vertex -111.91421508789062 111.91421508789062 0.30000001192092896
vertex -110.5 112.5 0.30000001192092896
endloop
endfacet
facet normal -0.92388003080641146 0.38268222937202628 -0
outer loop
vertex -111.91421508789062 111.91421508789062 0
vertex -112.5 110.5 0
vertex -112.5 110.5 0.30000001192092896
endloop
endfacet
facet normal -0.92388003080641146 0.38268222937202628 -0
outer loop
vertex -111.91421508789062 111.91421508789062 0
vertex -112.5 110.5 0.30000001192092896
vertex -111.91421508789062 111.91421508789062 0.30000001192092896
endloop
endfacet
facet normal -1 -0 -0
outer loop
vertex -112.5 110.5 0
vertex -112.5 -110.5 0
vertex -112.5 -110.5 0.30000001192092896
endloop
endfacet
facet normal -1 -0 -0
outer loop
vertex -112.5 110.5 0
vertex -112.5 -110.5 0.30000001192092896
vertex -112.5 110.5 0.30000001192092896
endloop
endfacet
facet normal -0.70710678118654746 -0.70710678118654746 -0
outer loop
vertex -112.5 -110.5 0
vertex -110.5 -112.5 0
vertex -110.5 -112.5 0.30000001192092896
endloop
endfacet
facet normal -0.70710678118654746 -0.70710678118654746 -0
outer loop
vertex -112.5 -110.5 0
vertex -110.5 -112.5 0.30000001192092896
vertex -112.5 -110.5 0.30000001192092896
endloop
endfacet
facet normal 0 -1 -0
outer loop
vertex -110.5 -112.5 0
vertex 110.5 -112.5 0
vertex 110.5 -112.5 0.30000001192092896
endloop
endfacet
facet normal 0 -1 -0
outer loop
vertex -110.5 -112.5 0
vertex 110.5 -112.5 0.30000001192092896
vertex -110.5 -112.5 0.30000001192092896
endloop
endfacet
facet normal 0.38268222937202628 -0.92388003080641146 -0
outer loop
vertex 110.5 -112.5 0
vertex 111.91421508789062 -111.91421508789062 0
vertex 111.91421508789062 -111.91421508789062 0.30000001192092896
endloop
endfacet
facet normal 0.38268222937202628 -0.92388003080641146 -0
outer loop
vertex 110.5 -112.5 0
vertex 111.91421508789062 -111.91421508789062 0.30000001192092896
vertex 110.5 -112.5 0.30000001192092896
endloop
endfacet
facet normal 0.92388003080641146 -0.38268222937202628 -0
outer loop
vertex 111.91421508789062 -111.91421508789062 0
vertex 112.5 -110.5 0
vertex 112.5 -110.5 0.30000001192092896
endloop
endfacet
facet normal 0.92388003080641146 -0.38268222937202628 0
outer loop
vertex 111.91421508789062 -111.91421508789062 0
vertex 112.5 -110.5 0.30000001192092896
vertex 111.91421508789062 -111.91421508789062 0.30000001192092896
endloop
endfacet
facet normal 1 -0 0
outer loop
vertex 112.5 -110.5 0
vertex 112.5 110.5 0
vertex 112.5 110.5 0.30000001192092896
endloop
endfacet
facet normal 1 -0 0
outer loop
vertex 112.5 -110.5 0
vertex 112.5 110.5 0.30000001192092896
vertex 112.5 -110.5 0.30000001192092896
endloop
endfacet
facet normal 0.70710678118654746 0.70710678118654746 -0
outer loop
vertex 112.5 110.5 0
vertex 110.5 112.5 0
vertex 110.5 112.5 0.30000001192092896
endloop
endfacet
facet normal 0.70710678118654746 0.70710678118654746 0
outer loop
vertex 112.5 110.5 0
vertex 110.5 112.5 0.30000001192092896
vertex 112.5 110.5 0.30000001192092896
endloop
endfacet
facet normal 0 1 0
outer loop
vertex 110.5 112.5 0
vertex -110.5 112.5 0
vertex -110.5 112.5 0.30000001192092896
endloop
endfacet
facet normal 0 1 0
outer loop
vertex 110.5 112.5 0
vertex -110.5 112.5 0.30000001192092896
vertex 110.5 112.5 0.30000001192092896
endloop
endfacet
facet normal -0 0 -1
outer loop
vertex 112.5 110.5 0
vertex 112.5 -110.5 0
vertex -110.5 -112.5 0
endloop
endfacet
facet normal 0 -0 -1
outer loop
vertex 111.91421508789062 -111.91421508789062 0
vertex 110.5 -112.5 0
vertex 112.5 -110.5 0
endloop
endfacet
facet normal 0 -0 -1
outer loop
vertex 112.5 -110.5 0
vertex 110.5 -112.5 0
vertex -110.5 -112.5 0
endloop
endfacet
facet normal 0 0 -1
outer loop
vertex -110.5 112.5 0
vertex 110.5 112.5 0
vertex 112.5 110.5 0
endloop
endfacet
facet normal -0 0 -1
outer loop
vertex -112.5 110.5 0
vertex -111.91421508789062 111.91421508789062 0
vertex -110.5 112.5 0
endloop
endfacet
facet normal 0 0 -1
outer loop
vertex -110.5 -112.5 0
vertex -112.5 -110.5 0
vertex 112.5 110.5 0
endloop
endfacet
facet normal 0 -0 -1
outer loop
vertex -112.5 -110.5 0
vertex -112.5 110.5 0
vertex 112.5 110.5 0
endloop
endfacet
facet normal -0 0 -1
outer loop
vertex -110.5 112.5 0
vertex 112.5 110.5 0
vertex -112.5 110.5 0
endloop
endfacet
facet normal 0 -0 1
outer loop
vertex 112.5 110.5 0.30000001192092896
vertex -110.5 -112.5 0.30000001192092896
vertex 112.5 -110.5 0.30000001192092896
endloop
endfacet
facet normal 0 0 1
outer loop
vertex 111.91421508789062 -111.91421508789062 0.30000001192092896
vertex 112.5 -110.5 0.30000001192092896
vertex 110.5 -112.5 0.30000001192092896
endloop
endfacet
facet normal 0 -0 1
outer loop
vertex 112.5 -110.5 0.30000001192092896
vertex -110.5 -112.5 0.30000001192092896
vertex 110.5 -112.5 0.30000001192092896
endloop
endfacet
facet normal 0 0 1
outer loop
vertex -110.5 112.5 0.30000001192092896
vertex 112.5 110.5 0.30000001192092896
vertex 110.5 112.5 0.30000001192092896
endloop
endfacet
facet normal -0 0 1
outer loop
vertex -112.5 110.5 0.30000001192092896
vertex -110.5 112.5 0.30000001192092896
vertex -111.91421508789062 111.91421508789062 0.30000001192092896
endloop
endfacet
facet normal 0 0 1
outer loop
vertex -110.5 -112.5 0.30000001192092896
vertex 112.5 110.5 0.30000001192092896
vertex -112.5 -110.5 0.30000001192092896
endloop
endfacet
facet normal -0 0 1
outer loop
vertex -112.5 -110.5 0.30000001192092896
vertex 112.5 110.5 0.30000001192092896
vertex -112.5 110.5 0.30000001192092896
endloop
endfacet
facet normal -0 -0 1
outer loop
vertex -110.5 112.5 0.30000001192092896
vertex -112.5 110.5 0.30000001192092896
vertex 112.5 110.5 0.30000001192092896
endloop
endfacet
endsolid OBJECT

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

View File

@@ -0,0 +1,19 @@
{
"type": "filament",
"filament_id": "GFL99",
"setting_id": "GFSA04",
"name": "CoPrint Generic PLA",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pla",
"filament_load_time": [
"10"
],
"filament_unload_time": [
"10"
],
"compatible_printers": [
"Co Print ChromaSet 0.4 nozzle",
"Co Print ChromaSet 0.4 nozzle fast"
]
}

View File

@@ -0,0 +1,136 @@
{
"type": "filament",
"name": "fdm_filament_common",
"from": "system",
"instantiation": "false",
"cool_plate_temp" : [
"60"
],
"eng_plate_temp" : [
"60"
],
"hot_plate_temp" : [
"60"
],
"textured_plate_temp" : [
"60"
],
"cool_plate_temp_initial_layer" : [
"60"
],
"eng_plate_temp_initial_layer" : [
"60"
],
"hot_plate_temp_initial_layer" : [
"60"
],
"textured_plate_temp_initial_layer" : [
"60"
],
"overhang_fan_threshold": [
"95%"
],
"overhang_fan_speed": [
"100"
],
"slow_down_for_layer_cooling": [
"1"
],
"close_fan_the_first_x_layers": [
"3"
],
"filament_flow_ratio": [
"0.91"
],
"reduce_fan_stop_start_freq": [
"0"
],
"fan_cooling_layer_time": [
"60"
],
"filament_cost": [
"0"
],
"filament_density": [
"0"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_max_volumetric_speed": [
"15"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retract_before_wipe": [
"nil"
],
"filament_retract_when_changing_layer": [
"nil"
],
"filament_retraction_length": [
"nil"
],
"filament_z_hop": [
"nil"
],
"filament_retract_restart_extra": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_settings_id": [
""
],
"filament_soluble": [
"0"
],
"filament_type": [
"PLA"
],
"filament_vendor": [
"Co Print"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"bed_type": [
"Cool Plate"
],
"nozzle_temperature_initial_layer": [
"200"
],
"full_fan_speed_layer": [
"0"
],
"fan_max_speed": [
"100"
],
"fan_min_speed": [
"100"
],
"slow_down_min_speed": [
"10"
],
"slow_down_layer_time": [
"8"
],
"nozzle_temperature": [
"200"
],
"temperature_vitrification": [
"100"
]
}

View File

@@ -0,0 +1,207 @@
{
"type": "filament",
"name": "fdm_filament_pla",
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_common",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"70"
],
"chamber_temperatures": [
"0"
],
"close_fan_the_first_x_layers": [
"1"
],
"complete_print_exhaust_fan_speed": [
"100"
],
"cool_plate_temp": [
"35"
],
"cool_plate_temp_initial_layer": [
"35"
],
"during_print_exhaust_fan_speed": [
"100"
],
"eng_plate_temp": [
"0"
],
"eng_plate_temp_initial_layer": [
"0"
],
"fan_cooling_layer_time": [
"50"
],
"fan_max_speed": [
"100"
],
"fan_min_speed": [
"100"
],
"filament_cost": [
"20"
],
"filament_density": [
"1.24"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_flow_ratio": [
"0.91"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"15"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retract_before_wipe": [
"nil"
],
"filament_retract_restart_extra": [
"nil"
],
"filament_retract_when_changing_layer": [
"nil"
],
"filament_retraction_length": [
"nil"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_settings_id": [
""
],
"filament_soluble": [
"0"
],
"filament_type": [
"PLA"
],
"filament_vendor": [
"Co Print"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"filament_z_hop": [
"nil"
],
"full_fan_speed_layer": [
"3"
],
"hot_plate_temp": [
"60"
],
"hot_plate_temp_initial_layer": [
"60"
],
"nozzle_temperature": [
"210"
],
"nozzle_temperature_initial_layer": [
"210"
],
"nozzle_temperature_range_low": [
"190"
],
"nozzle_temperature_range_high": [
"250"
],
"overhang_fan_speed": [
"100"
],
"overhang_fan_threshold": [
"50%"
],
"reduce_fan_stop_start_freq": [
"1"
],
"required_nozzle_HRC": [
"3"
],
"slow_down_for_layer_cooling": [
"1"
],
"slow_down_layer_time": [
"5"
],
"slow_down_min_speed": [
"10"
],
"temperature_vitrification": [
"45"
],
"textured_plate_temp": [
"55"
],
"textured_plate_temp_initial_layer": [
"55"
],
"compatible_printers": [],
"filament_shrink": [
"100"
],
"filament_loading_speed_start": [
"3"
],
"filament_loading_speed": [
"28"
],
"filament_unloading_speed_start": [
"100"
],
"filament_unloading_speed": [
"90"
],
"filament_load_time": [
"0"
],
"filament_unload_time": [
"0"
],
"filament_toolchange_delay": [
"0"
],
"filament_cooling_moves": [
"0"
],
"filament_cooling_initial_speed": [
"2.2"
],
"filament_cooling_final_speed": [
"3.4"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.05"
]
}

View File

@@ -0,0 +1,149 @@
{
"type": "machine",
"setting_id": "GM001",
"name": "Co Print ChromaSet 0.4 nozzle fast",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "Co Print ChromaSet",
"default_print_profile": "0.2mm Fast @Co Print ChromaSet 0.4",
"printer_variant": "0.4",
"nozzle_diameter": [
"0.4"
],
"retract_before_wipe": [
"70%"
],
"printable_area": [
"0x0",
"225x0",
"225x225",
"0x225"
],
"printable_height": "345",
"gcode_flavor": "klipper",
"retraction_length": [
"1"
],
"machine_max_speed_e": [
"20"
],
"machine_max_speed_x": [
"700"
],
"machine_max_speed_y": [
"700"
],
"machine_max_speed_z": [
"20"
],
"machine_max_acceleration_e": [
"5000"
],
"machine_max_acceleration_extruding": [
"20000"
],
"machine_max_acceleration_retracting": [
"5000"
],
"machine_max_acceleration_travel": [
"40000"
],
"machine_max_acceleration_x": [
"20000"
],
"machine_max_acceleration_y": [
"20000"
],
"machine_max_acceleration_z": [
"500"
],
"machine_max_jerk_e": [
"5"
],
"machine_max_jerk_x": [
"20"
],
"machine_max_jerk_y": [
"20"
],
"machine_max_jerk_z": [
"0.5"
],
"z_hop": [
"0.2"
],
"retraction_speed": [
"30"
],
"deretraction_speed": [
"30"
],
"retraction_minimum_travel": [
"1"
],
"retract_length_toolchange": [
"2"
],
"wipe": [
"1"
],
"wipe_distance": [
"2"
],
"thumbnails": [
"300x300",
"400x300",
"32x32"
],
"retract_lift_below": [
"343"
],
"thumbnails_format": "PNG",
"machine_start_gcode": "start_print EXTRUDER=[initial_extruder] EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]",
"machine_end_gcode": "end_print",
"change_filament_gcode": "FILAMENT_CHANGE LAYER_NUM=[layer_num] NEXT_EXTRUDER=[next_extruder]",
"default_filament_profile": [
"Co Print PLA"
],
"extruder_clearance_radius": [
"65"
],
"extruder_clearance_height_to_rod": [
"36"
],
"extruder_clearance_height_to_lid": [
"140"
],
"min_layer_height": [
"0.08"
],
"max_layer_height": [
"0.32"
],
"retract_restart_extra": [
"0"
],
"cooling_tube_retraction": [
"0"
],
"cooling_tube_length": [
"0"
],
"parking_pos_retraction": [
"25"
],
"retract_when_changing_layer": [
"1"
],
"extra_loading_move": [
"0"
],
"high_current_on_filament_swap": [
"1"
],
"z_hop_types": "Normal Lift"
}

View File

@@ -0,0 +1,149 @@
{
"type": "machine",
"setting_id": "GM001",
"name": "Co Print ChromaSet 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "Co Print ChromaSet",
"default_print_profile": "0.2mm Standard @Co Print ChromaSet 0.4",
"printer_variant": "0.4",
"nozzle_diameter": [
"0.4"
],
"retract_before_wipe": [
"70%"
],
"printable_area": [
"0x0",
"225x0",
"225x225",
"0x225"
],
"printable_height": "345",
"gcode_flavor": "klipper",
"retraction_length": [
"1"
],
"machine_max_speed_e": [
"100"
],
"machine_max_speed_x": [
"500"
],
"machine_max_speed_y": [
"500"
],
"machine_max_speed_z": [
"20"
],
"machine_max_acceleration_e": [
"2500"
],
"machine_max_acceleration_extruding": [
"5000"
],
"machine_max_acceleration_retracting": [
"2500"
],
"machine_max_acceleration_travel": [
"40000"
],
"machine_max_acceleration_x": [
"5000"
],
"machine_max_acceleration_y": [
"5000"
],
"machine_max_acceleration_z": [
"500"
],
"machine_max_jerk_e": [
"2.5"
],
"machine_max_jerk_x": [
"10"
],
"machine_max_jerk_y": [
"10"
],
"machine_max_jerk_z": [
"0.2"
],
"z_hop": [
"0.2"
],
"retraction_speed": [
"50"
],
"deretraction_speed": [
"50"
],
"retraction_minimum_travel": [
"1"
],
"retract_length_toolchange": [
"2"
],
"wipe": [
"0"
],
"wipe_distance": [
"2"
],
"thumbnails": [
"300x300",
"400x300",
"32x32"
],
"retract_lift_below": [
"343"
],
"thumbnails_format": "PNG",
"machine_start_gcode": "start_print EXTRUDER=[initial_extruder] EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]",
"machine_end_gcode": "end_print",
"change_filament_gcode": "FILAMENT_CHANGE LAYER_NUM=[layer_num] NEXT_EXTRUDER=[next_extruder]",
"default_filament_profile": [
"Co Print PLA"
],
"extruder_clearance_radius": [
"65"
],
"extruder_clearance_height_to_rod": [
"36"
],
"extruder_clearance_height_to_lid": [
"140"
],
"min_layer_height": [
"0.08"
],
"max_layer_height": [
"0.32"
],
"retract_restart_extra": [
"0"
],
"cooling_tube_retraction": [
"0"
],
"cooling_tube_length": [
"0"
],
"parking_pos_retraction": [
"25"
],
"retract_when_changing_layer": [
"1"
],
"extra_loading_move": [
"0"
],
"high_current_on_filament_swap": [
"1"
],
"z_hop_types": "Normal Lift"
}

View File

@@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Co Print ChromaSet",
"model_id": "Co_Print_ChromaSet",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Co Print",
"bed_model": "",
"bed_texture": "Co_Print_ChromaSet_buildplate_texture.png",
"hotend_model": "",
"default_materials": "Co Print PLA"
}

View File

@@ -0,0 +1,136 @@
{
"type": "machine",
"name": "fdm_coprint_common",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"default_print_profile": "0.20mm Standard @Co Print ChromaSet 0.4",
"printer_variant": "0.4",
"nozzle_diameter": [
"0.4"
],
"retract_before_wipe": [
"70%"
],
"printable_area": [
"0x0",
"350x0",
"350x350",
"0x350"
],
"printable_height": "345",
"gcode_flavor": "klipper",
"retraction_length": [
"1"
],
"machine_max_speed_e": [
"100"
],
"machine_max_speed_x": [
"500"
],
"machine_max_speed_y": [
"500"
],
"machine_max_speed_z": [
"20"
],
"machine_max_acceleration_e": [
"2500"
],
"machine_max_acceleration_extruding": [
"5000"
],
"machine_max_acceleration_retracting": [
"2500"
],
"machine_max_acceleration_travel": [
"40000"
],
"machine_max_acceleration_x": [
"5000"
],
"machine_max_acceleration_y": [
"5000"
],
"machine_max_acceleration_z": [
"500"
],
"machine_max_jerk_e": [
"2.5"
],
"machine_max_jerk_x": [
"10"
],
"machine_max_jerk_y": [
"10"
],
"machine_max_jerk_z": [
"0.2"
],
"z_hop": [
"0.2"
],
"retraction_speed": [
"50"
],
"deretraction_speed": [
"50"
],
"retraction_minimum_travel": [
"1"
],
"retract_length_toolchange": [
"2"
],
"wipe_distance": [
"2"
],
"thumbnails": [
"300x300",
"400x300",
"32x32"
],
"retract_lift_below": [
"343"
],
"thumbnails_format": "PNG",
"before_layer_change_gcode": "TIMELAPSE_TAKE_FRAME\nG92 E0",
"machine_start_gcode": "start_print EXTRUDER=[initial_extruder] EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]",
"machine_end_gcode": "end_print",
"default_filament_profile": [
"Co Print PLA"
],
"extruder_clearance_radius": [
"65"
],
"extruder_clearance_height_to_rod": [
"36"
],
"extruder_clearance_height_to_lid": [
"36"
],
"min_layer_height": [
"0.08"
],
"max_layer_height": [
"0.32"
],
"retract_restart_extra": [
"0"
],
"cooling_tube_retraction": [
"0"
],
"cooling_tube_length": [
"0"
],
"parking_pos_retraction": [
"10"
],
"extra_loading_move": [
"0"
]
}

View File

@@ -0,0 +1,112 @@
{
"type": "machine",
"name": "fdm_machine_common",
"from": "system",
"instantiation": "false",
"printer_technology": "FFF",
"deretraction_speed": [
"50"
],
"extruder_colour": [
"#FCE94F"
],
"extruder_offset": [
"0x0"
],
"gcode_flavor": "klipper",
"silent_mode": "0",
"machine_max_acceleration_e": [
"5000"
],
"machine_max_acceleration_extruding": [
"10000"
],
"machine_max_acceleration_retracting": [
"1000"
],
"machine_max_acceleration_x": [
"10000"
],
"machine_max_acceleration_y": [
"10000"
],
"machine_max_acceleration_z": [
"500"
],
"machine_max_speed_e": [
"60"
],
"machine_max_speed_x": [
"500"
],
"machine_max_speed_y": [
"500"
],
"machine_max_speed_z": [
"10"
],
"machine_max_jerk_e": [
"5"
],
"machine_max_jerk_x": [
"8"
],
"machine_max_jerk_y": [
"8"
],
"machine_max_jerk_z": [
"0.4"
],
"machine_min_extruding_rate": [
"0"
],
"machine_min_travel_rate": [
"0"
],
"max_layer_height": [
"0.32"
],
"min_layer_height": [
"0.08"
],
"printable_height": "250",
"extruder_clearance_radius": "65",
"extruder_clearance_height_to_rod": "36",
"extruder_clearance_height_to_lid": "140",
"nozzle_diameter": [
"0.4"
],
"printer_settings_id": "",
"printer_variant": "0.4",
"retraction_minimum_travel": [
"2"
],
"retract_before_wipe": [
"70%"
],
"retract_when_changing_layer": [
"1"
],
"retraction_length": [
"1"
],
"retract_length_toolchange": [
"1"
],
"z_hop": [
"0"
],
"retract_restart_extra": [
"0"
],
"retract_restart_extra_toolchange": [
"0"
],
"retraction_speed": [
"50"
],
"single_extruder_multi_material": "1",
"wipe": [
"1"
]
}

View File

@@ -0,0 +1,31 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.2mm Fast @Co Print ChromaSet 0.4",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_coprint_common",
"elefant_foot_compensation": "0.15",
"initial_layer_speed": "60",
"initial_layer_infill_speed": "100",
"inner_wall_speed": "300",
"small_perimeter_speed": "50%",
"internal_solid_infill_speed": "300",
"travel_speed": "500",
"gap_infill_speed": "300",
"outer_wall_speed":"100",
"top_surface_speed": "150",
"default_acceleration": "10000",
"outer_wall_acceleration": "3000",
"inner_wall_acceleration": "8000",
"bridge_acceleration": "80%",
"sparse_infill_acceleration": "80%",
"initial_layer_acceleration": "1500",
"internal_solid_infill_acceleration": "80%",
"top_surface_acceleration": "2000",
"travel_acceleration": "10000",
"default_jerk": "9",
"compatible_printers": [
"Co Print ChromaSet 0.4 nozzle fast"
]
}

View File

@@ -0,0 +1,12 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.2mm Standard @Co Print ChromaSet 0.4",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_coprint_common",
"default_acceleration": "5000",
"compatible_printers": [
"Co Print ChromaSet 0.4 nozzle"
]
}

View File

@@ -0,0 +1,108 @@
{
"type": "process",
"name": "fdm_process_common",
"from": "system",
"instantiation": "false",
"adaptive_layer_height": "0",
"reduce_crossing_wall": "0",
"bridge_flow": "0.9031",
"bridge_speed": "25",
"internal_bridge_speed": "100",
"brim_width": "5",
"compatible_printers": [],
"print_sequence": "by layer",
"default_acceleration": "5000",
"bridge_no_support": "0",
"elefant_foot_compensation": "0.1",
"outer_wall_line_width": "0.4",
"outer_wall_speed": "60",
"line_width": "0.4",
"infill_direction": "45",
"sparse_infill_density": "10%",
"sparse_infill_pattern": "grid",
"initial_layer_line_width": "0.5",
"layer_height": "0.2",
"initial_layer_print_height": "0.2",
"initial_layer_speed": "60",
"gap_infill_speed": "200",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "30%",
"sparse_infill_speed": "300",
"interface_shells": "0",
"detect_overhang_wall": "1",
"reduce_infill_retraction": "1",
"filename_format": "{input_filename_base}{filament_type[0]}{layer_height}_{print_time}.gcode",
"wall_loops": "2",
"inner_wall_line_width": "0.4",
"inner_wall_speed": "200",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"seam_gap": "5%",
"skirt_distance": "4",
"skirt_height": "1",
"minimum_sparse_infill_area": "0",
"internal_solid_infill_line_width": "0.4",
"internal_solid_infill_speed": "200",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"support_filament": "0",
"support_line_width": "0.4",
"support_interface_filament": "0",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0",
"support_interface_loop_pattern": "0",
"support_interface_top_layers": "0",
"support_interface_spacing": "0",
"support_interface_speed": "200",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "200",
"extra_perimeters_on_overhangs": "0",
"initial_layer_infill_speed": "100",
"support_threshold_angle": "30",
"support_object_xy_distance": "0.5",
"detect_thin_wall": "1",
"top_surface_line_width": "0.4",
"top_surface_speed": "80",
"travel_speed": "350",
"enable_prime_tower": "1",
"prime_tower_width": "120",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"resolution": "0.012",
"wall_generator": "classic",
"wall_sequence": "inner wall/outer wall",
"print_flow_ratio": "1",
"top_shell_layers": "4",
"internal_bridge_flow": "0.9031",
"slow_down_layers": "3",
"gap_fill_target": "everywhere",
"skirt_loops": "6",
"skirt_speed": "50",
"draft_shield": "disabled",
"brim_type": "no_brim",
"exclude_object": "1",
"inner_wall_acceleration": "3000",
"top_solid_infill_flow_ratio": "1",
"bottom_solid_infill_flow_ratio": "1",
"outer_wall_acceleration": "1000",
"bridge_acceleration": "800%",
"sparse_infill_acceleration": "80%",
"internal_solid_infill_acceleration": "80%",
"infill_layer_acceleration": "1500",
"top_surface_acceleration": "1000",
"travel_acceleration": "5000",
"accel_to_decel_enable": "1",
"top_shell_thickness": "1",
"infill_anchor": "400%",
"infill_anchor_max": "20",
"accel_to_decel": "50%",
"overhang_1_4_speed": "80",
"overhang_2_4_speed": "50",
"overhang_3_4_speed": "30",
"overhang_4_4_speed": "10",
"initial_layer_acceleration": "1500"
}

View File

@@ -0,0 +1,114 @@
{
"type": "process",
"name": "fdm_process_coprint_common",
"from": "system",
"instantiation": "false",
"inherits": "fdm_process_common",
"adaptive_layer_height": "0",
"reduce_crossing_wall": "0",
"bridge_flow": "0.9031",
"bridge_speed": "25",
"default_jerk": "9",
"infill_jerk": "12",
"inner_wall_jerk": "7",
"outer_wall_jerk": "7",
"wipe_speed": "60%",
"tree_support_wall_count": "2",
"role_based_wipe_speed": "0",
"staggered_inner_seams": "1",
"internal_bridge_speed": "100",
"brim_width": "5",
"layer_height": "0.2",
"print_sequence": "by layer",
"default_acceleration": "5000",
"bridge_no_support": "0",
"elefant_foot_compensation": "0.1",
"outer_wall_line_width": "0.4",
"outer_wall_speed": "60",
"line_width": "0.4",
"infill_direction": "45",
"sparse_infill_density": "10%",
"sparse_infill_pattern": "grid",
"initial_layer_line_width": "0.5",
"initial_layer_print_height": "0.2",
"initial_layer_speed": "60",
"gap_infill_speed": "200",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "30%",
"sparse_infill_speed": "300",
"interface_shells": "0",
"detect_overhang_wall": "1",
"reduce_infill_retraction": "1",
"filename_format": "{input_filename_base}{filament_type[0]}{layer_height}_{print_time}.gcode",
"wall_loops": "2",
"inner_wall_line_width": "0.4",
"inner_wall_speed": "200",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"seam_gap": "5%",
"skirt_distance": "4",
"skirt_height": "1",
"support_type": "tree(manual)",
"minimum_sparse_infill_area": "0",
"internal_solid_infill_line_width": "0.4",
"internal_solid_infill_speed": "200",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"support_filament": "0",
"support_line_width": "0.4",
"support_interface_filament": "0",
"initial_layer_infill_speed": "100",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0",
"support_interface_loop_pattern": "0",
"support_interface_top_layers": "0",
"support_interface_spacing": "0",
"support_interface_speed": "200",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "200",
"support_threshold_angle": "30",
"support_object_xy_distance": "0.5",
"detect_thin_wall": "1",
"top_surface_line_width": "0.4",
"top_surface_speed": "80",
"travel_speed": "350",
"enable_prime_tower": "1",
"prime_tower_width": "120",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"resolution": "0.012",
"wall_generator": "classic",
"wall_sequence": "inner wall/outer wall",
"print_flow_ratio": "1",
"internal_bridge_flow": "0.9031",
"gap_fill_target": "everywhere",
"slow_down_layers": "3",
"top_shell_layers": "4",
"skirt_loops": "6",
"skirt_speed": "50",
"extra_perimeters_on_overhangs": "0",
"bottom_solid_infill_flow_ratio": "1",
"top_solid_infill_flow_ratio": "1",
"draft_shield": "disabled",
"brim_type": "no_brim",
"exclude_object": "1",
"inner_wall_acceleration": "3000",
"outer_wall_acceleration": "1000",
"bridge_acceleration": "80%",
"sparse_infill_acceleration": "80%",
"internal_solid_infill_acceleration": "80%",
"infill_layer_acceleration": "1500",
"top_surface_acceleration": "1000",
"travel_acceleration": "5000",
"accel_to_decel_enable": "1",
"accel_to_decel": "50%",
"infill_anchor": "400%",
"infill_anchor_max": "20",
"top_shell_thickness": "1",
"initial_layer_acceleration": "1500"
}

View File

@@ -1,6 +1,6 @@
{
"name": "Comgrow",
"version": "02.02.00.00",
"version": "02.02.00.01",
"force_update": "0",
"description": "Comgrow configurations",
"machine_model_list": [

View File

@@ -1,6 +1,6 @@
{
"name": "Creality",
"version": "02.02.00.00",
"version": "02.02.00.01",
"force_update": "0",
"description": "Creality configurations",
"machine_model_list": [

View File

@@ -79,7 +79,7 @@
"0.4",
"0.4"
],
"machine_start_gcode": "M220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM140 S[bed_temperature_initial_layer_single] ;Set final bed temp\nM104 S[nozzle_temperature_initial_layer] ;Set final nozzle temp\n\nG28 ;Home\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize\nG1 X10.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y145.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 E-1.0000 F1800 ;Retract a bit\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 E0.0000 F1800",
"machine_start_gcode": "M220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM140 S[bed_temperature_initial_layer_single] ;Set final bed temp\nM104 S[nozzle_temperature_initial_layer] ;Set final nozzle temp\n\nG28 ;Home\nG29 ;Auto bed leveling (create mesh if not already stored)\nM420 S1 ;Enable mesh leveling\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize\nG1 X10.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y145.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 E-1.0000 F1800 ;Retract a bit\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 E0.0000 F1800",
"machine_end_gcode": "G91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\n\nG1 X0 Y0 ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z",
"thumbnails_format": "JPG",
"thumbnails": [

View File

@@ -1,6 +1,6 @@
{
"name": "Custom Printer",
"version": "02.02.00.00",
"version": "02.02.00.01",
"force_update": "0",
"description": "My configurations",
"machine_model_list": [

View File

@@ -1,6 +1,6 @@
{
"name": "Dremel",
"version": "02.02.00.00",
"version": "02.02.00.01",
"force_update": "0",
"description": "Dremel configurations",
"machine_model_list": [

View File

@@ -9,5 +9,9 @@
"filament_flow_ratio": ["0.98"],
"filament_max_volumetric_speed": ["12"],
"slow_down_layer_time": ["8"],
"compatible_printers": ""
"compatible_printers": [
"Dremel 3D45 0.4 nozzle",
"Dremel 3D40 0.4 nozzle",
"Dremel 3D20 0.4 nozzle"
]
}

View File

@@ -1,6 +1,6 @@
{
"name": "Elegoo",
"version": "02.02.00.00",
"version": "02.02.00.01",
"force_update": "0",
"description": "Elegoo configurations",
"machine_model_list": [

View File

@@ -1,6 +1,6 @@
{
"name": "FLSun",
"version": "02.02.00.00",
"version": "02.02.00.01",
"force_update": "0",
"description": "FLSun configurations",
"machine_model_list": [

View File

@@ -1,7 +1,7 @@
{
"name": "Flashforge",
"url": "",
"version": "02.02.00.00",
"version": "02.02.00.01",
"force_update": "0",
"description": "Flashforge configurations",
"machine_model_list": [

View File

@@ -13,7 +13,7 @@
"compatible_printers_condition": "",
"draft_shield": "disabled",
"elefant_foot_compensation": "0.15",
"enable_arc_fitting": "1",
"enable_arc_fitting": "0",
"outer_wall_acceleration": "5000",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.42",
@@ -69,4 +69,4 @@
"travel_speed": "500",
"wipe_tower_no_sparse_layers": "0",
"compatible_printers": []
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "FlyingBear",
"version": "02.02.00.00",
"version": "02.02.00.01",
"force_update": "1",
"description": "FlyingBear configurations",
"machine_model_list": [

View File

@@ -1,6 +1,6 @@
{
"name": "Folgertech",
"version": "02.02.00.00",
"version": "02.02.00.01",
"force_update": "0",
"description": "Folgertech configurations",
"machine_model_list": [

View File

@@ -1,6 +1,6 @@
{
"name": "Geeetech",
"version": "02.02.00.00",
"version": "02.02.00.01",
"force_update": "0",
"description": "Geeetech configurations",
"machine_model_list": [

View File

@@ -1,6 +1,6 @@
{
"name": "Ginger Additive",
"version": "02.02.00.00",
"version": "02.02.00.01",
"force_update": "1",
"description": "Ginger configuration",
"machine_model_list": [

View File

@@ -1,6 +1,6 @@
{
"name": "InfiMech",
"version": "02.02.00.00",
"version": "02.02.00.01",
"force_update": "1",
"description": "InfiMech configurations",
"machine_model_list": [

View File

@@ -1,7 +1,7 @@
{
"name": "Kingroon",
"url": "https://kingroon.com/",
"version": "02.02.00.00",
"version": "02.02.00.01",
"force_update": "0",
"description": "Kingroon configuration files",
"machine_model_list": [

View File

@@ -1,6 +1,6 @@
{
"name": "MagicMaker",
"version": "02.02.00.00",
"version": "02.02.00.01",
"force_update": "0",
"description": "MagicMaker configurations",
"machine_model_list": [

View File

@@ -0,0 +1,162 @@
{
"name": "Mellow",
"version": "02.02.00.01",
"force_update": "0",
"description": "Mellow Printer Profiles",
"machine_model_list": [
{
"name": "M1",
"sub_path": "machine/M1.json"
}
],
"process_list": [
{
"name": "fdm_process_common",
"sub_path": "process/fdm_process_common.json"
},
{
"name": "fdm_process_M1_common",
"sub_path": "process/fdm_process_M1_common.json"
},
{
"name": "0.08mm Extra Fine @M1",
"sub_path": "process/0.08mm Extra Fine @M1.json"
},
{
"name": "0.12mm Fine @M1",
"sub_path": "process/0.12mm Fine @M1.json"
},
{
"name": "0.16mm Optimal @M1",
"sub_path": "process/0.16mm Optimal @M1.json"
},
{
"name": "0.20mm Standard @M1",
"sub_path": "process/0.20mm Standard @M1.json"
},
{
"name": "0.24mm Draft @M1",
"sub_path": "process/0.24mm Draft @M1.json"
},
{
"name": "0.28mm Extra Draft @M1",
"sub_path": "process/0.28mm Extra Draft @M1.json"
},
{
"name": "0.32mm Extra Draft @M1",
"sub_path": "process/0.32mm Extra Draft @M1.json"
},
{
"name": "0.40mm Extra Draft @M1",
"sub_path": "process/0.40mm Extra Draft @M1.json"
},
{
"name": "0.56mm Extra Draft @M1",
"sub_path": "process/0.56mm Extra Draft @M1.json"
}
],
"filament_list": [
{
"name": "fdm_filament_common",
"sub_path": "filament/fdm_filament_common.json"
},
{
"name": "fdm_filament_pla",
"sub_path": "filament/fdm_filament_pla.json"
},
{
"name": "fdm_filament_tpu",
"sub_path": "filament/fdm_filament_tpu.json"
},
{
"name": "fdm_filament_pet",
"sub_path": "filament/fdm_filament_pet.json"
},
{
"name": "fdm_filament_abs",
"sub_path": "filament/fdm_filament_abs.json"
},
{
"name": "fdm_filament_pc",
"sub_path": "filament/fdm_filament_pc.json"
},
{
"name": "fdm_filament_asa",
"sub_path": "filament/fdm_filament_asa.json"
},
{
"name": "fdm_filament_pva",
"sub_path": "filament/fdm_filament_pva.json"
},
{
"name": "fdm_filament_pa",
"sub_path": "filament/fdm_filament_pa.json"
},
{
"name": "Generic PLA @M1",
"sub_path": "filament/Generic PLA @M1.json"
},
{
"name": "Generic PLA-CF @M1",
"sub_path": "filament/Generic PLA-CF @M1.json"
},
{
"name": "Generic PETG @M1",
"sub_path": "filament/Generic PETG @M1.json"
},
{
"name": "Generic ABS @M1",
"sub_path": "filament/Generic ABS @M1.json"
},
{
"name": "Generic TPU @M1",
"sub_path": "filament/Generic TPU @M1.json"
},
{
"name": "Generic ASA @M1",
"sub_path": "filament/Generic ASA @M1.json"
},
{
"name": "Generic PC @M1",
"sub_path": "filament/Generic PC @M1.json"
},
{
"name": "Generic PVA @M1",
"sub_path": "filament/Generic PVA @M1.json"
},
{
"name": "Generic PA @M1",
"sub_path": "filament/Generic PA @M1.json"
},
{
"name": "Generic PA-CF @M1",
"sub_path": "filament/Generic PA-CF @M1.json"
}
],
"machine_list": [
{
"name": "fdm_machine_common",
"sub_path": "machine/fdm_machine_common.json"
},
{
"name": "fdm_common_M1",
"sub_path": "machine/fdm_common_M1.json"
},
{
"name": "M1 0.4 nozzle",
"sub_path": "machine/M1 0.4 nozzle.json"
},
{
"name": "M1 0.2 nozzle",
"sub_path": "machine/M1 0.2 nozzle.json"
},
{
"name": "M1 0.6 nozzle",
"sub_path": "machine/M1 0.6 nozzle.json"
},
{
"name": "M1 0.8 nozzle",
"sub_path": "machine/M1 0.8 nozzle.json"
}
]
}

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@@ -0,0 +1,21 @@
{
"type": "filament",
"filament_id": "GFB99",
"setting_id": "GFB99_m1_0",
"name": "Generic ABS @M1",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_abs",
"filament_flow_ratio": [
"0.926"
],
"filament_max_volumetric_speed": [
"12"
],
"compatible_printers": [
"M1 0.4 nozzle",
"M1 0.2 nozzle",
"M1 0.6 nozzle",
"M1 0.8 nozzle"
]
}

View File

@@ -0,0 +1,21 @@
{
"type": "filament",
"filament_id": "GFB98",
"setting_id": "GFB98_m1_0",
"name": "Generic ASA @M1",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_asa",
"filament_flow_ratio": [
"0.93"
],
"filament_max_volumetric_speed": [
"12"
],
"compatible_printers": [
"M1 0.4 nozzle",
"M1 0.2 nozzle",
"M1 0.6 nozzle",
"M1 0.8 nozzle"
]
}

View File

@@ -0,0 +1,24 @@
{
"type": "filament",
"filament_id": "GFN99",
"setting_id": "GFN99_m1_0",
"name": "Generic PA @M1",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pa",
"nozzle_temperature_initial_layer": [
"280"
],
"nozzle_temperature": [
"280"
],
"filament_max_volumetric_speed": [
"12"
],
"compatible_printers": [
"M1 0.4 nozzle",
"M1 0.2 nozzle",
"M1 0.6 nozzle",
"M1 0.8 nozzle"
]
}

View File

@@ -0,0 +1,27 @@
{
"type": "filament",
"filament_id": "GFN98",
"setting_id": "GFN98_m1_0",
"name": "Generic PA-CF @M1",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pa",
"filament_type": [
"PA-CF"
],
"nozzle_temperature_initial_layer": [
"280"
],
"nozzle_temperature": [
"280"
],
"filament_max_volumetric_speed": [
"8"
],
"compatible_printers": [
"M1 0.4 nozzle",
"M1 0.2 nozzle",
"M1 0.6 nozzle",
"M1 0.8 nozzle"
]
}

View File

@@ -0,0 +1,21 @@
{
"type": "filament",
"filament_id": "GFC99",
"setting_id": "GFC99_m1_0",
"name": "Generic PC @M1",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pc",
"filament_max_volumetric_speed": [
"12"
],
"filament_flow_ratio": [
"0.94"
],
"compatible_printers": [
"M1 0.4 nozzle",
"M1 0.2 nozzle",
"M1 0.6 nozzle",
"M1 0.8 nozzle"
]
}

View File

@@ -0,0 +1,51 @@
{
"type": "filament",
"filament_id": "GFG99",
"setting_id": "GFG99_m1_0",
"name": "Generic PETG @M1",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pet",
"reduce_fan_stop_start_freq": [
"1"
],
"slow_down_for_layer_cooling": [
"1"
],
"fan_cooling_layer_time": [
"30"
],
"overhang_fan_speed": [
"90"
],
"overhang_fan_threshold": [
"25%"
],
"fan_max_speed": [
"90"
],
"fan_min_speed": [
"40"
],
"slow_down_min_speed": [
"10"
],
"slow_down_layer_time": [
"8"
],
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"10"
],
"filament_start_gcode": [
"; filament start gcode\n"
],
"compatible_printers": [
"M1 0.4 nozzle",
"M1 0.2 nozzle",
"M1 0.6 nozzle",
"M1 0.8 nozzle"
]
}

View File

@@ -0,0 +1,24 @@
{
"type": "filament",
"filament_id": "GFL99",
"setting_id": "GFL99_m1_0",
"name": "Generic PLA @M1",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pla",
"filament_flow_ratio": [
"0.98"
],
"filament_max_volumetric_speed": [
"12"
],
"slow_down_layer_time": [
"8"
],
"compatible_printers": [
"M1 0.4 nozzle",
"M1 0.2 nozzle",
"M1 0.6 nozzle",
"M1 0.8 nozzle"
]
}

View File

@@ -0,0 +1,27 @@
{
"type": "filament",
"filament_id": "GFL98",
"setting_id": "GFL98_m1_0",
"name": "Generic PLA-CF @M1",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pla",
"filament_flow_ratio": [
"0.95"
],
"filament_type": [
"PLA-CF"
],
"filament_max_volumetric_speed": [
"12"
],
"slow_down_layer_time": [
"7"
],
"compatible_printers": [
"M1 0.4 nozzle",
"M1 0.2 nozzle",
"M1 0.6 nozzle",
"M1 0.8 nozzle"
]
}

View File

@@ -0,0 +1,27 @@
{
"type": "filament",
"filament_id": "GFS99",
"setting_id": "GFS99_m1_0",
"name": "Generic PVA @M1",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pva",
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"12"
],
"slow_down_layer_time": [
"7"
],
"slow_down_min_speed": [
"10"
],
"compatible_printers": [
"M1 0.4 nozzle",
"M1 0.2 nozzle",
"M1 0.6 nozzle",
"M1 0.8 nozzle"
]
}

View File

@@ -0,0 +1,18 @@
{
"type": "filament",
"filament_id": "GFU99",
"setting_id": "GFU99_m1_0",
"name": "Generic TPU @M1",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_tpu",
"filament_max_volumetric_speed": [
"3.2"
],
"compatible_printers": [
"M1 0.4 nozzle",
"M1 0.2 nozzle",
"M1 0.6 nozzle",
"M1 0.8 nozzle"
]
}

View File

@@ -0,0 +1,88 @@
{
"type": "filament",
"name": "fdm_filament_abs",
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_common",
"cool_plate_temp" : [
"105"
],
"eng_plate_temp" : [
"105"
],
"hot_plate_temp" : [
"105"
],
"textured_plate_temp" : [
"105"
],
"cool_plate_temp_initial_layer" : [
"105"
],
"eng_plate_temp_initial_layer" : [
"105"
],
"hot_plate_temp_initial_layer" : [
"105"
],
"textured_plate_temp_initial_layer" : [
"105"
],
"slow_down_for_layer_cooling": [
"1"
],
"close_fan_the_first_x_layers": [
"3"
],
"fan_cooling_layer_time": [
"30"
],
"filament_max_volumetric_speed": [
"28.6"
],
"filament_type": [
"ABS"
],
"filament_density": [
"1.04"
],
"filament_cost": [
"20"
],
"nozzle_temperature_initial_layer": [
"260"
],
"reduce_fan_stop_start_freq": [
"1"
],
"fan_max_speed": [
"80"
],
"fan_min_speed": [
"10"
],
"overhang_fan_threshold": [
"25%"
],
"overhang_fan_speed": [
"80"
],
"nozzle_temperature": [
"260"
],
"temperature_vitrification": [
"110"
],
"nozzle_temperature_range_low": [
"240"
],
"nozzle_temperature_range_high": [
"270"
],
"slow_down_min_speed": [
"10"
],
"slow_down_layer_time": [
"3"
]
}

View File

@@ -0,0 +1,88 @@
{
"type": "filament",
"name": "fdm_filament_asa",
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_common",
"cool_plate_temp" : [
"105"
],
"eng_plate_temp" : [
"105"
],
"hot_plate_temp" : [
"105"
],
"textured_plate_temp" : [
"105"
],
"cool_plate_temp_initial_layer" : [
"105"
],
"eng_plate_temp_initial_layer" : [
"105"
],
"hot_plate_temp_initial_layer" : [
"105"
],
"textured_plate_temp_initial_layer" : [
"105"
],
"slow_down_for_layer_cooling": [
"1"
],
"close_fan_the_first_x_layers": [
"3"
],
"fan_cooling_layer_time": [
"35"
],
"filament_max_volumetric_speed": [
"28.6"
],
"filament_type": [
"ASA"
],
"filament_density": [
"1.04"
],
"filament_cost": [
"20"
],
"nozzle_temperature_initial_layer": [
"260"
],
"reduce_fan_stop_start_freq": [
"1"
],
"fan_max_speed": [
"80"
],
"fan_min_speed": [
"10"
],
"overhang_fan_threshold": [
"25%"
],
"overhang_fan_speed": [
"80"
],
"nozzle_temperature": [
"260"
],
"temperature_vitrification": [
"110"
],
"nozzle_temperature_range_low": [
"240"
],
"nozzle_temperature_range_high": [
"270"
],
"slow_down_min_speed": [
"10"
],
"slow_down_layer_time": [
"3"
]
}

View File

@@ -0,0 +1,144 @@
{
"type": "filament",
"name": "fdm_filament_common",
"from": "system",
"instantiation": "false",
"cool_plate_temp" : [
"60"
],
"eng_plate_temp" : [
"60"
],
"hot_plate_temp" : [
"60"
],
"textured_plate_temp" : [
"60"
],
"cool_plate_temp_initial_layer" : [
"60"
],
"eng_plate_temp_initial_layer" : [
"60"
],
"hot_plate_temp_initial_layer" : [
"60"
],
"textured_plate_temp_initial_layer" : [
"60"
],
"overhang_fan_threshold": [
"95%"
],
"overhang_fan_speed": [
"100"
],
"slow_down_for_layer_cooling": [
"1"
],
"close_fan_the_first_x_layers": [
"3"
],
"filament_end_gcode": [
"; filament end gcode \n"
],
"filament_flow_ratio": [
"1"
],
"reduce_fan_stop_start_freq": [
"0"
],
"fan_cooling_layer_time": [
"60"
],
"filament_cost": [
"0"
],
"filament_density": [
"0"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_max_volumetric_speed": [
"0"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retract_before_wipe": [
"nil"
],
"filament_retract_when_changing_layer": [
"nil"
],
"filament_retraction_length": [
"nil"
],
"filament_z_hop": [
"nil"
],
"filament_z_hop_types": [
"nil"
],
"filament_retract_restart_extra": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_settings_id": [
""
],
"filament_soluble": [
"0"
],
"filament_type": [
"PLA"
],
"filament_vendor": [
"Generic"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"bed_type": [
"Cool Plate"
],
"nozzle_temperature_initial_layer": [
"200"
],
"full_fan_speed_layer": [
"0"
],
"fan_max_speed": [
"100"
],
"fan_min_speed": [
"35"
],
"slow_down_min_speed": [
"10"
],
"slow_down_layer_time": [
"8"
],
"filament_start_gcode": [
"; Filament gcode\n"
],
"nozzle_temperature": [
"200"
],
"temperature_vitrification": [
"100"
]
}

View File

@@ -0,0 +1,85 @@
{
"type": "filament",
"name": "fdm_filament_pa",
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_common",
"cool_plate_temp" : [
"0"
],
"eng_plate_temp" : [
"100"
],
"hot_plate_temp" : [
"100"
],
"textured_plate_temp" : [
"100"
],
"cool_plate_temp_initial_layer" : [
"0"
],
"eng_plate_temp_initial_layer" : [
"100"
],
"hot_plate_temp_initial_layer" : [
"100"
],
"textured_plate_temp_initial_layer" : [
"100"
],
"slow_down_for_layer_cooling": [
"1"
],
"close_fan_the_first_x_layers": [
"3"
],
"fan_cooling_layer_time": [
"4"
],
"filament_max_volumetric_speed": [
"8"
],
"filament_type": [
"PA"
],
"filament_density": [
"1.04"
],
"filament_cost": [
"20"
],
"nozzle_temperature_initial_layer": [
"290"
],
"reduce_fan_stop_start_freq": [
"0"
],
"fan_max_speed": [
"60"
],
"fan_min_speed": [
"0"
],
"overhang_fan_speed": [
"30"
],
"nozzle_temperature": [
"290"
],
"temperature_vitrification": [
"108"
],
"nozzle_temperature_range_low": [
"270"
],
"nozzle_temperature_range_high": [
"300"
],
"slow_down_min_speed": [
"10"
],
"slow_down_layer_time": [
"2"
]
}

View File

@@ -0,0 +1,88 @@
{
"type": "filament",
"name": "fdm_filament_pc",
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_common",
"cool_plate_temp" : [
"0"
],
"eng_plate_temp" : [
"110"
],
"hot_plate_temp" : [
"110"
],
"textured_plate_temp" : [
"110"
],
"cool_plate_temp_initial_layer" : [
"0"
],
"eng_plate_temp_initial_layer" : [
"110"
],
"hot_plate_temp_initial_layer" : [
"110"
],
"textured_plate_temp_initial_layer" : [
"110"
],
"slow_down_for_layer_cooling": [
"1"
],
"close_fan_the_first_x_layers": [
"3"
],
"fan_cooling_layer_time": [
"30"
],
"filament_max_volumetric_speed": [
"23.2"
],
"filament_type": [
"PC"
],
"filament_density": [
"1.04"
],
"filament_cost": [
"20"
],
"nozzle_temperature_initial_layer": [
"270"
],
"reduce_fan_stop_start_freq": [
"1"
],
"fan_max_speed": [
"60"
],
"fan_min_speed": [
"10"
],
"overhang_fan_threshold": [
"25%"
],
"overhang_fan_speed": [
"60"
],
"nozzle_temperature": [
"280"
],
"temperature_vitrification": [
"140"
],
"nozzle_temperature_range_low": [
"260"
],
"nozzle_temperature_range_high": [
"280"
],
"slow_down_min_speed": [
"10"
],
"slow_down_layer_time": [
"2"
]
}

View File

@@ -0,0 +1,82 @@
{
"type": "filament",
"name": "fdm_filament_pet",
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_common",
"cool_plate_temp" : [
"60"
],
"eng_plate_temp" : [
"0"
],
"hot_plate_temp" : [
"80"
],
"textured_plate_temp" : [
"80"
],
"cool_plate_temp_initial_layer" : [
"60"
],
"eng_plate_temp_initial_layer" : [
"0"
],
"hot_plate_temp_initial_layer" : [
"80"
],
"textured_plate_temp_initial_layer" : [
"80"
],
"slow_down_for_layer_cooling": [
"1"
],
"close_fan_the_first_x_layers": [
"3"
],
"fan_cooling_layer_time": [
"20"
],
"filament_max_volumetric_speed": [
"25"
],
"filament_type": [
"PETG"
],
"filament_density": [
"1.27"
],
"filament_cost": [
"30"
],
"nozzle_temperature_initial_layer": [
"255"
],
"reduce_fan_stop_start_freq": [
"1"
],
"fan_max_speed": [
"100"
],
"fan_min_speed": [
"20"
],
"overhang_fan_speed": [
"100"
],
"nozzle_temperature": [
"255"
],
"temperature_vitrification": [
"80"
],
"nozzle_temperature_range_low": [
"220"
],
"nozzle_temperature_range_high": [
"260"
],
"filament_start_gcode": [
"; filament start gcode\n"
]
}

View File

@@ -0,0 +1,94 @@
{
"type": "filament",
"name": "fdm_filament_pla",
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_common",
"fan_cooling_layer_time": [
"100"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_type": [
"PLA"
],
"filament_density": [
"1.24"
],
"filament_cost": [
"20"
],
"cool_plate_temp" : [
"60"
],
"eng_plate_temp" : [
"60"
],
"hot_plate_temp" : [
"60"
],
"textured_plate_temp" : [
"60"
],
"cool_plate_temp_initial_layer" : [
"60"
],
"eng_plate_temp_initial_layer" : [
"60"
],
"hot_plate_temp_initial_layer" : [
"60"
],
"textured_plate_temp_initial_layer" : [
"60"
],
"nozzle_temperature_initial_layer": [
"220"
],
"reduce_fan_stop_start_freq": [
"1"
],
"slow_down_for_layer_cooling": [
"1"
],
"fan_max_speed": [
"100"
],
"fan_min_speed": [
"100"
],
"overhang_fan_speed": [
"100"
],
"overhang_fan_threshold": [
"50%"
],
"close_fan_the_first_x_layers": [
"1"
],
"nozzle_temperature": [
"220"
],
"temperature_vitrification": [
"60"
],
"nozzle_temperature_range_low": [
"190"
],
"nozzle_temperature_range_high": [
"230"
],
"slow_down_min_speed": [
"10"
],
"slow_down_layer_time": [
"4"
],
"additional_cooling_fan_speed": [
"70"
],
"filament_start_gcode": [
"; filament start gcode\n"
]
}

View File

@@ -0,0 +1,100 @@
{
"type": "filament",
"name": "fdm_filament_pva",
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_common",
"cool_plate_temp" : [
"35"
],
"eng_plate_temp" : [
"0"
],
"hot_plate_temp" : [
"45"
],
"textured_plate_temp" : [
"45"
],
"cool_plate_temp_initial_layer" : [
"35"
],
"eng_plate_temp_initial_layer" : [
"0"
],
"hot_plate_temp_initial_layer" : [
"45"
],
"textured_plate_temp_initial_layer" : [
"45"
],
"fan_cooling_layer_time": [
"100"
],
"filament_max_volumetric_speed": [
"15"
],
"filament_soluble": [
"1"
],
"filament_is_support": [
"1"
],
"filament_type": [
"PVA"
],
"filament_density": [
"1.24"
],
"filament_cost": [
"20"
],
"nozzle_temperature_initial_layer": [
"220"
],
"reduce_fan_stop_start_freq": [
"1"
],
"slow_down_for_layer_cooling": [
"1"
],
"fan_max_speed": [
"100"
],
"fan_min_speed": [
"100"
],
"overhang_fan_speed": [
"100"
],
"overhang_fan_threshold": [
"50%"
],
"close_fan_the_first_x_layers": [
"1"
],
"nozzle_temperature": [
"220"
],
"temperature_vitrification": [
"50"
],
"nozzle_temperature_range_low": [
"190"
],
"nozzle_temperature_range_high": [
"250"
],
"slow_down_min_speed": [
"10"
],
"slow_down_layer_time": [
"4"
],
"additional_cooling_fan_speed": [
"70"
],
"filament_start_gcode": [
"; filament start gcode\n"
]
}

Some files were not shown because too many files have changed in this diff Show More