Merge remote-tracking branch 'origin/main' into dev/gizmo

This commit is contained in:
Noisyfox 2023-11-08 09:14:28 +08:00
commit 5f001c89fd
69 changed files with 8100 additions and 4614 deletions

25
.github/workflows/orca_bot.yml vendored Normal file
View file

@ -0,0 +1,25 @@
name: Orca bot
on:
schedule:
- cron: "0 0 * * *"
jobs:
close-issues:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v5
with:
days-before-issue-stale: 90
days-before-issue-close: 14
operations-per-run: 1000
stale-issue-label: "stale"
stale-issue-message: "GitHub bot: this issue is stale because it has been open for 90 days with no activity."
close-issue-message: "GitHub bot: This issue was closed because it has been inactive for 14 days since being marked as stale."
days-before-pr-stale: -1
days-before-pr-close: -1
remove-issue-stale-when-updated: true
remove-pr-stale-when-updated: true
repo-token: ${{ secrets.GITHUB_TOKEN }}

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-02 15:32+0100\n" "POT-Creation-Date: 2023-11-07 21:36+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -2940,7 +2940,7 @@ msgstr ""
msgid "Size:" msgid "Size:"
msgstr "" msgstr ""
#, possible-boost-format #, possible-c-format, possible-boost-format
msgid "" msgid ""
"Conflicts of gcode paths have been found at layer %d, z = %.2lf mm. Please " "Conflicts of gcode paths have been found at layer %d, z = %.2lf mm. Please "
"separate the conflicted objects farther (%s <-> %s)." "separate the conflicted objects farther (%s <-> %s)."
@ -4830,12 +4830,6 @@ msgstr ""
msgid "If enabled, sets OrcaSlicer as default application to open .step files" msgid "If enabled, sets OrcaSlicer as default application to open .step files"
msgstr "" msgstr ""
msgid "Online Models"
msgstr ""
msgid "Show online staff-picked models on the home page"
msgstr ""
msgid "Maximum recent projects" msgid "Maximum recent projects"
msgstr "" msgstr ""
@ -5522,8 +5516,8 @@ msgstr ""
msgid "" msgid ""
"When recording timelapse without toolhead, it is recommended to add a " "When recording timelapse without toolhead, it is recommended to add a "
"\"Timelapse Wipe Tower\" \n" "\"Timelapse Wipe Tower\" \n"
"by right-click the empty position of build plate and choose \"Add " "by right-click the empty position of build plate and choose \"Add Primitive"
"Primitive\"->\"Timelapse Wipe Tower\"." "\"->\"Timelapse Wipe Tower\"."
msgstr "" msgstr ""
msgid "Line width" msgid "Line width"
@ -7414,6 +7408,14 @@ msgstr ""
msgid "End G-code when finish the printing of this filament" msgid "End G-code when finish the printing of this filament"
msgstr "" msgstr ""
msgid "Ensure vertical shell thickness"
msgstr ""
msgid ""
"Add solid infill near sloping surfaces to guarantee the vertical shell "
"thickness (top+bottom solid layers)"
msgstr ""
msgid "Top surface pattern" msgid "Top surface pattern"
msgstr "" msgstr ""
@ -8017,10 +8019,10 @@ msgstr ""
msgid "" msgid ""
"Fan speed will be ramped up linearly from zero at layer " "Fan speed will be ramped up linearly from zero at layer "
"\"close_fan_the_first_x_layers\" to maximum at layer " "\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer"
"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower " "\". \"full_fan_speed_layer\" will be ignored if lower than "
"than \"close_fan_the_first_x_layers\", in which case the fan will be running " "\"close_fan_the_first_x_layers\", in which case the fan will be running at "
"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." "maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1."
msgstr "" msgstr ""
msgid "Support interface fan speed" msgid "Support interface fan speed"
@ -8784,22 +8786,6 @@ msgid ""
"print when travel move. Using spiral line to lift z can prevent stringing" "print when travel move. Using spiral line to lift z can prevent stringing"
msgstr "" msgstr ""
msgid "Z hop lower boundary"
msgstr ""
msgid ""
"Z hop will only come into effect when Z is above this value and is below the "
"parameter: \"Z hop upper boundary\""
msgstr ""
msgid "Z hop upper boundary"
msgstr ""
msgid ""
"If this value is positive, Z hop will only come into effect when Z is above "
"the parameter: \"Z hop lower boundary\" and is below this value"
msgstr ""
msgid "Z hop type" msgid "Z hop type"
msgstr "" msgstr ""
@ -9749,6 +9735,15 @@ msgid ""
"itself. It's expressed as a percentage over nozzle diameter" "itself. It's expressed as a percentage over nozzle diameter"
msgstr "" msgstr ""
msgid "Detect narrow internal solid infill"
msgstr ""
msgid ""
"This option will auto detect narrow internal solid infill area. If enabled, "
"concentric pattern will be used for the area to speed printing up. "
"Otherwise, rectilinear pattern is used defaultly."
msgstr ""
msgid "invalid value " msgid "invalid value "
msgstr "" msgstr ""

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-29 10:45+0800\n" "POT-Creation-Date: 2023-11-07 21:36+0800\n"
"PO-Revision-Date: 2023-09-30 15:15+0200\n" "PO-Revision-Date: 2023-09-30 15:15+0200\n"
"Last-Translator: René Mošner <Renemosner@seznam.cz>\n" "Last-Translator: René Mošner <Renemosner@seznam.cz>\n"
"Language-Team: \n" "Language-Team: \n"
@ -2167,7 +2167,8 @@ msgid "Group"
msgstr "Skupina" msgstr "Skupina"
msgid "The printer does not currently support auto refill." msgid "The printer does not currently support auto refill."
msgstr "Tiskárna v současné době nepodporuje automatické doplňování (auto refill)." msgstr ""
"Tiskárna v současné době nepodporuje automatické doplňování (auto refill)."
msgid "" msgid ""
"AMS filament backup is not enabled, please enable it in the AMS settings." "AMS filament backup is not enabled, please enable it in the AMS settings."
@ -4183,8 +4184,8 @@ msgid ""
"Some of your images failed to upload. Would you like to redirect to the " "Some of your images failed to upload. Would you like to redirect to the "
"webpage for rating?" "webpage for rating?"
msgstr "" msgstr ""
"Některé z vašich obrázků se nepodařilo nahrát. Chcete přesměrovat na " "Některé z vašich obrázků se nepodařilo nahrát. Chcete přesměrovat na webovou "
"webovou stránku pro hodnocení?" "stránku pro hodnocení?"
msgid "You can select up to 16 images." msgid "You can select up to 16 images."
msgstr "Můžete vybrat až 16 obrázků." msgstr "Můžete vybrat až 16 obrázků."
@ -4580,8 +4581,8 @@ msgid ""
"clogged when printing this filament in a closed enclosure. Please open the " "clogged when printing this filament in a closed enclosure. Please open the "
"front door and/or remove the upper glass." "front door and/or remove the upper glass."
msgstr "" msgstr ""
"Aktuální teplota podložky je relativně vysoká. Při tisku tohoto materiálu " "Aktuální teplota podložky je relativně vysoká. Při tisku tohoto materiálu v "
"v uzavřené komoře by mohlo dojít k ucpání trysky. Doporučujeme otevřít přední " "uzavřené komoře by mohlo dojít k ucpání trysky. Doporučujeme otevřít přední "
"dveře a/nebo odstranit horní sklo." "dveře a/nebo odstranit horní sklo."
msgid "" msgid ""
@ -4605,7 +4606,9 @@ msgid "Loading file: %s"
msgstr "Načítání souboru: %s" msgstr "Načítání souboru: %s"
msgid "The 3mf is not supported by OrcaSlicer, load geometry data only." msgid "The 3mf is not supported by OrcaSlicer, load geometry data only."
msgstr "Formát 3MF není podporován programem OrcaSlicer, lze načíst pouze geometrická data." msgstr ""
"Formát 3MF není podporován programem OrcaSlicer, lze načíst pouze "
"geometrická data."
msgid "Load 3mf" msgid "Load 3mf"
msgstr "Načíst 3mf" msgstr "Načíst 3mf"
@ -5076,6 +5079,15 @@ msgstr "Imperiální"
msgid "Units" msgid "Units"
msgstr "Jednotky" msgstr "Jednotky"
msgid "Home"
msgstr ""
msgid "Default Page"
msgstr ""
msgid "Set the page opened on startup."
msgstr ""
msgid "Zoom to mouse position" msgid "Zoom to mouse position"
msgstr "Přiblížit na pozici myši" msgstr "Přiblížit na pozici myši"
@ -5089,8 +5101,14 @@ msgstr "Použít volnou kameru"
msgid "If enabled, use free camera. If not enabled, use constrained camera." msgid "If enabled, use free camera. If not enabled, use constrained camera."
msgstr "" msgstr ""
"Pokud je povoleno, použijte volnou kameru. Pokud není povoleno, " "Pokud je povoleno, použijte volnou kameru. Pokud není povoleno, použijte "
"použijte omezenou kameru." "omezenou kameru."
msgid "Show splash screen"
msgstr ""
msgid "Show the splash screen during startup."
msgstr ""
msgid "Show \"Tip of the day\" notification after start" msgid "Show \"Tip of the day\" notification after start"
msgstr "Zobrazovat \"Tip dne\" po spuštění" msgstr "Zobrazovat \"Tip dne\" po spuštění"
@ -5150,12 +5168,6 @@ msgstr ""
"Pokud je povoleno, nastaví OrcaSlicer jako výchozí aplikaci pro otevírání " "Pokud je povoleno, nastaví OrcaSlicer jako výchozí aplikaci pro otevírání "
"souborů .step" "souborů .step"
msgid "Online Models"
msgstr "Online modely"
msgid "Show online staff-picked models on the home page"
msgstr "Zobrazit online modely vybrané týmem na úvodní stránce"
msgid "Maximum recent projects" msgid "Maximum recent projects"
msgstr "Maximální počet nedávných projektů" msgstr "Maximální počet nedávných projektů"
@ -7399,9 +7411,9 @@ msgid ""
"the next layers will be linearly shrunk less, up to the layer indicated by " "the next layers will be linearly shrunk less, up to the layer indicated by "
"this value." "this value."
msgstr "" msgstr ""
"Počet vrstev, na kterých bude aktivní kompenzace sloní nohy. První vrstva bude " "Počet vrstev, na kterých bude aktivní kompenzace sloní nohy. První vrstva "
"zmenšena o hodnotu kompenzace sloní nohy, následující vrstvy budou lineárně " "bude zmenšena o hodnotu kompenzace sloní nohy, následující vrstvy budou "
"zmenšeny méně, až do vrstvy, která je označena touto hodnotou." "lineárně zmenšeny méně, až do vrstvy, která je označena touto hodnotou."
msgid "layers" msgid "layers"
msgstr "vrstva(y)" msgstr "vrstva(y)"
@ -7794,8 +7806,8 @@ msgid ""
"direction on odd layers. This alternating pattern can drastically improve " "direction on odd layers. This alternating pattern can drastically improve "
"steep overhang." "steep overhang."
msgstr "" msgstr ""
"Extrudovat perimetry, které mají část přes převis ve směru opačném na lichých " "Extrudovat perimetry, které mají část přes převis ve směru opačném na "
"vrstvách. Toto střídání může výrazně zlepšit strmý převis." "lichých vrstvách. Toto střídání může výrazně zlepšit strmý převis."
msgid "Reverse threshold" msgid "Reverse threshold"
msgstr "Hranice obrácení" msgstr "Hranice obrácení"
@ -7986,8 +7998,8 @@ msgid ""
"Speed of exhuast fan during printing.This speed will overwrite the speed in " "Speed of exhuast fan during printing.This speed will overwrite the speed in "
"filament custom gcode" "filament custom gcode"
msgstr "" msgstr ""
"Rychlost odsávacího ventilátoru během tisku. Tato rychlost přepíše rychlost v " "Rychlost odsávacího ventilátoru během tisku. Tato rychlost přepíše rychlost "
"g-kódu pro filament" "v g-kódu pro filament"
msgid "Speed of exhuast fan after printing completes" msgid "Speed of exhuast fan after printing completes"
msgstr "Rychlost odsávacího ventilátoru po dokončení tisku" msgstr "Rychlost odsávacího ventilátoru po dokončení tisku"
@ -8047,6 +8059,16 @@ msgstr "Konec G-kód po dokončení celého tisku"
msgid "End G-code when finish the printing of this filament" msgid "End G-code when finish the printing of this filament"
msgstr "Konec G-kód po dokončení tisku tohoto filamentu" msgstr "Konec G-kód po dokončení tisku tohoto filamentu"
msgid "Ensure vertical shell thickness"
msgstr "Zajistit tloušťku svislých stěn"
msgid ""
"Add solid infill near sloping surfaces to guarantee the vertical shell "
"thickness (top+bottom solid layers)"
msgstr ""
"Přidá plnou výplň u šikmých ploch pro garanci tloušťky svislých stěn "
"(vrchních a spodních plných vrstev)"
msgid "Top surface pattern" msgid "Top surface pattern"
msgstr "Vzor horního povrchu" msgstr "Vzor horního povrchu"
@ -8493,9 +8515,9 @@ msgid ""
"equal to or greater than it, it's highly recommended to open the front door " "equal to or greater than it, it's highly recommended to open the front door "
"and/or remove the upper glass to avoid cloggings." "and/or remove the upper glass to avoid cloggings."
msgstr "" msgstr ""
"Materiál při této teplotě měkne, takže když je teplota podložky rovna nebo vyšší " "Materiál při této teplotě měkne, takže když je teplota podložky rovna nebo "
"než tato hodnota, vřele doporučujeme otevřít přední dvířka a/nebo odebrat horní " "vyšší než tato hodnota, vřele doporučujeme otevřít přední dvířka a/nebo "
"sklo, abyste předešli ucpávkám." "odebrat horní sklo, abyste předešli ucpávkám."
msgid "Price" msgid "Price"
msgstr "Cena" msgstr "Cena"
@ -9399,8 +9421,8 @@ msgstr ""
"Rychlost ventilátoru pro doplňkové chlazení částí. Ventilátor pro doplňkové " "Rychlost ventilátoru pro doplňkové chlazení částí. Ventilátor pro doplňkové "
"chlazení bude běžet touto rychlostí během tisku, s výjimkou prvních několika " "chlazení bude běžet touto rychlostí během tisku, s výjimkou prvních několika "
"vrstev, které jsou definovány vrstvami bez chlazení.\n" "vrstev, které jsou definovány vrstvami bez chlazení.\n"
"Pro použití této funkce povolte ventilátor pro doplňkové chlazení v nastavení " "Pro použití této funkce povolte ventilátor pro doplňkové chlazení v "
"tiskárny. G-kódový příkaz: M106 P2 S(0-255)" "nastavení tiskárny. G-kódový příkaz: M106 P2 S(0-255)"
msgid "Min" msgid "Min"
msgstr "Min" msgstr "Min"
@ -9698,26 +9720,6 @@ msgstr ""
"mezera mezi tryskou a tiskem. Zabraňuje tomu, aby tryska zasáhla tisk při " "mezera mezi tryskou a tiskem. Zabraňuje tomu, aby tryska zasáhla tisk při "
"pohybu. Použití spirálové linky ke zvednutí z může zabránit stringování" "pohybu. Použití spirálové linky ke zvednutí z může zabránit stringování"
msgid "Z hop lower boundary"
msgstr "Dolní mez Z hop"
msgid ""
"Z hop will only come into effect when Z is above this value and is below the "
"parameter: \"Z hop upper boundary\""
msgstr ""
"Zvýšení Z bude mít vliv na Z hop pouze tehdy, pokud je hodnota Z nad touto "
"mezí a zároveň podle parametru: \"Horní mez Z hop\""
msgid "Z hop upper boundary"
msgstr "Horní mez Z hop"
msgid ""
"If this value is positive, Z hop will only come into effect when Z is above "
"the parameter: \"Z hop lower boundary\" and is below this value"
msgstr ""
"Pokud je tato hodnota kladná, Z hop bude mít vliv pouze tehdy, pokud je "
"hodnota Z nad dolní mezí Z hop a zároveň pod touto hodnotou"
msgid "Z hop type" msgid "Z hop type"
msgstr "Typ Z hop" msgstr "Typ Z hop"
@ -10457,8 +10459,8 @@ msgid ""
"added before \"machine_start_gcode\"\n" "added before \"machine_start_gcode\"\n"
"G-code commands: M141/M191 S(0-255)" "G-code commands: M141/M191 S(0-255)"
msgstr "" msgstr ""
"Zapněte tuto volbu pro řízení teploty v komoře. Příkaz M191 bude přidán " "Zapněte tuto volbu pro řízení teploty v komoře. Příkaz M191 bude přidán před "
"před \"machine_start_gcode\"\n" "\"machine_start_gcode\"\n"
"G-kód příkazy: M141/M191 S(0-255)" "G-kód příkazy: M141/M191 S(0-255)"
msgid "Chamber temperature" msgid "Chamber temperature"
@ -10705,9 +10707,7 @@ msgstr ""
"sestavováním" "sestavováním"
msgid "Convert holes to polyholes" msgid "Convert holes to polyholes"
msgstr "" msgstr "Převést otvor na polyotvor (Mnohoúhelníkový-Otvor)"
"Převést otvor na polyotvor"
" (Mnohoúhelníkový-Otvor)"
msgid "" msgid ""
"Search for almost-circular holes that span more than one layer and convert " "Search for almost-circular holes that span more than one layer and convert "
@ -10716,8 +10716,8 @@ msgid ""
"See http://hydraraptor.blogspot.com/2011/02/polyholes.html" "See http://hydraraptor.blogspot.com/2011/02/polyholes.html"
msgstr "" msgstr ""
"Hledá téměř kruhové otvory, které zasahují do více než jedé vrstvy a převede " "Hledá téměř kruhové otvory, které zasahují do více než jedé vrstvy a převede "
"geometrii na polyotvory (Mnohoúhelníkový Otvor). Pro výpočet polyotvoru použijte " "geometrii na polyotvory (Mnohoúhelníkový Otvor). Pro výpočet polyotvoru "
"velikost trysky a (největší) průměr.\n" "použijte velikost trysky a (největší) průměr.\n"
"Viz http://hydraraptor.blogspot.com/2011/02/polyholes.html" "Viz http://hydraraptor.blogspot.com/2011/02/polyholes.html"
msgid "Polyhole detection margin" msgid "Polyhole detection margin"
@ -10889,6 +10889,18 @@ msgstr ""
"stejně tlustá jako prvek samotný. Vyjadřuje se jako procento nad průměr " "stejně tlustá jako prvek samotný. Vyjadřuje se jako procento nad průměr "
"trysky" "trysky"
msgid "Detect narrow internal solid infill"
msgstr "Detekovat úzkou vnitřní plnou výplň"
msgid ""
"This option will auto detect narrow internal solid infill area. If enabled, "
"concentric pattern will be used for the area to speed printing up. "
"Otherwise, rectilinear pattern is used defaultly."
msgstr ""
"Tato možnost automaticky rozpozná úzkou vnitřní plnou výplňovou oblast. Je-"
"li povolena, bude pro oblast použit soustředný vzor, aby se urychlil tisk. V "
"opačném případě se ve výchozím nastavení použije přímočarý vzor."
msgid "invalid value " msgid "invalid value "
msgstr "neplatná hodnota " msgstr "neplatná hodnota "
@ -12356,6 +12368,32 @@ msgstr ""
"při tisku filamentu s nižší teplotou a vyšší teplotě uzavřeného prostoru. " "při tisku filamentu s nižší teplotou a vyšší teplotě uzavřeného prostoru. "
"Další informace naleznete ve Wiki." "Další informace naleznete ve Wiki."
#~ msgid "Online Models"
#~ msgstr "Online modely"
#~ msgid "Show online staff-picked models on the home page"
#~ msgstr "Zobrazit online modely vybrané týmem na úvodní stránce"
#~ msgid "Z hop lower boundary"
#~ msgstr "Dolní mez Z hop"
#~ msgid ""
#~ "Z hop will only come into effect when Z is above this value and is below "
#~ "the parameter: \"Z hop upper boundary\""
#~ msgstr ""
#~ "Zvýšení Z bude mít vliv na Z hop pouze tehdy, pokud je hodnota Z nad "
#~ "touto mezí a zároveň podle parametru: \"Horní mez Z hop\""
#~ msgid "Z hop upper boundary"
#~ msgstr "Horní mez Z hop"
#~ msgid ""
#~ "If this value is positive, Z hop will only come into effect when Z is "
#~ "above the parameter: \"Z hop lower boundary\" and is below this value"
#~ msgstr ""
#~ "Pokud je tato hodnota kladná, Z hop bude mít vliv pouze tehdy, pokud je "
#~ "hodnota Z nad dolní mezí Z hop a zároveň pod touto hodnotou"
#~ msgid "The minimum printing speed when slow down for cooling" #~ msgid "The minimum printing speed when slow down for cooling"
#~ msgstr "Minimální rychlost tisku při zpomalení kvůli chlazení" #~ msgstr "Minimální rychlost tisku při zpomalení kvůli chlazení"
@ -12380,16 +12418,6 @@ msgstr ""
#~ "Teplota podložky překračuje teplotu vitrifikace filamentu. Prosím. Před " #~ "Teplota podložky překračuje teplotu vitrifikace filamentu. Prosím. Před "
#~ "tiskem otevřete přední dvířka tiskárny, aby nedošlo k ucpání trysky." #~ "tiskem otevřete přední dvířka tiskárny, aby nedošlo k ucpání trysky."
#~ msgid "Ensure vertical shell thickness"
#~ msgstr "Zajistit tloušťku svislých stěn"
#~ msgid ""
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
#~ "thickness (top+bottom solid layers)"
#~ msgstr ""
#~ "Přidá plnou výplň u šikmých ploch pro garanci tloušťky svislých stěn "
#~ "(vrchních a spodních plných vrstev)"
#~ msgid "Temperature of vitrificaiton" #~ msgid "Temperature of vitrificaiton"
#~ msgstr "Teplota vitrifikace" #~ msgstr "Teplota vitrifikace"
@ -12420,18 +12448,6 @@ msgstr ""
#~ "touto rychlostí během tisku kromě prvních několika vrstev, které nejsou " #~ "touto rychlostí během tisku kromě prvních několika vrstev, které nejsou "
#~ "definovány žádnými chladicími vrstvami" #~ "definovány žádnými chladicími vrstvami"
#~ msgid "Detect narrow internal solid infill"
#~ msgstr "Detekovat úzkou vnitřní plnou výplň"
#~ msgid ""
#~ "This option will auto detect narrow internal solid infill area. If "
#~ "enabled, concentric pattern will be used for the area to speed printing "
#~ "up. Otherwise, rectilinear pattern is used defaultly."
#~ msgstr ""
#~ "Tato možnost automaticky rozpozná úzkou vnitřní plnou výplňovou oblast. "
#~ "Je-li povolena, bude pro oblast použit soustředný vzor, aby se urychlil "
#~ "tisk. V opačném případě se ve výchozím nastavení použije přímočarý vzor."
#~ msgid "" #~ msgid ""
#~ "Filter out gaps smaller than the threshold specified. This setting won't " #~ "Filter out gaps smaller than the threshold specified. This setting won't "
#~ "affect top/bottom layers" #~ "affect top/bottom layers"

View file

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Orca Slicer\n" "Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-02 15:32+0100\n" "POT-Creation-Date: 2023-11-07 21:36+0800\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Heiko Liebscher <hliebschergmail.com>\n" "Last-Translator: Heiko Liebscher <hliebschergmail.com>\n"
"Language-Team: \n" "Language-Team: \n"
@ -3222,7 +3222,7 @@ msgstr "Volumen:"
msgid "Size:" msgid "Size:"
msgstr "Größe:" msgstr "Größe:"
#, boost-format #, c-format, boost-format
msgid "" msgid ""
"Conflicts of gcode paths have been found at layer %d, z = %.2lf mm. Please " "Conflicts of gcode paths have been found at layer %d, z = %.2lf mm. Please "
"separate the conflicted objects farther (%s <-> %s)." "separate the conflicted objects farther (%s <-> %s)."
@ -5275,12 +5275,6 @@ msgstr ""
"Wenn aktiviert, wird OrcaSlicer als Standardanwendung zum Öffnen von .step-" "Wenn aktiviert, wird OrcaSlicer als Standardanwendung zum Öffnen von .step-"
"Dateien festgelegt" "Dateien festgelegt"
msgid "Online Models"
msgstr "Online-Modelle"
msgid "Show online staff-picked models on the home page"
msgstr "Von Mitarbeitern ausgewählte Online-Models auf der Startseite anzeigen"
msgid "Maximum recent projects" msgid "Maximum recent projects"
msgstr "Höchstanzahl an letzten Projekten" msgstr "Höchstanzahl an letzten Projekten"
@ -6069,13 +6063,13 @@ msgstr ""
msgid "" msgid ""
"When recording timelapse without toolhead, it is recommended to add a " "When recording timelapse without toolhead, it is recommended to add a "
"\"Timelapse Wipe Tower\" \n" "\"Timelapse Wipe Tower\" \n"
"by right-click the empty position of build plate and choose \"Add " "by right-click the empty position of build plate and choose \"Add Primitive"
"Primitive\"->\"Timelapse Wipe Tower\"." "\"->\"Timelapse Wipe Tower\"."
msgstr "" msgstr ""
"Wenn Sie einen Zeitraffer ohne Werkzeugkopf aufnehmen, wird empfohlen, einen " "Wenn Sie einen Zeitraffer ohne Werkzeugkopf aufnehmen, wird empfohlen, einen "
"\"Timelapse Wischturm\" hinzuzufügen, indem Sie mit der rechten Maustaste " "\"Timelapse Wischturm\" hinzuzufügen, indem Sie mit der rechten Maustaste "
"auf die leere Position der Bauplatte klicken und \"Primitiv hinzufügen\"-" "auf die leere Position der Bauplatte klicken und \"Primitiv hinzufügen\"->"
">\"Timelapse Wischturm\" wählen." "\"Timelapse Wischturm\" wählen."
msgid "Line width" msgid "Line width"
msgstr "Breite der Linie" msgstr "Breite der Linie"
@ -8273,6 +8267,16 @@ msgstr "End G-Code nach dem fertigstellen des Drucks hinzufügen."
msgid "End G-code when finish the printing of this filament" msgid "End G-code when finish the printing of this filament"
msgstr "End-G-Code hinzufügen, wenn der Druck dieses Filaments beenden ist." msgstr "End-G-Code hinzufügen, wenn der Druck dieses Filaments beenden ist."
msgid "Ensure vertical shell thickness"
msgstr "Sicherstellung der vertikalen Wanddicke"
msgid ""
"Add solid infill near sloping surfaces to guarantee the vertical shell "
"thickness (top+bottom solid layers)"
msgstr ""
"In der Nähe von schrägen Flächen massive Füllungen hinzufügen, um die "
"vertikale Wanddicke zu gewährleisten (obere + untere massive Schichten)."
msgid "Top surface pattern" msgid "Top surface pattern"
msgstr "Muster der Oberfläche" msgstr "Muster der Oberfläche"
@ -9023,13 +9027,13 @@ msgstr "Volle Lüfterdrehzahl ab Schicht"
msgid "" msgid ""
"Fan speed will be ramped up linearly from zero at layer " "Fan speed will be ramped up linearly from zero at layer "
"\"close_fan_the_first_x_layers\" to maximum at layer " "\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer"
"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower " "\". \"full_fan_speed_layer\" will be ignored if lower than "
"than \"close_fan_the_first_x_layers\", in which case the fan will be running " "\"close_fan_the_first_x_layers\", in which case the fan will be running at "
"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." "maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1."
msgstr "" msgstr ""
"Die Lüftergeschwindigkeit wird linear von Null bei der " "Die Lüftergeschwindigkeit wird linear von Null bei der Schicht"
"Schicht\"close_fan_the_first_x_layers\" auf das Maximum bei der Schicht " "\"close_fan_the_first_x_layers\" auf das Maximum bei der Schicht "
"\"full_fan_speed_layer\" erhöht. \"full_fan_speed_layer\" wird ignoriert, " "\"full_fan_speed_layer\" erhöht. \"full_fan_speed_layer\" wird ignoriert, "
"wenn es niedriger ist als \"close_fan_the_first_x_layers\",in diesem Fall " "wenn es niedriger ist als \"close_fan_the_first_x_layers\",in diesem Fall "
"läuft der Lüfter bei Schicht \"close_fan_the_first_x_layers\"+ 1 mit maximal " "läuft der Lüfter bei Schicht \"close_fan_the_first_x_layers\"+ 1 mit maximal "
@ -9979,26 +9983,6 @@ msgstr ""
"bei der Verfahrbewegung gegen den Druck stößt. Die Verwendung einer " "bei der Verfahrbewegung gegen den Druck stößt. Die Verwendung einer "
"Spirallinie zum Anheben von z kann Fadenbildung verhindern." "Spirallinie zum Anheben von z kann Fadenbildung verhindern."
msgid "Z hop lower boundary"
msgstr "Z-Hub untere Grenze"
msgid ""
"Z hop will only come into effect when Z is above this value and is below the "
"parameter: \"Z hop upper boundary\""
msgstr ""
"Z-Hub wird nur wirksam, wenn Z über diesem Wert liegt und unter dem "
"Parameter: \"Z-Hub obere Grenze\" liegt"
msgid "Z hop upper boundary"
msgstr "Z-Hub obere Grenze"
msgid ""
"If this value is positive, Z hop will only come into effect when Z is above "
"the parameter: \"Z hop lower boundary\" and is below this value"
msgstr ""
"Wenn dieser Wert positiv ist, wird der Z-Hub nur wirksam, wenn Z über dem "
"Parameter: \"Z-Hub untere Grenze\" liegt und unter diesem Wert liegt"
msgid "Z hop type" msgid "Z hop type"
msgstr "Z-Hub Typ" msgstr "Z-Hub Typ"
@ -11220,6 +11204,19 @@ msgstr ""
"Dicke des Features, wird die Wand so dick wie das Feature selbst. Wird als " "Dicke des Features, wird die Wand so dick wie das Feature selbst. Wird als "
"Prozentsatz des Düsendurchmessers angegeben." "Prozentsatz des Düsendurchmessers angegeben."
msgid "Detect narrow internal solid infill"
msgstr "Erkennen einer schmalen internen soliden Füllung"
msgid ""
"This option will auto detect narrow internal solid infill area. If enabled, "
"concentric pattern will be used for the area to speed printing up. "
"Otherwise, rectilinear pattern is used defaultly."
msgstr ""
"Mit dieser Option wird ein schmaler innerer Füllbereich automatisch erkannt. "
"Wenn diese Option aktiviert ist, wird ein konzentrisches Muster für den "
"Bereich verwendet, um den Druck zu beschleunigen. Andernfalls wird "
"standardmäßig ein geradliniges Muster verwendet."
msgid "invalid value " msgid "invalid value "
msgstr "Ungültiger Wert" msgstr "Ungültiger Wert"
@ -12726,6 +12723,33 @@ msgstr ""
"höherer Gehäusetemperatur verringern. Weitere Informationen dazu finden Sie " "höherer Gehäusetemperatur verringern. Weitere Informationen dazu finden Sie "
"in der Wiki." "in der Wiki."
#~ msgid "Online Models"
#~ msgstr "Online-Modelle"
#~ msgid "Show online staff-picked models on the home page"
#~ msgstr ""
#~ "Von Mitarbeitern ausgewählte Online-Models auf der Startseite anzeigen"
#~ msgid "Z hop lower boundary"
#~ msgstr "Z-Hub untere Grenze"
#~ msgid ""
#~ "Z hop will only come into effect when Z is above this value and is below "
#~ "the parameter: \"Z hop upper boundary\""
#~ msgstr ""
#~ "Z-Hub wird nur wirksam, wenn Z über diesem Wert liegt und unter dem "
#~ "Parameter: \"Z-Hub obere Grenze\" liegt"
#~ msgid "Z hop upper boundary"
#~ msgstr "Z-Hub obere Grenze"
#~ msgid ""
#~ "If this value is positive, Z hop will only come into effect when Z is "
#~ "above the parameter: \"Z hop lower boundary\" and is below this value"
#~ msgstr ""
#~ "Wenn dieser Wert positiv ist, wird der Z-Hub nur wirksam, wenn Z über dem "
#~ "Parameter: \"Z-Hub untere Grenze\" liegt und unter diesem Wert liegt"
#~ msgid "The minimum printing speed when slow down for cooling" #~ msgid "The minimum printing speed when slow down for cooling"
#~ msgstr "" #~ msgstr ""
#~ "Die minimale Druckgeschwindigkeit wenn diese für eine bessere Kühlung " #~ "Die minimale Druckgeschwindigkeit wenn diese für eine bessere Kühlung "
@ -12756,16 +12780,6 @@ msgstr ""
#~ msgid "Activate for better air filtration" #~ msgid "Activate for better air filtration"
#~ msgstr "Aktivieren Sie die Luftfilterung für eine bessere Luftfiltration" #~ msgstr "Aktivieren Sie die Luftfilterung für eine bessere Luftfiltration"
#~ msgid "Ensure vertical shell thickness"
#~ msgstr "Sicherstellung der vertikalen Wanddicke"
#~ msgid ""
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
#~ "thickness (top+bottom solid layers)"
#~ msgstr ""
#~ "In der Nähe von schrägen Flächen massive Füllungen hinzufügen, um die "
#~ "vertikale Wanddicke zu gewährleisten (obere + untere massive Schichten)."
#~ msgid "Temperature of vitrificaiton" #~ msgid "Temperature of vitrificaiton"
#~ msgstr "Verglasungstemperatur" #~ msgstr "Verglasungstemperatur"
@ -12801,19 +12815,6 @@ msgstr ""
#~ "läuft während des Drucks mit dieser Geschwindigkeit, mit Ausnahme der " #~ "läuft während des Drucks mit dieser Geschwindigkeit, mit Ausnahme der "
#~ "ersten Schichten, für die keine Kühlung vorgesehen ist." #~ "ersten Schichten, für die keine Kühlung vorgesehen ist."
#~ msgid "Detect narrow internal solid infill"
#~ msgstr "Erkennen einer schmalen internen soliden Füllung"
#~ msgid ""
#~ "This option will auto detect narrow internal solid infill area. If "
#~ "enabled, concentric pattern will be used for the area to speed printing "
#~ "up. Otherwise, rectilinear pattern is used defaultly."
#~ msgstr ""
#~ "Mit dieser Option wird ein schmaler innerer Füllbereich automatisch "
#~ "erkannt. Wenn diese Option aktiviert ist, wird ein konzentrisches Muster "
#~ "für den Bereich verwendet, um den Druck zu beschleunigen. Andernfalls "
#~ "wird standardmäßig ein geradliniges Muster verwendet."
#~ msgid "" #~ msgid ""
#~ "Filter out gaps smaller than the threshold specified. This setting won't " #~ "Filter out gaps smaller than the threshold specified. This setting won't "
#~ "affect top/bottom layers" #~ "affect top/bottom layers"

View file

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Orca Slicer\n" "Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-29 10:45+0800\n" "POT-Creation-Date: 2023-11-07 21:36+0800\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
@ -4976,6 +4976,15 @@ msgstr "Imperial"
msgid "Units" msgid "Units"
msgstr "Units" msgstr "Units"
msgid "Home"
msgstr ""
msgid "Default Page"
msgstr ""
msgid "Set the page opened on startup."
msgstr ""
msgid "Zoom to mouse position" msgid "Zoom to mouse position"
msgstr "Zoom to mouse position" msgstr "Zoom to mouse position"
@ -4992,6 +5001,12 @@ msgstr ""
msgid "If enabled, use free camera. If not enabled, use constrained camera." msgid "If enabled, use free camera. If not enabled, use constrained camera."
msgstr "" msgstr ""
msgid "Show splash screen"
msgstr ""
msgid "Show the splash screen during startup."
msgstr ""
msgid "Show \"Tip of the day\" notification after start" msgid "Show \"Tip of the day\" notification after start"
msgstr "Show \"Tip of the day\" notification after start" msgstr "Show \"Tip of the day\" notification after start"
@ -5049,12 +5064,6 @@ msgstr ""
"If enabled, this sets Orca Slicer as the default application to open .step " "If enabled, this sets Orca Slicer as the default application to open .step "
"files." "files."
msgid "Online Models"
msgstr "Online Models"
msgid "Show online staff-picked models on the home page"
msgstr "Show online staff-picked models on the home page"
msgid "Maximum recent projects" msgid "Maximum recent projects"
msgstr "Maximum recent projects" msgstr "Maximum recent projects"
@ -7873,6 +7882,16 @@ msgstr "Add end G-Code when finishing the entire print."
msgid "End G-code when finish the printing of this filament" msgid "End G-code when finish the printing of this filament"
msgstr "Add end G-code when finishing the printing of this filament." msgstr "Add end G-code when finishing the printing of this filament."
msgid "Ensure vertical shell thickness"
msgstr "Ensure vertical shell thickness"
msgid ""
"Add solid infill near sloping surfaces to guarantee the vertical shell "
"thickness (top+bottom solid layers)"
msgstr ""
"Add solid infill near sloping surfaces to guarantee the vertical shell "
"thickness (top+bottom solid layers)."
msgid "Top surface pattern" msgid "Top surface pattern"
msgstr "Top surface pattern" msgstr "Top surface pattern"
@ -9352,22 +9371,6 @@ msgstr ""
"hitting the print when traveling more. Using spiral lines to lift z can " "hitting the print when traveling more. Using spiral lines to lift z can "
"prevent stringing." "prevent stringing."
msgid "Z hop lower boundary"
msgstr ""
msgid ""
"Z hop will only come into effect when Z is above this value and is below the "
"parameter: \"Z hop upper boundary\""
msgstr ""
msgid "Z hop upper boundary"
msgstr ""
msgid ""
"If this value is positive, Z hop will only come into effect when Z is above "
"the parameter: \"Z hop lower boundary\" and is below this value"
msgstr ""
msgid "Z hop type" msgid "Z hop type"
msgstr "" msgstr ""
@ -10439,6 +10442,18 @@ msgstr ""
"thickness of the feature, the wall will become as thick as the feature " "thickness of the feature, the wall will become as thick as the feature "
"itself. It's expressed as a percentage over nozzle diameter" "itself. It's expressed as a percentage over nozzle diameter"
msgid "Detect narrow internal solid infill"
msgstr "Detect narrow internal solid infill"
msgid ""
"This option will auto detect narrow internal solid infill area. If enabled, "
"concentric pattern will be used for the area to speed printing up. "
"Otherwise, rectilinear pattern is used defaultly."
msgstr ""
"This option will auto-detect narrow internal solid infill areas. If enabled, "
"the concentric pattern will be used for the area to speed up printing. "
"Otherwise, the rectilinear pattern will be used by default."
msgid "invalid value " msgid "invalid value "
msgstr "invalid value " msgstr "invalid value "
@ -11698,6 +11713,12 @@ msgid ""
"temperature. More info about this in the Wiki." "temperature. More info about this in the Wiki."
msgstr "" msgstr ""
#~ msgid "Online Models"
#~ msgstr "Online Models"
#~ msgid "Show online staff-picked models on the home page"
#~ msgstr "Show online staff-picked models on the home page"
#~ msgid "The minimum printing speed when slow down for cooling" #~ msgid "The minimum printing speed when slow down for cooling"
#~ msgstr "The minimum printing speed when slowing down for cooling." #~ msgstr "The minimum printing speed when slowing down for cooling."
@ -11708,16 +11729,6 @@ msgstr ""
#~ "The bed temperature exceeds filament's vitrification temperature. Please " #~ "The bed temperature exceeds filament's vitrification temperature. Please "
#~ "open the front door of printer before printing to avoid nozzle clogs." #~ "open the front door of printer before printing to avoid nozzle clogs."
#~ msgid "Ensure vertical shell thickness"
#~ msgstr "Ensure vertical shell thickness"
#~ msgid ""
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
#~ "thickness (top+bottom solid layers)"
#~ msgstr ""
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
#~ "thickness (top+bottom solid layers)."
#~ msgid "Temperature of vitrificaiton" #~ msgid "Temperature of vitrificaiton"
#~ msgstr "Temperature of vitrification" #~ msgstr "Temperature of vitrification"
@ -11740,18 +11751,6 @@ msgstr ""
#~ "run at this speed during printing except for during the first several " #~ "run at this speed during printing except for during the first several "
#~ "layers which may be set to have no part cooling." #~ "layers which may be set to have no part cooling."
#~ msgid "Detect narrow internal solid infill"
#~ msgstr "Detect narrow internal solid infill"
#~ msgid ""
#~ "This option will auto detect narrow internal solid infill area. If "
#~ "enabled, concentric pattern will be used for the area to speed printing "
#~ "up. Otherwise, rectilinear pattern is used defaultly."
#~ msgstr ""
#~ "This option will auto-detect narrow internal solid infill areas. If "
#~ "enabled, the concentric pattern will be used for the area to speed up "
#~ "printing. Otherwise, the rectilinear pattern will be used by default."
#~ msgid "Empty layers around bottom are replaced by nearest normal layers." #~ msgid "Empty layers around bottom are replaced by nearest normal layers."
#~ msgstr "Empty layers around bottom are replaced by nearest normal layers." #~ msgstr "Empty layers around bottom are replaced by nearest normal layers."

View file

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Orca Slicer\n" "Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-29 10:45+0800\n" "POT-Creation-Date: 2023-11-07 21:36+0800\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Carlos Fco. Caruncho Serrano <puzzlero@gmail.com>\n" "Last-Translator: Carlos Fco. Caruncho Serrano <puzzlero@gmail.com>\n"
"Language-Team: \n" "Language-Team: \n"
@ -5145,6 +5145,15 @@ msgstr "Imperial"
msgid "Units" msgid "Units"
msgstr "Unidades" msgstr "Unidades"
msgid "Home"
msgstr ""
msgid "Default Page"
msgstr ""
msgid "Set the page opened on startup."
msgstr ""
msgid "Zoom to mouse position" msgid "Zoom to mouse position"
msgstr "Hacer zoom en la posición del ratón" msgstr "Hacer zoom en la posición del ratón"
@ -5163,6 +5172,12 @@ msgstr ""
"Si está activada, usa la cámara libre. Si no está activada, usa la cámara " "Si está activada, usa la cámara libre. Si no está activada, usa la cámara "
"restringida" "restringida"
msgid "Show splash screen"
msgstr ""
msgid "Show the splash screen during startup."
msgstr ""
msgid "Show \"Tip of the day\" notification after start" msgid "Show \"Tip of the day\" notification after start"
msgstr "Mostrar la notificación \"Consejo del Día\" después de empezar" msgstr "Mostrar la notificación \"Consejo del Día\" después de empezar"
@ -5222,13 +5237,6 @@ msgstr ""
"Si se activa, ajusta OrcaSlicer como aplicación por defecto para abrir " "Si se activa, ajusta OrcaSlicer como aplicación por defecto para abrir "
"archivos .step" "archivos .step"
msgid "Online Models"
msgstr "Modelos En Línea"
msgid "Show online staff-picked models on the home page"
msgstr ""
"Mostrar modelos en línea seleccionados por el personal en la página de inicio"
msgid "Maximum recent projects" msgid "Maximum recent projects"
msgstr "Proyectos recientes máximos" msgstr "Proyectos recientes máximos"
@ -6002,8 +6010,8 @@ msgstr ""
msgid "" msgid ""
"When recording timelapse without toolhead, it is recommended to add a " "When recording timelapse without toolhead, it is recommended to add a "
"\"Timelapse Wipe Tower\" \n" "\"Timelapse Wipe Tower\" \n"
"by right-click the empty position of build plate and choose \"Add " "by right-click the empty position of build plate and choose \"Add Primitive"
"Primitive\"->\"Timelapse Wipe Tower\"." "\"->\"Timelapse Wipe Tower\"."
msgstr "" msgstr ""
"Cuando grabamos timelapse sin cabezal de impresión, es recomendable añadir " "Cuando grabamos timelapse sin cabezal de impresión, es recomendable añadir "
"un \"Torre de Purga de Intervalo\" \n" "un \"Torre de Purga de Intervalo\" \n"
@ -8197,6 +8205,16 @@ msgstr "Finalizar el G-Code cuando termine la impresión completa"
msgid "End G-code when finish the printing of this filament" msgid "End G-code when finish the printing of this filament"
msgstr "Terminar el G-Code cuando se termine de imprimir este filamento" msgstr "Terminar el G-Code cuando se termine de imprimir este filamento"
msgid "Ensure vertical shell thickness"
msgstr "Detección de paredes delgadas"
msgid ""
"Add solid infill near sloping surfaces to guarantee the vertical shell "
"thickness (top+bottom solid layers)"
msgstr ""
"Añadir relleno sólido al lado de capas inclinadas para garantizar el grosor "
"de carcasa vertical (capas sólidas superior+inferior)"
msgid "Top surface pattern" msgid "Top surface pattern"
msgstr "Patrón de relleno superior" msgstr "Patrón de relleno superior"
@ -8946,10 +8964,10 @@ msgstr "Velocidad máxima del ventilador en la capa"
msgid "" msgid ""
"Fan speed will be ramped up linearly from zero at layer " "Fan speed will be ramped up linearly from zero at layer "
"\"close_fan_the_first_x_layers\" to maximum at layer " "\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer"
"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower " "\". \"full_fan_speed_layer\" will be ignored if lower than "
"than \"close_fan_the_first_x_layers\", in which case the fan will be running " "\"close_fan_the_first_x_layers\", in which case the fan will be running at "
"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." "maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1."
msgstr "" msgstr ""
"La velocidad de ventilador se incrementará linealmente de cero a " "La velocidad de ventilador se incrementará linealmente de cero a "
"\"close_fan_the_first_x_layers\" al máximo de capa \"full_fan_speed_layer\". " "\"close_fan_the_first_x_layers\" al máximo de capa \"full_fan_speed_layer\". "
@ -9918,27 +9936,6 @@ msgstr ""
"boquilla golpee la impresión cuando se desplaza. El uso de la línea espiral " "boquilla golpee la impresión cuando se desplaza. El uso de la línea espiral "
"para levantar z puede evitar el encordado" "para levantar z puede evitar el encordado"
msgid "Z hop lower boundary"
msgstr "Límite inferior de salto Z"
msgid ""
"Z hop will only come into effect when Z is above this value and is below the "
"parameter: \"Z hop upper boundary\""
msgstr ""
"Z hop sólo entrará en vigor cuando Z esté por encima de este valor y se "
"encuentre por debajo del parámetro: \"Límite superior del salto Z\""
msgid "Z hop upper boundary"
msgstr "Límite superior de salto Z"
msgid ""
"If this value is positive, Z hop will only come into effect when Z is above "
"the parameter: \"Z hop lower boundary\" and is below this value"
msgstr ""
"Si este valor es positivo, Z hop sólo entrará en vigor cuando Z esté por "
"encima del parámetro \"Límite inferior de salto Z\" y esté por debajo de "
"este valor"
msgid "Z hop type" msgid "Z hop type"
msgstr "Tipo de salto Z" msgstr "Tipo de salto Z"
@ -11148,6 +11145,19 @@ msgstr ""
"propia característica. Se expresa en porcentaje sobre el diámetro de la " "propia característica. Se expresa en porcentaje sobre el diámetro de la "
"boquilla" "boquilla"
msgid "Detect narrow internal solid infill"
msgstr "Detección de pequeños rellenos sólidos"
msgid ""
"This option will auto detect narrow internal solid infill area. If enabled, "
"concentric pattern will be used for the area to speed printing up. "
"Otherwise, rectilinear pattern is used defaultly."
msgstr ""
"Esta opción detectará automáticamente el área de relleno sólido interno "
"estrecho. Si se activa, se utilizará un patrón concéntrico para el área para "
"acelerar la impresión. De lo contrario, se utilizará por defecto un patrón "
"rectilíneo."
msgid "invalid value " msgid "invalid value "
msgstr "valor inválido " msgstr "valor inválido "
@ -11691,12 +11701,12 @@ msgstr ""
"wiki.\n" "wiki.\n"
"\n" "\n"
"Normalmente la calibración es innecesaria. Cuando se inicia una impresión de " "Normalmente la calibración es innecesaria. Cuando se inicia una impresión de "
"un solo color/material, con la opción \"Calibración de la dinámica de " "un solo color/material, con la opción \"Calibración de la dinámica de caudal"
"caudal\" marcada en el menú de inicio de impresión, la impresora seguirá el " "\" marcada en el menú de inicio de impresión, la impresora seguirá el método "
"método antiguo, calibrar el filamento antes de la impresión; Cuando se " "antiguo, calibrar el filamento antes de la impresión; Cuando se inicia una "
"inicia una impresión de varios colores/materiales, la impresora utilizará el " "impresión de varios colores/materiales, la impresora utilizará el parámetro "
"parámetro de compensación por defecto para el filamento durante cada cambio " "de compensación por defecto para el filamento durante cada cambio de "
"de filamento que tendrá un buen resultado en la mayoría de los casos.\n" "filamento que tendrá un buen resultado en la mayoría de los casos.\n"
"\n" "\n"
"Tenga en cuenta que hay algunos casos en los que el resultado de la " "Tenga en cuenta que hay algunos casos en los que el resultado de la "
"calibración no es fiable: el uso de una placa de textura para hacer la " "calibración no es fiable: el uso de una placa de textura para hacer la "
@ -12648,6 +12658,35 @@ msgstr ""
"extrusor/hotend al imprimir filamento de baja temperatura con una " "extrusor/hotend al imprimir filamento de baja temperatura con una "
"temperatura de carcasa más alta. Más información sobre esto en la Wiki." "temperatura de carcasa más alta. Más información sobre esto en la Wiki."
#~ msgid "Online Models"
#~ msgstr "Modelos En Línea"
#~ msgid "Show online staff-picked models on the home page"
#~ msgstr ""
#~ "Mostrar modelos en línea seleccionados por el personal en la página de "
#~ "inicio"
#~ msgid "Z hop lower boundary"
#~ msgstr "Límite inferior de salto Z"
#~ msgid ""
#~ "Z hop will only come into effect when Z is above this value and is below "
#~ "the parameter: \"Z hop upper boundary\""
#~ msgstr ""
#~ "Z hop sólo entrará en vigor cuando Z esté por encima de este valor y se "
#~ "encuentre por debajo del parámetro: \"Límite superior del salto Z\""
#~ msgid "Z hop upper boundary"
#~ msgstr "Límite superior de salto Z"
#~ msgid ""
#~ "If this value is positive, Z hop will only come into effect when Z is "
#~ "above the parameter: \"Z hop lower boundary\" and is below this value"
#~ msgstr ""
#~ "Si este valor es positivo, Z hop sólo entrará en vigor cuando Z esté por "
#~ "encima del parámetro \"Límite inferior de salto Z\" y esté por debajo de "
#~ "este valor"
#~ msgid "" #~ msgid ""
#~ "Another virtual camera is running.\n" #~ "Another virtual camera is running.\n"
#~ "Bambu Studio supports only a single virtual camera.\n" #~ "Bambu Studio supports only a single virtual camera.\n"
@ -12709,16 +12748,6 @@ msgstr ""
#~ "filamento. Por favor, abra la puerta frontal de la impresora antes de " #~ "filamento. Por favor, abra la puerta frontal de la impresora antes de "
#~ "imprimir para evitar atascos en la boquilla." #~ "imprimir para evitar atascos en la boquilla."
#~ msgid "Ensure vertical shell thickness"
#~ msgstr "Detección de paredes delgadas"
#~ msgid ""
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
#~ "thickness (top+bottom solid layers)"
#~ msgstr ""
#~ "Añadir relleno sólido al lado de capas inclinadas para garantizar el "
#~ "grosor de carcasa vertical (capas sólidas superior+inferior)"
#~ msgid "Temperature of vitrificaiton" #~ msgid "Temperature of vitrificaiton"
#~ msgstr "Temperatura de vitrificación" #~ msgstr "Temperatura de vitrificación"
@ -12743,19 +12772,6 @@ msgstr ""
#~ "funcionará a esta velocidad durante la impresión, excepto en las primeras " #~ "funcionará a esta velocidad durante la impresión, excepto en las primeras "
#~ "capas, que se define por la ausencia de capas de refrigeración" #~ "capas, que se define por la ausencia de capas de refrigeración"
#~ msgid "Detect narrow internal solid infill"
#~ msgstr "Detección de pequeños rellenos sólidos"
#~ msgid ""
#~ "This option will auto detect narrow internal solid infill area. If "
#~ "enabled, concentric pattern will be used for the area to speed printing "
#~ "up. Otherwise, rectilinear pattern is used defaultly."
#~ msgstr ""
#~ "Esta opción detectará automáticamente el área de relleno sólido interno "
#~ "estrecho. Si se activa, se utilizará un patrón concéntrico para el área "
#~ "para acelerar la impresión. De lo contrario, se utilizará por defecto un "
#~ "patrón rectilíneo."
#~ msgid "Cali" #~ msgid "Cali"
#~ msgstr "Cali" #~ msgstr "Cali"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Orca Slicer\n" "Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-29 10:45+0800\n" "POT-Creation-Date: 2023-11-07 21:36+0800\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Guislain Cyril\n" "Language-Team: Guislain Cyril\n"
@ -5138,6 +5138,15 @@ msgstr "Impérial"
msgid "Units" msgid "Units"
msgstr "Unités" msgstr "Unités"
msgid "Home"
msgstr ""
msgid "Default Page"
msgstr ""
msgid "Set the page opened on startup."
msgstr ""
msgid "Zoom to mouse position" msgid "Zoom to mouse position"
msgstr "Zoom à la position de la souris" msgstr "Zoom à la position de la souris"
@ -5156,6 +5165,12 @@ msgstr ""
"Si cette option est activée, la caméra libre est utilisée. Si cette option " "Si cette option est activée, la caméra libre est utilisée. Si cette option "
"n'est pas activée, la caméra contrainte est utilisée." "n'est pas activée, la caméra contrainte est utilisée."
msgid "Show splash screen"
msgstr ""
msgid "Show the splash screen during startup."
msgstr ""
msgid "Show \"Tip of the day\" notification after start" msgid "Show \"Tip of the day\" notification after start"
msgstr "Afficher la notification \"Astuce du jour\" au démarrage" msgstr "Afficher la notification \"Astuce du jour\" au démarrage"
@ -5215,13 +5230,6 @@ msgstr ""
"Si activé, définit Orca Slicer comme application par défaut pour ouvrir les " "Si activé, définit Orca Slicer comme application par défaut pour ouvrir les "
"fichiers .step/.stp" "fichiers .step/.stp"
msgid "Online Models"
msgstr "Modèles en ligne"
msgid "Show online staff-picked models on the home page"
msgstr ""
"Afficher les modèles en ligne sélectionnés par le staff sur la page d'accueil"
msgid "Maximum recent projects" msgid "Maximum recent projects"
msgstr "Projets récents maximum" msgstr "Projets récents maximum"
@ -8179,6 +8187,16 @@ msgstr "G-code lorsque l'ensemble de l'impression est terminée"
msgid "End G-code when finish the printing of this filament" msgid "End G-code when finish the printing of this filament"
msgstr "G-code lorsque l'impression de ce filament est terminée" msgstr "G-code lorsque l'impression de ce filament est terminée"
msgid "Ensure vertical shell thickness"
msgstr "Veiller à l'épaisseur verticale de la coque"
msgid ""
"Add solid infill near sloping surfaces to guarantee the vertical shell "
"thickness (top+bottom solid layers)"
msgstr ""
"Ajouter un remplissage solide près des surfaces en pente pour garantir "
"l'épaisseur verticale de la coque (couches solides supérieures + inférieures)"
msgid "Top surface pattern" msgid "Top surface pattern"
msgstr "Motif des surfaces supérieures" msgstr "Motif des surfaces supérieures"
@ -9793,22 +9811,6 @@ msgstr ""
"buse de toucher l'impression lors du déplacement. L'utilisation d'une ligne " "buse de toucher l'impression lors du déplacement. L'utilisation d'une ligne "
"en spirale pour soulever laxe Z peut empêcher le stringing" "en spirale pour soulever laxe Z peut empêcher le stringing"
msgid "Z hop lower boundary"
msgstr ""
msgid ""
"Z hop will only come into effect when Z is above this value and is below the "
"parameter: \"Z hop upper boundary\""
msgstr ""
msgid "Z hop upper boundary"
msgstr ""
msgid ""
"If this value is positive, Z hop will only come into effect when Z is above "
"the parameter: \"Z hop lower boundary\" and is below this value"
msgstr ""
msgid "Z hop type" msgid "Z hop type"
msgstr "Type de décalage en Z" msgstr "Type de décalage en Z"
@ -10940,6 +10942,18 @@ msgstr ""
"aussi épaisse que celle du modèle. Elle est exprimée en pourcentage sur le " "aussi épaisse que celle du modèle. Elle est exprimée en pourcentage sur le "
"diamètre de la buse" "diamètre de la buse"
msgid "Detect narrow internal solid infill"
msgstr "Détecter un remplissage solide étroit"
msgid ""
"This option will auto detect narrow internal solid infill area. If enabled, "
"concentric pattern will be used for the area to speed printing up. "
"Otherwise, rectilinear pattern is used defaultly."
msgstr ""
"Cette option détectera automatiquement les zones de remplissage solides "
"étroits. Si activé, un motif concentrique sera utilisé pour les zones afin "
"d'accélérer l'impression. Sinon, le motif rectiligne est utilisé par défaut."
msgid "invalid value " msgid "invalid value "
msgstr "valeur invalide " msgstr "valeur invalide "
@ -12311,6 +12325,14 @@ msgid ""
"temperature. More info about this in the Wiki." "temperature. More info about this in the Wiki."
msgstr "" msgstr ""
#~ msgid "Online Models"
#~ msgstr "Modèles en ligne"
#~ msgid "Show online staff-picked models on the home page"
#~ msgstr ""
#~ "Afficher les modèles en ligne sélectionnés par le staff sur la page "
#~ "d'accueil"
#~ msgid "The minimum printing speed when slow down for cooling" #~ msgid "The minimum printing speed when slow down for cooling"
#~ msgstr "" #~ msgstr ""
#~ "Vitesse d'impression minimale lors du ralentissement de limpression" #~ "Vitesse d'impression minimale lors du ralentissement de limpression"
@ -12337,17 +12359,6 @@ msgstr ""
#~ "filament. Veuillez ouvrir la porte avant de l'imprimante avant d'imprimer " #~ "filament. Veuillez ouvrir la porte avant de l'imprimante avant d'imprimer "
#~ "pour éviter que la buse ne se bouche." #~ "pour éviter que la buse ne se bouche."
#~ msgid "Ensure vertical shell thickness"
#~ msgstr "Veiller à l'épaisseur verticale de la coque"
#~ msgid ""
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
#~ "thickness (top+bottom solid layers)"
#~ msgstr ""
#~ "Ajouter un remplissage solide près des surfaces en pente pour garantir "
#~ "l'épaisseur verticale de la coque (couches solides supérieures + "
#~ "inférieures)"
#~ msgid "Temperature of vitrificaiton" #~ msgid "Temperature of vitrificaiton"
#~ msgstr "Température de vitrification" #~ msgstr "Température de vitrification"
@ -12372,19 +12383,6 @@ msgstr ""
#~ "auxiliaire fonctionnera à cette vitesse pendant l'impression, à " #~ "auxiliaire fonctionnera à cette vitesse pendant l'impression, à "
#~ "l'exception des premières couches définies sans refroidissement" #~ "l'exception des premières couches définies sans refroidissement"
#~ msgid "Detect narrow internal solid infill"
#~ msgstr "Détecter un remplissage solide étroit"
#~ msgid ""
#~ "This option will auto detect narrow internal solid infill area. If "
#~ "enabled, concentric pattern will be used for the area to speed printing "
#~ "up. Otherwise, rectilinear pattern is used defaultly."
#~ msgstr ""
#~ "Cette option détectera automatiquement les zones de remplissage solides "
#~ "étroits. Si activé, un motif concentrique sera utilisé pour les zones "
#~ "afin d'accélérer l'impression. Sinon, le motif rectiligne est utilisé par "
#~ "défaut."
#~ msgid "" #~ msgid ""
#~ "Bed temperature for layers except the initial one. Value 0 means the " #~ "Bed temperature for layers except the initial one. Value 0 means the "
#~ "filament does not support to print on the High Temp" #~ "filament does not support to print on the High Temp"

View file

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Orca Slicer\n" "Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-29 10:45+0800\n" "POT-Creation-Date: 2023-11-07 21:36+0800\n"
"Language: hu\n" "Language: hu\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -5007,6 +5007,15 @@ msgstr "Angolszász"
msgid "Units" msgid "Units"
msgstr "Mértékegység" msgstr "Mértékegység"
msgid "Home"
msgstr ""
msgid "Default Page"
msgstr ""
msgid "Set the page opened on startup."
msgstr ""
msgid "Zoom to mouse position" msgid "Zoom to mouse position"
msgstr "Zoom to mouse position" msgstr "Zoom to mouse position"
@ -5023,6 +5032,12 @@ msgstr ""
msgid "If enabled, use free camera. If not enabled, use constrained camera." msgid "If enabled, use free camera. If not enabled, use constrained camera."
msgstr "" msgstr ""
msgid "Show splash screen"
msgstr ""
msgid "Show the splash screen during startup."
msgstr ""
msgid "Show \"Tip of the day\" notification after start" msgid "Show \"Tip of the day\" notification after start"
msgstr "A nap tippje értesítés megjelenítése indítás után" msgstr "A nap tippje értesítés megjelenítése indítás után"
@ -5082,12 +5097,6 @@ msgstr ""
"Ha engedélyezve van, a OrcaSlicer-t állítja be alapértelmezett " "Ha engedélyezve van, a OrcaSlicer-t állítja be alapértelmezett "
"alkalmazásként a .step fájlok megnyitásához" "alkalmazásként a .step fájlok megnyitásához"
msgid "Online Models"
msgstr "Online Models"
msgid "Show online staff-picked models on the home page"
msgstr "Show online staff-picked models on the home page"
msgid "Maximum recent projects" msgid "Maximum recent projects"
msgstr "Maximum recent projects" msgstr "Maximum recent projects"
@ -7944,6 +7953,16 @@ msgstr "Befejező G-kód az egész nyomtatás befejezésekor"
msgid "End G-code when finish the printing of this filament" msgid "End G-code when finish the printing of this filament"
msgstr "Befejező G-kód a filament nyomtatásának befejezésekor" msgstr "Befejező G-kód a filament nyomtatásának befejezésekor"
msgid "Ensure vertical shell thickness"
msgstr "Függőleges héjvastagság biztosítása"
msgid ""
"Add solid infill near sloping surfaces to guarantee the vertical shell "
"thickness (top+bottom solid layers)"
msgstr ""
"A függőleges héjvastagság biztosítása érdekében szilárd kitöltést alkalmaz a "
"lejtős felületek közelében."
msgid "Top surface pattern" msgid "Top surface pattern"
msgstr "Felső felület mintázata" msgstr "Felső felület mintázata"
@ -9431,22 +9450,6 @@ msgstr ""
"nagyobb mozgás közben a tárgynak ütközzön. A Z tengely emelésekor használt " "nagyobb mozgás közben a tárgynak ütközzön. A Z tengely emelésekor használt "
"körkörös mozgás megelőzheti a szálazást." "körkörös mozgás megelőzheti a szálazást."
msgid "Z hop lower boundary"
msgstr ""
msgid ""
"Z hop will only come into effect when Z is above this value and is below the "
"parameter: \"Z hop upper boundary\""
msgstr ""
msgid "Z hop upper boundary"
msgstr ""
msgid ""
"If this value is positive, Z hop will only come into effect when Z is above "
"the parameter: \"Z hop lower boundary\" and is below this value"
msgstr ""
msgid "Z hop type" msgid "Z hop type"
msgstr "" msgstr ""
@ -10531,6 +10534,19 @@ msgstr ""
"mint a nyomtatandó elem vastagsága, akkor a fal olyan vastag lesz, mint maga " "mint a nyomtatandó elem vastagsága, akkor a fal olyan vastag lesz, mint maga "
"a nyomtatott elem. A fúvóka átmérőjének százalékában van kifejezve" "a nyomtatott elem. A fúvóka átmérőjének százalékában van kifejezve"
msgid "Detect narrow internal solid infill"
msgstr "Keskeny belső szilárd kitöltés felismerése"
msgid ""
"This option will auto detect narrow internal solid infill area. If enabled, "
"concentric pattern will be used for the area to speed printing up. "
"Otherwise, rectilinear pattern is used defaultly."
msgstr ""
"Ez a beállítás automatikusan felismeri a keskeny belső tömör kitöltési "
"területeket. Ha engedélyezve van, a nyomtatás felgyorsítása érdekében ezen a "
"területen a koncentrikus mintát fogja használni. Ellenkező esetben "
"alapértelmezés szerint az egyenes vonalú mintát használja."
msgid "invalid value " msgid "invalid value "
msgstr "invalid value " msgstr "invalid value "
@ -11863,6 +11879,12 @@ msgid ""
"temperature. More info about this in the Wiki." "temperature. More info about this in the Wiki."
msgstr "" msgstr ""
#~ msgid "Online Models"
#~ msgstr "Online Models"
#~ msgid "Show online staff-picked models on the home page"
#~ msgstr "Show online staff-picked models on the home page"
#~ msgid "The minimum printing speed when slow down for cooling" #~ msgid "The minimum printing speed when slow down for cooling"
#~ msgstr "A minimum nyomtatási sebesség hűtés miatti lassításkor." #~ msgstr "A minimum nyomtatási sebesség hűtés miatti lassításkor."
@ -11874,16 +11896,6 @@ msgstr ""
#~ "Kérjük, hogy a nyomtatás során tartsd nyitva a nyomtatót, vagy csökkentsd " #~ "Kérjük, hogy a nyomtatás során tartsd nyitva a nyomtatót, vagy csökkentsd "
#~ "az asztalhőmérsékletet." #~ "az asztalhőmérsékletet."
#~ msgid "Ensure vertical shell thickness"
#~ msgstr "Függőleges héjvastagság biztosítása"
#~ msgid ""
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
#~ "thickness (top+bottom solid layers)"
#~ msgstr ""
#~ "A függőleges héjvastagság biztosítása érdekében szilárd kitöltést "
#~ "alkalmaz a lejtős felületek közelében."
#~ msgid "Temperature of vitrificaiton" #~ msgid "Temperature of vitrificaiton"
#~ msgstr "Üvegesedési hőmérséklet" #~ msgstr "Üvegesedési hőmérséklet"
@ -11908,19 +11920,6 @@ msgstr ""
#~ "ezen a fordulatszámon fog működni a nyomtatás során, kivéve az első " #~ "ezen a fordulatszámon fog működni a nyomtatás során, kivéve az első "
#~ "néhány réteget, amelynél kikapcsolt hűtés van megadva" #~ "néhány réteget, amelynél kikapcsolt hűtés van megadva"
#~ msgid "Detect narrow internal solid infill"
#~ msgstr "Keskeny belső szilárd kitöltés felismerése"
#~ msgid ""
#~ "This option will auto detect narrow internal solid infill area. If "
#~ "enabled, concentric pattern will be used for the area to speed printing "
#~ "up. Otherwise, rectilinear pattern is used defaultly."
#~ msgstr ""
#~ "Ez a beállítás automatikusan felismeri a keskeny belső tömör kitöltési "
#~ "területeket. Ha engedélyezve van, a nyomtatás felgyorsítása érdekében "
#~ "ezen a területen a koncentrikus mintát fogja használni. Ellenkező esetben "
#~ "alapértelmezés szerint az egyenes vonalú mintát használja."
#~ msgid "Empty layers around bottom are replaced by nearest normal layers." #~ msgid "Empty layers around bottom are replaced by nearest normal layers."
#~ msgstr "Az alsó üres rétegeket a legközelebbi normál rétegek váltják fel." #~ msgstr "Az alsó üres rétegeket a legközelebbi normál rétegek váltják fel."

View file

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Orca Slicer\n" "Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-29 10:45+0800\n" "POT-Creation-Date: 2023-11-07 21:36+0800\n"
"Language: it\n" "Language: it\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -5001,6 +5001,15 @@ msgstr "Imperial"
msgid "Units" msgid "Units"
msgstr "Units" msgstr "Units"
msgid "Home"
msgstr ""
msgid "Default Page"
msgstr ""
msgid "Set the page opened on startup."
msgstr ""
msgid "Zoom to mouse position" msgid "Zoom to mouse position"
msgstr "Zoom posizione del mouse" msgstr "Zoom posizione del mouse"
@ -5017,6 +5026,12 @@ msgstr ""
msgid "If enabled, use free camera. If not enabled, use constrained camera." msgid "If enabled, use free camera. If not enabled, use constrained camera."
msgstr "" msgstr ""
msgid "Show splash screen"
msgstr ""
msgid "Show the splash screen during startup."
msgstr ""
msgid "Show \"Tip of the day\" notification after start" msgid "Show \"Tip of the day\" notification after start"
msgstr "Mostra \"Suggerimento del giorno\" dopo l'avvio" msgstr "Mostra \"Suggerimento del giorno\" dopo l'avvio"
@ -5074,12 +5089,6 @@ msgstr ""
"If enabled, this sets Orca Slicer as the default application to open .step " "If enabled, this sets Orca Slicer as the default application to open .step "
"files." "files."
msgid "Online Models"
msgstr "Modelli Online"
msgid "Show online staff-picked models on the home page"
msgstr "Mostra i modelli online selezionati dallo staff nella home page"
msgid "Maximum recent projects" msgid "Maximum recent projects"
msgstr "Numero massimo di progetti recenti" msgstr "Numero massimo di progetti recenti"
@ -7922,6 +7931,17 @@ msgstr "Add end G-Code when finishing the entire print."
msgid "End G-code when finish the printing of this filament" msgid "End G-code when finish the printing of this filament"
msgstr "Add end G-code when finishing the printing of this filament." msgstr "Add end G-code when finishing the printing of this filament."
msgid "Ensure vertical shell thickness"
msgstr "Garantisci spessore verticale del guscio"
msgid ""
"Add solid infill near sloping surfaces to guarantee the vertical shell "
"thickness (top+bottom solid layers)"
msgstr ""
"Aggiunge un riempimento solido in prossimità delle superfici inclinate per "
"garantire lo spessore verticale del guscio (layers solidi superiori e "
"inferiori)."
msgid "Top surface pattern" msgid "Top surface pattern"
msgstr "Top surface pattern" msgstr "Top surface pattern"
@ -9405,22 +9425,6 @@ msgstr ""
"hitting the print when traveling more. Using spiral lines to lift z can " "hitting the print when traveling more. Using spiral lines to lift z can "
"prevent stringing." "prevent stringing."
msgid "Z hop lower boundary"
msgstr ""
msgid ""
"Z hop will only come into effect when Z is above this value and is below the "
"parameter: \"Z hop upper boundary\""
msgstr ""
msgid "Z hop upper boundary"
msgstr ""
msgid ""
"If this value is positive, Z hop will only come into effect when Z is above "
"the parameter: \"Z hop lower boundary\" and is below this value"
msgstr ""
msgid "Z hop type" msgid "Z hop type"
msgstr "" msgstr ""
@ -10506,6 +10510,18 @@ msgstr ""
"spessa quanto l'elemento stesso. È espresso in percentuale rispetto al " "spessa quanto l'elemento stesso. È espresso in percentuale rispetto al "
"diametro del nozzle" "diametro del nozzle"
msgid "Detect narrow internal solid infill"
msgstr "Detect narrow internal solid infill"
msgid ""
"This option will auto detect narrow internal solid infill area. If enabled, "
"concentric pattern will be used for the area to speed printing up. "
"Otherwise, rectilinear pattern is used defaultly."
msgstr ""
"This option will auto-detect narrow internal solid infill areas. If enabled, "
"the concentric pattern will be used for the area to speed up printing. "
"Otherwise, the rectilinear pattern will be used by default."
msgid "invalid value " msgid "invalid value "
msgstr "Valore non valido" msgstr "Valore non valido"
@ -11844,6 +11860,12 @@ msgid ""
"temperature. More info about this in the Wiki." "temperature. More info about this in the Wiki."
msgstr "" msgstr ""
#~ msgid "Online Models"
#~ msgstr "Modelli Online"
#~ msgid "Show online staff-picked models on the home page"
#~ msgstr "Mostra i modelli online selezionati dallo staff nella home page"
#~ msgid "The minimum printing speed when slow down for cooling" #~ msgid "The minimum printing speed when slow down for cooling"
#~ msgstr "The minimum printing speed when slowing down for cooling." #~ msgstr "The minimum printing speed when slowing down for cooling."
@ -11855,17 +11877,6 @@ msgstr ""
#~ "filamento. Aprire lo sportello anteriore della stampante prima di " #~ "filamento. Aprire lo sportello anteriore della stampante prima di "
#~ "stampare per evitare l'intasamento del nozzle." #~ "stampare per evitare l'intasamento del nozzle."
#~ msgid "Ensure vertical shell thickness"
#~ msgstr "Garantisci spessore verticale del guscio"
#~ msgid ""
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
#~ "thickness (top+bottom solid layers)"
#~ msgstr ""
#~ "Aggiunge un riempimento solido in prossimità delle superfici inclinate "
#~ "per garantire lo spessore verticale del guscio (layers solidi superiori e "
#~ "inferiori)."
#~ msgid "Temperature of vitrificaiton" #~ msgid "Temperature of vitrificaiton"
#~ msgstr "Temperature of vitrification" #~ msgstr "Temperature of vitrification"
@ -11888,18 +11899,6 @@ msgstr ""
#~ "run at this speed during printing except for during the first several " #~ "run at this speed during printing except for during the first several "
#~ "layers which may be set to have no part cooling." #~ "layers which may be set to have no part cooling."
#~ msgid "Detect narrow internal solid infill"
#~ msgstr "Detect narrow internal solid infill"
#~ msgid ""
#~ "This option will auto detect narrow internal solid infill area. If "
#~ "enabled, concentric pattern will be used for the area to speed printing "
#~ "up. Otherwise, rectilinear pattern is used defaultly."
#~ msgstr ""
#~ "This option will auto-detect narrow internal solid infill areas. If "
#~ "enabled, the concentric pattern will be used for the area to speed up "
#~ "printing. Otherwise, the rectilinear pattern will be used by default."
#~ msgid "Empty layers around bottom are replaced by nearest normal layers." #~ msgid "Empty layers around bottom are replaced by nearest normal layers."
#~ msgstr "Empty layers around bottom are replaced by nearest normal layers." #~ msgstr "Empty layers around bottom are replaced by nearest normal layers."

View file

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Orca Slicer\n" "Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-29 10:45+0800\n" "POT-Creation-Date: 2023-11-07 21:36+0800\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
@ -4898,6 +4898,15 @@ msgstr "インチ"
msgid "Units" msgid "Units"
msgstr "単位" msgstr "単位"
msgid "Home"
msgstr ""
msgid "Default Page"
msgstr ""
msgid "Set the page opened on startup."
msgstr ""
msgid "Zoom to mouse position" msgid "Zoom to mouse position"
msgstr "Zoom to mouse position" msgstr "Zoom to mouse position"
@ -4914,6 +4923,12 @@ msgstr ""
msgid "If enabled, use free camera. If not enabled, use constrained camera." msgid "If enabled, use free camera. If not enabled, use constrained camera."
msgstr "" msgstr ""
msgid "Show splash screen"
msgstr ""
msgid "Show the splash screen during startup."
msgstr ""
msgid "Show \"Tip of the day\" notification after start" msgid "Show \"Tip of the day\" notification after start"
msgstr "起動後「毎日のヒント」を表示" msgstr "起動後「毎日のヒント」を表示"
@ -4965,12 +4980,6 @@ msgstr ".step/.stpファイルをOrca Slicerに関連付けます。"
msgid "If enabled, sets OrcaSlicer as default application to open .step files" msgid "If enabled, sets OrcaSlicer as default application to open .step files"
msgstr "デフォルトで.step/.stpファイルをOrca Slicerで開く" msgstr "デフォルトで.step/.stpファイルをOrca Slicerで開く"
msgid "Online Models"
msgstr "Online Models"
msgid "Show online staff-picked models on the home page"
msgstr "Show online staff-picked models on the home page"
msgid "Maximum recent projects" msgid "Maximum recent projects"
msgstr "Maximum recent projects" msgstr "Maximum recent projects"
@ -7693,6 +7702,14 @@ msgstr "造形完了時のG-codeを追加"
msgid "End G-code when finish the printing of this filament" msgid "End G-code when finish the printing of this filament"
msgstr "このフィラメントを使用終わった時のG-codeを追加" msgstr "このフィラメントを使用終わった時のG-codeを追加"
msgid "Ensure vertical shell thickness"
msgstr "壁の厚さを確保"
msgid ""
"Add solid infill near sloping surfaces to guarantee the vertical shell "
"thickness (top+bottom solid layers)"
msgstr "傾斜面にソリッドインフィルを追加"
msgid "Top surface pattern" msgid "Top surface pattern"
msgstr "トップ面パターン" msgstr "トップ面パターン"
@ -9120,22 +9137,6 @@ msgstr ""
"リトラクション時に、ノズルを少し上げてから移動します。この動作でモデルとの衝" "リトラクション時に、ノズルを少し上げてから移動します。この動作でモデルとの衝"
"突を回避できます。" "突を回避できます。"
msgid "Z hop lower boundary"
msgstr ""
msgid ""
"Z hop will only come into effect when Z is above this value and is below the "
"parameter: \"Z hop upper boundary\""
msgstr ""
msgid "Z hop upper boundary"
msgstr ""
msgid ""
"If this value is positive, Z hop will only come into effect when Z is above "
"the parameter: \"Z hop lower boundary\" and is below this value"
msgstr ""
msgid "Z hop type" msgid "Z hop type"
msgstr "" msgstr ""
@ -10160,6 +10161,18 @@ msgstr ""
"thickness of the feature, the wall will become as thick as the feature " "thickness of the feature, the wall will become as thick as the feature "
"itself. It's expressed as a percentage over nozzle diameter" "itself. It's expressed as a percentage over nozzle diameter"
msgid "Detect narrow internal solid infill"
msgstr "薄いソリッド インフィル検出"
msgid ""
"This option will auto detect narrow internal solid infill area. If enabled, "
"concentric pattern will be used for the area to speed printing up. "
"Otherwise, rectilinear pattern is used defaultly."
msgstr ""
"ソリッド インフィル領域に狭い部分があるか検出します。その設定を有効にする場"
"合、狭い領域は同心パターンを使用し、それ以外の領域は、直線パターンを使用しま"
"す。"
msgid "invalid value " msgid "invalid value "
msgstr "invalid value " msgstr "invalid value "
@ -11468,6 +11481,12 @@ msgid ""
"temperature. More info about this in the Wiki." "temperature. More info about this in the Wiki."
msgstr "" msgstr ""
#~ msgid "Online Models"
#~ msgstr "Online Models"
#~ msgid "Show online staff-picked models on the home page"
#~ msgstr "Show online staff-picked models on the home page"
#~ msgid "The minimum printing speed when slow down for cooling" #~ msgid "The minimum printing speed when slow down for cooling"
#~ msgstr "冷却のために速度を落とした時の最低造形速度。" #~ msgstr "冷却のために速度を落とした時の最低造形速度。"
@ -11478,14 +11497,6 @@ msgstr ""
#~ "ベッド温度がフィラメントの軟化温度より高いです、ノズル詰まりが発生する可能" #~ "ベッド温度がフィラメントの軟化温度より高いです、ノズル詰まりが発生する可能"
#~ "性があります。ベッド温度を下げるか、プリンタのドアを開けてください。" #~ "性があります。ベッド温度を下げるか、プリンタのドアを開けてください。"
#~ msgid "Ensure vertical shell thickness"
#~ msgstr "壁の厚さを確保"
#~ msgid ""
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
#~ "thickness (top+bottom solid layers)"
#~ msgstr "傾斜面にソリッドインフィルを追加"
#~ msgid "Temperature of vitrificaiton" #~ msgid "Temperature of vitrificaiton"
#~ msgstr "軟化温度" #~ msgstr "軟化温度"
@ -11505,18 +11516,6 @@ msgstr ""
#~ "cooling layers" #~ "cooling layers"
#~ msgstr "補助パーツ冷却ファンの回転速度です。" #~ msgstr "補助パーツ冷却ファンの回転速度です。"
#~ msgid "Detect narrow internal solid infill"
#~ msgstr "薄いソリッド インフィル検出"
#~ msgid ""
#~ "This option will auto detect narrow internal solid infill area. If "
#~ "enabled, concentric pattern will be used for the area to speed printing "
#~ "up. Otherwise, rectilinear pattern is used defaultly."
#~ msgstr ""
#~ "ソリッド インフィル領域に狭い部分があるか検出します。その設定を有効にする"
#~ "場合、狭い領域は同心パターンを使用し、それ以外の領域は、直線パターンを使用"
#~ "します。"
#~ msgid "Empty layers around bottom are replaced by nearest normal layers." #~ msgid "Empty layers around bottom are replaced by nearest normal layers."
#~ msgstr "底面との隙間があります、レイヤーを入れ替えました" #~ msgstr "底面との隙間があります、レイヤーを入れ替えました"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Orca Slicer\n" "Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-29 10:45+0800\n" "POT-Creation-Date: 2023-11-07 21:36+0800\n"
"PO-Revision-Date: 2023-10-26 16:47+0900\n" "PO-Revision-Date: 2023-10-26 16:47+0900\n"
"Last-Translator: Hotsolidinfill\n" "Last-Translator: Hotsolidinfill\n"
"Language-Team: \n" "Language-Team: \n"
@ -5000,6 +5000,15 @@ msgstr "야드파운드법"
msgid "Units" msgid "Units"
msgstr "단위" msgstr "단위"
msgid "Home"
msgstr ""
msgid "Default Page"
msgstr ""
msgid "Set the page opened on startup."
msgstr ""
msgid "Zoom to mouse position" msgid "Zoom to mouse position"
msgstr "마우스 위치로 확대" msgstr "마우스 위치로 확대"
@ -5016,6 +5025,12 @@ msgstr ""
"활성화된 경우 자유로운 카메라 앵글을 사용합니다. 활성화되지 않은 경우 제한된 " "활성화된 경우 자유로운 카메라 앵글을 사용합니다. 활성화되지 않은 경우 제한된 "
"카메라 앵글을 사용합니다." "카메라 앵글을 사용합니다."
msgid "Show splash screen"
msgstr ""
msgid "Show the splash screen during startup."
msgstr ""
msgid "Show \"Tip of the day\" notification after start" msgid "Show \"Tip of the day\" notification after start"
msgstr "시작 후 \"오늘의 팁\" 알림 표시" msgstr "시작 후 \"오늘의 팁\" 알림 표시"
@ -5071,12 +5086,6 @@ msgstr ""
"활성화된 경우 OrcaSlicer를 기본 응용 프로그램으로 설정하여 .step 파일을 엽니" "활성화된 경우 OrcaSlicer를 기본 응용 프로그램으로 설정하여 .step 파일을 엽니"
"다" "다"
msgid "Online Models"
msgstr "온라인 모델"
msgid "Show online staff-picked models on the home page"
msgstr "홈페이지에서 추천 온라인 모델 보기"
msgid "Maximum recent projects" msgid "Maximum recent projects"
msgstr "최근 프로젝트 최대 표시" msgstr "최근 프로젝트 최대 표시"
@ -7907,6 +7916,16 @@ msgstr "전체 출력이 끝날때의 End G-code"
msgid "End G-code when finish the printing of this filament" msgid "End G-code when finish the printing of this filament"
msgstr "이 필라멘트의 출력이 끝날때의 End G-code" msgstr "이 필라멘트의 출력이 끝날때의 End G-code"
msgid "Ensure vertical shell thickness"
msgstr "수직 쉘 두께 확보"
msgid ""
"Add solid infill near sloping surfaces to guarantee the vertical shell "
"thickness (top+bottom solid layers)"
msgstr ""
"경사진 표면 근처에 꽉찬 내부 채움을 추가하여 수직 쉘 두께를 보장합니다(상단"
"+하단 꽉찬 레이어)"
msgid "Top surface pattern" msgid "Top surface pattern"
msgstr "상단 표면 패턴" msgstr "상단 표면 패턴"
@ -9507,26 +9526,6 @@ msgstr ""
"니다. 이동 시 노즐이 출력물에 부딪히는 것을 방지합니다. 나선 라인(Spiral " "니다. 이동 시 노즐이 출력물에 부딪히는 것을 방지합니다. 나선 라인(Spiral "
"line)을 사용하여 Z를 올리면 실 발생을 방지할 수 있습니다" "line)을 사용하여 Z를 올리면 실 발생을 방지할 수 있습니다"
msgid "Z hop lower boundary"
msgstr "Z 올리기 하한 경계"
msgid ""
"Z hop will only come into effect when Z is above this value and is below the "
"parameter: \"Z hop upper boundary\""
msgstr ""
"Z 올리기는 Z가 이 값보다 크고 \"Z 올리기 상한 경계\" 매개변수 아래인 경우에"
"만 적용됩니다."
msgid "Z hop upper boundary"
msgstr "Z 올리기 상한 경계"
msgid ""
"If this value is positive, Z hop will only come into effect when Z is above "
"the parameter: \"Z hop lower boundary\" and is below this value"
msgstr ""
"이 값이 양수인 경우 Z 올리기는 Z가 매개변수 \"Z 올리기 하한 경계\"보다 높고 "
"이 값보다 낮을 때만 적용됩니다"
msgid "Z hop type" msgid "Z hop type"
msgstr "Z 올리기 유형" msgstr "Z 올리기 유형"
@ -10657,6 +10656,18 @@ msgstr ""
"비가 형상의 두께보다 얇은 경우 벽은 형상 자체만큼 두꺼워집니다. 노즐 직경에 " "비가 형상의 두께보다 얇은 경우 벽은 형상 자체만큼 두꺼워집니다. 노즐 직경에 "
"대한 백분율로 표시됩니다" "대한 백분율로 표시됩니다"
msgid "Detect narrow internal solid infill"
msgstr "좁은 내부 꽉찬 내부 채움 감지"
msgid ""
"This option will auto detect narrow internal solid infill area. If enabled, "
"concentric pattern will be used for the area to speed printing up. "
"Otherwise, rectilinear pattern is used defaultly."
msgstr ""
"이 옵션은 좁은 내부 꽉찬 내부 채움 영역을 자동으로 감지합니다. 활성화하면 출"
"력 속도를 높이기 위해 해당 영역에 동심 패턴이 사용됩니다. 그렇지 않으면 직선 "
"패턴이 기본적으로 사용됩니다."
msgid "invalid value " msgid "invalid value "
msgstr "잘못된 값 " msgstr "잘못된 값 "
@ -12099,6 +12110,32 @@ msgstr ""
"기/핫엔드가 막힐 가능성을 줄일 수 있습니다. 이에 대한 자세한 내용은 Wiki에서 " "기/핫엔드가 막힐 가능성을 줄일 수 있습니다. 이에 대한 자세한 내용은 Wiki에서 "
"확인하세요." "확인하세요."
#~ msgid "Online Models"
#~ msgstr "온라인 모델"
#~ msgid "Show online staff-picked models on the home page"
#~ msgstr "홈페이지에서 추천 온라인 모델 보기"
#~ msgid "Z hop lower boundary"
#~ msgstr "Z 올리기 하한 경계"
#~ msgid ""
#~ "Z hop will only come into effect when Z is above this value and is below "
#~ "the parameter: \"Z hop upper boundary\""
#~ msgstr ""
#~ "Z 올리기는 Z가 이 값보다 크고 \"Z 올리기 상한 경계\" 매개변수 아래인 경우"
#~ "에만 적용됩니다."
#~ msgid "Z hop upper boundary"
#~ msgstr "Z 올리기 상한 경계"
#~ msgid ""
#~ "If this value is positive, Z hop will only come into effect when Z is "
#~ "above the parameter: \"Z hop lower boundary\" and is below this value"
#~ msgstr ""
#~ "이 값이 양수인 경우 Z 올리기는 Z가 매개변수 \"Z 올리기 하한 경계\"보다 높"
#~ "고 이 값보다 낮을 때만 적용됩니다"
#~ msgid "The minimum printing speed when slow down for cooling" #~ msgid "The minimum printing speed when slow down for cooling"
#~ msgstr "\"레이어 냉각 향상을 위한 감속\" 시 최소 출력 속도" #~ msgstr "\"레이어 냉각 향상을 위한 감속\" 시 최소 출력 속도"
@ -12125,16 +12162,6 @@ msgstr ""
#~ msgid "Activate for better air filtration" #~ msgid "Activate for better air filtration"
#~ msgstr "더 나은 공기 여과를 위해 활성화하세요" #~ msgstr "더 나은 공기 여과를 위해 활성화하세요"
#~ msgid "Ensure vertical shell thickness"
#~ msgstr "수직 쉘 두께 확보"
#~ msgid ""
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
#~ "thickness (top+bottom solid layers)"
#~ msgstr ""
#~ "경사진 표면 근처에 꽉찬 내부 채움을 추가하여 수직 쉘 두께를 보장합니다(상"
#~ "단+하단 꽉찬 레이어)"
#~ msgid "Temperature of vitrificaiton" #~ msgid "Temperature of vitrificaiton"
#~ msgstr "유리 전이 온도" #~ msgstr "유리 전이 온도"
@ -12163,18 +12190,6 @@ msgstr ""
#~ "보조 출력 냉각 팬의 속도입니다. 냉각 중지 레이어로 정의된 처음 몇 개의 레" #~ "보조 출력 냉각 팬의 속도입니다. 냉각 중지 레이어로 정의된 처음 몇 개의 레"
#~ "이어를 제외하고 출력 중에 보조 팬이 이 속도로 작동됩니다" #~ "이어를 제외하고 출력 중에 보조 팬이 이 속도로 작동됩니다"
#~ msgid "Detect narrow internal solid infill"
#~ msgstr "좁은 내부 꽉찬 내부 채움 감지"
#~ msgid ""
#~ "This option will auto detect narrow internal solid infill area. If "
#~ "enabled, concentric pattern will be used for the area to speed printing "
#~ "up. Otherwise, rectilinear pattern is used defaultly."
#~ msgstr ""
#~ "이 옵션은 좁은 내부 꽉찬 내부 채움 영역을 자동으로 감지합니다. 활성화하면 "
#~ "출력 속도를 높이기 위해 해당 영역에 동심 패턴이 사용됩니다. 그렇지 않으면 "
#~ "직선 패턴이 기본적으로 사용됩니다."
#~ msgid "" #~ msgid ""
#~ "Filter out gaps smaller than the threshold specified. This setting won't " #~ "Filter out gaps smaller than the threshold specified. This setting won't "
#~ "affect top/bottom layers" #~ "affect top/bottom layers"

View file

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Orca Slicer\n" "Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-29 10:45+0800\n" "POT-Creation-Date: 2023-11-07 21:36+0800\n"
"Language: nl\n" "Language: nl\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -5064,6 +5064,15 @@ msgstr "Imperiaal"
msgid "Units" msgid "Units"
msgstr "Eenheden" msgstr "Eenheden"
msgid "Home"
msgstr ""
msgid "Default Page"
msgstr ""
msgid "Set the page opened on startup."
msgstr ""
msgid "Zoom to mouse position" msgid "Zoom to mouse position"
msgstr "Zoom to mouse position" msgstr "Zoom to mouse position"
@ -5080,6 +5089,12 @@ msgstr ""
msgid "If enabled, use free camera. If not enabled, use constrained camera." msgid "If enabled, use free camera. If not enabled, use constrained camera."
msgstr "" msgstr ""
msgid "Show splash screen"
msgstr ""
msgid "Show the splash screen during startup."
msgstr ""
msgid "Show \"Tip of the day\" notification after start" msgid "Show \"Tip of the day\" notification after start"
msgstr "Toon de melding 'Tip van de dag' na het starten" msgstr "Toon de melding 'Tip van de dag' na het starten"
@ -5140,12 +5155,6 @@ msgstr ""
"Indien ingeschakeld, wordt Orca Slicer ingesteld als de standaardtoepassing " "Indien ingeschakeld, wordt Orca Slicer ingesteld als de standaardtoepassing "
"om .step-bestanden te openen" "om .step-bestanden te openen"
msgid "Online Models"
msgstr "Online Models"
msgid "Show online staff-picked models on the home page"
msgstr "Show online staff-picked models on the home page"
msgid "Maximum recent projects" msgid "Maximum recent projects"
msgstr "Maximum recent projects" msgstr "Maximum recent projects"
@ -8036,6 +8045,16 @@ msgid "End G-code when finish the printing of this filament"
msgstr "" msgstr ""
"Voeg een eind G-code toe bij het afronden van het printen van dit filament." "Voeg een eind G-code toe bij het afronden van het printen van dit filament."
msgid "Ensure vertical shell thickness"
msgstr "Zorg voor een verticale schaaldikte"
msgid ""
"Add solid infill near sloping surfaces to guarantee the vertical shell "
"thickness (top+bottom solid layers)"
msgstr ""
"Voeg dichte vulling toe in de buurt van hellende oppervlakken om de "
"verticale schaaldikte te garanderen (boven+onder vaste lagen)."
msgid "Top surface pattern" msgid "Top surface pattern"
msgstr "Patroon bovenvlak" msgstr "Patroon bovenvlak"
@ -9542,22 +9561,6 @@ msgstr ""
"de nozzle de print raakt bij veplaatsen. Het gebruik van spiraallijnen om Z " "de nozzle de print raakt bij veplaatsen. Het gebruik van spiraallijnen om Z "
"op te tillen kan stringing voorkomen." "op te tillen kan stringing voorkomen."
msgid "Z hop lower boundary"
msgstr ""
msgid ""
"Z hop will only come into effect when Z is above this value and is below the "
"parameter: \"Z hop upper boundary\""
msgstr ""
msgid "Z hop upper boundary"
msgstr ""
msgid ""
"If this value is positive, Z hop will only come into effect when Z is above "
"the parameter: \"Z hop lower boundary\" and is below this value"
msgstr ""
msgid "Z hop type" msgid "Z hop type"
msgstr "" msgstr ""
@ -10652,6 +10655,19 @@ msgstr ""
"van het element, wordt de muur net zo dik als het object zelf. Dit wordt " "van het element, wordt de muur net zo dik als het object zelf. Dit wordt "
"uitgedrukt als een percentage ten opzichte van de diameter van de nozzle" "uitgedrukt als een percentage ten opzichte van de diameter van de nozzle"
msgid "Detect narrow internal solid infill"
msgstr "Detecteer dichte interne solide vulling (infill)"
msgid ""
"This option will auto detect narrow internal solid infill area. If enabled, "
"concentric pattern will be used for the area to speed printing up. "
"Otherwise, rectilinear pattern is used defaultly."
msgstr ""
"Deze optie detecteert automatisch smalle interne solide opvul (infill) "
"gebieden. Indien ingeschakeld, wordt het concentrische patroon gebruikt voor "
"het gebied om het afdrukken te versnellen. Anders wordt standaard het "
"rechtlijnige patroon gebruikt."
msgid "invalid value " msgid "invalid value "
msgstr "invalid value " msgstr "invalid value "
@ -11984,6 +12000,12 @@ msgid ""
"temperature. More info about this in the Wiki." "temperature. More info about this in the Wiki."
msgstr "" msgstr ""
#~ msgid "Online Models"
#~ msgstr "Online Models"
#~ msgid "Show online staff-picked models on the home page"
#~ msgstr "Show online staff-picked models on the home page"
#~ msgid "The minimum printing speed when slow down for cooling" #~ msgid "The minimum printing speed when slow down for cooling"
#~ msgstr "De minimale printsnelheid indien er afgeremd wordt om af te koelen" #~ msgstr "De minimale printsnelheid indien er afgeremd wordt om af te koelen"
@ -11995,16 +12017,6 @@ msgstr ""
#~ "filament. Open de voorkdeur van de printer voor het printen om " #~ "filament. Open de voorkdeur van de printer voor het printen om "
#~ "verstopping van de nozzles te voorkomen." #~ "verstopping van de nozzles te voorkomen."
#~ msgid "Ensure vertical shell thickness"
#~ msgstr "Zorg voor een verticale schaaldikte"
#~ msgid ""
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
#~ "thickness (top+bottom solid layers)"
#~ msgstr ""
#~ "Voeg dichte vulling toe in de buurt van hellende oppervlakken om de "
#~ "verticale schaaldikte te garanderen (boven+onder vaste lagen)."
#~ msgid "Temperature of vitrificaiton" #~ msgid "Temperature of vitrificaiton"
#~ msgstr "Temperatuur van verglazing" #~ msgstr "Temperatuur van verglazing"
@ -12029,19 +12041,6 @@ msgstr ""
#~ "op deze snelheid tijdens het afdrukken, behalve de eerste paar lagen, die " #~ "op deze snelheid tijdens het afdrukken, behalve de eerste paar lagen, die "
#~ "worden gedefinieerd door geen koellagen" #~ "worden gedefinieerd door geen koellagen"
#~ msgid "Detect narrow internal solid infill"
#~ msgstr "Detecteer dichte interne solide vulling (infill)"
#~ msgid ""
#~ "This option will auto detect narrow internal solid infill area. If "
#~ "enabled, concentric pattern will be used for the area to speed printing "
#~ "up. Otherwise, rectilinear pattern is used defaultly."
#~ msgstr ""
#~ "Deze optie detecteert automatisch smalle interne solide opvul (infill) "
#~ "gebieden. Indien ingeschakeld, wordt het concentrische patroon gebruikt "
#~ "voor het gebied om het afdrukken te versnellen. Anders wordt standaard "
#~ "het rechtlijnige patroon gebruikt."
#~ msgid "Empty layers around bottom are replaced by nearest normal layers." #~ msgid "Empty layers around bottom are replaced by nearest normal layers."
#~ msgstr "" #~ msgstr ""
#~ "Lege lagen in de buurt van de bodem worden vervangen door de " #~ "Lege lagen in de buurt van de bodem worden vervangen door de "

File diff suppressed because it is too large Load diff

View file

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Orca Slicer\n" "Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-29 10:45+0800\n" "POT-Creation-Date: 2023-11-07 21:36+0800\n"
"Language: sv\n" "Language: sv\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -4990,6 +4990,15 @@ msgstr "Brittisk standard"
msgid "Units" msgid "Units"
msgstr "Enheter" msgstr "Enheter"
msgid "Home"
msgstr ""
msgid "Default Page"
msgstr ""
msgid "Set the page opened on startup."
msgstr ""
msgid "Zoom to mouse position" msgid "Zoom to mouse position"
msgstr "Zooma till musens position" msgstr "Zooma till musens position"
@ -5006,6 +5015,12 @@ msgstr ""
msgid "If enabled, use free camera. If not enabled, use constrained camera." msgid "If enabled, use free camera. If not enabled, use constrained camera."
msgstr "" msgstr ""
msgid "Show splash screen"
msgstr ""
msgid "Show the splash screen during startup."
msgstr ""
msgid "Show \"Tip of the day\" notification after start" msgid "Show \"Tip of the day\" notification after start"
msgstr "Visa \"Dagens tips\" efter start" msgstr "Visa \"Dagens tips\" efter start"
@ -5059,12 +5074,6 @@ msgstr "Associera .step/.stp-filer till OrcaSlicer"
msgid "If enabled, sets OrcaSlicer as default application to open .step files" msgid "If enabled, sets OrcaSlicer as default application to open .step files"
msgstr "Om aktiverad, väljs Orca Slicer som standard att öppna .step filer" msgstr "Om aktiverad, väljs Orca Slicer som standard att öppna .step filer"
msgid "Online Models"
msgstr "Online modeller"
msgid "Show online staff-picked models on the home page"
msgstr "Visa personalens utvalda modeller online på startsidan"
msgid "Maximum recent projects" msgid "Maximum recent projects"
msgstr "Maximalt antal nyligen genomförda projekt" msgstr "Maximalt antal nyligen genomförda projekt"
@ -7886,6 +7895,16 @@ msgstr "Lägg till slut G-kod när utskriften har avslutas"
msgid "End G-code when finish the printing of this filament" msgid "End G-code when finish the printing of this filament"
msgstr "Lägg till slut G-kod när utskriften har avslutas med detta filament" msgstr "Lägg till slut G-kod när utskriften har avslutas med detta filament"
msgid "Ensure vertical shell thickness"
msgstr "Säkerställ vertikal skaltjocklek"
msgid ""
"Add solid infill near sloping surfaces to guarantee the vertical shell "
"thickness (top+bottom solid layers)"
msgstr ""
"Lägg till massiv fyllning nära sluttande ytor för att garantera den "
"vertikala skal tjockleken (topp+bottenfasta lager)."
msgid "Top surface pattern" msgid "Top surface pattern"
msgstr "Topp ytans mönster" msgstr "Topp ytans mönster"
@ -9366,22 +9385,6 @@ msgstr ""
"den förflyttas. Att använda spirallinjer för att lyfta z kan förhindra " "den förflyttas. Att använda spirallinjer för att lyfta z kan förhindra "
"strängning" "strängning"
msgid "Z hop lower boundary"
msgstr ""
msgid ""
"Z hop will only come into effect when Z is above this value and is below the "
"parameter: \"Z hop upper boundary\""
msgstr ""
msgid "Z hop upper boundary"
msgstr ""
msgid ""
"If this value is positive, Z hop will only come into effect when Z is above "
"the parameter: \"Z hop lower boundary\" and is below this value"
msgstr ""
msgid "Z hop type" msgid "Z hop type"
msgstr "" msgstr ""
@ -10454,6 +10457,19 @@ msgstr ""
"elementet blir väggen lika tjock som själva elementet. Den uttrycks i " "elementet blir väggen lika tjock som själva elementet. Den uttrycks i "
"procent av nozzel diametern." "procent av nozzel diametern."
msgid "Detect narrow internal solid infill"
msgstr "Upptäck tight inre solid ifyllnad"
msgid ""
"This option will auto detect narrow internal solid infill area. If enabled, "
"concentric pattern will be used for the area to speed printing up. "
"Otherwise, rectilinear pattern is used defaultly."
msgstr ""
"Detta val kommer att auto upptäcka tight inre solid ifyllnads område. Om "
"aktiverat kommer det koncentriska mönstret att användas för området för att "
"påskynda utskriften. Annars kommer mönstret med räta linjer att användas som "
"standard."
msgid "invalid value " msgid "invalid value "
msgstr "ogiltigt värde " msgstr "ogiltigt värde "
@ -11788,6 +11804,12 @@ msgid ""
"temperature. More info about this in the Wiki." "temperature. More info about this in the Wiki."
msgstr "" msgstr ""
#~ msgid "Online Models"
#~ msgstr "Online modeller"
#~ msgid "Show online staff-picked models on the home page"
#~ msgstr "Visa personalens utvalda modeller online på startsidan"
#~ msgid "The minimum printing speed when slow down for cooling" #~ msgid "The minimum printing speed when slow down for cooling"
#~ msgstr "Min utskrifts hastighet vid nedsänkning för kylning" #~ msgstr "Min utskrifts hastighet vid nedsänkning för kylning"
@ -11799,16 +11821,6 @@ msgstr ""
#~ "Öppna skrivarens främre dörr innan du skriver ut för att undvika att " #~ "Öppna skrivarens främre dörr innan du skriver ut för att undvika att "
#~ "nozzeln täpps till." #~ "nozzeln täpps till."
#~ msgid "Ensure vertical shell thickness"
#~ msgstr "Säkerställ vertikal skaltjocklek"
#~ msgid ""
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
#~ "thickness (top+bottom solid layers)"
#~ msgstr ""
#~ "Lägg till massiv fyllning nära sluttande ytor för att garantera den "
#~ "vertikala skal tjockleken (topp+bottenfasta lager)."
#~ msgid "Temperature of vitrificaiton" #~ msgid "Temperature of vitrificaiton"
#~ msgstr "Kristalliserings temperatur" #~ msgstr "Kristalliserings temperatur"
@ -11831,19 +11843,6 @@ msgstr ""
#~ "denna hastighet under utskrift förutom de lager som definieras som inga " #~ "denna hastighet under utskrift förutom de lager som definieras som inga "
#~ "kyl lager" #~ "kyl lager"
#~ msgid "Detect narrow internal solid infill"
#~ msgstr "Upptäck tight inre solid ifyllnad"
#~ msgid ""
#~ "This option will auto detect narrow internal solid infill area. If "
#~ "enabled, concentric pattern will be used for the area to speed printing "
#~ "up. Otherwise, rectilinear pattern is used defaultly."
#~ msgstr ""
#~ "Detta val kommer att auto upptäcka tight inre solid ifyllnads område. Om "
#~ "aktiverat kommer det koncentriska mönstret att användas för området för "
#~ "att påskynda utskriften. Annars kommer mönstret med räta linjer att "
#~ "användas som standard."
#~ msgid "Empty layers around bottom are replaced by nearest normal layers." #~ msgid "Empty layers around bottom are replaced by nearest normal layers."
#~ msgstr "Tomma lager runt botten ersätts med närmast normala lager." #~ msgstr "Tomma lager runt botten ersätts med närmast normala lager."

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: OrcaSlicer\n" "Project-Id-Version: OrcaSlicer\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-29 10:45+0800\n" "POT-Creation-Date: 2023-11-07 21:36+0800\n"
"PO-Revision-Date: 2023-10-07 12:57+0300\n" "PO-Revision-Date: 2023-10-07 12:57+0300\n"
"Last-Translator: Sadri Ercan\n" "Last-Translator: Sadri Ercan\n"
"Language-Team: Türkçe\n" "Language-Team: Türkçe\n"
@ -5065,6 +5065,15 @@ msgstr "Imperial"
msgid "Units" msgid "Units"
msgstr "Birimler" msgstr "Birimler"
msgid "Home"
msgstr ""
msgid "Default Page"
msgstr ""
msgid "Set the page opened on startup."
msgstr ""
msgid "Zoom to mouse position" msgid "Zoom to mouse position"
msgstr "Fare konumuna yakınlaştır" msgstr "Fare konumuna yakınlaştır"
@ -5081,6 +5090,12 @@ msgstr ""
msgid "If enabled, use free camera. If not enabled, use constrained camera." msgid "If enabled, use free camera. If not enabled, use constrained camera."
msgstr "" msgstr ""
msgid "Show splash screen"
msgstr ""
msgid "Show the splash screen during startup."
msgstr ""
msgid "Show \"Tip of the day\" notification after start" msgid "Show \"Tip of the day\" notification after start"
msgstr "Başlangıçtan sonra \"Günün ipucu\" bildirimini göster" msgstr "Başlangıçtan sonra \"Günün ipucu\" bildirimini göster"
@ -5138,12 +5153,6 @@ msgstr ""
"Etkinleştirilirse, OrcaSlicer'ı .step dosyalarını açmak için varsayılan " "Etkinleştirilirse, OrcaSlicer'ı .step dosyalarını açmak için varsayılan "
"uygulama olarak ayarlar" "uygulama olarak ayarlar"
msgid "Online Models"
msgstr "Çevrimiçi Modeller"
msgid "Show online staff-picked models on the home page"
msgstr "Personelin çevrimiçi olarak seçtiği modelleri ana sayfada göster"
msgid "Maximum recent projects" msgid "Maximum recent projects"
msgstr "Maksimum yeni proje" msgstr "Maksimum yeni proje"
@ -8038,6 +8047,16 @@ msgstr "Tüm yazdırmayı tamamladığında çalışacak olan G Kodu"
msgid "End G-code when finish the printing of this filament" msgid "End G-code when finish the printing of this filament"
msgstr "Bu filament ile baskı bittiğinde çalışacak G kodu" msgstr "Bu filament ile baskı bittiğinde çalışacak G kodu"
msgid "Ensure vertical shell thickness"
msgstr "Dikey kabuk kalınlığını onayla"
msgid ""
"Add solid infill near sloping surfaces to guarantee the vertical shell "
"thickness (top+bottom solid layers)"
msgstr ""
"Dikey kabuk kalınlığını garanti etmek için eğimli yüzeylerin yakınına katı "
"dolgu ekleyin (üst + alt katı katmanlar)"
msgid "Top surface pattern" msgid "Top surface pattern"
msgstr "Üst katman deseni" msgstr "Üst katman deseni"
@ -9685,27 +9704,6 @@ msgstr ""
"çarpmasını önler. Z'yi kaldırmak için spiral çizgi kullanmak çekmeyi " "çarpmasını önler. Z'yi kaldırmak için spiral çizgi kullanmak çekmeyi "
"önleyebilir" "önleyebilir"
msgid "Z hop lower boundary"
msgstr "Z sıçrama alt sınırı"
msgid ""
"Z hop will only come into effect when Z is above this value and is below the "
"parameter: \"Z hop upper boundary\""
msgstr ""
"Z sıçraması yalnızca Z bu değerin üzerinde ve parametrenin altında olduğunda "
"devreye girer: \"Z sıçraması üst sınırı\""
msgid "Z hop upper boundary"
msgstr "Z sıçrama üst sınırı"
msgid ""
"If this value is positive, Z hop will only come into effect when Z is above "
"the parameter: \"Z hop lower boundary\" and is below this value"
msgstr ""
"Bu değer pozitifse, Z sıçraması yalnızca Z parametresinin üzerinde olduğunda "
"etkinleşir: \"Z sıçrama alt sınırı\" parametresinin üzerinde ve bu değerin "
"altında olduğunda"
msgid "Z hop type" msgid "Z hop type"
msgstr "Z sıçraması türü" msgstr "Z sıçraması türü"
@ -10860,6 +10858,18 @@ msgstr ""
"duvar, özelliğin kendisi kadar kalın olacaktır. Nozul çapına göre yüzde " "duvar, özelliğin kendisi kadar kalın olacaktır. Nozul çapına göre yüzde "
"olarak ifade edilir" "olarak ifade edilir"
msgid "Detect narrow internal solid infill"
msgstr "Dar iç katı dolguyu tespit et"
msgid ""
"This option will auto detect narrow internal solid infill area. If enabled, "
"concentric pattern will be used for the area to speed printing up. "
"Otherwise, rectilinear pattern is used defaultly."
msgstr ""
"Bu seçenek dar dahili katı dolgu alanını otomatik olarak algılayacaktır. "
"Etkinleştirilirse, yazdırmayı hızlandırmak amacıyla alanda eşmerkezli desen "
"kullanılacaktır. Aksi takdirde varsayılan olarak doğrusal desen kullanılır."
msgid "invalid value " msgid "invalid value "
msgstr "geçersiz değer " msgstr "geçersiz değer "
@ -12320,6 +12330,33 @@ msgid ""
"temperature. More info about this in the Wiki." "temperature. More info about this in the Wiki."
msgstr "" msgstr ""
#~ msgid "Online Models"
#~ msgstr "Çevrimiçi Modeller"
#~ msgid "Show online staff-picked models on the home page"
#~ msgstr "Personelin çevrimiçi olarak seçtiği modelleri ana sayfada göster"
#~ msgid "Z hop lower boundary"
#~ msgstr "Z sıçrama alt sınırı"
#~ msgid ""
#~ "Z hop will only come into effect when Z is above this value and is below "
#~ "the parameter: \"Z hop upper boundary\""
#~ msgstr ""
#~ "Z sıçraması yalnızca Z bu değerin üzerinde ve parametrenin altında "
#~ "olduğunda devreye girer: \"Z sıçraması üst sınırı\""
#~ msgid "Z hop upper boundary"
#~ msgstr "Z sıçrama üst sınırı"
#~ msgid ""
#~ "If this value is positive, Z hop will only come into effect when Z is "
#~ "above the parameter: \"Z hop lower boundary\" and is below this value"
#~ msgstr ""
#~ "Bu değer pozitifse, Z sıçraması yalnızca Z parametresinin üzerinde "
#~ "olduğunda etkinleşir: \"Z sıçrama alt sınırı\" parametresinin üzerinde ve "
#~ "bu değerin altında olduğunda"
#~ msgid "The minimum printing speed when slow down for cooling" #~ msgid "The minimum printing speed when slow down for cooling"
#~ msgstr "Soğutma için yavaşlama durumunda minimum yazdırma hızı" #~ msgstr "Soğutma için yavaşlama durumunda minimum yazdırma hızı"
@ -12348,16 +12385,6 @@ msgstr ""
#~ msgid "Activate for better air filtration" #~ msgid "Activate for better air filtration"
#~ msgstr "Daha iyi hava filtrelemesi için etkinleştirin" #~ msgstr "Daha iyi hava filtrelemesi için etkinleştirin"
#~ msgid "Ensure vertical shell thickness"
#~ msgstr "Dikey kabuk kalınlığını onayla"
#~ msgid ""
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
#~ "thickness (top+bottom solid layers)"
#~ msgstr ""
#~ "Dikey kabuk kalınlığını garanti etmek için eğimli yüzeylerin yakınına "
#~ "katı dolgu ekleyin (üst + alt katı katmanlar)"
#~ msgid "Temperature of vitrificaiton" #~ msgid "Temperature of vitrificaiton"
#~ msgstr "Yumuşama sıcaklığı" #~ msgstr "Yumuşama sıcaklığı"
@ -12390,19 +12417,6 @@ msgstr ""
#~ "bulunmadığı ilk birkaç katman dışında, yazdırma sırasında bu hızda " #~ "bulunmadığı ilk birkaç katman dışında, yazdırma sırasında bu hızda "
#~ "çalışacaktır" #~ "çalışacaktır"
#~ msgid "Detect narrow internal solid infill"
#~ msgstr "Dar iç katı dolguyu tespit et"
#~ msgid ""
#~ "This option will auto detect narrow internal solid infill area. If "
#~ "enabled, concentric pattern will be used for the area to speed printing "
#~ "up. Otherwise, rectilinear pattern is used defaultly."
#~ msgstr ""
#~ "Bu seçenek dar dahili katı dolgu alanını otomatik olarak algılayacaktır. "
#~ "Etkinleştirilirse, yazdırmayı hızlandırmak amacıyla alanda eşmerkezli "
#~ "desen kullanılacaktır. Aksi takdirde varsayılan olarak doğrusal desen "
#~ "kullanılır."
#~ msgid "" #~ msgid ""
#~ "Filter out gaps smaller than the threshold specified. This setting won't " #~ "Filter out gaps smaller than the threshold specified. This setting won't "
#~ "affect top/bottom layers" #~ "affect top/bottom layers"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-29 10:45+0800\n" "POT-Creation-Date: 2023-11-07 21:36+0800\n"
"PO-Revision-Date: 2023-08-10 20:25-0400\n" "PO-Revision-Date: 2023-08-10 20:25-0400\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
@ -5048,6 +5048,15 @@ msgstr "Імперський"
msgid "Units" msgid "Units"
msgstr "Одиниці" msgstr "Одиниці"
msgid "Home"
msgstr ""
msgid "Default Page"
msgstr ""
msgid "Set the page opened on startup."
msgstr ""
msgid "Zoom to mouse position" msgid "Zoom to mouse position"
msgstr "Наблизити до положення миші" msgstr "Наблизити до положення миші"
@ -5063,6 +5072,12 @@ msgstr ""
msgid "If enabled, use free camera. If not enabled, use constrained camera." msgid "If enabled, use free camera. If not enabled, use constrained camera."
msgstr "" msgstr ""
msgid "Show splash screen"
msgstr ""
msgid "Show the splash screen during startup."
msgstr ""
msgid "Show \"Tip of the day\" notification after start" msgid "Show \"Tip of the day\" notification after start"
msgstr "Показувати повідомлення \"Рада дня\" після запуску" msgstr "Показувати повідомлення \"Рада дня\" після запуску"
@ -5121,12 +5136,6 @@ msgstr ""
"Якщо включено, встановлює OrcaSlicer як програму за замовчуваннямдля " "Якщо включено, встановлює OrcaSlicer як програму за замовчуваннямдля "
"відкриття файлів .step" "відкриття файлів .step"
msgid "Online Models"
msgstr ""
msgid "Show online staff-picked models on the home page"
msgstr ""
msgid "Maximum recent projects" msgid "Maximum recent projects"
msgstr "Максимум останніх проектів" msgstr "Максимум останніх проектів"
@ -7955,6 +7964,16 @@ msgstr "Завершальний G-code, коли закінчити весь д
msgid "End G-code when finish the printing of this filament" msgid "End G-code when finish the printing of this filament"
msgstr "Завершальний G-code, коли закінчите друк цієї нитки" msgstr "Завершальний G-code, коли закінчите друк цієї нитки"
msgid "Ensure vertical shell thickness"
msgstr "Забезпечення вертикальної товщини оболонки"
msgid ""
"Add solid infill near sloping surfaces to guarantee the vertical shell "
"thickness (top+bottom solid layers)"
msgstr ""
"Додавання заповнення твердого тіла поблизу похилих поверхонь для Гарантії "
"товщини вертикальної оболонки (верхній + нижній шари твердого тіла)"
msgid "Top surface pattern" msgid "Top surface pattern"
msgstr "Малюнок верхньої поверхні" msgstr "Малюнок верхньої поверхні"
@ -9520,22 +9539,6 @@ msgstr ""
"переміщення. Використання спіралевої лінії підняття по осі Z може " "переміщення. Використання спіралевої лінії підняття по осі Z може "
"перешкоджати появі висячих ниток" "перешкоджати появі висячих ниток"
msgid "Z hop lower boundary"
msgstr ""
msgid ""
"Z hop will only come into effect when Z is above this value and is below the "
"parameter: \"Z hop upper boundary\""
msgstr ""
msgid "Z hop upper boundary"
msgstr ""
msgid ""
"If this value is positive, Z hop will only come into effect when Z is above "
"the parameter: \"Z hop lower boundary\" and is below this value"
msgstr ""
msgid "Z hop type" msgid "Z hop type"
msgstr "Тип Z-стрибка" msgstr "Тип Z-стрибка"
@ -10628,6 +10631,19 @@ msgstr ""
"елемента, то товщина периметра дорівнюватиме товщині самого елемента. Він " "елемента, то товщина периметра дорівнюватиме товщині самого елемента. Він "
"виражається у відсотках від діаметра сопла" "виражається у відсотках від діаметра сопла"
msgid "Detect narrow internal solid infill"
msgstr "Виявлення вузького внутрішнього заповнення твердим тілом"
msgid ""
"This option will auto detect narrow internal solid infill area. If enabled, "
"concentric pattern will be used for the area to speed printing up. "
"Otherwise, rectilinear pattern is used defaultly."
msgstr ""
"Ця опція автоматично визначає вузьку внутрішню область заповненнятвердого "
"тіла. Якщо цей параметр увімкнено, для прискорення друку області "
"використовуватиметься концентричний візерунок. Інакше за умовчанням "
"Використовується прямолінійний малюнок."
msgid "invalid value " msgid "invalid value "
msgstr "неправильне значення " msgstr "неправильне значення "
@ -11988,16 +12004,6 @@ msgstr ""
#~ "відчиняйте передні дверцята принтера перед печаткою, щоб уникнути " #~ "відчиняйте передні дверцята принтера перед печаткою, щоб уникнути "
#~ "засмічення сопла." #~ "засмічення сопла."
#~ msgid "Ensure vertical shell thickness"
#~ msgstr "Забезпечення вертикальної товщини оболонки"
#~ msgid ""
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
#~ "thickness (top+bottom solid layers)"
#~ msgstr ""
#~ "Додавання заповнення твердого тіла поблизу похилих поверхонь для Гарантії "
#~ "товщини вертикальної оболонки (верхній + нижній шари твердого тіла)"
#~ msgid "Temperature of vitrificaiton" #~ msgid "Temperature of vitrificaiton"
#~ msgstr "Температура склування" #~ msgstr "Температура склування"
@ -12022,19 +12028,6 @@ msgstr ""
#~ "ДопоміжнийВентилятор буде працювати з такою швидкістю під час друку, за " #~ "ДопоміжнийВентилятор буде працювати з такою швидкістю під час друку, за "
#~ "винятком перших кількох шарів, які не визначаються шарами охолодження" #~ "винятком перших кількох шарів, які не визначаються шарами охолодження"
#~ msgid "Detect narrow internal solid infill"
#~ msgstr "Виявлення вузького внутрішнього заповнення твердим тілом"
#~ msgid ""
#~ "This option will auto detect narrow internal solid infill area. If "
#~ "enabled, concentric pattern will be used for the area to speed printing "
#~ "up. Otherwise, rectilinear pattern is used defaultly."
#~ msgstr ""
#~ "Ця опція автоматично визначає вузьку внутрішню область заповненнятвердого "
#~ "тіла. Якщо цей параметр увімкнено, для прискорення друку області "
#~ "використовуватиметься концентричний візерунок. Інакше за умовчанням "
#~ "Використовується прямолінійний малюнок."
#~ msgid "Empty layers around bottom are replaced by nearest normal layers." #~ msgid "Empty layers around bottom are replaced by nearest normal layers."
#~ msgstr "" #~ msgstr ""
#~ "Порожні шари навколо дна замінюються найближчими нормальними шарами." #~ "Порожні шари навколо дна замінюються найближчими нормальними шарами."

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Slic3rPE\n" "Project-Id-Version: Slic3rPE\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-29 10:45+0800\n" "POT-Creation-Date: 2023-11-07 21:36+0800\n"
"PO-Revision-Date: 2023-04-01 13:21+0800\n" "PO-Revision-Date: 2023-04-01 13:21+0800\n"
"Last-Translator: SoftFever <softfeverever@gmail.com>\n" "Last-Translator: SoftFever <softfeverever@gmail.com>\n"
"Language-Team: \n" "Language-Team: \n"
@ -4865,6 +4865,15 @@ msgstr "英制"
msgid "Units" msgid "Units"
msgstr "单位" msgstr "单位"
msgid "Home"
msgstr ""
msgid "Default Page"
msgstr ""
msgid "Set the page opened on startup."
msgstr ""
msgid "Zoom to mouse position" msgid "Zoom to mouse position"
msgstr "放大到鼠标位置" msgstr "放大到鼠标位置"
@ -4879,6 +4888,12 @@ msgstr "使用自由视角"
msgid "If enabled, use free camera. If not enabled, use constrained camera." msgid "If enabled, use free camera. If not enabled, use constrained camera."
msgstr "如果启用,使用自由视角。如果未启用,使用约束视角。" msgstr "如果启用,使用自由视角。如果未启用,使用约束视角。"
msgid "Show splash screen"
msgstr ""
msgid "Show the splash screen during startup."
msgstr ""
msgid "Show \"Tip of the day\" notification after start" msgid "Show \"Tip of the day\" notification after start"
msgstr "启动后显示“每日小贴士”通知" msgstr "启动后显示“每日小贴士”通知"
@ -4930,12 +4945,6 @@ msgstr "使用逆戟鲸打开.step/.stp文件"
msgid "If enabled, sets OrcaSlicer as default application to open .step files" msgid "If enabled, sets OrcaSlicer as default application to open .step files"
msgstr "开启后,将缺省使用逆戟鲸打开.step文件" msgstr "开启后,将缺省使用逆戟鲸打开.step文件"
msgid "Online Models"
msgstr "在线模型"
msgid "Show online staff-picked models on the home page"
msgstr "在主页上显示工作人员挑选的在线模型"
msgid "Maximum recent projects" msgid "Maximum recent projects"
msgstr "近期项目的最大数量" msgstr "近期项目的最大数量"
@ -7627,6 +7636,14 @@ msgstr "所有打印结束时的结尾G-code"
msgid "End G-code when finish the printing of this filament" msgid "End G-code when finish the printing of this filament"
msgstr "结束使用该耗材打印时的结尾G-code" msgstr "结束使用该耗材打印时的结尾G-code"
msgid "Ensure vertical shell thickness"
msgstr "确保垂直外壳厚度"
msgid ""
"Add solid infill near sloping surfaces to guarantee the vertical shell "
"thickness (top+bottom solid layers)"
msgstr "在斜面表面附近添加实心填充,以保证垂直外壳厚度(顶部+底部实心层)"
msgid "Top surface pattern" msgid "Top surface pattern"
msgstr "顶面图案" msgstr "顶面图案"
@ -9095,22 +9112,6 @@ msgstr ""
"回抽完成之后,喷嘴轻微抬升,和打印件之间产生一定间隙。这能够避免空驶时喷嘴和" "回抽完成之后,喷嘴轻微抬升,和打印件之间产生一定间隙。这能够避免空驶时喷嘴和"
"打印件剐蹭和碰撞。使用螺旋线抬升z能够减少拉丝。" "打印件剐蹭和碰撞。使用螺旋线抬升z能够减少拉丝。"
msgid "Z hop lower boundary"
msgstr "Z抬升下边界"
msgid ""
"Z hop will only come into effect when Z is above this value and is below the "
"parameter: \"Z hop upper boundary\""
msgstr "只有当Z高于此值且低于参数(Z抬升上边界)时Z抬升才会生效"
msgid "Z hop upper boundary"
msgstr "Z抬升上边界"
msgid ""
"If this value is positive, Z hop will only come into effect when Z is above "
"the parameter: \"Z hop lower boundary\" and is below this value"
msgstr "如果该值为正则Z抬升仅在Z高于参数(Z抬升下边界)且低于该值时才会生效"
msgid "Z hop type" msgid "Z hop type"
msgstr "抬Z类型" msgstr "抬Z类型"
@ -10148,6 +10149,17 @@ msgstr ""
"用于替换模型细小特征(根据最小特征尺寸)的墙线宽。如果墙最小线宽小于最小特征" "用于替换模型细小特征(根据最小特征尺寸)的墙线宽。如果墙最小线宽小于最小特征"
"的厚度,则墙将变得和特征本身一样厚。参数值表示为相对喷嘴直径的百分比" "的厚度,则墙将变得和特征本身一样厚。参数值表示为相对喷嘴直径的百分比"
msgid "Detect narrow internal solid infill"
msgstr "识别狭窄内部实心填充"
msgid ""
"This option will auto detect narrow internal solid infill area. If enabled, "
"concentric pattern will be used for the area to speed printing up. "
"Otherwise, rectilinear pattern is used defaultly."
msgstr ""
"此选项用于自动识别内部狭窄的实心填充。开启后,将对狭窄实心区域使用同心填充加"
"快打印速度。否则使用默认的直线填充。"
msgid "invalid value " msgid "invalid value "
msgstr "非法的值 " msgstr "非法的值 "
@ -11529,6 +11541,28 @@ msgid ""
"temperature. More info about this in the Wiki." "temperature. More info about this in the Wiki."
msgstr "" msgstr ""
#~ msgid "Online Models"
#~ msgstr "在线模型"
#~ msgid "Show online staff-picked models on the home page"
#~ msgstr "在主页上显示工作人员挑选的在线模型"
#~ msgid "Z hop lower boundary"
#~ msgstr "Z抬升下边界"
#~ msgid ""
#~ "Z hop will only come into effect when Z is above this value and is below "
#~ "the parameter: \"Z hop upper boundary\""
#~ msgstr "只有当Z高于此值且低于参数(Z抬升上边界)时Z抬升才会生效"
#~ msgid "Z hop upper boundary"
#~ msgstr "Z抬升上边界"
#~ msgid ""
#~ "If this value is positive, Z hop will only come into effect when Z is "
#~ "above the parameter: \"Z hop lower boundary\" and is below this value"
#~ msgstr "如果该值为正则Z抬升仅在Z高于参数(Z抬升下边界)且低于该值时才会生效"
#~ msgid "The minimum printing speed when slow down for cooling" #~ msgid "The minimum printing speed when slow down for cooling"
#~ msgstr "自动冷却降速的最小打印速度" #~ msgstr "自动冷却降速的最小打印速度"
@ -11552,14 +11586,6 @@ msgstr ""
#~ msgid "Activate for better air filtration" #~ msgid "Activate for better air filtration"
#~ msgstr "激活以获得更好的空气过滤" #~ msgstr "激活以获得更好的空气过滤"
#~ msgid "Ensure vertical shell thickness"
#~ msgstr "确保垂直外壳厚度"
#~ msgid ""
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
#~ "thickness (top+bottom solid layers)"
#~ msgstr "在斜面表面附近添加实心填充,以保证垂直外壳厚度(顶部+底部实心层)"
#~ msgid "Temperature of vitrificaiton" #~ msgid "Temperature of vitrificaiton"
#~ msgstr "软化温度" #~ msgstr "软化温度"
@ -11586,17 +11612,6 @@ msgstr ""
#~ "辅助部件冷却风扇的转速。辅助部件冷却风扇将一直运行在该速度,除了设置的无需" #~ "辅助部件冷却风扇的转速。辅助部件冷却风扇将一直运行在该速度,除了设置的无需"
#~ "冷却的前若干层" #~ "冷却的前若干层"
#~ msgid "Detect narrow internal solid infill"
#~ msgstr "识别狭窄内部实心填充"
#~ msgid ""
#~ "This option will auto detect narrow internal solid infill area. If "
#~ "enabled, concentric pattern will be used for the area to speed printing "
#~ "up. Otherwise, rectilinear pattern is used defaultly."
#~ msgstr ""
#~ "此选项用于自动识别内部狭窄的实心填充。开启后,将对狭窄实心区域使用同心填充"
#~ "加快打印速度。否则使用默认的直线填充。"
#~ msgid "" #~ msgid ""
#~ "Filter out gaps smaller than the threshold specified. This setting won't " #~ "Filter out gaps smaller than the threshold specified. This setting won't "
#~ "affect top/bottom layers" #~ "affect top/bottom layers"

File diff suppressed because it is too large Load diff

View file

@ -8,5 +8,8 @@
"bed_model": "M5-CE-bed.stl", "bed_model": "M5-CE-bed.stl",
"bed_texture": "M5-CE-texture.svg", "bed_texture": "M5-CE-texture.svg",
"hotend_model": "", "hotend_model": "",
"default_materials": "Anker Generic ABS;Anker Generic PLA;Anker Generic PLA-CF;Anker Generic PETG;Anker Generic TPU;Anker Generic ASA;Anker Generic PVA" "default_materials": "Anker Generic ABS;Anker Generic PLA;Anker Generic PLA-CF;Anker Generic PETG;Anker Generic TPU;Anker Generic ASA;Anker Generic PVA",
"retraction_length": [
"1.5"
]
} }

View file

@ -8,5 +8,8 @@
"bed_model": "M5C-CE-bed.stl", "bed_model": "M5C-CE-bed.stl",
"bed_texture": "M5-CE-texture.svg", "bed_texture": "M5-CE-texture.svg",
"hotend_model": "", "hotend_model": "",
"default_materials": "Anker Generic ABS;Anker Generic PLA;Anker Generic PLA-CF;Anker Generic PETG;Anker Generic TPU;Anker Generic ASA;Anker Generic PVA;Anker Generic PC;Anker Generic PA;Anker Generic PA-CF" "default_materials": "Anker Generic ABS;Anker Generic PLA;Anker Generic PLA-CF;Anker Generic PETG;Anker Generic TPU;Anker Generic ASA;Anker Generic PVA;Anker Generic PC;Anker Generic PA;Anker Generic PA-CF",
"retraction_length": [
"0.8"
]
} }

View file

@ -3,7 +3,7 @@
"name": "fdm_machine_common", "name": "fdm_machine_common",
"from": "system", "from": "system",
"instantiation": "false", "instantiation": "false",
"gcode_flavor": "marlin", "gcode_flavor": "marlin2",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\n\n", "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\n\n",
"machine_start_gcode": "M4899 T3 ; Enable v3 jerk and S-curve acceleration \nM104 Sfirst_layer_temperature[0] ; Set hotend temp\nM190 S{first_layer_bed_temperature[0]} ; set and wait for bed temp to stabilize\nM109 S{first_layer_temperature[0]} ; set final nozzle temp to stabilize\nG28 ;Home", "machine_start_gcode": "M4899 T3 ; Enable v3 jerk and S-curve acceleration \nM104 Sfirst_layer_temperature[0] ; Set hotend temp\nM190 S{first_layer_bed_temperature[0]} ; set and wait for bed temp to stabilize\nM109 S{first_layer_temperature[0]} ; set final nozzle temp to stabilize\nG28 ;Home",
"machine_end_gcode": "M104 S0\nM140 S0\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84", "machine_end_gcode": "M104 S0\nM140 S0\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84",
@ -88,9 +88,6 @@
"retract_when_changing_layer": [ "retract_when_changing_layer": [
"0" "0"
], ],
"retraction_length": [
"1.5"
],
"retract_length_toolchange": [ "retract_length_toolchange": [
"2" "2"
], ],

View file

@ -81,6 +81,6 @@
"retraction_speed": [ "retraction_speed": [
"70" "70"
], ],
"machine_start_gcode": "; BIQU B1 Start G-code\nM117 Getting the bed up to temp!\nM140 S{material_bed_temperature_layer_0}; Set Heat Bed temperature\nM190 S{material_bed_temperature_layer_0}; Wait for Heat Bed temperature\nM117 Getting the extruder up to temp!\nM104 S{material_print_temperature_layer_0}; Set Extruder temperature\nG92 E0; Reset Extruder\nM117 Homing axes\nG28; Home all axes\nM109 S{material_print_temperature_layer_0}; Wait for Extruder temperature\nG1 Z2.0 F3000; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X4.1 Y20 Z0.3 F5000.0; Move to start position\nM117 Purging\nG1 X4.1 Y200.0 Z0.3 F1500.0 E15; Draw the first line\nG1 X4.4 Y200.0 Z0.3 F5000.0; Move to side a little\nG1 X4.4 Y20 Z0.3 F1500.0 E30; Draw the second line\nG92 E0; Reset Extruder\nM117 Lets make\nG1 Z2.0 F3000; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0; Move over to prevent blob squish", "machine_start_gcode": "; BIQU B1 Start G-code\nM117 Getting the bed up to temp!\nM140 S[first_layer_bed_temperature]; Set Heat Bed temperature\nM190 S[first_layer_bed_temperature]; Wait for Heat Bed temperature\nM117 Getting the extruder up to temp!\nM104 S[first_layer_temperature]; Set Extruder temperature\nG92 E0; Reset Extruder\nM117 Homing axes\nG28; Home all axes\nM109 S[first_layer_temperature]; Wait for Extruder temperature\nG1 Z2.0 F3000; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X4.1 Y20 Z0.3 F5000.0; Move to start position\nM117 Purging\nG1 X4.1 Y200.0 Z0.3 F1500.0 E15; Draw the first line\nG1 X4.4 Y200.0 Z0.3 F5000.0; Move to side a little\nG1 X4.4 Y20 Z0.3 F1500.0 E30; Draw the second line\nG92 E0; Reset Extruder\nM117 Lets make\nG1 Z2.0 F3000; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0; Move over to prevent blob squish",
"machine_end_gcode": ";BIQU B1 Default End Gcode\nG91;Relative positioning\nG1 E-2 F2700;Retract a bit\nG1 E-2 Z0.2 F2400;Retract a bit more and raise Z\nG1 X5 Y5 F3000;Wipe out\nG1 Z10;Raise Z by 10mm\nG90;Return to absolute positioning\nG1 X0 Y{machine_depth};\nM106 S0;Turn-off fan\nM104 S0;Turn-off hotend\nM140 S0;Turn-off bed\nM84 X Y E;Disable all steppers but Z" "machine_end_gcode": ";BIQU B1 Default End Gcode\nG91;Relative positioning\nG1 E-2 F2700;Retract a bit\nG1 E-2 Z0.2 F2400;Retract a bit more and raise Z\nG1 X5 Y5 F3000;Wipe out\nG1 Z10;Raise Z by 10mm\nG90;Return to absolute positioning\nG1 X0 Y{print_bed_max[1]};\nM106 S0;Turn-off fan\nM104 S0;Turn-off hotend\nM140 S0;Turn-off bed\nM84 X Y E;Disable all steppers but Z"
} }

View file

@ -81,6 +81,6 @@
"retraction_speed": [ "retraction_speed": [
"40" "40"
], ],
"machine_start_gcode": "; BIQU BX Start G-code\n;M117 Initial homing sequence; Home so that the probe is positioned to heat\nG28\nM117 Probe heating position\nG0 X65 Y5 Z1; Move the probe to the heating position.\nM117 Getting the heaters up to temp!\nM104 S140; Set Extruder temperature, no wait\nM140 S60; Set Heat Bed temperature\nM190 S60; Wait for Heat Bed temperature\nM117 Waiting for probe to warm; Wait another 90s for the probe to absorb heat.\nG4 S90\nM117 Post warming re-home\nG28; Home all axes again after warming\nM117 Z-Dance of my people\nG34\nM117 ABL Probing\nG29\nM900 K0 L0 T0;Edit the K and L values if you have calibrated a k factor for your filament\nM900 T0 S0\nG1 Z2.0 F3000; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X4.1 Y10 Z0.3 F5000.0; Move to start position\nM117 Getting the extruder up to temp\nM140 S{material_bed_temperature_layer_0}; Set Heat Bed temperature\nM104 S{material_print_temperature_layer_0}; Set Extruder temperature\nM109 S{material_print_temperature_layer_0}; Wait for Extruder temperature\nM190 S{material_bed_temperature_layer_0}; Wait for Heat Bed temperature\nG92 E0; Reset Extruder\nM117 Purging\nG1 X4.1 Y200.0 Z0.3 F1500.0 E15; Draw the first line\nG1 X4.4 Y200.0 Z0.3 F5000.0; Move to side a little\nG1 X4.4 Y20 Z0.3 F1500.0 E30; Draw the second line\nG92 E0; Reset Extruder\nM117 Lets make\nG1 X8 Y20 Z0.3 F5000.0; Move over to prevent blob squish", "machine_start_gcode": "; BIQU BX Start G-code\n;M117 Initial homing sequence; Home so that the probe is positioned to heat\nG28\nM117 Probe heating position\nG0 X65 Y5 Z1; Move the probe to the heating position.\nM117 Getting the heaters up to temp!\nM104 S140; Set Extruder temperature, no wait\nM140 S60; Set Heat Bed temperature\nM190 S60; Wait for Heat Bed temperature\nM117 Waiting for probe to warm; Wait another 90s for the probe to absorb heat.\nG4 S90\nM117 Post warming re-home\nG28; Home all axes again after warming\nM117 Z-Dance of my people\nG34\nM117 ABL Probing\nG29\nM900 K0 L0 T0;Edit the K and L values if you have calibrated a k factor for your filament\nM900 T0 S0\nG1 Z2.0 F3000; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X4.1 Y10 Z0.3 F5000.0; Move to start position\nM117 Getting the extruder up to temp\nM140 S[first_layer_bed_temperature]; Set Heat Bed temperature\nM104 S[first_layer_temperature]; Set Extruder temperature\nM109 S[first_layer_temperature]; Wait for Extruder temperature\nM190 S[first_layer_bed_temperature]; Wait for Heat Bed temperature\nG92 E0; Reset Extruder\nM117 Purging\nG1 X4.1 Y200.0 Z0.3 F1500.0 E15; Draw the first line\nG1 X4.4 Y200.0 Z0.3 F5000.0; Move to side a little\nG1 X4.4 Y20 Z0.3 F1500.0 E30; Draw the second line\nG92 E0; Reset Extruder\nM117 Lets make\nG1 X8 Y20 Z0.3 F5000.0; Move over to prevent blob squish",
"machine_end_gcode": "; BIQU BX Default End Gcode\nG91;Relative positioning\nG1 E-2 F2700;Retract a bit\nG1 E-2 Z0.2 F2400;Retract a bit more and raise Z\nG1 X5 Y5 F3000;Wipe out\nG1 Z10;Raise Z by 10mm\nG90;Return to absolute positioning\nG1 X0 Y{machine_depth};TaDaaaa\nM106 S0;Turn-off fan\nM104 S0;Turn-off hotend\nM140 S0;Turn-off bed\nM84 X Y E;Disable all steppers but Z" "machine_end_gcode": "; BIQU BX Default End Gcode\nG91;Relative positioning\nG1 E-2 F2700;Retract a bit\nG1 E-2 Z0.2 F2400;Retract a bit more and raise Z\nG1 X5 Y5 F3000;Wipe out\nG1 Z10;Raise Z by 10mm\nG90;Return to absolute positioning\nG1 X0 Y{print_bed_max[1]};TaDaaaa\nM106 S0;Turn-off fan\nM104 S0;Turn-off hotend\nM140 S0;Turn-off bed\nM84 X Y E;Disable all steppers but Z"
} }

View file

@ -187,10 +187,10 @@
"0" "0"
], ],
"hot_plate_temp_initial_layer": [ "hot_plate_temp_initial_layer": [
"45" "55"
], ],
"hot_plate_temp": [ "hot_plate_temp": [
"45" "50"
], ],
"nozzle_temperature": [ "nozzle_temperature": [
"220" "220"

View file

@ -190,10 +190,10 @@
"full_fan_speed_layer": [ "full_fan_speed_layer": [
"0" "0"
], ],
"hot_plate_temp": [
"50"
],
"hot_plate_temp_initial_layer": [ "hot_plate_temp_initial_layer": [
"55"
],
"hot_plate_temp": [
"50" "50"
], ],
"nozzle_temperature": [ "nozzle_temperature": [

View file

@ -13,10 +13,10 @@
"12" "12"
], ],
"hot_plate_temp_initial_layer": [ "hot_plate_temp_initial_layer": [
"45" "55"
], ],
"hot_plate_temp": [ "hot_plate_temp": [
"45" "50"
], ],
"slow_down_layer_time": [ "slow_down_layer_time": [
"8" "8"

View file

@ -13,10 +13,10 @@
"25" "25"
], ],
"hot_plate_temp_initial_layer": [ "hot_plate_temp_initial_layer": [
"45" "55"
], ],
"hot_plate_temp": [ "hot_plate_temp": [
"45" "50"
], ],
"slow_down_layer_time": [ "slow_down_layer_time": [
"6" "6"

View file

@ -71,13 +71,13 @@
"; filament end gcode \n" "; filament end gcode \n"
], ],
"filament_flow_ratio": [ "filament_flow_ratio": [
"0.95" "1"
], ],
"filament_is_support": [ "filament_is_support": [
"0" "0"
], ],
"filament_max_volumetric_speed": [ "filament_max_volumetric_speed": [
"5" "3.5"
], ],
"filament_minimal_purge_on_wipe_tower": [ "filament_minimal_purge_on_wipe_tower": [
"15" "15"
@ -92,7 +92,7 @@
"nil" "nil"
], ],
"filament_retraction_length": [ "filament_retraction_length": [
"0.4" "1.2"
], ],
"filament_retraction_minimum_travel": [ "filament_retraction_minimum_travel": [
"nil" "nil"
@ -140,7 +140,7 @@
"45" "45"
], ],
"nozzle_temperature": [ "nozzle_temperature": [
"230" "235"
], ],
"nozzle_temperature_initial_layer": [ "nozzle_temperature_initial_layer": [
"235" "235"
@ -158,7 +158,7 @@
"50%" "50%"
], ],
"pressure_advance": [ "pressure_advance": [
"0.025" "0.035"
], ],
"reduce_fan_stop_start_freq": [ "reduce_fan_stop_start_freq": [
"1" "1"
@ -173,7 +173,7 @@
"8" "8"
], ],
"slow_down_min_speed": [ "slow_down_min_speed": [
"15" "20"
], ],
"support_material_interface_fan_speed": [ "support_material_interface_fan_speed": [
"100" "100"

View file

@ -44,9 +44,9 @@
"z_hop": [ "0.4" ], "z_hop": [ "0.4" ],
"single_extruder_multi_material": "0", "single_extruder_multi_material": "0",
"change_filament_gcode": "", "change_filament_gcode": "",
"machine_pause_gcode": "", "machine_pause_gcode": "M25",
"default_filament_profile": [ "Flashforge Generic PLA" ], "default_filament_profile": [ "Flashforge Generic PLA" ],
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG90\nM83\nG1 Z5 F6000\nG1 E-1.5 F600\nG1 E12 F800\nG1 X85 Y110 Z0.25 F1200\nG1 X-110 E15 F2400\nG1 Y0 E4 F2400\nG1 X-109.6 F2400\nG1 Y110 E5 F2400\nG92 E0", "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG1 Z5 F6000\nG1 E-1.5 F600\nG1 E12 F800\nG1 X85 Y110 Z0.25 F1200\nG1 X-110 E15 F2400\nG1 Y0 E4 F2400\nG1 X-109.6 F2400\nG1 Y110 E5 F2400\nG92 E0",
"machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F30000\nG28\nM104 S0 ; turn off temperature\nM84 ; disble motors", "machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F30000\nG28\nM104 S0 ; turn off temperature\nM84 ; disble motors",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]", "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]",
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",

View file

@ -44,9 +44,9 @@
"z_hop": [ "0.4" ], "z_hop": [ "0.4" ],
"single_extruder_multi_material": "0", "single_extruder_multi_material": "0",
"change_filament_gcode": "", "change_filament_gcode": "",
"machine_pause_gcode": "", "machine_pause_gcode": "M25",
"default_filament_profile": [ "Flashforge Generic PLA" ], "default_filament_profile": [ "Flashforge Generic PLA" ],
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG90\nM83\nG1 Z5 F6000\nG1 E-1.5 F600\nG1 E12 F800\nG1 X85 Y110 Z0.25 F1200\nG1 X-110 E15 F2400\nG1 Y0 E4 F2400\nG1 X-109.6 F2400\nG1 Y110 E5 F2400\nG92 E0", "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG1 Z5 F6000\nG1 E-1.5 F600\nG1 E12 F800\nG1 X85 Y110 Z0.25 F1200\nG1 X-110 E15 F2400\nG1 Y0 E4 F2400\nG1 X-109.6 F2400\nG1 Y110 E5 F2400\nG92 E0",
"machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F30000\nG28\nM104 S0 ; turn off temperature\nM84 ; disble motors", "machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F30000\nG28\nM104 S0 ; turn off temperature\nM84 ; disble motors",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]", "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]",
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",

View file

@ -44,9 +44,9 @@
"z_hop": [ "0.4" ], "z_hop": [ "0.4" ],
"single_extruder_multi_material": "0", "single_extruder_multi_material": "0",
"change_filament_gcode": "", "change_filament_gcode": "",
"machine_pause_gcode": "", "machine_pause_gcode": "M25",
"default_filament_profile": [ "Flashforge Generic PLA" ], "default_filament_profile": [ "Flashforge Generic PLA" ],
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG90\nM83\nG1 Z5 F6000\nG1 E-1.5 F600\nG1 E12 F800\nG1 X85 Y110 Z0.25 F1200\nG1 X-110 E15 F2400\nG1 Y0 E4 F2400\nG1 X-109.6 F2400\nG1 Y110 E5 F2400\nG92 E0", "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG1 Z5 F6000\nG1 E-1.5 F600\nG1 E12 F800\nG1 X85 Y110 Z0.25 F1200\nG1 X-110 E15 F2400\nG1 Y0 E4 F2400\nG1 X-109.6 F2400\nG1 Y110 E5 F2400\nG92 E0",
"machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F30000\nG28\nM104 S0 ; turn off temperature\nM84 ; disble motors", "machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F30000\nG28\nM104 S0 ; turn off temperature\nM84 ; disble motors",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]", "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]",
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",

View file

@ -44,9 +44,9 @@
"z_hop": [ "0.4" ], "z_hop": [ "0.4" ],
"single_extruder_multi_material": "0", "single_extruder_multi_material": "0",
"change_filament_gcode": "", "change_filament_gcode": "",
"machine_pause_gcode": "", "machine_pause_gcode": "M25",
"default_filament_profile": [ "Flashforge Generic PLA" ], "default_filament_profile": [ "Flashforge Generic PLA" ],
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG90\nM83\nG1 Z5 F6000\nG1 E-1.5 F600\nG1 E12 F800\nG1 X85 Y110 Z0.25 F1200\nG1 X-110 E15 F2400\nG1 Y0 E4 F2400\nG1 X-109.6 F2400\nG1 Y110 E5 F2400\nG92 E0", "machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG1 Z5 F6000\nG1 E-1.5 F600\nG1 E12 F800\nG1 X85 Y110 Z0.25 F1200\nG1 X-110 E15 F2400\nG1 Y0 E4 F2400\nG1 X-109.6 F2400\nG1 Y110 E5 F2400\nG92 E0",
"machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F30000\nG28\nM104 S0 ; turn off temperature\nM84 ; disble motors", "machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F30000\nG28\nM104 S0 ; turn off temperature\nM84 ; disble motors",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]", "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]",
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",

View file

@ -119,7 +119,7 @@
"silent_mode": "0", "silent_mode": "0",
"single_extruder_multi_material": "1", "single_extruder_multi_material": "1",
"change_filament_gcode": "", "change_filament_gcode": "",
"machine_pause_gcode": "M25 ;pause print", "machine_pause_gcode": "M25",
"wipe": [ "wipe": [
"1" "1"
], ],

View file

@ -120,7 +120,7 @@
"silent_mode": "0", "silent_mode": "0",
"single_extruder_multi_material": "1", "single_extruder_multi_material": "1",
"change_filament_gcode": "", "change_filament_gcode": "",
"machine_pause_gcode": "PAUSE\n", "machine_pause_gcode": "M25",
"wipe": [ "wipe": [
"1" "1"
], ],

View file

@ -87,7 +87,7 @@
"top_surface_pattern": "monotonicline", "top_surface_pattern": "monotonicline",
"top_surface_line_width": "0.42", "top_surface_line_width": "0.42",
"top_shell_layers": "3", "top_shell_layers": "3",
"top_shell_thickness": "0", "top_shell_thickness": "0.6",
"initial_layer_speed": "50", "initial_layer_speed": "50",
"initial_layer_infill_speed": "80", "initial_layer_infill_speed": "80",
"outer_wall_speed": "200", "outer_wall_speed": "200",
@ -109,8 +109,8 @@
"print_flow_ratio": "0.98", "print_flow_ratio": "0.98",
"only_one_wall_top": "1", "only_one_wall_top": "1",
"slow_down_layers": "1", "slow_down_layers": "1",
"small_perimeter_speed": "0", "small_perimeter_speed": "50%",
"overhang_speed_classic": "1", "overhang_speed_classic": "0",
"internal_bridge_speed": "50", "internal_bridge_speed": "50",
"outer_wall_acceleration": "5000", "outer_wall_acceleration": "5000",
"internal_solid_infill_acceleration": "7000", "internal_solid_infill_acceleration": "7000",

View file

@ -87,7 +87,7 @@
"top_surface_pattern": "monotonicline", "top_surface_pattern": "monotonicline",
"top_surface_line_width": "0.42", "top_surface_line_width": "0.42",
"top_shell_layers": "3", "top_shell_layers": "3",
"top_shell_thickness": "0", "top_shell_thickness": "0.6",
"initial_layer_speed": "50", "initial_layer_speed": "50",
"initial_layer_infill_speed": "80", "initial_layer_infill_speed": "80",
"outer_wall_speed": "200", "outer_wall_speed": "200",
@ -109,8 +109,8 @@
"print_flow_ratio": "0.98", "print_flow_ratio": "0.98",
"only_one_wall_top": "1", "only_one_wall_top": "1",
"slow_down_layers": "1", "slow_down_layers": "1",
"small_perimeter_speed": "0", "small_perimeter_speed": "50%",
"overhang_speed_classic": "1", "overhang_speed_classic": "0",
"internal_bridge_speed": "50", "internal_bridge_speed": "50",
"outer_wall_acceleration": "5000", "outer_wall_acceleration": "5000",
"internal_solid_infill_acceleration": "7000", "internal_solid_infill_acceleration": "7000",

View file

@ -87,7 +87,7 @@
"top_surface_pattern": "monotonicline", "top_surface_pattern": "monotonicline",
"top_surface_line_width": "0.62", "top_surface_line_width": "0.62",
"top_shell_layers": "3", "top_shell_layers": "3",
"top_shell_thickness": "0", "top_shell_thickness": "0.6",
"initial_layer_speed": "45", "initial_layer_speed": "45",
"initial_layer_infill_speed": "65", "initial_layer_infill_speed": "65",
"outer_wall_speed": "120", "outer_wall_speed": "120",
@ -106,8 +106,8 @@
"exclude_object": "0", "exclude_object": "0",
"wall_generator": "classic", "wall_generator": "classic",
"only_one_wall_top": "1", "only_one_wall_top": "1",
"small_perimeter_speed": "0", "small_perimeter_speed": "50%",
"overhang_speed_classic": "1", "overhang_speed_classic": "0",
"internal_bridge_speed": "50", "internal_bridge_speed": "50",
"outer_wall_acceleration": "5000", "outer_wall_acceleration": "5000",
"internal_solid_infill_acceleration": "7000", "internal_solid_infill_acceleration": "7000",

View file

@ -107,7 +107,7 @@
"overhang_2_4_speed": "40", "overhang_2_4_speed": "40",
"overhang_3_4_speed": "20", "overhang_3_4_speed": "20",
"overhang_4_4_speed": "10", "overhang_4_4_speed": "10",
"overhang_speed_classic": "1", "overhang_speed_classic": "0",
"post_process": [], "post_process": [],
"precise_outer_wall": "0", "precise_outer_wall": "0",
"prime_tower_brim_width": "3", "prime_tower_brim_width": "3",
@ -135,7 +135,7 @@
"slice_closing_radius": "0.049", "slice_closing_radius": "0.049",
"slicing_mode": "regular", "slicing_mode": "regular",
"slow_down_layers": "1", "slow_down_layers": "1",
"small_perimeter_speed": "0", "small_perimeter_speed": "50%",
"small_perimeter_threshold": "0", "small_perimeter_threshold": "0",
"solid_infill_filament": "1", "solid_infill_filament": "1",
"sparse_infill_acceleration": "100%", "sparse_infill_acceleration": "100%",
@ -174,7 +174,7 @@
"thick_bridges": "0", "thick_bridges": "0",
"timelapse_type": "0", "timelapse_type": "0",
"top_shell_layers": "3", "top_shell_layers": "3",
"top_shell_thickness": "0", "top_shell_thickness": "0.6",
"top_solid_infill_flow_ratio": "1", "top_solid_infill_flow_ratio": "1",
"top_surface_acceleration": "2000", "top_surface_acceleration": "2000",
"top_surface_jerk": "9", "top_surface_jerk": "9",

View file

@ -11,6 +11,12 @@
], ],
"filament_max_volumetric_speed": [ "filament_max_volumetric_speed": [
"15" "15"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.021"
], ],
"compatible_printers": [ "compatible_printers": [
"Qidi X-Plus 0.4 nozzle", "Qidi X-Plus 0.4 nozzle",

View file

@ -36,6 +36,12 @@
"full_fan_speed_layer": [ "full_fan_speed_layer": [
"2" "2"
], ],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.01"
],
"compatible_printers": [ "compatible_printers": [
"Qidi X-Plus 0.4 nozzle", "Qidi X-Plus 0.4 nozzle",
"Qidi X-Max 0.4 nozzle", "Qidi X-Max 0.4 nozzle",

View file

@ -18,8 +18,14 @@
"filament_max_volumetric_speed": [ "filament_max_volumetric_speed": [
"16" "16"
], ],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.03"
],
"filament_start_gcode": [ "filament_start_gcode": [
"; filament start gcode\nM141 S55\n{if (bed_temperature[current_extruder] >90)||(bed_temperature_initial_layer[current_extruder] >90)}M106 P3 S0\n{elsif(bed_temperature[current_extruder] >70)||(bed_temperature_initial_layer[current_extruder] >70)}M106 P3 S153\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S255\n{endif}" "; filament start gcode\n{if (bed_temperature[current_extruder] >90)||(bed_temperature_initial_layer[current_extruder] >90)}M106 P3 S0\n{elsif(bed_temperature[current_extruder] >70)||(bed_temperature_initial_layer[current_extruder] >70)}M106 P3 S153\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S255\n{endif}"
], ],
"compatible_printers": [ "compatible_printers": [
"Qidi X-Plus 0.4 nozzle", "Qidi X-Plus 0.4 nozzle",

View file

@ -7,13 +7,19 @@
"instantiation": "true", "instantiation": "true",
"inherits": "fdm_filament_pc", "inherits": "fdm_filament_pc",
"filament_max_volumetric_speed": [ "filament_max_volumetric_speed": [
"16" "5"
], ],
"filament_flow_ratio": [ "filament_flow_ratio": [
"0.94" "0.94"
], ],
"filament_start_gcode": [ "filament_start_gcode": [
"; filament start gcode\n{if (bed_temperature[current_extruder] >90)||(bed_temperature_initial_layer[current_extruder] >90)}M106 P3 S0\n{elsif(bed_temperature[current_extruder] >70)||(bed_temperature_initial_layer[current_extruder] >70)}M106 P3 S153\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S255\n{endif}" "; filament start gcode\n{if (bed_temperature[current_extruder] >90)||(bed_temperature_initial_layer[current_extruder] >90)}M106 P3 S0\n{elsif(bed_temperature[current_extruder] >70)||(bed_temperature_initial_layer[current_extruder] >70)}M106 P3 S153\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S255\n{endif}"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.04"
], ],
"compatible_printers": [ "compatible_printers": [
"Qidi X-Plus 0.4 nozzle", "Qidi X-Plus 0.4 nozzle",

View file

@ -38,6 +38,12 @@
], ],
"filament_max_volumetric_speed": [ "filament_max_volumetric_speed": [
"9" "9"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.042"
], ],
"compatible_printers": [ "compatible_printers": [
"Qidi X-Plus 0.4 nozzle", "Qidi X-Plus 0.4 nozzle",

View file

@ -14,6 +14,12 @@
], ],
"slow_down_layer_time": [ "slow_down_layer_time": [
"5" "5"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.032"
], ],
"compatible_printers": [ "compatible_printers": [
"Qidi X-Plus 0.4 nozzle", "Qidi X-Plus 0.4 nozzle",

View file

@ -8,25 +8,25 @@
"0" "0"
], ],
"eng_plate_temp" : [ "eng_plate_temp" : [
"110" "100"
], ],
"hot_plate_temp" : [ "hot_plate_temp" : [
"110" "100"
], ],
"textured_plate_temp" : [ "textured_plate_temp" : [
"110" "100"
], ],
"cool_plate_temp_initial_layer" : [ "cool_plate_temp_initial_layer" : [
"0" "0"
], ],
"eng_plate_temp_initial_layer" : [ "eng_plate_temp_initial_layer" : [
"110" "100"
], ],
"hot_plate_temp_initial_layer" : [ "hot_plate_temp_initial_layer" : [
"110" "100"
], ],
"textured_plate_temp_initial_layer" : [ "textured_plate_temp_initial_layer" : [
"110" "100"
], ],
"slow_down_for_layer_cooling": [ "slow_down_for_layer_cooling": [
"1" "1"
@ -50,7 +50,7 @@
"20" "20"
], ],
"nozzle_temperature_initial_layer": [ "nozzle_temperature_initial_layer": [
"270" "250"
], ],
"reduce_fan_stop_start_freq": [ "reduce_fan_stop_start_freq": [
"1" "1"
@ -65,10 +65,10 @@
"25%" "25%"
], ],
"overhang_fan_speed": [ "overhang_fan_speed": [
"60" "80"
], ],
"nozzle_temperature": [ "nozzle_temperature": [
"280" "250"
], ],
"temperature_vitrification": [ "temperature_vitrification": [
"120" "120"

View file

@ -113,5 +113,5 @@
"internal_bridge_speed": "50", "internal_bridge_speed": "50",
"internal_solid_infill_pattern": "monotonic", "internal_solid_infill_pattern": "monotonic",
"initial_layer_travel_speed": "50%", "initial_layer_travel_speed": "50%",
"notes": "If you want to use Orca's chamber temperature control feature, check that printer.cfg has added the following M191 macro.\nTo add it: go to Fluidd web interface--configuration, copy the following code to the bottom of the printer.cfg document, SAVE&RESATART \n\n[gcode_macro M191]\ngcode:\n #Parameters\n {% set s = params.S|float %}\n \n M141 {% for p in params %}{'%s%s' % (p, params[p])}{% endfor %} ; Set hotend temp\n {% if s != 0 %}\n TEMPERATURE_WAIT SENSOR=\"heater_generic hot\" MINIMUM={s} MAXIMUM={s+1} ; Wait for hotend temp (within 1 degree)\n {% endif %}" "notes": "If you want to use Orca's chamber temperature control feature, check that printer.cfg has added the following M191 macro.\nTo add it: go to Fluidd web interface--configuration, copy the following code to the top of the printer.cfg document, SAVE&RESATART \n\n[gcode_macro M191]\ngcode:\n #Parameters\n {% set s = params.S|float %}\n \n M141 {% for p in params %}{'%s%s' % (p, params[p])}{% endfor %} ; Set hotend temp\n {% if s != 0 %}\n TEMPERATURE_WAIT SENSOR=\"heater_generic hot\" MINIMUM={s} MAXIMUM={s+1} ; Wait for hotend temp (within 1 degree)\n {% endif %}"
} }

View file

@ -37,6 +37,7 @@
"Voron Trident 250 0.4 nozzle", "Voron Trident 250 0.4 nozzle",
"Voron Trident 300 0.4 nozzle", "Voron Trident 300 0.4 nozzle",
"Voron Trident 350 0.4 nozzle", "Voron Trident 350 0.4 nozzle",
"Voron 0.1 0.4 nozzle" "Voron 0.1 0.4 nozzle",
"Voron Switchwire 250 0.4 nozzle"
] ]
} }

View file

@ -37,6 +37,7 @@
"Voron Trident 250 0.4 nozzle", "Voron Trident 250 0.4 nozzle",
"Voron Trident 300 0.4 nozzle", "Voron Trident 300 0.4 nozzle",
"Voron Trident 350 0.4 nozzle", "Voron Trident 350 0.4 nozzle",
"Voron 0.1 0.4 nozzle" "Voron 0.1 0.4 nozzle",
"Voron Switchwire 250 0.4 nozzle"
] ]
} }

View file

@ -43,6 +43,7 @@
"Voron Trident 250 0.4 nozzle", "Voron Trident 250 0.4 nozzle",
"Voron Trident 300 0.4 nozzle", "Voron Trident 300 0.4 nozzle",
"Voron Trident 350 0.4 nozzle", "Voron Trident 350 0.4 nozzle",
"Voron 0.1 0.4 nozzle" "Voron 0.1 0.4 nozzle",
"Voron Switchwire 250 0.4 nozzle"
] ]
} }

View file

@ -40,6 +40,7 @@
"Voron Trident 250 0.4 nozzle", "Voron Trident 250 0.4 nozzle",
"Voron Trident 300 0.4 nozzle", "Voron Trident 300 0.4 nozzle",
"Voron Trident 350 0.4 nozzle", "Voron Trident 350 0.4 nozzle",
"Voron 0.1 0.4 nozzle" "Voron 0.1 0.4 nozzle",
"Voron Switchwire 250 0.4 nozzle"
] ]
} }

View file

@ -37,6 +37,7 @@
"Voron Trident 250 0.4 nozzle", "Voron Trident 250 0.4 nozzle",
"Voron Trident 300 0.4 nozzle", "Voron Trident 300 0.4 nozzle",
"Voron Trident 350 0.4 nozzle", "Voron Trident 350 0.4 nozzle",
"Voron 0.1 0.4 nozzle" "Voron 0.1 0.4 nozzle",
"Voron Switchwire 250 0.4 nozzle"
] ]
} }

View file

@ -67,6 +67,7 @@
"Voron Trident 250 0.4 nozzle", "Voron Trident 250 0.4 nozzle",
"Voron Trident 300 0.4 nozzle", "Voron Trident 300 0.4 nozzle",
"Voron Trident 350 0.4 nozzle", "Voron Trident 350 0.4 nozzle",
"Voron 0.1 0.4 nozzle" "Voron 0.1 0.4 nozzle",
"Voron Switchwire 250 0.4 nozzle"
] ]
} }

View file

@ -43,6 +43,7 @@
"Voron Trident 250 0.4 nozzle", "Voron Trident 250 0.4 nozzle",
"Voron Trident 300 0.4 nozzle", "Voron Trident 300 0.4 nozzle",
"Voron Trident 350 0.4 nozzle", "Voron Trident 350 0.4 nozzle",
"Voron 0.1 0.4 nozzle" "Voron 0.1 0.4 nozzle",
"Voron Switchwire 250 0.4 nozzle"
] ]
} }

View file

@ -40,6 +40,7 @@
"Voron Trident 250 0.4 nozzle", "Voron Trident 250 0.4 nozzle",
"Voron Trident 300 0.4 nozzle", "Voron Trident 300 0.4 nozzle",
"Voron Trident 350 0.4 nozzle", "Voron Trident 350 0.4 nozzle",
"Voron 0.1 0.4 nozzle" "Voron 0.1 0.4 nozzle",
"Voron Switchwire 250 0.4 nozzle"
] ]
} }

View file

@ -43,6 +43,7 @@
"Voron Trident 250 0.4 nozzle", "Voron Trident 250 0.4 nozzle",
"Voron Trident 300 0.4 nozzle", "Voron Trident 300 0.4 nozzle",
"Voron Trident 350 0.4 nozzle", "Voron Trident 350 0.4 nozzle",
"Voron 0.1 0.4 nozzle" "Voron 0.1 0.4 nozzle",
"Voron Switchwire 250 0.4 nozzle"
] ]
} }

View file

@ -34,6 +34,7 @@
"Voron Trident 250 0.4 nozzle", "Voron Trident 250 0.4 nozzle",
"Voron Trident 300 0.4 nozzle", "Voron Trident 300 0.4 nozzle",
"Voron Trident 350 0.4 nozzle", "Voron Trident 350 0.4 nozzle",
"Voron 0.1 0.4 nozzle" "Voron 0.1 0.4 nozzle",
"Voron Switchwire 250 0.4 nozzle"
] ]
} }

View file

@ -81,6 +81,6 @@
"40" "40"
], ],
"default_print_profile": "0.15mm Optimal @Wanhao D12-300", "default_print_profile": "0.15mm Optimal @Wanhao D12-300",
"machine_start_gcode": "; Wanhao D12-300 Start G-code\n; M117 Initial homing sequence. ; Home so that the probe is positioned to heat\nG28\nM117 Probe heating position\nG0 X65 Y5 Z1 ; Move the probe to the heating position.\nM117 Getting the heaters up to temp!\nM104 S140 ; Set Extruder temperature, no wait\nM140 S60 ; Set Heat Bed temperature\nM190 S60 ; Wait for Heat Bed temperature\nM117 Waiting for probe to warm! ; Wait another 90s for the probe to absorb heat.\nG4 S90\nM117 Post warming re-home\nG28 ; Home all axes again after warming\nM117 Z-Dance of my people\nG34\nM117 ABL Probing\nG29\nM900 K0 L0 T0 ;Edit the K and L values if you have calibrated a k factor for your filament\nM900 T0 S0\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X4.1 Y10 Z0.3 F5000.0 ; Move to start position\nM117 Getting the extruder up to temp\nM140 S{material_bed_temperature_layer_0} ; Set Heat Bed temperature\nM104 S{material_print_temperature_layer_0} ; Set Extruder temperature\nM109 S{material_print_temperature_layer_0} ; Wait for Extruder temperature\nM190 S{material_bed_temperature_layer_0} ; Wait for Heat Bed temperature\nG92 E0 ; Reset Extruder\nM117 Purging\nG1 X4.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X4.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X4.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nM117 Lets make\nG1 X8 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish", "machine_start_gcode": "; Wanhao D12-300 Start G-code\n; M117 Initial homing sequence. ; Home so that the probe is positioned to heat\nG28\nM117 Probe heating position\nG0 X65 Y5 Z1 ; Move the probe to the heating position.\nM117 Getting the heaters up to temp!\nM104 S140 ; Set Extruder temperature, no wait\nM140 S60 ; Set Heat Bed temperature\nM190 S60 ; Wait for Heat Bed temperature\nM117 Waiting for probe to warm! ; Wait another 90s for the probe to absorb heat.\nG4 S90\nM117 Post warming re-home\nG28 ; Home all axes again after warming\nM117 Z-Dance of my people\nG34\nM117 ABL Probing\nG29\nM900 K0 L0 T0 ;Edit the K and L values if you have calibrated a k factor for your filament\nM900 T0 S0\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X4.1 Y10 Z0.3 F5000.0 ; Move to start position\nM117 Getting the extruder up to temp\nM140 S[first_layer_bed_temperature] ; Set Heat Bed temperature\nM104 S[first_layer_temperature] ; Set Extruder temperature\nM109 S[first_layer_temperature] ; Wait for Extruder temperature\nM190 S[first_layer_bed_temperature] ; Wait for Heat Bed temperature\nG92 E0 ; Reset Extruder\nM117 Purging\nG1 X4.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X4.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X4.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nM117 Lets make\nG1 X8 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish",
"machine_end_gcode": "; Wanhao D12-300 Default End Gcode\nG91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract a bit more and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z by 10mm\nG90 ;Return to absolute positioning\nG1 X0 Y{machine_depth} ;TaDaaaa\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z" "machine_end_gcode": "; Wanhao D12-300 Default End Gcode\nG91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract a bit more and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z by 10mm\nG90 ;Return to absolute positioning\nG1 X0 Y{print_bed_max[1]} ;TaDaaaa\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z"
} }

View file

@ -645,7 +645,7 @@ std::vector<SurfaceFill> group_fills(const Layer &layer)
} }
// BBS: detect narrow internal solid infill area and use ipConcentricInternal pattern instead // BBS: detect narrow internal solid infill area and use ipConcentricInternal pattern instead
/*if (layer.object()->config().detect_narrow_internal_solid_infill)*/ { if (layer.object()->config().detect_narrow_internal_solid_infill) {
size_t surface_fills_size = surface_fills.size(); size_t surface_fills_size = surface_fills.size();
for (size_t i = 0; i < surface_fills_size; i++) { for (size_t i = 0; i < surface_fills_size; i++) {
if (surface_fills[i].surface.surface_type != stInternalSolid) if (surface_fills[i].surface.surface_type != stInternalSolid)

View file

@ -2187,7 +2187,7 @@ void GCode::_do_export(Print& print, GCodeOutputStream &file, ThumbnailsGenerato
bbox_wo_wt.merge(unscaled(objPtr->get_first_layer_bbox(data.area, data.layer_height, data.name))); bbox_wo_wt.merge(unscaled(objPtr->get_first_layer_bbox(data.area, data.layer_height, data.name)));
} }
auto center = bbox_wo_wt.center(); auto center = bbox_wo_wt.center();
this->placeholder_parser().set("first_layer_center_no_wipe_tower", new ConfigOptionFloats(center.x(), center.y())); this->placeholder_parser().set("first_layer_center_no_wipe_tower", new ConfigOptionFloats({center.x(), center.y()}));
} }
bool activate_chamber_temp_control = false; bool activate_chamber_temp_control = false;
auto max_chamber_temp = 0; auto max_chamber_temp = 0;

View file

@ -726,7 +726,7 @@ bool Preset::has_cali_lines(PresetBundle* preset_bundle)
static std::vector<std::string> s_Preset_print_options { static std::vector<std::string> s_Preset_print_options {
"layer_height", "initial_layer_print_height", "wall_loops", "slice_closing_radius", "spiral_mode", "slicing_mode", "layer_height", "initial_layer_print_height", "wall_loops", "slice_closing_radius", "spiral_mode", "slicing_mode",
"top_shell_layers", "top_shell_thickness", "bottom_shell_layers", "bottom_shell_thickness", "top_shell_layers", "top_shell_thickness", "bottom_shell_layers", "bottom_shell_thickness",
"extra_perimeters_on_overhangs", "reduce_crossing_wall", "detect_thin_wall", "detect_overhang_wall", "overhang_reverse", "overhang_reverse_threshold", "extra_perimeters_on_overhangs", "ensure_vertical_shell_thickness", "reduce_crossing_wall", "detect_thin_wall", "detect_overhang_wall", "overhang_reverse", "overhang_reverse_threshold",
"seam_position", "staggered_inner_seams", "wall_infill_order", "sparse_infill_density", "sparse_infill_pattern", "top_surface_pattern", "bottom_surface_pattern", "seam_position", "staggered_inner_seams", "wall_infill_order", "sparse_infill_density", "sparse_infill_pattern", "top_surface_pattern", "bottom_surface_pattern",
"infill_direction", "infill_direction",
"minimum_sparse_infill_area", "reduce_infill_retraction","internal_solid_infill_pattern", "minimum_sparse_infill_area", "reduce_infill_retraction","internal_solid_infill_pattern",
@ -756,6 +756,7 @@ static std::vector<std::string> s_Preset_print_options {
"flush_into_infill", "flush_into_objects", "flush_into_support", "flush_into_infill", "flush_into_objects", "flush_into_support",
"tree_support_branch_angle", "tree_support_angle_slow", "tree_support_wall_count", "tree_support_top_rate", "tree_support_branch_distance", "tree_support_tip_diameter", "tree_support_branch_angle", "tree_support_angle_slow", "tree_support_wall_count", "tree_support_top_rate", "tree_support_branch_distance", "tree_support_tip_diameter",
"tree_support_branch_diameter", "tree_support_branch_diameter_angle", "tree_support_branch_diameter_double_wall", "tree_support_branch_diameter", "tree_support_branch_diameter_angle", "tree_support_branch_diameter_double_wall",
"detect_narrow_internal_solid_infill",
"gcode_add_line_number", "enable_arc_fitting", "infill_combination", /*"adaptive_layer_height",*/ "gcode_add_line_number", "enable_arc_fitting", "infill_combination", /*"adaptive_layer_height",*/
"support_bottom_interface_spacing", "enable_overhang_speed", "slowdown_for_curled_perimeters", "overhang_1_4_speed", "overhang_2_4_speed", "overhang_3_4_speed", "overhang_4_4_speed", "support_bottom_interface_spacing", "enable_overhang_speed", "slowdown_for_curled_perimeters", "overhang_1_4_speed", "overhang_2_4_speed", "overhang_3_4_speed", "overhang_4_4_speed",
"initial_layer_infill_speed", "only_one_wall_top", "initial_layer_infill_speed", "only_one_wall_top",

View file

@ -1183,6 +1183,14 @@ void PrintConfigDef::init_fff_params()
def->mode = comAdvanced; def->mode = comAdvanced;
def->set_default_value(new ConfigOptionStrings { " " }); def->set_default_value(new ConfigOptionStrings { " " });
def = this->add("ensure_vertical_shell_thickness", coBool);
def->label = L("Ensure vertical shell thickness");
def->category = L("Strength");
def->tooltip = L("Add solid infill near sloping surfaces to guarantee the vertical shell thickness "
"(top+bottom solid layers)");
def->mode = comAdvanced;
def->set_default_value(new ConfigOptionBool(true));
auto def_top_fill_pattern = def = this->add("top_surface_pattern", coEnum); auto def_top_fill_pattern = def = this->add("top_surface_pattern", coEnum);
def->label = L("Top surface pattern"); def->label = L("Top surface pattern");
def->category = L("Strength"); def->category = L("Strength");
@ -4390,6 +4398,15 @@ def = this->add("filament_loading_speed", coFloats);
default: assert(false); default: assert(false);
} }
} }
def = this->add("detect_narrow_internal_solid_infill", coBool);
def->label = L("Detect narrow internal solid infill");
def->category = L("Strength");
def->tooltip = L("This option will auto detect narrow internal solid infill area."
" If enabled, concentric pattern will be used for the area to speed printing up."
" Otherwise, rectilinear pattern is used defaultly.");
def->mode = comAdvanced;
def->set_default_value(new ConfigOptionBool(true));
} }
void PrintConfigDef::init_extruder_option_keys() void PrintConfigDef::init_extruder_option_keys()
@ -5194,8 +5211,8 @@ void PrintConfigDef::handle_legacy(t_config_option_key &opt_key, std::string &va
"support_transition_line_width", "support_transition_speed", "bed_temperature", "bed_temperature_initial_layer", "support_transition_line_width", "support_transition_speed", "bed_temperature", "bed_temperature_initial_layer",
"can_switch_nozzle_type", "can_add_auxiliary_fan", "extra_flush_volume", "spaghetti_detector", "adaptive_layer_height", "can_switch_nozzle_type", "can_add_auxiliary_fan", "extra_flush_volume", "spaghetti_detector", "adaptive_layer_height",
"z_hop_type", "z_lift_type", "bed_temperature_difference", "z_hop_type", "z_lift_type", "bed_temperature_difference",
"detect_narrow_internal_solid_infill", "ensure_vertical_shell_thickness","extruder_type", "extruder_type",
"internal_bridge_support_thickness","ensure_vertical_shell_thickness","extruder_clearance_max_radius" "internal_bridge_support_thickness","extruder_clearance_max_radius"
}; };
if (ignore.find(opt_key) != ignore.end()) { if (ignore.find(opt_key) != ignore.end()) {

View file

@ -747,6 +747,7 @@ PRINT_CONFIG_CLASS_DEFINE(
((ConfigOptionBool, tree_support_adaptive_layer_height)) ((ConfigOptionBool, tree_support_adaptive_layer_height))
((ConfigOptionBool, tree_support_auto_brim)) ((ConfigOptionBool, tree_support_auto_brim))
((ConfigOptionFloat, tree_support_brim_width)) ((ConfigOptionFloat, tree_support_brim_width))
((ConfigOptionBool, detect_narrow_internal_solid_infill))
// ((ConfigOptionBool, adaptive_layer_height)) // ((ConfigOptionBool, adaptive_layer_height))
((ConfigOptionFloat, support_bottom_interface_spacing)) ((ConfigOptionFloat, support_bottom_interface_spacing))
((ConfigOptionEnum<PerimeterGeneratorType>, wall_generator)) ((ConfigOptionEnum<PerimeterGeneratorType>, wall_generator))
@ -797,6 +798,7 @@ PRINT_CONFIG_CLASS_DEFINE(
((ConfigOptionFloat, bridge_flow)) ((ConfigOptionFloat, bridge_flow))
((ConfigOptionFloat, bridge_speed)) ((ConfigOptionFloat, bridge_speed))
((ConfigOptionFloatOrPercent, internal_bridge_speed)) ((ConfigOptionFloatOrPercent, internal_bridge_speed))
((ConfigOptionBool, ensure_vertical_shell_thickness))
((ConfigOptionEnum<InfillPattern>, top_surface_pattern)) ((ConfigOptionEnum<InfillPattern>, top_surface_pattern))
((ConfigOptionEnum<InfillPattern>, bottom_surface_pattern)) ((ConfigOptionEnum<InfillPattern>, bottom_surface_pattern))
((ConfigOptionEnum<InfillPattern>, internal_solid_infill_pattern)) ((ConfigOptionEnum<InfillPattern>, internal_solid_infill_pattern))

View file

@ -1057,6 +1057,7 @@ bool PrintObject::invalidate_state_by_config_options(
|| opt_key == "solid_infill_filament" || opt_key == "solid_infill_filament"
|| opt_key == "sparse_infill_line_width" || opt_key == "sparse_infill_line_width"
|| opt_key == "infill_direction" || opt_key == "infill_direction"
|| opt_key == "ensure_vertical_shell_thickness"
|| opt_key == "bridge_angle" || opt_key == "bridge_angle"
//BBS //BBS
|| opt_key == "bridge_density") { || opt_key == "bridge_density") {
@ -1520,6 +1521,18 @@ void PrintObject::discover_vertical_shells()
if (top_bottom_surfaces_all_regions) { if (top_bottom_surfaces_all_regions) {
// This is a multi-material print and interface_shells are disabled, meaning that the vertical shell thickness // This is a multi-material print and interface_shells are disabled, meaning that the vertical shell thickness
// is calculated over all materials. // is calculated over all materials.
// Is the "ensure vertical wall thickness" applicable to any region?
bool has_extra_layers = false;
for (size_t region_id = 0; region_id < this->num_printing_regions(); ++region_id) {
const PrintRegionConfig &config = this->printing_region(region_id).config();
if (config.ensure_vertical_shell_thickness.value) {
has_extra_layers = true;
break;
}
}
if (! has_extra_layers)
// The "ensure vertical wall thickness" feature is not applicable to any of the regions. Quit.
return;
BOOST_LOG_TRIVIAL(debug) << "Discovering vertical shells in parallel - start : cache top / bottom"; BOOST_LOG_TRIVIAL(debug) << "Discovering vertical shells in parallel - start : cache top / bottom";
//FIXME Improve the heuristics for a grain size. //FIXME Improve the heuristics for a grain size.
size_t grain_size = std::max(num_layers / 16, size_t(1)); size_t grain_size = std::max(num_layers / 16, size_t(1));
@ -1589,6 +1602,11 @@ void PrintObject::discover_vertical_shells()
} }
for (size_t region_id = 0; region_id < this->num_printing_regions(); ++ region_id) { for (size_t region_id = 0; region_id < this->num_printing_regions(); ++ region_id) {
const PrintRegion &region = this->printing_region(region_id);
if (! region.config().ensure_vertical_shell_thickness.value)
// This region will be handled by discover_horizontal_shells().
continue;
//FIXME Improve the heuristics for a grain size. //FIXME Improve the heuristics for a grain size.
size_t grain_size = std::max(num_layers / 16, size_t(1)); size_t grain_size = std::max(num_layers / 16, size_t(1));
@ -3109,7 +3127,166 @@ void PrintObject::discover_horizontal_shells()
surface.surface_type = type; surface.surface_type = type;
} }
#endif #endif
// The rest has already been performed by discover_vertical_shells().
// If ensure_vertical_shell_thickness, then the rest has already been performed by discover_vertical_shells().
if (region_config.ensure_vertical_shell_thickness.value)
continue;
coordf_t print_z = layer->print_z;
coordf_t bottom_z = layer->bottom_z();
for (size_t idx_surface_type = 0; idx_surface_type < 3; ++ idx_surface_type) {
m_print->throw_if_canceled();
SurfaceType type = (idx_surface_type == 0) ? stTop : (idx_surface_type == 1) ? stBottom : stBottomBridge;
int num_solid_layers = (type == stTop) ? region_config.top_shell_layers.value : region_config.bottom_shell_layers.value;
if (num_solid_layers == 0)
continue;
// Find slices of current type for current layer.
// Use slices instead of fill_surfaces, because they also include the perimeter area,
// which needs to be propagated in shells; we need to grow slices like we did for
// fill_surfaces though. Using both ungrown slices and grown fill_surfaces will
// not work in some situations, as there won't be any grown region in the perimeter
// area (this was seen in a model where the top layer had one extra perimeter, thus
// its fill_surfaces were thinner than the lower layer's infill), however it's the best
// solution so far. Growing the external slices by EXTERNAL_INFILL_MARGIN will put
// too much solid infill inside nearly-vertical slopes.
// Surfaces including the area of perimeters. Everything, that is visible from the top / bottom
// (not covered by a layer above / below).
// This does not contain the areas covered by perimeters!
Polygons solid;
for (const Surface &surface : layerm->slices.surfaces)
if (surface.surface_type == type)
polygons_append(solid, to_polygons(surface.expolygon));
// Infill areas (slices without the perimeters).
for (const Surface &surface : layerm->fill_surfaces.surfaces)
if (surface.surface_type == type)
polygons_append(solid, to_polygons(surface.expolygon));
if (solid.empty())
continue;
// Slic3r::debugf "Layer %d has %s surfaces\n", $i, ($type == stTop) ? 'top' : 'bottom';
// Scatter top / bottom regions to other layers. Scattering process is inherently serial, it is difficult to parallelize without locking.
for (int n = (type == stTop) ? int(i) - 1 : int(i) + 1;
(type == stTop) ?
(n >= 0 && (int(i) - n < num_solid_layers ||
print_z - m_layers[n]->print_z < region_config.top_shell_thickness.value - EPSILON)) :
(n < int(m_layers.size()) && (n - int(i) < num_solid_layers ||
m_layers[n]->bottom_z() - bottom_z < region_config.bottom_shell_thickness.value - EPSILON));
(type == stTop) ? -- n : ++ n)
{
// Slic3r::debugf " looking for neighbors on layer %d...\n", $n;
// Reference to the lower layer of a TOP surface, or an upper layer of a BOTTOM surface.
LayerRegion *neighbor_layerm = m_layers[n]->regions()[region_id];
// find intersection between neighbor and current layer's surfaces
// intersections have contours and holes
// we update $solid so that we limit the next neighbor layer to the areas that were
// found on this one - in other words, solid shells on one layer (for a given external surface)
// are always a subset of the shells found on the previous shell layer
// this approach allows for DWIM in hollow sloping vases, where we want bottom
// shells to be generated in the base but not in the walls (where there are many
// narrow bottom surfaces): reassigning $solid will consider the 'shadow' of the
// upper perimeter as an obstacle and shell will not be propagated to more upper layers
//FIXME How does it work for stInternalBRIDGE? This is set for sparse infill. Likely this does not work.
Polygons new_internal_solid;
{
Polygons internal;
for (const Surface &surface : neighbor_layerm->fill_surfaces.surfaces)
if (surface.surface_type == stInternal || surface.surface_type == stInternalSolid)
polygons_append(internal, to_polygons(surface.expolygon));
new_internal_solid = intersection(solid, internal, ApplySafetyOffset::Yes);
}
if (new_internal_solid.empty()) {
// No internal solid needed on this layer. In order to decide whether to continue
// searching on the next neighbor (thus enforcing the configured number of solid
// layers, use different strategies according to configured infill density:
if (region_config.sparse_infill_density.value == 0) {
// If user expects the object to be void (for example a hollow sloping vase),
// don't continue the search. In this case, we only generate the external solid
// shell if the object would otherwise show a hole (gap between perimeters of
// the two layers), and internal solid shells are a subset of the shells found
// on each previous layer.
goto EXTERNAL;
} else {
// If we have internal infill, we can generate internal solid shells freely.
continue;
}
}
if (region_config.sparse_infill_density.value == 0) {
// if we're printing a hollow object we discard any solid shell thinner
// than a perimeter width, since it's probably just crossing a sloping wall
// and it's not wanted in a hollow print even if it would make sense when
// obeying the solid shell count option strictly (DWIM!)
float margin = float(neighbor_layerm->flow(frExternalPerimeter).scaled_width());
Polygons too_narrow = diff(
new_internal_solid,
opening(new_internal_solid, margin, margin + ClipperSafetyOffset, jtMiter, 5));
// Trim the regularized region by the original region.
if (! too_narrow.empty())
new_internal_solid = solid = diff(new_internal_solid, too_narrow);
}
// make sure the new internal solid is wide enough, as it might get collapsed
// when spacing is added in Fill.pm
{
//FIXME Vojtech: Disable this and you will be sorry.
float margin = 3.f * layerm->flow(frSolidInfill).scaled_width(); // require at least this size
// we use a higher miterLimit here to handle areas with acute angles
// in those cases, the default miterLimit would cut the corner and we'd
// get a triangle in $too_narrow; if we grow it below then the shell
// would have a different shape from the external surface and we'd still
// have the same angle, so the next shell would be grown even more and so on.
Polygons too_narrow = diff(
new_internal_solid,
opening(new_internal_solid, margin, margin + ClipperSafetyOffset, ClipperLib::jtMiter, 5));
if (! too_narrow.empty()) {
// grow the collapsing parts and add the extra area to the neighbor layer
// as well as to our original surfaces so that we support this
// additional area in the next shell too
// make sure our grown surfaces don't exceed the fill area
Polygons internal;
for (const Surface &surface : neighbor_layerm->fill_surfaces.surfaces)
if (surface.is_internal() && !surface.is_bridge())
polygons_append(internal, to_polygons(surface.expolygon));
polygons_append(new_internal_solid,
intersection(
expand(too_narrow, +margin),
// Discard bridges as they are grown for anchoring and we can't
// remove such anchors. (This may happen when a bridge is being
// anchored onto a wall where little space remains after the bridge
// is grown, and that little space is an internal solid shell so
// it triggers this too_narrow logic.)
internal));
// solid = new_internal_solid;
}
}
// internal-solid are the union of the existing internal-solid surfaces
// and new ones
SurfaceCollection backup = std::move(neighbor_layerm->fill_surfaces);
polygons_append(new_internal_solid, to_polygons(backup.filter_by_type(stInternalSolid)));
ExPolygons internal_solid = union_ex(new_internal_solid);
// assign new internal-solid surfaces to layer
neighbor_layerm->fill_surfaces.set(internal_solid, stInternalSolid);
// subtract intersections from layer surfaces to get resulting internal surfaces
Polygons polygons_internal = to_polygons(std::move(internal_solid));
ExPolygons internal = diff_ex(backup.filter_by_type(stInternal), polygons_internal, ApplySafetyOffset::Yes);
// assign resulting internal surfaces to layer
neighbor_layerm->fill_surfaces.append(internal, stInternal);
polygons_append(polygons_internal, to_polygons(std::move(internal)));
// assign top and bottom surfaces to layer
backup.keep_types({ stTop, stBottom, stBottomBridge });
std::vector<SurfacesPtr> top_bottom_groups;
backup.group(&top_bottom_groups);
for (SurfacesPtr &group : top_bottom_groups)
neighbor_layerm->fill_surfaces.append(
diff_ex(group, polygons_internal),
// Use an existing surface as a template, it carries the bridge angle etc.
*group.front());
}
EXTERNAL:;
} // foreach type (stTop, stBottom, stBottomBridge)
} // for each layer } // for each layer
} // for each region } // for each region

View file

@ -528,14 +528,14 @@ CalibPressureAdvancePattern::CalibPressureAdvancePattern(
}; };
void CalibPressureAdvancePattern::generate_custom_gcodes(const DynamicPrintConfig &config, void CalibPressureAdvancePattern::generate_custom_gcodes(const DynamicPrintConfig &config,
bool is_bbl_machine, bool is_bbl_machine,
Model &model, Model &model,
const Vec3d &origin) const Vec3d &origin)
{ {
std::stringstream gcode; std::stringstream gcode;
gcode << "; start pressure advance pattern for layer\n"; gcode << "; start pressure advance pattern for layer\n";
refresh_setup(config, is_bbl_machine, model, origin); refresh_setup(config, is_bbl_machine, model, origin);
gcode << move_to(Vec2d(m_starting_point.x(), m_starting_point.y()), m_writer, "Move to start XY position"); gcode << move_to(Vec2d(m_starting_point.x(), m_starting_point.y()), m_writer, "Move to start XY position");
gcode << m_writer.travel_to_z(height_first_layer(), "Move to start Z position"); gcode << m_writer.travel_to_z(height_first_layer(), "Move to start Z position");
@ -686,8 +686,6 @@ void CalibPressureAdvancePattern::refresh_setup(const DynamicPrintConfig &config
m_config.apply(model.objects.front()->config.get(), true); m_config.apply(model.objects.front()->config.get(), true);
m_config.apply(model.objects.front()->volumes.front()->config.get(), true); m_config.apply(model.objects.front()->volumes.front()->config.get(), true);
m_is_delta = (m_config.option<ConfigOptionPoints>("printable_area")->values.size() > 4);
_refresh_starting_point(model); _refresh_starting_point(model);
_refresh_writer(is_bbl_machine, model, origin); _refresh_writer(is_bbl_machine, model, origin);
} }
@ -702,11 +700,6 @@ void CalibPressureAdvancePattern::_refresh_starting_point(const Model &model)
m_starting_point = Vec3d(bbox.min.x(), bbox.max.y(), 0); m_starting_point = Vec3d(bbox.min.x(), bbox.max.y(), 0);
m_starting_point.y() += m_handle_spacing; m_starting_point.y() += m_handle_spacing;
if (m_is_delta) {
m_starting_point.x() *= -1;
m_starting_point.y() -= (frame_size_y() / 2);
}
} }
void CalibPressureAdvancePattern::_refresh_writer(bool is_bbl_machine, const Model &model, const Vec3d &origin) void CalibPressureAdvancePattern::_refresh_writer(bool is_bbl_machine, const Model &model, const Vec3d &origin)

View file

@ -294,7 +294,6 @@ private:
const Calib_Params &m_params; const Calib_Params &m_params;
GCodeWriter m_writer; GCodeWriter m_writer;
bool m_is_delta;
Vec3d m_starting_point; Vec3d m_starting_point;
bool m_is_start_point_fixed = false; bool m_is_start_point_fixed = false;

View file

@ -277,6 +277,7 @@ void ConfigManipulation::update_print_fff_config(DynamicPrintConfig* config, con
sparse_infill_density == 0 && sparse_infill_density == 0 &&
! config->opt_bool("enable_support") && ! config->opt_bool("enable_support") &&
config->opt_int("enforce_support_layers") == 0 && config->opt_int("enforce_support_layers") == 0 &&
config->opt_bool("ensure_vertical_shell_thickness") &&
! config->opt_bool("detect_thin_wall") && ! config->opt_bool("detect_thin_wall") &&
! config->opt_bool("overhang_reverse") && ! config->opt_bool("overhang_reverse") &&
config->opt_enum<TimelapseType>("timelapse_type") == TimelapseType::tlTraditional)) config->opt_enum<TimelapseType>("timelapse_type") == TimelapseType::tlTraditional))
@ -304,6 +305,7 @@ void ConfigManipulation::update_print_fff_config(DynamicPrintConfig* config, con
new_conf.set_key_value("sparse_infill_density", new ConfigOptionPercent(0)); new_conf.set_key_value("sparse_infill_density", new ConfigOptionPercent(0));
new_conf.set_key_value("enable_support", new ConfigOptionBool(false)); new_conf.set_key_value("enable_support", new ConfigOptionBool(false));
new_conf.set_key_value("enforce_support_layers", new ConfigOptionInt(0)); new_conf.set_key_value("enforce_support_layers", new ConfigOptionInt(0));
new_conf.set_key_value("ensure_vertical_shell_thickness", new ConfigOptionBool(true));
new_conf.set_key_value("detect_thin_wall", new ConfigOptionBool(false)); new_conf.set_key_value("detect_thin_wall", new ConfigOptionBool(false));
new_conf.set_key_value("overhang_reverse", new ConfigOptionBool(false)); new_conf.set_key_value("overhang_reverse", new ConfigOptionBool(false));
new_conf.set_key_value("timelapse_type", new ConfigOptionEnum<TimelapseType>(tlTraditional)); new_conf.set_key_value("timelapse_type", new ConfigOptionEnum<TimelapseType>(tlTraditional));
@ -524,7 +526,7 @@ void ConfigManipulation::toggle_print_fff_options(DynamicPrintConfig *config, co
} }
bool have_perimeters = config->opt_int("wall_loops") > 0; bool have_perimeters = config->opt_int("wall_loops") > 0;
for (auto el : { "extra_perimeters_on_overhangs", "detect_thin_wall", "detect_overhang_wall", for (auto el : { "extra_perimeters_on_overhangs", "ensure_vertical_shell_thickness", "detect_thin_wall", "detect_overhang_wall",
"seam_position", "staggered_inner_seams", "wall_infill_order", "outer_wall_line_width", "seam_position", "staggered_inner_seams", "wall_infill_order", "outer_wall_line_width",
"inner_wall_speed", "outer_wall_speed", "small_perimeter_speed", "small_perimeter_threshold" }) "inner_wall_speed", "outer_wall_speed", "small_perimeter_speed", "small_perimeter_threshold" })
toggle_field(el, have_perimeters); toggle_field(el, have_perimeters);

View file

@ -2478,7 +2478,6 @@ bool GUI_App::on_init_inner()
#endif // __WXMSW__ #endif // __WXMSW__
preset_updater = new PresetUpdater(); preset_updater = new PresetUpdater();
#if orca_todo
Bind(EVT_SLIC3R_VERSION_ONLINE, [this](const wxCommandEvent& evt) { Bind(EVT_SLIC3R_VERSION_ONLINE, [this](const wxCommandEvent& evt) {
if (this->plater_ != nullptr) { if (this->plater_ != nullptr) {
// this->plater_->get_notification_manager()->push_notification(NotificationType::NewAppAvailable); // this->plater_->get_notification_manager()->push_notification(NotificationType::NewAppAvailable);
@ -2567,7 +2566,6 @@ bool GUI_App::on_init_inner()
}); });
dlg.ShowModal(); dlg.ShowModal();
}); });
#endif
} }
else { else {
#ifdef __WXMSW__ #ifdef __WXMSW__
@ -4265,7 +4263,7 @@ void GUI_App::check_new_version_sf(bool show_tips, int by_user)
error); error);
}) })
.timeout_connect(1) .timeout_connect(1)
.on_complete([&](std::string body, unsigned http_status) { .on_complete([this,by_user](std::string body, unsigned http_status) {
// Http response OK // Http response OK
if (http_status != 200) if (http_status != 200)
return; return;
@ -4291,30 +4289,28 @@ void GUI_App::check_new_version_sf(bool show_tips, int by_user)
std::string best_release_content; std::string best_release_content;
std::string best_pre_content; std::string best_pre_content;
const std::regex reg_num("([0-9]+)"); const std::regex reg_num("([0-9]+)");
for (auto json_version : root) { std::string tag = root.get<std::string>("tag_name");
std::string tag = json_version.second.get<std::string>("tag_name"); if (tag[0] == 'v')
if (tag[0] == 'v') tag.erase(0, 1);
tag.erase(0, 1); for (std::regex_iterator it = std::sregex_iterator(tag.begin(), tag.end(), reg_num);
for (std::regex_iterator it = std::sregex_iterator(tag.begin(), tag.end(), reg_num); it != std::sregex_iterator(); ++it) {
it != std::sregex_iterator(); ++it) { }
} Semver tag_version = get_version(tag, matcher);
Semver tag_version = get_version(tag, matcher); if (current_version == tag_version)
if (current_version == tag_version) i_am_pre = root.get<bool>("prerelease");
i_am_pre = json_version.second.get<bool>("prerelease"); if (root.get<bool>("prerelease")) {
if (json_version.second.get<bool>("prerelease")) { if (best_pre < tag_version) {
if (best_pre < tag_version) { best_pre = tag_version;
best_pre = tag_version; best_pre_url = root.get<std::string>("html_url");
best_pre_url = json_version.second.get<std::string>("html_url"); best_pre_content = root.get<std::string>("body");
best_pre_content = json_version.second.get<std::string>("body"); best_pre.set_prerelease("Preview");
best_pre.set_prerelease("Preview"); }
} } else {
} else { if (best_release < tag_version) {
if (best_release < tag_version) { best_release = tag_version;
best_release = tag_version; best_release_url = root.get<std::string>("html_url");
best_release_url = json_version.second.get<std::string>("html_url"); best_release_content = root.get<std::string>("body");
best_release_content = json_version.second.get<std::string>("body"); }
}
}
} }
// if release is more recent than beta, use release anyway // if release is more recent than beta, use release anyway
@ -4324,8 +4320,11 @@ void GUI_App::check_new_version_sf(bool show_tips, int by_user)
best_pre_content = best_release_content; best_pre_content = best_release_content;
} }
// if we're the most recent, don't do anything // if we're the most recent, don't do anything
if ((i_am_pre ? best_pre : best_release) <= current_version) if ((i_am_pre ? best_pre : best_release) <= current_version) {
if (by_user != 0)
this->no_new_version();
return; return;
}
// BOOST_LOG_TRIVIAL(info) << format("Got %1% online version: `%2%`. Sending to GUI thread...", // BOOST_LOG_TRIVIAL(info) << format("Got %1% online version: `%2%`. Sending to GUI thread...",
// SLIC3R_APP_NAME, i_am_pre ? best_pre.to_string(): best_release.to_string()); // SLIC3R_APP_NAME, i_am_pre ? best_pre.to_string(): best_release.to_string());

View file

@ -1077,6 +1077,13 @@ void Sidebar::update_all_preset_comboboxes()
m_bed_type_list->SelectAndNotify((int)bed_type - 1); m_bed_type_list->SelectAndNotify((int)bed_type - 1);
} }
m_bed_type_list->Enable(); m_bed_type_list->Enable();
auto str_bed_type = wxGetApp().app_config->get_printer_setting(wxGetApp().preset_bundle->printers.get_selected_preset_name(), "curr_bed_type");
if(!str_bed_type.empty()){
int bed_type_value = atoi(str_bed_type.c_str());
if(bed_type_value == 0)
bed_type_value = 1;
m_bed_type_list->SelectAndNotify(bed_type_value - 1);
}
} else { } else {
connection_btn->Show(); connection_btn->Show();
ams_btn->Hide(); ams_btn->Hide();

View file

@ -1941,6 +1941,8 @@ void TabPrint::build()
optgroup->append_single_option_line("bridge_angle"); optgroup->append_single_option_line("bridge_angle");
optgroup->append_single_option_line("minimum_sparse_infill_area"); optgroup->append_single_option_line("minimum_sparse_infill_area");
optgroup->append_single_option_line("infill_combination"); optgroup->append_single_option_line("infill_combination");
optgroup->append_single_option_line("detect_narrow_internal_solid_infill");
optgroup->append_single_option_line("ensure_vertical_shell_thickness");
page = add_options_page(L("Speed"), "empty"); page = add_options_page(L("Speed"), "empty");
optgroup = page->new_optgroup(L("Initial layer speed"), L"param_speed_first", 15); optgroup = page->new_optgroup(L("Initial layer speed"), L"param_speed_first", 15);