diff --git a/.github/workflows/build_orca.yml b/.github/workflows/build_orca.yml index 0fd5724f9e..f8398c2b9d 100644 --- a/.github/workflows/build_orca.yml +++ b/.github/workflows/build_orca.yml @@ -224,6 +224,13 @@ jobs: with: name: OrcaSlicer_Windows_V${{ env.ver }} path: ${{ github.workspace }}/build/OrcaSlicer*.exe + + - name: Upload artifacts Win PDB + if: matrix.os == 'windows-latest' + uses: actions/upload-artifact@v3 + with: + name: OrcaSlicer_Windows_V${{ env.ver }}_pdb + path: ${{ github.workspace }}/build/src/Release/*.pdb # Ubuntu - name: Install dependencies diff --git a/.github/workflows/orca_bot.yml b/.github/workflows/orca_bot.yml index a60a9b6205..67a7e6532f 100644 --- a/.github/workflows/orca_bot.yml +++ b/.github/workflows/orca_bot.yml @@ -16,6 +16,7 @@ jobs: days-before-issue-close: 14 operations-per-run: 1000 stale-issue-label: "stale" + ascending: true stale-issue-message: "GitHub bot: this issue is stale because it has been open for 90 days with no activity." close-issue-message: "GitHub bot: This issue was closed because it has been inactive for 14 days since being marked as stale." days-before-pr-stale: -1 diff --git a/doc/Chamber-temperature.md b/doc/Chamber-temperature.md index d9fe37e676..2ab9c1b7cf 100644 --- a/doc/Chamber-temperature.md +++ b/doc/Chamber-temperature.md @@ -1,4 +1,18 @@ OrcaSlicer use `M141/M191` command to control active chamber heater. + +If `Activate temperature control` is checked, OrcaSlicer will insert `M191` command at the beginning of the gcode(before `Machine G-code`). +![image](./images/activate_chamber_heater.jpg) +*Note: If the machine is equipped with an auxiliary fan, OrcaSlicer will automatically activate the fan during the heating period to help circulate air in the chamber.* + + +There are two chamber temperature variables available that we can use in `Machine G-code` to control the chamber temperature, if you prefer: +To access the chamber temperature set in the first filament, use: +`M191 S{chamber_temperature[0]}` +To use the overall chamber temperature, which is the highest chamber temperature set across all filaments, use: +`M191 S{overall_chamber_temperature}` + + +--------------------------Klipper-------------------------- If you are using Klipper, you can define these macros to control the active chamber heater. Bellow is a reference configuration for Klipper. *Note: Don't forget to change the pin name/values to the actual values you are using in the configuration* diff --git a/doc/images/activate_chamber_heater.jpg b/doc/images/activate_chamber_heater.jpg new file mode 100644 index 0000000000..c6c4f550ac Binary files /dev/null and b/doc/images/activate_chamber_heater.jpg differ diff --git a/localization/i18n/it/OrcaSlicer_it.po b/localization/i18n/it/OrcaSlicer_it.po index 4a1d756596..e176e5ad4d 100644 --- a/localization/i18n/it/OrcaSlicer_it.po +++ b/localization/i18n/it/OrcaSlicer_it.po @@ -2,22 +2,22 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-10 14:54+0800\n" +"POT-Creation-Date: 2023-11-12 15:54+0800\n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Localazy (https://localazy.com)\n" "Plural-Forms: nplurals=2; plural=(n==1) ? 0 : 1;\n" +"X-Generator: Poedit 3.4.1\n" msgid "Supports Painting" -msgstr "Support Painting" +msgstr "Pittura Supporti" msgid "Alt + Mouse wheel" msgstr "Alt + Rotella del mouse" msgid "Section view" -msgstr "Section view" +msgstr "Vista in sezione" msgid "Reset direction" msgstr "Ripristina direzione" @@ -26,7 +26,7 @@ msgid "Ctrl + Mouse wheel" msgstr "Ctrl + Rotella del mouse" msgid "Pen size" -msgstr "Pen size" +msgstr "Dimensione penna" msgid "Left mouse button" msgstr "Tasto sinistro mouse" @@ -44,13 +44,13 @@ msgid "Shift + Left mouse button" msgstr "Shift + Tasto sinistro mouse" msgid "Erase" -msgstr "Erase" +msgstr "Elimina" msgid "Erase all painting" -msgstr "Erase all painting" +msgstr "Cancellare tutta la pittura" msgid "Highlight overhang areas" -msgstr "Highlight overhangs" +msgstr "Evidenziare le sporgenze" msgid "Gap fill" msgstr "Riempimento gap" @@ -68,10 +68,10 @@ msgid "Smart fill angle" msgstr "Angolo riempimento intelligente" msgid "On overhangs only" -msgstr "Solo su sporgenze" +msgstr "Solo sulle sporgenze" msgid "Auto support threshold angle: " -msgstr "Auto support threshold angle: " +msgstr "Angolo di soglia per supporto automatico: " msgid "Circle" msgstr "Cerchio" @@ -80,7 +80,7 @@ msgid "Sphere" msgstr "Sfera" msgid "Fill" -msgstr "Fill" +msgstr "Riempi" msgid "Gap Fill" msgstr "Riempimento gap" @@ -90,42 +90,43 @@ msgid "Allows painting only on facets selected by: \"%1%\"" msgstr "Consente di pitturare solo sulle sfaccettature selezionate da: \"%1%\"" msgid "Highlight faces according to overhang angle." -msgstr "Highlight faces according to overhang angle." +msgstr "Evidenziare le facce in base all'angolo di sporgenza." msgid "No auto support" -msgstr "No auto support" +msgstr "Nessun supporto automatico" msgid "Support Generated" -msgstr "Support generated" +msgstr "Supporto generato" msgid "Lay on face" -msgstr "Lay on Face" +msgstr "Posiziona su faccia" #, boost-format msgid "" "Filament count exceeds the maximum number that painting tool supports. only " "the first %1% filaments will be available in painting tool." msgstr "" -"Filament count exceeds the maximum number that painting tool supports. Only " -"the first %1% filaments will be available in painting tool." +"Il numero di filamenti supera il numero massimo supportato dallo strumento " +"di pittura. Solo il primo %1% dei filamenti sarà disponibile nello strumento " +"di pittura." msgid "Color Painting" -msgstr "Color painting" +msgstr "Pittura a colori" msgid "Pen shape" -msgstr "Pen shape" +msgstr "Forma penna" msgid "Paint" -msgstr "Paint" +msgstr "Pittura" msgid "Key 1~9" -msgstr "Key 1~9" +msgstr "Tasto 1~9" msgid "Choose filament" -msgstr "Choose filament" +msgstr "Scegli filamento" msgid "Edge detection" -msgstr "Edge detection" +msgstr "Rilevamento dei bordi" msgid "Triangles" msgstr "Triangoli" @@ -143,7 +144,7 @@ msgid "Bucket fill" msgstr "Riempimento Secchio" msgid "Height range" -msgstr "Height range" +msgstr "Intervallo altezza" msgid "Ctrl + Shift + Enter" msgstr "Ctrl + Shift + Invio" @@ -155,23 +156,23 @@ msgid "Shortcut Key " msgstr "Shortcut Key " msgid "Triangle" -msgstr "Triangle" +msgstr "Triangolo" msgid "Height Range" -msgstr "Height Range" +msgstr "Interv. altezza" msgid "Vertical" -msgstr "" +msgstr "Verticale" msgid "Horizontal" -msgstr "" +msgstr "Orizzontale" msgid "Remove painted color" msgstr "Rimuovi colore dipinto" #, boost-format msgid "Painted using: Filament %1%" -msgstr "Painted using: Filament %1%" +msgstr "Pitturato utilizzando: Filamento %1%" msgid "Move" msgstr "Sposta" @@ -189,10 +190,10 @@ msgid "Scale" msgstr "Ridimensiona" msgid "Error: Please close all toolbar menus first" -msgstr "Error: Please close all toolbar menus first" +msgstr "Errore: chiudi prima tutti i menu della barra degli strumenti" msgid "Tool-Lay on Face" -msgstr "Tool-Lay on Face" +msgstr "Strumento-Faccia sul piatto" msgid "in" msgstr "in" @@ -207,19 +208,19 @@ msgid "Rotation" msgstr "Rotazione" msgid "Scale ratios" -msgstr "Scale ratios" +msgstr "Rapporti di scala" msgid "Object Operations" -msgstr "Object operations" +msgstr "Operazioni sugli oggetti" msgid "Volume Operations" -msgstr "Volume operations" +msgstr "Operazioni volume" msgid "Translate" msgstr "Traduci" msgid "Group Operations" -msgstr "Group operations" +msgstr "Operazioni Gruppo" msgid "Set Position" msgstr "Imposta posizione" @@ -231,7 +232,7 @@ msgid "Set Scale" msgstr "Imposta scala" msgid "Reset Position" -msgstr "Reset position" +msgstr "Ripristina posizione" msgid "Reset Rotation" msgstr "Reimposta rotazione" @@ -249,7 +250,7 @@ msgid "%" msgstr "%" msgid "uniform scale" -msgstr "Uniform scale" +msgstr "Scala uniforme" msgid "Left click" msgstr "Click sinistro" @@ -264,7 +265,7 @@ msgid "Remove connector" msgstr "Rimuovi connettore" msgid "Drag" -msgstr "Drag" +msgstr "Trascina" msgid "Move connector" msgstr "Sposta connettore" @@ -312,16 +313,16 @@ msgid "Place on cut" msgstr "Posiziona sul taglio" msgid "Flip" -msgstr "Flip" +msgstr "Ribalta" msgid "After cut" msgstr "Dopo il taglio" msgid "Cut to parts" -msgstr "Cut to parts" +msgstr "Taglia le parti" msgid "Auto Segment" -msgstr "Auto Segment" +msgstr "Segmento automatico" msgid "Perform cut" msgstr "Effettua taglio" @@ -333,7 +334,7 @@ msgid "Connectors" msgstr "Connettori" msgid "Type" -msgstr "Type" +msgstr "Tipo" msgid "Style" msgstr "Stile" @@ -351,7 +352,7 @@ msgid "Prizm" msgstr "Prizm" msgid "Frustum" -msgstr "Frustum" +msgstr "Tronco" msgid "Square" msgstr "Quadrato" @@ -416,8 +417,8 @@ msgid "" "Processing model '%1%' with more than 1M triangles could be slow. It is " "highly recommended to simplify the model." msgstr "" -"Processing model '%1%' with more than 1M triangles could be slow. It is " -"highly recommended to simplify the model." +"Lo slicing del modello \"%1%\" con più di 1 milione di triangoli potrebbe " +"essere lento. Si consiglia di semplificare il modello." msgid "Simplify model" msgstr "Semplifica modello" @@ -466,10 +467,10 @@ msgid "Operation already cancelling. Please wait few seconds." msgstr "Operazione già annullata. Si prega di attendere qualche secondo." msgid "Face recognition" -msgstr "Face recognition" +msgstr "Riconoscimento facciale" msgid "Perform Recognition" -msgstr "Perform Recognition" +msgstr "Esegui riconoscimento" msgid "Brush size" msgstr "Misura del pennello" @@ -535,16 +536,18 @@ msgstr "Indefinito" #, boost-format msgid "%1% was replaced with %2%" -msgstr "%1% was replaced with %2%" +msgstr "%1% è stato sostituito con %2%" msgid "The configuration may be generated by a newer version of OrcaSlicer." msgstr "" +"La configurazione potrebbe essere generata da una versione più recente di " +"OrcaSlicer." msgid "Some values have been replaced. Please check them:" -msgstr "Some values have been replaced. Please check them:" +msgstr "Alcuni valori sono stati sostituiti. Per favore controllali:" msgid "Process" -msgstr "Process" +msgstr "Processo" msgid "Filament" msgstr "Filamento" @@ -554,13 +557,15 @@ msgstr "Machine" msgid "Configuration package was loaded, but some values were not recognized." msgstr "" -"The configuration package was loaded, but some values were not recognized." +"Il pacchetto di configurazione è stato caricato, ma alcuni valori non sono " +"stati riconosciuti." #, boost-format msgid "" "Configuration file \"%1%\" was loaded, but some values were not recognized." msgstr "" -"The configuration file “%1%” was loaded, but some values were not recognized." +"Il file di configurazione \"%1%\" è stato caricato, ma alcuni valori non " +"sono stati riconosciuti." msgid "V" msgstr "V" @@ -569,6 +574,8 @@ msgid "" "OrcaSlicer will terminate because of running out of memory.It may be a bug. " "It will be appreciated if you report the issue to our team." msgstr "" +"OrcaSlicer ha esaurito la memoria e verrà chiuso. Questo potrebbe essere \n" +"un bug. Segnala questo errore al supporto tecnico.\"" msgid "Fatal error" msgstr "Errore irreversibile" @@ -577,19 +584,20 @@ msgid "" "OrcaSlicer will terminate because of a localization error. It will be " "appreciated if you report the specific scenario this issue happened." msgstr "" +"Si è verificato un errore nella localizzazione e OrcaSlicer verrà chiuso." msgid "Critical error" msgstr "Errore critico" #, boost-format msgid "OrcaSlicer got an unhandled exception: %1%" -msgstr "" +msgstr "OrcaSlicer ha ricevuto un'eccezione non gestita: %1%" msgid "Downloading Bambu Network Plug-in" msgstr "Scaricando il plug-in Bambu Network" msgid "Login information expired. Please login again." -msgstr "Login information expired. Please login again." +msgstr "Le informazioni di login sono scadute. Effettua nuovamente il login." msgid "Incorrect password" msgstr "Password errata" @@ -603,9 +611,11 @@ msgid "" "features.\n" "Click Yes to install it now." msgstr "" +"Orca Slicer richiede il runtime di Microsoft WebView2 per utilizzare " +"determinate funzionalità.\vFai clic su Sì per installarlo ora.\v" msgid "WebView2 Runtime" -msgstr "" +msgstr "WebView2 Runtime" #, c-format, boost-format msgid "" @@ -623,13 +633,13 @@ msgstr "Caricamento configurazione" #, c-format, boost-format msgid "Click to download new version in default browser: %s" -msgstr "Click to download new version in default browser: %s" +msgstr "Fai clic per scaricare la nuova versione nel browser predefinito: %s" msgid "The Orca Slicer needs an upgrade" -msgstr "Orca Slicer needs an update" +msgstr "Orca Slicer necessita di aggiornamento" msgid "This is the newest version." -msgstr "This is the newest version." +msgstr "Hai la versione più recente." msgid "Info" msgstr "Info" @@ -640,37 +650,42 @@ msgid "" "Please note, application settings will be lost, but printer profiles will " "not be affected." msgstr "" +"Il file di configurazione di OrcaSlicer potrebbe essere danneggiato e non " +"può essere analizzato.\n" +"OrcaSlicer ha tentato di ricreare il file di configurazione.\n" +"Si noti che le impostazioni dell'applicazione andranno perse, ma i profili " +"della stampante non saranno interessati." msgid "Rebuild" -msgstr "Rebuild" +msgstr "Ricrea" msgid "Loading current presets" -msgstr "Loading current presets" +msgstr "Caricamento dei preset correnti" msgid "Loading a mode view" -msgstr "Loading a mode view" +msgstr "Caricamento di una modalità di visualizzazione" msgid "Choose one file (3mf):" -msgstr "Choose one file (3mf):" +msgstr "Scegli file (3mf):" msgid "Choose one or more files (3mf/step/stl/svg/obj/amf/usd*/abc/ply):" -msgstr "" +msgstr "Scegli uno o più file (3mf/step/stl/svg/obj/amf/usd*/abc/ply):" msgid "Choose one or more files (3mf/step/stl/svg/obj/amf):" msgstr "Scegli uno o più file (3mf/step/stl/svg/obj/amf):" msgid "Choose one file (gcode/3mf):" -msgstr "" +msgstr "Scegli file (gcode/3mf):" msgid "Some presets are modified." -msgstr "Some presets are modified." +msgstr "Alcuni preset vengono modificati." msgid "" "You can keep the modifield presets to the new project, discard or save " "changes as new presets." msgstr "" -"You can keep the modified presets for the new project, discard, or save " -"changes as new presets." +"È possibile conservare i preset modificati per il nuovo progetto, eliminarli " +"o salvare le modifiche come nuovi preset." msgid "User logged out" msgstr "Utente disconnesso" @@ -679,14 +694,14 @@ msgid "new or open project file is not allowed during the slicing process!" msgstr "non è consentito aprire un nuovo file progetto durante lo slicing!" msgid "Open Project" -msgstr "Open Project" +msgstr "Apri Progetto" msgid "" "The version of Orca Slicer is too low and needs to be updated to the latest " "version before it can be used normally" msgstr "" -"The version of Orca Slicer is too low and needs to be updated to the latest " -"version before it can be used normally" +"La versione Orca Slicer è obsoleta, devi aggiornarla all'ultima versione \n" +"prima di poterla utilizzare normalmente" msgid "Privacy Policy Update" msgstr "Aggiornamento dell'informativa sulla privacy" @@ -695,10 +710,10 @@ msgid "Loading" msgstr "Caricamento" msgid "Loading user preset" -msgstr "Loading user preset" +msgstr "Caricamento del preset utente" msgid "Switching application language" -msgstr "Switching application language" +msgstr "Cambio lingua applicazione" msgid "Select the language" msgstr "Seleziona la lingua" @@ -719,7 +734,7 @@ msgid "Ongoing uploads" msgstr "Caricamenti in corso" msgid "Select a G-code file:" -msgstr "Select a G-code file:" +msgstr "Seleziona file G-code:" msgid "Import File" msgstr "Importa File…" @@ -728,56 +743,56 @@ msgid "Delete" msgstr "Elimina" msgid "Choose files" -msgstr "Choose files" +msgstr "Scegli file" msgid "New Folder" msgstr "Nuova cartella" msgid "Open" -msgstr "Open" +msgstr "Aperto" msgid "Rename" msgstr "Rinomina" msgid "Orca Slicer GUI initialization failed" -msgstr "Orca Slicer GUI initialization failed" +msgstr "Inizializzazione della GUI di Orca Slicer non riuscita" #, boost-format msgid "Fatal error, exception catched: %1%" -msgstr "Fatal error, eccezione registrata: %1%" +msgstr "Errore irreversibile, eccezione: %1%" msgid "Quality" msgstr "Qualità" msgid "Shell" -msgstr "Shell" +msgstr "Guscio" msgid "Infill" msgstr "Riempimento" msgid "Support" -msgstr "Support" +msgstr "Supporto" msgid "Flush options" -msgstr "Flush options" +msgstr "Opzioni spurgo" msgid "Speed" msgstr "Velocità" msgid "Strength" -msgstr "Strength" +msgstr "Resistenza" msgid "Top Solid Layers" -msgstr "Top solid layers" +msgstr "Strati solidi superiori" msgid "Top Minimum Shell Thickness" -msgstr "Top minimum shell thickness" +msgstr "Spessore minimo del guscio superiore" msgid "Bottom Solid Layers" -msgstr "Bottom solid layers" +msgstr "Layers solidi inferiori" msgid "Bottom Minimum Shell Thickness" -msgstr "Bottom minimum shell thickness" +msgstr "Spessore minimo del guscio inferiore" msgid "Ironing" msgstr "Stiratura" @@ -795,7 +810,7 @@ msgid "Wipe options" msgstr "Opzioni pulitura" msgid "Bed adhension" -msgstr "Bed adhesion" +msgstr "Adesione al piano" msgid "Advanced" msgstr "Avanzate" @@ -804,7 +819,7 @@ msgid "Add part" msgstr "Aggiungi parte" msgid "Add negative part" -msgstr "Add Negative Part" +msgstr "Aggiungi parte negativa" msgid "Add modifier" msgstr "Aggiungi modificatore" @@ -816,7 +831,7 @@ msgid "Add support enforcer" msgstr "Aggiungi rinforzo supporto" msgid "Select settings" -msgstr "Select settings" +msgstr "Seleziona impostazioni" msgid "Hide" msgstr "Nascondi" @@ -828,7 +843,7 @@ msgid "Del" msgstr "Del" msgid "Delete the selected object" -msgstr "Delete the selected object" +msgstr "Elimina l'oggetto selezionato" msgid "Edit Text" msgstr "Modifica testo" @@ -837,25 +852,25 @@ msgid "Load..." msgstr "Caricamento..." msgid "Orca Cube" -msgstr "" +msgstr "Orca Cube" msgid "3DBenchy" -msgstr "" +msgstr "3DBenchy" msgid "Autodesk FDM Test" -msgstr "" +msgstr "Autodesk FDM Test" msgid "Voron Cube" -msgstr "" +msgstr "Voron Cube" msgid "Cube" -msgstr "Cube" +msgstr "Cubo" msgid "Cylinder" msgstr "Cilindro" msgid "Cone" -msgstr "Cone" +msgstr "Cono" msgid "Height range Modifier" msgstr "Modifica intervallo di altezza" @@ -867,10 +882,10 @@ msgid "Change type" msgstr "Cambia tipo" msgid "Set as an individual object" -msgstr "Set as An Individual Object" +msgstr "Imposta come singolo oggetto" msgid "Set as individual objects" -msgstr "Set as Individual Objects" +msgstr "Imposta come singoli oggetti" msgid "Fill bed with copies" msgstr "Riempi il piano di copie" @@ -882,7 +897,7 @@ msgid "Printable" msgstr "Stampabile" msgid "Fix model" -msgstr "Fix Model" +msgstr "Correggi il modello" msgid "Export as STL" msgstr "Esporta come STL" @@ -900,98 +915,98 @@ msgid "Replace the selected part with new STL" msgstr "Sostituisci la parte selezionata con un nuovo STL" msgid "Change filament" -msgstr "Change filament" +msgstr "Cambia filamento" msgid "Set filament for selected items" -msgstr "Set filament for selected items" +msgstr "Imposta filamento per gli elementi selezionati" msgid "Default" msgstr "Predefinito" #, c-format, boost-format msgid "Filament %d" -msgstr "Filament %d" +msgstr "Filamento %d" msgid "active" msgstr "attivo" msgid "Scale to build volume" -msgstr "Scale to build volume" +msgstr "Scala per creare volume" msgid "Scale an object to fit the build volume" -msgstr "Scale an object to fit the build volume" +msgstr "Ridimensiona un oggetto per adattarlo al volume di costruzione" msgid "Flush Options" msgstr "Opzioni spurgo" msgid "Flush into objects' infill" -msgstr "Flush into objects' infill" +msgstr "Spurga nel riempimento oggetto" msgid "Flush into this object" -msgstr "Flush into this object" +msgstr "Spurga in questo oggetto" msgid "Flush into objects' support" -msgstr "Flush into objects' support" +msgstr "Spurga nei supporti dell'oggetto" msgid "Edit in Parameter Table" msgstr "Modifica nella tabella dei parametri" msgid "Convert from inch" -msgstr "Convert from Inches" +msgstr "Converti da pollici" msgid "Restore to inch" -msgstr "Restore to Inch" +msgstr "Ripristina in pollici" msgid "Convert from meter" -msgstr "Convert from Meters" +msgstr "Converti da metri" msgid "Restore to meter" -msgstr "Restore to Meter" +msgstr "Ripristina in metri" msgid "Assemble" -msgstr "Assemble" +msgstr "Assembla" msgid "Assemble the selected objects to an object with multiple parts" -msgstr "Assemble the selected objects into an object with multiple parts" +msgstr "Assembla gli oggetti selezionati in un oggetto con più parti" msgid "Assemble the selected objects to an object with single part" -msgstr "Assemble the selected objects into an object with single part" +msgstr "Assembla gli oggetti selezionati in un oggetto con una singola parte" msgid "Mesh boolean" -msgstr "" +msgstr "Mesh booleana" msgid "Mesh boolean operations including union and subtraction" -msgstr "" +msgstr "Operazioni booleane di mesh, tra cui l'unione e la sottrazione" msgid "Along X axis" msgstr "Lungo asse X" msgid "Mirror along the X axis" -msgstr "Mirror along the X Axis" +msgstr "Specchia lungo l'asse X" msgid "Along Y axis" msgstr "Lungo asse Y" msgid "Mirror along the Y axis" -msgstr "Mirror along the Y Axis" +msgstr "Specchia lungo l'asse Y" msgid "Along Z axis" msgstr "Lungo l'asse Z" msgid "Mirror along the Z axis" -msgstr "Mirror along the Z Axis" +msgstr "Specchia lungo l'asse Z" msgid "Mirror" msgstr "Specchia" msgid "Mirror object" -msgstr "Mirror object" +msgstr "Specchia Oggetto" msgid "Invalidate cut info" msgstr "Annulla informazioni di taglio" msgid "Add Primitive" -msgstr "Add Primitive" +msgstr "Aggiungi primitiva" msgid "Show Labels" msgstr "Mostra Etichette" @@ -1000,13 +1015,13 @@ msgid "To objects" msgstr "In oggetti" msgid "Split the selected object into multiple objects" -msgstr "Split the selected object into multiple objects" +msgstr "Dividi l'oggetto selezionato in più oggetti" msgid "To parts" msgstr "In parti" msgid "Split the selected object into multiple parts" -msgstr "Split the selected object into multiple parts" +msgstr "Dividi l'oggetto selezionato in più parti" msgid "Split" msgstr "Dividi" @@ -1015,49 +1030,49 @@ msgid "Split the selected object" msgstr "Dividi l'oggetto selezionato" msgid "Auto orientation" -msgstr "Auto orientation" +msgstr "Orientamento automatico" msgid "Auto orient the object to improve print quality." -msgstr "Auto orient the object to improve print quality." +msgstr "Orienta automaticamente l'oggetto per migliorare la qualità di stampa." msgid "Split the selected object into mutiple objects" -msgstr "Split the selected object into mutiple objects" +msgstr "Dividi l'oggetto selezionato in più oggetti" msgid "Split the selected object into mutiple parts" -msgstr "Split the selected object into mutiple parts" +msgstr "Dividi l'oggetto selezionato in più parti" msgid "Select All" -msgstr "Select All" +msgstr "Seleziona tutto" msgid "select all objects on current plate" -msgstr "Select all objects on the current plate" +msgstr "Seleziona tutti gli oggetti sul piatto corrente" msgid "Delete All" -msgstr "Delete All" +msgstr "Elimina tutto" msgid "delete all objects on current plate" -msgstr "Delete all objects on the current plate" +msgstr "Elimina tutti gli oggetti sul piatto corrente" msgid "Arrange" msgstr "Disponi" msgid "arrange current plate" -msgstr "Arrange current plate" +msgstr "Disponi sul piatto corrente" msgid "Auto Rotate" -msgstr "Auto Rotate" +msgstr "Rotazione automatica" msgid "auto rotate current plate" -msgstr "Auto rotate current plate" +msgstr "Rotazione automatica piatto corrente" msgid "Delete Plate" msgstr "Elimina piatto" msgid "Remove the selected plate" -msgstr "Remove the selected plate" +msgstr "Rimuovi il piatto selezionato" msgid "Clone" -msgstr "Clone" +msgstr "Clona" msgid "Simplify Model" msgstr "Semplifica Modello" @@ -1069,25 +1084,25 @@ msgid "Edit Process Settings" msgstr "Modifica le impostazioni del processo" msgid "Edit print parameters for a single object" -msgstr "Edit print parameters for a single object" +msgstr "Modifica i parametri di stampa per singolo oggetto" msgid "Change Filament" -msgstr "Change Filament" +msgstr "Cambia filamento" msgid "Set Filament for selected items" -msgstr "Set Filament for selected items" +msgstr "Imposta filamento per gli elementi selezionati" msgid "current" -msgstr "current" +msgstr "Attuale" msgid "Unlock" -msgstr "Unlock" +msgstr "Sblocca" msgid "Lock" -msgstr "Lock" +msgstr "Blocca" msgid "Edit Plate Name" -msgstr "" +msgstr "Modifica nome Piatto" msgid "Name" msgstr "Nome" @@ -1098,13 +1113,13 @@ msgstr "Fila." #, c-format, boost-format msgid "%1$d error repaired" msgid_plural "%1$d errors repaired" -msgstr[0] "%1$d error repaired" +msgstr[0] "%1$d Errore riparato" msgstr[1] "%1$d errors repaired" #, c-format, boost-format msgid "Error: %1$d non-manifold edge." msgid_plural "Error: %1$d non-manifold edges." -msgstr[0] "Error: %1$d non-manifold edge." +msgstr[0] "Errore: %1$d bordo non manifold." msgstr[1] "Error: %1$d non-manifold edges." msgid "Remaining errors" @@ -1113,29 +1128,37 @@ msgstr "Errori rimanenti" #, c-format, boost-format msgid "%1$d non-manifold edge" msgid_plural "%1$d non-manifold edges" -msgstr[0] "%1$d non-manifold edge" +msgstr[0] "%1$d bordo non-manifold" msgstr[1] "%1$d non-manifold edges" msgid "Right click the icon to fix model object" -msgstr "Right click the icon to fix model object" +msgstr "" +"Fai clic con il pulsante destro del mouse sull'icona per correggere " +"l'oggetto del modello" msgid "Right button click the icon to drop the object settings" -msgstr "Right click the icon to drop the object settings" +msgstr "" +"Fai clic con pulsante destro del mouse sull'icona per eliminare le " +"impostazioni dell'oggetto" msgid "Click the icon to reset all settings of the object" -msgstr "Click the icon to reset all settings of the object" +msgstr "Clicca sull'icona per ripristinare tutte le impostazioni dell'oggetto" msgid "Right button click the icon to drop the object printable property" -msgstr "Right click the icon to drop the object printable property" +msgstr "" +"Fai clic con pulsante destro del mouse sull'icona per eliminare le proprietà " +"stampa dell'oggetto" msgid "Click the icon to toggle printable property of the object" -msgstr "Click the icon to toggle printable properties of the object" +msgstr "" +"Clicca sull'icona per attivare o disattivare le proprietà stampabili " +"dell'oggetto" msgid "Click the icon to edit support painting of the object" -msgstr "Click the icon to edit support painting of the object" +msgstr "Clicca sull'icona per modificare la pittura del supporto dell'oggetto" msgid "Click the icon to edit color painting of the object" -msgstr "Click the icon to edit color painting for the object" +msgstr "Clicca sull'icona per modificare i colori dell'oggetto" msgid "Click the icon to shift this object to the bed" msgstr "Fare clic sull'icona per spostare l'oggetto sul piano" @@ -1147,16 +1170,18 @@ msgid "Error!" msgstr "Errore!" msgid "Failed to get the model data in the current file." -msgstr "" +msgstr "Impossibile ottenere i dati del modello nel file corrente." msgid "Generic" msgstr "Generico" msgid "Add Modifier" -msgstr "Add Modifier" +msgstr "Aggiungi modificatore" msgid "Switch to per-object setting mode to edit modifier settings." -msgstr "Switch to per-object setting mode to edit modifier settings." +msgstr "" +"Passa alla modalità di impostazione oggetto per modificare le impostazioni " +"del modificatore." msgid "" "Switch to per-object setting mode to edit process settings of selected " @@ -1198,13 +1223,14 @@ msgid "Delete all connectors" msgstr "Elimina tutti i connettori" msgid "Deleting the last solid part is not allowed." -msgstr "Deleting the last solid part is not allowed." +msgstr "Non è consentita l'eliminazione dell'ultima parte solida." msgid "The target object contains only one part and can not be splited." -msgstr "The target object contains only one part and cannot be split." +msgstr "" +"L'oggetto di destinazione contiene solo una parte e non può essere diviso." msgid "Assembly" -msgstr "Assembly" +msgstr "Assemblaggio" msgid "Cut Connectors information" msgstr "Informazioni sui connettori di taglio" @@ -1237,7 +1263,7 @@ msgid "Settings for height range" msgstr "Impostazioni intervallo altezza" msgid "Object" -msgstr "Object" +msgstr "Oggetto" msgid "Part" msgstr "Parte" @@ -1246,26 +1272,27 @@ msgid "Layer" msgstr "Layer" msgid "Selection conflicts" -msgstr "Selection conflicts" +msgstr "Conflitti di selezione" msgid "" "If first selected item is an object, the second one should also be object." msgstr "" -"If the first selected item is an object, the second one should also be an " -"object." +"Se il primo elemento selezionato è un oggetto, anche il secondo deve essere " +"un oggetto." msgid "" "If first selected item is a part, the second one should be part in the same " "object." msgstr "" -"If the first selected item is a part, the second one should be a part in the " -"same object." +"Se il primo elemento selezionato è una parte, il secondo deve far parte " +"dello stesso oggetto." msgid "The type of the last solid object part is not to be changed." -msgstr "The type of the last solid object part cannot be changed." +msgstr "" +"Il tipo dell'ultima parte dell'oggetto solido non può essere modificato." msgid "Negative Part" -msgstr "Negative Part" +msgstr "Parte negativa" msgid "Modifier" msgstr "Modificatore" @@ -1280,7 +1307,7 @@ msgid "Type:" msgstr "Tipo:" msgid "Choose part type" -msgstr "Choose part type" +msgstr "Scegli tipo di parte" msgid "Enter new name" msgstr "Inserisci un nuovo nome" @@ -1289,23 +1316,23 @@ msgid "Renaming" msgstr "Rinomina" msgid "Repairing model object" -msgstr "Repairing model object" +msgstr "Riparazione oggetto" msgid "Following model object has been repaired" msgid_plural "Following model objects have been repaired" -msgstr[0] "The following model object has been repaired" +msgstr[0] "Il seguente oggetto del modello è stato riparato" msgstr[1] "The following model objects have been repaired" msgid "Failed to repair folowing model object" msgid_plural "Failed to repair folowing model objects" -msgstr[0] "Failed to repair the following model object" +msgstr[0] "Impossibile riparare il seguente oggetto modello" msgstr[1] "Failed to repair the following model objects" msgid "Repairing was canceled" msgstr "La riparazione è stata annullata" msgid "Additional process preset" -msgstr "Additional process preset" +msgstr "Preset processo aggiuntivo" msgid "Remove parameter" msgstr "Rimuovi parametro" @@ -1320,28 +1347,29 @@ msgid "Add height range" msgstr "Aggiungi intervallo di altezza" msgid "Invalid numeric." -msgstr "Invalid numeric." +msgstr "Numero non valido." msgid "one cell can only be copied to one or multiple cells in the same column" -msgstr "One cell can only be copied to one or more cells in the same column." +msgstr "" +"Una cella può essere copiata solo in una o più celle della stessa colonna." msgid "multiple cells copy is not supported" -msgstr "Copying multiple cells is not supported." +msgstr "Copia di celle multiple non supportata." msgid "Outside" -msgstr "Outside" +msgstr "Esterno" msgid " " -msgstr "" +msgstr " " msgid "Layer height" msgstr "Altezza layer" msgid "Wall loops" -msgstr "Wall loops" +msgstr "Loop pareti" msgid "Infill density(%)" -msgstr "Infill density(%)" +msgstr "Densità riempimento (%)" msgid "Auto Brim" msgstr "Auto Brim" @@ -1350,7 +1378,7 @@ msgid "Auto" msgstr "Auto" msgid "Mouse ear" -msgstr "" +msgstr "Orecchio di topo" msgid "Outer brim only" msgstr "Solo brim esterno" @@ -1368,22 +1396,22 @@ msgid "Outer wall speed" msgstr "Velocità parete esterna" msgid "Plate" -msgstr "Plate" +msgstr "Piatto" msgid "Brim" msgstr "Brim" msgid "Object/Part Setting" -msgstr "Object/part setting" +msgstr "Impostazione oggetto/parte" msgid "Reset parameter" -msgstr "Reset parameter" +msgstr "Ripristina parametro" msgid "Multicolor Print" -msgstr "Multicolor Print" +msgstr "Stampa multicolore" msgid "Line Type" -msgstr "Line Type" +msgstr "Tipo linea" msgid "More" msgstr "Altro" @@ -1450,7 +1478,7 @@ msgid "Change filament at the beginning of this layer." msgstr "Cambia filamento all'inizio di questo layer." msgid "Delete Pause" -msgstr "" +msgstr "Elimina pausa" msgid "Delete Custom Template" msgstr "Elimina Template Personalizzato" @@ -1465,13 +1493,13 @@ msgid "Delete Filament Change" msgstr "Elimina cambio filamento" msgid "No printer" -msgstr "No printer" +msgstr "Nessuna stampante" msgid "..." -msgstr "" +msgstr "..." msgid "Failed to connect to the server" -msgstr "Failed to connect to the server" +msgstr "Connessione al server non riuscita" msgid "Check cloud service status" msgstr "Verifica lo stato del servizio cloud" @@ -1486,7 +1514,7 @@ msgid "Please click on the hyperlink above to view the cloud service status" msgstr "Fai clic sul link in alto per visualizzare lo stato del servizio cloud" msgid "Failed to connect to the printer" -msgstr "Failed to connect to the printer" +msgstr "Impossibile connettersi alla stampante" msgid "Connection to printer failed" msgstr "Connessione stampante fallita" @@ -1495,31 +1523,31 @@ msgid "Please check the network connection of the printer and Studio." msgstr "Controlla la connessione di rete della stampante e di Studio." msgid "Connecting..." -msgstr "Connecting..." +msgstr "Connessione..." msgid "?" msgstr "?" msgid "/" -msgstr "" +msgstr "/" msgid "Empty" -msgstr "Empty" +msgstr "Vuoto" msgid "AMS" msgstr "AMS" msgid "Auto Refill" -msgstr "" +msgstr "Ricarica automatica" msgid "AMS not connected" msgstr "AMS non collegato" msgid "Load Filament" -msgstr "Load" +msgstr "Carica" msgid "Unload Filament" -msgstr "Unload" +msgstr "Scarica Filamento" msgid "Ext Spool" msgstr "Bobina esterna" @@ -1534,43 +1562,45 @@ msgid "Retry" msgstr "Riprova" msgid "Calibrating AMS..." -msgstr "Calibrating AMS..." +msgstr "Calibrazione AMS..." msgid "A problem occured during calibration. Click to view the solution." -msgstr "A problem occured during calibration. Click to view the solution." +msgstr "" +"Si è verificato un problema durante la calibrazione. Clicca per visualizzare " +"la soluzione." msgid "Calibrate again" -msgstr "Calibrate again" +msgstr "Calibra di nuovo" msgid "Cancel calibration" -msgstr "Cancel calibration" +msgstr "Annulla calibrazione" msgid "Idling..." -msgstr "" +msgstr "Minimo..." msgid "Heat the nozzle" msgstr "Riscaldo nozzle" msgid "Cut filament" -msgstr "Cut filament" +msgstr "Taglio il filamento" msgid "Pull back current filament" -msgstr "Pull back the current filament" +msgstr "Ritiro il filamento corrente" msgid "Push new filament into extruder" msgstr "Inserisco il nuovo filamento nell'estrusore" msgid "Purge old filament" -msgstr "Purge old filament" +msgstr "Spurgo filamento precedente" msgid "Feed Filament" -msgstr "" +msgstr "Filamento di alimentazione" msgid "Confirm extruded" -msgstr "" +msgstr "Conferma estrusione" msgid "Check filament location" -msgstr "" +msgstr "Controllare la posizione del filamento" msgid "Grab new filament" msgstr "Prendo un nuovo filamento" @@ -1579,8 +1609,8 @@ msgid "" "Choose an AMS slot then press \"Load\" or \"Unload\" button to automatically " "load or unload filiament." msgstr "" -"Choose an AMS slot then press \"Load\" or \"Unload\" to automatically load " -"or unload filament." +"Seleziona uno slot AMS, premi \"Carica\" o \"Scarica\" per caricare o " +"scaricare automaticamente il filamento." msgid "Edit" msgstr "Modifica" @@ -1589,26 +1619,27 @@ msgid "" "All the selected objects are on the locked plate,\n" "We can not do auto-arrange on these objects." msgstr "" -"All the selected objects are on a locked plate.\n" -"Cannot auto-arrange these objects." +"Tutti gli oggetti selezionati si trovano su una piatto bloccato.\n" +"Non è possibile disporre automaticamente questi oggetti." msgid "No arrangable objects are selected." -msgstr "No arrangable objects are selected." +msgstr "Non sono stati selezionati oggetti ordinabili." msgid "" "This plate is locked,\n" "We can not do auto-arrange on this plate." msgstr "" -"This plate is locked.\n" -"We cannot auto-arrange this plate." +"Il piatto è bloccato.\n" +"Non puoi organizzare automaticamente questo piatto." msgid "Arranging..." -msgstr "Arranging..." +msgstr "Disponendo..." msgid "" "Arrange failed. Found some exceptions when processing object geometries." msgstr "" -"Arrange failed. Found some exceptions when processing object geometries." +"Disposizione fallita. Riscontrate eccezioni durante l'elaborazione delle " +"geometrie degli oggetti" msgid "Arranging" msgstr "Disposizione" @@ -1619,8 +1650,8 @@ msgstr "Disposizione annullata." msgid "" "Arranging is done but there are unpacked items. Reduce spacing and try again." msgstr "" -"Arranging complete, but some items were not able to be arranged. Reduce " -"spacing and try again." +"Disposizione completata, ma non è stato possibile disporre alcuni oggetti. " +"Ridurre lo spazio e riprovare." msgid "Arranging done." msgstr "Disposizione completata." @@ -1639,18 +1670,18 @@ msgid "" "All the selected objects are on the locked plate,\n" "We can not do auto-orient on these objects." msgstr "" -"All the selected objects are on a locked plate,\n" -"We cannot auto-orient these objects." +"Tutti gli oggetti selezionati si trovano su un piatto bloccato,\n" +"Non è possibile orientare automaticamente questi oggetti." msgid "" "This plate is locked,\n" "We can not do auto-orient on this plate." msgstr "" -"This plate is locked.\n" -"We cannot auto-orient this plate." +"Il piatto è bloccato.\n" +"Non puoi orientare automaticamente questo piatto." msgid "Orienting..." -msgstr "Orienting..." +msgstr "Orientamento..." msgid "Orienting" msgstr "Orientamento" @@ -1665,16 +1696,16 @@ msgid "Bed filling done." msgstr "Riempimento del piano completato." msgid "Error! Unable to create thread!" -msgstr "Error. Unable to create thread." +msgstr "Errore. Impossibile creare il processo." msgid "Exception" -msgstr "Exception" +msgstr "Eccezione" msgid "Logging in" -msgstr "Logging in" +msgstr "Accesso in corso..." msgid "Login failed" -msgstr "Login failed" +msgstr "Login non riuscito" msgid "Please check the printer network connection." msgstr "Controlla la connessione rete della stampante." @@ -1689,7 +1720,7 @@ msgid "Upload task timed out. Please check the network status and try again." msgstr "Attività di Upload scaduto. Controlla lo stato della rete e riprova." msgid "Cloud service connection failed. Please try again." -msgstr "Cloud service connection failed. Please try again." +msgstr "Connessione al servizio cloud non riuscita. Riprovare." msgid "Print file not found. please slice again." msgstr "File di stampa non trovato; si prega di eseguire nuovamente lo slice" @@ -1731,10 +1762,10 @@ msgstr "" "rete e riprova." msgid "Sending print job over LAN" -msgstr "Sending print job over LAN" +msgstr "Invia stampa tramite LAN" msgid "Sending print job through cloud service" -msgstr "Sending print job through cloud service" +msgstr "Invia stampa tramite servizio cloud" msgid "Service Unavailable" msgstr "Servizio non disponibile" @@ -1743,7 +1774,7 @@ msgid "Unkown Error." msgstr "Errore sconosciuto" msgid "Sending print configuration" -msgstr "Sending print configuration" +msgstr "Invia configurazione di stampa" #, c-format, boost-format msgid "Successfully sent. Will automatically jump to the device page in %ss" @@ -1753,6 +1784,7 @@ msgstr "" #, c-format, boost-format msgid "Successfully sent. Will automatically jump to the next page in %ss" msgstr "" +"Inviato con successo. Salterà automaticamente alla pagina successiva in %ss" msgid "An SD card needs to be inserted before printing via LAN." msgstr "" @@ -1855,10 +1887,10 @@ msgid "Copyright" msgstr "Copyright" msgid "License" -msgstr "License" +msgstr "Licenza" msgid "Orca Slicer is licensed under " -msgstr "Orca Slicer is licensed under " +msgstr "Orca Slicer è concesso in licenza con " msgid "GNU Affero General Public License, version 3" msgstr "GNU Affero General Public License, versione 3" @@ -1868,29 +1900,32 @@ msgid "" "by Prusa Research. PrusaSlicer is from Slic3r by Alessandro Ranellucci and " "the RepRap community" msgstr "" +"Orca Slicer è basato su BambuStudio di Bambulab, che è di PrusaSlicer di " +"Prusa Research. PrusaSlicer è di Slic3r di Alessandro Ranellucci e della " +"comunità RepRap" msgid "Libraries" -msgstr "Libraries" +msgstr "Librerie" msgid "" "This software uses open source components whose copyright and other " "proprietary rights belong to their respective owners" msgstr "" -"This software uses open source components whose copyright and other " -"proprietary rights belong to their respective owners" +"Questo software utilizza componenti open source il cui copyright e altri " +"diritti di proprietà appartengono ai rispettivi proprietari" #, c-format, boost-format msgid "About %s" msgstr "Informazioni su %s" msgid "Orca Slicer " -msgstr "" +msgstr "Orca Slicer " msgid "OrcaSlicer is based on BambuStudio, PrusaSlicer, and SuperSlicer." -msgstr "" +msgstr "OrcaSlicer è basato su BambuStudio, PrusaSlicer e SuperSlicer." msgid "BambuStudio is originally based on PrusaSlicer by PrusaResearch." -msgstr "" +msgstr "BambuStudio è originariamente basato su PrusaSlicer di PrusaResearch." msgid "PrusaSlicer is originally based on Slic3r by Alessandro Ranellucci." msgstr "PrusaSlicer originariamente basato su Slic3r di Alessandro Ranellucci." @@ -1909,20 +1944,20 @@ msgid "AMS Materials Setting" msgstr "Impostazione materiali AMS" msgid "Confirm" -msgstr "Confirm" +msgstr "Conferma" msgid "Close" msgstr "Chiudi" msgid "Colour" -msgstr "Color" +msgstr "Colore" msgid "" "Nozzle\n" "Temperature" msgstr "" -"Nozzle\n" -"Temperature" +"Temperatura\n" +"Nozzle" msgid "max" msgstr "max" @@ -1932,7 +1967,7 @@ msgstr "min" #, boost-format msgid "The input value should be greater than %1% and less than %2%" -msgstr "The input value should be greater than %1% and less than %2%" +msgstr "Il valore di input deve essere maggiore di %1% e minore di %2%" msgid "SN" msgstr "SN" @@ -1943,10 +1978,10 @@ msgstr "" "supportata." msgid "Factors of Flow Dynamics Calibration" -msgstr "" +msgstr "Fattori di calibrazione della dinamica del flusso" msgid "PA Profile" -msgstr "" +msgstr "Profilo PA" msgid "Factor K" msgstr "Fattore K" @@ -1997,7 +2032,7 @@ msgid "Bed Type" msgstr "Tipo di piano" msgid "Nozzle temperature" -msgstr "Temperatura ugello" +msgstr "Temperatura Nozzle" msgid "Bed Temperature" msgstr "Temperatura piano" @@ -2006,7 +2041,7 @@ msgid "Max volumetric speed" msgstr "Massima velocità volumetrica" msgid "℃" -msgstr "" +msgstr "°C" msgid "Bed temperature" msgstr "Temperatura piano" @@ -2140,16 +2175,20 @@ msgid "" "When the current material run out, the printer will continue to print in the " "following order." msgstr "" +"Quando si esaurisce il materiale corrente, la stampante continuerà a " +"stampare nel seguente ordine." msgid "Group" msgstr "Gruppo" msgid "The printer does not currently support auto refill." -msgstr "" +msgstr "La stampante non supporta attualmente la ricarica automatica." msgid "" "AMS filament backup is not enabled, please enable it in the AMS settings." msgstr "" +"Il backup del filamento AMS non è abilitato, si prega di abilitarlo nelle " +"impostazioni AMS." msgid "" "If there are two identical filaments in AMS, AMS filament backup will be " @@ -2157,54 +2196,59 @@ msgid "" "(Currently supporting automatic supply of consumables with the same brand, " "material type, and color)" msgstr "" +"Se ci sono due filamenti identici in AMS, il backup del filamento AMS sarà " +"abilitato.\n" +"(Attualmente supporta la fornitura automatica di materiali di consumo con lo " +"stesso marchio, tipo di materiale e colore)" msgid "AMS Settings" -msgstr "AMS Settings" +msgstr "Impostazioni AMS" msgid "Insertion update" -msgstr "Insertion update" +msgstr "Aggiornamento dell'inserimento" msgid "" "The AMS will automatically read the filament information when inserting a " "new Bambu Lab filament. This takes about 20 seconds." msgstr "" -"The AMS will automatically read the filament information when inserting a " -"new Bambu Lab filament spool. This takes about 20 seconds." +"L'AMS leggerà automaticamente le informazioni sul filamento quando inserisce " +"una nuova bobina di filamento Bambu Lab. Questa operazione richiede circa 20 " +"secondi." msgid "" "Note: if new filament is inserted during printing, the AMS will not " "automatically read any information until printing is completed." msgstr "" -"Note: if new filament is inserted during printing, the AMS will not " -"automatically read any information until printing has finished." +"Nota: se durante la stampa viene inserito un nuovo filamento, l'AMS non " +"leggerà automaticamente alcuna informazione fino al termine della stampa." msgid "" "When inserting a new filament, the AMS will not automatically read its " "information, leaving it blank for you to enter manually." msgstr "" -"When inserting a new filament, the AMS will not automatically read its " -"information, leaving it blank for you to enter manually." +"Quando si inserisce un nuovo filamento, l'AMS non legge automaticamente le " +"sue informazioni, lasciandole vuote per l'inserimento manuale." msgid "Power on update" -msgstr "Update on startup" +msgstr "Aggiorna all'avvio" msgid "" "The AMS will automatically read the information of inserted filament on " "start-up. It will take about 1 minute.The reading process will roll filament " "spools." msgstr "" -"The AMS will automatically read the information of inserted filament on " -"start-up. It will take about 1 minute.The reading process will rotate the " -"filament spools." +"L'AMS leggerà automaticamente le informazioni sul filamento inserito " +"all'avvio. Ci vorrà circa 1 minuto. Il processo di lettura farà ruotare le " +"bobine del filamento." msgid "" "The AMS will not automatically read information from inserted filament " "during startup and will continue to use the information recorded before the " "last shutdown." msgstr "" -"The AMS will not automatically read information from inserted filament " -"during startup and will continue to use the information recorded before the " -"last shutdown." +"L'AMS non leggerà automaticamente le informazioni dal filamento inserito " +"durante l'avvio e continuerà a utilizzare le informazioni registrate prima " +"dell'ultimo spegnimento." msgid "Update remaining capacity" msgstr "Aggiorna capacità residua" @@ -2232,7 +2276,7 @@ msgid "File" msgstr "File" msgid "Calibration" -msgstr "Calibration" +msgstr "Calibrazione" msgid "" "Failed to download the plug-in. Please check your firewall settings and vpn " @@ -2269,14 +2313,14 @@ msgid "" "A error occurred. Maybe memory of system is not enough or it's a bug of the " "program" msgstr "" -"An error occurred. The system may have run out of memory, or a bug may have " -"occurred." +"Si è verificato un errore. È possibile che la memoria del sistema sia " +"esaurita o che si sia verificato un bug." msgid "Please save project and restart the program. " -msgstr "Please save your project and restart the application." +msgstr "Salva il progetto e riavvia l'applicazione." msgid "Processing G-Code from Previous file..." -msgstr "Processing G-Code from previous file…" +msgstr "Elaborazione G-Code dal file precedente..." msgid "Slicing complete" msgstr "Slicing completato" @@ -2291,10 +2335,10 @@ msgid "Divide by zero" msgstr "Dividi per zero" msgid "Overflow" -msgstr "Overflow" +msgstr "Sovrafflusso" msgid "Underflow" -msgstr "Underflow" +msgstr "Sotto-estruso" msgid "Floating reserved operand" msgstr "Floating reserved operand" @@ -2303,7 +2347,7 @@ msgid "Stack overflow" msgstr "Stack overflow" msgid "Unknown error when export G-code." -msgstr "Unknown error with G-code export" +msgstr "Errore sconosciuto nell'esportazione G-code" #, boost-format msgid "" @@ -2311,13 +2355,13 @@ msgid "" "Error message: %1%.\n" "Source file %2%." msgstr "" -"Failed to save G-code file.\n" -"Error message: %1%.\n" -"Source file %2%." +"Impossibile salvare il file del G-code.\n" +"Messaggio di errore: %1%.\n" +"File sorgente %2%." #, boost-format msgid "Succeed to export G-code to %1%" -msgstr "Success! G-code exported to %1%" +msgstr "Successo! G-code esportato in %1%" msgid "Running post-processing scripts" msgstr "Esecuzione script di post-elaborazione" @@ -2328,8 +2372,8 @@ msgstr "Copia del G-code temporaneo nel G-code di output non riuscita." #, boost-format msgid "Scheduling upload to `%1%`. See Window -> Print Host Upload Queue" msgstr "" -"Pianificazione caricamento su `%1% `. Vedi Finestra -> Coda di caricamento " -"dell'host di stampa" +"Programmazione del caricamento su `%1%`. Vedere finestra -> Coda di " +"caricamento Host di Stampa" msgid "Origin" msgstr "Origine" @@ -2423,8 +2467,8 @@ msgid "" "Recommended nozzle temperature of this filament type is [%d, %d] degree " "centigrade" msgstr "" -"The recommended nozzle temperature for this filament type is [%d, %d] " -"degrees centigrade" +"La temperatura del nozzle consigliata per questo filamento è [%d, %d] gradi " +"centigradi" msgid "" "Too small max volumetric speed.\n" @@ -2439,29 +2483,32 @@ msgid "" "it may result in material softening and clogging.The maximum safe " "temperature for the material is %d" msgstr "" +"L'attuale temperatura della camera è superiore alla temperatura di sicurezza " +"del materiale, può causare l'ammorbidimento e l'intasamento del materiale. " +"La temperatura massima di sicurezza per il materiale è %d" msgid "" "Too small layer height.\n" "Reset to 0.2" msgstr "" -"Layer height too small\n" -"It has been reset to 0.2" +"Altezza del layer troppo piccola\n" +"È stata ripristinata a 0,2" msgid "" "Too small ironing spacing.\n" "Reset to 0.1" msgstr "" -"Ironing spacing too small\n" -"It has been reset to 0.1" +"Spaziatura stiratura troppo piccola\n" +"È stata ripristinata a 0,1" msgid "" "Zero initial layer height is invalid.\n" "\n" "The first layer height will be reset to 0.2." msgstr "" -"Zero first layer height is invalid.\n" +"L'altezza zero primo layer non è valida.\n" "\n" -"The first layer height will be reset to 0.2." +"L'altezza primo layer verrà ripristinata a 0,2." msgid "" "This setting is only used for model size tunning with small value in some " @@ -2471,11 +2518,13 @@ msgid "" "\n" "The value will be reset to 0." msgstr "" -"This setting is only used for tuning model size by small amounts.\n" -"For example, when the model size has small errors or when tolerances are " -"incorrect. For large adjustments, please use the model scale function.\n" +"Questa viene utilizzata solo per regolare le dimensioni del modello in " +"piccole quantità.\n" +"Ad esempio, quando le dimensioni del modello presentano piccoli errori o " +"quando le tolleranze non sono corrette. Per regolazioni di grandi " +"dimensioni, si prega di utilizzare la funzione di scala del modello.\n" "\n" -"The value will be reset to 0." +"Il valore verrà reimpostato su 0." msgid "" "Too large elefant foot compensation is unreasonable.\n" @@ -2484,11 +2533,12 @@ msgid "" "\n" "The value will be reset to 0." msgstr "" -"The elephant foot compensation value is too large.\n" -"If there are significant elephant foot issues, please check other settings.\n" -"The bed temperature may be too high, for example.\n" +"Il valore di compensazione del piede di elefante è troppo grande.\n" +"Se i problemi zampa d'elefante sono significativi, controllare altre " +"impostazioni.\n" +"Ad esempio, la temperatura del piano potrebbe essere troppo alta.\n" "\n" -"The value will be reset to 0." +"Il valore viene riportato a 0." msgid "" "Spiral mode only works when wall loops is 1, support is disabled, top shell " @@ -2499,16 +2549,16 @@ msgstr "" "0 e il tipo di timelapse è tradizionale" msgid " But machines with I3 structure will not generate timelapse videos." -msgstr "" +msgstr " Ma le macchine con la struttura I3 non genereranno video timelapse." msgid "" "Change these settings automatically? \n" "Yes - Change these settings and enable spiral mode automatically\n" "No - Give up using spiral mode this time" msgstr "" -"Change these settings automatically? \n" -"Yes - Change these settings and enable spiral/vase mode automatically\n" -"No - Cancel enabling spiral mode" +"Modificare queste impostazioni automaticamente? \n" +"Si - Modifica queste impostazioni ed abilita la modalità spirale/vaso\n" +"No - Annulla l'attivazione della modalità a spirale" msgid "" "Prime tower does not work when Adaptive Layer Height or Independent Support " @@ -2517,11 +2567,11 @@ msgid "" "YES - Keep Prime Tower\n" "NO - Keep Adaptive Layer Height and Independent Support Layer Height" msgstr "" -"Prime tower does not work when Adaptive Layer Height or Independent Support " -"Layer Height is on.\n" -"Which do you want to keep?\n" -"YES - Keep Prime Tower\n" -"NO - Keep Adaptive Layer Height and Independent Support Layer Height" +"Prime tower non funziona quando layer Adattativo o Altezza supporto Layer " +"indipendente sono attivati.\n" +"Quale vuoi tenere?\n" +"SÌ - Mantieni Prime Tower\n" +"NO - Mantieni layer Adattativo e Altezza supporto Layer indipendente" msgid "" "Prime tower does not work when Adaptive Layer Height is on.\n" @@ -2529,10 +2579,10 @@ msgid "" "YES - Keep Prime Tower\n" "NO - Keep Adaptive Layer Height" msgstr "" -"Prime tower does not work when Adaptive Layer Height is on.\n" -"Which do you want to keep?\n" -"YES - Keep Prime Tower\n" -"NO - Keep Adaptive Layer Height" +"Prime tower non funziona quando layer adattativo è attivo.\n" +"Quale vuoi tenere?\n" +"SÌ - Mantieni Prime Tower\n" +"NO - Mantieni l'ayer adattativo" msgid "" "Prime tower does not work when Independent Support Layer Height is on.\n" @@ -2540,14 +2590,15 @@ msgid "" "YES - Keep Prime Tower\n" "NO - Keep Independent Support Layer Height" msgstr "" -"Prime tower does not work when Independent Support Layer Height is on.\n" -"Which do you want to keep?\n" -"YES - Keep Prime Tower\n" -"NO - Keep Independent Support Layer Height" +"Prime tower non funziona quando Altezza Supporto Layer indipendente è " +"attiva.\n" +"Quale vuoi tenere?\n" +"SÌ - Mantieni Prime Tower\n" +"NO - Mantieni Altezza Supporto Layer indipendente" #, boost-format msgid "%1% infill pattern doesn't support 100%% density." -msgstr "%1% infill pattern doesn't support 100%% density." +msgstr "La trama riempimento %1% non supporta il 100%% di densità." msgid "" "Switch to rectilinear pattern?\n" @@ -2569,94 +2620,94 @@ msgid "Auto bed leveling" msgstr "Auto bed leveling" msgid "Heatbed preheating" -msgstr "Heatbed preheating" +msgstr "Preriscaldamento del piano" msgid "Sweeping XY mech mode" -msgstr "Sweeping XY mech mode" +msgstr "Modalità Sweeping XY mech" msgid "Changing filament" -msgstr "Changing filament" +msgstr "Cambio filamento" msgid "M400 pause" msgstr "M400 pause" msgid "Paused due to filament runout" -msgstr "Paused due to filament runout" +msgstr "Pausa per filamento esaurito" msgid "Heating hotend" -msgstr "Heating hotend" +msgstr "Riscaldamento hotend" msgid "Calibrating extrusion" -msgstr "Calibrating extrusion" +msgstr "Calibrazione estrusione" msgid "Scanning bed surface" -msgstr "Scanning bed surface" +msgstr "Scansione superfice piatto" msgid "Inspecting first layer" -msgstr "Inspecting first layer" +msgstr "Ispezione del primo layer" msgid "Identifying build plate type" -msgstr "Identifying build plate type" +msgstr "Identificazione tipo piatto di costruzione" msgid "Calibrating Micro Lidar" -msgstr "Calibrating Micro Lidar" +msgstr "Calibrazione Micro Lidar" msgid "Homing toolhead" -msgstr "Homing toolhead" +msgstr "Homing testa di stampa" msgid "Cleaning nozzle tip" -msgstr "Cleaning nozzle tip" +msgstr "Pulizia nozzle" msgid "Checking extruder temperature" -msgstr "Checking extruder temperature" +msgstr "Controllo temperatura dell'estrusore" msgid "Printing was paused by the user" -msgstr "Printing was paused by the user" +msgstr "Stampa messa in pausa dall'utente" msgid "Pause of front cover falling" -msgstr "Pause of front cover falling" +msgstr "Pausa caduta cover anteriore" msgid "Calibrating the micro lida" -msgstr "Calibrating the micro lidar" +msgstr "Calibrazione micro lidar" msgid "Calibrating extrusion flow" -msgstr "Calibrating extrusion flow" +msgstr "Calibrazione flusso estrusore" msgid "Paused due to nozzle temperature malfunction" -msgstr "Paused due to nozzle temperature malfunction" +msgstr "Pausa per malfunzionamento temperatura nozzle" msgid "Paused due to heat bed temperature malfunction" -msgstr "Paused due to heat bed temperature malfunction" +msgstr "Pausa per malfunzionamento della temperatura piano termico" msgid "Filament unloading" -msgstr "" +msgstr "Scarico del filamento" msgid "Skip step pause" -msgstr "" +msgstr "Salta la pausa del passaggio" msgid "Filament loading" -msgstr "" +msgstr "Caricamento del filamento" msgid "Motor noise calibration" -msgstr "" +msgstr "Calibrazione del rumore del motore" msgid "Paused due to AMS lost" -msgstr "" +msgstr "Sospeso a causa della perdita di AMS" msgid "Paused due to low speed of the heat break fan" -msgstr "" +msgstr "Pausa a causa della bassa velocità della ventola a taglio termico" msgid "Paused due to chamber temperature control error" -msgstr "" +msgstr "Pausa a causa di un errore di controllo della temperatura della camera" msgid "Cooling chamber" -msgstr "" +msgstr "Camera di raffreddamento" msgid "Paused by the Gcode inserted by user" -msgstr "" +msgstr "Messo in pausa dal Gcode inserito dall'utente" msgid "Motor noise showoff" -msgstr "" +msgstr "Messa in mostra del rumore del motore" msgid "MC" msgstr "MC" @@ -2674,43 +2725,52 @@ msgid "Unknown" msgstr "Sconosciuto" msgid "Fatal" -msgstr "Fatal" +msgstr "Irreversibile" msgid "Serious" -msgstr "Serious" +msgstr "Serio" msgid "Common" -msgstr "Common" +msgstr "Comune" msgid "Update successful." -msgstr "Update successful." +msgstr "Aggiornamento riuscito." msgid "Downloading failed." msgstr "Downloading failed." msgid "Verification failed." -msgstr "Verification failed." +msgstr "Verifica fallita." msgid "Update failed." -msgstr "Update failed." +msgstr "Aggiornamento fallito" msgid "" "The current chamber temperature or the target chamber temperature exceeds " "45℃.In order to avoid extruder clogging,low temperature filament(PLA/PETG/" "TPU) is not allowed to be loaded." msgstr "" +"La temperatura attuale della camera o la temperatura della camera target " +"supera i 45°C. Al fine di evitare l'intasamento dell'estrusore, il filamento " +"a bassa temperatura (PLA/PETG/TPU) non può essere caricato." msgid "" "Low temperature filament(PLA/PETG/TPU) is loaded in the extruder.In order to " "avoid extruder clogging,it is not allowed to set the chamber temperature " "above 45℃." msgstr "" +"Il filamento a bassa temperatura (PLA/PETG/TPU) viene caricato " +"nell'estrusore. Al fine di evitare l'intasamento dell'estrusore, non è " +"consentito impostare la temperatura della camera al di sopra di 45°C." msgid "" "When you set the chamber temperature below 40℃, the chamber temperature " "control will not be activated. And the target chamber temperature will " "automatically be set to 0℃." msgstr "" +"Quando si imposta la temperatura della camera al di sotto di 40°C, il " +"controllo della temperatura della camera non verrà attivato. E la " +"temperatura della camera target verrà impostata automaticamente su 0°C." msgid "Failed to start printing job" msgstr "Impossibile avviare il processo di stampa" @@ -2718,34 +2778,40 @@ msgstr "Impossibile avviare il processo di stampa" msgid "" "This calibration does not support the currently selected nozzle diameter" msgstr "" +"Questa calibrazione non supporta il diametro dell'ugello attualmente " +"selezionato" msgid "Current flowrate cali param is invalid" -msgstr "" +msgstr "Il parametro cali della portata corrente non è valido" msgid "Selected diameter and machine diameter do not match" -msgstr "" +msgstr "Il diametro selezionato e il diametro della macchina non corrispondono" msgid "Failed to generate cali gcode" -msgstr "" +msgstr "Impossibile generare cali gcode" msgid "Calibration error" -msgstr "" +msgstr "Errore di calibrazione" msgid "TPU is not supported by AMS." -msgstr "" +msgstr "Il TPU non è supportato da AMS." msgid "Bambu PET-CF/PA6-CF is not supported by AMS." -msgstr "" +msgstr "Bambu PET-CF/PA6-CF non è supportato da AMS." msgid "" "Damp PVA will become flexible and get stuck inside AMS,please take care to " "dry it before use." msgstr "" +"Damp PVA diventerà flessibile e rimarrà bloccato all'interno di AMS, si " +"prega di fare attenzione ad asciugarlo prima dell'uso." msgid "" "CF/GF filaments are hard and brittle, It's easy to break or get stuck in " "AMS, please use with caution." msgstr "" +"I filamenti CF / GF sono duri e fragili, è facile rompersi o rimanere " +"bloccati in AMS, si prega di usare con cautela." msgid "default" msgstr "predefinito" @@ -2758,17 +2824,17 @@ msgstr "N/A" #, c-format, boost-format msgid "%s can't be percentage" -msgstr "%s can’t be a percentage" +msgstr "%s non può essere una percentuale" #, c-format, boost-format msgid "Value %s is out of range, continue?" -msgstr "Value %s is out of range, continue?" +msgstr "Il valore %s non rientra nell'intervallo, continuare?" msgid "Parameter validation" msgstr "Validazione parametri" msgid "Value is out of range." -msgstr "Value is out of range." +msgstr "Valore fuori intervallo." #, c-format, boost-format msgid "" @@ -2782,16 +2848,16 @@ msgstr "" #, boost-format msgid "Invalid format. Expected vector format: \"%1%\"" -msgstr "Invalid format. Expected vector format: \"%1%\"" +msgstr "Formato non valido. Formato vettoriale previsto: \"%1%\"" msgid "Layer Height" -msgstr "Layer Height" +msgstr "Altezza layer" msgid "Line Width" -msgstr "Line Width" +msgstr "Larghezza linea" msgid "Fan Speed" -msgstr "Fan Speed" +msgstr "Velocità ventola" msgid "Temperature" msgstr "Temperatura" @@ -2830,13 +2896,13 @@ msgid "Temperature: " msgstr "Temperatura:" msgid "Loading G-codes" -msgstr "Loading G-code" +msgstr "Caricamento del G-code" msgid "Generating geometry vertex data" -msgstr "Generating geometry vertex data" +msgstr "Generazione dati vertici geometria" msgid "Generating geometry index data" -msgstr "Generating geometry index data" +msgstr "Generazione dati di indice geometrico" msgid "Statistics of All Plates" msgstr "Statistiche di tutti i piatti" @@ -2851,13 +2917,13 @@ msgid "Total" msgstr "Totale" msgid "Total Estimation" -msgstr "Total estimation" +msgstr "Stima totale" msgid "Total time" msgstr "Tempo totale" msgid "Total cost" -msgstr "" +msgstr "Costo totale" msgid "up to" msgstr "fino a" @@ -2869,19 +2935,19 @@ msgid "from" msgstr "da" msgid "Color Scheme" -msgstr "Color scheme" +msgstr "Schema Colore" msgid "Time" msgstr "Tempo" msgid "Percent" -msgstr "Percent" +msgstr "Percentuale" msgid "Layer Height (mm)" -msgstr "Layer height (mm)" +msgstr "Altezza layer (mm)" msgid "Line Width (mm)" -msgstr "Line width (mm)" +msgstr "Larghezza linea (mm)" msgid "Speed (mm/s)" msgstr "Velocità (mm/s)" @@ -2902,16 +2968,16 @@ msgid "Travel" msgstr "Spostamento" msgid "Seams" -msgstr "Giunzioni" +msgstr "Cuciture" msgid "Retract" -msgstr "Retract" +msgstr "Retrazione" msgid "Unretract" -msgstr "Unretract" +msgstr "De-retrazione" msgid "Filament Changes" -msgstr "Filament changes" +msgstr "Cambi filamento" msgid "Wipe" msgstr "Pulitura" @@ -2920,13 +2986,13 @@ msgid "Options" msgstr "Opzioni" msgid "travel" -msgstr "Travel" +msgstr "Spostamento" msgid "Extruder" msgstr "Estrusore" msgid "Filament change times" -msgstr "Filament change times" +msgstr "Tempi cambio filamento" msgid "Cost" msgstr "Costo" @@ -2953,16 +3019,16 @@ msgid "Normal mode" msgstr "Modalità normale" msgid "Prepare time" -msgstr "Prepare time" +msgstr "Tempo preparazione" msgid "Model printing time" -msgstr "Model printing time" +msgstr "Tempo stampa del modello" msgid "Switch to silent mode" -msgstr "Switch to silent mode" +msgstr "Passa a modalità silenziosa" msgid "Switch to normal mode" -msgstr "Switch to normal mode" +msgstr "Passa a modalità normale" msgid "Variable layer height" msgstr "Altezza layer adattativo" @@ -2974,7 +3040,7 @@ msgid "Quality / Speed" msgstr "Qualità / Velocità" msgid "Smooth" -msgstr "Smooth" +msgstr "Leviga" msgid "Radius" msgstr "Raggio" @@ -3013,13 +3079,13 @@ msgid "Increase/decrease edit area" msgstr "Aumenta/diminuisci l'area di modifica" msgid "Sequence" -msgstr "Sequence" +msgstr "Sequenza" msgid "Mirror Object" msgstr "Specchia Oggetto" msgid "Tool Move" -msgstr "Tool move" +msgstr "Sposta strumento" msgid "Tool Rotate" msgstr "Strumento Ruota" @@ -3028,16 +3094,16 @@ msgid "Move Object" msgstr "Sposta oggetto" msgid "Auto Orientation options" -msgstr "Auto orientation options" +msgstr "Opzioni orientamento automatico" msgid "Enable rotation" -msgstr "Enable rotation" +msgstr "Abilita rotazione" msgid "Optimize support interface area" -msgstr "Optimize support interface area" +msgstr "Ottimizza l'area dell'interfaccia di supporto" msgid "Orient" -msgstr "Orient" +msgstr "Orienta" msgid "Arrange options" msgstr "Opzioni di disposizione" @@ -3046,31 +3112,31 @@ msgid "Spacing" msgstr "Spaziatura " msgid "Auto rotate for arrangement" -msgstr "Auto rotate for arrangement" +msgstr "Ruota automaticamente per disporre" msgid "Allow multiple materials on same plate" -msgstr "Allow multiple materials on same plate" +msgstr "Consenti più materiali sullo stesso piatto" msgid "Avoid extrusion calibration region" -msgstr "Avoid extrusion calibration region" +msgstr "Evitare la regione di calibrazione dell'estrusione" msgid "Align to Y axis" -msgstr "" +msgstr "Allinea all'asse Y" msgid "Add" msgstr "Aggiungi" msgid "Add plate" -msgstr "Add Plate" +msgstr "Aggiungi piatto" msgid "Auto orient" -msgstr "Auto Orient" +msgstr "Orientamento automatico" msgid "Arrange all objects" -msgstr "Arrange all objects" +msgstr "Disponi tutti gli oggetti" msgid "Arrange objects on selected plates" -msgstr "Arrange objects on selected plates" +msgstr "Disponi gli oggetti sui piatti selezionati" msgid "Split to objects" msgstr "Dividi in oggetti" @@ -3079,22 +3145,22 @@ msgid "Split to parts" msgstr "Dividi in parti" msgid "Assembly View" -msgstr "Assembly View" +msgstr "Vista montaggio" msgid "Select Plate" -msgstr "Select Plate" +msgstr "Seleziona piatto" msgid "Assembly Return" -msgstr "Assembly Return" +msgstr "Ritorna al montaggio" msgid "return" -msgstr "return" +msgstr "Indietro" msgid "Paint Toolbar" -msgstr "Paint Toolbar" +msgstr "Barra strumenti di pittura" msgid "Explosion Ratio" -msgstr "Explosion Ratio" +msgstr "Rapporto di esplosione" msgid "Section View" msgstr "Vista in sezione" @@ -3106,31 +3172,33 @@ msgid "Total Volume:" msgstr "Total Volume:" msgid "Assembly Info" -msgstr "Assembly Info" +msgstr "Informazioni sul montaggio" msgid "Volume:" msgstr "Volume:" msgid "Size:" -msgstr "Size:" +msgstr "Dimensione:" #, c-format, boost-format msgid "" "Conflicts of gcode paths have been found at layer %d, z = %.2lf mm. Please " "separate the conflicted objects farther (%s <-> %s)." msgstr "" +"Sono stati trovati conflitti di percorsi gcode sul layer %d, z = %.2lf mm. " +"Separare ulteriormente gli oggetti in conflitto (%s <-> %s)." msgid "An object is layed over the boundary of plate." -msgstr "An object is laid over the boundary of the plate." +msgstr "Un oggetto è posizionato oltre il bordo del piatto." msgid "A G-code path goes beyond the max print height." -msgstr "" +msgstr "Un percorso del G-code va oltre l'altezza di stampa massima." msgid "A G-code path goes beyond the boundary of plate." msgstr "A G-code path goes beyond plate boundaries." msgid "Only the object being edit is visible." -msgstr "Only the object being edited is visible." +msgstr "È visibile solo l'oggetto da modificare." msgid "" "An object is laid over the boundary of plate or exceeds the height limit.\n" @@ -3152,37 +3220,37 @@ msgid "Bed leveling" msgstr "Livellamento del piano" msgid "Vibration compensation" -msgstr "" +msgstr "Compensazione delle vibrazioni" msgid "Motor noise cancellation" -msgstr "" +msgstr "Cancellazione del rumore del motore" msgid "Calibration program" -msgstr "Calibration program" +msgstr "Programma calibrazione" msgid "" "The calibration program detects the status of your device automatically to " "minimize deviation.\n" "It keeps the device performing optimally." msgstr "" -"The calibration program detects the status of your device automatically to " -"minimize deviation.\n" -"It keeps the device performing optimally." +"Il programma di calibrazione rileva automaticamente lo stato del dispositivo " +"per ridurre al minimo le deviazioni.\n" +"Questa funzione aiuta il dispositivo a mantenere prestazioni ottimali." msgid "Calibration Flow" -msgstr "Calibration Flow" +msgstr "Calibrazione flusso" msgid "Start Calibration" msgstr "Start Calibration" msgid "No step selected" -msgstr "" +msgstr "Nessun Step selezionato" msgid "Completed" msgstr "Completato" msgid "Calibrating" -msgstr "Calibrating" +msgstr "Calibrazione" msgid "Auto-record Monitoring" msgstr "Monitora registrazione automatica" @@ -3191,7 +3259,7 @@ msgid "Go Live" msgstr "Vai in diretta" msgid "Resolution" -msgstr "Resolution" +msgstr "Risoluzione" msgid "Show \"Live Video\" guide page." msgstr "Mostra pagina della guida \"Diretta Video\"." @@ -3203,17 +3271,17 @@ msgid "1080p" msgstr "1080p" msgid "ConnectPrinter(LAN)" -msgstr "Connect Printer (LAN)" +msgstr "Connetti la stampante (LAN)" msgid "Please input the printer access code:" -msgstr "Please input the printer access code:" +msgstr "Inserisci il codice di accesso alla stampante:" msgid "" "You can find it in \"Settings > Network > Connection code\"\n" "on the printer, as shown in the figure:" msgstr "" -"You can find it in \"Settings > Network > Access code\"\n" -"on the printer, as shown in the figure:" +"Si trova in \"Impostazioni > Rete > Codice di accesso\".\n" +"sulla stampante, come mostrato nella figura:" msgid "Invalid input." msgstr "Ingresso non valido" @@ -3228,25 +3296,25 @@ msgid "Application is closing" msgstr "Closing application" msgid "Closing Application while some presets are modified." -msgstr "Closing Application while some presets are modified." +msgstr "Chiusura dell'applicazione durante la modifica di alcuni preset." msgid "Logging" -msgstr "Logging" +msgstr "Accesso" msgid "Prepare" -msgstr "Prepare" +msgstr "Prepara" msgid "Preview" msgstr "Anteprima" msgid "Device" -msgstr "Device" +msgstr "Dispositivo" msgid "Project" -msgstr "Project" +msgstr "Progetto" msgid "Yes" -msgstr "Yes" +msgstr "Si" msgid "No" msgstr "No" @@ -3255,19 +3323,19 @@ msgid "will be closed before creating a new model. Do you want to continue?" msgstr " verrà chiuso prima di creare un nuovo modello. Vuoi continuare?" msgid "Slice plate" -msgstr "Slice plate" +msgstr "Slice piatto" msgid "Print plate" msgstr "Stampa piatto" msgid "Slice all" -msgstr "Slice all" +msgstr "Slice tutto" msgid "Export G-code file" msgstr "Esporta file G-code" msgid "Send" -msgstr "Send" +msgstr "Invia" msgid "Export plate sliced file" msgstr "Esporta il file del piatto elaborato" @@ -3276,7 +3344,7 @@ msgid "Export all sliced file" msgstr "Esporta tutti i file elaborati" msgid "Print all" -msgstr "Print all" +msgstr "Stampa tutto" msgid "Send all" msgstr "Invia tutto" @@ -3291,13 +3359,13 @@ msgid "Setup Wizard" msgstr "Setup Wizard" msgid "Show Configuration Folder" -msgstr "Show Configuration Folder" +msgstr "Mostra cartella di configurazione" msgid "Show Tip of the Day" msgstr "Suggerimento del giorno" msgid "Check for Update" -msgstr "Check for Updates" +msgstr "Verifica aggiornamenti" msgid "Open Network Test" msgstr "Apri test di rete" @@ -3313,7 +3381,7 @@ msgid "Download Models" msgstr "Scarica Modelli" msgid "Default View" -msgstr "Default View" +msgstr "Vista predefinita" #. TRN To be shown in the main menu View->Top msgid "Top" @@ -3366,22 +3434,22 @@ msgid "Open a project file" msgstr "Apri un file progetto" msgid "Recent projects" -msgstr "Prog&etti recenti" +msgstr "Progetti recenti" msgid "Save Project" -msgstr "Save Project" +msgstr "Salva Progetto" msgid "Save current project to file" -msgstr "Save current project to file" +msgstr "Salva progetto corrente su file" msgid "Save Project as" -msgstr "Save Project as" +msgstr "Salva Progetto come" msgid "Shift+" msgstr "Shift+" msgid "Save current project as" -msgstr "Save current project as" +msgstr "Salva Progetto corrente come" msgid "Import 3MF/STL/STEP/SVG/OBJ/AMF" msgstr "Importa 3MF/STL/STEP/SVG/OBJ/AMF" @@ -3390,22 +3458,22 @@ msgid "Load a model" msgstr "Carica modello" msgid "Import Configs" -msgstr "Import Configs" +msgstr "Importa configurazioni" msgid "Load configs" -msgstr "Load configs" +msgstr "Carica configurazioni" msgid "Import" -msgstr "Import" +msgstr "Importa" msgid "Export all objects as STL" -msgstr "Export All Objects as STL" +msgstr "Esporta tutti gli oggetti come STL" msgid "Export Generic 3MF" -msgstr "Export Generic 3MF" +msgstr "Esporta 3mf generico" msgid "Export 3mf file without using some 3mf-extensions" -msgstr "Export 3mf file without using some 3mf-extensions" +msgstr "Esporta file 3mf senza usare alcune estensioni 3mf" msgid "Export current sliced file" msgstr "Esporta il file elaborato corrente" @@ -3420,7 +3488,7 @@ msgid "Export current plate as G-code" msgstr "Esporta piatto corrente come G-code" msgid "Export &Configs" -msgstr "Export &Configs" +msgstr "Esporta &Configurazioni" msgid "Export current configuration to files" msgstr "Esporta la configurazione corrente in file" @@ -3429,7 +3497,7 @@ msgid "Export" msgstr "Esporta" msgid "Quit" -msgstr "Quit" +msgstr "Esci" msgid "Undo" msgstr "Annulla" @@ -3438,7 +3506,7 @@ msgid "Redo" msgstr "Ripeti" msgid "Cut selection to clipboard" -msgstr "Cut selection to clipboard" +msgstr "Taglia la selezione negli appunti" msgid "Copy" msgstr "Copia" @@ -3465,13 +3533,13 @@ msgid "Deletes all objects" msgstr "Elimina tutti gli oggetti" msgid "Clone selected" -msgstr "Clone Selected" +msgstr "Clone selezionato" msgid "Clone copies of selections" -msgstr "Clone copies of selections" +msgstr "Clonare copie delle selezioni" msgid "Select all" -msgstr "Select All" +msgstr "Seleziona tutto" msgid "Selects all objects" msgstr "Seleziona tutti gli oggetti" @@ -3483,10 +3551,10 @@ msgid "Deselects all objects" msgstr "Deseleziona tutti gli oggetti" msgid "Use Perspective View" -msgstr "Use Perspective View" +msgstr "Usa vista prospettica" msgid "Use Orthogonal View" -msgstr "Use Orthogonal View" +msgstr "Usa vista ortogonale" msgid "Show &Labels" msgstr "Mostra &Etichette" @@ -3510,49 +3578,49 @@ msgid "Help" msgstr "Aiuto" msgid "Temperature Calibration" -msgstr "" +msgstr "Calibrazione della temperatura" msgid "Pass 1" -msgstr "" +msgstr "Passaggio 1" msgid "Flow rate test - Pass 1" -msgstr "" +msgstr "Test di portata - Pass 1" msgid "Pass 2" -msgstr "" +msgstr "Passaggio 2" msgid "Flow rate test - Pass 2" -msgstr "" +msgstr "Test di portata - Pass 2" msgid "Flow rate" -msgstr "" +msgstr "Flusso" msgid "Pressure advance" -msgstr "" +msgstr "Anticipo di pressione" msgid "Retraction test" -msgstr "" +msgstr "Prova di retrazione" msgid "Orca Tolerance Test" -msgstr "" +msgstr "Test di tolleranza dell'orca" msgid "Max flowrate" -msgstr "" +msgstr "Portata massima" msgid "VFA" -msgstr "" +msgstr "VFA" msgid "More..." -msgstr "" +msgstr "Altro..." msgid "Tutorial" -msgstr "" +msgstr "Tutorial" msgid "Calibration help" -msgstr "" +msgstr "Aiuto per la calibrazione" msgid "More calibrations" -msgstr "" +msgstr "Più calibrazioni" msgid "&Open G-code" msgstr "Apri G-code" @@ -3561,7 +3629,7 @@ msgid "Open a G-code file" msgstr "Apri un file G-code" msgid "Re&load from Disk" -msgstr "R&icarica da disco" +msgstr "Ricaricare da disco" msgid "Reload the plater from disk" msgstr "Ricarica piano da disco" @@ -3579,7 +3647,7 @@ msgid "Open Studio" msgstr "Apri Studio" msgid "&Quit" -msgstr "Es&ci" +msgstr "&Esci" #, c-format, boost-format msgid "Quit %s" @@ -3603,13 +3671,13 @@ msgid "A config exists with the same name: %s, do you want to override it." msgstr "Esiste una configurazione con lo stesso nome: %s. Vuoi sovrascriverla?" msgid "Overwrite file" -msgstr "Overwrite file" +msgstr "Sovrascrivi file" msgid "Yes to All" -msgstr "Yes to All" +msgstr "Sì a tutto" msgid "No to All" -msgstr "No to All" +msgstr "No a tutto" msgid "Choose a directory" msgstr "Scegliere una directory" @@ -3618,10 +3686,12 @@ msgstr "Scegliere una directory" msgid "There is %d config exported. (Only non-system configs)" msgid_plural "There are %d configs exported. (Only non-system configs)" msgstr[0] "" +"Viene esportata %d configurazione. (Solo configurazioni non di sistema)" msgstr[1] "" +"Vengono esportate %d configurazioni. (Solo configurazioni non di sistema)" msgid "Export result" -msgstr "Export Result" +msgstr "Risultato Esportazione" msgid "Select profile to load:" msgstr "Seleziona profilo da caricare:" @@ -3631,16 +3701,20 @@ msgid "There is %d config imported. (Only non-system and compatible configs)" msgid_plural "" "There are %d configs imported. (Only non-system and compatible configs)" msgstr[0] "" +"È stata importata %d configurazione. (Solo configurazioni non di sistema e " +"compatibili)" msgstr[1] "" +"Sono state importate %d configurazioni. (Solo configurazioni non di sistema " +"e compatibili)" msgid "Import result" -msgstr "Import result" +msgstr "Risultato dell'importazione" msgid "File is missing" -msgstr "File is missing" +msgstr "File mancante" msgid "The project is no longer available." -msgstr "The project is no longer available." +msgstr "Il progetto non è più disponibile." msgid "Filament Settings" msgstr "Impostazioni Filamento" @@ -3659,10 +3733,10 @@ msgstr "" "3. I presets della stampante" msgid "Synchronization" -msgstr "Synchronization" +msgstr "Sincronizzazione" msgid "Initialize failed (No Device)!" -msgstr "Initialization failed (No Device)!" +msgstr "Inizializzazione fallita (nessun dispositivo)!" msgid "Initialize failed (Device connection not ready)!" msgstr "" @@ -3676,10 +3750,12 @@ msgstr "" "Stampante in fase di caricamento; attendi il completamento del caricamento." msgid "Loading..." -msgstr "Loading..." +msgstr "Caricamento…" msgid "Initialize failed (Not supported on the current printer version)!" msgstr "" +"Inizializzazione non riuscita (non supportata nella versione corrente della " +"stampante)!" msgid "Initialize failed (Not accessible in LAN-only mode)!" msgstr "Inizializzazione fallita (non accessibile in modalità solo LAN)!" @@ -3688,7 +3764,7 @@ msgid "Initialize failed (Missing LAN ip of printer)!" msgstr "Inizializzazione fallita (indirizzo IP LAN della stampante mancante)!" msgid "Initializing..." -msgstr "Initializing..." +msgstr "Inizializzazione ..." #, c-format, boost-format msgid "Initialize failed (%s)!" @@ -3702,7 +3778,7 @@ msgid "Stopped [%d]!" msgstr "Interrotto [%d]!" msgid "Stopped." -msgstr "Stopped." +msgstr "Interrotto." msgid "LAN Connection Failed (Failed to start liveview)" msgstr "Connessione LAN non riuscita (impossibile avviare liveview)" @@ -3734,17 +3810,17 @@ msgid "Information" msgstr "Informazione" msgid "Playing..." -msgstr "Playing..." +msgstr "Riproduzione" #, c-format, boost-format msgid "Load failed [%d]!" -msgstr "Loading failed [%d]!" +msgstr "Caricamento non riuscito [%d]!" msgid "Year" -msgstr "Year" +msgstr "Anno" msgid "Month" -msgstr "Month" +msgstr "Mese" msgid "All Files" msgstr "Tutti i file" @@ -3789,14 +3865,14 @@ msgid "Batch manage files." msgstr "Gestione batch dei file." msgid "No printers." -msgstr "No printers." +msgstr "Nessuna stampante." #, c-format, boost-format msgid "Connect failed [%d]!" -msgstr "Connection failed [%d]!" +msgstr "Connessione non riuscita [%d]!" msgid "Loading file list..." -msgstr "Loading file list..." +msgstr "Caricamento elenco file..." #, c-format, boost-format msgid "No files [%d]" @@ -3811,7 +3887,9 @@ msgid "You are going to delete %u file from printer. Are you sure to continue?" msgid_plural "" "You are going to delete %u files from printer. Are you sure to continue?" msgstr[0] "" +"Stai per eliminare %u file dalla stampante. Sei sicuro di continuare?" msgstr[1] "" +"Stai per eliminare %u i file dalla stampante. Sei sicuro di continuare?" msgid "Delete files" msgstr "Elimina i file" @@ -3836,6 +3914,8 @@ msgid "" "The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer " "and export a new .gcode.3mf file." msgstr "" +"Il file .gcode.3mf non contiene dati G-code. Taglialo con Orca Slicer ed " +"esporta un nuovo file .gcode.3mf." #, c-format, boost-format msgid "File '%s' was lost! Please download it again." @@ -3858,10 +3938,10 @@ msgid "Downloading %d%%..." msgstr "Scaricamento %d%%..." msgid "Not supported on the current printer version." -msgstr "" +msgstr "Non supportato nella versione corrente della stampante." msgid "Storage unavailable, insert SD card." -msgstr "" +msgstr "Memoria non disponibile, inserire la scheda SD." msgid "Speed:" msgstr "Velocità:" @@ -3885,28 +3965,28 @@ msgid "Swap Y/Z axes" msgstr "Inverti assi Y/Z" msgid "Invert X axis" -msgstr "" +msgstr "Inverti asse X" msgid "Invert Y axis" -msgstr "" +msgstr "Inverti asse Y" msgid "Invert Z axis" -msgstr "" +msgstr "Inverti asse Z" msgid "Invert Yaw axis" -msgstr "" +msgstr "Inverti asse di imbardata" msgid "Invert Pitch axis" -msgstr "" +msgstr "Inverti asse passo" msgid "Invert Roll axis" -msgstr "" +msgstr "Inverti asse di rollio" msgid "Printing Progress" -msgstr "Printing progress" +msgstr "Progresso di stampa" msgid "Resume" -msgstr "Resume" +msgstr "Continua" msgid "Stop" msgstr "Stop" @@ -3924,17 +4004,22 @@ msgid "" "You have completed printing the mall model, \n" "but the synchronization of rating information has failed." msgstr "" +"Hai completato la stampa del modello del centro commerciale, \n" +"Tuttavia, la sincronizzazione delle informazioni di valutazione non è " +"riuscita." msgid "How do you like this printing file?" -msgstr "" +msgstr "Ti piace questo file di stampa?" msgid "" "(The model has already been rated. Your rating will overwrite the previous " "rating.)" msgstr "" +"(Il modello è già stato valutato. La tua valutazione sovrascriverà la " +"valutazione precedente.)" msgid "Rate" -msgstr "" +msgstr "Tasso" msgid "Camera" msgstr "Camera" @@ -3946,7 +4031,7 @@ msgid "Camera Setting" msgstr "Impostazioni camera" msgid "Control" -msgstr "Control" +msgstr "Controllo" msgid "Print Options" msgstr "Opzioni stampa" @@ -3967,10 +4052,10 @@ msgid "Bed" msgstr "Piano" msgid "Unload" -msgstr "Unload" +msgstr "Scarica" msgid "Debug Info" -msgstr "Debug Info" +msgstr "Informazioni di debug" msgid "No SD Card" msgstr "Nessuna scheda microSD" @@ -4042,101 +4127,116 @@ msgid "Can't start this without SD card." msgstr "Impossibile iniziare senza scheda MicroSD." msgid "Rate the Print Profile" -msgstr "" +msgstr "Valutare il profilo di stampa" msgid "Comment" -msgstr "" +msgstr "Commento" msgid "Rate this print" -msgstr "" +msgstr "Vota questa stampa" msgid "Add Photo" -msgstr "" +msgstr "Aggiungi foto" msgid "Delete Photo" -msgstr "" +msgstr "Elimina foto" msgid "Submit" -msgstr "" +msgstr "Invia" msgid "Please click on the star first." -msgstr "" +msgstr "Fare clic prima sulla stella." msgid "InFo" -msgstr "" +msgstr "info" msgid "Get oss config failed." -msgstr "" +msgstr "Ottenere la configurazione di oss non riuscita." msgid "Upload Pictrues" -msgstr "" +msgstr "Carica foto" msgid "Number of images successfully uploaded" -msgstr "" +msgstr "Numero di immagini caricate con successo" msgid " upload failed" -msgstr "" +msgstr " Caricamento non riuscito" msgid " upload config prase failed\n" -msgstr "" +msgstr " Caricamento della configurazione prase non riuscita\n" msgid " No corresponding storage bucket\n" -msgstr "" +msgstr " Nessun secchio di stoccaggio corrispondente\n" msgid " can not be opened\n" -msgstr "" +msgstr " non può essere aperto\n" msgid "" "The following issues occurred during the process of uploading images. Do you " "want to ignore them?\n" "\n" msgstr "" +"Durante il processo di caricamento delle immagini si sono verificati i " +"seguenti problemi. Vuoi ignorarli?\n" +"\n" msgid "info" msgstr "info" msgid "Synchronizing the printing results. Please retry a few seconds later." msgstr "" +"Sincronizzazione dei risultati di stampa. Riprova qualche secondo dopo." msgid "Upload failed\n" -msgstr "" +msgstr "Caricamento non riuscito\n" msgid "obtaining instance_id failed\n" -msgstr "" +msgstr "ottenere instance_id non è riuscito\n" msgid "" "Your comment result cannot be uploaded due to some reasons. As follows:\n" "\n" " error code: " msgstr "" +"Il risultato del tuo commento non può essere caricato per alcuni motivi. " +"Come segue:\n" +"\n" +"Codice di errore: " msgid "error message: " -msgstr "" +msgstr "Mostra messaggio d'errore" msgid "" "\n" "\n" "Would you like to redirect to the webpage for rating?" msgstr "" +"\n" +"Vuoi reindirizzare alla pagina web per la valutazione?" msgid "" "Some of your images failed to upload. Would you like to redirect to the " "webpage for rating?" msgstr "" +"Alcune delle tue immagini non sono state caricate. Vuoi reindirizzare alla " +"pagina web per la valutazione?" msgid "You can select up to 16 images." -msgstr "" +msgstr "È possibile selezionare fino a 16 immagini." msgid "" "At least one successful print record of this print profile is required \n" "to give a positive rating(4 or 5stars)." msgstr "" +"È necessario almeno un record di stampa riuscito di questo profilo di " +"stampa \n" +"per dare una valutazione positiva (4 o 5 stelle)." msgid "Status" msgstr "Stato" msgid "Update" -msgstr "Update" +msgstr "Aggiorna" msgid "HMS" msgstr "HMS" @@ -4169,25 +4269,25 @@ msgid "%s information" msgstr "%s informazioni" msgid "Skip" -msgstr "Skip" +msgstr "Salta" msgid "3D Mouse disconnected." msgstr "Mouse 3D disconnesso." msgid "Configuration can update now." -msgstr "A new configuration is available. Update now?" +msgstr "È disponibile una nuova configurazione. Aggiorna adesso?" msgid "Detail." -msgstr "More" +msgstr "Altro" msgid "Integration was successful." -msgstr "Integration was successful." +msgstr "L'integrazione è avvenuta con successo." msgid "Integration failed." -msgstr "Integration failed." +msgstr "Integrazione fallita." msgid "Undo integration was successful." -msgstr "Undo integration was successful." +msgstr "Annullamento integrazione riuscita." msgid "New network plug-in available." msgstr "Nuovo plug-in di network disponibile" @@ -4196,16 +4296,16 @@ msgid "Details" msgstr "Dettagli" msgid "Undo integration failed." -msgstr "Undo integration failed." +msgstr "Annullamento integrazione non riuscito." msgid "Exporting." -msgstr "Esportazione." +msgstr "Esportazione" msgid "Software has New version." -msgstr "An update is available!" +msgstr "Aggiornamento disponibile!" msgid "Goto download page." -msgstr "Go to download page" +msgstr "Vai alla pagina di download" msgid "Open Folder." msgstr "Apri Cartella." @@ -4216,20 +4316,20 @@ msgstr "Rimuovi l'hardware in modo sicuro." #, c-format, boost-format msgid "%1$d Object has custom supports." msgid_plural "%1$d Objects have custom supports." -msgstr[0] "%1$d Object has custom supports." +msgstr[0] "%1$d L'oggetto ha supporti personalizzati." msgstr[1] "%1$d Objects have custom supports." #, c-format, boost-format msgid "%1$d Object has color painting." msgid_plural "%1$d Objects have color painting." -msgstr[0] "%1$d Object has color painting." +msgstr[0] "%1$d L'oggetto ha una pittura a colori." msgstr[1] "%1$d Objects have color painting." #, c-format, boost-format msgid "%1$d object was loaded as a part of cut object." msgid_plural "%1$d objects were loaded as parts of cut object" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%1$d oggetto è stato caricato come parte di un oggetto tagliato." +msgstr[1] "%1$d oggetti sono stati caricati come parti di un oggetto tagliato" msgid "ERROR" msgstr "ERRORE" @@ -4244,25 +4344,25 @@ msgid "Cancel upload" msgstr "Annulla caricamento" msgid "Slice ok." -msgstr "Slice complete" +msgstr "Slice completo" msgid "Jump to" -msgstr "Jump to" +msgstr "Vai a" msgid "Error:" -msgstr "Error:" +msgstr "Errore:" msgid "Warning:" -msgstr "Warning:" +msgstr "Attenzione:" msgid "Export successfully." msgstr "Esportato correttamente" msgid "Model file downloaded." -msgstr "" +msgstr "File del modello scaricato." msgid "Serious warning:" -msgstr "" +msgstr "Avvertimento serio:" msgid " (Repair)" msgstr " (Repair)" @@ -4274,16 +4374,16 @@ msgid "WARNING:" msgstr "ATTENZIONE:" msgid "Your model needs support ! Please make support material enable." -msgstr "Your model needs support! Please enable support material." +msgstr "Il modello necessita di supporti! Abilita i materiali di supporto." msgid "Gcode path overlap" -msgstr "G-code path overlap" +msgstr "Sovrapposizione del percorso G-code" msgid "Support painting" -msgstr "Support Painting" +msgstr "Pittura Supporti" msgid "Color painting" -msgstr "Color Painting" +msgstr "Pittura a colori" msgid "Cut connectors" msgstr "Taglia connettori" @@ -4298,11 +4398,11 @@ msgid "" "The application cannot run normally because OpenGL version is lower than " "2.0.\n" msgstr "" -"The application cannot run normally because your OpenGL version is lower " -"than 2.0.\n" +"L'applicazione non può essere eseguita normalmente perché la versione OpenGL " +"è precedente alla 2.0.\n" msgid "Please upgrade your graphics card driver." -msgstr "Please upgrade your graphics card driver." +msgstr "Aggiorna i driver della scheda grafica." msgid "Unsupported OpenGL version" msgstr "Versione OpenGL non supportata" @@ -4312,7 +4412,7 @@ msgid "" "Unable to load shaders:\n" "%s" msgstr "" -"Unable to load shaders:\n" +"Impossibile caricare gli shader:\n" "%s" msgid "Error loading shaders" @@ -4349,56 +4449,56 @@ msgid "Auto-recovery from step loss" msgstr "Recupero automatico perdita passi" msgid "Allow Prompt Sound" -msgstr "" +msgstr "Consenti suono di richiesta" msgid "Global" -msgstr "Global" +msgstr "Globale" msgid "Objects" -msgstr "Objects" +msgstr "Oggetti" msgid "Advance" -msgstr "Advanced" +msgstr "Avanzato " msgid "Compare presets" msgstr "Confronta i preset" msgid "View all object's settings" -msgstr "View all object's settings" +msgstr "Visualizza tutte le impostazioni oggetto" msgid "Filament settings" -msgstr "Filament settings" +msgstr "Impostazioni Filamento" msgid "Printer settings" -msgstr "Printer settings" +msgstr "Impostazioni stampante" msgid "Remove current plate (if not last one)" -msgstr "" +msgstr "Rimuovere la piastra corrente (se non l'ultima)" msgid "Auto orient objects on current plate" -msgstr "" +msgstr "Orienta automaticamente gli oggetti sulla piastra corrente" msgid "Arrange objects on current plate" -msgstr "" +msgstr "Disporre gli oggetti sulla piastra corrente" msgid "Unlock current plate" -msgstr "" +msgstr "Sblocca la piastra corrente" msgid "Lock current plate" -msgstr "" +msgstr "Piastra corrente di blocco" msgid "Customize current plate" -msgstr "" +msgstr "Personalizza la piastra corrente" msgid "Untitled" msgstr "Senza titolo" #, boost-format msgid " plate %1%:" -msgstr " plate %1%:" +msgstr " Piatto %1%:" msgid "Invalid name, the following characters are not allowed:" -msgstr "Invalid name, the following characters are not allowed:" +msgstr "Nome non valido, i seguenti caratteri non sono consentiti:" msgid "Sliced Info" msgstr "Informazioni processo" @@ -4413,13 +4513,13 @@ msgid "Used Filament (g)" msgstr "Filamento usato (g)" msgid "Used Materials" -msgstr "Used Materials" +msgstr "Materiali usati" msgid "Estimated time" msgstr "Estimated time" msgid "Filament changes" -msgstr "Filament changes" +msgstr "Cambi filamento" msgid "Click to edit preset" msgstr "Clicca per modificare il preset" @@ -4428,10 +4528,10 @@ msgid "Connection" msgstr "Connessione" msgid "Bed type" -msgstr "Bed type" +msgstr "Tipo di piatto" msgid "Flushing volumes" -msgstr "Flushing volumes" +msgstr "Volumi di spurgo" msgid "Add one filament" msgstr "Aggiungere un filamento" @@ -4483,10 +4583,13 @@ msgid "" "Orca Slicer or restart Orca Slicer to check if there is an update to system " "presets." msgstr "" +"Ci sono alcuni filamenti sconosciuti mappati su un preset generico. Aggiorna " +"Orca Slicer o riavvia Orca Slicer per verificare se è presente un " +"aggiornamento delle impostazioni di sistema." #, boost-format msgid "Do you want to save changes to \"%1%\"?" -msgstr "Do you want to save changes to \"%1%\"?" +msgstr "Vuoi salvare le modifiche a \"%1%\"?" #, c-format, boost-format msgid "" @@ -4502,16 +4605,20 @@ msgstr "Espulsione del dispositivo %s (%s) non riuscita." msgid "Previous unsaved project detected, do you want to restore it?" msgstr "" -"Previously unsaved items have been detected. Do you want to restore them?" +"Sono stati rilevati elementi precedentemente non salvati. Vuoi ripristinarli?" msgid "Restore" -msgstr "Restore" +msgstr "Ripristina" msgid "" "The current hot bed temperature is relatively high. The nozzle may be " "clogged when printing this filament in a closed enclosure. Please open the " "front door and/or remove the upper glass." msgstr "" +"L'attuale temperatura del letto caldo è relativamente alta. L'ugello " +"potrebbe essere ostruito quando si stampa questo filamento in un involucro " +"chiuso. Si prega di aprire lo sportello anteriore e/o rimuovere il vetro " +"superiore." msgid "" "The nozzle hardness required by the filament is higher than the default " @@ -4526,10 +4633,12 @@ msgid "" "Enabling traditional timelapse photography may cause surface imperfections. " "It is recommended to change to smooth mode." msgstr "" +"L'attivazione della fotografia timelapse tradizionale può causare " +"imperfezioni della superficie. Si consiglia di passare alla modalità liscia." #, c-format, boost-format msgid "Loading file: %s" -msgstr "Loading file: %s" +msgstr "Caricamento file: %s" msgid "The 3mf is not supported by OrcaSlicer, load geometry data only." msgstr "Il 3mf non proviene da Orca Slicer, carica solo dati geometrici." @@ -4542,6 +4651,8 @@ msgstr "La configurazione non può essere caricata." msgid "The 3mf is generated by old Orca Slicer, load geometry data only." msgstr "" +"Il 3mf è stato generato da una vecchia versione di Orca Slicer, caricando \n" +"solo i dati geometrici." #, c-format, boost-format msgid "" @@ -4552,10 +4663,10 @@ msgstr "" "chiavi non riconosciute:" msgid "You'd better upgrade your software.\n" -msgstr "You should update your software.\n" +msgstr "Devi aggiornare il software.\n" msgid "Newer 3mf version" -msgstr "Newer 3mf version" +msgstr "Versione 3mf più recente" #, c-format, boost-format msgid "" @@ -4578,31 +4689,35 @@ msgid "Incompatible 3mf" msgstr "Incompatible 3mf" msgid "Name of components inside step file is not UTF8 format!" -msgstr "Component name(s) inside step file not in UTF8 format!" +msgstr "" +"Il nome/i del componente all'interno del file step non è in formato UTF8!" msgid "The name may show garbage characters!" -msgstr "Because of unsupported text encoding, garbage characters may appear!" +msgstr "" +"A causa di una codifica del testo non supportata, potrebbero apparire " +"caratteri inutili!" #, boost-format msgid "Failed loading file \"%1%\". An invalid configuration was found." -msgstr "Failed loading file \"%1%\". An invalid configuration was found." +msgstr "" +"Caricamento del file \"%1%\" non riuscito. Trovata configurazione non valida." msgid "Objects with zero volume removed" -msgstr "Objects with zero volume removed" +msgstr "Oggetti con volume zero rimossi" msgid "The volume of the object is zero" -msgstr "The volume of the object is zero" +msgstr "Il volume dell'oggetto è zero" #, c-format, boost-format msgid "" "The object from file %s is too small, and maybe in meters or inches.\n" " Do you want to scale to millimeters?" msgstr "" -"The object from file %s is too small, and may be in meters or inches.\n" -" Do you want to scale to millimeters?" +"L'oggetto del file %s è troppo piccolo e può essere in metri o pollici.\n" +" Si desidera scalare in millimetri?" msgid "Object too small" -msgstr "Object too small" +msgstr "Oggetto troppo piccolo" msgid "" "This file contains several objects positioned at multiple heights.\n" @@ -4617,13 +4732,13 @@ msgid "Multi-part object detected" msgstr "Rilevato oggetto in più parti" msgid "Load these files as a single object with multiple parts?\n" -msgstr "Load these files as a single object with multiple parts?\n" +msgstr "Caricare questi file come un singolo oggetto con più parti?\n" msgid "Object with multiple parts was detected" -msgstr "An object with multiple parts was detected" +msgstr "È stato rilevato un oggetto con più parti" msgid "The file does not contain any geometry data." -msgstr "The file does not contain any geometry data." +msgstr "Il file non contiene dati geometrici." msgid "" "Your object appears to be too large, Do you want to scale it down to fit the " @@ -4639,13 +4754,13 @@ msgid "Export STL file:" msgstr "Esporta file STL:" msgid "Export AMF file:" -msgstr "" +msgstr "Esporta file AMF:" msgid "Save file as:" msgstr "Salva come:" msgid "Export OBJ file:" -msgstr "" +msgstr "Esporta file OBJ:" msgid "Delete object which is a part of cut object" msgstr "Elimina l'oggetto che fa parte dell'oggetto tagliato" @@ -4660,16 +4775,16 @@ msgstr "" "In seguito, la coerenza del modello non può essere garantita." msgid "The selected object couldn't be split." -msgstr "The selected object couldn't be split." +msgstr "L'oggetto selezionato non può essere diviso." msgid "Another export job is running." -msgstr "Another export job is running." +msgstr "È in esecuzione un altro processo di esportazione." msgid "Replace from:" -msgstr "" +msgstr "Sostituisci da:" msgid "Unable to replace with more than one volume" -msgstr "" +msgstr "Impossibile sostituire con più di un volume" msgid "Error during replace" msgstr "Errore durante la sostituzione" @@ -4681,31 +4796,31 @@ msgid "File for the replace wasn't selected" msgstr "Il file per la sostituzione non è stato selezionato" msgid "Please select a file" -msgstr "Please select a file" +msgstr "Seleziona file" msgid "Do you want to replace it" -msgstr "" +msgstr "Vuoi sostituirlo" msgid "Message" -msgstr "" +msgstr "Messaggio" msgid "Reload from:" -msgstr "" +msgstr "Ricarica da:" msgid "Unable to reload:" -msgstr "" +msgstr "Impossibile ricaricare:" msgid "Error during reload" -msgstr "" +msgstr "Errore durante il ri-caricamento" msgid "Slicing" msgstr "Slicing" msgid "There are warnings after slicing models:" -msgstr "There are warnings after slicing models:" +msgstr "Ci sono avvisi dopo aver elaborato i modelli:" msgid "warnings" -msgstr "warnings" +msgstr "Avvisi" msgid "Invalid data" msgstr "Dati non validi" @@ -4715,10 +4830,10 @@ msgstr "Slicing Annullato" #, c-format, boost-format msgid "Slicing Plate %d" -msgstr "Slicing Plate %d" +msgstr "Slicing Piatto %d" msgid "Please resolve the slicing errors and publish again." -msgstr "Please resolve the slicing errors and publish again." +msgstr "Risolvi gli errori di slicing e pubblica nuovamente." msgid "" "Network Plug-in is not detected. Network related features are unavailable." @@ -4734,13 +4849,14 @@ msgstr "" "Il file caricato contiene solo G-code, non può accedere alla pagina Prepara" msgid "You can keep the modified presets to the new project or discard them" -msgstr "You can keep the modified presets for the new project or discard them" +msgstr "" +"È possibile conservare i preset modificati per il nuovo progetto o eliminarli" msgid "Creating a new project" msgstr "Creazione nuovo progetto" msgid "Load project" -msgstr "Load project" +msgstr "Carica progetto" msgid "" "Failed to save the project.\n" @@ -4771,6 +4887,8 @@ msgid "" "Importing to Orca Slicer failed. Please download the file and manually " "import it." msgstr "" +"L'importazione di Orca Slicer non è riuscita. Si prega di scaricare il file " +"e importarlo manualmente." msgid "The selected file" msgstr "Il file selezionato" @@ -4779,13 +4897,13 @@ msgid "does not contain valid gcode." msgstr "non contiene un g-code valido." msgid "Error occurs while loading G-code file" -msgstr "An Error has occurred while loading the G-code file." +msgstr "Si è verificato un errore durante il caricamento del file G-code." msgid "Drop project file" -msgstr "Drop project file" +msgstr "Elimina il file di progetto" msgid "Please select an action" -msgstr "Please select an action" +msgstr "Seleziona un'azione" msgid "Open as project" msgstr "Apri come progetto" @@ -4794,33 +4912,33 @@ msgid "Import geometry only" msgstr "Importa solo la geometria" msgid "Only one G-code file can be opened at the same time." -msgstr "Only one G-code file can be opened at a time." +msgstr "È possibile aprire un solo file G-code alla volta." msgid "G-code loading" -msgstr "G-code loading" +msgstr "Caricamento G-code" msgid "G-code files can not be loaded with models together!" -msgstr "G-code files and models cannot be loaded together!" +msgstr "I file e i modelli G-code non possono essere caricati insieme!" msgid "Can not add models when in preview mode!" -msgstr "Unable to add models in preview mode" +msgstr "Impossibile aggiungere modelli in modalità anteprima" msgid "Add Models" -msgstr "Add Models" +msgstr "Aggiungi modelli" msgid "All objects will be removed, continue?" msgstr "Saranno rimossi tutti gli oggetti, continuare?" msgid "The current project has unsaved changes, save it before continue?" msgstr "" -"The current project has unsaved changes. Would you like to save before " -"continuing?" +"Il progetto corrente ha modifiche non salvate. Desideri salvarle prima di " +"continuare?" msgid "Remember my choice." msgstr "Ricorda la mia scelta" msgid "Number of copies:" -msgstr "Number of copies:" +msgstr "Numero di copie:" msgid "Copies of the selected object" msgstr "Copie dell'oggetto selezionato" @@ -4829,16 +4947,16 @@ msgid "Save G-code file as:" msgstr "Salva il file G-code come:" msgid "Save SLA file as:" -msgstr "" +msgstr "Salva il file SLA come:" msgid "The provided file name is not valid." -msgstr "" +msgstr "Il nome del file fornito non è valido." msgid "The following characters are not allowed by a FAT file system:" -msgstr "" +msgstr "I seguenti caratteri non sono permessi da un file system FAT:" msgid "Save Sliced file as:" -msgstr "Save Sliced file as:" +msgstr "Salva file elaborato come:" #, c-format, boost-format msgid "" @@ -4857,16 +4975,18 @@ msgstr "" msgid "Is the printer ready? Is the print sheet in place, empty and clean?" msgstr "" +"La stampante è pronta? La piastra di stampa è in posizione, vuota e pulita?" msgid "Upload and Print" -msgstr "" +msgstr "Carica e Stampa" msgid "" "Print By Object: \n" "Suggest to use auto-arrange to avoid collisions when printing." msgstr "" -"Print By Object: \n" -"We suggest using auto-arrange to avoid collisions when printing." +"Stampa per oggetto: \n" +"Ti consigliamo di utilizzare la disposizione automatica per evitare " +"collisioni durante la stampa." msgid "Send G-code" msgstr "Invia G-code" @@ -4875,10 +4995,12 @@ msgid "Send to printer" msgstr "Manda alla stampante" msgid "Custom supports and color painting were removed before repairing." -msgstr "Custom supports and color painting were removed before repairing." +msgstr "" +"I supporti personalizzati e la pittura a colori sono stati rimossi prima " +"della riparazione." msgid "Invalid number" -msgstr "Invalid number" +msgstr "Numero non valido" msgid "Plate Settings" msgstr "Impostazioni Piatto" @@ -4889,23 +5011,23 @@ msgstr "Numero attuale di parti selezionate: %1%\n" #, boost-format msgid "Number of currently selected objects: %1%\n" -msgstr "" +msgstr "Numero di oggetti attualmente selezionati: %1%\n" #, boost-format msgid "Part name: %1%\n" -msgstr "Part name: %1%\n" +msgstr "Nome parte: %1%\n" #, boost-format msgid "Object name: %1%\n" -msgstr "Object name: %1%\n" +msgstr "Nome oggetto: %1%\n" #, boost-format msgid "Size: %1% x %2% x %3% in\n" -msgstr "Size: %1% x %2% x %3% in\n" +msgstr "Dimensioni: %1% x %2% x %3% in\n" #, boost-format msgid "Size: %1% x %2% x %3% mm\n" -msgstr "Size: %1% x %2% x %3% mm\n" +msgstr "Dimensioni: %1% x %2% x %3% mm\n" #, boost-format msgid "Volume: %1% in³\n" @@ -4917,7 +5039,7 @@ msgstr "Volume: %1% mm³\n" #, boost-format msgid "Triangles: %1%\n" -msgstr "Triangles: %1%\n" +msgstr "Triangoli: %1%\n" msgid "Tips:" msgstr "Suggerimenti:" @@ -4926,6 +5048,8 @@ msgid "" "\"Fix Model\" feature is currently only on Windows. Please repair the model " "on Orca Slicer(windows) or CAD softwares." msgstr "" +"La funzione \"Correggi modello\" è attualmente disponibile solo su Windows. " +"Si prega di riparare il modello su Orca Slicer (Windows) o software CAD." #, c-format, boost-format msgid "" @@ -4938,28 +5062,28 @@ msgstr "" "un numero diverso da zero." msgid "Switching the language requires application restart.\n" -msgstr "Switching languages requires the application to restart.\n" +msgstr "Il cambio lingua richiede il riavvio dell'applicazione.\n" msgid "Do you want to continue?" -msgstr "Do you want to continue?" +msgstr "Vuoi continuare?" msgid "Language selection" msgstr "Selezione lingua" msgid "Switching application language while some presets are modified." -msgstr "Switching application language while some presets are modified." +msgstr "Cambio lingua applicazione durante la modifica di alcuni preset." msgid "Changing application language" -msgstr "Changing application language" +msgstr "Modifica lingua applicazione" msgid "Changing the region will log out your account.\n" -msgstr "Changing the region will log you out of your account.\n" +msgstr "La modifica della regione ti disconnetterà dal tuo account.\n" msgid "Region selection" -msgstr "Region selection" +msgstr "Selezione Paese" msgid "Second" -msgstr "Second" +msgstr "Secondo" msgid "Browse" msgstr "Sfoglia" @@ -4968,7 +5092,7 @@ msgid "Choose Download Directory" msgstr "Scegliere la directory di download" msgid "General Settings" -msgstr "General Settings" +msgstr "Impostazioni generali" msgid "Asia-Pacific" msgstr "Asia-Pacific" @@ -4983,31 +5107,31 @@ msgid "North America" msgstr "North America" msgid "Others" -msgstr "Others" +msgstr "Altro" msgid "Login Region" -msgstr "Login Region" +msgstr "Regione di accesso" msgid "Stealth Mode" -msgstr "" +msgstr "Modalità invisibile" msgid "Metric" -msgstr "Metric" +msgstr "Metrico" msgid "Imperial" -msgstr "Imperial" +msgstr "Imperiale" msgid "Units" -msgstr "Units" +msgstr "Unità" msgid "Home" -msgstr "" +msgstr "Home" msgid "Default Page" -msgstr "" +msgstr "Pagina predefinita" msgid "Set the page opened on startup." -msgstr "" +msgstr "Imposta la pagina aperta all'avvio." msgid "Zoom to mouse position" msgstr "Zoom posizione del mouse" @@ -5020,16 +5144,17 @@ msgstr "" "anziché verso il centro della finestra 2D." msgid "Use free camera" -msgstr "" +msgstr "Usa l'inquadratura libera" msgid "If enabled, use free camera. If not enabled, use constrained camera." msgstr "" +"Se attivo, usa la visuale libera. Se non attivo, usa la visuale vincolata." msgid "Show splash screen" -msgstr "" +msgstr "Mostra splash screen" msgid "Show the splash screen during startup." -msgstr "" +msgstr "Mostra la schermata iniziale durante l'avvio." msgid "Show \"Tip of the day\" notification after start" msgstr "Mostra \"Suggerimento del giorno\" dopo l'avvio" @@ -5038,16 +5163,17 @@ msgid "If enabled, useful hints are displayed at startup." msgstr "Se abilitato, all'avvio vengono visualizzati suggerimenti utili." msgid "Show g-code window" -msgstr "" +msgstr "Mostra la finestra del codice g" msgid "If enabled, g-code window will be displayed." -msgstr "" +msgstr "Se abilitato, verrà visualizzata la finestra del codice g." msgid "Presets" msgstr "Preset" msgid "Auto sync user presets(Printer/Filament/Process)" -msgstr "Auto sync user presets (Printer/Filament/Process)" +msgstr "" +"Sincronizzazione automatica preset utente (stampante/filamento/processo)" msgid "User Sync" msgstr "User Sync" @@ -5065,28 +5191,32 @@ msgid "Associate files to OrcaSlicer" msgstr "Associate files to Orca Slicer" msgid "Associate .3mf files to OrcaSlicer" -msgstr "Associate .3mf files to Orca Slicer" +msgstr "Associare file .3mf a OrcaSlicer" msgid "If enabled, sets OrcaSlicer as default application to open .3mf files" msgstr "" -"If enabled, this sets Orca Slicer as the default application to open .3mf " -"files." +"Se abilitata, imposta OrcaSlicer come applicazione predefinita per aprire " +"\"\n" +"\"i file .3mf." msgid "Associate .stl files to OrcaSlicer" msgstr "Associate .stl files to Orca Slicer" msgid "If enabled, sets OrcaSlicer as default application to open .stl files" msgstr "" -"If enabled, this sets Orca Slicer as the default application to open .stl " -"files." +"Se abilitata, imposta OrcaSlicer come applicazione predefinita per aprire " +"\"\n" +"\"i file .stl." msgid "Associate .step/.stp files to OrcaSlicer" msgstr "Associate .step/.stp files to Orca Slicer" msgid "If enabled, sets OrcaSlicer as default application to open .step files" msgstr "" -"If enabled, this sets Orca Slicer as the default application to open .step " -"files." +"Se abilitata, imposta OrcaSlicer come applicazione predefinita per aprire " +"\"\n" +"\"i file .step." + msgid "Maximum recent projects" msgstr "Numero massimo di progetti recenti" @@ -5098,7 +5228,7 @@ msgid "Clear my choice on the unsaved projects." msgstr "Cancella la mia scelta sui progetti non salvati." msgid "Auto-Backup" -msgstr "Auto-Backup" +msgstr "Backup automatico" msgid "" "Backup your project periodically for restoring from the occasional crash." @@ -5122,40 +5252,40 @@ msgid "Enable Dark mode" msgstr "Attiva modalità Scura" msgid "Develop mode" -msgstr "Developer mode" +msgstr "Modalità sviluppatore" msgid "Skip AMS blacklist check" msgstr "Salta check Blacklist AMS" msgid "Home page and daily tips" -msgstr "Home page and daily tips" +msgstr "Home page e suggerimenti quotidiani" msgid "Show home page on startup" -msgstr "Show home page on startup" +msgstr "Mostra pagina iniziale all'avvio" msgid "Sync settings" -msgstr "Sync settings" +msgstr "Impostazioni sincronizzazione" msgid "User sync" msgstr "User sync" msgid "Preset sync" -msgstr "Preset sync" +msgstr "Sincronizzazione preset" msgid "Preferences sync" -msgstr "Preferences sync" +msgstr "Sincronizzazione preferenze" msgid "View control settings" -msgstr "View control settings" +msgstr "Visualizza impostazioni di controllo" msgid "Rotate of view" -msgstr "Rotate View" +msgstr "Ruota vista" msgid "Move of view" -msgstr "Pan View" +msgstr "Vista panoramica" msgid "Zoom of view" -msgstr "Zoom View" +msgstr "Vista Zoom" msgid "Other" msgstr "Altro" @@ -5173,25 +5303,25 @@ msgid "Internal developer mode" msgstr "Modalità sviluppatore interno" msgid "Log Level" -msgstr "Log Level" +msgstr "Livello log" msgid "fatal" -msgstr "fatal" +msgstr "fatale" msgid "error" -msgstr "error" +msgstr "Errore" msgid "warning" -msgstr "warning" +msgstr "attenzione" msgid "debug" msgstr "debug" msgid "trace" -msgstr "trace" +msgstr "Traccia" msgid "Host Setting" -msgstr "Host Setting" +msgstr "Impostazione host" msgid "DEV host: api-dev.bambu-lab.com/v1" msgstr "DEV host: api-dev.bambu-lab.com/v1" @@ -5203,16 +5333,16 @@ msgid "PRE host: api-pre.bambu-lab.com/v1" msgstr "PRE host: api-pre.bambu-lab.com/v1" msgid "Product host" -msgstr "Product host" +msgstr "Host del prodotto" msgid "debug save button" -msgstr "Debug save button" +msgstr "Pulsante salvataggio debug" msgid "save debug settings" -msgstr "save debug settings" +msgstr "salva impostazioni debug" msgid "DEBUG settings have saved successfully!" -msgstr "Debug settings have been saved successfully!" +msgstr "Le impostazioni di debug sono state salvate correttamente!" msgid "Switch cloud environment, Please login again!" msgstr "Cambia ambiente cloud; Effettua nuovamente il login!" @@ -5227,10 +5357,10 @@ msgid "Incompatible presets" msgstr "Preset incompatibili" msgid "AMS filaments" -msgstr "AMS filament" +msgstr "Filamento AMS" msgid "Click to pick filament color" -msgstr "Click to select filament color" +msgstr "Fai click per selezionare il colore del filamento" msgid "Please choose the filament colour" msgstr "Si prega di scegliere il colore del filamento" @@ -5242,7 +5372,7 @@ msgid "Edit preset" msgstr "Modifica preset" msgid "Project-inside presets" -msgstr "Project-inside presets" +msgstr "Preset interno al progetto" msgid "Add/Remove filaments" msgstr "Aggiungi/rimuovi filamento" @@ -5257,7 +5387,7 @@ msgid "Incompatible" msgstr "Non compatibile" msgid "The selected preset is null!" -msgstr "" +msgstr "Il preset selezionato è nullo!" msgid "Plate name" msgstr "Nome Piatto" @@ -5266,13 +5396,13 @@ msgid "Same as Global Print Sequence" msgstr "Uguale a Sequenza stampa globale" msgid "Print sequence" -msgstr "Print sequence" +msgstr "Sequenza di stampa" msgid "Customize" -msgstr "" +msgstr "Personalizza" msgid "First layer filament sequence" -msgstr "" +msgstr "Sequenza di filamenti di primo Layer" msgid "Same as Global Plate Type" msgstr "Uguale al tipo di piano globale" @@ -5293,80 +5423,82 @@ msgid "Log Out" msgstr "Log Out" msgid "Slice all plate to obtain time and filament estimation" -msgstr "Slice all plates to obtain time and filament estimation" +msgstr "Slice di tutti i piatti per ottenere una stima del tempo e filamento" msgid "Packing project data into 3mf file" -msgstr "Packing project data into 3mf file" +msgstr "Packing dati progetto in 3mf file" msgid "Uploading 3mf" -msgstr "Uploading 3mf" +msgstr "Caricamento 3mf" msgid "Jump to model publish web page" -msgstr "Jump to model publish web page" +msgstr "Vai alla pagina web di pubblicazione del modello" msgid "Note: The preparation may takes several minutes. Please be patiant." -msgstr "Note: The preparation may take several minutes. Please be patient." +msgstr "" +"Nota: la preparazione può richiedere alcuni minuti. Si prega di avere " +"pazienza." msgid "Publish" -msgstr "Publish" +msgstr "Pubblica" msgid "Publish was cancelled" -msgstr "Publish was cancelled" +msgstr "La pubblicazione è stata annullata" msgid "Slicing Plate 1" -msgstr "Slicing Plate 1" +msgstr "Slicing Piatto 1" msgid "Packing data to 3mf" msgstr "Packing data to 3mf" msgid "Jump to webpage" -msgstr "Jump to webpage" +msgstr "Vai alla pagina web" #, c-format, boost-format msgid "Save %s as" -msgstr "Save %s as" +msgstr "Salva %s come" msgid "User Preset" -msgstr "User Preset" +msgstr "Preset utente" msgid "Project Inside Preset" -msgstr "Project Inside Preset" +msgstr "Preset interno al Progetto" msgid "Name is invalid;" -msgstr "Name is invalid;" +msgstr "Nome non valido" msgid "illegal characters:" -msgstr "Illegal characters:" +msgstr "Caratteri illegali:" msgid "illegal suffix:" -msgstr "Illegal suffix:" +msgstr "Suffisso illegale:" msgid "Name is unavailable." -msgstr "Name is unavailable." +msgstr "Nome non disponibile" msgid "Overwrite a system profile is not allowed" -msgstr "Overwriting a system profile is not allowed." +msgstr "Non è consentito sovrascrivere un profilo di sistema." #, boost-format msgid "Preset \"%1%\" already exists." -msgstr "Preset \"%1%\" already exists." +msgstr "Preset \"%1%\" esiste già." #, boost-format msgid "Preset \"%1%\" already exists and is incompatible with current printer." msgstr "" -"Preset \"%1%\" already exists and is incompatible with the current printer." +"Preset \"%1%\" esiste già ma è incompatibile con la stampante corrente." msgid "Please note that saving action will replace this preset" -msgstr "Please note that saving will overwrite the current preset." +msgstr "Tieni presente che il salvataggio sovrascriverà il preset corrente." msgid "The name is not allowed to be empty." -msgstr "The name field is not allowed to be empty." +msgstr "Il campo nome non può essere vuoto." msgid "The name is not allowed to start with space character." -msgstr "The name is not allowed to start with a space." +msgstr "Il nome non può iniziare con uno spazio." msgid "The name is not allowed to end with space character." -msgstr "The name is not allowed to end with a space." +msgstr "Il nome non può terminare con uno spazio." msgid "The name cannot be the same as a preset alias name." msgstr "Il nome non può essere uguale a quello di un preset." @@ -5380,89 +5512,89 @@ msgstr "Copia" #, boost-format msgid "Printer \"%1%\" is selected with preset \"%2%\"" -msgstr "Printer \"%1%\" is selected with preset \"%2%\"" +msgstr "La stampante \"%1%\" è selezionata con il preset \"%2%\"" #, boost-format msgid "Please choose an action with \"%1%\" preset after saving." -msgstr "Please choose an action with \"%1%\" preset after saving." +msgstr "Scegli un'azione con \"%1%\" preimpostata dopo il salvataggio." #, boost-format msgid "For \"%1%\", change \"%2%\" to \"%3%\" " -msgstr "For \"%1%\", change \"%2%\" to \"%3%\" " +msgstr "Per \"%1%\", cambia \"%2%\" con \"%3%\"." #, boost-format msgid "For \"%1%\", add \"%2%\" as a new preset" -msgstr "For \"%1%\", add \"%2%\" as a new preset" +msgstr "Per \"%1%\", aggiungere \"%2%\" come nuovo preset" #, boost-format msgid "Simply switch to \"%1%\"" -msgstr "Simply switch to \"%1%\"" +msgstr "Basta passare a \"%1%\"" msgid "Task canceled" -msgstr "Task canceled" +msgstr "Attività annullata" msgid "(LAN)" msgstr "(LAN)" msgid "My Device" -msgstr "My Device" +msgstr "Mio dispositivo" msgid "Other Device" -msgstr "Other Device" +msgstr "Altro dispositivo" msgid "Online" msgstr "Online" msgid "Input access code" -msgstr "Input access code" +msgstr "Inserisci codice di accesso" msgid "Can't find my devices?" msgstr "Non riesci a trovare i dispositivi?" msgid "Log out successful." -msgstr "Log out successful." +msgstr "Log out riuscito." msgid "Offline" msgstr "Offline" msgid "Busy" -msgstr "Busy" +msgstr "Occupato" msgid "Bambu Cool Plate" msgstr "Bambu Cool Plate" msgid "PLA Plate" -msgstr "PLA Plate" +msgstr "Piastra PLA" msgid "Bambu Engineering Plate" -msgstr "" +msgstr "Bambu Engineering Plate" msgid "Bambu Smooth PEI Plate" -msgstr "" +msgstr "Bambu Smooth PEI Plate" msgid "High temperature Plate" -msgstr "" +msgstr "High Temperature Plate" msgid "Bambu Textured PEI Plate" -msgstr "" +msgstr "Bambu Textured PEI Plate" msgid "Send print job to" -msgstr "Send print job to" +msgstr "Invia stampa a" msgid "Refresh" -msgstr "Refresh" +msgstr "Aggiorna" msgid "Bed Leveling" -msgstr "Bed leveling" +msgstr "Livellamento piano" msgid "Flow Dynamics Calibration" -msgstr "" +msgstr "Calibrazione della dinamica del flusso" msgid "Click here if you can't connect to the printer" -msgstr "" +msgstr "Clicca qui se non puoi connetterti alla stampante" msgid "send completed" -msgstr "Send complete" +msgstr "Invio completo" msgid "Error code" msgstr "Codice di errore" @@ -5474,16 +5606,18 @@ msgid "Printer local connection failed, please try again." msgstr "Connessione locale della stampante fallita; Si prega di riprovare." msgid "No login account, only printers in LAN mode are displayed" -msgstr "No login account, only printers in LAN mode are displayed" +msgstr "" +"Nessun account di login, vengono visualizzate solo le stampanti in modalità " +"LAN" msgid "Connecting to server" -msgstr "Connecting to server" +msgstr "Connessione in corso al server" msgid "Synchronizing device information" -msgstr "Synchronizing device information" +msgstr "Sincronizzazione informazioni dispositivo" msgid "Synchronizing device information time out" -msgstr "Synchronizing device information timed out" +msgstr "La sincronizzazione informazioni dispositivo è scaduta" msgid "Cannot send the print job when the printer is updating firmware" msgstr "" @@ -5492,11 +5626,10 @@ msgstr "" msgid "" "The printer is executing instructions. Please restart printing after it ends" -msgstr "" -"The printer is executing instructions. Please restart printing after it ends" +msgstr "La stampante sta eseguendo le istruzioni. Riavvia la stampa al termine" msgid "The printer is busy on other print job" -msgstr "The printer is busy with another print job." +msgstr "La stampante è occupata con altro lavoro di stampa." #, c-format, boost-format msgid "" @@ -5524,8 +5657,8 @@ msgid "" "Please click each filament above to specify its mapping AMS slot before " "sending the print job" msgstr "" -"Please click each filament above to specify its mapping AMS slot before " -"sending the print job" +"Fai clic su ciascun filamento in alto per specificare lo slot AMS di " +"mappatura prima di inviare il lavoro di stampa" #, c-format, boost-format msgid "" @@ -5554,6 +5687,7 @@ msgstr "È necessario inserire una scheda microSD prima di stampare." msgid "The selected printer is incompatible with the chosen printer presets." msgstr "" +"La stampante selezionata è incompatibile con i preset della stampante scelti." msgid "An SD card needs to be inserted to record timelapse." msgstr "È necessario inserire una scheda microSD per registrare un timelapse." @@ -5575,11 +5709,15 @@ msgid "" "When enable spiral vase mode, machines with I3 structure will not generate " "timelapse videos." msgstr "" +"Quando si abilita la modalità vaso a spirale, le macchine con struttura I3 " +"non genereranno video timelapse." msgid "" "When print by object, machines with I3 structure will not generate timelapse " "videos." msgstr "" +"Quando si stampa per oggetto, le macchine con struttura I3 non genereranno " +"video timelapse." msgid "Errors" msgstr "Errori" @@ -5617,12 +5755,14 @@ msgstr "" msgid "" "Connecting to the printer. Unable to cancel during the connection process." msgstr "" +"Collegamento alla stampante. Impossibile annullare durante il processo di " +"connessione." msgid "Preparing print job" -msgstr "Preparing print job" +msgstr "Preparazione lavoro di stampa" msgid "Abnormal print file data. Please slice again" -msgstr "Abnormal print file data. Please slice again" +msgstr "Dati file di stampa anormali. Eseguire nuovamente l'elaborazione" msgid "The name length exceeds the limit." msgstr "La lunghezza del nome supera il limite." @@ -5631,18 +5771,21 @@ msgid "" "Caution to use! Flow calibration on Textured PEI Plate may fail due to the " "scattered surface." msgstr "" +"Attenzione da usare! La calibrazione del flusso sulla piastra PEI " +"testurizzata può non riuscire a causa della superficie Rugosa." msgid "Automatic flow calibration using Micro Lidar" -msgstr "" +msgstr "Calibrazione automatica del flusso tramite Micro Lidar" msgid "Modifying the device name" -msgstr "Modifying the device name" +msgstr "Modifica nome del dispositivo" msgid "Send to Printer SD card" msgstr "Invia a microSD stampante" msgid "Cannot send the print task when the upgrade is in progress" -msgstr "Cannot send print tasks when an update is in progress" +msgstr "" +"Impossibile inviare attività di stampa quando è in corso un aggiornamento" msgid "An SD card needs to be inserted before send to printer SD card." msgstr "" @@ -5680,13 +5823,13 @@ msgid "Receive login report timeout" msgstr "Timeout ricezione del rapporto di login" msgid "Unknown Failure" -msgstr "Unknown Failure" +msgstr "Fallimento sconosciuto" msgid "Log in printer" -msgstr "Log in printer" +msgstr "Log in stampante" msgid "Would you like to log in this printer with current account?" -msgstr "Would you like to log in this printer with the current account?" +msgstr "Vuoi accedere alla stampante con l'account corrente?" msgid "Check the reason" msgstr "Verifica la causa" @@ -5756,22 +5899,22 @@ msgid "Statement on User Experience Improvement Plan" msgstr "Dichiarazione del piano miglioramento dell'esperienza utente" msgid "Log in successful." -msgstr "Log in successful." +msgstr "Log in effettuato con successo." msgid "Log out printer" -msgstr "Log out printer" +msgstr "Log out dalla stampante" msgid "Would you like to log out the printer?" -msgstr "Would you like to log out the printer?" +msgstr "Vuoi disconnettere la stampante?" msgid "Please log in first." -msgstr "Please log in first." +msgstr "Prima effettua il login." msgid "There was a problem connecting to the printer. Please try again." -msgstr "There was a problem connecting to the printer. Please try again." +msgstr "Si è verificato un problema di connessione alla stampante. Riprovare." msgid "Failed to log out." -msgstr "Failed to log out." +msgstr "Disconnessione non riuscita." #. TRN "Save current Settings" #, c-format, boost-format @@ -5846,8 +5989,8 @@ msgstr "" msgid "" "When recording timelapse without toolhead, it is recommended to add a " "\"Timelapse Wipe Tower\" \n" -"by right-click the empty position of build plate and choose \"Add Primitive" -"\"->\"Timelapse Wipe Tower\"." +"by right-click the empty position of build plate and choose \"Add " +"Primitive\"->\"Timelapse Wipe Tower\"." msgstr "" "Quando si registra un timelapse senza testa di satmpa, si consiglia di " "aggiungere un \"Timelapse Torre di pulizia\"\n" @@ -5855,70 +5998,71 @@ msgstr "" "piatto e scegli \"Aggiungi primitiva\" ->\"Timelapse Torre di pulizia\"»." msgid "Line width" -msgstr "Line width" +msgstr "Larghezza linea" msgid "Seam" -msgstr "Seam" +msgstr "Cucitura" msgid "Precision" -msgstr "Precision" +msgstr "Precisione" msgid "Wall generator" msgstr "Generatore parete" msgid "Walls" -msgstr "Walls" +msgstr "Pareti" msgid "Top/bottom shells" -msgstr "Top/bottom shells" +msgstr "Gusci superiori/inferiori" msgid "Initial layer speed" -msgstr "First layer speed" +msgstr "Velocità primo layer" msgid "Other layers speed" -msgstr "Other layers speed" +msgstr "Velocità altri layer" msgid "Overhang speed" -msgstr "Overhang speed" +msgstr "Velocità di sbalzo" msgid "" "This is the speed for various overhang degrees. Overhang degrees are " "expressed as a percentage of line width. 0 speed means no slowing down for " "the overhang degree range and wall speed is used" msgstr "" -"This is the speed for various overhang degrees. Overhang degrees are " -"expressed as a percentage of line width. 0 speed means no slowing down for " -"the overhang degree range and wall speed is used" +"È la velocità per vari gradi di sporgenza. I gradi di sporgenza sono " +"espressi come percentuale della larghezza della linea. Velocità 0 significa " +"che non c'è rallentamento per l'intervallo di gradi di sporgenza e viene " +"utilizzata la velocità della parete." msgid "Bridge" -msgstr "Bridge" +msgstr "Ponte" msgid "Set speed for external and internal bridges" -msgstr "" +msgstr "Impostare la velocità per ponti esterni e interni" msgid "Travel speed" -msgstr "Travel speed" +msgstr "Velocità spostamento" msgid "Acceleration" -msgstr "Acceleration" +msgstr "Accelerazione" msgid "Jerk(XY)" -msgstr "" +msgstr "Scatto (XY)" msgid "Raft" msgstr "Raft" msgid "Support filament" -msgstr "Filament for Supports" +msgstr "Filamento per supporti" msgid "Tree supports" -msgstr "" +msgstr "Supporti ad albero" msgid "Prime tower" msgstr "Prime tower" msgid "Special mode" -msgstr "Special mode" +msgstr "Modalità speciale" msgid "G-code output" msgstr "Uscita G-code" @@ -5927,10 +6071,10 @@ msgid "Post-processing Scripts" msgstr "Script post-elaborazione" msgid "Notes" -msgstr "" +msgstr "Note" msgid "Frequent" -msgstr "Frequent" +msgstr "Frequente" #, c-format, boost-format msgid "" @@ -5942,43 +6086,45 @@ msgid_plural "" "Please remove them, or will beat G-code visualization and printing time " "estimation." msgstr[0] "" -"Following line %s contains reserved keywords.\n" -"Please remove it, or G-code visualization and print time estimation will be " -"broken." +"La riga seguente %s contiene parole chiave riservata.\n" +"Rimuovilo, altrimenti la visualizzazione G-code e la stima del tempo di " +"stampa verranno interrotte." msgstr[1] "" "Following lines %s contain reserved keywords.\n" "Please remove them, or G-code visualization and print time estimation will " "be broken." msgid "Reserved keywords found" -msgstr "Reserved keywords found" +msgstr "Parole chiave riservate trovate" msgid "Setting Overrides" -msgstr "Setting Overrides" +msgstr "Sovrascrivi impostazioni" msgid "Retraction" msgstr "Retrazione" msgid "Basic information" -msgstr "Basic information" +msgstr "Informazioni di Base" msgid "Recommended nozzle temperature" -msgstr "Recommended nozzle temperature" +msgstr "Temperatura nozzle consigliata" msgid "Recommended nozzle temperature range of this filament. 0 means no set" -msgstr "Recommended nozzle temperature range of this filament. 0 means not set" +msgstr "" +"Intervallo di temperatura del nozzle consigliato per questo filamento. 0 " +"significa non impostato" msgid "Print chamber temperature" -msgstr "" +msgstr "Temperatura della camera di stampa" msgid "Print temperature" -msgstr "Print temperature" +msgstr "Temperatura stampa" msgid "Nozzle" msgstr "Ugello" msgid "Nozzle temperature when printing" -msgstr "Nozzle temperature when printing" +msgstr "Temperatura del nozzle durante la stampa" msgid "Cool plate" msgstr "Cool plate" @@ -5987,8 +6133,8 @@ msgid "" "Bed temperature when cool plate is installed. Value 0 means the filament " "does not support to print on the Cool Plate" msgstr "" -"This is the bed temperature when the cool plate is installed. A value of 0 " -"means the filament does not support printing on the Cool Plate." +"Temperatura del piano quando è installato il piatto Cool Plate. Il valore 0 " +"significa che il filamento non supporta la stampa su piatto Cool Plate." msgid "Engineering plate" msgstr "Engineering plate" @@ -5997,17 +6143,20 @@ msgid "" "Bed temperature when engineering plate is installed. Value 0 means the " "filament does not support to print on the Engineering Plate" msgstr "" -"This is the bed temperature when the engineering plate is installed. A value " -"of 0 means the filament does not support printing on the Engineering Plate." +"Temperatura del piano quando è installato il piatto Engineering. Il valore 0 " +"significa che il filamento non supporta la stampa su piatto Engineering." msgid "Smooth PEI Plate / High Temp Plate" -msgstr "" +msgstr "Piastra PEI liscia / piastra ad alta temperatura" msgid "" "Bed temperature when Smooth PEI Plate/High temperature plate is installed. " "Value 0 means the filament does not support to print on the Smooth PEI Plate/" "High Temp Plate" msgstr "" +"Temperatura del letto quando è installata la piastra PEI liscia/piastra ad " +"alta temperatura. Il valore 0 indica che il filamento non supporta la stampa " +"sulla piastra PEI liscia/piastra ad alta temperatura" msgid "Textured PEI Plate" msgstr "Textured PEI Plate" @@ -6020,19 +6169,19 @@ msgstr "" "0 significa che il filamento non è supportato sul piatto Textured PEI" msgid "Volumetric speed limitation" -msgstr "Volumetric speed limitation" +msgstr "Limitazione velocità volumetrica" msgid "Cooling" msgstr "Raffreddamento" msgid "Cooling for specific layer" -msgstr "Cooling for specific layer" +msgstr "Raffreddamento per specifico layer" msgid "Part cooling fan" -msgstr "Part cooling fan" +msgstr "Ventola di raffreddamento oggetto" msgid "Min fan speed threshold" -msgstr "Min fan speed threshold" +msgstr "Soglia minima velocità della ventola" msgid "" "Part cooling fan speed will start to run at min speed when the estimated " @@ -6040,68 +6189,69 @@ msgid "" "shorter than threshold, fan speed is interpolated between the minimum and " "maximum fan speed according to layer printing time" msgstr "" -"The part cooling fan will run at the minimum fan speed when the estimated " -"layer time is longer than the threshold value. When the layer time is " -"shorter than the threshold, the fan speed will be interpolated between the " -"minimum and maximum fan speed according to layer printing time." +"La ventola di raffreddamento della parte funzionerà alla velocità minima " +"della ventola quando la durata stimata del layer è superiore al valore di " +"soglia. Quando il tempo del layer è inferiore alla soglia, la velocità della " +"ventola verrà interpolata tra la velocità minima e massima della ventola in " +"base al tempo di stampa a layer." msgid "Max fan speed threshold" -msgstr "Max fan speed threshold" +msgstr "Soglia massima velocità della ventola" msgid "" "Part cooling fan speed will be max when the estimated layer time is shorter " "than the setting value" msgstr "" -"The part cooling fan will run at maximum speed when the estimated layer time " -"is shorter than the threshold value." +"La ventola di raffreddamento funzionerà alla massima velocità quando il " +"tempo layer stimato è inferiore al valore di soglia." msgid "Auxiliary part cooling fan" msgstr "Auxiliary part cooling fan" msgid "Exhaust fan" -msgstr "" +msgstr "Aspiratore" msgid "During print" -msgstr "" +msgstr "Durante la stampa" msgid "Complete print" -msgstr "" +msgstr "Stampa completa" msgid "Filament start G-code" -msgstr "Filament start G-code" +msgstr "G-code avvio filamento" msgid "Filament end G-code" msgstr "Filament end G-code" msgid "Multimaterial" -msgstr "" +msgstr "Apertura pittura multimateriale" msgid "Wipe tower parameters" -msgstr "" +msgstr "Parametri torre di pulitura" msgid "Toolchange parameters with single extruder MM printers" -msgstr "" +msgstr "Parametri di cambio strumento per stampanti MM con estrusore singolo" msgid "Ramming settings" -msgstr "" +msgstr "Impostazioni del ramming" msgid "Toolchange parameters with multi extruder MM printers" -msgstr "" +msgstr "Parametri di cambio strumento con stampanti MM multiestrusore" msgid "Printable space" -msgstr "Printable space" +msgstr "Spazio di stampa" msgid "Cooling Fan" -msgstr "" +msgstr "Velocità minima ventola di raffreddamento" msgid "Fan speed-up time" -msgstr "" +msgstr "Tempo di accelerazione della ventola" msgid "Extruder Clearance" msgstr "Spazio estrusore" msgid "Accessory" -msgstr "Accessory" +msgstr "Accessori" msgid "Machine gcode" msgstr "Machine G-code" @@ -6119,13 +6269,13 @@ msgid "Layer change G-code" msgstr "Layer change G-code" msgid "Time lapse G-code" -msgstr "" +msgstr "Time lapse G-code" msgid "Change filament G-code" -msgstr "Change filament G-code" +msgstr "G-code cambio filamento" msgid "Change extrusion role G-code" -msgstr "" +msgstr "Modificare il codice G del ruolo di estrusione" msgid "Pause G-code" msgstr "Pause G-code" @@ -6134,58 +6284,62 @@ msgid "Template Custom G-code" msgstr "Modello G-code personalizzato" msgid "Motion ability" -msgstr "Motion ability" +msgstr "Capacità di movimento" msgid "Normal" msgstr "Normale" msgid "Speed limitation" -msgstr "Speed limitation" +msgstr "Limitazione velocità" msgid "Acceleration limitation" -msgstr "Acceleration limitation" +msgstr "Limita Accelerazione" msgid "Jerk limitation" -msgstr "Jerk limitation" +msgstr "Limitazione jerk" msgid "Single extruder multimaterial setup" -msgstr "" +msgstr "Configurazione multimateriale estrusore singolo" msgid "Wipe tower" -msgstr "" +msgstr "Torre di pulitura" msgid "Single extruder multimaterial parameters" -msgstr "" +msgstr "Parametri estrusore singolo materiale multiplo" msgid "Layer height limits" msgstr "Limiti altezza layer" msgid "Lift Z Enforcement" -msgstr "" +msgstr "Applicazione dell'ascensore Z" msgid "Retraction when switching material" -msgstr "Retraction when switching material" +msgstr "Retrazione quando si cambia materiale" msgid "" "The Wipe option is not available when using the Firmware Retraction mode.\n" "\n" "Shall I disable it in order to enable Firmware Retraction?" msgstr "" +"La funzione Pulitura non è disponibile quando si usa la modalità Retrazione " +"Firmware.\n" +"\n" +"Devo disattivarla per poter abilitare la Retrazione Firmware?" msgid "Firmware Retraction" -msgstr "" +msgstr "Retrazione Firmware" msgid "Detached" msgstr "Distaccato" msgid "Following preset will be deleted too." msgid_plural "Following presets will be deleted too." -msgstr[0] "The following preset will be deleted too:" +msgstr[0] "Verrà eliminato anche il seguente preset:" msgstr[1] "The following presets will be deleted too:" #, boost-format msgid "Are you sure to %1% the selected preset?" -msgstr "Are you sure you want to %1% the selected preset?" +msgstr "Sei sicuro di voler %1% il preset selezionato?" #. TRN Remove/Delete #, boost-format @@ -6199,22 +6353,25 @@ msgid "Set" msgstr "Imposta" msgid "Click to reset current value and attach to the global value." -msgstr "Click to reset current value and attach to the global value." +msgstr "" +"Fare clic per ripristinare il valore corrente e associarlo al valore globale." msgid "Click to drop current modify and reset to saved value." -msgstr "Click to drop current modifications and reset to saved value." +msgstr "" +"Fai clic per eliminare le modifiche correnti e ripristinare il valore " +"salvato." msgid "Process Settings" -msgstr "Process Settings" +msgstr "Impostazioni processo" msgid "Undef" -msgstr "Undef" +msgstr "Indefinito" msgid "Unsaved Changes" msgstr "Modifiche non salvate" msgid "Discard or Keep changes" -msgstr "Discard or keep changes" +msgstr "Scarta o mantieni le modifiche" msgid "Old Value" msgstr "Valore precedente" @@ -6232,29 +6389,30 @@ msgid "Discard" msgstr "Cancella" msgid "Click the right mouse button to display the full text." -msgstr "Click the right mouse button to display the full text." +msgstr "" +"Clicca il pulsante destro del mouse per visualizzare il testo completo." msgid "All changes will not be saved" -msgstr "No changes will be saved." +msgstr "Nessuna modifica verrà salvata." msgid "All changes will be discarded." -msgstr "All changes will be discarded." +msgstr "Tutte le modifiche verranno eliminate." msgid "Save the selected options." msgstr "Salvare le opzioni selezionate." msgid "Keep the selected options." -msgstr "Keep the selected options." +msgstr "Mantieni le opzioni selezionate." msgid "Transfer the selected options to the newly selected preset." -msgstr "Transfer the selected options to the newly selected preset." +msgstr "Trasferisci le opzioni selezionate nel preset appena selezionato." #, boost-format msgid "" "Save the selected options to preset \n" "\"%1%\"." msgstr "" -"Save the selected options to preset \n" +"Salva le opzioni selezionate in un preset \n" "\"%1%\"." #, boost-format @@ -6262,28 +6420,28 @@ msgid "" "Transfer the selected options to the newly selected preset \n" "\"%1%\"." msgstr "" -"Transfer the selected options to the newly selected preset \n" +"Trasferisci le opzioni selezionate nel preset appena selezionato \n" "\"%1%\"." #, boost-format msgid "Preset \"%1%\" contains the following unsaved changes:" -msgstr "Preset \"%1%\" contains the following unsaved changes:" +msgstr "Preset \"%1%\" contiene modifiche non salvate:" #, boost-format msgid "" "Preset \"%1%\" is not compatible with the new printer profile and it " "contains the following unsaved changes:" msgstr "" -"Preset \"%1%\" is not compatible with the new printer profile and it " -"contains the following unsaved changes:" +"Preset \"%1%\" non compatibile con il nuovo profilo della stampante e " +"contiene modifiche non salvate:" #, boost-format msgid "" "Preset \"%1%\" is not compatible with the new process profile and it " "contains the following unsaved changes:" msgstr "" -"Preset \"%1%\" is not compatible with the new process profile and it " -"contains the following unsaved changes:" +"Preset \"%1%\" non compatibile con il nuovo profilo di processo e contiene " +"modifiche non salvate:" #, boost-format msgid "" @@ -6321,63 +6479,64 @@ msgid "Add File" msgstr "Aggiungi file" msgid "Set as cover" -msgstr "Set as cover" +msgstr "Impostare come copertina" msgid "Cover" msgstr "Cover" #, boost-format msgid "The name \"%1%\" already exists." -msgstr "The name \"%1%\" already exists." +msgstr "Il nome \"%1%\" già esiste." msgid "Basic Info" -msgstr "Basic Info" +msgstr "Info di base" msgid "Pictures" -msgstr "Pictures" +msgstr "Immagini" msgid "Bill of Materials" -msgstr "Bill of Materials" +msgstr "Lista materiali" msgid "Assembly Guide" -msgstr "Assembly Guide" +msgstr "Guida al montaggio" msgid "Author" msgstr "Autore" msgid "Model Name" -msgstr "Model Name" +msgstr "Nome modello" #, c-format, boost-format msgid "%s Update" msgstr "%s Update" msgid "A new version is available" -msgstr "A new version is available" +msgstr "Una nuova versione è disponibile." msgid "Configuration update" msgstr "Aggiornamento di configurazione" msgid "A new configuration package available, Do you want to install it?" -msgstr "A new configuration package is available. Do you want to install it?" +msgstr "È disponibile un nuovo pacchetto di configurazione. Vuoi installarlo?" msgid "Description:" -msgstr "Description:" +msgstr "Descrizione:" msgid "Configuration incompatible" msgstr "Configuration incompatible" msgid "the configuration package is incompatible with current application." msgstr "" -"the configuration package is incompatible with the current application." +"il pacchetto di configurazione non è compatibile con l'applicazione corrente." #, c-format, boost-format msgid "" "The configuration package is incompatible with current application.\n" "%s will update the configuration package, Otherwise it won't be able to start" msgstr "" -"The configuration package is incompatible with the current application.\n" -"%s will update the configuration package to allow the application to start." +"Pacchetto configurazione non compatibile con l'applicazione corrente.\n" +"%s aggiornerà il pacchetto configurazione per consentire l'avvio " +"dell'applicazione." #, c-format, boost-format msgid "Exit %s" @@ -6385,20 +6544,20 @@ msgstr "Chiudi %s" msgid "the Configuration package is incompatible with current APP." msgstr "" -"The configuration package is incompatible with the current version of Bambu " -"Studio." +"Il pacchetto di configurazione non è compatibile con la versione corrente di " +"Bambu Studio." msgid "Configuration updates" msgstr "Aggiornamenti di configurazione" msgid "No updates available." -msgstr "No updates available." +msgstr "Nessun aggiornamento disponibile." msgid "The configuration is up to date." -msgstr "The configuration is up to date." +msgstr "Configurazione aggiornata." msgid "Ramming customization" -msgstr "" +msgstr "Personalizzazione del ramming" msgid "" "Ramming denotes the rapid extrusion just before a tool change in a single-" @@ -6411,33 +6570,45 @@ msgid "" "This is an expert-level setting, incorrect adjustment will likely lead to " "jams, extruder wheel grinding into filament etc." msgstr "" +"Per Ramming si intende l'estrusione rapida appena prima di un cambio " +"strumento in una stampante MM con estrusore singolo. Il suo scopo è quello " +"di dare una forma corretta all'estremità del filamento scaricato, in modo " +"che non impedisca l'inserimento del nuovo filamento e possa essere " +"reinserito successivamente. Questa fase è importante e i diversi materiali " +"possono richiedere velocità di estrusione diverse per ottenere una buona " +"forma. Per questo motivo, le velocità di estrusione nella fase di ramming " +"sono regolabili.\n" +"\n" +"Si tratta di un'impostazione per esperti: una regolazione errata potrebbe " +"causare inceppamenti, la macinazione del filamento da parte dell'ingranaggio " +"dell'estrusore e così via." msgid "Total ramming time" -msgstr "" +msgstr "Durata totale di ramming" msgid "s" msgstr "s" msgid "Total rammed volume" -msgstr "" +msgstr "Volume totale di ramming" msgid "Ramming line width" -msgstr "" +msgstr "Larghezza della linea di Ramming" msgid "Ramming line spacing" -msgstr "" +msgstr "Spaziatura tra linee di ramming" msgid "Auto-Calc" -msgstr "Auto-Calc" +msgstr "Calcolo automatico" msgid "Flushing volumes for filament change" -msgstr "Flushing volumes for filament change" +msgstr "Volumi di spurgo per il cambio filamento" msgid "Multiplier" msgstr "Moltiplicatore" msgid "Flushing volume (mm³) for each filament pair." -msgstr "Flushing volume (mm³) for each filament pair." +msgstr "Volume di spurgo (mm³) per ogni coppia di filamento." #, c-format, boost-format msgid "Suggestion: Flushing Volume in range [%d, %d]" @@ -6454,28 +6625,30 @@ msgid "loaded" msgstr "caricato" msgid "Filament #" -msgstr "Filament #" +msgstr "Filamento #" msgid "From" msgstr "Da" msgid "To" -msgstr "To" +msgstr "A" msgid "Login" msgstr "Login" msgid "The configuration package is changed in previous Config Guide" -msgstr "The configuration package is changed in previous Config Guide" +msgstr "" +"Il pacchetto di configurazione è stato modificato nella precedente Guida " +"alla configurazione" msgid "Configuration package changed" -msgstr "Configuration package changed" +msgstr "Pacchetto di configurazione modificato" msgid "Toolbar" msgstr "Toolbar" msgid "Objects list" -msgstr "Objects list" +msgstr "Elenco oggetti" msgid "Import geometry data from STL/STEP/3MF/OBJ/AMF files" msgstr "Importa geometrie da file STL/STEP/3MF/OBJ/AMF." @@ -6501,7 +6674,7 @@ msgid "Show keyboard shortcuts list" msgstr "Mostra elenco scorciatoie di tastiera" msgid "Global shortcuts" -msgstr "Global shortcuts" +msgstr "Scorciatoie globali" msgid "Rotate View" msgstr "Ruota vista" @@ -6526,9 +6699,9 @@ msgid "" "objects, it just orientates the selected ones.Otherwise, it will orientates " "all objects in the current disk." msgstr "" -"This auto orients selected objects or all objects. If there are selected " -"objects, it just orients the selected ones. Otherwise, it will orient all " -"objects in the current plate." +"Questo orienta automaticamente gli oggetti selezionati o tutti gli oggetti. " +"Se ci sono oggetti selezionati, orienta solo quelli selezionati. Altrimenti, " +"orienterà tutti gli oggetti nel piatto corrente." msgid "Shift+Tab" msgstr "Shift+Tab" @@ -6552,7 +6725,7 @@ msgid "⌘+Left mouse button" msgstr "⌘+Tasto sinistro del mouse" msgid "Select multiple objects" -msgstr "Select multiple objects" +msgstr "Seleziona più oggetti" msgid "Ctrl+Any arrow" msgstr "Ctrl+qualsiasi freccia" @@ -6567,7 +6740,7 @@ msgid "Shift+Left mouse button" msgstr "Shift+tasto sinistro mouse" msgid "Select objects by rectangle" -msgstr "Select objects by rectangle" +msgstr "Seleziona oggetti per rettangolo" msgid "Arrow Up" msgstr "Freccia Su" @@ -6603,28 +6776,28 @@ msgid "Esc" msgstr "Esc" msgid "keyboard 1-9: set filament for object/part" -msgstr "Keyboard 1-9: set filament for object/part" +msgstr "Tastiera 1-9: imposta il filamento per l'oggetto/la parte" msgid "Camera view - Default" -msgstr "Camera view - Default" +msgstr "Vista telecamera - Default" msgid "Camera view - Top" -msgstr "Camera view - Top" +msgstr "Vista telecamera - In Alto" msgid "Camera view - Bottom" -msgstr "Camera view - Bottom" +msgstr "Vista telecamera - Basso" msgid "Camera view - Front" -msgstr "Camera view - Front" +msgstr "Vista telecamera - Fronte" msgid "Camera view - Behind" -msgstr "Camera view - Behind" +msgstr "Vista telecamera - Dietro" msgid "Camera Angle - Left side" -msgstr "Camera Angle - Left side" +msgstr "Angolo della camera - Lato sinistro" msgid "Camera Angle - Right side" -msgstr "Camera Angle - Right side" +msgstr "Angolo della camera - Lato destro" msgid "Select all objects" msgstr "Seleziona tutti gli oggetti" @@ -6651,25 +6824,25 @@ msgid "Gizmo FDM paint-on seam" msgstr "Gizmo FDM pittura giunzione" msgid "Swtich between Prepare/Prewview" -msgstr "" +msgstr "Swtich tra Prepare/Prewview" msgid "Plater" msgstr "Piano" msgid "Move: press to snap by 1mm" -msgstr "Move: press to snap by 1mm" +msgstr "Sposta: premi per muovere di 1 mm" msgid "⌘+Mouse wheel" msgstr "⌘+Rotella mouse" msgid "Support/Color Painting: adjust pen radius" -msgstr "Support/Color Painting: adjust pen radius" +msgstr "Supporto/Pittura a colori: regolare il raggio della penna" msgid "⌥+Mouse wheel" msgstr "⌥+Rotella mouse" msgid "Support/Color Painting: adjust section position" -msgstr "Support/Color Painting: adjust section position" +msgstr "Supporto/Pittura a colori: regolare la posizione della sezione" msgid "Ctrl+Mouse wheel" msgstr "Ctrl+Rotellina del mouse" @@ -6681,22 +6854,25 @@ msgid "Gizmo" msgstr "Gizmo" msgid "Set extruder number for the objects and parts" -msgstr "Set extruder number for the objects and parts" +msgstr "Imposta il numero estrusore per gli oggetti e le parti" msgid "Delete objects, parts, modifiers " -msgstr "Delete objects, parts, modifiers" +msgstr "Eliminare oggetti, parti, modificatori " msgid "Space" -msgstr "Space" +msgstr "Spazio" msgid "Select the object/part and press space to change the name" -msgstr "Select the object/part and press space to change the name" +msgstr "" +"Seleziona l'oggetto/la parte e premi la barra spaziatrice per cambiare il " +"nome" msgid "Mouse click" -msgstr "Mouse click" +msgstr "Clic del mouse" msgid "Select the object/part and mouse click to change the name" -msgstr "Select the object/part and mouse click to change the name" +msgstr "" +"Seleziona l'oggetto/la parte e fai clic con il mouse per modificare il nome" msgid "Objects List" msgstr "Elenco oggetti" @@ -6718,10 +6894,10 @@ msgid "On/Off one layer mode of the vertical slider" msgstr "On/Off modalità un layer del cursore di scorrimento verticale" msgid "On/Off g-code window" -msgstr "" +msgstr "Attivazione/disattivazione della finestra g-code" msgid "Move slider 5x faster" -msgstr "Move slider 5x faster" +msgstr "Sposta il cursore 5 volte più velocemente" msgid "Shift+Mouse wheel" msgstr "Shift+Rotella mouse" @@ -6826,8 +7002,8 @@ msgid "" msgstr "" "È stato rilevato un aggiornamento importante che deve essere eseguito prima " "che la stampa possa continuare. Si desidera aggiornare ora? È possibile " -"effettuare l'aggiornamento anche in un secondo momento da \"Aggiorna firmware" -"\"." +"effettuare l'aggiornamento anche in un secondo momento da \"Aggiorna " +"firmware\"." msgid "" "The firmware version is abnormal. Repairing and updating are required before " @@ -6846,59 +7022,60 @@ msgid "Saving objects into the 3mf failed." msgstr "Saving objects into the 3mf failed." msgid "Only Windows 10 is supported." -msgstr "Only Windows 10 is supported." +msgstr "È supportato solo Windows 10." msgid "Failed to initialize the WinRT library." -msgstr "Failed to initialize the WinRT library." +msgstr "Impossibile inizializzare la libreria WinRT." msgid "Exporting objects" -msgstr "Exporting objects" +msgstr "Esportazione oggetti" msgid "Failed loading objects." -msgstr "Failed loading objects." +msgstr "Caricamento oggetti fallito." msgid "Repairing object by Windows service" -msgstr "Repairing object by Windows service" +msgstr "Riparazione oggetto da parte del servizio Windows" msgid "Repair failed." -msgstr "Repair failed." +msgstr "Riparazione fallita." msgid "Loading repaired objects" -msgstr "Loading repaired objects" +msgstr "Caricamento oggetti riparati" msgid "Exporting 3mf file failed" -msgstr "Exporting 3mf file failed" +msgstr "Esportazione del file 3mf non riuscita" msgid "Import 3mf file failed" -msgstr "Import 3mf file failed" +msgstr "Importazione del file 3mf non riuscita" msgid "Repaired 3mf file does not contain any object" -msgstr "The repaired 3mf file does not contain any objects." +msgstr "Il file 3mf riparato non contiene alcun oggetto." msgid "Repaired 3mf file contains more than one object" -msgstr "The repaired 3mf file contains more than one object." +msgstr "Il file 3mf riparato contiene più di un oggetto." msgid "Repaired 3mf file does not contain any volume" -msgstr "The repaired 3mf file does not contain any volume." +msgstr "Il file 3mf riparato non contiene alcun volume." msgid "Repaired 3mf file contains more than one volume" -msgstr "The repaired 3mf file contains more than one volume." +msgstr "Il file 3mf riparato contiene più di un volume." msgid "Repair finished" -msgstr "Repair finished" +msgstr "Riparazione finita" msgid "Repair canceled" -msgstr "Repair canceled" +msgstr "Riparazione annullata" #, boost-format msgid "Copying of file %1% to %2% failed: %3%" msgstr "Copia del file %1% su %2% non riuscita: %3%" msgid "Need to check the unsaved changes before configuration updates." -msgstr "Please check any unsaved changes before updating the configuration." +msgstr "" +"Controllare le modifiche non salvate prima di aggiornare la configurazione." msgid "Configuration package updated to " -msgstr "Configuration package updated to " +msgstr "Pacchetto di configurazione aggiornato a " msgid "Open G-code file:" msgstr "Apri un file G-code:" @@ -6907,88 +7084,96 @@ msgid "" "One object has empty initial layer and can't be printed. Please Cut the " "bottom or enable supports." msgstr "" -"One object has empty initial layer and can't be printed. Please Cut the " -"bottom or enable supports." +"Un oggetto ha un livello iniziale vuoto e non può essere stampato. Taglia il " +"fondo o abilita i supporti." #, boost-format msgid "Object can't be printed for empty layer between %1% and %2%." -msgstr "The object has empty layers between %1% and %2% and can’t be printed." +msgstr "" +"L'oggetto ha layer vuoti compresi tra %1% e %2% e non può essere stampato." #, boost-format msgid "Object: %1%" -msgstr "Object: %1%" +msgstr "Oggetto: %1%" msgid "" "Maybe parts of the object at these height are too thin, or the object has " "faulty mesh" msgstr "" -"Parts of the object at these heights may be too thin or the object may have " -"a faulty mesh." +"Le parti dell'oggetto a queste altezze potrebbero essere troppo sottili o " +"l'oggetto potrebbe avere una mesh difettosa." msgid "No object can be printed. Maybe too small" -msgstr "No object can be printed. It may be too small." +msgstr "" +"Non è possibile stampare alcun oggetto. Potrebbe essere troppo piccolo." msgid "" "Failed to generate gcode for invalid custom G-code.\n" "\n" msgstr "" -"Failed to generate G-code for invalid custom G-code.\n" +"Impossibile generare il G-code per G-code personalizzato non valido.\n" "\n" msgid "Please check the custom G-code or use the default custom G-code." -msgstr "Please check the custom G-code or use the default custom G-code." +msgstr "" +"Controlla il G-code personalizzato o utilizza il G-code personalizzato " +"predefinito." #, boost-format msgid "Generating G-code: layer %1%" -msgstr "Generating G-code: layer %1%" +msgstr "Genera G-code: layer %1%" msgid "Inner wall" -msgstr "Inner wall" +msgstr "Parete interna" msgid "Outer wall" -msgstr "Outer wall" +msgstr "Parete esterna" msgid "Overhang wall" -msgstr "Overhang wall" +msgstr "Parete a sbalzo" msgid "Sparse infill" -msgstr "Sparse infill" +msgstr "Riempimento" msgid "Internal solid infill" -msgstr "Internal solid infill" +msgstr "Riempimento solido interno" msgid "Top surface" -msgstr "Top surface" +msgstr "Superficie superiore" msgid "Bottom surface" -msgstr "Bottom surface" +msgstr "Superficie inferiore" msgid "Internal Bridge" -msgstr "" +msgstr "Ponte interno" msgid "Gap infill" -msgstr "Gap infill" +msgstr "Riempimento gap" msgid "Skirt" -msgstr "" +msgstr "Skirt" msgid "Support interface" -msgstr "Support interface" +msgstr "Interfaccia supporto" msgid "Support transition" -msgstr "Support transition" +msgstr "Supporto alla transizione" msgid "Multiple" -msgstr "Multiple" +msgstr "Multiplo" #, boost-format msgid "Failed to calculate line width of %1%. Can not get value of \"%2%\" " -msgstr "Failed to calculate line width of %1%. Cannot get value of “%2%” " +msgstr "" +"Impossibile calcolare la larghezza della linea di %1%. Impossibile ottenere " +"il valore \"%2%\" " msgid "" "Invalid spacing supplied to Flow::with_spacing(), check your layer height " "and extrusion width" msgstr "" +"Spaziatura non valida fornita a Flow::with_spacing (), controlla l'altezza " +"del livello e la larghezza di estrusione" msgid "undefined error" msgstr "errore non definito" @@ -7015,22 +7200,22 @@ msgid "not a ZIP archive" msgstr "non un archivio ZIP" msgid "invalid header or corrupted" -msgstr "invalid header or corrupted" +msgstr "intestazione non valida o danneggiata" msgid "unsupported multidisk" -msgstr "Saving to RAID is not supported." +msgstr "Il salvataggio su RAID non supportato." msgid "decompression failed" -msgstr "decompression failed" +msgstr "decompressione fallita" msgid "compression failed" -msgstr "compressione fallita" +msgstr "Compressione non riuscita" msgid "unexpected decompressed size" msgstr "dimensione decompressa imprevista" msgid "CRC check failed" -msgstr "CRC check failed" +msgstr "Controllo CRC non riuscito" msgid "unsupported central directory size" msgstr "dimensione della directory centrale non supportata" @@ -7075,13 +7260,13 @@ msgid "file not found" msgstr "file non trovato" msgid "archive too large" -msgstr "Archive too large" +msgstr "Archivio troppo grande" msgid "validation failed" msgstr "convalida non riuscita" msgid "write callback failed" -msgstr "write callback failed" +msgstr "scrittura callback fallita" #, boost-format msgid "" @@ -7092,11 +7277,11 @@ msgstr "" #, boost-format msgid "%1% is too close to others, and collisions may be caused." -msgstr "%1% is too close to others, and collisions may be caused." +msgstr "%1% è troppo vicino ad altri oggetti e potrebbe causare collisioni." #, boost-format msgid "%1% is too tall, and collisions will be caused." -msgstr "%1% is too tall, and collisions will be caused." +msgstr "%1% è troppo alto e si verificheranno collisioni." msgid " is too close to others, there may be collisions when printing." msgstr "" @@ -7112,22 +7297,23 @@ msgid "Prime Tower" msgstr "Prime Tower" msgid " is too close to others, and collisions may be caused.\n" -msgstr " is too close to others, and collisions may be caused.\n" +msgstr " è troppo vicino agli altri e possono verificarsi collisioni.\n" msgid " is too close to exclusion area, and collisions will be caused.\n" -msgstr " is too close to an exclusion area, and collisions will be caused.\n" +msgstr "" +" è troppo vicino a un'area di esclusione e si verificheranno collisioni.\n" msgid "" "Can not print multiple filaments which have large difference of temperature " "together. Otherwise, the extruder and nozzle may be blocked or damaged " "during printing" msgstr "" -"Unable to print multiple filaments which have large temperature differences " -"together. Otherwise, the extruder and nozzle may be blocked or damaged " -"during printing." +"Impossibile stampare filamenti che presentano grandi differenze di " +"temperatura insieme. In caso contrario, l'estrusore e il nozzle potrebbero " +"bloccarsi o danneggiarsi durante la stampa." msgid "No extrusions under current settings." -msgstr "No extrusions under current settings." +msgstr "Nessuna estrusione con le impostazioni attuali." msgid "" "Smooth mode of timelapse is not supported when \"by object\" sequence is " @@ -7140,64 +7326,71 @@ msgid "" "Please select \"By object\" print sequence to print multiple objects in " "spiral vase mode." msgstr "" -"Please select \"By object\" print sequence to print multiple objects in " -"spiral vase mode." +"Seleziona la sequenza di stampa \"Per oggetto\" per stampare più oggetti in " +"modalità vaso a spirale." msgid "" "The spiral vase mode does not work when an object contains more than one " "materials." msgstr "" -"Spiral (vase) mode does not work when an object contains more than one " -"material." +"La modalità Spirale (vaso) non funziona quando un oggetto contiene più di un " +"materiale." #, boost-format msgid "The object %1% exceeds the maximum build volume height." -msgstr "" +msgstr "L'oggetto %1% supera l'altezza massima del volume di stampa." #, boost-format msgid "" "While the object %1% itself fits the build volume, its last layer exceeds " "the maximum build volume height." msgstr "" +"Sebbene l'oggetto %1% rientri nel volume di stampa, il suo ultimo layer " +"supera l'altezza massima." msgid "" "You might want to reduce the size of your model or change current print " "settings and retry." msgstr "" +"È possibile ridurre le dimensioni del modello o modificare le impostazioni " +"di stampa correnti e riprovare." msgid "Variable layer height is not supported with Organic supports." -msgstr "" +msgstr "Layer ad altezza variabile non è compatibile con i Supporti Organici." msgid "The prime tower is not supported in \"By object\" print." -msgstr "A prime tower is not supported in “By object” print." +msgstr "La Prime Tower non è supportata nella stampa \"Per oggetto\"." msgid "" "The prime tower is not supported when adaptive layer height is on. It " "requires that all objects have the same layer height." msgstr "" -"A prime tower is not supported when adaptive layer height is on. It requires " -"that all objects have the same layer height." +"La Prime Tower non è supportata quando è attivo Layer adattativi. Richiede " +"che tutti gli oggetti abbiano la stessa altezza layer." msgid "The prime tower requires \"support gap\" to be multiple of layer height" msgstr "" -"A prime tower requires any “support gap” to be a multiple of layer height." +"La Prime Tower richiede che il \"gap supporto\" sia un multiplo dell'altezza " +"del layer." msgid "The prime tower requires that all objects have the same layer heights" -msgstr "A prime tower requires that all objects have the same layer height." +msgstr "" +"La Prime Tower richiede che tutti gli oggetti abbiano la stessa altezza " +"layer." msgid "" "The prime tower requires that all objects are printed over the same number " "of raft layers" msgstr "" -"A prime tower requires that all objects are printed over the same number of " -"raft layers." +"La Prime Tower richiede che tutti gli oggetti siano stampati sullo stesso " +"numero di layers del raft." msgid "" "The prime tower requires that all objects are sliced with the same layer " "heights." msgstr "" -"A prime tower requires that all objects are sliced with the same layer " -"height." +"La Prime Tower richiede che tutti gli oggetti siano elaborati con la stessa " +"altezza layer." msgid "" "The prime tower is only supported if all objects have the same variable " @@ -7207,64 +7400,79 @@ msgstr "" "altezza layer adattativi." msgid "Too small line width" -msgstr "Line width too small" +msgstr "Larghezza linea troppo piccola" msgid "Too large line width" -msgstr "Line width too large" +msgstr "Larghezza linea troppo grande" msgid "" "The prime tower requires that support has the same layer height with object." msgstr "" -"A prime tower requires that support has the same layer height as the object." +"La Prime Tower richiede che il supporto abbia la stessa altezza layer " +"dell'oggetto." msgid "" "Organic support tree tip diameter must not be smaller than support material " "extrusion width." msgstr "" +"Il diametro della punta del supporto organico non deve essere inferiore alla " +"larghezza dell'estrusione del materiale di supporto." msgid "" "Organic support branch diameter must not be smaller than 2x support material " "extrusion width." msgstr "" +"Il diametro della ramificazione del supporto organico non deve essere minore " +"di 2 volte rispetto alla larghezza dell'estrusione del materiale di supporto." msgid "" "Organic support branch diameter must not be smaller than support tree tip " "diameter." msgstr "" +"Il diametro della ramificazione organica non deve essere inferiore al " +"diametro della punta del supporto ad albero." msgid "" "Support enforcers are used but support is not enabled. Please enable support." msgstr "" -"Support enforcers are used but support is not enabled. Please enable support." +"Utilizzati supporti forzati ma i supporti non sono abilitati. Abilitare i " +"supporti." msgid "Layer height cannot exceed nozzle diameter" -msgstr "Layer height cannot exceed nozzle diameter." +msgstr "L'altezza del layer non può superare il diametro del nozzle." msgid "" "Relative extruder addressing requires resetting the extruder position at " "each layer to prevent loss of floating point accuracy. Add \"G92 E0\" to " "layer_gcode." msgstr "" +"L'indirizzamento relativo dell'estrusore richiede la reimpostazione della " +"posizione dell'estrusore ad ogni strato per evitare la perdita di precisione " +"in virgola mobile. Aggiungi \"G92 E0\" a layer_gcode." msgid "" "\"G92 E0\" was found in before_layer_gcode, which is incompatible with " "absolute extruder addressing." msgstr "" +"\"G92 E0\" trovato in before_layer_gcode, che è incompatibile con " +"l'indirizzamento assoluto dell'estrusore." msgid "" "\"G92 E0\" was found in layer_gcode, which is incompatible with absolute " "extruder addressing." msgstr "" +"\"G92 E0\" trovato in layer_gcode, che è incompatibile con l'indirizzamento " +"assoluto dell'estrusore." #, c-format, boost-format msgid "Plate %d: %s does not support filament %s" msgstr "Piatto %d: %s non supporta il filamento %s" msgid "Generating skirt & brim" -msgstr "Generating skirt & brim" +msgstr "Generazione skirt & brim" msgid "Exporting G-code" -msgstr "Esportando il G-code" +msgstr "Esportazione G-code" msgid "Generating G-code" msgstr "Generazione G-code" @@ -7276,7 +7484,7 @@ msgid "Printable area" msgstr "Printable area" msgid "Bed exclude area" -msgstr "Excluded bed area" +msgstr "Zona piano esclusa" msgid "" "Unprintable area in XY plane. For example, X1 Series printers use the front " @@ -7301,11 +7509,11 @@ msgid "" "Shrink the initial layer on build plate to compensate for elephant foot " "effect" msgstr "" -"This shrinks the first layer on the build plate to compensate for elephant " -"foot effect." +"Questo restringe il primo layer sulla piatto per compensare l'effetto zampa " +"d'elefante." msgid "Elephant foot compensation layers" -msgstr "" +msgstr "Layer di compensazione del piede elefante" msgid "" "The number of layers on which the elephant foot compensation will be active. " @@ -7313,6 +7521,10 @@ msgid "" "the next layers will be linearly shrunk less, up to the layer indicated by " "this value." msgstr "" +"Il numero di strati su cui sarà attivo la compensazione del piede degli " +"elefanti. Il primo strato verrà ridotto dal valore di compensazione del " +"piede degli elefanti, quindi gli strati successivi saranno ridotti in modo " +"linearmente ridotto, fino allo strato indicato da questo valore." msgid "layers" msgstr "layer" @@ -7321,16 +7533,16 @@ msgid "" "Slicing height for each layer. Smaller layer height means more accurate and " "more printing time" msgstr "" -"This is the height for each layer. Smaller layer heights give greater " -"accuracy but longer printing time." +"Questa è l'altezza di ogni layer. Le altezze dei layers inferiori offrono " +"una maggiore precisione ma tempi di stampa più lunghi." msgid "Printable height" -msgstr "Printable height" +msgstr "Altezza di stampa" msgid "Maximum printable height which is limited by mechanism of printer" msgstr "" -"This is the maximum printable height which is limited by the height of the " -"build area." +"È l'altezza massima stampabile, limitata dall'altezza dell'area di " +"costruzione." msgid "Printer preset names" msgstr "Nomi dei preset della stampante" @@ -7352,11 +7564,13 @@ msgstr "" "seguente formato: https://username:password@your-octopi-address/" msgid "Device UI" -msgstr "" +msgstr "Interfaccia utente del dispositivo" msgid "" "Specify the URL of your device user interface if it's not same as print_host" msgstr "" +"Specificare l'URL dell'interfaccia utente del dispositivo se non corrisponde " +"a print_host" msgid "API Key / Password" msgstr "Chiave API / Password" @@ -7418,8 +7632,8 @@ msgstr "Evita di attraversare le pareti" msgid "Detour and avoid to travel across wall which may cause blob on surface" msgstr "" -"This detours to avoid traveling across walls, which may cause blobs on the " -"surface" +"Questa deviazione evita di attraversare le pareti, il che può causare la " +"formazione di bolle sulla superficie." msgid "Avoid crossing wall - Max detour length" msgstr "Evitare di attraversare le pareti - Lunghezza massima della deviazione" @@ -7446,8 +7660,8 @@ msgid "" "Bed temperature for layers except the initial one. Value 0 means the " "filament does not support to print on the Cool Plate" msgstr "" -"This is the bed temperature for layers except for the first one. A value of " -"0 means the filament does not support printing on the Cool Plate." +"Questa è la temperatura del piano per i layer (tranne il primo). Un valore " +"pari a 0 indica che il filamento non supporta la stampa sul Cool Plate." msgid "°C" msgstr "°C" @@ -7456,15 +7670,16 @@ msgid "" "Bed temperature for layers except the initial one. Value 0 means the " "filament does not support to print on the Engineering Plate" msgstr "" -"This is the bed temperature for layers except for the first one. A value of " -"0 means the filament does not support printing on the Engineering Plate." +"Questa è la temperatura del piano per i layer (tranne il primo). Un valore " +"pari a 0 indica che il filamento non supporta la stampa su piatto " +"Engineering." msgid "" "Bed temperature for layers except the initial one. Value 0 means the " "filament does not support to print on the High Temp Plate" msgstr "" -"This is the bed temperature for layers except for the first one. A value of " -"0 means the filament does not support printing on the High Temp Plate." +"Questa è la temperatura del piano per i layer (tranne il primo). Un valore " +"pari a 0 indica che il filamento non supporta la stampa sul High Temp." msgid "" "Bed temperature for layers except the initial one. Value 0 means the " @@ -7474,31 +7689,31 @@ msgstr "" "filamento non supportata la stampa su piatto Textured PEI." msgid "Initial layer" -msgstr "First layer" +msgstr "Primo layer" msgid "Initial layer bed temperature" -msgstr "First layer bed temperature" +msgstr "Temperatura del piano per il primo layer" msgid "" "Bed temperature of the initial layer. Value 0 means the filament does not " "support to print on the Cool Plate" msgstr "" -"This is the bed temperature of the first layer. A value of 0 means the " -"filament does not support printing on the Cool Plate." +"Questa è la temperatura del piatto del primo layer. Un valore pari a 0 " +"indica che il filamento non supporta la stampa sul piatto Cool Plate." msgid "" "Bed temperature of the initial layer. Value 0 means the filament does not " "support to print on the Engineering Plate" msgstr "" -"This is the bed temperature of the first layer. A value of 0 means the " -"filament does not support printing on the Engineering Plate." +"Temperatura del piano quando è installato il piatto Cool Plate. Il valore 0 " +"significa che il filamento non supporta la stampa su piatto Engineering." msgid "" "Bed temperature of the initial layer. Value 0 means the filament does not " "support to print on the High Temp Plate" msgstr "" -"This is the bed temperature of the first layer. A value of 0 means the " -"filament does not support printing on the High Temp Plate." +"Questa è la temperatura del piano del primo layer. Un valore pari a 0 indica " +"che il filamento non supporta la stampa sul piatto High Temp." msgid "" "Bed temperature of the initial layer. Value 0 means the filament does not " @@ -7508,7 +7723,7 @@ msgstr "" "supportato sul piatto Textured PEI." msgid "Bed types supported by the printer" -msgstr "Bed types supported by the printer" +msgstr "Tipi di piatti supportati dalla stampante" msgid "Cool Plate" msgstr "Cool Plate" @@ -7517,25 +7732,27 @@ msgid "Engineering Plate" msgstr "Engineering Plate" msgid "First layer print sequence" -msgstr "" +msgstr "Sequenza di stampa del primo strato" msgid "This G-code is inserted at every layer change before lifting z" -msgstr "This G-code is inserted at every layer change before lifting z." +msgstr "" +"Questo G-code viene inserito ad ogni cambio layer prima del sollevamento z." msgid "Bottom shell layers" -msgstr "Bottom shell layers" +msgstr "Layer inferiori guscio" msgid "" "This is the number of solid layers of bottom shell, including the bottom " "surface layer. When the thickness calculated by this value is thinner than " "bottom shell thickness, the bottom shell layers will be increased" msgstr "" -"This is the number of solid layers of bottom shell, including the bottom " -"surface layer. When the thickness calculated by this value is thinner than " -"bottom shell thickness, the bottom shell layers will be increased" +"È il numero di layers solidi del guscio inferiore, compreso Il layer " +"superficiale inferiore. Se lo spessore calcolato da questo valore è più " +"sottile dello spessore del guscio inferiore, i layers del guscio inferiore " +"verranno aumentati." msgid "Bottom shell thickness" -msgstr "Bottom shell thickness" +msgstr "Spessore del guscio inferiore" msgid "" "The number of bottom solid layers is increased when slicing if the thickness " @@ -7544,11 +7761,12 @@ msgid "" "is disabled and thickness of bottom shell is absolutely determained by " "bottom shell layers" msgstr "" -"The number of bottom solid layers is increased when slicing if the thickness " -"calculated by bottom shell layers is thinner than this value. This can avoid " -"having too thin a shell when layer height is small. 0 means that this " -"setting is disabled and the thickness of the bottom shell is determined " -"simply by the number of bottom shell layers." +"Il numero di layers solidi inferiori aumenta durante l'elaborazione se lo " +"spessore calcolato dei layers del guscio inferiore è più sottile di questo " +"valore. Questo può evitare di avere un guscio troppo sottile quando " +"l'altezza layer è ridotta. 0 significa che questa impostazione è " +"disabilitata e lo spessore del guscio inferiore è determinato semplicemente " +"dal numero di layers del guscio inferiore." msgid "Force cooling for overhang and bridge" msgstr "Force cooling for overhangs and bridges" @@ -7557,11 +7775,12 @@ msgid "" "Enable this option to optimize part cooling fan speed for overhang and " "bridge to get better cooling" msgstr "" -"Enable this option to optimize the part cooling fan speed for overhangs and " -"bridges to get better cooling" +"Abilita questa opzione per ottimizzare la velocità della ventola di " +"raffreddamento degli oggetti per sporgenze e ponti per ottenere un " +"raffreddamento migliore." msgid "Fan speed for overhang" -msgstr "Fan speed for overhangs" +msgstr "Velocità della ventola per le sporgenze" msgid "" "Force part cooling fan to be this speed when printing bridge or overhang " @@ -7573,7 +7792,7 @@ msgstr "" "bridges can achieve better quality for these parts." msgid "Cooling overhang threshold" -msgstr "Cooling overhang threshold" +msgstr "Soglia di sbalzo per il raffreddamento" #, c-format msgid "" @@ -7589,7 +7808,7 @@ msgstr "" "esterna, indipendentemente dal grado di sporgenza." msgid "Bridge infill direction" -msgstr "" +msgstr "Direzione di riempimento del ponte" msgid "" "Bridging angle override. If left to zero, the bridging angle will be " @@ -7601,55 +7820,64 @@ msgstr "" "verrà utilizzato per i Bridge esterni. Usa 180° per un angolo zero." msgid "Bridge density" -msgstr "" +msgstr "Densità del ponte" msgid "Density of external bridges. 100% means solid bridge. Default is 100%." msgstr "" +"Densità di ponti esterni. 100% significa solido ponte. L'impostazione " +"predefinita è al 100%." msgid "Bridge flow" -msgstr "Bridge flow" +msgstr "Flusso del Bridge" msgid "" "Decrease this value slightly(for example 0.9) to reduce the amount of " "material for bridge, to improve sag" msgstr "" -"Decrease this value slightly (for example 0.9) to reduce the amount of " -"material extruded for bridges to avoid sagging." +"Diminuire leggermente questo valore (ad esempio 0.9) per ridurre la quantità " +"di materiale per il ponte e migliorare l'abbassamento dello stesso" msgid "Top surface flow ratio" -msgstr "" +msgstr "Rapporto di portata superficiale superiore" msgid "" "This factor affects the amount of material for top solid infill. You can " "decrease it slightly to have smooth surface finish" msgstr "" +"Questo fattore influisce sulla quantità di materiale per il riempimento " +"solido superiore. Puoi diminuirlo leggermente per avere una finitura " +"superficiale liscia" msgid "Bottom surface flow ratio" -msgstr "" +msgstr "Rapporto di flusso superficiale del fondo" msgid "This factor affects the amount of material for bottom solid infill" msgstr "" +"Questo fattore influisce sulla quantità di materiale per il riempimento " +"solido inferiore" msgid "Precise wall(experimental)" -msgstr "" +msgstr "Parete precisa (sperimentale)" msgid "" "Improve shell precision by adjusting outer wall spacing. This also improves " "layer consistency." msgstr "" +"Migliora la precisione dei proiettili regolando la spaziatura delle pareti " +"esterne. Questo migliora anche la consistenza degli strati." msgid "Only one wall on top surfaces" -msgstr "Only one wall on top surfaces" +msgstr "Solo una parete sulle superfici superiori" msgid "" "Use only one wall on flat top surface, to give more space to the top infill " "pattern" msgstr "" -"Use only one wall on flat top surfaces, to give more space to the top infill " -"pattern" +"Usa solo una parete su superfici piane, per dare più spazio alla trama " +"riempimento superiore" msgid "One wall threshold" -msgstr "" +msgstr "Una soglia da parete" #, c-format, boost-format msgid "" @@ -7662,6 +7890,15 @@ msgid "" "on the next layer, like letters. Set this setting to 0 to remove these " "artifacts." msgstr "" +"Se una superficie superiore deve essere stampata ed è parzialmente coperta " +"da un altro strato, non verrà considerata in un livello superiore in cui la " +"sua larghezza è inferiore a questo valore. Questo può essere utile per non " +"lasciare che il \"un perimetro in cima\" si attivi su una superficie che " +"dovrebbe essere coperta solo da perimetri. Questo valore può essere un mm o " +"un % of della larghezza di estrusione del perimetro.\n" +"Attenzione: se abilitato, è possibile creare artefatti se si hanno alcune " +"caratteristiche sottili sul livello successivo, come le lettere. Impostare " +"questa impostazione su 0 per rimuovere questi artefatti." msgid "Only one wall on first layer" msgstr "Solo un perimetro sul primo layer" @@ -7670,32 +7907,39 @@ msgid "" "Use only one wall on first layer, to give more space to the bottom infill " "pattern" msgstr "" +"Utilizzare un solo muro sul primo strato, per dare più spazio al modello di " +"riempimento inferiore" msgid "Extra perimeters on overhangs" -msgstr "" +msgstr "Perimetri aggiuntivi sulle sporgenze (sperimentale)" msgid "" "Create additional perimeter paths over steep overhangs and areas where " "bridges cannot be anchored. " msgstr "" +"Creare percorsi perimetrali aggiuntivi su strapiombi ripidi e aree in cui i " +"ponti non possono essere ancorati. " msgid "Reverse on odd" -msgstr "" +msgstr "Retromarcia su dispari" msgid "Overhang reversal" -msgstr "" +msgstr "Inversione di sbalzo" msgid "" "Extrude perimeters that have a part over an overhang in the reverse " "direction on odd layers. This alternating pattern can drastically improve " "steep overhang." msgstr "" +"Estrudere i perimetri che hanno una parte su una sporgenza nella direzione " +"inversa su layer dispari. Questo schema alternato può migliorare " +"drasticamente lo strapiombo ripido." msgid "Reverse threshold" -msgstr "" +msgstr "Soglia inversa" msgid "Overhang reversal threshold" -msgstr "" +msgstr "Soglia di inversione a sbalzo" #, c-format, boost-format msgid "" @@ -7703,54 +7947,61 @@ msgid "" "useful. Can be a % of the perimeter width.\n" "Value 0 enables reversal on every odd layers regardless." msgstr "" +"Numero di mm di sbalzo necessario affinché l'inversione sia considerata " +"utile. Può essere un % o della larghezza del perimetro.\n" +"Il valore 0 abilita l'inversione su tutti i livelli dispari a prescindere." msgid "Classic mode" -msgstr "" +msgstr "Modalità classica" msgid "Enable this option to use classic mode" -msgstr "" +msgstr "Abilita questa opzione per utilizzare la modalità classica" msgid "Slow down for overhang" -msgstr "Slow down for overhangs" +msgstr "Rallenta in caso di sporgenze" msgid "Enable this option to slow printing down for different overhang degree" msgstr "" -"Enable this option to slow down when printing overhangs. The speeds for " -"different overhang percentages are set below." +"Abilita questa opzione per rallentare quando la stampa presenta sporgenze. " +"Le velocità per le diverse percentuali di sporgenza sono indicate di seguito." msgid "Slow down for curled perimeters" -msgstr "" +msgstr "Rallenta per perimetri arricciati" msgid "" "Enable this option to slow printing down in areas where potential curled " "perimeters may exist" msgstr "" +"Attivare questa opzione per rallentare la stampa nelle aree in cui possono " +"esistere potenziali perimetri arricciati" msgid "mm/s or %" -msgstr "" +msgstr "mm/s o %" msgid "External" -msgstr "" +msgstr "Esterno" msgid "Speed of bridge and completely overhang wall" -msgstr "This is the speed for bridges and 100% overhang walls." +msgstr "E' la velocità per i ponti e le pareti pendenti al 100%." msgid "mm/s" msgstr "mm/s" msgid "Internal" -msgstr "" +msgstr "Interno" msgid "" "Speed of internal bridge. If the value is expressed as a percentage, it will " "be calculated based on the bridge_speed. Default value is 150%." msgstr "" +"Velocità del ponte interno. Se il valore è espresso in percentuale, verrà " +"calcolato in base al bridge_speed. Il valore predefinito è 150%." msgid "Brim width" msgstr "Larghezza brim" msgid "Distance from model to the outermost brim line" -msgstr "This is the distance from the model to the outermost brim line." +msgstr "Questa è la distanza tra il modello e la linea del brim più esterno." msgid "Brim type" msgstr "Tipo di brim" @@ -7770,61 +8021,68 @@ msgid "" "A gap between innermost brim line and object can make brim be removed more " "easily" msgstr "" -"This creates a gap between the innermost brim line and the object and can " -"make the brim easier to remove." +"Questo crea un gap tra la linea interna del brim e l'oggetto per rendere il " +"brim più facile da rimuovere" msgid "Brim ears" -msgstr "" +msgstr "Orecchie a tesa" msgid "Only draw brim over the sharp edges of the model." -msgstr "" +msgstr "Disegna la tesa solo sugli spigoli vivi del modello." msgid "Brim ear max angle" -msgstr "" +msgstr "Angolo massimo dell'orecchio della tesa" msgid "" "Maximum angle to let a brim ear appear. \n" "If set to 0, no brim will be created. \n" "If set to ~180, brim will be created on everything but straight sections." msgstr "" +"Angolo massimo per far apparire un orecchio a tesa. \n" +"Se impostato su 0, non verrà creato alcun telo. \n" +"Se impostato su ~180, l'orlo verrà creato su tutto tranne che sulle sezioni " +"diritte." msgid "Brim ear detection radius" -msgstr "" +msgstr "Raggio di rilevamento dell'orecchio della tesa" msgid "" "The geometry will be decimated before dectecting sharp angles. This " "parameter indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate" msgstr "" +"La geometria verrà decimata prima di rilevare gli angoli acuti. Questo " +"parametro indica la lunghezza minima dello scostamento per la decimazione.\n" +"0 per disattivare" msgid "Compatible machine" -msgstr "Compatible machine" +msgstr "Macchina compatibile" msgid "upward compatible machine" msgstr "macchina compatibile con versioni successive" msgid "Compatible machine condition" -msgstr "Compatible machine condition" +msgstr "Condizione della macchina compatibile" msgid "Compatible process profiles" -msgstr "Compatible process profiles" +msgstr "Profili di processo compatibili" msgid "Compatible process profiles condition" -msgstr "Compatible process profiles condition" +msgstr "Condizione dei profili di processo compatibili" msgid "Print sequence, layer by layer or object by object" msgstr "" -"This determines the print sequence, allowing you to print layer-by-layer or " -"object-by-object." +"Questo determina la sequenza di stampa, che consente di stampare layer per " +"layer o oggetto per oggetto." msgid "By layer" -msgstr "By layer" +msgstr "Per layer" msgid "By object" -msgstr "By object" +msgstr "Per oggetto" msgid "Slow printing down for better layer cooling" -msgstr "Slow printing down for better layer cooling" +msgstr "Rallenta stampa per un migliore raffreddamento layers" msgid "" "Enable this option to slow printing speed down to make the final layer time " @@ -7832,20 +8090,21 @@ msgid "" "that layer can be cooled for longer time. This can improve the cooling " "quality for needle and small details" msgstr "" -"Enable this option to slow printing speed down to ensure that the final " -"layer time is not shorter than the layer time threshold in \"Max fan speed " -"threshold\", so that the layer can be cooled for a longer time. This can " -"improve the quality for small details." +"Abilita questa opzione per rallentare la velocità di stampa in modo che il " +"tempo finale del layer non sia inferiore alla soglia di tempo nel valore " +"\"Soglia di velocità massima della ventola\", in modo che il layer possa " +"essere raffreddato più a lungo.\n" +"Ciò può migliorare la qualità per i piccoli dettagli" msgid "Normal printing" -msgstr "Normal printing" +msgstr "Stampa normale" msgid "" "The default acceleration of both normal printing and travel except initial " "layer" msgstr "" -"This is the default acceleration for both normal printing and travel after " -"the first layer." +"E' l'accelerazione predefinita sia per la stampa normale che per la corsa " +"dopo il primo layer." msgid "mm/s²" msgstr "mm/s²" @@ -7854,19 +8113,23 @@ msgid "Default filament profile" msgstr "Profilo filamento predefinito" msgid "Default filament profile when switch to this machine profile" -msgstr "Default filament profile when switching to this machine profile" +msgstr "" +"Profilo filamento predefinito quando si passa a questo profilo macchina" msgid "Default process profile" -msgstr "Default process profile" +msgstr "Profilo di processo predefinito" msgid "Default process profile when switch to this machine profile" -msgstr "Default process profile when switching to this machine profile" +msgstr "" +"Profilo di processo predefinito quando si passa a questo profilo macchina" msgid "Activate air filtration" -msgstr "" +msgstr "Attivare la filtrazione dell'aria" msgid "Activate for better air filtration. G-code command: M106 P3 S(0-255)" msgstr "" +"Attivare per una migliore filtrazione dell'aria. Comando G-code: M106 P3 " +"S(0-255)" msgid "Fan speed" msgstr "Velocità ventola" @@ -7875,19 +8138,21 @@ msgid "" "Speed of exhuast fan during printing.This speed will overwrite the speed in " "filament custom gcode" msgstr "" +"Velocità della ventola di scarico durante la stampa. Questa velocità " +"sovrascriverà la velocità nel gcode personalizzato del filamento" msgid "Speed of exhuast fan after printing completes" -msgstr "" +msgstr "Velocità della ventola di estrazione al termine della stampa" msgid "No cooling for the first" -msgstr "No cooling for the first" +msgstr "Nessun raffreddamento per il primo" msgid "" "Close all cooling fan for the first certain layers. Cooling fan of the first " "layer used to be closed to get better build plate adhesion" msgstr "" -"Turn off all cooling fans for the first few layers. This can be used to " -"improve bed adhesion." +"Spegnere tutte le ventole di raffreddamento per i primi layer. Questo può " +"servire a migliorare l'adesione del piatto." msgid "Don't support bridges" msgstr "Non supportare i bridge" @@ -7920,18 +8185,18 @@ msgid "" "bridges to be supported, and set it to a very large value if you don't want " "any bridges to be supported." msgstr "" -"This is the maximum length of bridges that don't need support. Set it to 0 " -"if you want all bridges to be supported, and set it to a very large value if " -"you don't want any bridges to be supported." +"Questa è la lunghezza massima dei ponti che non necessitano di supporto. " +"Impostalo su 0 se desideri che tutti i bridge siano supportati e impostalo " +"su un valore molto grande se non vuoi che nessun bridge sia supportato." msgid "End G-code" msgstr "G-code finale" msgid "End G-code when finish the whole printing" -msgstr "Add end G-Code when finishing the entire print." +msgstr "Aggiungi G-code quando si termina l'intera stampa." msgid "End G-code when finish the printing of this filament" -msgstr "Add end G-code when finishing the printing of this filament." +msgstr "Aggiungi G-code quando si termina la stampa di questo filamento." msgid "Ensure vertical shell thickness" msgstr "Garantisci spessore verticale del guscio" @@ -7945,10 +8210,11 @@ msgstr "" "inferiori)." msgid "Top surface pattern" -msgstr "Top surface pattern" +msgstr "Trama superfice superiore" msgid "Line pattern of top surface infill" -msgstr "This is the line pattern for top surface infill." +msgstr "" +"Questo è la Trama lineare per il riempimento della superficie superiore." msgid "Concentric" msgstr "Concentrico" @@ -7960,7 +8226,7 @@ msgid "Monotonic" msgstr "Monotonico" msgid "Monotonic line" -msgstr "Monotonic line" +msgstr "Linea monotonica" msgid "Aligned Rectilinear" msgstr "Rettilineo allineato" @@ -7975,35 +8241,41 @@ msgid "Octagram Spiral" msgstr "Spirale a Ottogramma" msgid "Bottom surface pattern" -msgstr "Bottom surface pattern" +msgstr "Trama superficie inferiore" msgid "Line pattern of bottom surface infill, not bridge infill" msgstr "" -"This is the line pattern of bottom surface infill, not including bridge " -"infill." +"Questo è la trama lineare del riempimento della superficie inferiore, " +"escluso il riempimento del ponte." msgid "Internal solid infill pattern" -msgstr "" +msgstr "Schema di riempimento solido interno" msgid "" "Line pattern of internal solid infill. if the detect nattow internal solid " "infill be enabled, the concentric pattern will be used for the small area." msgstr "" +"Modello di linea del riempimento solido interno. Se l'opzione Rileva " +"riempimento solido interno Nattow è abilitata, il motivo concentrico verrà " +"utilizzato per l'area piccola." msgid "" "Line width of outer wall. If expressed as a %, it will be computed over the " "nozzle diameter." msgstr "" +"Larghezza della linea della parete esterna. Se espresso come %, verrà " +"calcolato sul diametro dell'ugello." msgid "" "Speed of outer wall which is outermost and visible. It's used to be slower " "than inner wall speed to get better quality." msgstr "" -"This is the printing speed for the outer walls of parts. These are generally " -"printed slower than inner walls for higher quality." +"E' la velocità di stampa per le pareti esterne dei pezzi. Queste vengono " +"generalmente stampate più lentamente delle pareti interne per ottenere una " +"qualità superiore." msgid "Small perimeters" -msgstr "" +msgstr "Perimetri piccoli" msgid "" "This separate setting will affect the speed of perimeters having radius <= " @@ -8011,37 +8283,44 @@ msgid "" "example: 80%) it will be calculated on the outer wall speed setting above. " "Set to zero for auto." msgstr "" +"Questa impostazione separata influenzerà la velocità dei perimetri con " +"raggio <= small_perimeter_threshold (di solito fori). Se espresso in " +"percentuale (ad esempio: 80%) verrà calcolato sull'impostazione della " +"velocità della parete esterna di cui sopra. Impostare su zero per auto." msgid "Small perimeters threshold" -msgstr "" +msgstr "Soglia perimetrale ridotta" msgid "" "This sets the threshold for small perimeter length. Default threshold is 0mm" msgstr "" +"In questo modo viene impostata la soglia per la lunghezza del perimetro " +"ridotta. La soglia predefinita è 0 mm" msgid "Order of inner wall/outer wall/infil" -msgstr "Order of inner wall/outer wall/infill" +msgstr "Ordine di parete interna/esterna/riempimento" msgid "Print sequence of inner wall, outer wall and infill. " -msgstr "This is the print sequence of inner walls, outer walls, and infill." +msgstr "" +"È la sequenza di stampa di pareti interne, pareti esterne e dei riempimenti." msgid "inner/outer/infill" -msgstr "inner/outer/infill" +msgstr "interno/esterno/riempimento" msgid "outer/inner/infill" -msgstr "outer/inner/infill" +msgstr "esterno/interno/riempimento" msgid "infill/inner/outer" -msgstr "infill/inner/outer" +msgstr "riempimento/interno/esterno" msgid "infill/outer/inner" -msgstr "infill/outer/inner" +msgstr "riempimento/esterno/interno" msgid "inner-outer-inner/infill" msgstr "interno-esterno-interno/riempimento" msgid "Height to rod" -msgstr "Height to rod" +msgstr "Altezza asta" msgid "" "Distance of the nozzle tip to the lower rod. Used for collision avoidance in " @@ -8051,7 +8330,7 @@ msgstr "" "le collisioni nella stampa di oggetto per oggetto." msgid "Height to lid" -msgstr "Height to lid" +msgstr "Altezza dal coperchio" msgid "" "Distance of the nozzle tip to the lid. Used for collision avoidance in by-" @@ -8071,13 +8350,13 @@ msgid "Extruder Color" msgstr "Colore estrusore" msgid "Only used as a visual help on UI" -msgstr "Only used as a visual help on UI" +msgstr "Utilizzato solo come aiuto visivo per l'interfaccia utente" msgid "Extruder offset" msgstr "Offset estrusore" msgid "Flow ratio" -msgstr "Flow ratio" +msgstr "Rapporto di flusso" msgid "" "The material may have volumetric change after switching between molten state " @@ -8086,27 +8365,33 @@ msgid "" "and 1.05. Maybe you can tune this value to get nice flat surface when there " "has slight overflow or underflow" msgstr "" -"The material may have volumetric change after switching between molten and " -"crystalline states. This setting changes all extrusion flow of this filament " -"in G-code proportionally. The recommended value range is between 0.95 and " -"1.05. You may be able to tune this value to get a nice flat surface if there " -"is slight overflow or underflow." +"Il materiale può subire variazioni volumetriche dopo il passaggio dallo " +"stato fuso a quello cristallino. Questa impostazione modifica in modo " +"proporzionale tutti i flussi di estrusione di questo filamento in G-code. " +"L'intervallo di valori raccomandato è compreso tra 0,95 e 1,05. È possibile " +"regolare questo valore per ottenere una superficie piatta se si verifica una " +"leggera sovra-estrusione o sotto-estrusione." msgid "Enable pressure advance" -msgstr "" +msgstr "Abilita l'avanzamento della pressione" msgid "" "Enable pressure advance, auto calibration result will be overwriten once " "enabled." msgstr "" +"Abilita l'avanzamento della pressione, il risultato della calibrazione " +"automatica verrà sovrascritto una volta abilitato." msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)" msgstr "" +"Anticipo di pressione (Klipper) AKA Fattore di avanzamento lineare (Marlin)" msgid "" "Default line width if other line widths are set to 0. If expressed as a %, " "it will be computed over the nozzle diameter." msgstr "" +"Larghezza di linea predefinita se le altre larghezze di linea sono impostate " +"su 0. Se espresso come %, verrà calcolato sul diametro dell'ugello." msgid "Keep fan always on" msgstr "Mantieni la ventola sempre accesa" @@ -8115,9 +8400,9 @@ msgid "" "If enable this setting, part cooling fan will never be stoped and will run " "at least at minimum speed to reduce the frequency of starting and stoping" msgstr "" -"Enabling this setting means that part cooling fan will never stop entirely " -"and will instead run at least at minimum speed to reduce the frequency of " -"starting and stopping." +"Se si attiva questa impostazione, la ventola di raffreddamento non si " +"arresterà mai del tutto, ma funzionerà almeno alla velocità minima per " +"ridurre la frequenza di avvio e arresto." msgid "Layer time" msgstr "Layer time" @@ -8127,9 +8412,10 @@ msgid "" "shorter than this value. Fan speed is interpolated between the minimum and " "maximum fan speeds according to layer printing time" msgstr "" -"The part cooling fan will be enabled for layers where the estimated time is " -"shorter than this value. Fan speed is interpolated between the minimum and " -"maximum fan speeds according to layer printing time." +"La ventola di raffreddamento parziale verrà attivata per i layers in cui il " +"tempo stimato è inferiore a questo valore. La velocità della ventola viene " +"interpolata tra la velocità minima e massima della ventola in base al tempo " +"di stampa a layer." msgid "Default color" msgstr "Colore predefinito" @@ -8141,10 +8427,10 @@ msgid "Color" msgstr "Colore" msgid "Filament notes" -msgstr "" +msgstr "Note filamento" msgid "You can put your notes regarding the filament here." -msgstr "" +msgstr "È possibile inserire qui le note riguardanti il filamento." msgid "Required nozzle HRC" msgstr "Necessita nozzle HRC" @@ -8174,26 +8460,26 @@ msgstr "Durata caricamento filamento" msgid "Time to load new filament when switch filament. For statistics only" msgstr "" -"Time to load new filament when switching filament, for statistical purposes " -"only." +"Tempo di caricamento del nuovo filamento quando si cambia filamento, solo a " +"fini statistici." msgid "Filament unload time" msgstr "Durata scaricamento filamento" msgid "Time to unload old filament when switch filament. For statistics only" msgstr "" -"Time to unload old filament when switching filament, for statistical " -"purposes only." +"Tempo di scarico vecchio filamento quando si cambia filamento, solo a fini " +"statistici." msgid "" "Filament diameter is used to calculate extrusion in gcode, so it's important " "and should be accurate" msgstr "" -"Filament diameter is used to calculate extrusion variables in G-code, so it " -"is important that this is accurate and precise." +"Il diametro del filamento viene utilizzato per calcolare le variabili di " +"estrusione nel G-code, quindi è importante che sia accurato e preciso." msgid "Shrinkage" -msgstr "" +msgstr "Restringimento" #, c-format, boost-format msgid "" @@ -8203,56 +8489,73 @@ msgid "" "Be sure to allow enough space between objects, as this compensation is done " "after the checks." msgstr "" +"Inserisci la percentuale di restringimento che il filamento otterrà dopo il " +"raffreddamento (94% if misuri 94 mm invece di 100 mm). La parte verrà " +"scalata in xy per compensare. Viene preso in considerazione solo il " +"filamento utilizzato per il perimetro.\n" +"Assicurarsi di lasciare uno spazio sufficiente tra gli oggetti, poiché " +"questa compensazione viene eseguita dopo i controlli." msgid "Loading speed" -msgstr "" +msgstr "Velocità di caricamento" msgid "Speed used for loading the filament on the wipe tower." -msgstr "" +msgstr "Velocità utilizzata per caricare il filamento sulla torre di pulitura." msgid "Loading speed at the start" -msgstr "" +msgstr "Velocità iniziale di caricamento" msgid "Speed used at the very beginning of loading phase." -msgstr "" +msgstr "Velocità utilizzata all'inizio della fase di caricamento." msgid "Unloading speed" -msgstr "" +msgstr "Velocità di scaricamento" msgid "" "Speed used for unloading the filament on the wipe tower (does not affect " "initial part of unloading just after ramming)." msgstr "" +"Velocità usata per scaricare il filamento sulla torre di pulitura (non " +"influisce sulla parte iniziale dello scaricamento dopo il ramming)." msgid "Unloading speed at the start" -msgstr "" +msgstr "Velocità iniziale di scaricamento" msgid "" "Speed used for unloading the tip of the filament immediately after ramming." msgstr "" +"Velocità utilizzata per scaricare la punta del filamento immediatamente dopo " +"il ramming." msgid "Delay after unloading" -msgstr "" +msgstr "Ritardo dopo lo scarico" msgid "" "Time to wait after the filament is unloaded. May help to get reliable " "toolchanges with flexible materials that may need more time to shrink to " "original dimensions." msgstr "" +"Tempo di attesa dopo lo scarico del filamento. Può aiutare ad ottenere cambi " +"affidabili con materiali flessibili che potrebbero richiedere più tempo per " +"tornare alle dimensioni originali." msgid "Number of cooling moves" -msgstr "" +msgstr "Numero di movimenti di raffreddamento" msgid "" "Filament is cooled by being moved back and forth in the cooling tubes. " "Specify desired number of these moves." msgstr "" +"Il filamento è raffreddato venendo spostato avanti e indietro nei tubi di " +"raffreddamento. Specificare il numero desiderato di questi movimenti." msgid "Speed of the first cooling move" -msgstr "" +msgstr "Velocità del primo movimento di raffreddamento" msgid "Cooling moves are gradually accelerating beginning at this speed." msgstr "" +"I movimenti di raffreddamento accelerano gradualmente partendo da questa " +"velocità." msgid "Minimal purge on wipe tower" msgstr "Spurgo minimo sulla torre di pulitura" @@ -8264,35 +8567,52 @@ msgid "" "object, Slic3r will always prime this amount of material into the wipe tower " "to produce successive infill or sacrificial object extrusions reliably." msgstr "" +"Dopo un cambio di strumento, l'esatta posizione del filamento appena " +"caricato dentro l'ugello potrebbe essere sconosciuta, e la pressione del " +"filamento probabilmente non è ancora stabile. Prima di spurgare la testina " +"di stampa nel riempimento o in un oggetto sacrificale, Slic3r posizionerà " +"questo materiale in una torre di pulitura al fine di ottenere una successiva " +"estrusione affidabile su oggetto sacrificale o riempimento." msgid "Speed of the last cooling move" -msgstr "" +msgstr "Velocità dell'ultimo movimento di raffreddamento" msgid "Cooling moves are gradually accelerating towards this speed." msgstr "" +"I movimenti di raffreddamento accelerano gradualmente verso questa velocità." msgid "" "Time for the printer firmware (or the Multi Material Unit 2.0) to load a new " "filament during a tool change (when executing the T code). This time is " "added to the total print time by the G-code time estimator." msgstr "" +"Tempo per il firmware della stampante (o per l'unità Multi Material 2.0) per " +"il caricamento del nuovo filamento durante il cambio strumento (quando viene " +"eseguito il T code). Questa durata viene aggiunta alla stima del tempo " +"totale di stampa del G-code." msgid "Ramming parameters" -msgstr "" +msgstr "Parametri del ramming" msgid "" "This string is edited by RammingDialog and contains ramming specific " "parameters." msgstr "" +"Questa stringa viene controllata da RammingDialog e contiene parametri " +"specifici del ramming." msgid "" "Time for the printer firmware (or the Multi Material Unit 2.0) to unload a " "filament during a tool change (when executing the T code). This time is " "added to the total print time by the G-code time estimator." msgstr "" +"Tempo per il firmware della stampante (o per l'unità Multi Material 2.0) per " +"lo scaricamento del nuovo filamento durante il cambio strumento (quando " +"viene eseguito il T code). Questa durata viene aggiunta alla stima del tempo " +"totale di stampa del G-code." msgid "Enable ramming for multitool setups" -msgstr "" +msgstr "Abilita ramming per configurazioni multitool" msgid "" "Perform ramming when using multitool printer (i.e. when the 'Single Extruder " @@ -8300,30 +8620,36 @@ msgid "" "amount of filament is rapidly extruded on the wipe tower just before the " "toolchange. This option is only used when the wipe tower is enabled." msgstr "" +"Esegue il ramming quando si usa una stampante multitool (Ad esempio, quando " +"l'opzione \"Multimateriale a estrusore singolo\" nelle impostazioni della " +"stampante è deselezionata.). Quando è selezionata, una piccola quantità di " +"filamento viene estrusa rapidamente sulla torre di pulitura appena prima del " +"cambio strumento. Questa opzione viene utilizzata solo quando la torre di " +"pulitura è abilitata." msgid "Multitool ramming volume" -msgstr "" +msgstr "Volume ramming multitool" msgid "The volume to be rammed before the toolchange." -msgstr "" +msgstr "Il volume di ramming prima del cambio strumento." msgid "Multitool ramming flow" -msgstr "" +msgstr "Flusso ramming multitool" msgid "Flow used for ramming the filament before the toolchange." -msgstr "" +msgstr "Flusso usato per il ramming del filamento prima del cambio strumento." msgid "Density" msgstr "Densità" msgid "Filament density. For statistics only" -msgstr "Filament density, for statistical purposes only." +msgstr "Densità filamento, solo a fini statistici." msgid "g/cm³" msgstr "g/cm³" msgid "The material type of filament" -msgstr "Filament material type" +msgstr "Tipo di filamento" msgid "Soluble material" msgstr "Materiale solubile" @@ -8331,7 +8657,8 @@ msgstr "Materiale solubile" msgid "" "Soluble material is commonly used to print support and support interface" msgstr "" -"Soluble material is commonly used to print support and support interfaces" +"Il materiale solubile viene comunemente utilizzato per stampare il supporto " +"e l'interfaccia di supporto" msgid "Support material" msgstr "Materiale di supporto" @@ -8339,59 +8666,64 @@ msgstr "Materiale di supporto" msgid "" "Support material is commonly used to print support and support interface" msgstr "" -"Support material is commonly used to print support and support interfaces." +"Il materiale di supporto viene comunemente utilizzato per stampare il " +"supporto e le interfacce di supporto." msgid "Softening temperature" -msgstr "" +msgstr "Temperatura di rammollimento" msgid "" "The material softens at this temperature, so when the bed temperature is " "equal to or greater than it, it's highly recommended to open the front door " "and/or remove the upper glass to avoid cloggings." msgstr "" +"Il materiale si ammorbidisce a questa temperatura, quindi quando la " +"temperatura del letto è uguale o superiore ad essa, si consiglia vivamente " +"di aprire la porta d'ingresso e/o rimuovere il vetro superiore per evitare " +"ostruzioni." msgid "Price" -msgstr "Price" +msgstr "Prezzo" msgid "Filament price. For statistics only" -msgstr "Filament price, for statistical purposes only." +msgstr "Prezzo del filamento, solo a fini statistici." msgid "money/kg" msgstr "soldi/kg" msgid "Vendor" -msgstr "" +msgstr "Venditore" msgid "Vendor of filament. For show only" -msgstr "" +msgstr "Venditore di filamenti. Solo per lo spettacolo" msgid "(Undefined)" -msgstr "(Undefined)" +msgstr "(Indefinito)" msgid "Infill direction" -msgstr "Infill direction" +msgstr "Direzione riempimento" msgid "" "Angle for sparse infill pattern, which controls the start or main direction " "of line" msgstr "" -"This is the angle for sparse infill pattern, which controls the start or " -"main direction of lines." +"Questo è l'angolo della trama di riempimento che controlla l'inizio o la " +"direzione principale delle linee." msgid "Sparse infill density" -msgstr "Sparse infill density" +msgstr "Densità riempimento" #, c-format msgid "Density of internal sparse infill, 100% means solid throughout" msgstr "" -"This is the density of internal sparse infill. 100% means that the object " -"will be solid throughout." +"Questa è la densità del riempimento interno. 100%% significa che l'oggetto " +"sarà in ogni sua parte." msgid "Sparse infill pattern" -msgstr "Sparse infill pattern" +msgstr "Trama riempimento" msgid "Line pattern for internal sparse infill" -msgstr "This is the line pattern for internal sparse infill." +msgstr "Questo è la trama lineare per il riempimento interno." msgid "Grid" msgstr "Griglia" @@ -8403,7 +8735,7 @@ msgid "Cubic" msgstr "Cubico" msgid "Tri-hexagon" -msgstr "Tri-hexagon" +msgstr "Tri-esagono" msgid "Gyroid" msgstr "Giroide" @@ -8424,7 +8756,7 @@ msgid "Lightning" msgstr "Lightning" msgid "Sparse infill anchor length" -msgstr "" +msgstr "Lunghezza dell'ancora di riempimento sparsa" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " @@ -8437,6 +8769,16 @@ msgid "" "Set this parameter to zero to disable anchoring perimeters connected to a " "single infill line." msgstr "" +"Collegare una linea di riempimento a un perimetro interno con un breve " +"segmento di un perimetro aggiuntivo. Se espresso in percentuale (esempio: " +"15%) viene calcolato sulla larghezza di estrusione del riempimento. Slic3r " +"tenta di collegare due linee di riempimento ravvicinate a un breve segmento " +"perimetrale. Se non viene trovato alcun segmento perimetrale più corto di " +"infill_anchor_max, la linea di riempimento viene collegata a un segmento " +"perimetrale su un solo lato e la lunghezza del segmento perimetrale preso è " +"limitata a questo parametro, ma non più lunga di anchor_length_max. \n" +"Impostare questo parametro su zero per disabilitare i perimetri di " +"ancoraggio collegati a una singola linea di riempimento." msgid "0 (no open anchors)" msgstr "0 (senza ancore aperte)" @@ -8445,7 +8787,7 @@ msgid "1000 (unlimited)" msgstr "1000 (senza limiti)" msgid "Maximum length of the infill anchor" -msgstr "" +msgstr "Lunghezza massima dell'ancoraggio del riempimento" msgid "" "Connect an infill line to an internal perimeter with a short segment of an " @@ -8458,25 +8800,36 @@ msgid "" "If set to 0, the old algorithm for infill connection will be used, it should " "create the same result as with 1000 & 0." msgstr "" +"Collegare una linea di riempimento a un perimetro interno con un breve " +"segmento di un perimetro aggiuntivo. Se espresso in percentuale (esempio: " +"15%) viene calcolato sulla larghezza di estrusione del riempimento. Slic3r " +"tenta di collegare due linee di riempimento ravvicinate a un breve segmento " +"perimetrale. Se non viene trovato alcun segmento perimetrale più corto di " +"questo parametro, la linea di riempimento viene collegata a un segmento " +"perimetrale su un solo lato e la lunghezza del segmento perimetrale preso è " +"limitata a infill_anchor, ma non più lunga di questo parametro. \n" +"Se impostato a 0, verrà utilizzato il vecchio algoritmo per la connessione " +"di riempimento, che dovrebbe creare lo stesso risultato di 1000 e 0." msgid "0 (Simple connect)" -msgstr "" +msgstr "0 (Connessione semplice)" msgid "Acceleration of outer walls" -msgstr "" +msgstr "Accelerazione delle pareti esterne" msgid "Acceleration of inner walls" -msgstr "" +msgstr "Accelerazione delle pareti interne" msgid "Acceleration of travel moves" -msgstr "" +msgstr "Accelerazione massima per gli spostamenti" msgid "" "Acceleration of top surface infill. Using a lower value may improve top " "surface quality" msgstr "" -"This is the acceleration of top surface infill. Using a lower value may " -"improve top surface quality." +"Questa è l'accelerazione del riempimento della superficie superiore. " +"L'utilizzo di un valore inferiore può migliorare la qualità della superficie " +"superiore." msgid "Acceleration of outer wall. Using a lower value can improve quality" msgstr "" @@ -8487,122 +8840,143 @@ msgid "" "Acceleration of bridges. If the value is expressed as a percentage (e.g. " "50%), it will be calculated based on the outer wall acceleration." msgstr "" +"Accelerazione dei ponti. Se il valore è espresso in percentuale (ad es. " +"50%), verrà calcolato in base all'accelerazione della parete esterna." msgid "mm/s² or %" -msgstr "" +msgstr "mm/s o %" msgid "" "Acceleration of sparse infill. If the value is expressed as a percentage (e." "g. 100%), it will be calculated based on the default acceleration." msgstr "" +"Accelerazione del riempimento rado. Se il valore è espresso in percentuale " +"(ad esempio 100%), verrà calcolato in base all'accelerazione predefinita." msgid "" "Acceleration of internal solid infill. If the value is expressed as a " "percentage (e.g. 100%), it will be calculated based on the default " "acceleration." msgstr "" +"Accelerazione del riempimento solido interno. Se il valore è espresso in " +"percentuale (ad esempio 100%), verrà calcolato in base all'accelerazione " +"predefinita." msgid "" "Acceleration of initial layer. Using a lower value can improve build plate " "adhesive" msgstr "" -"This is the printing acceleration for the first layer. Using limited " -"acceleration can improve build plate adhesion." +"Questa è l'accelerazione di stampa per il primo layer. L'uso di \n" +"un'accelerazione limitata può migliorare l'adesione sul piatto" msgid "Enable accel_to_decel" -msgstr "" +msgstr "Abilita accel_to_decel" msgid "Klipper's max_accel_to_decel will be adjusted automatically" -msgstr "" +msgstr "La max_accel_to_decel di Klipper verrà regolata automaticamente" msgid "accel_to_decel" -msgstr "" +msgstr "accel_to_decel" #, c-format, boost-format msgid "" "Klipper's max_accel_to_decel will be adjusted to this %% of acceleration" msgstr "" +"La max_accel_to_decel di Klipper sarà adattata a questo %% di accelerazione" #, c-format, boost-format msgid "%%" -msgstr "" +msgstr "%%" msgid "Jerk of outer walls" -msgstr "" +msgstr "Strappo delle pareti esterne" msgid "Jerk of inner walls" -msgstr "" +msgstr "Sussulto delle pareti interne" msgid "Jerk for top surface" -msgstr "" +msgstr "Jerk per la superficie superiore" msgid "Jerk for infill" -msgstr "" +msgstr "Jerk per riempimento" msgid "Jerk for initial layer" -msgstr "" +msgstr "Jerk per lo strato iniziale" msgid "Jerk for travel" -msgstr "" +msgstr "Jerk per i viaggi" msgid "" "Line width of initial layer. If expressed as a %, it will be computed over " "the nozzle diameter." msgstr "" +"Larghezza della linea del livello iniziale. Se espresso come %, verrà " +"calcolato sul diametro dell'ugello." msgid "Initial layer height" -msgstr "Altezza layer iniziale" +msgstr "Altezza primo layer" msgid "" "Height of initial layer. Making initial layer height to be thick slightly " "can improve build plate adhension" msgstr "" -"This is the height of the first layer. Making the first layer height thicker " -"can improve build plate adhesion." +"Questa è l'altezza layer iniziale. L'aumento dell'altezza del primo layer " +"può migliorare l'adesione al piatto" msgid "Speed of initial layer except the solid infill part" msgstr "" -"This is the speed for the first layer except for solid infill sections." +"E' la velocità per il primo layer, tranne che per le sezioni di riempimento " +"solido." msgid "Initial layer infill" -msgstr "First layer infill" +msgstr "Riempimento primo layer" msgid "Speed of solid infill part of initial layer" -msgstr "This is the speed for solid infill parts of the first layer." +msgstr "E' la velocità per le parti di riempimento solido del primo layer." msgid "Initial layer travel speed" -msgstr "" +msgstr "Velocità di traslazione dello strato iniziale" msgid "Travel speed of initial layer" -msgstr "" +msgstr "Velocità di traslazione dello strato iniziale" msgid "Number of slow layers" -msgstr "" +msgstr "Numero di livelli lenti" msgid "" "The first few layers are printed slower than normal. The speed is gradually " "increased in a linear fashion over the specified number of layers." msgstr "" +"I primi strati vengono stampati più lentamente del normale. La velocità " +"viene gradualmente aumentata in modo lineare sul numero di strati " +"specificato." msgid "Initial layer nozzle temperature" -msgstr "First layer nozzle temperature" +msgstr "Temperatura nozzle primo layer" msgid "Nozzle temperature to print initial layer when using this filament" -msgstr "Nozzle temperature for printing the first layer with this filament" +msgstr "" +"Temperatura del nozzle per la stampa del primo layer con questo filamento" msgid "Full fan speed at layer" msgstr "Massima velocità della ventola al layer" msgid "" "Fan speed will be ramped up linearly from zero at layer " -"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer" -"\". \"full_fan_speed_layer\" will be ignored if lower than " -"\"close_fan_the_first_x_layers\", in which case the fan will be running at " -"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." +"\"close_fan_the_first_x_layers\" to maximum at layer " +"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower " +"than \"close_fan_the_first_x_layers\", in which case the fan will be running " +"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." msgstr "" +"La velocità della ventola aumenterà linearmente da zero al livello " +"\"close_fan_the_first_x_layers\" al massimo al livello " +"\"full_fan_speed_layer\". \"full_fan_speed_layer\" verrà ignorato se " +"inferiore a \"close_fan_the_first_x_layers\", nel qual caso la ventola " +"funzionerà alla massima velocità consentita al livello " +"\"close_fan_the_first_x_layers\" + 1." msgid "Support interface fan speed" -msgstr "" +msgstr "Supporta la velocità della ventola dell'interfaccia" msgid "" "This fan speed is enforced during all support interfaces, to be able to " @@ -8610,14 +8984,19 @@ msgid "" "Set to -1 to disable this override.\n" "Can only be overriden by disable_fan_first_layers." msgstr "" +"Questa velocità della ventola viene applicata durante tutte le interfacce di " +"supporto, per essere in grado di indebolire il loro legame con un'elevata " +"velocità della ventola.\n" +"Impostare su -1 per disabilitare questa sostituzione.\n" +"Può essere sovrascritto solo da disable_fan_first_layers." msgid "" "Randomly jitter while printing the wall, so that the surface has a rough " "look. This setting controls the fuzzy position" msgstr "" -"This setting makes the toolhead randomly jitter while printing walls so that " -"the surface has a rough textured look. This setting controls the fuzzy " -"position." +"Questa impostazione fa vibrare casualmente la testa di stampa durante la " +"stampa su pareti, in modo che la superficie abbia un aspetto ruvido. Questa " +"impostazione controlla la posizione fuzzy Skin." msgid "None" msgstr "Nessuno" @@ -8638,8 +9017,8 @@ msgid "" "The width within which to jitter. It's adversed to be below outer wall line " "width" msgstr "" -"The width of jittering: it’s recommended to keep this lower than the outer " -"wall line width." +"Ampiezza del tremolio: si consiglia di mantenerla inferiore alla larghezza " +"della linea della parete esterna." msgid "Fuzzy skin point distance" msgstr "Distanza punti superficie crespa" @@ -8648,24 +9027,23 @@ msgid "" "The average diatance between the random points introducded on each line " "segment" msgstr "" -"The average distance between the random points introduced on each line " -"segment" +"La distanza media tra i punti casuali introdotti su ogni segmento di linea" msgid "Filter out tiny gaps" -msgstr "" +msgstr "Filtra i piccoli spazi vuoti" msgid "Layers and Perimeters" msgstr "Layers e Perimetri" msgid "Filter out gaps smaller than the threshold specified" -msgstr "" +msgstr "Filtra gli spazi più piccoli della soglia specificata" msgid "" "Speed of gap infill. Gap usually has irregular line width and should be " "printed more slowly" msgstr "" -"This is the speed for gap infill. Gaps usually have irregular line width and " -"should be printed more slowly." +"E' la velocità per il riempimento del gap. I gap hanno solitamente una " +"larghezza linea irregolare e devono essere stampate più lentamente." msgid "Arc fitting" msgstr "Arc fitting" @@ -8674,47 +9052,49 @@ msgid "" "Enable this to get a G-code file which has G2 and G3 moves. And the fitting " "tolerance is same with resolution" msgstr "" -"Enable this to get a G-code file with G2 and G3 moves. The fitting tolerance " -"is the same as the resolution." +"Abilita questa funzione per ottenere un file G-code con gli spostamenti " +"circolari in G2 e G3. La tolleranza di adattamento è la stessa della " +"risoluzione" msgid "Add line number" -msgstr "Add line number" +msgstr "Aggiungi numero di riga" msgid "Enable this to add line number(Nx) at the beginning of each G-Code line" msgstr "" -"Enable this to add line number(Nx) at the beginning of each G-Code line." +"Abilita questa opzione per aggiungere il numero di riga (Nx) all'inizio di " +"ogni riga del G-code" msgid "Scan first layer" -msgstr "Scan first layer" +msgstr "Scansiona Primo layer" msgid "" "Enable this to enable the camera on printer to check the quality of first " "layer" msgstr "" -"Enable this to allow the camera on the printer to check the quality of the " -"first layer." +"Attivare questa opzione per consentire alla fotocamera della stampante di " +"verificare la qualità del primo layer." msgid "Nozzle type" -msgstr "Nozzle type" +msgstr "Tipo di nozzle" msgid "" "The metallic material of nozzle. This determines the abrasive resistance of " "nozzle, and what kind of filament can be printed" msgstr "" -"The metallic material of the nozzle: This determines the abrasive resistance " -"of the nozzle and what kind of filament can be printed." +"Il materiale metallico del nozzle: determina la resistenza all'abrasione del " +"nozzle e il tipo di filamento che può essere stampato." msgid "Undefine" msgstr "Indefinito" msgid "Hardened steel" -msgstr "Hardened steel" +msgstr "Acciaio temprato" msgid "Stainless steel" -msgstr "Stainless steel" +msgstr "Acciaio inox" msgid "Brass" -msgstr "Brass" +msgstr "Ottone" msgid "Nozzle HRC" msgstr "Nozzle HRC" @@ -8730,33 +9110,37 @@ msgid "HRC" msgstr "HRC" msgid "Printer structure" -msgstr "" +msgstr "Struttura della stampante" msgid "The physical arrangement and components of a printing device" -msgstr "" +msgstr "La disposizione fisica e i componenti di un dispositivo di stampa" msgid "CoreXY" -msgstr "" +msgstr "CoreXY" msgid "I3" -msgstr "" +msgstr "I3" msgid "Hbot" -msgstr "" +msgstr "Hbot" msgid "Delta" -msgstr "" +msgstr "Delta" msgid "Best object position" -msgstr "" +msgstr "Migliore posizione dell'oggetto" msgid "Best auto arranging position in range [0,1] w.r.t. bed shape." msgstr "" +"Migliore posizione di disposizione automatica nell'intervallo [0,1] w.r.t. " +"forma del letto." msgid "" "Enable this option if machine has auxiliary part cooling fan. G-code " "command: M106 P2 S(0-255)." msgstr "" +"Abilitare questa opzione se la macchina è dotata di ventola di " +"raffreddamento della parte ausiliaria. Comando G-code: M106 P2 S(0-255)." msgid "" "Start the fan this number of seconds earlier than its target start time (you " @@ -8769,15 +9153,24 @@ msgid "" "gcode' is activated.\n" "Use 0 to deactivate." msgstr "" +"Avviare la ventola questo numero di secondi prima dell'ora di inizio " +"prevista (è possibile utilizzare i secondi frazionari). Si presume " +"un'accelerazione infinita per questa stima del tempo e si terrà conto solo " +"dei movimenti G1 e G0 (l'adattamento dell'arco non è supportato).\n" +"Non sposterà i comandi dei fan dai gcode personalizzati (agiscono come una " +"sorta di \"barriera\").\n" +"Non sposterà i comandi delle ventole nel gcode di avvio se è attivato " +"l'opzione \"solo gcode di avvio personalizzato\".\n" +"Utilizzare 0 per disattivare." msgid "Only overhangs" -msgstr "" +msgstr "Solo sporgenze" msgid "Will only take into account the delay for the cooling of overhangs." -msgstr "" +msgstr "Terrà conto solo del ritardo per il raffreddamento delle sporgenze." msgid "Fan kick-start time" -msgstr "" +msgstr "Tempo di avvio della ventola" msgid "" "Emit a max fan speed command for this amount of seconds before reducing to " @@ -8786,43 +9179,55 @@ msgid "" "fan started spinning from a stop, or to get the fan up to speed faster.\n" "Set to 0 to deactivate." msgstr "" +"Emettere un comando di velocità massima della ventola per questo numero di " +"secondi prima di ridurre la velocità target per avviare la ventola di " +"raffreddamento.\n" +"Ciò è utile per le ventole in cui un PWM/potenza bassa potrebbe essere " +"insufficiente per far partire la ventola da fermo o per far sì che la " +"ventola raggiunga la velocità più velocemente.\n" +"Impostare su 0 per disattivare." msgid "Time cost" -msgstr "" +msgstr "Costo in termini di tempo" msgid "The printer cost per hour" -msgstr "" +msgstr "Il costo orario della stampante" msgid "money/h" -msgstr "" +msgstr "soldi/h" msgid "Support control chamber temperature" -msgstr "" +msgstr "Supporta la temperatura della camera di controllo" msgid "" "This option is enabled if machine support controlling chamber temperature\n" "G-code command: M141 S(0-255)" msgstr "" +"Questa opzione è abilitata se la macchina supporta il controllo della " +"temperatura della camera\n" +"Comando G-code: M141 S(0-255)" msgid "Support air filtration" -msgstr "" +msgstr "Supporta la filtrazione dell'aria" msgid "" "Enable this if printer support air filtration\n" "G-code command: M106 P3 S(0-255)" msgstr "" +"Abilitare questa opzione se la stampante supporta il filtraggio dell'aria\n" +"Comando G-code: M106 P3 S(0-255)" msgid "G-code flavor" msgstr "Formato G-code" msgid "What kind of gcode the printer is compatible with" -msgstr "What kind of G-code the printer is compatible with." +msgstr "Con che tipo di G-code è compatibile la stampante." msgid "Klipper" -msgstr "" +msgstr "Klipper" msgid "Label objects" -msgstr "" +msgstr "Etichetta oggetti" msgid "" "Enable this to add comments into the G-Code labeling print moves with what " @@ -8830,24 +9235,32 @@ msgid "" "plugin. This settings is NOT compatible with Single Extruder Multi Material " "setup and Wipe into Object / Wipe into Infill." msgstr "" +"Attivalo per aggiungere commenti nel G-Code etichettando i movimenti di " +"stampa secondo l'appartenenza, utile per il plugin Octoprint CancelObject. " +"Questa impostazione NON è compatibile con una configurazione Multi Material " +"ad estrusore singolo e con Pulitura nell'oggetto / Pulitura nel riempimento." msgid "Exclude objects" -msgstr "" +msgstr "Escludi oggetti" msgid "Enable this option to add EXCLUDE OBJECT command in g-code" msgstr "" +"Abilita questa opzione per aggiungere il comando EXCLUDE OBJECT nel g-code" msgid "Verbose G-code" -msgstr "" +msgstr "G-code verboso" msgid "" "Enable this to get a commented G-code file, with each line explained by a " "descriptive text. If you print from SD card, the additional weight of the " "file could make your firmware slow down." msgstr "" +"Abilita per ottenere un file G-code commentato, con un testo descrittivo per " +"ciascuna linea. Se stampi da memoria SD, il peso aggiuntivo del file " +"potrebbe rallentare il firmware." msgid "Infill combination" -msgstr "Infill combination" +msgstr "Combinazione riempimento" msgid "" "Automatically Combine sparse infill of several layers to print together to " @@ -8857,35 +9270,40 @@ msgstr "" "order to reduce time. Walls are still printed with original layer height." msgid "Filament to print internal sparse infill." -msgstr "This is the filament for printing internal sparse infill." +msgstr "Questo è il filamento per la stampa del riempimento interno." msgid "" "Line width of internal sparse infill. If expressed as a %, it will be " "computed over the nozzle diameter." msgstr "" +"Larghezza della linea del riempimento interno sparso. Se espresso come %, " +"verrà calcolato sul diametro dell'ugello." msgid "Infill/Wall overlap" -msgstr "Infill/wall overlap" +msgstr "Sovrapposizione riempimento/parete" msgid "" "Infill area is enlarged slightly to overlap with wall for better bonding. " "The percentage value is relative to line width of sparse infill" msgstr "" -"This allows the infill area to be enlarged slightly to overlap with walls " -"for better bonding. The percentage value is relative to line width of sparse " -"infill." +"Ciò consente di allargare leggermente l'area di riempimento per sovrapporla " +"alle pareti per una migliore adesione. Il valore percentuale è relativo alla " +"larghezza della linea del riempimento." msgid "Speed of internal sparse infill" -msgstr "This is the speed for internal sparse infill." +msgstr "E' la velocità del riempimento interno." msgid "Interface shells" -msgstr "" +msgstr "Pareti interfaccia" msgid "" "Force the generation of solid shells between adjacent materials/volumes. " "Useful for multi-extruder prints with translucent materials or manual " "soluble support material" msgstr "" +"Forza la generazione di perimetri solidi tra volumi o materiali adiacenti. " +"Utile per stampe multi estrusore con materiali traslucidi o supporti " +"solubili manuali" msgid "Ironing Type" msgstr "Tipo di stiratura" @@ -8894,70 +9312,74 @@ msgid "" "Ironing is using small flow to print on same height of surface again to make " "flat surface more smooth. This setting controls which layer being ironed" msgstr "" -"Ironing uses a small flow to print at the same height of a surface to make " -"flat surfaces smoother. This setting controls which layers are being ironed." +"La stiratura utilizza un flusso ridotto per stampare alla stessa altezza di " +"una superficie per rendere le superfici piane più lisce. Questa impostazione " +"controlla quali layer vengono stirati." msgid "No ironing" -msgstr "No ironing" +msgstr "Non stirare" msgid "Top surfaces" -msgstr "All top surfaces" +msgstr "Tutte le superfici superiori" msgid "Topmost surface" -msgstr "Topmost surface only" +msgstr "Superficie superiore più alta" msgid "All solid layer" -msgstr "All solid layers" +msgstr "Tutti i layers solidi" msgid "Ironing Pattern" msgstr "Trama stiratura" msgid "The pattern that will be used when ironing" -msgstr "" +msgstr "Il modello che verrà utilizzato durante la stiratura" msgid "Ironing flow" -msgstr "Ironing flow" +msgstr "Flusso stiratura" msgid "" "The amount of material to extrude during ironing. Relative to flow of normal " "layer height. Too high value results in overextrusion on the surface" msgstr "" -"This is the amount of material to be extruded during ironing. It is relative " -"to the flow of normal layer height. Too high a value will result in " -"overextrusion on the surface." +"È la quantità di materiale da estrudere durante la stiratura. È relativo al " +"flusso dell'altezza normale del layer. Un valore troppo alto provoca una " +"sovraestrusione sulla superficie." msgid "Ironing line spacing" -msgstr "Ironing line spacing" +msgstr "Spaziatura linee di stiratura" msgid "The distance between the lines of ironing" -msgstr "This is the distance between the lines used for ironing." +msgstr "È la distanza tra le linee utilizzate per la stiratura." msgid "Ironing speed" -msgstr "Ironing speed" +msgstr "Velocità stiratura" msgid "Print speed of ironing lines" -msgstr "This is the print speed for ironing lines." +msgstr "È la velocità di stampa per le linee di stiratura." msgid "Ironing angle" -msgstr "" +msgstr "Angolo di stiratura" msgid "" "The angle ironing is done at. A negative number disables this function and " "uses the default method." msgstr "" +"La stiratura angolare viene eseguita a. Un numero negativo disabilita questa " +"funzione e utilizza il metodo predefinito." msgid "This gcode part is inserted at every layer change after lift z" -msgstr "This G-code is inserted at every layer change after the z lift." +msgstr "" +"Questo G-code viene inserito a ogni cambio di layer dopo l'elevazione z." msgid "Supports silent mode" -msgstr "Silent Mode" +msgstr "Modalità silenziosa" msgid "" "Whether the machine supports silent mode in which machine use lower " "acceleration to print" msgstr "" -"Whether the machine supports silent mode in which machine uses lower " -"acceleration to print more quietly" +"Se la macchina supporta la modalità silenziosa, in cui la macchina utilizza " +"un'accelerazione inferiore per stampare in modo più silenzioso" msgid "" "This G-code will be used as a code for the pause print. User can insert " @@ -8970,31 +9392,31 @@ msgid "This G-code will be used as a custom code" msgstr "Questo G-code verrà utilizzato come codice personalizzato" msgid "Maximum speed X" -msgstr "Maximum speed X" +msgstr "Velocità massima X" msgid "Maximum speed Y" -msgstr "Maximum speed Y" +msgstr "Velocità massima Y" msgid "Maximum speed Z" -msgstr "Maximum speed Z" +msgstr "Velocità massima Z" msgid "Maximum speed E" -msgstr "Maximum speed E" +msgstr "Velocità massima E" msgid "Machine limits" msgstr "Limiti macchina" msgid "Maximum X speed" -msgstr "Maximum X speed" +msgstr "Velocità massima X" msgid "Maximum Y speed" -msgstr "Maximum Y speed" +msgstr "Velocità massima Y" msgid "Maximum Z speed" -msgstr "Maximum Z speed" +msgstr "Velocità massima Z" msgid "Maximum E speed" -msgstr "Maximum E speed" +msgstr "Velocità massima E" msgid "Maximum acceleration X" msgstr "Accelerazione massima X" @@ -9045,41 +9467,43 @@ msgid "Maximum jerk of the E axis" msgstr "Jerk massimo dell'asse E" msgid "Minimum speed for extruding" -msgstr "Minimum speed for extruding" +msgstr "Velocità minima di estrusione" msgid "Minimum speed for extruding (M205 S)" -msgstr "Minimum speed for extruding (M205 S)" +msgstr "Velocità minima di estrusione (M205 S)" msgid "Minimum travel speed" -msgstr "Minimum travel speed" +msgstr "Velocità di spostamento minima" msgid "Minimum travel speed (M205 T)" -msgstr "Minimum travel speed (M205 T)" +msgstr "Velocità di spostamento minima (M205 T)" msgid "Maximum acceleration for extruding" -msgstr "Maximum acceleration for extruding" +msgstr "Accelerazione massima per l'estrusione" msgid "Maximum acceleration for extruding (M204 P)" -msgstr "Maximum acceleration for extruding (M204 P)" +msgstr "Accelerazione massima per l'estrusione (M204 P)" msgid "Maximum acceleration for retracting" -msgstr "Maximum acceleration for retracting" +msgstr "Accelerazione massima per la retrazione" msgid "Maximum acceleration for retracting (M204 R)" -msgstr "Maximum acceleration for retracting (M204 R)" +msgstr "Accelerazione massima per retrazione (M204 R)" msgid "Maximum acceleration for travel" -msgstr "Maximum acceleration for travel" +msgstr "Accelerazione massima per spostamenti" msgid "Maximum acceleration for travel (M204 T), it only applies to Marlin 2" msgstr "" +"Accelerazione massima per la corsa (M204 T), si applica solo al Marlin 2" msgid "" "Part cooling fan speed may be increased when auto cooling is enabled. This " "is the maximum speed limitation of part cooling fan" msgstr "" -"The part cooling fan speed may be increased when auto cooling is enabled. " -"This is the maximum speed for the part cooling fan." +"La velocità della ventola di raffreddamento può essere aumentata quando è " +"abilitato il raffreddamento automatico. Questa è la limitazione massima " +"della velocità della ventola di raffreddamento parziale" msgid "Max" msgstr "Massimo" @@ -9088,11 +9512,11 @@ msgid "" "The largest printable layer height for extruder. Used tp limits the maximum " "layer hight when enable adaptive layer height" msgstr "" -"The highest printable layer height for the extruder: this is used to limit " -"the maximum layer height when adaptive layer height is enabled." +"L'altezza massima del layer stampabile per l'estrusore: viene utilizzata per " +"limitare l'altezza massima del layer quando è abilitato il layer adattativo." msgid "Extrusion rate smoothing" -msgstr "" +msgstr "Levigatura della velocità di estrusione" msgid "" "This parameter smooths out sudden extrusion rate changes that happen when " @@ -9122,12 +9546,42 @@ msgid "" "\n" "Note: this parameter disables arc fitting." msgstr "" +"Questo parametro attenua le variazioni improvvise della velocità di " +"estrusione che si verificano quando la stampante passa dalla stampa di " +"un'estrusione ad alto flusso (alta velocità/larghezza maggiore) a " +"un'estrusione a flusso inferiore (velocità inferiore/larghezza inferiore) e " +"viceversa.\n" +"\n" +"Definisce la velocità massima con cui la portata volumetrica estrusa in mm3/" +"sec può variare nel tempo. Valori più alti significano che sono consentite " +"variazioni più elevate della velocità di estrusione, con conseguenti " +"transizioni di velocità più rapide.\n" +"\n" +"Il valore 0 disabilita la funzionalità. \n" +"\n" +"Per una stampante ad azionamento diretto ad alta velocità e ad alto flusso " +"(come Bambu lab o Voron) questo valore di solito non è necessario. Tuttavia, " +"può fornire alcuni vantaggi marginali in alcuni casi in cui le velocità " +"delle funzionalità variano notevolmente. Ad esempio, quando ci sono " +"rallentamenti aggressivi dovuti a strapiombi. In questi casi si consiglia un " +"valore elevato di circa 300-350 mm3/s2 in quanto ciò consente una levigatura " +"sufficiente per aiutare l'avanzamento della pressione a ottenere una " +"transizione di flusso più fluida.\n" +"\n" +"Per le stampanti più lente senza anticipo di pressione, il valore deve " +"essere impostato su un valore molto più basso. Un valore di 10-15 mm3/s2 è " +"un buon punto di partenza per gli estrusori a trasmissione diretta e di 5-10 " +"mm3/s2 per lo stile Bowden. \n" +"\n" +"Questa funzione è nota come equalizzatore di pressione in Prusa slicer.\n" +"\n" +"Nota: questo parametro disabilita l'adattamento dell'arco." msgid "mm³/s²" -msgstr "" +msgstr "mm³/s²" msgid "Smoothing segment length" -msgstr "" +msgstr "Levigatura della lunghezza del segmento" msgid "" "A lower value results in smoother extrusion rate transitions. However, this " @@ -9139,9 +9593,19 @@ msgid "" "\n" "Allowed values: 1-5" msgstr "" +"Un valore più basso si traduce in transizioni più fluide della velocità di " +"estrusione. Tuttavia, ciò si traduce in un file gcode significativamente più " +"grande e in un maggior numero di istruzioni per l'elaborazione da parte " +"della stampante. \n" +"\n" +"Il valore predefinito 3 funziona bene per la maggior parte dei casi. Se la " +"stampante balbetta, aumentare questo valore per ridurre il numero di " +"regolazioni effettuate\n" +"\n" +"Valori consentiti: 1-5" msgid "Minimum speed for part cooling fan" -msgstr "Minimum speed for part cooling fan" +msgstr "Velocità minima ventola di raffreddamento" msgid "" "Speed of auxiliary part cooling fan. Auxiliary fan will run at this speed " @@ -9150,6 +9614,11 @@ msgid "" "Please enable auxiliary_fan in printer settings to use this feature. G-code " "command: M106 P2 S(0-255)" msgstr "" +"Velocità della ventola di raffreddamento della parte ausiliaria. La ventola " +"ausiliaria funzionerà a questa velocità durante la stampa, ad eccezione dei " +"primi strati, che sono definiti dall'assenza di strati di raffreddamento.\n" +"Abilitare auxiliary_fan nelle impostazioni della stampante per utilizzare " +"questa funzione. Comando G-code: M106 P2 S(0-255)" msgid "Min" msgstr "Minimo" @@ -9158,8 +9627,8 @@ msgid "" "The lowest printable layer height for extruder. Used tp limits the minimum " "layer hight when enable adaptive layer height" msgstr "" -"The lowest printable layer height for the extruder. This is used to limit " -"the minimum layer height when adaptive layer height is enabled." +"L'altezza minima del layer stampabile per l'estrusore. Viene utilizzata per " +"limitare l'altezza minima del layer quando è abilito il layer adattativo." msgid "Min print speed" msgstr "Velocità minima di stampa" @@ -9169,20 +9638,26 @@ msgid "" "cooling is enabled, when printing overhangs and when feature speeds are not " "specified explicitly." msgstr "" +"La velocità di stampa minima per il filamento quando è abilitato il " +"rallentamento per un migliore raffreddamento dello strato, quando le " +"sporgenze di stampa e quando le velocità delle caratteristiche non sono " +"specificate esplicitamente." msgid "Nozzle diameter" -msgstr "Diametro ugello" +msgstr "Diametro Nozzle" msgid "Diameter of nozzle" -msgstr "The diameter of the nozzle" +msgstr "Diametro del nozzle" msgid "Configuration notes" -msgstr "" +msgstr "Note di configurazione" msgid "" "You can put here your personal notes. This text will be added to the G-code " "header comments." msgstr "" +"È possibile inserire qui le note personali. Questo testo verrà aggiunto nei " +"commenti iniziali del G-code." msgid "Host Type" msgstr "Tipo host" @@ -9195,42 +9670,52 @@ msgstr "" "contenere il tipo di host." msgid "Nozzle volume" -msgstr "Nozzle volume" +msgstr "Volume del nozzle" msgid "Volume of nozzle between the cutter and the end of nozzle" -msgstr "Volume of nozzle between the filament cutter and the end of the nozzle" +msgstr "Volume del nozzle tra taglierina ed estremità nozzle" msgid "Cooling tube position" -msgstr "" +msgstr "Posizione tubo di raffreddamento" msgid "Distance of the center-point of the cooling tube from the extruder tip." msgstr "" +"Distanza del centro del tubo di raffreddamento dalla punta dell'estrusore." msgid "Cooling tube length" -msgstr "" +msgstr "Lunghezza del tubo di raffreddamento" msgid "Length of the cooling tube to limit space for cooling moves inside it." msgstr "" +"Lunghezza del tubo di raffreddamento per limitare lo spazio per i movimenti " +"di raffreddamento al suo interno." msgid "High extruder current on filament swap" -msgstr "" +msgstr "Alta corrente estrusore al cambio filamento" msgid "" "It may be beneficial to increase the extruder motor current during the " "filament exchange sequence to allow for rapid ramming feed rates and to " "overcome resistance when loading a filament with an ugly shaped tip." msgstr "" +"Potrebbe essere utile aumentare la corrente del motore estrusore durante la " +"sequenza di cambio filamento per permettere un avanzamento rapido del " +"ramming e per superare la resistenza durante il caricamento di un filamento " +"con una punta deformata." msgid "Filament parking position" -msgstr "" +msgstr "Posizione di parcheggio del filamento" msgid "" "Distance of the extruder tip from the position where the filament is parked " "when unloaded. This should match the value in printer firmware." msgstr "" +"Distanza della punta dell'estrusore dalla posizione dove il filamento viene " +"posto mentre viene scaricato. Dovrebbe essere uguale al valore nel firmware " +"della stampante." msgid "Extra loading distance" -msgstr "" +msgstr "Distanza di caricamento aggiuntiva" msgid "" "When set to zero, the distance the filament is moved from parking position " @@ -9238,6 +9723,11 @@ msgid "" "positive, it is loaded further, if negative, the loading move is shorter " "than unloading." msgstr "" +"Quando impostato a zero, la distanza percorsa dal filamento in posizione di " +"parcheggio durante il caricamento è esattamente uguale a quella contraria " +"durante lo scaricamento. Quando il valore è positivo, viene caricato " +"maggiormente, se il valore è negativo il movimento di caricamento è più " +"corto dello scaricamento." msgid "Start end points" msgstr "Punti iniziali e finali" @@ -9248,7 +9738,7 @@ msgstr "" "scarico." msgid "Reduce infill retraction" -msgstr "Reduce infill retraction" +msgstr "Riduci la retrazione nel riempimento" msgid "" "Don't retract when the travel is in infill area absolutely. That means the " @@ -9264,58 +9754,69 @@ msgid "Enable" msgstr "Abilita" msgid "Filename format" -msgstr "Filename format" +msgstr "Formato nome file" msgid "User can self-define the project file name when export" -msgstr "Users can decide project file names when exporting." +msgstr "" +"Gli utenti possono decidere i nomi dei file progetto nell'esportazione." msgid "Make overhang printable" -msgstr "" +msgstr "Rendi stampabile la sporgenza" msgid "Modify the geometry to print overhangs without support material." msgstr "" +"Modificare la geometria per stampare sporgenze senza materiale di supporto." msgid "Make overhang printable maximum angle" -msgstr "" +msgstr "Rendi la sporgenza stampabile angolo massimo" msgid "" "Maximum angle of overhangs to allow after making more steep overhangs " "printable.90° will not change the model at all and allow any overhang, while " "0 will replace all overhangs with conical material." msgstr "" +"Angolo massimo delle sporgenze da consentire dopo aver reso stampabili " +"sporgenze più ripide.90° non cambierà affatto il modello e consentirà alcuna " +"sporgenza, mentre 0 sostituirà tutte le sporgenze con materiale conico." msgid "Make overhang printable hole area" -msgstr "" +msgstr "Rendere stampabile l'area del foro sporgente" msgid "" "Maximum area of a hole in the base of the model before it's filled by " "conical material.A value of 0 will fill all the holes in the model base." msgstr "" +"Area massima di un foro nella base del modello prima che venga riempito da " +"materiale conico. Un valore pari a 0 riempirà tutti i fori nella base del " +"modello." msgid "mm²" msgstr "mm²" msgid "Detect overhang wall" -msgstr "Detect overhang walls" +msgstr "Rileva parete a sbalzo" #, c-format, boost-format msgid "" "Detect the overhang percentage relative to line width and use different " "speed to print. For 100%% overhang, bridge speed is used." msgstr "" -"This detects the overhang percentage relative to line width and uses a " -"different speed to print. For 100%% overhang, bridging speed is used." +"Rileva la percentuale di sporgenza rispetto alla larghezza della linea e " +"utilizza velocità diverse per stampare. Per una sporgenza di 100%%, viene " +"utilizzata la velocità del ponte." msgid "" "Line width of inner wall. If expressed as a %, it will be computed over the " "nozzle diameter." msgstr "" +"Larghezza della linea della parete interna. Se espresso come %, verrà " +"calcolato sul diametro dell'ugello." msgid "Speed of inner wall" -msgstr "This is the speed for inner walls." +msgstr "E' la velocità per le pareti interne." msgid "Number of walls of every layer" -msgstr "This is the number of walls per layer." +msgstr "Questo è il numero di pareti per layer." msgid "" "If you want to process the output G-code through custom scripts, just list " @@ -9324,38 +9825,44 @@ msgid "" "argument, and they can access the Slic3r config settings by reading " "environment variables." msgstr "" +"Se vuoi processare il G-code in uscita con script personalizzati, basta " +"elencare qui il loro percorso assoluto. Separa i diversi script con un punto " +"e virgola. Gli script passeranno il percorso assoluto nel G-code come primo " +"argomento, e potranno accedere alle impostazioni di configurazione di Slic3r " +"leggendo le variabili di ambiente." msgid "Printer notes" -msgstr "" +msgstr "Note stampante" msgid "You can put your notes regarding the printer here." -msgstr "" +msgstr "È possibile inserire qui le note riguardanti la stampante." msgid "Raft contact Z distance" msgstr "Distanza di contatto Z Raft" msgid "Z gap between object and raft. Ignored for soluble interface" msgstr "" -"This is the Z gap between an object and a raft. It is ignored for soluble " -"interfaces." +"È lo spazio Z tra oggetto e raft. Viene ignorato per le interfacce solubili." msgid "Raft expansion" msgstr "Espansione del raft" msgid "Expand all raft layers in XY plane" -msgstr "This expands all raft layers in XY plane." +msgstr "Questo espande tutti i layers del raft nel piano XY." msgid "Initial layer density" -msgstr "First layer density" +msgstr "Densità primo layer" msgid "Density of the first raft or support layer" -msgstr "This is the density of the first raft or support layer." +msgstr "Questa è la densità del raft o del layer di supporto." msgid "Initial layer expansion" -msgstr "First layer expansion" +msgstr "Espansione primo layer" msgid "Expand the first raft or support layer to improve bed plate adhesion" -msgstr "This expands the first raft or support layer to improve bed adhesion." +msgstr "" +"Questo espande il primo raft o layer di supporto per migliorare l'adesione " +"al piatto." msgid "Raft layers" msgstr "Layer raft" @@ -9364,27 +9871,28 @@ msgid "" "Object will be raised by this number of support layers. Use this function to " "avoid wrapping when print ABS" msgstr "" -"Object will be raised by this number of support layers. Use this function to " -"avoid warping when printing ABS." +"L'oggetto verrà sollevato da questo numero di layer di supporto. Utilizzare " +"questa funzione per evitare deformazioni durante la stampa di ABS." msgid "" "G-code path is genereated after simplifing the contour of model to avoid too " "much points and gcode lines in gcode file. Smaller value means higher " "resolution and more time to slice" msgstr "" -"The G-code path is generated after simplifying the contour of models to " -"avoid too many points and G-code lines. Smaller values mean higher " -"resolution and more time required to slice." +"Il percorso del G-code viene generato dopo aver semplificato il contorno del " +"modello per evitare molti punti e linee nel file G-code.\n" +"Un valore più piccolo significa una risoluzione più elevata e un tempo " +"maggiore per l'elaborazione" msgid "Travel distance threshold" -msgstr "Travel distance threshold" +msgstr "Soglia distanza di spostamento" msgid "" "Only trigger retraction when the travel distance is longer than this " "threshold" msgstr "" -"Only trigger retraction when the travel distance is longer than this " -"threshold." +"L'attivazione della retrazione avviene solo quando la distanza percorsa è " +"superiore a questa soglia." msgid "Retract amount before wipe" msgstr "Retrai la quantità prima di pulire" @@ -9392,14 +9900,14 @@ msgstr "Retrai la quantità prima di pulire" msgid "" "The length of fast retraction before wipe, relative to retraction length" msgstr "" -"This is the length of fast retraction before a wipe, relative to retraction " -"length." +"È la lunghezza della retrazione rapida prima di una pulizia, rispetto alla " +"lunghezza di retrazione." msgid "Retract when change layer" -msgstr "Retract on layer change" +msgstr "Ritrai al cambio layer" msgid "Force a retraction when changes layer" -msgstr "This forces a retraction on layer changes." +msgstr "Questo forza una retrazione nei cambi layer." msgid "Length" msgstr "Lunghezza" @@ -9411,24 +9919,25 @@ msgid "" "Some amount of material in extruder is pulled back to avoid ooze during long " "travel. Set zero to disable retraction" msgstr "" -"This is the amount of filament in the extruder that is pulled back to avoid " -"oozing during long travel distances. Set to 0 to disable retraction." +"È la quantità filamento nell'estrusore che viene ritirata per evitare la " +"trasudazione durante le lunghe distanze. Imposta su 0 per disattivare la " +"retrazione." msgid "Z hop when retract" -msgstr "Z hop when retracting" +msgstr "Z hop in fase retrazione" msgid "" "Whenever the retraction is done, the nozzle is lifted a little to create " "clearance between nozzle and the print. It prevents nozzle from hitting the " "print when travel move. Using spiral line to lift z can prevent stringing" msgstr "" -"Whenever there is a retraction, the nozzle is lifted a little to create " -"clearance between the nozzle and the print. This prevents the nozzle from " -"hitting the print when traveling more. Using spiral lines to lift z can " -"prevent stringing." +"Ogni volta che si verifica una retrazione, il nozzle viene sollevato " +"leggermente per creare spazio tra nozzle e stampa. Ciò impedisce al nozzle " +"di colpire la stampa quando si viaggia di più. L'uso di linee a spirale per " +"sollevare z può evitare che si stringano." msgid "Z hop type" -msgstr "" +msgstr "Tipo Z Hop" msgid "Slope" msgstr "Inclinato" @@ -9437,59 +9946,70 @@ msgid "Spiral" msgstr "Spirale" msgid "Only lift Z above" -msgstr "" +msgstr "Solleva Z solo al di sopra" msgid "" "If you set this to a positive value, Z lift will only take place above the " "specified absolute Z." msgstr "" +"Se si imposta questo valore su un valore positivo, l'aumento Z si " +"verificherà solo al di sopra dello Z assoluto specificato." msgid "Only lift Z below" -msgstr "" +msgstr "Solleva Z solo al di sotto" msgid "" "If you set this to a positive value, Z lift will only take place below the " "specified absolute Z." msgstr "" +"Se si imposta questo valore su un valore positivo, l'aumento Z si " +"verificherà solo al di sotto dello Z assoluto specificato." msgid "On surfaces" -msgstr "" +msgstr "Tutte le superfici superiori" msgid "" "Enforce Z Hop behavior. This setting is impacted by the above settings (Only " "lift Z above/below)." msgstr "" +"Applicare il comportamento Z Hop. Questa impostazione è influenzata dalle " +"impostazioni di cui sopra (solo sollevare Z sopra/sotto)." msgid "All Surfaces" -msgstr "" +msgstr "Tutte le Superfici" msgid "Top Only" -msgstr "" +msgstr "Solo sopra" msgid "Bottom Only" -msgstr "" +msgstr "Solo sotto" msgid "Top and Bottom" -msgstr "" +msgstr "Sopra e Sotto" msgid "Extra length on restart" -msgstr "" +msgstr "Lunghezza extra in ripresa" msgid "" "When the retraction is compensated after the travel move, the extruder will " "push this additional amount of filament. This setting is rarely needed." msgstr "" +"Quando la retrazione è compensata dopo un movimento di spostamento, " +"l'estrusore spingerà questa quantità addizionale di filamento. Questa " +"impostazione è raramente necessaria." msgid "" "When the retraction is compensated after changing tool, the extruder will " "push this additional amount of filament." msgstr "" +"Quando la retrazione è compensata dopo un cambio strumento, l'estrusore " +"spingerà questa quantità addizionale di filamento." msgid "Retraction Speed" msgstr "Velocità di retrazione" msgid "Speed of retractions" -msgstr "This is the speed for retraction." +msgstr "E' la velocità di retrazione." msgid "Deretraction Speed" msgstr "Velocità di deretrazione" @@ -9498,25 +10018,28 @@ msgid "" "Speed for reloading filament into extruder. Zero means same speed with " "retraction" msgstr "" -"The speed for reloading filament into the extruder after a retraction; " -"setting this to 0 means that it will be the same speed as the retraction." +"La velocità di ricarica filamento nell'estrusore dopo una retrazione; " +"impostando 0, la velocità sarà la stessa della retrazione." msgid "Use firmware retraction" -msgstr "" +msgstr "Usa retrazione firmware" msgid "" "This experimental setting uses G10 and G11 commands to have the firmware " "handle the retraction. This is only supported in recent Marlin." msgstr "" +"Questa impostazione sperimentale utilizza i comandi G10 e G11 per fare in " +"modo che il firmware gestisca la ritrazione. Questo è supportato solo nel " +"recente Marlin." msgid "Show auto-calibration marks" -msgstr "" +msgstr "Mostra segni di autocalibrazione" msgid "Seam position" -msgstr "Posizione giunzione" +msgstr "Posizione della cucitura" msgid "The start position to print each part of outer wall" -msgstr "This is the starting position for each part of the outer wall." +msgstr "E' la posizione di partenza per ogni parte della parete esterna." msgid "Nearest" msgstr "Più vicino" @@ -9525,21 +10048,23 @@ msgid "Aligned" msgstr "Allineato" msgid "Back" -msgstr "Back" +msgstr "Indietro" msgid "Random" msgstr "Casuale" msgid "Staggered inner seams" -msgstr "" +msgstr "Giunzioni interne sfalsate" msgid "" "This option causes the inner seams to be shifted backwards based on their " "depth, forming a zigzag pattern." msgstr "" +"Questa opzione fa sì che le giunzioni interne vengano spostate all'indietro " +"in base alla loro profondità, formando un motivo a zig-zag." msgid "Seam gap" -msgstr "" +msgstr "Fessura di cucitura" msgid "" "In order to reduce the visibility of the seam in a closed loop extrusion, " @@ -9547,26 +10072,38 @@ msgid "" "This amount can be specified in millimeters or as a percentage of the " "current extruder diameter. The default value for this parameter is 10%." msgstr "" +"Per ridurre la visibilità della cucitura in un'estrusione ad anello chiuso, " +"l'anello viene interrotto e accorciato di una quantità specificata.\n" +"Questa quantità può essere specificata in millimetri o come percentuale del " +"diametro corrente dell'estrusore. Il valore predefinito per questo parametro " +"è 10%." msgid "Role base wipe speed" -msgstr "" +msgstr "Velocità di cancellazione della base dei ruoli" msgid "" "The wipe speed is determined by the speed of the current extrusion role.e.g. " "if a wipe action is executed immediately following an outer wall extrusion, " "the speed of the outer wall extrusion will be utilized for the wipe action." msgstr "" +"La velocità di pulizia è determinata dalla velocità del ruolo di estrusione " +"corrente, ad es. Se un'azione di pulizia viene eseguita immediatamente dopo " +"un'estrusione della parete esterna, la velocità di estrusione della parete " +"esterna verrà utilizzata per l'azione di pulizia." msgid "Wipe on loops" -msgstr "" +msgstr "Pulisci sui loop" msgid "" "To minimize the visibility of the seam in a closed loop extrusion, a small " "inward movement is executed before the extruder leaves the loop." msgstr "" +"Per ridurre al minimo la visibilità della cucitura in un'estrusione ad " +"anello chiuso, viene eseguito un piccolo movimento verso l'interno prima che " +"l'estrusore lasci l'anello." msgid "Wipe speed" -msgstr "" +msgstr "Velocità di pulizia" msgid "" "The wipe speed is determined by the speed setting specified in this " @@ -9574,12 +10111,16 @@ msgid "" "be calculated based on the travel speed setting above.The default value for " "this parameter is 80%" msgstr "" +"La velocità di pulizia è determinata dall'impostazione della velocità " +"specificata in questa configurazione. Se il valore è espresso in percentuale " +"(ad es. 80%), verrà calcolato in base all'impostazione della velocità di " +"traslazione di cui sopra. Il valore predefinito per questo parametro è 80%" msgid "Skirt distance" -msgstr "Skirt distance" +msgstr "Distanza Skirt" msgid "Distance from skirt to brim or object" -msgstr "This is the distance from the skirt to the brim or the object." +msgstr "Questa è la distanza dallo skirt al brim o all'oggetto." msgid "Skirt height" msgstr "Altezza skirt" @@ -9588,45 +10129,49 @@ msgid "How many layers of skirt. Usually only one layer" msgstr "Numero di layer skirt: solitamente uno" msgid "Skirt loops" -msgstr "Skirt loops" +msgstr "Anelli skirt" msgid "Number of loops for the skirt. Zero means disabling skirt" msgstr "" -"This is the number of loops for the skirt. 0 means the skirt is disabled." +"Questo è il numero di loop per lo skirt. 0 indica che lo skirt è disattivata." msgid "Skirt speed" -msgstr "" +msgstr "Velocità del pannello esterno" msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed." msgstr "" +"Velocità del gonna, in mm/s. Zero significa utilizzare la velocità di " +"estrusione dello strato predefinita." msgid "" "The printing speed in exported gcode will be slowed down, when the estimated " "layer time is shorter than this value, to get better cooling for these layers" msgstr "" -"The printing speed in exported G-code will be slowed down when the estimated " -"layer time is shorter than this value in order to get better cooling for " -"these layers." +"La velocità di stampa nel G-code esportato verrà rallentata quando il tempo " +"stimato del layer è inferiore a questo valore per ottenere un migliore " +"raffreddamento per questi layers." msgid "Minimum sparse infill threshold" -msgstr "Minimum sparse infill threshold" +msgstr "Soglia minima riempimento" msgid "" "Sparse infill area which is smaller than threshold value is replaced by " "internal solid infill" msgstr "" -"Sparse infill areas which are smaller than this threshold value are replaced " -"by internal solid infill." +"L'area riempimento che è inferiore al valore di soglia viene sostituita da " +"un riempimento solido interno." msgid "" "Line width of internal solid infill. If expressed as a %, it will be " "computed over the nozzle diameter." msgstr "" +"Larghezza della linea del riempimento solido interno. Se espresso come %, " +"verrà calcolato sul diametro dell'ugello." msgid "Speed of internal solid infill, not the top and bottom surface" msgstr "" -"This is the speed for internal solid infill, not including the top or bottom " -"surface." +"E' la velocità del riempimento solido interno, esclusa la superficie " +"superiore o inferiore." msgid "Spiral vase" msgstr "Vaso a spirale" @@ -9636,9 +10181,9 @@ msgid "" "model into a single walled print with solid bottom layers. The final " "generated model has no seam" msgstr "" -"This enables spiraling, which smooths out the Z moves of the outer contour " -"and turns a solid model into a single walled print with solid bottom layers. " -"The final generated model has no seam." +"Consente la stampa a spirale, che attenua i movimenti Z del contorno esterno " +"e trasforma un modello solido in una stampa a parete singola con layers " +"inferiori solidi. Il modello finale generato non presenta alcuna giunzione." msgid "" "If smooth or traditional mode is selected, a timelapse video will be " @@ -9669,19 +10214,19 @@ msgid "Start G-code" msgstr "G-code iniziale" msgid "Start G-code when start the whole printing" -msgstr "G-code added when starting a print" +msgstr "G-code aggiunto all'avvio di una stampa" msgid "Start G-code when start the printing of this filament" -msgstr "G-code added when the printer starts using this filament" +msgstr "G-code aggiunto quando la stampante utilizza questo filamento" msgid "Single Extruder Multi Material" -msgstr "" +msgstr "Estrusore singolo Multi Material" msgid "Use single nozzle to print multi filament" -msgstr "" +msgstr "Usa un ugello singolo per stampare più filamenti" msgid "Manual Filament Change" -msgstr "" +msgstr "Cambio manuale del filamento" msgid "" "Enable this option to omit the custom Change filament G-code only at the " @@ -9690,18 +10235,23 @@ msgid "" "printing, where we use M600/PAUSE to trigger the manual filament change " "action." msgstr "" +"Abilita questa opzione per omettere il codice G Cambia filamento " +"personalizzato solo all'inizio della stampa. Il comando di cambio utensile " +"(ad es. T0) verrà saltato durante l'intera stampa. Ciò è utile per la stampa " +"manuale multi-materiale, in cui utilizziamo M600/PAUSE per attivare l'azione " +"di cambio filamento manuale." msgid "Purge in prime tower" -msgstr "" +msgstr "Spurga nella Prime tower" msgid "Purge remaining filament into prime tower" -msgstr "" +msgstr "Spurgare il filamento rimanente nella torre di prim'ordine" msgid "Enable filament ramming" -msgstr "" +msgstr "Abilita lo speronamento del filamento" msgid "No sparse layers (EXPERIMENTAL)" -msgstr "" +msgstr "Nessun layer sparso (SPERIMENTALE)" msgid "" "If enabled, the wipe tower will not be printed on layers with no " @@ -9709,14 +10259,20 @@ msgid "" "print the wipe tower. User is responsible for ensuring there is no collision " "with the print." msgstr "" +"Se attiva, la torre di pulitura non verrà stampata sui layer senza cambio " +"strumento. Sui layer con un cambio strumento, l'estrusore si sposterà verso " +"il basso per stampare la torre di pulitura. L'utente dovrà accertarsi che " +"non avvengano collisioni con la stampa." msgid "Prime all printing extruders" -msgstr "" +msgstr "Prepara tutti gli estrusori di stampa" msgid "" "If enabled, all printing extruders will be primed at the front edge of the " "print bed at the start of the print." msgstr "" +"Se attivata, tutti gli estrusori di stampa verranno preparati nel bordo " +"frontale del piano di stampa all'inizio della stampa." msgid "Slice gap closing radius" msgstr "Raggio chiusura del gap" @@ -9752,7 +10308,7 @@ msgid "Close holes" msgstr "Chiudi fori" msgid "Z offset" -msgstr "" +msgstr "Offset Z" msgid "" "This value will be added (or subtracted) from all the Z coordinates in the " @@ -9760,12 +10316,17 @@ msgid "" "example, if your endstop zero actually leaves the nozzle 0.3mm far from the " "print bed, set this to -0.3 (or fix your endstop)." msgstr "" +"Questo valore sarà aggiunto (o sottratto) da tutte le coordinate Z nel G-" +"code di output. Viene utilizzato per compensare una posizione di finecorsa Z " +"errata: per esempio, se la posizione minima del finecorsa rimane in realtà " +"0.3mm lontano dal piano, imposta questo valore a -0.3 (o sistema il " +"finecorsa)." msgid "Enable support" -msgstr "Enable support" +msgstr "Abilita supporti" msgid "Enable support generation." -msgstr "This enables support generation." +msgstr "Abilita la generazione dei supporti." msgid "" "normal(auto) and tree(auto) is used to generate support automatically. If " @@ -9780,7 +10341,7 @@ msgid "normal(auto)" msgstr "normal(auto)" msgid "tree(auto)" -msgstr "tree(auto)" +msgstr "albero(auto)" msgid "normal(manual)" msgstr "normale(manuale)" @@ -9789,7 +10350,7 @@ msgid "tree(manual)" msgstr "albero(manuale)" msgid "Support/object xy distance" -msgstr "Support/object xy distance" +msgstr "Distanza xy supporto/oggetto" msgid "XY separation between an object and its support" msgstr "Separazione XY tra un oggetto e il suo supporto" @@ -9798,14 +10359,13 @@ msgid "Pattern angle" msgstr "Angolo trama" msgid "Use this setting to rotate the support pattern on the horizontal plane." -msgstr "" -"Use this setting to rotate the support pattern on the horizontal plane." +msgstr "Usa questo per ruotare sul piano orizzontale la trama del supporto." msgid "On build plate only" -msgstr "On build plate only" +msgstr "Solo dal piatto" msgid "Don't create support on model surface, only on build plate" -msgstr "This setting only generates supports that begin on the build plate." +msgstr "Questa impostazione genera solo i supporti che poggiano sul piatto." msgid "Support critical regions only" msgstr "Supporta solo aree critiche" @@ -9818,16 +10378,18 @@ msgstr "" "tagliente, sbalzo, ecc." msgid "Remove small overhangs" -msgstr "" +msgstr "Rimuovere piccole sporgenze" msgid "Remove small overhangs that possibly need no supports." msgstr "" +"Rimuovere le piccole sporgenze che eventualmente non necessitano di supporti." msgid "Top Z distance" -msgstr "Top Z distance" +msgstr "Distanza Z superiore" msgid "The z gap between the top support interface and object" -msgstr "This determines the Z gap between top support interfaces and objects." +msgstr "" +"Determina lo spazio Z gap tra le interfacce supporto superiori e gli oggetti." msgid "Bottom Z distance" msgstr "Distanza Z inferiore" @@ -9850,6 +10412,8 @@ msgid "" "Line width of support. If expressed as a %, it will be computed over the " "nozzle diameter." msgstr "" +"Larghezza della linea di supporto. Se espresso come %, verrà calcolato sul " +"diametro dell'ugello." msgid "Interface use loop pattern" msgstr "Loop pattern interface" @@ -9875,32 +10439,31 @@ msgid "Top interface layers" msgstr "Layer superiori di interfaccia " msgid "Number of top interface layers" -msgstr "This is the number of top interface layers." +msgstr "È il numero di layer di interfaccia superiore." msgid "Bottom interface layers" msgstr "Layer inferiori di interfaccia " msgid "Top interface spacing" -msgstr "Top interface spacing" +msgstr "Spaziatura interfaccia superiore" msgid "Spacing of interface lines. Zero means solid interface" -msgstr "This is the spacing of interface lines. 0 means solid interface." +msgstr "Spaziatura linee interfaccia. 0 significa interfaccia solida" msgid "Bottom interface spacing" -msgstr "Bottom interface spacing" +msgstr "Spaziatura inferiore interfaccia" msgid "Spacing of bottom interface lines. Zero means solid interface" -msgstr "" -"This is the spacing of bottom interface lines. 0 means solid interface." +msgstr "Spaziatura linee interfaccia di fondo. 0 significa interfaccia solida" msgid "Speed of support interface" -msgstr "This is the speed for support interfaces." +msgstr "E' la velocità per le interfacce di supporto." msgid "Base pattern" -msgstr "Base pattern" +msgstr "Trama base" msgid "Line pattern of support" -msgstr "This is the line pattern for support." +msgstr "Questo è la trama lineare del supporto." msgid "Rectilinear grid" msgstr "Griglia rettilinea" @@ -9916,18 +10479,18 @@ msgid "" "interface is Rectilinear, while default pattern for soluble support " "interface is Concentric" msgstr "" -"This is the line pattern for support interfaces. The default pattern for non-" -"soluble support interfaces is Rectilinear while the default pattern for " -"soluble support interfaces is Concentric." +"Questo è la Trama lineare per le interfacce di supporto. Il modello " +"predefinito per le interfacce di supporto non solubili è rettilineo mentre " +"il modello predefinito per le interfacce di supporto solubili è concentrico." msgid "Rectilinear Interlaced" msgstr "Rettilineo Interlacciato" msgid "Base pattern spacing" -msgstr "Base pattern spacing" +msgstr "Spazio trama base" msgid "Spacing between support lines" -msgstr "This determines the spacing between support lines." +msgstr "Questo determina la spaziatura tra le linee di supporto." msgid "Normal Support expansion" msgstr "Espansione normale dei supporti" @@ -9937,7 +10500,7 @@ msgstr "" "Espandere (+) o restringere (-) la portata orizzontale del supporto normale" msgid "Speed of support" -msgstr "This is the speed for support." +msgstr "E' la velocità del supporto." msgid "" "Style and shape of the support. For normal support, projecting the supports " @@ -9948,6 +10511,14 @@ msgid "" "style will create similar structure to normal support under large flat " "overhangs." msgstr "" +"Stile e forma del supporto. Per il supporto normale, proiettare i supporti " +"in una griglia regolare creerà supporti più stabili (impostazione " +"predefinita), mentre le torri di supporto aderenti risparmieranno materiale " +"e ridurranno le cicatrici degli oggetti.\n" +"Per il supporto dell'albero, lo stile sottile e organico fonderà i rami in " +"modo più aggressivo e risparmierà molto materiale (organico predefinito), " +"mentre lo stile ibrido creerà una struttura simile al supporto normale sotto " +"grandi sporgenze piatte." msgid "Snug" msgstr "Aderenti" @@ -9956,16 +10527,16 @@ msgid "Tree Slim" msgstr "Albero Slim" msgid "Tree Strong" -msgstr "Albero Strong" +msgstr "Albero Forte" msgid "Tree Hybrid" msgstr "Albero ibrido" msgid "Organic" -msgstr "" +msgstr "Organico" msgid "Independent support layer height" -msgstr "Independent support layer height" +msgstr "Altezza layer di supporto indipendente" msgid "" "Support layer uses layer height independent with object layer. This is to " @@ -9978,29 +10549,30 @@ msgstr "" "la Prime Tower è abilitata." msgid "Threshold angle" -msgstr "Threshold angle" +msgstr "Angolo di soglia" msgid "" "Support will be generated for overhangs whose slope angle is below the " "threshold." msgstr "" -"Support will be generated for overhangs whose slope angle is below this " -"threshold." +"Il supporto sarà generato per le sporgenze il cui angolo di inclinazione è " +"inferiore alla soglia." msgid "Tree support branch angle" -msgstr "Tree support branch angle" +msgstr "Angolo ramo supporti ad albero" msgid "" "This setting determines the maximum overhang angle that t he branches of " "tree support allowed to make.If the angle is increased, the branches can be " "printed more horizontally, allowing them to reach farther." msgstr "" -"This setting determines the maximum overhang angle that the branches of tree " -"support are allowed to make. If the angle is increased, the branches can be " -"printed more horizontally, allowing them to reach farther." +"Questa determina l'angolo massimo di sporgenza che i rami del supporto ad " +"albero possono raggiungere. Se l'angolo viene aumentato, i rami possono " +"essere stampati più orizzontalmente, permettendo loro di arrivare più " +"lontano." msgid "Preferred Branch Angle" -msgstr "" +msgstr "Angolo di diramazione preferito" #. TRN PrintSettings: "Organic supports" > "Preferred Branch Angle" msgid "" @@ -10008,17 +10580,21 @@ msgid "" "model. Use a lower angle to make them more vertical and more stable. Use a " "higher angle for branches to merge faster." msgstr "" +"L'angolo di inclinazione preferito delle ramificazioni, quando non devono " +"evitare il modello. Utilizzare un angolo più basso per renderli più " +"verticali e più stabili. Utilizzare un angolo più alto per far sì che le " +"ramificazioni si uniscano più velocemente." msgid "Tree support branch distance" -msgstr "Tree support branch distance" +msgstr "Distanza ramo supporti ad albero" msgid "" "This setting determines the distance between neighboring tree support nodes." msgstr "" -"This setting determines the distance between neighboring tree support nodes." +"Questa determina la distanza tra i nodi di supporto dell'albero vicini." msgid "Branch Density" -msgstr "" +msgstr "Densità Ramificazioni" #. TRN PrintSettings: "Organic supports" > "Branch Density" msgid "" @@ -10028,45 +10604,55 @@ msgid "" "interfaces instead of a high branch density value if dense interfaces are " "needed." msgstr "" +"Regola la densità della struttura di supporto utilizzata per generare le " +"punte delle ramificazioni. Un valore più alto produce sporgenze migliori, ma " +"i supporti sono più difficili da rimuovere; si consiglia quindi di abilitare " +"l'interfaccia di supporto superiore invece di impostare un valore elevato di " +"densità delle ramificazioni, se sono necessarie interfacce dense." msgid "Adaptive layer height" -msgstr "Adaptive layer height" +msgstr "Altezza del livello adattivo" msgid "" "Enabling this option means the height of tree support layer except the " "first will be automatically calculated " msgstr "" +"L'attivazione di questa opzione significa che l'altezza del layer di " +"supporto dell'albero, ad eccezione del primo, verrà calcolata " +"automaticamente " msgid "Auto brim width" -msgstr "" +msgstr "Larghezza automatica del bordo" msgid "" "Enabling this option means the width of the brim for tree support will be " "automatically calculated" msgstr "" +"Abilitando questa opzione, la larghezza della tesa per il supporto " +"dell'albero verrà calcolata automaticamente" msgid "Tree support brim width" msgstr "Larghezza brim supporto ad albero" msgid "Distance from tree branch to the outermost brim line" -msgstr "" +msgstr "Distanza dal ramo dell'albero alla linea di bordo più esterna" msgid "Tip Diameter" -msgstr "" +msgstr "Diametro della punta" #. TRN PrintSettings: "Organic supports" > "Tip Diameter" msgid "Branch tip diameter for organic supports." -msgstr "" +msgstr "Diametro della punta delle ramificazioni per i supporti organici." msgid "Tree support branch diameter" -msgstr "Tree support branch diameter" +msgstr "Diametro ramo supporti ad albero" msgid "This setting determines the initial diameter of support nodes." -msgstr "This setting determines the initial diameter of support nodes." +msgstr "Questa determina il diametro iniziale dei nodi di supporto." #. TRN PrintSettings: #lmFIXME msgid "Branch Diameter Angle" -msgstr "" +msgstr "Angolo del diametro della diramazione" #. TRN PrintSettings: "Organic supports" > "Branch Diameter Angle" msgid "" @@ -10075,9 +10661,13 @@ msgid "" "over their length. A bit of an angle can increase stability of the organic " "support." msgstr "" +"L'angolo del diametro delle ramificazioni che diventano gradualmente più " +"spesse verso il basso. Un angolo pari a 0 fa sì che le ramificazioni abbiano " +"uno spessore uniforme per tutta la loro lunghezza. Un angolo un po' più " +"ampio può aumentare la stabilità del supporto organico." msgid "Branch Diameter with double walls" -msgstr "" +msgstr "Diametro diramazioni con pareti doppie" #. TRN PrintSettings: "Organic supports" > "Branch Diameter" msgid "" @@ -10085,34 +10675,40 @@ msgid "" "printed with double walls for stability. Set this value to zero for no " "double walls." msgstr "" +"Le ramificazioni con un'area superiore all'area di un cerchio di questo " +"diametro verranno stampate con pareti doppie per garantire la stabilità. " +"Imposta questo valore a zero per non avere pareti doppie." msgid "Tree support wall loops" -msgstr "Tree support wall loops" +msgstr "Loop parete supporto ad albero" msgid "This setting specify the count of walls around tree support" -msgstr "This setting specifies the wall count around tree support." +msgstr "Questa specifica il numero di pareti attorno al supporto ad albero." msgid "Tree support with infill" -msgstr "Tree support with infill" +msgstr "Riempimento supporti ad albero" msgid "" "This setting specifies whether to add infill inside large hollows of tree " "support" msgstr "" -"This setting specifies whether to add infill inside large hollows of tree " -"support." +"Questa impostazione specifica se aggiungere il riempimento all'interno di " +"grandi cavità del supporto dell'albero" msgid "Activate temperature control" -msgstr "" +msgstr "Attiva il controllo della temperatura" msgid "" "Enable this option for chamber temperature control. An M191 command will be " "added before \"machine_start_gcode\"\n" "G-code commands: M141/M191 S(0-255)" msgstr "" +"Abilitare questa opzione per il controllo della temperatura della camera. Un " +"comando M191 verrà aggiunto prima di \"machine_start_gcode\"\n" +"Comandi G-code: M141/M191 S(0-255)" msgid "Chamber temperature" -msgstr "" +msgstr "Temperatura della camera di stampa" msgid "" "Higher chamber temperature can help suppress or reduce warping and " @@ -10123,55 +10719,68 @@ msgid "" "high to avoid cloggings, so 0 which stands for turning off is highly " "recommended" msgstr "" +"Una temperatura della camera più elevata può aiutare a sopprimere o ridurre " +"la deformazione e potenzialmente portare a una maggiore forza di adesione " +"tra gli strati per materiali ad alta temperatura come ABS, ASA, PC, PA e " +"così via. Allo stesso tempo, la filtrazione dell'aria di ABS e ASA " +"peggiorerà. Mentre per PLA, PETG, TPU, PVA e altri materiali a bassa " +"temperatura, la temperatura effettiva della camera non dovrebbe essere " +"elevata per evitare intasamenti, quindi 0 che sta per spegnimento è " +"altamente raccomandato" msgid "Nozzle temperature for layers after the initial one" -msgstr "Nozzle temperature after the first layer" +msgstr "Temperatura del nozzle dopo il primo layer" msgid "Detect thin wall" -msgstr "Detect thin walls" +msgstr "Rileva pareti sottili" msgid "" "Detect thin wall which can't contain two line width. And use single line to " "print. Maybe printed not very well, because it's not closed loop" msgstr "" -"This detects thin walls which can’t contain two lines and uses a single line " -"to print. It may not print as well because it’s not a closed loop." +"Questo rileva pareti sottili che non possono contenere due righe e utilizza " +"una sola riga per la stampa. Potrebbe non essere stampato altrettanto bene " +"perché non è un circuito chiuso." msgid "" "This gcode is inserted when change filament, including T command to trigger " "tool change" msgstr "" -"This G-code is inserted when filament is changed, including T commands to " -"trigger tool change." +"Questo G-code viene inserito al cambio filamento, compresi i comandi T per " +"attivare il cambio utensile." msgid "This gcode is inserted when the extrusion role is changed" msgstr "" +"Questo gcode viene inserito quando viene modificato il ruolo di estrusione" msgid "" "Line width for top surfaces. If expressed as a %, it will be computed over " "the nozzle diameter." msgstr "" +"Larghezza della linea per le superfici superiori. Se espresso come %, verrà " +"calcolato sul diametro dell'ugello." msgid "Speed of top surface infill which is solid" -msgstr "This is the speed for solid top surface infill." +msgstr "E' la velocità per il riempimento superficie superiore solida." msgid "Top shell layers" -msgstr "Top shell layers" +msgstr "Layer guscio superiore" msgid "" "This is the number of solid layers of top shell, including the top surface " "layer. When the thickness calculated by this value is thinner than top shell " "thickness, the top shell layers will be increased" msgstr "" -"This is the number of solid layers of top shell, including the top surface " -"layer. When the thickness calculated by this value is thinner than the top " -"shell thickness, the top shell layers will be increased" +"È il numero di layers solidi del guscio superiore, compreso il layer " +"superficiale superiore. Se lo spessore calcolato con questo valore è più " +"sottile dello spessore del guscio superiore, i layers del guscio superiore " +"vengono aumentati." msgid "Top solid layers" msgstr "Layer solidi superiori" msgid "Top shell thickness" -msgstr "Top shell thickness" +msgstr "Spessore guscio superiore" msgid "" "The number of top solid layers is increased when slicing if the thickness " @@ -10180,14 +10789,15 @@ msgid "" "is disabled and thickness of top shell is absolutely determained by top " "shell layers" msgstr "" -"The number of top solid layers is increased when slicing if the thickness " -"calculated by top shell layers is thinner than this value. This can avoid " -"having too thin a shell when layer height is small. 0 means that this " -"setting is disabled and thickness of top shell is determined simply by the " -"number of top shell layers." +"Il numero di layers solidi superiori aumenta durante l'elaborazione se lo " +"spessore calcolato dai layers superiori del guscio è più sottile di questo " +"valore. Questo può evitare di avere un guscio troppo sottile quando " +"l'altezza del layer è ridotta. 0 significa che questa impostazione è " +"disabilitata e lo spessore del guscio superiore è determinato semplicemente " +"dal numero di layers superiori del guscio." msgid "Speed of travel which is faster and without extrusion" -msgstr "This is the speed at which traveling is done." +msgstr "È la velocità con cui si viaggia." msgid "Wipe while retracting" msgstr "Pulisci durante la retrazione" @@ -10196,18 +10806,19 @@ msgid "" "Move nozzle along the last extrusion path when retracting to clean leaked " "material on nozzle. This can minimize blob when print new part after travel" msgstr "" -"This moves the nozzle along the last extrusion path when retracting to clean " -"any leaked material on the nozzle. This can minimize blobs when printing a " -"new part after traveling." +"Questo sposta il nozzle lungo l'ultimo percorso di estrusione quando si " +"ritrae per pulire il materiale fuoriuscito dal nozzle. In questo modo è " +"possibile ridurre al minimo i blob quando si stampa una nuova parte dopo lo " +"spostamento." msgid "Wipe Distance" -msgstr "Wipe distance" +msgstr "Distanza pulizia" msgid "" "Discribe how long the nozzle will move along the last path when retracting" msgstr "" -"This describes how long the nozzle will move along the last path while " -"retracting." +"Descrive per quanto tempo il nozzle si muoverà lungo l'ultimo percorso " +"mentre si ritrae." msgid "" "The wiping tower can be used to clean up the residue on the nozzle and " @@ -10222,7 +10833,7 @@ msgid "Purging volumes" msgstr "Volumi di spurgo" msgid "Flush multiplier" -msgstr "Flush multiplier" +msgstr "Moltiplicatore spurgo" msgid "" "The actual flushing volumes is equal to the flush multiplier multiplied by " @@ -10232,54 +10843,61 @@ msgstr "" "moltiplicato per i volumi di spurgo indicati nella tabella." msgid "Prime volume" -msgstr "Prime volume" +msgstr "Volume primario" msgid "The volume of material to prime extruder on tower." -msgstr "" -"This is the volume of material to prime the extruder with on the tower." +msgstr "E' il volume materiale da usare per la Prime Tower" msgid "Width" msgstr "Larghezza" msgid "Width of prime tower" -msgstr "This is the width of prime towers." +msgstr "È la larghezza della Prime Tower." msgid "Wipe tower rotation angle" -msgstr "" +msgstr "Angolo di rotazione della torre di pulitura" msgid "Wipe tower rotation angle with respect to x-axis." -msgstr "" +msgstr "Angolo di rotazione della torre di pulitura rispetto all'asse X." msgid "Stabilization cone apex angle" -msgstr "" +msgstr "Angolo del cono di stabilizzazione" msgid "" "Angle at the apex of the cone that is used to stabilize the wipe tower. " "Larger angle means wider base." msgstr "" +"Angolo all'apice del cono utilizzato per stabilizzare la torre di pulitura. " +"Un angolo maggiore significa una base più ampia." msgid "Wipe tower purge lines spacing" -msgstr "" +msgstr "Spaziatura delle linee di spurgo della torre di pulitura" msgid "Spacing of purge lines on the wipe tower." -msgstr "" +msgstr "Spaziatura delle linee di spurgo sulla torre di pulitura." msgid "Wipe tower extruder" -msgstr "" +msgstr "Estrusore torre di pulitura" msgid "" "The extruder to use when printing perimeter of the wipe tower. Set to 0 to " "use the one that is available (non-soluble would be preferred)." msgstr "" +"L'estrusore da utilizzare per la stampa del perimetro della torre di " +"pulitura. Impostare su 0 per utilizzare quello attualmente disponibile " +"(sarebbe preferibile quello non solubile)." msgid "Purging volumes - load/unload volumes" -msgstr "" +msgstr "Volumi di spurgo - volumi di carico/scarico" msgid "" "This vector saves required volumes to change from/to each tool used on the " "wipe tower. These values are used to simplify creation of the full purging " "volumes below." msgstr "" +"Questo vettore salva il volume necessario per cambiare da/a ogni strumento " +"usato per la torre di pulitura. Questi valori vengono usati per semplificare " +"la creazione dei volumi di spurgo completi." msgid "" "Purging after filament change will be done inside objects' infills. This may " @@ -10314,26 +10932,27 @@ msgstr "" "Prime Tower." msgid "Maximal bridging distance" -msgstr "" +msgstr "Distanza massima bridging" msgid "Maximal distance between supports on sparse infill sections." -msgstr "" +msgstr "Distanza massima tra supporti in sezioni a riempimento sparso." msgid "X-Y hole compensation" -msgstr "X-Y hole compensation" +msgstr "Compensazione foro X-Y" msgid "" "Holes of object will be grown or shrunk in XY plane by the configured value. " "Positive value makes holes bigger. Negative value makes holes smaller. This " "function is used to adjust size slightly when the object has assembling issue" msgstr "" -"Holes in objects will be grown or shrunk in the XY plane by the set value. " -"Positive values make holes bigger and negative values make holes smaller. " -"This function is used to adjust size slightly when objects have assembly " -"issues." +"I fori negli oggetti vengono ingranditi o rimpiccioliti nel piano XY in base " +"al valore impostato. Un valore positivo ingrandisce i fori mentre un valore " +"negativo rimpicciolisce i fori. Questa funzione viene utilizzata per " +"regolare leggermente le dimensioni quando gli oggetti presentano problemi di " +"assemblaggio." msgid "X-Y contour compensation" -msgstr "X-Y contour compensation" +msgstr "Compensazione contorni X-Y" msgid "" "Contour of object will be grown or shrunk in XY plane by the configured " @@ -10341,13 +10960,14 @@ msgid "" "smaller. This function is used to adjust size slightly when the object has " "assembling issue" msgstr "" -"The contour of objects will be grown or shrunk in the XY plane by the set " -"value. Positive values make contours bigger, and negative values make " -"contours smaller. This function is used to adjust sizes slightly when " -"objects have assembly issues." +"Il contorno degli oggetti viene ingrandito o rimpicciolito nel piano XY in " +"base al valore impostato. I valori positivi ingrandiscono i contorni e " +"quelli negativi li rimpiccioliscono. Questa funzione viene utilizzata per " +"regolare leggermente le dimensioni quando gli oggetti presentano problemi di " +"assemblaggio." msgid "Convert holes to polyholes" -msgstr "" +msgstr "Conversione di fori in polifori" msgid "" "Search for almost-circular holes that span more than one layer and convert " @@ -10355,9 +10975,13 @@ msgid "" "compute the polyhole.\n" "See http://hydraraptor.blogspot.com/2011/02/polyholes.html" msgstr "" +"Cercare fori quasi circolari che si estendono su più di un layer e " +"convertire la geometria in polifori. Utilizzare la dimensione dell'ugello e " +"il diametro (più grande) per calcolare il poliforo.\n" +"Vedi http://hydraraptor.blogspot.com/2011/02/polyholes.html" msgid "Polyhole detection margin" -msgstr "" +msgstr "Margine di rilevamento poliforo" #, c-format, boost-format msgid "" @@ -10367,31 +10991,40 @@ msgid "" "broaden the detection.\n" "In mm or in % of the radius." msgstr "" +"Defezione massima di un punto rispetto al raggio stimato del cerchio.\n" +"Poiché i cilindri vengono spesso esportati come triangoli di dimensioni " +"variabili, i punti potrebbero non trovarsi sulla circonferenza del cerchio. " +"Questa impostazione consente di ampliare il rilevamento.\n" +"In mm o in % of il raggio." msgid "Polyhole twist" -msgstr "" +msgstr "Torsione poliforo" msgid "Rotate the polyhole every layer." -msgstr "" +msgstr "Ruotare il poliforo in ogni strato." msgid "G-code thumbnails" -msgstr "" +msgstr "Miniature G-code" msgid "" "Picture sizes to be stored into a .gcode and .sl1 / .sl1s files, in the " "following format: \"XxY, XxY, ...\"" msgstr "" +"Dimensioni delle immagini da memorizzare in file .gcode e .sl1 / .sl1s, nel " +"seguente formato: \"XxY, XxY, ...\"" msgid "Format of G-code thumbnails" -msgstr "" +msgstr "Formato miniature del G-code" msgid "" "Format of G-code thumbnails: PNG for best quality, JPG for smallest size, " "QOI for low memory firmware" msgstr "" +"Formato delle miniature del G-code: PNG per la migliore qualità, JPG per la " +"dimensione più piccola, QOI per il firmware con poca memoria" msgid "Use relative E distances" -msgstr "" +msgstr "Usa distanze E relative" msgid "" "Relative extrusion is recommended when using \"label_objects\" option.Some " @@ -10399,6 +11032,11 @@ msgid "" "Wipe tower is only compatible with relative mode. It is always enabled on " "BambuLab printers. Default is checked" msgstr "" +"L'estrusione relativa è consigliata quando si utilizza l'opzione " +"\"label_objects\". Alcuni estrusori funzionano meglio con questa opzione " +"unckecked (modalità di estrusione assoluta). La torre di pulizia è " +"compatibile solo con la modalità relativa. È sempre abilitato sulle " +"stampanti BambuLab. Il valore predefinito è selezionato" msgid "" "Classic wall generator produces walls with constant extrusion width and for " @@ -10492,13 +11130,16 @@ msgstr "" "espresso in percentuale rispetto al diametro del nozzle" msgid "First layer minimum wall width" -msgstr "" +msgstr "Larghezza minima della parete del primo strato" msgid "" "The minimum wall width that should be used for the first layer is " "recommended to be set to the same size as the nozzle. This adjustment is " "expected to enhance adhesion." msgstr "" +"Si consiglia di impostare la larghezza minima della parete da utilizzare per " +"il primo strato alla stessa dimensione dell'ugello. Si prevede che questo " +"aggiustamento migliorerà l'adesione." msgid "Minimum wall width" msgstr "Larghezza minima parete" @@ -10516,16 +11157,19 @@ msgstr "" "diametro del nozzle" msgid "Detect narrow internal solid infill" -msgstr "Detect narrow internal solid infill" +msgstr "Rileva riempimento solido interno stretto" + 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." +"Questa rileva automaticamente le aree interne strette di riempimento solido. " +"Se abilitato, la trama concentrica verrà utilizzato per l'area per " +"velocizzare la stampa. Altrimenti, la trama rettilinea verrà utilizzata per " +"impostazione predefinita." + msgid "invalid value " msgstr "Valore non valido" @@ -10547,7 +11191,7 @@ msgid "Export 3MF" msgstr "Esporta 3MF" msgid "Export project as 3MF." -msgstr "This exports the project as a 3mf file." +msgstr "Questo esporta il progetto come file 3mf." msgid "Export slicing data" msgstr "Esporta dati elaborati" @@ -10562,19 +11206,19 @@ msgid "Load cached slicing data from directory" msgstr "Carica i dati di slicing nella cache dalla directory" msgid "Export STL" -msgstr "" +msgstr "Esporta STL" msgid "Export the objects as multiple STL." -msgstr "" +msgstr "Esportare gli oggetti come STL multipli." msgid "Slice" -msgstr "Processa" +msgstr "Slice" msgid "Slice the plates: 0-all plates, i-plate i, others-invalid" -msgstr "Slice the plates: 0-all plates, i-plate i, others-invalid" +msgstr "Slicing dei piatti: 0-tutti i piatti, i-piatto i, altri-invalidi" msgid "Show command help." -msgstr "This shows command help." +msgstr "Mostra la guida ai comandi." msgid "UpToDate" msgstr "Aggiornato" @@ -10583,16 +11227,16 @@ msgid "Update the configs values of 3mf to latest." msgstr "Aggiorna valori di configurazione dei 3mf ai più recenti." msgid "Load default filaments" -msgstr "" +msgstr "Carica filamenti predefiniti" msgid "Load first filament as default for those not loaded" -msgstr "" +msgstr "Carica il primo filamento come predefinito per quelli non caricati" msgid "Minimum save" -msgstr "" +msgstr "Salvataggio minimo" msgid "export 3mf with minimum size." -msgstr "" +msgstr "Esporta 3MF con dimensione minima." msgid "mtcpp" msgstr "mtcpp" @@ -10624,13 +11268,13 @@ msgid "Output Model Info" msgstr "Info Modello di output" msgid "Output the model's information." -msgstr "This outputs the model’s information." +msgstr "Questo produce le informazioni del modello." msgid "Export Settings" -msgstr "Export Settings" +msgstr "Esporta impostazioni" msgid "Export settings to a file." -msgstr "This exports settings to a file." +msgstr "Questo esporta le impostazioni in un file." msgid "Send progress to pipe" msgstr "Inviare l'avanzamento al pipe" @@ -10639,65 +11283,67 @@ msgid "Send progress to pipe." msgstr "Inviare l'avanzamento al pipe" msgid "Arrange Options" -msgstr "Arrange Options" +msgstr "Opzioni disposizione" msgid "Arrange options: 0-disable, 1-enable, others-auto" -msgstr "Arrange options: 0-disable, 1-enable, others-auto" +msgstr "Opzioni di disposizione: 0-disabilita, 1-abilita, altro-auto" msgid "Repetions count" -msgstr "" +msgstr "Conteggio delle ripetizioni" msgid "Repetions count of the whole model" -msgstr "" +msgstr "Numero di ripetizioni dell'intero modello" msgid "Ensure on bed" -msgstr "" +msgstr "Accerta che sia sul piano" msgid "" "Lift the object above the bed when it is partially below. Disabled by default" msgstr "" +"Sollevare l'oggetto sopra il letto quando è parzialmente sotto. Disabilitato " +"per impostazione predefinita" msgid "Convert Unit" -msgstr "Convert Unit" +msgstr "Converti unità" msgid "Convert the units of model" -msgstr "Convert the units of model" +msgstr "Converti le unità del modello" msgid "Orient Options" -msgstr "" +msgstr "Opzioni di orientamento" msgid "Orient options: 0-disable, 1-enable, others-auto" -msgstr "" +msgstr "Opzioni di orientamento: 0-disabilita, 1-abilita, altri-auto" msgid "Rotation angle around the Z axis in degrees." -msgstr "" +msgstr "Angolo di rotazione attorno all'asse Z in gradi." msgid "Rotate around X" -msgstr "" +msgstr "Ruota attorno ad X" msgid "Rotation angle around the X axis in degrees." -msgstr "" +msgstr "Angolo di rotazione attorno all'asse X in gradi." msgid "Rotate around Y" -msgstr "" +msgstr "Ruota attorno ad Y" msgid "Rotation angle around the Y axis in degrees." -msgstr "" +msgstr "Angolo di rotazione sull'asse Y in gradi." msgid "Scale the model by a float factor" -msgstr "Scale the model by a float factor" +msgstr "Ridimensiona il modello in base a un fattore float" msgid "Load General Settings" -msgstr "Load General Settings" +msgstr "Carica impostazioni generali" msgid "Load process/machine settings from the specified file" -msgstr "Load process/machine settings from the specified file" +msgstr "Carica le impostazioni di processo/macchina dal file specificato" msgid "Load Filament Settings" -msgstr "Load Filament Settings" +msgstr "Carica impostazioni filamento" msgid "Load filament settings from the specified file list" -msgstr "Load filament settings from the specified file list" +msgstr "Carica le impostazioni del filamento dall'elenco di file specificato" msgid "Skip Objects" msgstr "Salta oggetti" @@ -10707,63 +11353,69 @@ msgstr "Salta alcuni oggetti in questa stampa" msgid "load uptodate process/machine settings when using uptodate" msgstr "" +"Caricare le impostazioni di processo/macchina aggiornate quando si utilizza " +"UptoDate" msgid "" "load uptodate process/machine settings from the specified file when using " "uptodate" msgstr "" +"Caricare le impostazioni di processo/macchina aggiornate dal file " +"specificato quando si utilizza UptoDate" msgid "Data directory" -msgstr "" +msgstr "Directory dati" msgid "" "Load and store settings at the given directory. This is useful for " "maintaining different profiles or including configurations from a network " "storage." msgstr "" +"Carica e archivia le impostazione in una data cartella. Questo è utile per " +"mantenere diversi profili o aggiungere configurazioni da un archivio di rete." msgid "Output directory" msgstr "Output directory" msgid "Output directory for the exported files." -msgstr "This is the output directory for exported files." +msgstr "Questa è la cartella di destinazione per i file esportati." msgid "Debug level" -msgstr "Debug level" +msgstr "Livello di debug" msgid "" "Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, 5:" "trace\n" msgstr "" -"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, 5:" +"Imposta livello di debug. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, 5:" "trace\n" msgid "Load custom gcode" -msgstr "" +msgstr "Carica gcode personalizzato" msgid "Load custom gcode from json" -msgstr "" +msgstr "Carica gcode personalizzato da json" msgid "Error in zip archive" -msgstr "Error in zip archive" +msgstr "Errore nell'archivio zip" msgid "Generating walls" -msgstr "Generating walls" +msgstr "Generazione pareti" msgid "Generating infill regions" -msgstr "Generating infill regions" +msgstr "Generazione regioni di riempimento" msgid "Generating infill toolpath" -msgstr "Generating infill toolpath" +msgstr "Generazione percorso utensile di riempimento" msgid "Detect overhangs for auto-lift" msgstr "Rilevare le sporgenze per il sollevamento automatico" msgid "Generating support" -msgstr "Generating support" +msgstr "Generazione supporto" msgid "Checking support necessity" -msgstr "Checking support necessity" +msgstr "Verifica necessità di supporto" msgid "floating regions" msgstr "regioni galleggianti" @@ -10783,7 +11435,7 @@ msgstr "" "generazione dei supporti." msgid "Optimizing toolpath" -msgstr "Optimizing toolpath" +msgstr "Ottimizzazione del percorso utensile" msgid "Slicing mesh" msgstr "Slicing mesh" @@ -10807,34 +11459,34 @@ msgstr "" #, c-format, boost-format msgid "Support: generate toolpath at layer %d" -msgstr "Support: generate toolpath at layer %d" +msgstr "Supporto: generazione percorso utensile al layer %d" msgid "Support: detect overhangs" -msgstr "Support: detect overhangs" +msgstr "Supporto: rilevamento sporgenze" msgid "Support: generate contact points" -msgstr "Support: generate contact points" +msgstr "Supporto: generazione punti di contatto" msgid "Support: propagate branches" -msgstr "Support: propagate branches" +msgstr "Supporto: propagazione rami" msgid "Support: draw polygons" -msgstr "Support: draw polygons" +msgstr "Supporto: disegno poligoni" msgid "Support: generate toolpath" -msgstr "Support: generate toolpath" +msgstr "Supporto: generazione percorso utensile" #, c-format, boost-format msgid "Support: generate polygons at layer %d" -msgstr "Support: generate polygons at layer %d" +msgstr "Supporto: generazione poligoni al layer %d" #, c-format, boost-format msgid "Support: fix holes at layer %d" -msgstr "Support: fix holes at layer %d" +msgstr "Supporto: correzione dei buchi nel layer %d" #, c-format, boost-format msgid "Support: propagate branches at layer %d" -msgstr "Support: propagate branches at layer %d" +msgstr "Supporto: propagazione rami al layer %d" msgid "" "Unknown file format. Input file must have .stl, .obj, .amf(.xml) extension." @@ -10872,70 +11524,75 @@ msgid "This OBJ file couldn't be read because it's empty." msgstr "Impossibile leggere il file OBJ perché è vuoto." msgid "Flow Rate Calibration" -msgstr "" +msgstr "Calibrazione della portata" msgid "Max Volumetric Speed Calibration" -msgstr "" +msgstr "Calibrazione della velocità volumetrica massima" msgid "Manage Result" -msgstr "" +msgstr "Gestisci risultato" msgid "Manual Calibration" -msgstr "" +msgstr "Calibrazione manuale" msgid "Result can be read by human eyes." -msgstr "" +msgstr "Il risultato può essere letto da occhi umani." msgid "Auto-Calibration" -msgstr "" +msgstr "Calibrazione automatica" msgid "We would use Lidar to read the calibration result" -msgstr "" +msgstr "Utilizzeremmo il Lidar per leggere il risultato della calibrazione" msgid "Prev" -msgstr "" +msgstr "Precedente" msgid "Recalibration" -msgstr "" +msgstr "Ricalibrazione" msgid "Calibrate" -msgstr "" +msgstr "Calibra" msgid "Finish" msgstr "Fine" msgid "Wiki" -msgstr "" +msgstr "Wiki" msgid "How to use calibration result?" -msgstr "" +msgstr "Come utilizzare il risultato della calibrazione?" msgid "" "You could change the Flow Dynamics Calibration Factor in material editing" msgstr "" +"È possibile modificare il fattore di calibrazione della dinamica del flusso " +"nella modifica del materiale" msgid "" "The current firmware version of the printer does not support calibration.\n" "Please upgrade the printer firmware." msgstr "" +"La versione corrente del firmware della stampante non supporta la " +"calibrazione.\n" +"Aggiornare il firmware della stampante." msgid "Calibration not supported" -msgstr "" +msgstr "Calibrazione non supportata" msgid "Flow Dynamics" -msgstr "" +msgstr "Dinamica del flusso" msgid "Flow Rate" -msgstr "" +msgstr "Flusso" msgid "Max Volumetric Speed" -msgstr "" +msgstr "Massima velocità volumetrica" msgid "Please enter the name you want to save to printer." -msgstr "" +msgstr "Immettere il nome che si desidera salvare nella stampante." msgid "The name cannot exceed 40 characters." -msgstr "" +msgstr "Il nome non può superare i 40 caratteri." #, c-format, boost-format msgid "" @@ -10945,62 +11602,75 @@ msgid "" "End value: > Start value\n" "Value step: >= %.3f)" msgstr "" +"Immettere valori validi:\n" +"Valore iniziale: >= %.1f\n" +"Valore finale: <= %.1f\n" +"Valore finale: > Valore iniziale\n" +"Passo valore: >= %.3f)" msgid "The name cannot be empty." -msgstr "" +msgstr "Il nome non può essere vuoto." #, boost-format msgid "The selected preset: %1% is not found." -msgstr "" +msgstr "Il preset selezionato: %1% non è stato trovato." msgid "The name cannot be the same as the system preset name." msgstr "" +"Il nome non può essere uguale al nome della preimpostazione di sistema." msgid "The name is the same as another existing preset name" -msgstr "" +msgstr "Il nome è lo stesso di un altro nome predefinito esistente" msgid "create new preset failed." -msgstr "" +msgstr "La creazione di un nuovo predefinito non è riuscita." msgid "" "Are you sure to cancel the current calibration and return to the home page?" msgstr "" +"Sei sicuro di annullare la calibrazione corrente e tornare alla home page?" msgid "No Printer Connected!" -msgstr "" +msgstr "Nessuna stampante collegata!" msgid "Printer is not connected yet." -msgstr "" +msgstr "La stampante non è ancora connessa." msgid "Please select filament to calibrate." -msgstr "" +msgstr "Selezionare il filamento da calibrare." msgid "The input value size must be 3." -msgstr "" +msgstr "La dimensione del valore di input deve essere 3." msgid "Connecting to printer..." -msgstr "" +msgstr "Collegamento alla stampante..." msgid "The failed test result has been dropped." -msgstr "" +msgstr "Il risultato del test non riuscito è stato eliminato." msgid "Flow Dynamics Calibration result has been saved to the printer" msgstr "" +"Il risultato della calibrazione di Flow Dynamics è stato salvato nella " +"stampante" msgid "Internal Error" -msgstr "" +msgstr "Errore interno" msgid "Please select at least one filament for calibration" -msgstr "" +msgstr "Si prega di selezionare almeno un filamento per la calibrazione" msgid "Flow rate calibration result has been saved to preset" msgstr "" +"Il risultato della calibrazione della portata è stato salvato nella " +"preimpostazione" msgid "Max volumetric speed calibration result has been saved to preset" msgstr "" +"Il risultato della calibrazione della velocità volumetrica massima è stato " +"salvato in un valore preimpostato" msgid "When do you need Flow Dynamics Calibration" -msgstr "" +msgstr "Quando è necessaria la calibrazione della dinamica del flusso" msgid "" "We now have added the auto-calibration for different filaments, which is " @@ -11012,9 +11682,18 @@ msgid "" "3. If the max volumetric speed or print temperature is changed in the " "filament setting." msgstr "" +"Ora abbiamo aggiunto la calibrazione automatica per diversi filamenti, che è " +"completamente automatizzata e il risultato verrà salvato nella stampante per " +"un uso futuro. È necessario eseguire la calibrazione solo nei seguenti casi " +"limitati:\n" +"1. Se si introduce un nuovo filamento di marche/modelli diversi o il " +"filamento è umido;\n" +"2. se l'ugello è usurato o sostituito con uno nuovo;\n" +"3. Se la velocità volumetrica massima o la temperatura di stampa vengono " +"modificate nell'impostazione del filamento." msgid "About this calibration" -msgstr "" +msgstr "Informazioni su questa calibrazione" msgid "" "Please find the details of Flow Dynamics Calibration from our wiki.\n" @@ -11035,9 +11714,30 @@ msgid "" "cause the result not exactly the same in each calibration. We are still " "investigating the root cause to do improvements with new updates." msgstr "" +"I dettagli della calibrazione dinamica del flusso sono disponibili nel " +"nostro wiki.\n" +"\n" +"Di solito la calibrazione non è necessaria. Quando si avvia una stampa a " +"singolo colore/materiale, con l'opzione \"calibrazione dinamica del flusso\" " +"selezionata nel menu di avvio della stampa, la stampante seguirà il vecchio " +"modo, calibrando il filamento prima della stampa; Quando si avvia una stampa " +"multicolore/materiale, la stampante utilizzerà il parametro di compensazione " +"predefinito per il filamento durante ogni cambio di filamento, che avrà un " +"buon risultato nella maggior parte dei casi.\n" +"\n" +"Si prega di notare che ci sono alcuni casi che renderanno il risultato della " +"calibrazione non affidabile: utilizzo di una piastra di texture per eseguire " +"la calibrazione; La piastra di costruzione non ha una buona adesione (si " +"prega di lavare la piastra di costruzione o applicare la colla stick!) ... " +"Puoi trovare di più dal nostro wiki.\n" +"\n" +"I risultati della calibrazione hanno un jitter di circa il 10% nel nostro " +"test, il che potrebbe causare un risultato non esattamente lo stesso in ogni " +"calibrazione. Stiamo ancora indagando sulla causa principale per apportare " +"miglioramenti con i nuovi aggiornamenti." msgid "When to use Flow Rate Calibration" -msgstr "" +msgstr "Quando utilizzare la calibrazione della portata" msgid "" "After using Flow Dynamics Calibration, there might still be some extrusion " @@ -11050,12 +11750,28 @@ msgid "" "4. Weak Structural Integrity: Prints break easily or don't seem as sturdy as " "they should be." msgstr "" +"Dopo aver utilizzato la calibrazione di Flow Dynamics, potrebbero esserci " +"ancora alcuni problemi di estrusione, ad esempio:\n" +"1. Sovraestrusione: materiale in eccesso sull'oggetto stampato, formazione " +"di bolle o brufoli o strati che sembrano più spessi del previsto e non " +"uniformi.\n" +"2. Sottoestrusione: strati molto sottili, resistenza al riempimento debole o " +"spazi vuoti nello strato superiore del modello, anche quando si stampa " +"lentamente.\n" +"3. Scarsa qualità della superficie: la superficie delle stampe sembra ruvida " +"o irregolare.\n" +"4. Integrità strutturale debole: le stampe si rompono facilmente o non " +"sembrano robuste come dovrebbero essere." msgid "" "In addition, Flow Rate Calibration is crucial for foaming materials like LW-" "PLA used in RC planes. These materials expand greatly when heated, and " "calibration provides a useful reference flow rate." msgstr "" +"Inoltre, la calibrazione della portata è fondamentale per i materiali " +"schiumogeni come l'LW-PLA utilizzato negli aerei RC. Questi materiali si " +"espandono notevolmente quando vengono riscaldati e la calibrazione fornisce " +"un'utile portata di riferimento." msgid "" "Flow Rate Calibration measures the ratio of expected to actual extrusion " @@ -11065,6 +11781,13 @@ msgid "" "you still see the listed defects after you have done other calibrations. For " "more details, please check out the wiki article." msgstr "" +"La calibrazione della portata misura il rapporto tra i volumi di estrusione " +"previsti e quelli effettivi. L'impostazione predefinita funziona bene nelle " +"stampanti Bambu Lab e nei filamenti ufficiali in quanto sono stati pre-" +"calibrati e messi a punto. Per un filamento normale, di solito non è " +"necessario eseguire una calibrazione della portata, a meno che non si vedano " +"ancora i difetti elencati dopo aver eseguito altre calibrazioni. Per " +"maggiori dettagli, consulta l'articolo wiki." msgid "" "Auto Flow Rate Calibration utilizes Bambu Lab's Micro-Lidar technology, " @@ -11084,34 +11807,58 @@ msgid "" "can lead to sub-par prints or printer damage. Please make sure to carefully " "read and understand the process before doing it." msgstr "" +"La calibrazione automatica della portata utilizza la tecnologia Micro-Lidar " +"di Bambu Lab, misurando direttamente i modelli di calibrazione. Tuttavia, si " +"prega di notare che l'efficacia e l'accuratezza di questo metodo possono " +"essere compromesse con tipi specifici di materiali. In particolare, i " +"filamenti trasparenti o semitrasparenti, con particelle scintillanti o con " +"una finitura altamente riflettente potrebbero non essere adatti a questa " +"calibrazione e possono produrre risultati tutt'altro che desiderabili.\n" +"\n" +"I risultati della calibrazione possono variare a seconda della calibrazione " +"o del filamento. Stiamo ancora migliorando l'accuratezza e la compatibilità " +"di questa calibrazione attraverso aggiornamenti del firmware nel tempo.\n" +"\n" +"Attenzione: La taratura della portata è un processo avanzato, che può essere " +"tentato solo da coloro che ne comprendono appieno lo scopo e le " +"implicazioni. Un uso errato può causare stampe scadenti o danni alla " +"stampante. Assicurati di leggere attentamente e comprendere il processo " +"prima di farlo." msgid "When you need Max Volumetric Speed Calibration" -msgstr "" +msgstr "Quando è necessaria la calibrazione della velocità volumetrica massima" msgid "Over-extrusion or under extrusion" -msgstr "" +msgstr "Sovraestrusione o sottoestrusione" msgid "Max Volumetric Speed calibration is recommended when you print with:" msgstr "" +"La calibrazione della velocità volumetrica massima è consigliata quando si " +"stampa con:" msgid "material with significant thermal shrinkage/expansion, such as..." -msgstr "" +msgstr "materiale con notevole ritiro/dilatazione termica, come..." msgid "materials with inaccurate filament diameter" -msgstr "" +msgstr "materiali con diametro del filamento impreciso" msgid "We found the best Flow Dynamics Calibration Factor" msgstr "" +"Abbiamo trovato il miglior fattore di calibrazione della dinamica del flusso" msgid "" "Part of the calibration failed! You may clean the plate and retry. The " "failed test result would be dropped." msgstr "" +"Parte della calibrazione non è riuscita! È possibile pulire la piastra e " +"riprovare. Il risultato del test non riuscito verrebbe eliminato." msgid "" "*We recommend you to add brand, materia, type, and even humidity level in " "the Name" msgstr "" +"*Ti consigliamo di aggiungere marca, materia, tipo e persino livello di " +"umidità nel Nome" msgid "Failed" msgstr "Fallito" @@ -11120,6 +11867,8 @@ msgid "" "Only one of the results with the same name will be saved. Are you sure you " "want to overrides the other results?" msgstr "" +"Verrà salvato solo uno dei risultati con lo stesso nome. Si è sicuri di " +"voler sovrascrivere gli altri risultati?" #, c-format, boost-format msgid "" @@ -11127,330 +11876,346 @@ msgid "" "Only one of the results with the same name is saved. Are you sure you want " "to overrides the historical result?" msgstr "" +"Esiste già un risultato di calibrazione storico con lo stesso nome: %s. " +"Viene salvato solo uno dei risultati con lo stesso nome. Si è sicuri di " +"voler eseguire l'override del risultato cronologico?" msgid "Please find the best line on your plate" -msgstr "" +msgstr "Trova la linea migliore nel tuo piatto" msgid "Please find the cornor with perfect degree of extrusion" -msgstr "" +msgstr "Si prega di trovare il cornor con il perfetto grado di estrusione" msgid "Input Value" -msgstr "" +msgstr "Valore di input" msgid "Save to Filament Preset" -msgstr "" +msgstr "Salva nel preset del filamento" msgid "Preset" -msgstr "" +msgstr "Preselezionato" msgid "Record Factor" -msgstr "" +msgstr "Fattore record" msgid "We found the best flow ratio for you" -msgstr "" +msgstr "Abbiamo trovato il miglior rapporto di flusso per te" msgid "Flow Ratio" -msgstr "" +msgstr "Rapporto di flusso" msgid "Please input a valid value (0.0 < flow ratio < 2.0)" -msgstr "" +msgstr "Immettere un valore valido (rapporto di flusso 0,0 < < 2,0)" msgid "Please enter the name of the preset you want to save." -msgstr "" +msgstr "Immettere il nome del preset che si desidera salvare." msgid "Calibration1" -msgstr "" +msgstr "Calibrazione1" msgid "Calibration2" -msgstr "" +msgstr "Calibrazione2" msgid "Please find the best object on your plate" -msgstr "" +msgstr "Trova l'oggetto migliore nel tuo piatto" msgid "Fill in the value above the block with smoothest top surface" msgstr "" +"Riempi il valore sopra il blocco con la superficie superiore più liscia" msgid "Skip Calibration2" -msgstr "" +msgstr "Salta calibrazione2" #, c-format, boost-format msgid "flow ratio : %s " -msgstr "" +msgstr "Rapporto di flusso : %s " msgid "Please choose a block with smoothest top surface" -msgstr "" +msgstr "Si prega di scegliere un blocco con la superficie superiore più liscia" msgid "Please choose a block with smoothest top surface." msgstr "" +"Si prega di scegliere un blocco con la superficie superiore più liscia." msgid "Please input a valid value (0 <= Max Volumetric Speed <= 60)" -msgstr "" +msgstr "Inserire un valore valido (0 <= Velocità volumetrica massima <= 60)" msgid "Calibration Type" -msgstr "" +msgstr "Tipo di calibrazione" msgid "Complete Calibration" -msgstr "" +msgstr "Calibrazione completa" msgid "Fine Calibration based on flow ratio" -msgstr "" +msgstr "Calibrazione fine in base al rapporto di flusso" msgid "Title" -msgstr "" +msgstr "Titolo" msgid "" "A test model will be printed. Please clear the build plate and place it back " "to the hot bed before calibration." msgstr "" +"Verrà stampato un modello di prova. Si prega di pulire la piastra di " +"costruzione e riposizionarla sul letto caldo prima della calibrazione." msgid "Printing Parameters" -msgstr "" +msgstr "Parametri di stampa" msgid "- ℃" -msgstr "" +msgstr "- °C" msgid " ℃" -msgstr "" +msgstr " °C" msgid "Plate Type" msgstr "Tipo di piatto" msgid "filament position" -msgstr "" +msgstr "Posizione del filamento" msgid "External Spool" -msgstr "" +msgstr "Bobina esterna" msgid "Filament For Calibration" -msgstr "" +msgstr "Filamento per calibrazione" msgid "" "Tips for calibration material: \n" "- Materials that can share same hot bed temperature\n" "- Different filament brand and family(Brand = Bambu, Family = Basic, Matte)" msgstr "" +"Suggerimenti per il materiale di calibrazione: \n" +"- Materiali che possono condividere la stessa temperatura del letto caldo\n" +"- Diverse marche e famiglie di filamenti (Marca = Bambu, Famiglia = Basic, " +"Matte)" msgid "Error desc" -msgstr "" +msgstr "Errore desc" msgid "Extra info" -msgstr "" +msgstr "Ulteriori informazioni" msgid "Pattern" -msgstr "" +msgstr "Trama" msgid "Method" -msgstr "" +msgstr "Metodo" #, c-format, boost-format msgid "%s is not compatible with %s" -msgstr "" +msgstr "%s non è compatibile con %s" msgid "TPU is not supported for Flow Dynamics Auto-Calibration." msgstr "" +"Il TPU non è supportato per la calibrazione automatica di Flow Dynamics." msgid "Connecting to printer" -msgstr "" +msgstr "Collegamento alla stampante" msgid "From k Value" -msgstr "" +msgstr "Da k Valore" msgid "To k Value" -msgstr "" +msgstr "Al valore k" msgid "Step value" -msgstr "" +msgstr "Valore del passaggio" msgid "0.5" -msgstr "" +msgstr "0.5" msgid "0.005" -msgstr "" +msgstr "0.005" msgid "The nozzle diameter has been synchronized from the printer Settings" msgstr "" +"Il diametro dell'ugello è stato sincronizzato dalle impostazioni della " +"stampante" msgid "From Volumetric Speed" -msgstr "" +msgstr "Dalla velocità volumetrica" msgid "To Volumetric Speed" -msgstr "" +msgstr "Velocità volumetrica" msgid "Flow Dynamics Calibration Result" -msgstr "" +msgstr "Risultato della calibrazione della dinamica del flusso" msgid "No History Result" -msgstr "" +msgstr "Nessun risultato della cronologia" msgid "Success to get history result" -msgstr "" +msgstr "Successo per ottenere il risultato della cronologia" msgid "Refreshing the historical Flow Dynamics Calibration records" -msgstr "" +msgstr "Aggiornamento dei record storici di calibrazione di Flow Dynamics" msgid "Action" -msgstr "" +msgstr "Azione" msgid "Edit Flow Dynamics Calibration" -msgstr "" +msgstr "Modifica calibrazione dinamica flusso (Edit Flow Dynamics)" msgid "Network lookup" -msgstr "" +msgstr "Ricerca network" msgid "Address" -msgstr "" +msgstr "Indirizzo" msgid "Hostname" -msgstr "" +msgstr "Nome Host" msgid "Service name" -msgstr "" +msgstr "Nome servizio" msgid "OctoPrint version" -msgstr "" +msgstr "Versione OctoPrint" msgid "Searching for devices" -msgstr "" +msgstr "Ricerca dispositivi" msgid "Finished" msgstr "Finito" msgid "Multiple resolved IP addresses" -msgstr "" +msgstr "Indirizzi IP multipli risolti" #, boost-format msgid "" "There are several IP addresses resolving to hostname %1%.\n" "Please select one that should be used." msgstr "" +"Esistono diversi indirizzi IP che risolvono il nome host %1%.\n" +"Selezionare quello da utilizzare." msgid "Unable to perform boolean operation on selected parts" -msgstr "" +msgstr "Impossibile eseguire un'operazione booleana sulle parti selezionate" msgid "Mesh Boolean" -msgstr "" +msgstr "Mesh booleano" msgid "Union" -msgstr "" +msgstr "Unione" msgid "Difference" -msgstr "" +msgstr "Differenza" msgid "Intersection" -msgstr "" +msgstr "Intersezione" msgid "Source Volume" -msgstr "" +msgstr "Volume sorgente" msgid "Tool Volume" -msgstr "" +msgstr "Volume dell'utensile" msgid "Subtract from" -msgstr "" +msgstr "Sottrai da" msgid "Subtract with" -msgstr "" +msgstr "Sottrai" msgid "selected" -msgstr "" +msgstr "selezionato" msgid "Part 1" -msgstr "" +msgstr "Partita #1" msgid "Part 2" -msgstr "" +msgstr "Partita #2" msgid "Delete input" -msgstr "" +msgstr "Eliminare l'input" msgid "Send G-Code to printer host" -msgstr "" +msgstr "Invia G-code all’host stampante" msgid "Upload to Printer Host with the following filename:" -msgstr "" +msgstr "Carica all'Host di stampa con il seguente nome file:" msgid "Use forward slashes ( / ) as a directory separator if needed." -msgstr "" +msgstr "Usa la barra ( / ) come separatore di cartella se necessario." msgid "Upload to storage" -msgstr "" +msgstr "Carica nello spazio di archiviazione" #, c-format, boost-format msgid "Upload filename doesn't end with \"%s\". Do you wish to continue?" -msgstr "" +msgstr "Il nome del file caricato non finisce con \"%s\". Vuoi continuare?" msgid "Upload" -msgstr "" +msgstr "Carica" msgid "Print host upload queue" -msgstr "" +msgstr "Coda di caricamento Host di stampa" msgid "ID" -msgstr "" +msgstr "ID" msgid "Progress" -msgstr "" +msgstr "Progresso" msgid "Host" -msgstr "" +msgstr "Host" msgctxt "OfFile" msgid "Size" -msgstr "" +msgstr "Dimensione" msgid "Filename" -msgstr "" +msgstr "Nome file" msgid "Cancel selected" -msgstr "" +msgstr "Cancella selezione" msgid "Show error message" -msgstr "" +msgstr "Mostra messaggio d'errore" msgid "Enqueued" -msgstr "" +msgstr "Messo in coda" msgid "Uploading" msgstr "Caricamento" msgid "Cancelling" -msgstr "" +msgstr "Annullamento" msgid "Error uploading to print host" -msgstr "" +msgstr "Errore durante il caricamento dell'host di stampa" msgid "PA Calibration" -msgstr "" +msgstr "Calibrazione PA" msgid "DDE" -msgstr "" +msgstr "Richiesta DDE (poke) fallita" msgid "Bowden" -msgstr "" +msgstr "Bowden" msgid "Extruder type" -msgstr "" +msgstr "Tipo di estrusore" msgid "PA Tower" -msgstr "" +msgstr "Torre PA" msgid "PA Line" -msgstr "" +msgstr "Linea PA" msgid "PA Pattern" -msgstr "" +msgstr "Modello PA" msgid "Start PA: " -msgstr "" +msgstr "Avvia PA: " msgid "End PA: " -msgstr "" +msgstr "Fine PA: " msgid "PA step: " -msgstr "" +msgstr "Passo PA: " msgid "Print numbers" -msgstr "" +msgstr "Numeri di stampa" msgid "" "Please input valid values:\n" @@ -11458,39 +12223,43 @@ msgid "" "End PA: > Start PA\n" "PA step: >= 0.001)" msgstr "" +"Immettere valori validi:\n" +"Avvia PA: >= 0.0\n" +"Fine PA: > Avvia PA\n" +"Passo PA: >= 0,001)" msgid "Temperature calibration" -msgstr "" +msgstr "Calibrazione della temperatura" msgid "PLA" -msgstr "" +msgstr "PLA" msgid "ABS/ASA" -msgstr "" +msgstr "ABS/ASA" msgid "PETG" -msgstr "" +msgstr "PETG" msgid "TPU" -msgstr "" +msgstr "TPU (TPU)" msgid "PA-CF" -msgstr "" +msgstr "PA-CF" msgid "PET-CF" -msgstr "" +msgstr "PET-CF" msgid "Filament type" -msgstr "" +msgstr "Tipo filamento" msgid "Start temp: " -msgstr "" +msgstr "Temperatura di avvio: " msgid "End end: " -msgstr "" +msgstr "Fine fine: " msgid "Temp step: " -msgstr "" +msgstr "Fase di temperatura: " msgid "" "Please input valid values:\n" @@ -11498,18 +12267,22 @@ msgid "" "End temp: >= 170\n" "Start temp > End temp + 5)" msgstr "" +"Immettere valori validi:\n" +"Temperatura iniziale: <= 350\n" +"Temperatura finale: >= 170\n" +"Temperatura di inizio > Temperatura di fine + 5)" msgid "Max volumetric speed test" -msgstr "" +msgstr "Test di velocità volumetrica massima" msgid "Start volumetric speed: " -msgstr "" +msgstr "Velocità volumetrica iniziale: " msgid "End volumetric speed: " -msgstr "" +msgstr "Velocità volumetrica finale: " msgid "step: " -msgstr "" +msgstr "Step: " msgid "" "Please input valid values:\n" @@ -11517,15 +12290,19 @@ msgid "" "step >= 0\n" "end > start + step)" msgstr "" +"Immettere valori validi:\n" +"inizio > 0 \n" +"passo >= 0\n" +"fine > inizio + passo)" msgid "VFA test" -msgstr "" +msgstr "Prova VFA" msgid "Start speed: " -msgstr "" +msgstr "Velocità di avvio: " msgid "End speed: " -msgstr "" +msgstr "Velocità finale: " msgid "" "Please input valid values:\n" @@ -11533,69 +12310,82 @@ msgid "" "step >= 0\n" "end > start + step)" msgstr "" +"Immettere valori validi:\n" +"Inizio > 10 \n" +"passo >= 0\n" +"fine > inizio + passo)" msgid "Start retraction length: " -msgstr "" +msgstr "Lunghezza di retrazione iniziale: " msgid "End retraction length: " -msgstr "" +msgstr "Lunghezza di retrazione finale: " msgid "mm/mm" -msgstr "" +msgstr "mm/mm" msgid "Physical Printer" -msgstr "" +msgstr "Stampante Fisica" msgid "Print Host upload" -msgstr "" +msgstr "Caricamento Host di stampa" msgid "Test" -msgstr "" +msgstr "Test" msgid "Could not get a valid Printer Host reference" -msgstr "" +msgstr "Impossibile ottenere un riferimento Host Stampante valido" msgid "Success!" -msgstr "" +msgstr "Successo!" msgid "Refresh Printers" -msgstr "" +msgstr "Aggiorna Stampanti" msgid "" "HTTPS CA file is optional. It is only needed if you use HTTPS with a self-" "signed certificate." msgstr "" +"File HTTPS CA opzionale. È necessario solo se si intende usare un HTTPS con " +"certificato autofirmato." msgid "Certificate files (*.crt, *.pem)|*.crt;*.pem|All files|*.*" -msgstr "" +msgstr "File di certificato (*.crt, *.pem)|*.crt;*.pem|All files|*.*" msgid "Open CA certificate file" -msgstr "" +msgstr "Apri file di certificato CA" #, c-format, boost-format msgid "" "On this system, %s uses HTTPS certificates from the system Certificate Store " "or Keychain." msgstr "" +"Su questo sistema, %s utilizza certificati HTTPS provenienti dal sistema " +"Certificate Store o da Keychain." msgid "" "To use a custom CA file, please import your CA file into Certificate Store / " "Keychain." msgstr "" +"Per utilizzare un file CA personalizzato, importa il tuo file CA sul " +"Certificate Store / Keychain." msgid "Connection to printers connected via the print host failed." msgstr "" +"Collegamento alle stampanti collegate tramite l'host di stampa fallito." msgid "The start, end or step is not valid value." -msgstr "" +msgstr "L'inizio, la fine o il passo non sono valori validi." msgid "" "Unable to calibrate: maybe because the set calibration value range is too " "large, or the step is too small" msgstr "" +"Impossibile calibrare: forse perché l'intervallo di valori di calibrazione " +"impostato è troppo ampio o il passo è troppo piccolo" msgid "Need select printer" -msgstr "" +msgstr "Hai bisogno di selezionare la stampante" #: resources/data/hints.ini: [hint:3D Scene Operations] msgid "" @@ -11715,6 +12505,11 @@ msgid "" "part modifier? That way you can, for example, create easily resizable holes " "directly in Orca Slicer. Read more in the documentation." msgstr "" +"Sottrazione di una parte\n" +"Sapevi che puoi sottrarre una mesh da un'altra usando il modificatore Parte " +"negativa? In questo modo è possibile, ad esempio, creare fori facilmente " +"ridimensionabili direttamente in Orca Slicer. Per ulteriori informazioni, " +"consulta la documentazione." #: resources/data/hints.ini: [hint:STEP] msgid "" @@ -11724,6 +12519,11 @@ msgid "" "Orca Slicer supports slicing STEP files, providing smoother results than a " "lower resolution STL. Give it a try!" msgstr "" +"PASSO\n" +"Sapevi che puoi migliorare la tua qualità di stampa tagliando un file STEP " +"invece di un STL?\n" +"Orca Slicer supporta il sezionamento dei file STEP, fornendo risultati più " +"uniformi rispetto a un STL a risoluzione inferiore. Provateci!" #: resources/data/hints.ini: [hint:Z seam location] msgid "" @@ -11864,16 +12664,21 @@ msgid "" "clogging when printing lower temperature filament with a higher enclosure " "temperature. More info about this in the Wiki." msgstr "" +"Quando è necessario stampare con lo sportello della stampante aperto\n" +"L'apertura dello sportello della stampante può ridurre la probabilità di " +"intasamento dell'estrusore/hotend quando si stampa un filamento a " +"temperatura inferiore con una temperatura dell'involucro più elevata. " +"Maggiori informazioni su questo nel Wiki." #~ msgid "Embeded" #~ msgstr "Integrato" -#~ 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 "Online Models" +#~ msgstr "Modelli Online" + #~ msgid "The minimum printing speed when slow down for cooling" #~ msgstr "The minimum printing speed when slowing down for cooling." diff --git a/localization/i18n/ko/OrcaSlicer_ko.po b/localization/i18n/ko/OrcaSlicer_ko.po index 959e04a202..5a423e8c99 100644 --- a/localization/i18n/ko/OrcaSlicer_ko.po +++ b/localization/i18n/ko/OrcaSlicer_ko.po @@ -8,8 +8,9 @@ msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-11-10 14:54+0800\n" -"PO-Revision-Date: 2023-10-26 16:47+0900\n" -"Last-Translator: Hotsolidinfill\n" +"PO-Revision-Date: 2023-11-14 11:26+0900\n" +"Last-Translator: Hotsolidinfill <138652683+Hotsolidinfill@users.noreply." +"github.com>, crwusiz \n" "Language-Team: \n" "Language: ko_KR\n" "MIME-Version: 1.0\n" @@ -653,6 +654,9 @@ msgid "" "Please note, application settings will be lost, but printer profiles will " "not be affected." msgstr "" +"OrcaSlicer 구성 파일이 손상되어 구문을 분석할 수 없습니다.\n" +"OrcaSlicer가 구성 파일을 다시 생성하려고 시도했습니다.\n" +"응용 프로그램 설정은 손실되지만 프린터 프로필은 영향을 받지 않습니다." msgid "Rebuild" msgstr "재빌드" @@ -4998,13 +5002,13 @@ msgid "Units" msgstr "단위" msgid "Home" -msgstr "" +msgstr "홈" msgid "Default Page" -msgstr "" +msgstr "기본 페이지" msgid "Set the page opened on startup." -msgstr "" +msgstr "시작 시 열리는 페이지를 설정합니다." msgid "Zoom to mouse position" msgstr "마우스 위치로 확대" @@ -5023,10 +5027,10 @@ msgstr "" "카메라 앵글을 사용합니다." msgid "Show splash screen" -msgstr "" +msgstr "스플래시 화면 표시" msgid "Show the splash screen during startup." -msgstr "" +msgstr "시작하는 동안 스플래시 화면을 표시합니다." msgid "Show \"Tip of the day\" notification after start" msgstr "시작 후 \"오늘의 팁\" 알림 표시" @@ -5819,8 +5823,8 @@ msgstr "" msgid "" "When recording timelapse without toolhead, it is recommended to add a " "\"Timelapse Wipe Tower\" \n" -"by right-click the empty position of build plate and choose \"Add Primitive" -"\"->\"Timelapse Wipe Tower\"." +"by right-click the empty position of build plate and choose \"Add " +"Primitive\"->\"Timelapse Wipe Tower\"." msgstr "" "툴헤드 없이 시간 경과를 기록할 경우 \"타임랩스 닦기 타워\"를 추가하는 것이 좋" "습니다\n" @@ -6094,7 +6098,7 @@ msgid "Change filament G-code" msgstr "필라멘트 교체 G코드" msgid "Change extrusion role G-code" -msgstr "" +msgstr "압출 역할 G코드 변경" msgid "Pause G-code" msgstr "일시정지 G코드" @@ -7698,7 +7702,7 @@ msgid "Enable this option to slow printing down for different overhang degree" msgstr "돌출부 정도에 따라 출력 속도를 낮추려면 이 옵션을 활성화합니다" msgid "Slow down for curled perimeters" -msgstr "꺾여 있는 둘레에는 속도를 줄이세요" +msgstr "꺾여 있는 둘레에서 감속" msgid "" "Enable this option to slow printing down in areas where potential curled " @@ -8615,10 +8619,10 @@ msgstr "팬 최대 속도 레이어" msgid "" "Fan speed will be ramped up linearly from zero at layer " -"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer" -"\". \"full_fan_speed_layer\" will be ignored if lower than " -"\"close_fan_the_first_x_layers\", in which case the fan will be running at " -"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." +"\"close_fan_the_first_x_layers\" to maximum at layer " +"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower " +"than \"close_fan_the_first_x_layers\", in which case the fan will be running " +"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." msgstr "" "팬 속도는 \"close_fan_the_first_x_layers\" 의 0에서 \"full_fan_speed_layer\" " "의 최고 속도까지 선형적으로 증가합니다. \"full_fan_speed_layer\"가 " @@ -9255,6 +9259,8 @@ msgid "" "cooling is enabled, when printing overhangs and when feature speeds are not " "specified explicitly." msgstr "" +"보다 나은 레이어 냉각을 위해 속도를 늦출 때, 돌출부 출력 속도가 명시적으로 지" +"정되지 않은 경우 필라멘트의 최소 출력 속도가 활성화됩니다." msgid "Nozzle diameter" msgstr "노즐 직경" @@ -10288,7 +10294,7 @@ msgstr "" "니다" msgid "This gcode is inserted when the extrusion role is changed" -msgstr "" +msgstr "이 G코드는 압출 역할이 변경될 때 삽입됩니다." msgid "" "Line width for top surfaces. If expressed as a %, it will be computed over " diff --git a/localization/i18n/ru/OrcaSlicer_ru.po b/localization/i18n/ru/OrcaSlicer_ru.po index 14457462f3..5cb6b67943 100644 --- a/localization/i18n/ru/OrcaSlicer_ru.po +++ b/localization/i18n/ru/OrcaSlicer_ru.po @@ -5,18 +5,17 @@ # msgid "" msgstr "" -"Project-Id-Version: OrcaSlicer V1.8.0 beta1\n" +"Project-Id-Version: OrcaSlicer V1.8.0 Release Candidate 2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-10 14:54+0800\n" -"PO-Revision-Date: 2023-10-31 14:13+0700\n" +"POT-Creation-Date: 2023-08-26 19:45+0800\n" +"PO-Revision-Date: 2023-11-16 20:19+0700\n" "Last-Translator: Andylg \n" "Language-Team: \n" "Language: ru_RU\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "X-Generator: Poedit 3.4.1\n" msgid "Supports Painting" @@ -111,13 +110,8 @@ msgid "Lay on face" msgstr "Поверхностью на стол" #, boost-format -msgid "" -"Filament count exceeds the maximum number that painting tool supports. only " -"the first %1% filaments will be available in painting tool." -msgstr "" -"Количество пластиковых нитей превышает максимальное количество " -"поддерживаемое инструментом рисования. Только первые %1% материала будут " -"доступны в инструменте для рисования." +msgid "Filament count exceeds the maximum number that painting tool supports. only the first %1% filaments will be available in painting tool." +msgstr "Количество пластиковых нитей превышает максимальное количество поддерживаемое инструментом рисования. Только первые %1% материала будут доступны в инструменте для рисования." msgid "Color Painting" msgstr "Покраска" @@ -168,14 +162,9 @@ msgid "Triangle" msgstr "Треугольник" msgid "Height Range" -msgstr "Диапазон высоты слоёв" - -# +++++++++++++++++++++ -msgid "Vertical" -msgstr "Вертикальная линия" - -msgid "Horizontal" -msgstr "Горизонтальная линия" +msgstr "" +"Диапазон \n" +"высоты слоёв" msgid "Remove painted color" msgstr "Удаление окрашенного участка" @@ -423,12 +412,8 @@ msgid "Decimate ratio" msgstr "Коэффициент упрощения" #, boost-format -msgid "" -"Processing model '%1%' with more than 1M triangles could be slow. It is " -"highly recommended to simplify the model." -msgstr "" -"Обработка модели '%1%' с более чем 1 млн. треугольников может быть " -"медленной. Настоятельно рекомендуется упростить модель." +msgid "Processing model '%1%' with more than 1M triangles could be slow. It is highly recommended to simplify the model." +msgstr "Обработка модели '%1%' с более чем 1 млн. треугольников может быть медленной. Настоятельно рекомендуется упростить модель." msgid "Simplify model" msgstr "Упростить полигональную сетку" @@ -498,12 +483,27 @@ msgstr "Рисование шва" msgid "Remove selection" msgstr "Удаление выделенного" +msgid "Shift + Mouse move up or dowm" +msgstr "Shift + Мышь вверх или вниз" + +msgid "Rotate text" +msgstr "Поворот текста" + +msgid "Text shape" +msgstr "Форма текста" + msgid "Font" msgstr "Шрифт" msgid "Thickness" msgstr "Толщина" +msgid "Input text" +msgstr "Введите текст" + +msgid "Embeded" +msgstr "Проникновение" + msgid "Text Gap" msgstr "" "Межбуквенный \n" @@ -519,24 +519,12 @@ msgstr "" "Глубина\n" "проникновения" -msgid "Input text" -msgstr "Введите текст" - msgid "Surface" msgstr "На поверхности" msgid "Horizontal text" msgstr "Горизонтальный текст" -msgid "Shift + Mouse move up or dowm" -msgstr "Shift + Мышь вверх или вниз" - -msgid "Rotate text" -msgstr "Поворот текста" - -msgid "Text shape" -msgstr "Форма текста" - msgid "Ctrl+" msgstr "Ctrl+" @@ -566,35 +554,23 @@ msgid "Machine" msgstr "Принтер" msgid "Configuration package was loaded, but some values were not recognized." -msgstr "" -"Пакет конфигурации был загружен, но некоторые значения не были распознаны." +msgstr "Пакет конфигурации был загружен, но некоторые значения не были распознаны." #, boost-format -msgid "" -"Configuration file \"%1%\" was loaded, but some values were not recognized." -msgstr "" -"Файл конфигурации \"%1%\" был загружен, но некоторые значения не были " -"распознаны." +msgid "Configuration file \"%1%\" was loaded, but some values were not recognized." +msgstr "Файл конфигурации \"%1%\" был загружен, но некоторые значения не были распознаны." msgid "V" msgstr "V" -msgid "" -"OrcaSlicer will terminate because of running out of memory.It may be a bug. " -"It will be appreciated if you report the issue to our team." -msgstr "" -"OrcaSlicer завершает работу из-за нехватки памяти. Возможно, это баг " -"программы. Будем признательны, если вы сообщите о проблеме нашей команде." +msgid "OrcaSlicer will terminate because of running out of memory.It may be a bug. It will be appreciated if you report the issue to our team." +msgstr "OrcaSlicer завершает работу из-за нехватки памяти. Возможно, это баг программы. Будем признательны, если вы сообщите о проблеме нашей команде." msgid "Fatal error" msgstr "Критическая ошибка" -msgid "" -"OrcaSlicer will terminate because of a localization error. It will be " -"appreciated if you report the specific scenario this issue happened." -msgstr "" -"OrcaSlicer завершит работу из-за ошибки локализации. Будем признательны, " -"если вы сообщите о конкретном сценарии возникновения этой проблемы." +msgid "OrcaSlicer will terminate because of a localization error. It will be appreciated if you report the specific scenario this issue happened." +msgstr "OrcaSlicer завершит работу из-за ошибки локализации. Будем признательны, если вы сообщите о конкретном сценарии возникновения этой проблемы." msgid "Critical error" msgstr "Критическая ошибка" @@ -617,16 +593,22 @@ msgid "Connect %s failed! [SN:%s, code=%s]" msgstr "Сбой подключения к %s! [Серийный №:%s, код=%s]" msgid "" -"Orca Slicer requires the Microsoft WebView2 Runtime to operate certain " -"features.\n" +"Orca Slicer requires the Microsoft WebView2 Runtime to operate certain features.\n" "Click Yes to install it now." -msgstr "" -"Для работы некоторых функций Orca Slicer требуется Microsoft WebView2 " -"Runtime.Нажмите Да, чтобы установить." +msgstr "Для работы некоторых функций Orca Slicer требуется Microsoft WebView2 Runtime.Нажмите Да, чтобы установить." msgid "WebView2 Runtime" msgstr "WebView2 Runtime" +msgid "" +"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" +"OrcaSlicer has attempted to recreate the configuration file.\n" +"Please note, application settings will be lost, but printer profiles will not be affected." +msgstr "" +"Возможно, файл конфигурации OrcaSlicer повреждён и не может быть обработан.\n" +"OrcaSlicer попытался воссоздать файл конфигурации.\n" +"Обратите внимание, что настройки приложения будут потеряны, но профили принтера не будут затронуты." + #, c-format, boost-format msgid "" "%s\n" @@ -643,8 +625,7 @@ msgstr "Загрузка настроек" #, c-format, boost-format msgid "Click to download new version in default browser: %s" -msgstr "" -"Нажмите OK, чтобы загрузить последнюю версию в браузере по умолчанию: %s" +msgstr "Нажмите OK, чтобы загрузить последнюю версию в браузере по умолчанию: %s" msgid "The Orca Slicer needs an upgrade" msgstr "Orca Slice нуждается в обновлении." @@ -655,13 +636,6 @@ msgstr "У вас стоит самая последняя версия." msgid "Info" msgstr "Информация" -msgid "" -"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n" -"OrcaSlicer has attempted to recreate the configuration file.\n" -"Please note, application settings will be lost, but printer profiles will " -"not be affected." -msgstr "" - msgid "Rebuild" msgstr "Пересоздание" @@ -674,10 +648,6 @@ msgstr "Загрузка режима отображения" msgid "Choose one file (3mf):" msgstr "Выберите один файл (3mf):" -msgid "Choose one or more files (3mf/step/stl/svg/obj/amf/usd*/abc/ply):" -msgstr "" -"Выберите один или несколько файлов (3mf/step/stl/svg/obj/amf/usd*/abc/ply):" - msgid "Choose one or more files (3mf/step/stl/svg/obj/amf):" msgstr "Выберите один или несколько файлов (3mf/step/stl/svg/obj/amf):" @@ -687,12 +657,8 @@ msgstr "Выберите один файл (gcode/3mf):" msgid "Some presets are modified." msgstr "В некоторых профилях имеются изменения." -msgid "" -"You can keep the modifield presets to the new project, discard or save " -"changes as new presets." -msgstr "" -"Вы можете сохранить изменённые профили в новом проекте, отменить или " -"сохранить изменения в новые профили." +msgid "You can keep the modifield presets to the new project, discard or save changes as new presets." +msgstr "Вы можете сохранить изменённые профили в новом проекте, отменить или сохранить изменения в новые профили." msgid "User logged out" msgstr "Пользователь вышел из системы" @@ -703,12 +669,8 @@ msgstr "Создание или открытие файла проекта во msgid "Open Project" msgstr "Открыть проект" -msgid "" -"The version of Orca Slicer is too low and needs to be updated to the latest " -"version before it can be used normally" -msgstr "" -"Слишком старая версия Orca Slicer. Для корректной работы обновите программу " -"до последней версии." +msgid "The version of Orca Slicer is too low and needs to be updated to the latest version before it can be used normally" +msgstr "Слишком старая версия Orca Slicer. Для корректной работы обновите программу до последней версии." msgid "Privacy Policy Update" msgstr "Обновление политики конфиденциальности" @@ -974,8 +936,7 @@ msgid "Assemble" msgstr "Объединить в сборку" msgid "Assemble the selected objects to an object with multiple parts" -msgstr "" -"Объединение выбранных объектов в модель, состоящую из несколько частей." +msgstr "Объединение выбранных объектов в модель, состоящую из несколько частей." msgid "Assemble the selected objects to an object with single part" msgstr "Объединение выбранных моделей в единую." @@ -1152,9 +1113,7 @@ msgid "Click the icon to reset all settings of the object" msgstr "Нажмите на значок, чтобы сбросить все настройки модели" msgid "Right button click the icon to drop the object printable property" -msgstr "" -"Нажмите правой кнопкой мыши на значок, чтобы разрешить/запретить печать " -"модели" +msgstr "Нажмите правой кнопкой мыши на значок, чтобы разрешить/запретить печать модели" msgid "Click the icon to toggle printable property of the object" msgstr "Нажмите на значок, чтобы разрешить/запретить печать модели" @@ -1184,45 +1143,33 @@ msgid "Add Modifier" msgstr "Добавление модификатора" msgid "Switch to per-object setting mode to edit modifier settings." -msgstr "" -"Переключение в режим редактирования настроек печати каждой модели для " -"изменения настроек модификатора." +msgstr "Переключение в режим редактирования настроек печати каждой модели для изменения настроек модификатора." -msgid "" -"Switch to per-object setting mode to edit process settings of selected " -"objects." +msgid "Switch to per-object setting mode to edit process settings of selected objects." msgstr "Переключение в режим редактирования настроек печати каждой модели." msgid "Delete connector from object which is a part of cut" msgstr "Удаление соединения из модели, которое является частью разреза" msgid "Delete solid part from object which is a part of cut" -msgstr "" -"Удаление твердотельной части из модели, которая является частью разреза" +msgstr "Удаление твердотельной части из модели, которая является частью разреза" msgid "Delete negative volume from object which is a part of cut" -msgstr "" -"Удаление объёма для вычитания из модели, которая является частью разреза" +msgstr "Удаление объёма для вычитания из модели, которая является частью разреза" -msgid "" -"To save cut correspondence you can delete all connectors from all related " -"objects." -msgstr "" -"Для сохранения информации о разрезе, вы можете удалить все соединения из " -"всех связанных объектов." +msgid "To save cut correspondence you can delete all connectors from all related objects." +msgstr "Для сохранения информации о разрезе, вы можете удалить все соединения из всех связанных объектов." msgid "" "This action will break a cut correspondence.\n" "After that model consistency can't be guaranteed .\n" "\n" -"To manipulate with solid parts or negative volumes you have to invalidate " -"cut infornation first." +"To manipulate with solid parts or negative volumes you have to invalidate cut infornation first." msgstr "" "Это действие приведёт к удалению информации о разрезе.\n" "После этого согласованность модели не может быть гарантирована.\n" "\n" -"Чтобы манипулировать с твердотельными частями или объёмами для вычитания, " -"необходимо сначала удалить информацию о сделанном разрезе." +"Чтобы манипулировать с твердотельными частями или объёмами для вычитания, необходимо сначала удалить информацию о сделанном разрезе." msgid "Delete all connectors" msgstr "Удалить все соединения" @@ -1278,18 +1225,11 @@ msgstr "Слой" msgid "Selection conflicts" msgstr "Конфликты при выборе" -msgid "" -"If first selected item is an object, the second one should also be object." -msgstr "" -"Если первый выбранный элемент является моделью, то второй также должен быть " -"моделью." +msgid "If first selected item is an object, the second one should also be object." +msgstr "Если первый выбранный элемент является моделью, то второй также должен быть моделью." -msgid "" -"If first selected item is a part, the second one should be part in the same " -"object." -msgstr "" -"Если первый выбранный элемент является частью, то второй должен быть частью " -"той же модели." +msgid "If first selected item is a part, the second one should be part in the same object." +msgstr "Если первый выбранный элемент является частью, то второй должен быть частью той же модели." msgid "The type of the last solid object part is not to be changed." msgstr "Вы не можете изменить тип последнего твердотельного элемента модели." @@ -1338,7 +1278,7 @@ msgstr "Ремонт был отменён" # ??? msgid "Additional process preset" -msgstr "Дополнительная конфигурация процесса" +msgstr "Доп. настройки профиля процесса" msgid "Remove parameter" msgstr "Удалить параметр" @@ -1356,9 +1296,7 @@ msgid "Invalid numeric." msgstr "Неправильное числовое значение." msgid "one cell can only be copied to one or multiple cells in the same column" -msgstr "" -"Одна ячейка может быть скопирована только в одну или несколько ячеек одного " -"и того же столбца." +msgstr "Одна ячейка может быть скопирована только в одну или несколько ячеек одного и того же столбца." msgid "multiple cells copy is not supported" msgstr "копирование нескольких ячеек не поддерживается" @@ -1517,8 +1455,7 @@ msgid "Failed to connect to cloud service" msgstr "Не удалось подключиться к облачному сервису" msgid "Please click on the hyperlink above to view the cloud service status" -msgstr "" -"Для просмотра состояния статуса сервиса нажмите на вышерасположенную ссылку" +msgstr "Для просмотра состояния статуса сервиса нажмите на вышерасположенную ссылку" msgid "Failed to connect to the printer" msgstr "Не удалось подключиться к принтеру." @@ -1535,21 +1472,27 @@ msgstr "Подключение..." msgid "?" msgstr "?" -msgid "/" -msgstr "/" - msgid "Empty" msgstr "Пусто" msgid "AMS" msgstr "АСПП" +msgid "AMS %s" +msgstr "АСПП №%s" + msgid "Auto Refill" msgstr "Дозаправка" msgid "AMS not connected" msgstr "АСПП не подключена" +msgid "Cali" +msgstr "Калиб." + +msgid "Calibration of extrusion" +msgstr "Калибровка экструзии" + msgid "Load Filament" msgstr "Загрузить" @@ -1572,8 +1515,7 @@ msgid "Calibrating AMS..." msgstr "Калибровка АСПП..." msgid "A problem occured during calibration. Click to view the solution." -msgstr "" -"Во время калибровки возникла проблема. Нажмите, чтобы просмотреть решение." +msgstr "Во время калибровки возникла проблема. Нажмите, чтобы просмотреть решение." msgid "Calibrate again" msgstr "Повторить калибровку" @@ -1601,10 +1543,13 @@ msgstr "Вставка нового прутка в экструдер" msgid "Purge old filament" msgstr "Очистка от старого материала" +msgid "Push new filament into the extruder" +msgstr "Вставка нового прутка в экструдер" + msgid "Feed Filament" msgstr "Подача прутка" -# ??? Подтвердить +# ??? Подтвердить, Подтвердите msgid "Confirm extruded" msgstr "Подтверждение экструзии" @@ -1614,12 +1559,11 @@ msgstr "Проверка расположения прутка" msgid "Grab new filament" msgstr "Загрузка нового прутка" -msgid "" -"Choose an AMS slot then press \"Load\" or \"Unload\" button to automatically " -"load or unload filiament." -msgstr "" -"Выберите слот АСПП, затем нажмите кнопку «Загрузить» или «Выгрузить» для " -"автоматической загрузки или выгрузки прутка." +msgid "Confirm whether the filament has been extruded" +msgstr "Подтвердите, что пластиковая нить была выдавлена" + +msgid "Choose an AMS slot then press \"Load\" or \"Unload\" button to automatically load or unload filiament." +msgstr "Выберите слот АСПП, затем нажмите кнопку «Загрузить» или «Выгрузить» для автоматической загрузки или выгрузки прутка." msgid "Edit" msgstr "Правка" @@ -1644,11 +1588,8 @@ msgstr "" msgid "Arranging..." msgstr "Расстановка..." -msgid "" -"Arrange failed. Found some exceptions when processing object geometries." -msgstr "" -"Ошибка расстановки. Обнаружены некоторые исключения при обработке геометрии " -"моделей." +msgid "Arrange failed. Found some exceptions when processing object geometries." +msgstr "Ошибка расстановки. Обнаружены некоторые исключения при обработке геометрии моделей." msgid "Arranging" msgstr "Расстановка" @@ -1656,23 +1597,18 @@ msgstr "Расстановка" msgid "Arranging canceled." msgstr "Расстановка отменена." -msgid "" -"Arranging is done but there are unpacked items. Reduce spacing and try again." -msgstr "" -"Расстановка завершена, но не всё уместилось на столе. Уменьшите интервал " -"расстановки и повторите попытку." +msgid "Arranging is done but there are unpacked items. Reduce spacing and try again." +msgstr "Расстановка завершена, но не всё уместилось на столе. Уменьшите интервал расстановки и повторите попытку." msgid "Arranging done." msgstr "Расстановка выполнена." #, c-format, boost-format msgid "" -"Arrangement ignored the following objects which can't fit into a single " -"bed:\n" +"Arrangement ignored the following objects which can't fit into a single bed:\n" "%s" msgstr "" -"При расстановке были проигнорированы следующие модели, которые не помещаются " -"на одном столе:\n" +"При расстановке были проигнорированы следующие модели, которые не помещаются на одном столе:\n" "%s" msgid "" @@ -1716,6 +1652,21 @@ msgstr "Авторизация" msgid "Login failed" msgstr "Ошибка авторизации" +msgid "The region parameter is incorrrect" +msgstr "Неправильная региональная настройка" + +msgid "Failure of printer login" +msgstr "Не удалось подключиться к принтеру." + +msgid "Failed to get ticket" +msgstr "Не удалось получить заявку" + +msgid "User authorization timeout" +msgstr "Таймаут авторизации пользователя" + +msgid "Failure of bind" +msgstr "Ошибка привязки" + msgid "Please check the printer network connection." msgstr "Пожалуйста, проверьте сетевое подключение принтера." @@ -1726,55 +1677,49 @@ msgid "Task canceled." msgstr "Задание отменено." msgid "Upload task timed out. Please check the network status and try again." -msgstr "" -"Истекло время ожидания отправки задания. Проверьте сетевое подключение и " -"повторите попытку." +msgstr "Истекло время ожидания отправки задания. Проверьте сетевое подключение и повторите попытку." msgid "Cloud service connection failed. Please try again." -msgstr "" -"Не удалось подключиться к облачному сервису. Пожалуйста, попробуйте ещё раз." +msgstr "Не удалось подключиться к облачному сервису. Пожалуйста, попробуйте ещё раз." msgid "Print file not found. please slice again." msgstr "Файл для печати не найден, нарежьте ещё раз." -msgid "" -"The print file exceeds the maximum allowable size (1GB). Please simplify the " -"model and slice again." -msgstr "" -"Файл для печати превышает максимально допустимый размер (1 ГБ). Пожалуйста, " -"упростите модель и нарежьте ещё раз." +msgid "Print file not found, please slice again" +msgstr "Файл для печати не найден, нарежьте ещё раз." + +msgid "The print file exceeds the maximum allowable size (1GB). Please simplify the model and slice again." +msgstr "Файл для печати превышает максимально допустимый размер (1 ГБ). Пожалуйста, упростите модель и нарежьте ещё раз." + +msgid "Failed uploading print file" +msgstr "Не удалось передать файл на печать." + +msgid "Wrong Access code" +msgstr "Неправильный код доступа" msgid "Failed to send the print job. Please try again." -msgstr "" -"Не удалось отправить задание на печать. Пожалуйста, попробуйте ещё раз." +msgstr "Не удалось отправить задание на печать. Пожалуйста, попробуйте ещё раз." + +msgid "Send to Printer failed. Please try again." +msgstr "Ошибка отправки на принтер. Пожалуйста, попробуйте ещё раз." + +msgid "No space left on Printer SD card" +msgstr "На SD-карте принтера недостаточно места" msgid "Failed to upload file to ftp. Please try again." msgstr "Не удалось загрузить файл на FTP. Пожалуйста, попробуйте ещё раз." -msgid "" -"Check the current status of the bambu server by clicking on the link above." -msgstr "" -"Проверить текущий статус сервера Bambu можно перейдя по указанной выше " -"ссылке." +msgid "Check the current status of the bambu server by clicking on the link above." +msgstr "Проверить текущий статус сервера Bambu можно перейдя по указанной выше ссылке." -msgid "" -"The size of the print file is too large. Please adjust the file size and try " -"again." -msgstr "" -"Размер файла для печати слишком велик. Пожалуйста, уменьшите размер файла и " -"повторите попытку." +msgid "The size of the print file is too large. Please adjust the file size and try again." +msgstr "Размер файла для печати слишком велик. Пожалуйста, уменьшите размер файла и повторите попытку." msgid "Print file not found, Please slice it again and send it for printing." -msgstr "" -"Файл печати не найден. Пожалуйста, нарежьте его ещё раз и отправьте на " -"печать." +msgstr "Файл печати не найден. Пожалуйста, нарежьте его ещё раз и отправьте на печать." -msgid "" -"Failed to upload print file to FTP. Please check the network status and try " -"again." -msgstr "" -"Не удалось загрузить файл печати на FTP. Проверьте состояние сети и " -"повторите попытку." +msgid "Failed to upload print file to FTP. Please check the network status and try again." +msgstr "Не удалось загрузить файл печати на FTP. Проверьте состояние сети и повторите попытку." msgid "Sending print job over LAN" msgstr "Отправка задания на печать по локальной сети" @@ -1793,13 +1738,11 @@ msgstr "Отправка конфигурации печати" #, c-format, boost-format msgid "Successfully sent. Will automatically jump to the device page in %ss" -msgstr "" -"Успешно отправлено. Автоматический переход на страницу устройства через %s с." +msgstr "Успешно отправлено. Автоматический переход на страницу устройства через %s с." #, c-format, boost-format msgid "Successfully sent. Will automatically jump to the next page in %ss" -msgstr "" -"Успешно отправлено. Автоматический переход на следующую страницу через %s с." +msgstr "Успешно отправлено. Автоматический переход на следующую страницу через %s с." msgid "An SD card needs to be inserted before printing via LAN." msgstr "Перед печатью через локальную сеть необходимо вставить SD-карту." @@ -1807,6 +1750,9 @@ msgstr "Перед печатью через локальную сеть нео msgid "Sending gcode file over LAN" msgstr "Отправка файла G-кода по локальной сети" +msgid "Sending gcode file through cloud service" +msgstr "Отправка файла G-кода через облачный сервис" + msgid "Sending gcode file to sdcard" msgstr "Отправка файла G-кода на SD-карту" @@ -1817,6 +1763,9 @@ msgstr "Успешно отправлено. Закрытие текущей с msgid "An SD card needs to be inserted before sending to printer." msgstr "Перед отправкой на принтер необходимо вставить SD-карту." +msgid "Please log out and login to the printer again." +msgstr "Пожалуйста, выйдите и снова войдите в принтер." + msgid "Choose SLA archive:" msgstr "Выберите SLA архив:" @@ -1844,12 +1793,8 @@ msgstr "Скорость" msgid "Importing SLA archive" msgstr "Импорт SLA архива" -msgid "" -"The SLA archive doesn't contain any presets. Please activate some SLA " -"printer preset first before importing that SLA archive." -msgstr "" -"Архив SLA не содержит никаких профилей. Пожалуйста, сначала активируйте " -"какой-нибудь профиль SLA принтера, прежде чем импортировать этот SLA архив." +msgid "The SLA archive doesn't contain any presets. Please activate some SLA printer preset first before importing that SLA archive." +msgstr "Архив SLA не содержит никаких профилей. Пожалуйста, сначала активируйте какой-нибудь профиль SLA принтера, прежде чем импортировать этот SLA архив." msgid "Importing canceled." msgstr "Импорт отменен." @@ -1857,12 +1802,8 @@ msgstr "Импорт отменен." msgid "Importing done." msgstr "Импорт завершён." -msgid "" -"The imported SLA archive did not contain any presets. The current SLA " -"presets were used as fallback." -msgstr "" -"Импортированный SLA архив не содержит никаких профилей. Текущие SLA профили " -"использовались в качестве резервных." +msgid "The imported SLA archive did not contain any presets. The current SLA presets were used as fallback." +msgstr "Импортированный SLA архив не содержит никаких профилей. Текущие SLA профили использовались в качестве резервных." msgid "You cannot load SLA project with a multi-part object on the bed" msgstr "Вы не можете загрузить SLA проект с составной моделью на столе" @@ -1906,25 +1847,14 @@ msgstr "Orca Slicer распространяется под лицензией " msgid "GNU Affero General Public License, version 3" msgstr "GNU Affero General Public третьей версии" -msgid "" -"Orca Slicer is based on BambuStudio by Bambulab, which is from PrusaSlicer " -"by Prusa Research. PrusaSlicer is from Slic3r by Alessandro Ranellucci and " -"the RepRap community" -msgstr "" -"Orca Slicer основан на BambuStudio от компании Bambulab, которая взяла за " -"основу PrusaSlicer от компании Prusa Research. PrusaSlicer же основан на " -"Slic3r от Alessandro Ranellucci и разработках сообщества RepRap." +msgid "Orca Slicer is based on BambuStudio by Bambulab, which is from PrusaSlicer by Prusa Research. PrusaSlicer is from Slic3r by Alessandro Ranellucci and the RepRap community" +msgstr "Orca Slicer основан на BambuStudio от компании Bambulab, которая взяла за основу PrusaSlicer от компании Prusa Research. PrusaSlicer же основан на Slic3r от Alessandro Ranellucci и разработках сообщества RepRap." msgid "Libraries" msgstr "Библиотеки" -msgid "" -"This software uses open source components whose copyright and other " -"proprietary rights belong to their respective owners" -msgstr "" -"В данном программном обеспечении используются компоненты с открытым исходным " -"кодом, авторские и иные права на которые принадлежат их соответствующим " -"владельцам." +msgid "This software uses open source components whose copyright and other proprietary rights belong to their respective owners" +msgstr "В данном программном обеспечении используются компоненты с открытым исходным кодом, авторские и иные права на которые принадлежат их соответствующим владельцам." #, c-format, boost-format msgid "About %s" @@ -1937,18 +1867,13 @@ msgid "OrcaSlicer is based on BambuStudio, PrusaSlicer, and SuperSlicer." msgstr "OrcaSlicer основан на проектах BambuStudio, PrusaSlicer и SuperSlicer." msgid "BambuStudio is originally based on PrusaSlicer by PrusaResearch." -msgstr "" -"BambuStudio изначально основан на PrusaSlicer от компании PrusaResearch." +msgstr "BambuStudio изначально основан на PrusaSlicer от компании PrusaResearch." msgid "PrusaSlicer is originally based on Slic3r by Alessandro Ranellucci." msgstr "PrusaSlicer основан на проекте Slic3r от Alessandro Ranellucci." -msgid "" -"Slic3r was created by Alessandro Ranellucci with the help of many other " -"contributors." -msgstr "" -"Slic3r был создан Alessandro Ranellucci совместно с многими другими " -"участниками сообщества." +msgid "Slic3r was created by Alessandro Ranellucci with the help of many other contributors." +msgstr "Slic3r был создан Alessandro Ranellucci совместно с многими другими участниками сообщества." msgid "Version" msgstr "Версия" @@ -1976,7 +1901,7 @@ msgid "max" msgstr "макс." msgid "min" -msgstr "мин" +msgstr "мин." #, boost-format msgid "The input value should be greater than %1% and less than %2%" @@ -1988,6 +1913,9 @@ msgstr "Серийный №" msgid "Setting AMS slot information while printing is not supported" msgstr "Изменение информации о слотах АСПП во время печати не поддерживается" +msgid "Factors of dynamic flow cali" +msgstr "Коэф. калиб. динам. потока" + msgid "Factors of Flow Dynamics Calibration" msgstr "Коэф. калиб. динам. потока" @@ -2001,8 +1929,7 @@ msgid "Factor N" msgstr "Коэф. N" msgid "Setting Virtual slot information while printing is not supported" -msgstr "" -"Настройка информации виртуального слота во время печати не поддерживается" +msgstr "Настройка информации виртуального слота во время печати не поддерживается" msgid "Are you sure you want to clear the filament information?" msgstr "Вы уверены, что хотите удалить информацию о пластиковой нити?" @@ -2011,12 +1938,10 @@ msgid "You need to select the material type and color first." msgstr "Сначала необходимо выбрать тип материала и цвет." msgid "Please input a valid value (K in 0~0.5)" -msgstr "Пожалуйста, введите допустимое значение (K в диапазоне 0~0,5)" +msgstr "Пожалуйста, введите допустимое значение (K в диапазоне 0~0.5)" msgid "Please input a valid value (K in 0~0.5, N in 0.6~2.0)" -msgstr "" -"Пожалуйста, введите допустимое значение (K в диапазоне 0~0,5, N в диапазоне " -"0,6~2,0)" +msgstr "Пожалуйста, введите допустимое значение (K в диапазоне 0~0.5, N в диапазоне 0.6~2.0)" msgid "Other Color" msgstr "Другой цвет" @@ -2027,15 +1952,8 @@ msgstr "Пользовательский цвет" msgid "Dynamic flow calibration" msgstr "Калибровка динамики потока" -msgid "" -"The nozzle temp and max volumetric speed will affect the calibration " -"results. Please fill in the same values as the actual printing. They can be " -"auto-filled by selecting a filament preset." -msgstr "" -"Температура сопла и максимальная объёмная скорость влияют на результаты " -"калибровки. Введите те же значения, которые вы используете при фактической " -"печати. Их можно заполнить автоматически, выбрав существующий профиль " -"пластиковой нити." +msgid "The nozzle temp and max volumetric speed will affect the calibration results. Please fill in the same values as the actual printing. They can be auto-filled by selecting a filament preset." +msgstr "Температура сопла и максимальная объёмная скорость влияют на результаты калибровки. Введите те же значения, которые вы используете при фактической печати. Их можно заполнить автоматически, выбрав существующий профиль пластиковой нити." msgid "Nozzle Diameter" msgstr "Диаметр сопла" @@ -2067,14 +1985,8 @@ msgstr "Запустить калибровку" msgid "Next" msgstr "Далее" -msgid "" -"Calibration completed. Please find the most uniform extrusion line on your " -"hot bed like the picture below, and fill the value on its left side into the " -"factor K input box." -msgstr "" -"Калибровка завершена. Теперь найдите на столе наиболее равномерно " -"экструдированную линию, как показано на рисунке ниже, и введите это значение " -"в поле ввода коэффициента K." +msgid "Calibration completed. Please find the most uniform extrusion line on your hot bed like the picture below, and fill the value on its left side into the factor K input box." +msgstr "Калибровка завершена. Теперь найдите на столе наиболее равномерно экструдированную линию, как показано на рисунке ниже, и введите это значение в поле ввода коэффициента K." msgid "Save" msgstr "Сохранить" @@ -2105,11 +2017,9 @@ msgstr "Шаг" msgid "AMS Slots" msgstr "Слоты АСПП" -msgid "" -"Note: Only the AMS slots loaded with the same material type can be selected." -msgstr "" -"Примечание: можно выбрать только слоты АСПП, загруженные одним и тем же " -"типом материала." +# ??? Замечание: разрешён выбор только слотов АСПП с одинаковым типом материала. +msgid "Note: Only the AMS slots loaded with the same material type can be selected." +msgstr "Замечание: можно выбирать только слоты АСПП с одинаковым типом материала." msgid "Enable AMS" msgstr "Включить АСПП" @@ -2126,40 +2036,20 @@ msgstr "Печать материалом, установленным на за msgid "Cabin humidity" msgstr "Влажность внутри" -msgid "" -"Green means that AMS humidity is normal, orange represent humidity is high, " -"red represent humidity is too high.(Hygrometer: lower the better.)" -msgstr "" -"Зелёный цвет означает, что влажность в системе АСПП нормальная, оранжевый - " -"высокая, красный - слишком высокая. Чем ниже значение гигрометра, тем лучше." +msgid "Green means that AMS humidity is normal, orange represent humidity is high, red represent humidity is too high.(Hygrometer: lower the better.)" +msgstr "Зелёный цвет означает, что влажность в системе АСПП нормальная, оранжевый - высокая, красный - слишком высокая. Чем ниже значение гигрометра, тем лучше." msgid "Desiccant status" msgstr "Состояние влагопоглотителя" -msgid "" -"A desiccant status lower than two bars indicates that desiccant may be " -"inactive. Please change the desiccant.(The bars: higher the better.)" -msgstr "" -"Состояние влагопоглотителя (силикагеля) ниже двух делений указывает на то, " -"что он может уже не выполнять свою функцию. Пожалуйста, замените его. Чем " -"больше делений на индикаторе, тем лучше." +msgid "A desiccant status lower than two bars indicates that desiccant may be inactive. Please change the desiccant.(The bars: higher the better.)" +msgstr "Состояние влагопоглотителя (силикагеля) ниже двух делений указывает на то, что он может уже не выполнять свою функцию. Пожалуйста, замените его. Чем больше делений на индикаторе, тем лучше." -msgid "" -"Note: When the lid is open or the desiccant pack is changed, it can take " -"hours or a night to absorb the moisture. Low temperatures also slow down the " -"process. During this time, the indicator may not represent the chamber " -"accurately." -msgstr "" -"Примечание: при открытой крышке или заменённом влагопоглотителе, может " -"потребоваться несколько часов или ночь для поглощения влаги. Кроме того, " -"процесс может замедлиться из-за низкой температуры окружающей среды. В " -"течение этого времени значения индикатора могут быть неточными." +msgid "Note: When the lid is open or the desiccant pack is changed, it can take hours or a night to absorb the moisture. Low temperatures also slow down the process. During this time, the indicator may not represent the chamber accurately." +msgstr "Примечание: при открытой крышке или заменённом влагопоглотителе, может потребоваться несколько часов или ночь для поглощения влаги. Кроме того, процесс может замедлиться из-за низкой температуры окружающей среды. В течение этого времени значения индикатора могут быть неточными." -msgid "" -"Config which AMS slot should be used for a filament used in the print job" -msgstr "" -"Задайте слот АСПП, который должен использоваться для прутка, используемого в " -"текущем задании." +msgid "Config which AMS slot should be used for a filament used in the print job" +msgstr "Задайте слот АСПП, который должен использоваться для прутка, используемого в текущем задании." msgid "Filament used in this print job" msgstr "Пруток используемый в этом задании" @@ -2174,8 +2064,7 @@ msgid "Do not Enable AMS" msgstr "Не включать АСПП" msgid "Print using materials mounted on the back of the case" -msgstr "" -"Печать с использованием материала, установленного на задней части корпуса" +msgstr "Печать с использованием материала, установленного на задней части корпуса" msgid "Print with filaments in ams" msgstr "" @@ -2185,35 +2074,18 @@ msgstr "" msgid "Print with filaments mounted on the back of the chassis" msgstr "Печать материалами, установленными на задней части корпуса." -msgid "" -"When the current material run out, the printer will continue to print in the " -"following order." -msgstr "" -"Когда текущий материал закончится, принтер продолжит печать в указанном " -"порядке." +msgid "When the current material run out, the printer will continue to print in the following order." +msgstr "Когда текущий материал закончится, принтер продолжит печать в указанном порядке." msgid "Group" msgstr "Группа" -msgid "The printer does not currently support auto refill." -msgstr "В настоящее время принтер не поддерживает функцию автодозаправки." - msgid "" -"AMS filament backup is not enabled, please enable it in the AMS settings." +"There are currently no identical spare consumables available, and automatic replenishment is currently not possible. \n" +"(Currently supporting automatic supply of consumables with the same brand, material type, and color)" msgstr "" -"Резервирование материала АСПП не включено, пожалуйста, включите его в " -"настройках АСПП." - -msgid "" -"If there are two identical filaments in AMS, AMS filament backup will be " -"enabled. \n" -"(Currently supporting automatic supply of consumables with the same brand, " -"material type, and color)" -msgstr "" -"Если в АСПП имеются два одинаковых материала, то будет включено " -"резервирование материала АСПП. \n" -"(В настоящее время поддерживается автоматическая поставка расходных " -"материалов того же производителя, типа материала и цвета)." +"В настоящее время одинаковые материалы отсутствуют, поэтому функция резервирования материала (автодозаправка) недоступна. \n" +"(В настоящее время поддерживается автоматическая дозаправка материала только одного производителя, типа и цвета)" msgid "AMS Settings" msgstr "Настройки АСПП" @@ -2221,70 +2093,35 @@ msgstr "Настройки АСПП" msgid "Insertion update" msgstr "Обновление при вставке материала" -msgid "" -"The AMS will automatically read the filament information when inserting a " -"new Bambu Lab filament. This takes about 20 seconds." -msgstr "" -"АСПП автоматически считывает информацию о материале при установке новой " -"катушки Bambu. Это занимает около 20 секунд." +msgid "The AMS will automatically read the filament information when inserting a new Bambu Lab filament. This takes about 20 seconds." +msgstr "АСПП автоматически считывает информацию о материале при установке новой катушки Bambu. Это занимает около 20 секунд." -msgid "" -"Note: if new filament is inserted during printing, the AMS will not " -"automatically read any information until printing is completed." -msgstr "" -"Примечание: если во время печати вставляется новая пластиковая нить, АСПП " -"автоматически считает информацию о ней только по завершению печати." +msgid "Note: if new filament is inserted during printing, the AMS will not automatically read any information until printing is completed." +msgstr "Примечание: если во время печати вставляется новая пластиковая нить, АСПП автоматически считает информацию о ней только по завершению печати." -msgid "" -"When inserting a new filament, the AMS will not automatically read its " -"information, leaving it blank for you to enter manually." -msgstr "" -"При вставке новой пластиковой нити, АСПП не будет автоматически считывать " -"информацию о ней, оставляя поле пустым, чтобы пользователь мог ввести данные " -"о ней вручную." +msgid "When inserting a new filament, the AMS will not automatically read its information, leaving it blank for you to enter manually." +msgstr "При вставке новой пластиковой нити, АСПП не будет автоматически считывать информацию о ней, оставляя поле пустым, чтобы пользователь мог ввести данные о ней вручную." msgid "Power on update" msgstr "Обновление при включении принтера" -msgid "" -"The AMS will automatically read the information of inserted filament on " -"start-up. It will take about 1 minute.The reading process will roll filament " -"spools." -msgstr "" -"При каждом включении принтера АСПП будет автоматически считывать информация " -"о вставленных материалах. Это занимает приблизительно одну минуту. В " -"процессе считывания информации о материале катушка вращается." +msgid "The AMS will automatically read the information of inserted filament on start-up. It will take about 1 minute.The reading process will roll filament spools." +msgstr "При каждом включении принтера АСПП будет автоматически считывать информация о вставленных материалах. Это занимает приблизительно одну минуту. В процессе считывания информации о материале катушка вращается." -msgid "" -"The AMS will not automatically read information from inserted filament " -"during startup and will continue to use the information recorded before the " -"last shutdown." -msgstr "" -"При каждом включении принтера, считывание информации о вставленных " -"материалах АСПП будет отключено. Будет использоваться информация, полученная " -"перед последним выключением." +msgid "The AMS will not automatically read information from inserted filament during startup and will continue to use the information recorded before the last shutdown." +msgstr "При каждом включении принтера, считывание информации о вставленных материалах АСПП будет отключено. Будет использоваться информация, полученная перед последним выключением." msgid "Update remaining capacity" msgstr "Обновлять оставшуюся ёмкость катушки" -msgid "" -"The AMS will estimate Bambu filament's remaining capacity after the filament " -"info is updated. During printing, remaining capacity will be updated " -"automatically." -msgstr "" -"АСПП считывает информацию о расходуемом материале Bambu и рассчитывает его " -"остаточную ёмкость на катушке. Остаточная ёмкость обновляется автоматически " -"в процессе печати." +msgid "The AMS will estimate Bambu filament's remaining capacity after the filament info is updated. During printing, remaining capacity will be updated automatically." +msgstr "АСПП считывает информацию о расходуемом материале Bambu и рассчитывает его остаточную ёмкость на катушке. Остаточная ёмкость обновляется автоматически в процессе печати." msgid "AMS filament backup" msgstr "Резервирование материала АСПП" -msgid "" -"AMS will continue to another spool with the same properties of filament " -"automatically when current filament runs out" -msgstr "" -"АСПП автоматически переключится на другую катушку с тем же типом материала, " -"когда текущий закончится." +msgid "AMS will continue to another spool with the same properties of filament automatically when current filament runs out" +msgstr "АСПП автоматически переключится на другую катушку с тем же типом материала, когда текущий закончится." msgid "File" msgstr "Файл" @@ -2292,19 +2129,11 @@ msgstr "Файл" msgid "Calibration" msgstr "Калибровка" -msgid "" -"Failed to download the plug-in. Please check your firewall settings and vpn " -"software, check and retry." -msgstr "" -"Не удалось загрузить плагин. Пожалуйста, проверьте настройки брандмауэра и " -"vpn, и повторите попытку." +msgid "Failed to download the plug-in. Please check your firewall settings and vpn software, check and retry." +msgstr "Не удалось загрузить плагин. Пожалуйста, проверьте настройки брандмауэра и vpn, и повторите попытку." -msgid "" -"Failed to install the plug-in. Please check whether it is blocked or deleted " -"by anti-virus software." -msgstr "" -"Не удалось установить плагин. Пожалуйста, проверьте, не заблокирован ли он " -"или не удалён антивирусом." +msgid "Failed to install the plug-in. Please check whether it is blocked or deleted by anti-virus software." +msgstr "Не удалось установить плагин. Пожалуйста, проверьте, не заблокирован ли он или не удалён антивирусом." msgid "click here to see more info" msgstr "нажмите здесь, чтобы увидеть больше информации" @@ -2312,22 +2141,14 @@ msgstr "нажмите здесь, чтобы увидеть больше инф msgid "Please home all axes (click " msgstr "Пожалуйста, припаркуйте все оси в начало координат (нажав " -msgid "" -") to locate the toolhead's position. This prevents device moving beyond the " -"printable boundary and causing equipment wear." -msgstr "" -") для определения положения печатной головы. Это предотвращает перемещение " -"за пределы области печати и износ оборудования." +msgid ") to locate the toolhead's position. This prevents device moving beyond the printable boundary and causing equipment wear." +msgstr ") для определения положения печатной головы. Это предотвращает перемещение за пределы области печати и износ оборудования." msgid "Go Home" msgstr "На главную" -msgid "" -"A error occurred. Maybe memory of system is not enough or it's a bug of the " -"program" -msgstr "" -"Произошла ошибка. Возможно, недостаточно системной памяти или это баг " -"программы." +msgid "A error occurred. Maybe memory of system is not enough or it's a bug of the program" +msgstr "Произошла ошибка. Возможно, недостаточно системной памяти или это баг программы." msgid "Please save project and restart the program. " msgstr "Пожалуйста, сохраните проект и перезапустите программу. " @@ -2380,15 +2201,11 @@ msgid "Running post-processing scripts" msgstr "Запуск скриптов постобработки" msgid "Copying of the temporary G-code to the output G-code failed" -msgstr "" -"Не удалось скопировать временный G-код в местонахождение выходного файла G-" -"кода" +msgstr "Не удалось скопировать временный G-код в местонахождение выходного файла G-кода" #, boost-format msgid "Scheduling upload to `%1%`. See Window -> Print Host Upload Queue" -msgstr "" -"Планирование загрузки на `%1%`. Смотрите Окна -> Очередь загрузки на хост " -"печати" +msgstr "Планирование загрузки на `%1%`. Смотрите Окна -> Очередь загрузки на хост печати" msgid "Origin" msgstr "Начало координат" @@ -2399,18 +2216,11 @@ msgstr "Диаметр" msgid "Size in X and Y of the rectangular plate." msgstr "Размеры прямоугольного стола в XY координатах." -msgid "" -"Distance of the 0,0 G-code coordinate from the front left corner of the " -"rectangle." -msgstr "" -"Расстояние до точки начало координат. Отсчёт от левого переднего угла " -"прямоугольного стола." +msgid "Distance of the 0,0 G-code coordinate from the front left corner of the rectangle." +msgstr "Расстояние до точки начало координат. Отсчёт от левого переднего угла прямоугольного стола." -msgid "" -"Diameter of the print bed. It is assumed that origin (0,0) is located in the " -"center." -msgstr "" -"Диаметр стола. Предполагается, что начало координат (0,0) находится в центре." +msgid "Diameter of the print bed. It is assumed that origin (0,0) is located in the center." +msgstr "Диаметр стола. Предполагается, что начало координат (0,0) находится в центре." msgid "Rectangular" msgstr "Прямоугольная" @@ -2451,11 +2261,8 @@ msgstr "Ошибка! Недопустимая модель" msgid "The selected file contains no geometry." msgstr "Выбранный файл не содержит геометрии." -msgid "" -"The selected file contains several disjoint areas. This is not supported." -msgstr "" -"Выбранный файл содержит несколько не пересекающихся областей. Такие файлы не " -"поддерживаются." +msgid "The selected file contains several disjoint areas. This is not supported." +msgstr "Выбранный файл содержит несколько не пересекающихся областей. Такие файлы не поддерживаются." msgid "Choose a file to import bed texture from (PNG/SVG):" msgstr "Выберите файл для импорта текстуры стола из PNG/SVG:" @@ -2475,13 +2282,26 @@ msgstr "" "Пожалуйста, убедитесь, что вы задали нужную температуру для печати.\n" "\n" +#, c-format, boost-format +msgid "Recommended nozzle temperature of this filament type is [%d, %d] degree centigrade" +msgstr "Рекомендуемая температура сопла для данного типа пластиковой нити составляет [%d, %d] градусов Цельсия." + #, c-format, boost-format msgid "" -"Recommended nozzle temperature of this filament type is [%d, %d] degree " -"centigrade" +"Bed temperature of other layer is lower than bed temperature of initial layer for more than %d degree centigrade.\n" +"This may cause model broken free from build plate during printing" msgstr "" -"Рекомендуемая температура сопла для данного типа пластиковой нити составляет " -"[%d, %d] градусов Цельсия." +"Температура стола для последующих слоёв слишком низкая по сравнению с температурой первого слоя, более чем на %d градусов Цельсия.\n" +"Это может привести к отрыву модели от стола во время печати." + +msgid "" +"Bed temperature is higher than vitrification temperature of this filament.\n" +"This may cause nozzle blocked and printing failure\n" +"Please keep the printer open during the printing process to ensure air circulation or reduce the temperature of the hot bed" +msgstr "" +"Температура стола выше температуры стеклования этой пластиковой нити.\n" +"Это может привести к засорению сопла и сбою печати.\n" +"Пожалуйста, держите принтер открытым во время печати, чтобы обеспечить циркуляцию воздуха или снизить температуру стола." msgid "" "Too small max volumetric speed.\n" @@ -2490,16 +2310,6 @@ msgstr "" "Слишком маленькая максимальная объёмная скорость.\n" "Сбросьте до 0,5." -#, c-format, boost-format -msgid "" -"Current chamber temperature is higher than the material's safe temperature," -"it may result in material softening and clogging.The maximum safe " -"temperature for the material is %d" -msgstr "" -"Текущая температура в камере превышает безопасную температуру для этого " -"материала, что может привести к размягчению материала или засорению " -"экструдера. Безопасная температура текущего материала составляет %d." - msgid "" "Too small layer height.\n" "Reset to 0.2" @@ -2524,19 +2334,15 @@ msgstr "" "Высота первого слоя будет сброшена до 0,2." msgid "" -"This setting is only used for model size tunning with small value in some " -"cases.\n" +"This setting is only used for model size tunning with small value in some cases.\n" "For example, when model size has small error and hard to be assembled.\n" "For large size tuning, please use model scale function.\n" "\n" "The value will be reset to 0." msgstr "" -"Этот параметр используется только для точной корректировки размера модели в " -"определенных случаях.\n" -"Например, когда есть небольшая погрешность в размерах модели и её трудно " -"собрать.\n" -"Для более значительной корректировки размеров используйте функцию " -"масштабирования модели.\n" +"Этот параметр используется только для точной корректировки размера модели в определенных случаях.\n" +"Например, когда есть небольшая погрешность в размерах модели и её трудно собрать.\n" +"Для более значительной корректировки размеров используйте функцию масштабирования модели.\n" "\n" "Это значение будет сброшено на 0." @@ -2548,18 +2354,14 @@ msgid "" "The value will be reset to 0." msgstr "" "Слишком большая компенсация слоновьей ноги нецелесообразна.\n" -"Если имеется серьёзный эффект слоновьей ноги, проверьте другие настройки " -"печати.\n" +"Если имеется серьёзный эффект слоновьей ноги, проверьте другие настройки печати.\n" "Например, не слишком ли высокая температура стола.\n" "\n" "Значение будет сброшено на 0." -msgid "" -"Spiral mode only works when wall loops is 1, support is disabled, top shell " -"layers is 0, sparse infill density is 0 and timelapse type is traditional." +msgid "Spiral mode only works when wall loops is 1, support is disabled, top shell layers is 0, sparse infill density is 0 and timelapse type is traditional." msgstr "" -"Для режима печати «Спиральная ваза» необходимо чтобы соблюдались следующие " -"условия:\n" +"Для режима печати «Спиральная ваза» необходимо чтобы соблюдались следующие условия:\n" "- одностеночный периметр\n" "- отсутствие поддержки\n" "- отсутствие верхних сплошных слоёв\n" @@ -2567,9 +2369,6 @@ msgstr "" "- отключено «Обнаружение тонких стенок»\n" "- Режим записи таймлапсов - обычный режим" -msgid " But machines with I3 structure will not generate timelapse videos." -msgstr " Но принтеры с кинематикой I3 не будут писать таймлапс." - msgid "" "Change these settings automatically? \n" "Yes - Change these settings and enable spiral mode automatically\n" @@ -2580,14 +2379,12 @@ msgstr "" "Нет - Отказаться от использования режима «Спиральная ваза»" msgid "" -"Prime tower does not work when Adaptive Layer Height or Independent Support " -"Layer Height is on.\n" +"Prime tower does not work when Adaptive Layer Height or Independent Support Layer Height is on.\n" "Which do you want to keep?\n" "YES - Keep Prime Tower\n" "NO - Keep Adaptive Layer Height and Independent Support Layer Height" msgstr "" -"Черновая башня не работает, когда включена функция «Переменная высота слоёв» " -"или «Независимая высота слоя поддержки»\n" +"Черновая башня не работает, когда включена функция «Переменная высота слоёв» или «Независимая высота слоя поддержки»\n" "Что вы хотите сохранить?\n" "ДА - Сохранить черновую башню\n" "НЕТ - Сохранить переменную высоту слоя и независимую высоту слоя поддержки" @@ -2598,8 +2395,7 @@ msgid "" "YES - Keep Prime Tower\n" "NO - Keep Adaptive Layer Height" msgstr "" -"Черновая башня не работает, когда включена функция «Переменная высота " -"слоёв».\n" +"Черновая башня не работает, когда включена функция «Переменная высота слоёв».\n" "Что вы хотите сохранить?\n" "Да - Сохранить черновую башню\n" "Нет - Сохранить переменную высоту слоёв" @@ -2610,8 +2406,7 @@ msgid "" "YES - Keep Prime Tower\n" "NO - Keep Independent Support Layer Height" msgstr "" -"Черновая башня не работает, если включена функция «Независимая высота слоя " -"поддержки»\n" +"Черновая башня не работает, если включена функция «Независимая высота слоя поддержки»\n" "Что вы хотите сохранить?\n" "ДА - Сохранить черновую башню\n" "НЕТ - Сохранить независимую высоту слоя поддержки" @@ -2627,8 +2422,7 @@ msgid "" msgstr "" "Переключиться на прямолинейный (rectilinear) шаблон?\n" "Да - переключиться на прямолинейный шаблон\n" -"Нет - сбросить плотность заполнения до значения по умолчанию (отличного от " -"100%)" +"Нет - сбросить плотность заполнения до значения по умолчанию (отличного от 100%)" msgid "" "While printing by Object, the extruder may collide skirt.\n" @@ -2700,40 +2494,6 @@ msgstr "Пауза при неисправности температуры со msgid "Paused due to heat bed temperature malfunction" msgstr "Пауза при неисправности температуры стола" -msgid "Filament unloading" -msgstr "Выгрузка прутка" - -# ??? Пауза при пропуске шагов -msgid "Skip step pause" -msgstr "Пропуск команды паузы" - -msgid "Filament loading" -msgstr "Загрузка прутка" - -msgid "Motor noise calibration" -msgstr "Калибровка шума двигателя" - -msgid "Paused due to AMS lost" -msgstr "Печать приостановлена из-за потери связи с АСПП" - -msgid "Paused due to low speed of the heat break fan" -msgstr "" -"Печать приостановлена из-за низкой скорости вращения вентилятора головы" - -msgid "Paused due to chamber temperature control error" -msgstr "Печать приостановлена из-за ошибки контроля температуры в камере" - -# ??? или Снижение температуры -msgid "Cooling chamber" -msgstr "Охлаждение камеры" - -msgid "Paused by the Gcode inserted by user" -msgstr "Печать приостановлена G-кодом, вставленным пользователем" - -# Демонстрация шума двигателяы -msgid "Motor noise showoff" -msgstr "Результат калибровки шума двигателя" - msgid "MC" msgstr "Плата управления" @@ -2770,48 +2530,11 @@ msgstr "Ошибка идентификации." msgid "Update failed." msgstr "Сбой обновления." -msgid "" -"The current chamber temperature or the target chamber temperature exceeds " -"45℃.In order to avoid extruder clogging,low temperature filament(PLA/PETG/" -"TPU) is not allowed to be loaded." -msgstr "" -"Текущая температура в камере или целевая температура в камере превышает 45℃. " -"Чтобы избежать засорения экструдера, запрещается загрузка низкотемпературной " -"печатной нити (PLA/PETG/TPU)." - -msgid "" -"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder.In order to " -"avoid extruder clogging,it is not allowed to set the chamber temperature " -"above 45℃." -msgstr "" -"В экструдер загружается низкотемпературная пластиковая нить (PLA/PETG/TPU). " -"Чтобы избежать засорения экструдера, запрещается устанавливать температуру в " -"камере выше 45℃." - -msgid "" -"When you set the chamber temperature below 40℃, the chamber temperature " -"control will not be activated. And the target chamber temperature will " -"automatically be set to 0℃." -msgstr "" -"Если вы установили температура в камере ниже 40℃, то контроль температуры в " -"камере не запустится, а целевая температура в ней будет автоматически " -"установлена на 0℃." - msgid "Failed to start printing job" msgstr "Не удалось запустить задание на печать." -msgid "" -"This calibration does not support the currently selected nozzle diameter" -msgstr "Данная калибровка не поддерживает выбранный диаметр сопла" - -msgid "Current flowrate cali param is invalid" -msgstr "Текущая величина калибровки скорости потока недопустима" - -msgid "Selected diameter and machine diameter do not match" -msgstr "Выбранный диаметр и диаметр профиля принтера не совпадают" - -msgid "Failed to generate cali gcode" -msgstr "Не удалось сгенерировать калибровочный G-код" +msgid "Invalid nozzle diameter" +msgstr "Недопустимый диаметр сопла" msgid "Calibration error" msgstr "Ошибка калибровки" @@ -2822,22 +2545,14 @@ msgstr "Печать TPU с помощью АСПП не поддерживае msgid "Bambu PET-CF/PA6-CF is not supported by AMS." msgstr "Печать Bambu PET-CF/PA6-CF с помощью АСПП не поддерживается." -msgid "" -"Damp PVA will become flexible and get stuck inside AMS,please take care to " -"dry it before use." -msgstr "" -"Влажный PVA становится гибким и застревает внутри АСПП, поэтому перед " -"использованием его необходимо просушить." +msgid "Damp PVA will become flexible and get stuck inside AMS,please take care to dry it before use." +msgstr "Влажный PVA становится гибким и застревает внутри АСПП, поэтому перед использованием его необходимо просушить." -msgid "" -"CF/GF filaments are hard and brittle, It's easy to break or get stuck in " -"AMS, please use with caution." -msgstr "" -"CF/GF пластиковые нити твердые и хрупкие, легко ломаются или застревают в " -"АСПП, поэтому используйте их с осторожностью." +msgid "CF/GF filaments are hard and brittle, It's easy to break or get stuck in AMS, please use with caution." +msgstr "CF/GF пластиковые нити твердые и хрупкие, легко ломаются или застревают в АСПП, поэтому используйте их с осторожностью." msgid "default" -msgstr "По умолчанию" +msgstr "По ум." msgid "parameter name" msgstr "Имя параметра" @@ -2912,6 +2627,9 @@ msgstr "Поток: " msgid "Layer Time: " msgstr "Время печати слоя: " +msgid "Fan Speed: " +msgstr "Скорость вентилятора: " + msgid "Fan: " msgstr "Скорость вентилятора: " @@ -2939,8 +2657,8 @@ msgstr "Очищено" msgid "Total" msgstr "Общее" -msgid "Total Estimation" -msgstr "" +msgid "Total Time Estimation" +msgstr "Оценка общего времени" msgid "Total time" msgstr "Общее время печати" @@ -3143,9 +2861,6 @@ msgstr "Разрешить использование нескольких ма msgid "Avoid extrusion calibration region" msgstr "Избегать зону калибровки экструзии" -msgid "Align to Y axis" -msgstr "Выровнять по оси Y" - msgid "Add" msgstr "Добавить" @@ -3204,12 +2919,8 @@ msgid "Size:" msgstr "Размер:" #, c-format, boost-format -msgid "" -"Conflicts of gcode paths have been found at layer %d, z = %.2lf mm. Please " -"separate the conflicted objects farther (%s <-> %s)." -msgstr "" -"В G-коде на %d слое (z = %.2lf мм) обнаружен конфликт путей. Пожалуйста, " -"разместите конфликтующие модели дальше друг от друга (%s <-> %s)." +msgid "Conflicts of gcode paths have been found at layer %d, z = %.2lf mm. Please separate the conflicted objects farther (%s <-> %s)." +msgstr "В G-коде на %d слое (z = %.2lf мм) обнаружен конфликт путей. Пожалуйста, разместите конфликтующие модели дальше друг от друга (%s <-> %s)." msgid "An object is layed over the boundary of plate." msgstr "Модель выходить за границы печатного стола." @@ -3225,13 +2936,10 @@ msgstr "При редактировании, те модели с которым msgid "" "An object is laid over the boundary of plate or exceeds the height limit.\n" -"Please solve the problem by moving it totally on or off the plate, and " -"confirming that the height is within the build volume." +"Please solve the problem by moving it totally on or off the plate, and confirming that the height is within the build volume." msgstr "" "Модель выходит за границы стола или превышает высоту печати.\n" -"Пожалуйста, устраните проблему, уместив всю модель в границы стола (или за " -"пределы стола) и убедитесь, что высота модели находится в пределах область " -"построения." +"Пожалуйста, устраните проблему, уместив всю модель в границы стола (или за пределы стола) и убедитесь, что высота модели находится в пределах область построения." msgid "Calibration step selection" msgstr "Выбор шага калибровки" @@ -3242,22 +2950,17 @@ msgstr "Калибровка микролидаром" msgid "Bed leveling" msgstr "Выравнивание стола" -msgid "Vibration compensation" -msgstr "Компенсация вибрации" - -msgid "Motor noise cancellation" -msgstr "Шумоподавление двигателя" +msgid "Resonance frequency identification" +msgstr "Идентификация резонансной частоты" msgid "Calibration program" msgstr "Программа калибровки" msgid "" -"The calibration program detects the status of your device automatically to " -"minimize deviation.\n" +"The calibration program detects the status of your device automatically to minimize deviation.\n" "It keeps the device performing optimally." msgstr "" -"Программа калибровки автоматически определяет состояние вашего принтера, " -"чтобы свести к минимуму ошибки оборудования.\n" +"Программа калибровки автоматически определяет состояние вашего принтера, чтобы свести к минимуму ошибки оборудования.\n" "Это обеспечивает оптимальную работу устройства." msgid "Calibration Flow" @@ -3266,9 +2969,6 @@ msgstr "Калибровка потока" msgid "Start Calibration" msgstr "Запустить калибровку" -msgid "No step selected" -msgstr "Шаг не задан" - msgid "Completed" msgstr "Завершено" @@ -3302,9 +3002,7 @@ msgstr "Пожалуйста, введите код доступа к принт msgid "" "You can find it in \"Settings > Network > Connection code\"\n" "on the printer, as shown in the figure:" -msgstr "" -"Вы можете найти его на принтере в разделе Настройки > Сеть > Код " -"подключения, как показано на рисунке:" +msgstr "Вы можете найти его на принтере в разделе Настройки > Сеть > Код подключения, как показано на рисунке:" msgid "Invalid input." msgstr "Неверный ввод." @@ -3493,7 +3191,7 @@ msgid "Export all objects as STL" msgstr "Экспортировать все модели в STL" msgid "Export Generic 3MF" -msgstr "Экспортировать в общий 3MF" +msgstr "Экспорт в общий 3MF" msgid "Export 3mf file without using some 3mf-extensions" msgstr "Экспорт в 3mf без использования 3mf-расширений" @@ -3502,16 +3200,16 @@ msgid "Export current sliced file" msgstr "Экспортировать текущий нарезанный файл" msgid "Export all plate sliced file" -msgstr "Экспортировать все нарезанные столы в файл" +msgstr "Экспорт всех нарезанных столов в файл" msgid "Export G-code" -msgstr "Экспортировать в G-код" +msgstr "Экспорт в G-код" msgid "Export current plate as G-code" msgstr "Экспортировать текущие модели со стола в G-код" msgid "Export &Configs" -msgstr "Экспортировать конфигурации" +msgstr "Экспорт конфигурации" msgid "Export current configuration to files" msgstr "Экспортировать текущую конфигурацию в файл" @@ -3589,7 +3287,7 @@ msgid "Show &Overhang" msgstr "Показать &нависания" msgid "Show object overhang highlight in 3D scene" -msgstr "Подсвечивать нависания у модели в 3D сцене" +msgstr "Подсвечивать нависания у модели в 3D-сцене" msgid "Preferences" msgstr "Параметры" @@ -3720,8 +3418,7 @@ msgstr "Выберите профиль для загрузки:" #, c-format, boost-format msgid "There is %d config imported. (Only non-system and compatible configs)" -msgid_plural "" -"There are %d configs imported. (Only non-system and compatible configs)" +msgid_plural "There are %d configs imported. (Only non-system and compatible configs)" msgstr[0] "Импортирована %d конфигурация (только не системная и совместимая)." msgstr[1] "Импортировано %d конфигурации (только не системные и совместимые)." msgstr[2] "Импортировано %d конфигураций (только не системные и совместимые)." @@ -3769,6 +3466,9 @@ msgstr "Принтер занят загрузкой. Дождитесь зав msgid "Loading..." msgstr "Загрузка..." +msgid "Initialize failed (Not supported with LAN-only mode)!" +msgstr "Ошибка инициализации (не поддерживается в режиме «Только LAN»)!" + msgid "Initialize failed (Not supported on the current printer version)!" msgstr "Ошибка инициализации (не поддерживается в текущей версии принтера)!" @@ -3778,6 +3478,9 @@ msgstr "Ошибка инициализации (Недоступно в реж msgid "Initialize failed (Missing LAN ip of printer)!" msgstr "Ошибка инициализации (отсутствует IP-адрес принтера в локальной сети)!" +msgid "Initialize failed (Not supported by printer)!" +msgstr "Ошибка инициализации (не поддерживается принтером)!" + msgid "Initializing..." msgstr "Инициализация..." @@ -3796,9 +3499,7 @@ msgid "Stopped." msgstr "Остановлено." msgid "LAN Connection Failed (Failed to start liveview)" -msgstr "" -"Сбой подключения к локальной сети (не удалось запустить просмотр в реальном " -"времени)" +msgstr "Сбой подключения к локальной сети (не удалось запустить просмотр в реальном времени)" msgid "" "Virtual Camera Tools is required for this task!\n" @@ -3812,11 +3513,11 @@ msgstr "Загрузка Virtual Camera Tools" msgid "" "Another virtual camera is running.\n" -"Orca Slicer supports only a single virtual camera.\n" +"Bambu Studio supports only a single virtual camera.\n" "Do you want to stop this virtual camera?" msgstr "" "Уже работает одна виртуальная камера.\n" -"Orca Slicer поддерживает только одну виртуальную камеру.\n" +"Bambu Studio поддерживает только одну виртуальную камеру.\n" "Хотите остановить эту виртуальную камеру?" #, c-format, boost-format @@ -3884,6 +3585,9 @@ msgstr "Пакетное управление файлами." msgid "No printers." msgstr "Принтеры отсутствуют." +msgid "Not supported by this model of printer!" +msgstr "Не поддерживается этой моделью принтера!" + #, c-format, boost-format msgid "Connect failed [%d]!" msgstr "Ошибка подключения [%d]!" @@ -3891,6 +3595,19 @@ msgstr "Ошибка подключения [%d]!" msgid "Loading file list..." msgstr "Загрузка списка файлов..." +msgid "No files" +msgstr "Файлы отсутствуют" + +msgid "Not accessible in LAN-only mode!" +msgstr "Недоступно в режиме «Только LAN»!" + +msgid "Missing LAN ip of printer!" +msgstr "Отсутствует сетевой адрес принтера!" + +#, c-format, boost-format +msgid "You are going to delete %u files. Are you sure to continue?" +msgstr "Вы собираетесь удалить файлы: %u шт. Вы уверены, что хотите это сделать?" + #, c-format, boost-format msgid "No files [%d]" msgstr "Файлы отсутствуют [%d]" @@ -3901,17 +3618,10 @@ msgstr "Ошибка загрузки [%d]" #, c-format, boost-format msgid "You are going to delete %u file from printer. Are you sure to continue?" -msgid_plural "" -"You are going to delete %u files from printer. Are you sure to continue?" -msgstr[0] "" -"Вы собираетесь удалить %u файл с принтера. Вы уверены, что хотите это " -"сделать?" -msgstr[1] "" -"Вы собираетесь удалить %u файла с принтера. Вы уверены, что хотите это " -"сделать?" -msgstr[2] "" -"Вы собираетесь удалить %u файлов с принтера. Вы уверены, что хотите это " -"сделать?" +msgid_plural "You are going to delete %u files from printer. Are you sure to continue?" +msgstr[0] "Вы собираетесь удалить %u файл с принтера. Вы уверены, что хотите это сделать?" +msgstr[1] "Вы собираетесь удалить %u файла с принтера. Вы уверены, что хотите это сделать?" +msgstr[2] "Вы собираетесь удалить %u файлов с принтера. Вы уверены, что хотите это сделать?" msgid "Delete files" msgstr "Удалить файлы" @@ -3932,12 +3642,8 @@ msgstr "Не удалось получить информацию о модел msgid "Failed to parse model infomations." msgstr "Не удалось проанализировать информацию о модели." -msgid "" -"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer " -"and export a new .gcode.3mf file." -msgstr "" -"Файл .gcode.3mf не содержит G-кода. Пожалуйста, нарежьте его в программе " -"Orca Slicer и экспортируйте новый файл .gcode.3mf." +msgid "The .gcode.3mf file contains no G-code data.Please slice it whthBambu Studio and export a new .gcode.3mf file." +msgstr "Файл .gcode.3mf не содержит G-кода. Пожалуйста, нарежьте его в программе Bambu Studio и экспортируйте новый файл .gcode.3mf." #, c-format, boost-format msgid "File '%s' was lost! Please download it again." @@ -4022,27 +3728,12 @@ msgstr "0" msgid "Layer: N/A" msgstr "Слой: Н/Д" +msgid "Immediately score" +msgstr "Оценить сейчас" + msgid "Clear" msgstr "Очистить" -msgid "" -"You have completed printing the mall model, \n" -"but the synchronization of rating information has failed." -msgstr "" -"Вы завершили печать модели торгового центра, \n" -"но не удалось синхронизировать информацию о рейтинге." - -msgid "How do you like this printing file?" -msgstr "На сколько вы оцениваете этот напечатанный файл?" - -msgid "" -"(The model has already been rated. Your rating will overwrite the previous " -"rating.)" -msgstr "(Модели уже присвоен рейтинг. Ваш рейтинг перезапишет предыдущий.)" - -msgid "Rate" -msgstr "Оценка" - msgid "Camera" msgstr "Камера" @@ -4091,6 +3782,17 @@ msgstr "Отмена печати" msgid "Are you sure you want to cancel this print?" msgstr "Вы уверены, что хотите отменить эту печать?" +#, c-format, boost-format +msgid "Disconnected from printer [%s] due to LAN mode disabled.Please reconnect the printer by logging in with your user account." +msgstr "Соединение с принтером [%s] разорвано из-за отключения режима «Только LAN». Повторно подключитесь к принтеру, войдя в свою учётную запись." + +#, c-format, boost-format +msgid "Disconnected from printer [%s] due to LAN mode enabled.Please reconnect the printer by inputting Access Code which can be gotten from printer screen." +msgstr "Соединение с принтером [%s] разорвано из-за включения режима «Только LAN». Повторно подключитесь к принтеру, введя код доступа, который можно получить на экране принтера." + +msgid "Done" +msgstr "Готово" + msgid "Downloading..." msgstr "Загрузка..." @@ -4105,14 +3807,18 @@ msgstr "Количество заданий в очереди на облачн msgid "Layer: %s" msgstr "Слой: %s" +msgid "Please give a score for your favorite Bambu Market model." +msgstr "Пожалуйста, поставьте оценку вашей любимой модели в магазине Bambu Market." + +msgid "Score" +msgstr "Рейтинг" + #, c-format, boost-format msgid "Layer: %d/%d" msgstr "Слой: %d/%d" msgid "Please heat the nozzle to above 170 degree before loading filament." -msgstr "" -"Пожалуйста, перед загрузкой нити, нагрейте сопло до температуры выше 170 " -"градусов." +msgstr "Пожалуйста, перед загрузкой нити, нагрейте сопло до температуры выше 170 градусов." msgid "Still unload" msgstr "Ещё выгружается" @@ -4123,12 +3829,8 @@ msgstr "Ещё загружается" msgid "Please select an AMS slot before calibration" msgstr "Пожалуйста, выберите слот АСПП перед калибровкой" -msgid "" -"Cannot read filament info: the filament is loaded to the tool head,please " -"unload the filament and try again." -msgstr "" -"Не удаётся считать информацию о пластиковой нити. Пластиковая нить загружена " -"в голову, пожалуйста, выгрузите её и повторите попытку." +msgid "Cannot read filament info: the filament is loaded to the tool head,please unload the filament and try again." +msgstr "Не удаётся считать информацию о пластиковой нити. Пластиковая нить загружена в голову, пожалуйста, выгрузите её и повторите попытку." msgid "This only takes effect during printing" msgstr "Применимо только во время печати" @@ -4148,115 +3850,6 @@ msgstr "Сумасшедший" msgid "Can't start this without SD card." msgstr "Невозможно запустить без SD-карты." -msgid "Rate the Print Profile" -msgstr "Оценить профиль печати" - -msgid "Comment" -msgstr "Комментарий" - -msgid "Rate this print" -msgstr "Оценить эту печать" - -msgid "Add Photo" -msgstr "Добавить фото" - -msgid "Delete Photo" -msgstr "Удалить фото" - -msgid "Submit" -msgstr "Отправить" - -msgid "Please click on the star first." -msgstr "Пожалуйста, сначала нажмите на звездочку." - -msgid "InFo" -msgstr "Информация" - -msgid "Get oss config failed." -msgstr "" -"Не удалось получить конфигурацию OSS.\n" -"\n" -"Ошибка получения конфигурации OSS." - -msgid "Upload Pictrues" -msgstr "Отправка изображений" - -msgid "Number of images successfully uploaded" -msgstr "Количество успешно загруженных изображений" - -msgid " upload failed" -msgstr " ошибка отправки" - -msgid " upload config prase failed\n" -msgstr " ошибка обработки конфигурации при отправке\n" - -# ??? -msgid " No corresponding storage bucket\n" -msgstr " Отсутствует хранилище данных\n" - -msgid " can not be opened\n" -msgstr " не удаётся открыть\n" - -msgid "" -"The following issues occurred during the process of uploading images. Do you " -"want to ignore them?\n" -"\n" -msgstr "" -"В процессе загрузки изображений возникли следующие проблемы. Игнорировать " -"их?\n" -"\n" - -msgid "info" -msgstr "Информация" - -msgid "Synchronizing the printing results. Please retry a few seconds later." -msgstr "" -"Синхронизация результатов печати. Повторите попытку через несколько секунд." - -msgid "Upload failed\n" -msgstr "Ошибка отправки\n" - -msgid "obtaining instance_id failed\n" -msgstr "не удалось получить instance_id\n" - -msgid "" -"Your comment result cannot be uploaded due to some reasons. As follows:\n" -"\n" -" error code: " -msgstr "" -"Ваш комментарий не может быть отправлен по некоторым причинам. Причины:\n" -"\n" -"Код ошибки: " - -msgid "error message: " -msgstr "сообщение об ошибке: " - -msgid "" -"\n" -"\n" -"Would you like to redirect to the webpage for rating?" -msgstr "" -"\n" -"\n" -"Хотите перейти на страницу для выставления оценки?" - -msgid "" -"Some of your images failed to upload. Would you like to redirect to the " -"webpage for rating?" -msgstr "" -"Некоторые из ваших изображений не удалось загрузить. Хотите перейти на " -"страницу для выставления оценки?" - -msgid "You can select up to 16 images." -msgstr "Допускается выбор до 16 изображений." - -msgid "" -"At least one successful print record of this print profile is required \n" -"to give a positive rating(4 or 5stars)." -msgstr "" -"Для выставления положительной оценки (4 или 5 звезд) требуется хотя бы одна " -"успешная запись о печати данным профилем печати." - msgid "Status" msgstr "Статус" @@ -4386,9 +3979,6 @@ msgstr "Предупреждение:" msgid "Export successfully." msgstr "Успешно экспортировано." -msgid "Model file downloaded." -msgstr "Файл модели скачан." - msgid "Serious warning:" msgstr "Серьезное предупреждение:" @@ -4422,11 +4012,8 @@ msgstr "Слои" msgid "Range" msgstr "Диапазон" -msgid "" -"The application cannot run normally because OpenGL version is lower than " -"2.0.\n" -msgstr "" -"Приложение не может работать нормально, так как версия OpenGL ниже 2.0.\n" +msgid "The application cannot run normally because OpenGL version is lower than 2.0.\n" +msgstr "Приложение не может работать нормально, так как версия OpenGL ниже 2.0.\n" msgid "Please upgrade your graphics card driver." msgstr "Пожалуйста, обновите драйвер вашей видеокарты." @@ -4462,12 +4049,8 @@ msgstr "Чувствительность" msgid "Enable detection of build plate position" msgstr "Определение положения печатной пластины" -msgid "" -"The localization tag of build plate is detected, and printing is paused if " -"the tag is not in predefined range." -msgstr "" -"Функция обнаружения метки (QR-кода) печатной пластины. Печать " -"приостанавливается, если метка находится не в том месте." +msgid "The localization tag of build plate is detected, and printing is paused if the tag is not in predefined range." +msgstr "Функция обнаружения метки (QR-кода) печатной пластины. Печать приостанавливается, если метка находится не в том месте." msgid "First Layer Inspection" msgstr "Проверка первого слоя" @@ -4475,10 +4058,6 @@ msgstr "Проверка первого слоя" msgid "Auto-recovery from step loss" msgstr "Автовосстановление после потери шагов" -# оповещения, подсказки??? -msgid "Allow Prompt Sound" -msgstr "Разрешить звуковые уведомления" - msgid "Global" msgstr "Общие" @@ -4500,24 +4079,6 @@ msgstr "Настройки прутка" msgid "Printer settings" msgstr "Настройки принтера" -msgid "Remove current plate (if not last one)" -msgstr "Удалить текущую печатную пластину (кроме последней)" - -msgid "Auto orient objects on current plate" -msgstr "Автоориентация моделей на текущей печатной пластине" - -msgid "Arrange objects on current plate" -msgstr "Расставить модели на текущей печатной пластине" - -msgid "Unlock current plate" -msgstr "Разблокировать текущую печатную пластину" - -msgid "Lock current plate" -msgstr "Заблокировать текущую печатную пластину" - -msgid "Customize current plate" -msgstr "Настроить текущую печатную пластину" - msgid "Untitled" msgstr "Без названия" @@ -4573,8 +4134,7 @@ msgstr "Синхронизировать список материалов из msgid "Set filaments to use" msgstr "Выбор пластиковой нити" -msgid "" -"No AMS filaments. Please select a printer in 'Device' page to load AMS info." +msgid "No AMS filaments. Please select a printer in 'Device' page to load AMS info." msgstr "" "АСПП недоступна. Пожалуйста, выберите принтер \n" "на странице «Принтер», чтобы загрузить информацию о АСПП." @@ -4582,19 +4142,11 @@ msgstr "" msgid "Sync filaments with AMS" msgstr "Синхронизация прутка с АСПП" -msgid "" -"Sync filaments with AMS will drop all current selected filament presets and " -"colors. Do you want to continue?" -msgstr "" -"При синхронизации пластиковых нитей с АСПП все текущие выбранные профили " -"прутков и цвета будут сброшены. Продолжить?" +msgid "Sync filaments with AMS will drop all current selected filament presets and colors. Do you want to continue?" +msgstr "При синхронизации пластиковых нитей с АСПП все текущие выбранные профили прутков и цвета будут сброшены. Продолжить?" -msgid "" -"Already did a synchronization, do you want to sync only changes or resync " -"all?" -msgstr "" -"Синхронизация уже выполнена. Хотите синхронизировать только изменения или " -"заново синхронизировать всё?" +msgid "Already did a synchronization, do you want to sync only changes or resync all?" +msgstr "Синхронизация уже выполнена. Хотите синхронизировать только изменения или заново синхронизировать всё?" msgid "Sync" msgstr "Только изменения" @@ -4603,29 +4155,18 @@ msgid "Resync" msgstr "Всё" msgid "There are no compatible filaments, and sync is not performed." -msgstr "" -"Синхронизация не выполнена, ввиду отсутствия совместимых пластиковых нитей." +msgstr "Синхронизация не выполнена, ввиду отсутствия совместимых пластиковых нитей." -msgid "" -"There are some unknown filaments mapped to generic preset. Please update " -"Orca Slicer or restart Orca Slicer to check if there is an update to system " -"presets." -msgstr "" -"Имеются несколько неизвестных материалов, сопоставленных с общим профилем. " -"Обновите или перезапустите Orca Slicer, чтобы проверить наличие обновлений " -"системных профилей." +msgid "There are some unknown filaments mapped to generic preset. Please update Orca Slicer or restart Orca Slicer to check if there is an update to system presets." +msgstr "Имеются несколько неизвестных материалов, сопоставленных с общим профилем. Обновите или перезапустите Orca Slicer, чтобы проверить наличие обновлений системных профилей." #, boost-format msgid "Do you want to save changes to \"%1%\"?" msgstr "Вы хотите сохранить изменения в \"%1%\"?" #, c-format, boost-format -msgid "" -"Successfully unmounted. The device %s(%s) can now be safely removed from the " -"computer." -msgstr "" -"Размонтирование прошло успешно. Теперь устройство %s(%s) может быть " -"безопасно извлечено из компьютера." +msgid "Successfully unmounted. The device %s(%s) can now be safely removed from the computer." +msgstr "Размонтирование прошло успешно. Теперь устройство %s(%s) может быть безопасно извлечено из компьютера." #, c-format, boost-format msgid "Ejecting of device %s(%s) has failed." @@ -4637,38 +4178,21 @@ msgstr "Обнаружен предыдущий несохраненный пр msgid "Restore" msgstr "Восстановить" -msgid "" -"The current hot bed temperature is relatively high. The nozzle may be " -"clogged when printing this filament in a closed enclosure. Please open the " -"front door and/or remove the upper glass." -msgstr "" -"Текущая температура стола довольно высока. При печати этим материалом в " -"закрытом корпусе возможно засорение сопла. Откройте переднюю дверцу и/или " -"верхнюю крышку принтера." +msgid "The bed temperature exceeds filament's vitrification temperature. Please open the front door of printer before printing to avoid nozzle clog." +msgstr "Температура стола превышает температуру стеклования пластиковой нити. Пожалуйста, откройте переднюю дверцу принтера перед печатью, чтобы избежать засорения сопла." -msgid "" -"The nozzle hardness required by the filament is higher than the default " -"nozzle hardness of the printer. Please replace the hardened nozzle or " -"filament, otherwise, the nozzle will be attrited or damaged." -msgstr "" -"Твердость сопла, установленного по умолчанию, не достаточна для печати " -"данной пластиковой нитью. Замените сопло на закаленное или смените " -"пластиковую нить. В противном случае сопло будет изношено или повреждено." - -msgid "" -"Enabling traditional timelapse photography may cause surface imperfections. " -"It is recommended to change to smooth mode." -msgstr "" -"Включение обычного режима таймлапса может привести к появлению дефектов " -"поверхности, поэтому рекомендуется изменить режим на плавный." +msgid "The nozzle hardness required by the filament is higher than the default nozzle hardness of the printer. Please replace the hardened nozzle or filament, otherwise, the nozzle will be attrited or damaged." +msgstr "Твердость сопла, установленного по умолчанию, не достаточна для печати данной пластиковой нитью. Замените сопло на закаленное или смените пластиковую нить. В противном случае сопло будет изношено или повреждено." #, c-format, boost-format msgid "Loading file: %s" msgstr "Загрузка файла: %s" msgid "The 3mf is not supported by OrcaSlicer, load geometry data only." -msgstr "" -"Этот 3mf создан не в OrcaSlicer, поэтому загрузятся только данные геометрии." +msgstr "Этот 3mf создан не в OrcaSlicer, поэтому загрузятся только данные геометрии." + +msgid "The 3mf is not from Bambu Lab, load geometry data only." +msgstr "Этот 3mf создан не в Bambu Lab, поэтому загрузятся только данные геометрии." msgid "Load 3mf" msgstr "Загрузка 3mf" @@ -4677,14 +4201,9 @@ msgid "The Config can not be loaded." msgstr "Конфигурация не может быть загружена." msgid "The 3mf is generated by old Orca Slicer, load geometry data only." -msgstr "" -"Этот 3mf создан в старой версии Orca Slicer, поэтому загрузятся только " -"данные геометрии." +msgstr "Этот 3mf создан в старой версии Orca Slicer, поэтому загрузятся только данные геометрии." -#, c-format, boost-format -msgid "" -"The 3mf's version %s is newer than %s's version %s, Found following keys " -"unrecognized:" +msgid "The 3mf's version %s is newer than %s's version %s, Found following keys unrecognized:" msgstr "" "Версия этого формата 3mf (%s) новее текущей версии %s (%s). \n" "Обнаружены следующие нераспознанные ключи:" @@ -4696,9 +4215,7 @@ msgid "Newer 3mf version" msgstr "Новая версия 3mf" #, c-format, boost-format -msgid "" -"The 3mf's version %s is newer than %s's version %s, Suggest to upgrade your " -"software." +msgid "The 3mf's version %s is newer than %s's version %s, Suggest to upgrade your software." msgstr "" "Версия этого формата 3mf (%s) новее текущей версии %s (%s). \n" "Рекомендуется обновить программу." @@ -4723,8 +4240,7 @@ msgstr "В названии могут присутствовать ненужн #, boost-format msgid "Failed loading file \"%1%\". An invalid configuration was found." -msgstr "" -"Не удалось загрузить файл \"%1%\". Обнаружена недопустимая конфигурация." +msgstr "Не удалось загрузить файл \"%1%\". Обнаружена недопустимая конфигурация." msgid "Objects with zero volume removed" msgstr "Модели с нулевым объёмом удалены" @@ -4757,8 +4273,7 @@ msgid "Multi-part object detected" msgstr "Обнаружена модель, состоящая из нескольких частей" msgid "Load these files as a single object with multiple parts?\n" -msgstr "" -"Загрузить эти файлы как единую модель состоящую из нескольких частей?\n" +msgstr "Загрузить эти файлы как единую модель состоящую из нескольких частей?\n" msgid "Object with multiple parts was detected" msgstr "Обнаружена модель, состоящая из нескольких частей" @@ -4766,9 +4281,7 @@ msgstr "Обнаружена модель, состоящая из нескол msgid "The file does not contain any geometry data." msgstr "Файл не содержит никаких геометрических данных." -msgid "" -"Your object appears to be too large, Do you want to scale it down to fit the " -"heat bed automatically?" +msgid "Your object appears to be too large, Do you want to scale it down to fit the heat bed automatically?" msgstr "" "Похоже, ваша модель слишком большая. \n" "Хотите автоматически уменьшить её масштаб, \n" @@ -4807,39 +4320,18 @@ msgstr "Выбранная модель не может быть разделе msgid "Another export job is running." msgstr "Уже идёт другой процесс экспорта." -msgid "Replace from:" -msgstr "Заменить из:" - -msgid "Unable to replace with more than one volume" -msgstr "Невозможно заменить более чем одним объём" - -msgid "Error during replace" -msgstr "Ошибка при выполнении замены" - msgid "Select a new file" msgstr "Выберите новый файл" msgid "File for the replace wasn't selected" msgstr "Файл для замены не выбран" +msgid "Error during replace" +msgstr "Ошибка при выполнении замены" + msgid "Please select a file" msgstr "Пожалуйста, выберите файл" -msgid "Do you want to replace it" -msgstr "Хотите заменить его" - -msgid "Message" -msgstr "Сообщение" - -msgid "Reload from:" -msgstr "Перезагрузка из:" - -msgid "Unable to reload:" -msgstr "Не удалось перезагрузить:" - -msgid "Error during reload" -msgstr "Ошибка во время перезагрузки" - msgid "Slicing" msgstr "Нарезка" @@ -4862,8 +4354,7 @@ msgstr "Нарезка стола %d" msgid "Please resolve the slicing errors and publish again." msgstr "Пожалуйста, устраните ошибки нарезки и попробуйте опубликовать снова." -msgid "" -"Network Plug-in is not detected. Network related features are unavailable." +msgid "Network Plug-in is not detected. Network related features are unavailable." msgstr "Сетевой плагин не обнаружен. Функции, связанные с сетью, недоступны." msgid "" @@ -4871,8 +4362,7 @@ msgid "" "The loaded file contains gcode only, Can not enter the Prepare page" msgstr "" "Режим только предпросмотра:\n" -"Загруженный файл содержит только G-код, поэтому переход на страницу " -"«Подготовка» невозможен." +"Загруженный файл содержит только G-код, поэтому переход на страницу «Подготовка» невозможен." msgid "You can keep the modified presets to the new project or discard them" msgstr "Изменённые профили можно сохранить в новом проекте или отказаться." @@ -4885,12 +4375,10 @@ msgstr "Загрузить проект" msgid "" "Failed to save the project.\n" -"Please check whether the folder exists online or if other programs open the " -"project file." +"Please check whether the folder exists online or if other programs open the project file." msgstr "" "Не удалось сохранить проект.\n" -"Убедитесь, что папка существует и что файл проекта не открыт в другой " -"программе." +"Убедитесь, что папка существует и что файл проекта не открыт в другой программе." msgid "Save project" msgstr "Сохранение проекта" @@ -4908,13 +4396,6 @@ msgstr "скачивание проекта..." msgid "Project downloaded %d%%" msgstr "Проект загружен %d%%" -msgid "" -"Importing to Orca Slicer failed. Please download the file and manually " -"import it." -msgstr "" -"Не удалось импортировать в Orca Slicer. Загрузите файл и импортируйте его " -"вручную." - msgid "The selected file" msgstr "В выбранном файле" @@ -4971,30 +4452,15 @@ msgstr "Количество копий выбранной модели" msgid "Save G-code file as:" msgstr "Сохранить файл G-кода как:" -msgid "Save SLA file as:" -msgstr "Сохранить SLA файл как:" - -msgid "The provided file name is not valid." -msgstr "Указано недопустимое имя файла." - -msgid "The following characters are not allowed by a FAT file system:" -msgstr "Следующие символы не разрешены файловой системой FAT:" - msgid "Save Sliced file as:" msgstr "Сохранить нарезанный файл как:" #, c-format, boost-format -msgid "" -"The file %s has been sent to the printer's storage space and can be viewed " -"on the printer." +msgid "The file %s has been sent to the printer's storage space and can be viewed on the printer." msgstr "Файл %s отправлен в память принтера и может быть просмотрен на нём." -msgid "" -"Unable to perform boolean operation on model meshes. Only positive parts " -"will be exported." -msgstr "" -"Невозможно выполнить булевы операции над сетками модели. Будут " -"экспортированы только положительные части." +msgid "Unable to perform boolean operation on model meshes. Only positive parts will be exported." +msgstr "Невозможно выполнить булевы операции над сетками модели. Будут экспортированы только положительные части." msgid "Is the printer ready? Is the print sheet in place, empty and clean?" msgstr "Готов ли 3D-принтер? Печатная пластина на месте, пустая и чистая?" @@ -5007,8 +4473,7 @@ msgid "" "Suggest to use auto-arrange to avoid collisions when printing." msgstr "" "Печать по очереди: \n" -"Рекомендуется использовать автоматическую расстановку, чтобы избежать " -"столкновений при печати." +"Рекомендуется использовать автоматическую расстановку, чтобы избежать столкновений при печати." msgid "Send G-code" msgstr "Отправить G-код" @@ -5066,23 +4531,12 @@ msgstr "Треугольников: %1%\n" msgid "Tips:" msgstr "Подсказки:" -msgid "" -"\"Fix Model\" feature is currently only on Windows. Please repair the model " -"on Orca Slicer(windows) or CAD softwares." -msgstr "" -"Функция «Починить модель» в настоящее время доступна только в Windows. " -"Пожалуйста, почините модель с помощью Bambu Studio (Windows) или другой CAD " -"программой." +msgid "\"Fix Model\" feature is currently only on Windows. Please repair the model on Orca Slicer(windows) or CAD softwares." +msgstr "Функция «Починить модель» в настоящее время доступна только в Windows. Пожалуйста, почините модель с помощью Bambu Studio (Windows) или другой CAD программой." #, c-format, boost-format -msgid "" -"Plate% d: %s is not suggested to be used to print filament %s(%s). If you " -"still want to do this printing, please set this filament's bed temperature " -"to non zero." -msgstr "" -"Не рекомендуется использовать печатную пластину% d (%s) для печати прутком " -"%s (%s). Если вы всё же хотите сделать это, то установите температуру стола " -"для этого прутка на ненулевое значение." +msgid "Plate% d: %s is not suggested to be used to print filament %s(%s). If you still want to do this printing, please set this filament's bed temperature to non zero." +msgstr "Не рекомендуется использовать печатную пластину% d (%s) для печати прутком %s (%s). Если вы всё же хотите сделать это, то установите температуру стола для этого прутка на ненулевое значение." msgid "Switching the language requires application restart.\n" msgstr "Для смены языка требуется перезапуск приложения.\n" @@ -5136,7 +4590,7 @@ msgid "Login Region" msgstr "Регион входа" msgid "Stealth Mode" -msgstr "Режим конфиденциальности (отключение телеметрии Bambulab)." +msgstr "Режим конфиденциальности (отключение телеметрии Bambulab)" msgid "Metric" msgstr "Метрическая СИ" @@ -5149,46 +4603,17 @@ msgstr "" "Единицы \n" "измерения" -msgid "Home" -msgstr "" - -msgid "Default Page" -msgstr "" - -msgid "Set the page opened on startup." -msgstr "" - msgid "Zoom to mouse position" msgstr "Приближать к положению курсор" -msgid "" -"Zoom in towards the mouse pointer's position in the 3D view, rather than the " -"2D window center." -msgstr "" -"Увеличивать масштаб по направлению к курсору в 3D-виде, а не к центру 2D-" -"окна." - -msgid "Use free camera" -msgstr "Использовать свободную камеру" - -msgid "If enabled, use free camera. If not enabled, use constrained camera." -msgstr "" -"Если включено, используется свободное вращение камеры. Если выключено, " -"используется вращение камера с ограничениями." - -msgid "Show splash screen" -msgstr "" - -msgid "Show the splash screen during startup." -msgstr "" +msgid "Zoom in towards the mouse pointer's position in the 3D view, rather than the 2D window center." +msgstr "Увеличивать масштаб по направлению к курсору в 3D-виде, а не к центру 2D-окна." msgid "Show \"Tip of the day\" notification after start" msgstr "Показывать уведомление с полезным советом при запуске приложения" msgid "If enabled, useful hints are displayed at startup." -msgstr "" -"Если включено, будут показываться уведомления с полезном советом при запуске " -"приложения." +msgstr "Если включено, будут показываться уведомления с полезном советом при запуске приложения." msgid "Show g-code window" msgstr "Показать окно G-кода" @@ -5221,32 +4646,31 @@ msgid "Associate .3mf files to OrcaSlicer" msgstr "Ассоциировать файлы .3mf с OrcaSlicer" msgid "If enabled, sets OrcaSlicer as default application to open .3mf files" -msgstr "" -"Если включено, назначает OrcaSlicer в качестве приложения по умолчанию для " -"открытия .3mf файлов." +msgstr "Если включено, назначает OrcaSlicer в качестве приложения по умолчанию для открытия .3mf файлов." msgid "Associate .stl files to OrcaSlicer" msgstr "Ассоциировать файлы .stl с OrcaSlicer" msgid "If enabled, sets OrcaSlicer as default application to open .stl files" -msgstr "" -"Если включено, назначает OrcaSlicer в качестве приложения по умолчанию для " -"открытия .stl файлов." +msgstr "Если включено, назначает OrcaSlicer в качестве приложения по умолчанию для открытия .stl файлов." msgid "Associate .step/.stp files to OrcaSlicer" msgstr "Ассоциировать файлы .step/.stp с OrcaSlicer" msgid "If enabled, sets OrcaSlicer as default application to open .step files" -msgstr "" -"Если включено, назначает OrcaSlicer в качестве приложения по умолчанию для " -"открытия .step файлов." +msgstr "Если включено, назначает OrcaSlicer в качестве приложения по умолчанию для открытия .step файлов." + +msgid "Online Models" +msgstr "Онлайн-модели" + +msgid "Show online staff-picked models on the home page" +msgstr "Показывать отобранные сотрудниками модели на главной странице" msgid "Maximum recent projects" msgstr "Максимальное количество недавних проектов" msgid "Maximum count of recent projects" -msgstr "" -"Максимальное количество проектов отображаемое в списке недавних проектов." +msgstr "Максимальное количество проектов отображаемое в списке недавних проектов." msgid "Clear my choice on the unsaved projects." msgstr "Очистить мой выбор от несохранённых проектов." @@ -5254,11 +4678,8 @@ msgstr "Очистить мой выбор от несохранённых пр msgid "Auto-Backup" msgstr "Автосоздание резервной копии" -msgid "" -"Backup your project periodically for restoring from the occasional crash." -msgstr "" -"Периодическое создание резервной копии проекта для восстановления после " -"непредвиденного сбоя программы." +msgid "Backup your project periodically for restoring from the occasional crash." +msgstr "Периодическое создание резервной копии проекта для восстановления после непредвиденного сбоя программы." msgid "every" msgstr "каждые" @@ -5338,6 +4759,9 @@ msgstr "ошибка" msgid "warning" msgstr "предупреждение" +msgid "info" +msgstr "Информация" + msgid "debug" msgstr "отладка" @@ -5447,9 +4871,7 @@ msgid "Log Out" msgstr "Выход" msgid "Slice all plate to obtain time and filament estimation" -msgstr "" -"Нарезка всех столов для получения примерного времени печати и расчёта " -"необходимого количества материала." +msgstr "Нарезка всех столов для получения примерного времени печати и расчёта необходимого количества материала." msgid "Packing project data into 3mf file" msgstr "Упаковка данных проекта в файл формата 3mf" @@ -5461,9 +4883,7 @@ msgid "Jump to model publish web page" msgstr "Перейти на веб-страницу публикации модели" msgid "Note: The preparation may takes several minutes. Please be patiant." -msgstr "" -"Примечание: подготовка может занять несколько минут. Пожалуйста, наберитесь " -"терпения." +msgstr "Примечание: подготовка может занять несколько минут. Пожалуйста, наберитесь терпения." msgid "Publish" msgstr "Опубликовать" @@ -5514,8 +4934,7 @@ msgid "Preset \"%1%\" already exists and is incompatible with current printer." msgstr "Профиль \"%1%\" уже существует и несовместим с текущим принтером." msgid "Please note that saving action will replace this preset" -msgstr "" -"Обратите внимание, что при сохранении произойдёт замена текущего профиля." +msgstr "Обратите внимание, что при сохранении произойдёт замена текущего профиля." msgid "The name is not allowed to be empty." msgstr "Имя не может быть пустым." @@ -5559,6 +4978,9 @@ msgstr "Просто переключиться на \"%1%\"" msgid "Task canceled" msgstr "Задание отменено" +msgid "Upload task timed out. Please check the network problem and try again" +msgstr "Истекло время ожидания отправки задания. Проверьте сетевое подключение и повторите попытку." + msgid "(LAN)" msgstr "(LAN)" @@ -5587,23 +5009,11 @@ msgid "Busy" msgstr "Занят" msgid "Bambu Cool Plate" -msgstr "Не нагреваемая пластина Bamabu" +msgstr "Не нагреваемая пластина Bambu" msgid "PLA Plate" msgstr "PLA пластина" -msgid "Bambu Engineering Plate" -msgstr "Инженерная пластина Bamabu" - -msgid "Bambu Smooth PEI Plate" -msgstr "Гладкая PEI пластина Bambu" - -msgid "High temperature Plate" -msgstr "Высокотемпературная пластина" - -msgid "Bambu Textured PEI Plate" -msgstr "Текстурированная PEI пластина Bambu " - msgid "Send print job to" msgstr "Отправка задания на печать" @@ -5620,8 +5030,8 @@ msgstr "" "Калибровка\n" "динамики потока" -msgid "Click here if you can't connect to the printer" -msgstr "Нажмите здесь, если вы не можете подключиться к принтеру" +msgid "Can't connect to the printer" +msgstr "Не удаётся подключиться к принтеру" msgid "send completed" msgstr "отправка завершена" @@ -5633,12 +5043,12 @@ msgid "Check the status of current system services" msgstr "Проверка состояния текущих системных служб" msgid "Printer local connection failed, please try again." -msgstr "" -"Не удалось установить локальное соединение с принтером, попробуйте ещё раз." +msgstr "Не удалось установить локальное соединение с принтером, попробуйте ещё раз." msgid "No login account, only printers in LAN mode are displayed" msgstr "" -"Без входа в учётную запись, отображаются только принтеры в локальной сети." +"Без входа в учётную запись, отображаются только \n" +"принтеры в локальной сети." msgid "Connecting to server" msgstr "Подключение к серверу" @@ -5650,70 +5060,36 @@ msgid "Synchronizing device information time out" msgstr "Время ожидания синхронизации информации об устройстве истекло" msgid "Cannot send the print job when the printer is updating firmware" -msgstr "" -"Невозможно отправить задание на печать, при обновлении прошивки принтера." +msgstr "Невозможно отправить задание на печать, при обновлении прошивки принтера." -msgid "" -"The printer is executing instructions. Please restart printing after it ends" -msgstr "" -"Принтер выполняет инструкции. Пожалуйста, перезапустите печать после их " -"завершения." +msgid "The printer is executing instructions. Please restart printing after it ends" +msgstr "Принтер выполняет инструкции. Пожалуйста, перезапустите печать после их завершения." msgid "The printer is busy on other print job" msgstr "Принтер занят другим заданием" #, c-format, boost-format -msgid "" -"Filament %s exceeds the number of AMS slots. Please update the printer " -"firmware to support AMS slot assignment." -msgstr "" -"Количество пластиковых нитей - %s, что превышает количество слотов АСПП. " -"Обновите прошивку принтера, чтобы получить поддержку функции назначения " -"слотов АСПП." +msgid "Filament %s exceeds the number of AMS slots. Please update the printer firmware to support AMS slot assignment." +msgstr "Количество пластиковых нитей - %s, что превышает количество слотов АСПП. Обновите прошивку принтера, чтобы получить поддержку функции назначения слотов АСПП." -msgid "" -"Filament exceeds the number of AMS slots. Please update the printer firmware " -"to support AMS slot assignment." -msgstr "" -"Количество пластиковых нитей превышает количество слотов АСПП. Обновите " -"прошивку принтера, чтобы получить поддержку функции назначения слотов АСПП." +msgid "Filament exceeds the number of AMS slots. Please update the printer firmware to support AMS slot assignment." +msgstr "Количество пластиковых нитей превышает количество слотов АСПП. Обновите прошивку принтера, чтобы получить поддержку функции назначения слотов АСПП." -msgid "" -"Filaments to AMS slots mappings have been established. You can click a " -"filament above to change its mapping AMS slot" -msgstr "" -"Соответствия между материалами и слотами АСПП были установлены. Вы можете " -"нажать на пластиковую нить выше, чтобы вручную задать для неё нужный слот " -"АСПП." +msgid "Filaments to AMS slots mappings have been established. You can click a filament above to change its mapping AMS slot" +msgstr "Соответствия между материалами и слотами АСПП были установлены. Вы можете нажать на пластиковую нить выше, чтобы вручную задать для неё нужный слот АСПП." -msgid "" -"Please click each filament above to specify its mapping AMS slot before " -"sending the print job" -msgstr "" -"Перед отправкой задания на печать, нажмите на каждую пластиковую нить, чтобы " -"вручную задать для неё нужный слот АСПП." +msgid "Please click each filament above to specify its mapping AMS slot before sending the print job" +msgstr "Перед отправкой задания на печать, нажмите на каждую пластиковую нить, чтобы вручную задать для неё нужный слот АСПП." #, c-format, boost-format -msgid "" -"Filament %s does not match the filament in AMS slot %s. Please update the " -"printer firmware to support AMS slot assignment." -msgstr "" -"Материал %s не соответствует материалу в слоте %s АСПП. Обновите прошивку " -"принтера, чтобы получить поддержку функции назначения слотов АСПП." +msgid "Filament %s does not match the filament in AMS slot %s. Please update the printer firmware to support AMS slot assignment." +msgstr "Материал %s не соответствует материалу в слоте %s АСПП. Обновите прошивку принтера, чтобы получить поддержку функции назначения слотов АСПП." -msgid "" -"Filament does not match the filament in AMS slot. Please update the printer " -"firmware to support AMS slot assignment." -msgstr "" -"Материал не соответствует материалу в слоте АСПП. Обновите прошивку " -"принтера, чтобы получить поддержку функции назначения слотов АСПП." +msgid "Filament does not match the filament in AMS slot. Please update the printer firmware to support AMS slot assignment." +msgstr "Материал не соответствует материалу в слоте АСПП. Обновите прошивку принтера, чтобы получить поддержку функции назначения слотов АСПП." -msgid "" -"The printer firmware only supports sequential mapping of filament => AMS " -"slot." -msgstr "" -"Текущая прошивка принтера поддерживает только последовательное сопоставление " -"пластиковых нитей => слот АСПП." +msgid "The printer firmware only supports sequential mapping of filament => AMS slot." +msgstr "Текущая прошивка принтера поддерживает только последовательное сопоставление пластиковых нитей => слот АСПП." msgid "An SD card needs to be inserted before printing." msgstr "Перед печатью необходимо вставить SD-карту." @@ -5724,12 +5100,8 @@ msgstr "Выбранный принтер несовместим с выбран msgid "An SD card needs to be inserted to record timelapse." msgstr "Для записи таймлапсов необходимо вставить SD-карту." -msgid "" -"Cannot send the print job to a printer whose firmware is required to get " -"updated." -msgstr "" -"Невозможно отправить задание печати на принтер, прошивка которого нуждается " -"в обновлении." +msgid "Cannot send the print job to a printer whose firmware is required to get updated." +msgstr "Невозможно отправить задание печати на принтер, прошивка которого нуждается в обновлении." msgid "Cannot send the print job for empty plate" msgstr "Невозможно отправить задание на печать, так как стол пуст." @@ -5737,54 +5109,27 @@ msgstr "Невозможно отправить задание на печать msgid "This printer does not support printing all plates" msgstr "Данный принтер не поддерживает печать на всех типах печатных пластин." -msgid "" -"When enable spiral vase mode, machines with I3 structure will not generate " -"timelapse videos." -msgstr "" -"При включении режима «Спиральная ваза» принтеры с кинематикой I3 не будут " -"писать таймлапс." - -msgid "" -"When print by object, machines with I3 structure will not generate timelapse " -"videos." -msgstr "" -"При печати по очереди, принтеры с кинематикой I3 не будут писать таймлапс." - msgid "Errors" msgstr "Ошибок" msgid "Please check the following:" msgstr "Пожалуйста, проверьте следующую информацию:" -msgid "" -"The printer type selected when generating G-Code is not consistent with the " -"currently selected printer. It is recommended that you use the same printer " -"type for slicing." -msgstr "" -"Выбранный профиль принтера в настройках слайсера не совпадает с фактическим " -"принтером. Для нарезки рекомендуется использовать тот же профиль принтера." +msgid "The printer type selected when generating G-Code is not consistent with the currently selected printer. It is recommended that you use the same printer type for slicing." +msgstr "Выбранный профиль принтера в настройках слайсера не совпадает с фактическим принтером. Для нарезки рекомендуется использовать тот же профиль принтера." #, c-format, boost-format msgid "%s is not supported by AMS." msgstr "%s не поддерживается АСПП." -msgid "" -"There are some unknown filaments in the AMS mappings. Please check whether " -"they are the required filaments. If they are okay, press \"Confirm\" to " -"start printing." -msgstr "" -"В АСПП установлены неизвестные пластиковые нити. Убедитесь, что стоят именно " -"те, что вам нужны. Если всё в порядке, нажмите «Подтвердить», чтобы начать " -"печать." +msgid "There are some unknown filaments in the AMS mappings. Please check whether they are the required filaments. If they are okay, press \"Confirm\" to start printing." +msgstr "В АСПП установлены неизвестные пластиковые нити. Убедитесь, что стоят именно те, что вам нужны. Если всё в порядке, нажмите «Подтвердить», чтобы начать печать." -msgid "" -"Please click the confirm button if you still want to proceed with printing." +msgid "Please click the confirm button if you still want to proceed with printing." msgstr "Нажмите кнопку подтверждения, если всё ещё хотите продолжить печать." -msgid "" -"Connecting to the printer. Unable to cancel during the connection process." -msgstr "" -"Подключение к принтеру. Невозможно отменить во время процесса подключения." +msgid "Connecting to the printer. Unable to cancel during the connection process." +msgstr "Подключение к принтеру. Невозможно отменить во время процесса подключения." msgid "Preparing print job" msgstr "Подготовка задания на печать" @@ -5795,12 +5140,8 @@ msgstr "Неправильные данные файла печати. Пожа msgid "The name length exceeds the limit." msgstr "Длина имени превышает установленное ограничение." -msgid "" -"Caution to use! Flow calibration on Textured PEI Plate may fail due to the " -"scattered surface." -msgstr "" -"Внимание! Калибровка потока на текстурированной пластине с PEI покрытием " -"может быть неудачной из-за шероховатой поверхности." +msgid "Caution to use! Flow calibration on Textured PEI Plate may fail due to the scattered surface." +msgstr "Внимание! Калибровка потока на текстурированной пластине с PEI покрытием может быть неудачной из-за шероховатой поверхности." msgid "Automatic flow calibration using Micro Lidar" msgstr "Автокалибровка потока с помощью микролидара" @@ -5817,8 +5158,8 @@ msgstr "Во время обновления невозможно отправи msgid "An SD card needs to be inserted before send to printer SD card." msgstr "Перед отправкой на SD-карту, сначала вставьте её в принтер." -msgid "The printer is required to be in the same LAN as Orca Slicer." -msgstr "Принтер должен находиться в одной локальной сети с Orca Slicer." +msgid "The printer is required to be in the same LAN as Bambu Studio." +msgstr "Принтер должен находиться в одной локальной сети с Bambu Studio." msgid "The printer does not support sending to printer SD card." msgstr "Принтер не поддерживает отправку на SD-карту." @@ -5865,19 +5206,9 @@ msgstr "Прочитать и принять" msgid "Terms and Conditions" msgstr "Условия использования" -msgid "" -"Thank you for purchasing a Bambu Lab device.Before using your Bambu Lab " -"device, please read the termsand conditions.By clicking to agree to use your " -"Bambu Lab device, you agree to abide by the Privacy Policyand Terms of " -"Use(collectively, the \"Terms\"). If you do not comply with or agree to the " -"Bambu Lab Privacy Policy, please do not use Bambu Lab equipment and services." +msgid "Thank you for purchasing a Bambu Lab device.Before using your Bambu Lab device, please read the termsand conditions.By clicking to agree to use your Bambu Lab device, you agree to abide by the Privacy Policyand Terms of Use(collectively, the \"Terms\"). If you do not comply with or agree to the Bambu Lab Privacy Policy, please do not use Bambu Lab equipment and services." msgstr "" -"Перед использованием устройства Bambu Lab ознакомьтесь с правилами и " -"условиями. Нажимая на кнопку \"Согласие на использование устройства Bambu Lab" -"\", вы соглашаетесь соблюдать Политику конфиденциальности и Условия " -"использования (далее - \"Условия\"). Если вы не соблюдаете или не согласны с " -"Политикой конфиденциальности Bambu Lab, пожалуйста, не пользуйтесь " -"оборудованием и услугами Bambu Lab." +"Перед использованием устройства Bambu Lab ознакомьтесь с правилами и условиями. Нажимая на кнопку \"Согласие на использование устройства Bambu Lab\", вы соглашаетесь соблюдать Политику конфиденциальности и Условия использования (далее - \"Условия\"). Если вы не соблюдаете или не согласны с Политикой конфиденциальности Bambu Lab, пожалуйста, не пользуйтесь оборудованием и услугами Bambu Lab." msgid "and" msgstr "и" @@ -5893,30 +5224,12 @@ msgstr "Заявление о программе улучшения пользо #, c-format, boost-format msgid "" -"In the 3D Printing community, we learn from each other's successes and " -"failures to adjust our own slicing parameters and settings. %s follows the " -"same principle and uses machine learning to improve its performance from the " -"successes and failures of the vast number of prints by our users. We are " -"training %s to be smarter by feeding them the real-world data. If you are " -"willing, this service will access information from your error logs and usage " -"logs, which may include information described in Privacy Policy. We will " -"not collect any Personal Data by which an individual can be identified " -"directly or indirectly, including without limitation names, addresses, " -"payment information, or phone numbers. By enabling this service, you agree " -"to these terms and the statement about Privacy Policy." +"In the 3D Printing community, we learn from each other's successes and failures to adjust our own slicing parameters and settings. %s follows the same principle and uses machine learning to improve its performance from the successes and failures of the vast number of prints by our users. We are training %s to be smarter by feeding them the real-world data. If you are willing, this service will " +"access information from your error logs and usage logs, which may include information described in Privacy Policy. We will not collect any Personal Data by which an individual can be identified directly or indirectly, including without limitation names, addresses, payment information, or phone numbers. By enabling this service, you agree to these terms and the statement about Privacy Policy." msgstr "" -"В сообществе 3D-печатников мы учимся на успехах и неудачах друг друга, чтобы " -"корректировать свои собственные параметры и настройки нарезки. Система %s " -"работает по тому же принципу и использует машинное обучение для улучшения " -"своей работы на основе успехов и неудач огромного количества отпечатков " -"наших пользователей. Мы обучаем %s быть умнее, предоставляя ему данные из " -"реального мира. По вашему желанию эта служба получит доступ к информации из " -"журналу ошибок и журналу использования, которая может включать информацию, " -"описанную в Политике конфиденциальности. Мы не будем собирать никаких " -"персональных данных, по которым можно прямо или косвенно идентифицировать " -"физическое лицо, включая, помимо прочего, имена, адреса, платежную " -"информацию или номера телефонов. Включая данную услугу, вы соглашаетесь с " -"данными условиями и заявлением о Политике конфиденциальности." +"В сообществе 3D-печатников мы учимся на успехах и неудачах друг друга, чтобы корректировать свои собственные параметры и настройки нарезки. Система %s работает по тому же принципу и использует машинное обучение для улучшения своей работы на основе успехов и неудач огромного количества отпечатков наших пользователей. Мы обучаем %s быть умнее, предоставляя ему данные из реального мира. По вашему " +"желанию эта служба получит доступ к информации из журналу ошибок и журналу использования, которая может включать информацию, описанную в Политике конфиденциальности. Мы не будем собирать никаких персональных данных, по которым можно прямо или косвенно идентифицировать физическое лицо, включая, помимо прочего, имена, адреса, платежную информацию или номера телефонов. Включая данную услугу, вы " +"соглашаетесь с данными условиями и заявлением о Политике конфиденциальности." msgid "Statement on User Experience Improvement Plan" msgstr "Заявление о плане улучшения взаимодействия с пользователем" @@ -5934,8 +5247,7 @@ msgid "Please log in first." msgstr "Пожалуйста, сначала авторизуйтесь." msgid "There was a problem connecting to the printer. Please try again." -msgstr "" -"Возникла проблема с подключением к принтеру. Пожалуйста, попробуйте ещё раз." +msgstr "Возникла проблема с подключением к принтеру. Пожалуйста, попробуйте ещё раз." msgid "Failed to log out." msgstr "Не удалось выйти." @@ -5952,33 +5264,18 @@ msgid "Search in preset" msgstr "Поиск в профиле" msgid "Click to reset all settings to the last saved preset." -msgstr "" -"Нажмите, чтобы сбросить все настройки до последнего сохраненного профиля." +msgstr "Нажмите, чтобы сбросить все настройки до последнего сохраненного профиля." + +msgid "Prime tower is required for smooth timeplase. There may be flaws on the model without prime tower. Are you sure you want to disable prime tower?" +msgstr "Для плавного таймлапса требуется черновая башня. На модели без использования черновой башни могут быть дефекты. Вы уверены, что хотите отключить черновую башню?" + +msgid "Prime tower is required for smooth timelapse. There may be flaws on the model without prime tower. Do you want to enable prime tower?" +msgstr "Для плавного таймлапса требуется черновая башня. На модели без использования черновой башни могут быть дефекты. Вы хотите включить черновую башню?" msgid "" -"Prime tower is required for smooth timeplase. There may be flaws on the " -"model without prime tower. Are you sure you want to disable prime tower?" -msgstr "" -"Для плавного таймлапса требуется черновая башня. На модели без использования " -"черновой башни могут быть дефекты. Вы уверены, что хотите отключить черновую " -"башню?" - -msgid "" -"Prime tower is required for smooth timelapse. There may be flaws on the " -"model without prime tower. Do you want to enable prime tower?" -msgstr "" -"Для плавного таймлапса требуется черновая башня. На модели без использования " -"черновой башни могут быть дефекты. Вы хотите включить черновую башню?" - -msgid "" -"We have added an experimental style \"Tree Slim\" that features smaller " -"support volume but weaker strength.\n" +"We have added an experimental style \"Tree Slim\" that features smaller support volume but weaker strength.\n" "We recommend using it with: 0 interface layers, 0 top distance, 2 walls." -msgstr "" -"Мы добавили экспериментальный стиль «Стройный (древ. поддержка)», который " -"отличается меньшим объёмом поддержки, а следовательно, и меньшей прочностью. " -"Мы рекомендуем использовать его со следующими параметрами: количество " -"связующих слоёв - 0, зазор поддержки сверху - 0, периметров - 2." +msgstr "Мы добавили экспериментальный стиль «Стройный (древ. поддержка)», который отличается меньшим объёмом поддержки, а следовательно, и меньшей прочностью. Мы рекомендуем использовать его со следующими параметрами: количество связующих слоёв - 0, зазор поддержки сверху - 0, периметров - 2." msgid "" "Change these settings automatically? \n" @@ -5989,10 +5286,7 @@ msgstr "" "Да - Изменить эти настройки автоматически\n" "Нет - Не изменять эти настройки" -msgid "" -"For \"Tree Strong\" and \"Tree Hybrid\" styles, we recommend the following " -"settings: at least 2 interface layers, at least 0.1mm top z distance or " -"using support materials on interface." +msgid "For \"Tree Strong\" and \"Tree Hybrid\" styles, we recommend the following settings: at least 2 interface layers, at least 0.1mm top z distance or using support materials on interface." msgstr "" "Для стилей «Крепкий (древ. поддержка)» и «Гибридный (древ. поддержка)» \n" "мы рекомендуем следующие параметры: \n" @@ -6001,10 +5295,8 @@ msgstr "" "или использование «материалов для поддержек» в качестве связующего слоя." msgid "" -"When using support material for the support interface, We recommend the " -"following settings:\n" -"0 top z distance, 0 interface spacing, concentric pattern and disable " -"independent support layer height" +"When using support material for the support interface, We recommend the following settings:\n" +"0 top z distance, 0 interface spacing, concentric pattern and disable independent support layer height" msgstr "" "При использовании «материалов для поддержек» в качестве связующего \n" "слоя поддержки, мы рекомендуем следующие параметры:\n" @@ -6014,15 +5306,11 @@ msgstr "" "отключение независимой высоты слоя поддержки." msgid "" -"When recording timelapse without toolhead, it is recommended to add a " -"\"Timelapse Wipe Tower\" \n" -"by right-click the empty position of build plate and choose \"Add Primitive" -"\"->\"Timelapse Wipe Tower\"." +"When recording timelapse without toolhead, it is recommended to add a \"Timelapse Wipe Tower\" \n" +"by right-click the empty position of build plate and choose \"Add Primitive\"->\"Timelapse Wipe Tower\"." msgstr "" -"При записи таймлапса без видимости головы рекомендуется добавить «Черновая " -"башня таймлапса». \n" -"Щелкните правой кнопкой мыши на пустом месте стола и выберите «Добавить " -"примитив» -> «Черновая башня таймлапса»." +"При записи таймлапса без видимости головы рекомендуется добавить «Черновая башня таймлапса». \n" +"Щелкните правой кнопкой мыши на пустом месте стола и выберите «Добавить примитив» -> «Черновая башня таймлапса»." msgid "Line width" msgstr "Ширина экструзии" @@ -6051,16 +5339,8 @@ msgstr "Скорость печати других слоёв" msgid "Overhang speed" msgstr "Скорость печати нависаний" -msgid "" -"This is the speed for various overhang degrees. Overhang degrees are " -"expressed as a percentage of line width. 0 speed means no slowing down for " -"the overhang degree range and wall speed is used" -msgstr "" -"Скорость печати нависаний разной степени свеса. Размер этого свеса " -"выражается в процентах от ширины линии. Скорость 0 означает, что для данного " -"диапазона нависаний замедление отсутствует и используется скорость " -"периметра. Скорость для промежуточных значений рассчитывается с помощью " -"линейной интерполяции." +msgid "This is the speed for various overhang degrees. Overhang degrees are expressed as a percentage of line width. 0 speed means no slowing down for the overhang degree range and wall speed is used" +msgstr "Скорость печати нависаний разной степени свеса. Размер этого свеса выражается в процентах от ширины линии. Скорость 0 означает, что для данного диапазона нависаний замедление отсутствует и используется скорость периметра. Скорость для промежуточных значений рассчитывается с помощью линейной интерполяции." msgid "Bridge" msgstr "Мосты" @@ -6083,9 +5363,6 @@ msgstr "Подложка" msgid "Support filament" msgstr "Пруток для поддержки" -msgid "Tree supports" -msgstr "Древовидная поддержка" - msgid "Prime tower" msgstr "Черновая башня" @@ -6107,24 +5384,19 @@ msgstr "Частые" #, c-format, boost-format msgid "" "Following line %s contains reserved keywords.\n" -"Please remove it, or will beat G-code visualization and printing time " -"estimation." +"Please remove it, or will beat G-code visualization and printing time estimation." msgid_plural "" "Following lines %s contain reserved keywords.\n" -"Please remove them, or will beat G-code visualization and printing time " -"estimation." +"Please remove them, or will beat G-code visualization and printing time estimation." msgstr[0] "" "Следующая строка %s содержит зарезервированные ключевые слова.\n" -"Пожалуйста, удалите их, иначе будет нарушена визуализация G-кода и оценка " -"времени печати." +"Пожалуйста, удалите их, иначе будет нарушена визуализация G-кода и оценка времени печати." msgstr[1] "" "Следующие строки %s содержат зарезервированные ключевые слова.\n" -"Пожалуйста, удалите их, иначе будет нарушена визуализация G-кода и оценка " -"времени печати." +"Пожалуйста, удалите их, иначе будет нарушена визуализация G-кода и оценка времени печати." msgstr[2] "" "Следующие строки %s содержат зарезервированные ключевые слова.\n" -"Пожалуйста, удалите их, иначе будет нарушена визуализация G-кода и оценка " -"времени печати." +"Пожалуйста, удалите их, иначе будет нарушена визуализация G-кода и оценка времени печати." msgid "Reserved keywords found" msgstr "Найдены зарезервированные ключевые слова" @@ -6142,12 +5414,10 @@ msgid "Recommended nozzle temperature" msgstr "Рекомендуемая температура сопла" msgid "Recommended nozzle temperature range of this filament. 0 means no set" -msgstr "" -"Рекомендуемый диапазон температуры сопла для данной пластиковой нити. 0 " -"значит не задано." +msgstr "Рекомендуемый диапазон температуры сопла для данной пластиковой нити. 0 значит не задано." -msgid "Print chamber temperature" -msgstr "Температура в термокамере" +msgid "Recommended temperature range" +msgstr "Рекомендуемый диапазон температур" msgid "Print temperature" msgstr "Температура печати" @@ -6161,46 +5431,26 @@ msgstr "Температура сопла при печати" msgid "Cool plate" msgstr "Не нагреваемая пластина" -msgid "" -"Bed temperature when cool plate is installed. Value 0 means the filament " -"does not support to print on the Cool Plate" -msgstr "" -"Температура не подогреваемого стола. 0 означает, что пластиковая нить не " -"поддерживает печать на этой печатной пластине." +msgid "Bed temperature when cool plate is installed. Value 0 means the filament does not support to print on the Cool Plate" +msgstr "Температура не подогреваемого стола. 0 означает, что пластиковая нить не поддерживает печать на этой печатной пластине." msgid "Engineering plate" msgstr "Инженерная пластина" -msgid "" -"Bed temperature when engineering plate is installed. Value 0 means the " -"filament does not support to print on the Engineering Plate" -msgstr "" -"Температура стола при установленной инженерной печатной пластине. 0 " -"означает, что пластиковая нить не поддерживает печать на этой печатной " -"пластине." +msgid "Bed temperature when engineering plate is installed. Value 0 means the filament does not support to print on the Engineering Plate" +msgstr "Температура стола при установленной инженерной печатной пластине. 0 означает, что пластиковая нить не поддерживает печать на этой печатной пластине." -msgid "Smooth PEI Plate / High Temp Plate" -msgstr "Гладкая PEI/высокотемпер. пластина" +msgid "High Temp Plate" +msgstr "Высокотемпературная пластина" -msgid "" -"Bed temperature when Smooth PEI Plate/High temperature plate is installed. " -"Value 0 means the filament does not support to print on the Smooth PEI Plate/" -"High Temp Plate" -msgstr "" -"Температура стола при установленной гладкой PEI/высокотемпературный печатной " -"пластине. 0 означает, что пластиковая нить не поддерживает печать на этой " -"печатной пластине." +msgid "Bed temperature when high temperature plate is installed. Value 0 means the filament does not support to print on the High Temp Plate" +msgstr "Температура стола при установленной высокотемпературной печатной пластине. 0 означает, что пластиковая нить не поддерживает печать на этой печатной пластине." msgid "Textured PEI Plate" msgstr "Текстурированная PEI пластина" -msgid "" -"Bed temperature when Textured PEI Plate is installed. Value 0 means the " -"filament does not support to print on the Textured PEI Plate" -msgstr "" -"Температура стола при установленной текстурированной пластите с PEI " -"покрытием. 0 означает, что пластиковая нить не поддерживает печать на этой " -"печатной пластине." +msgid "Bed temperature when Textured PEI Plate is installed. Value 0 means the filament does not support to print on the Textured PEI Plate" +msgstr "Температура стола при установленной текстурированной пластите с PEI покрытием. 0 означает, что пластиковая нить не поддерживает печать на этой печатной пластине." msgid "Volumetric speed limitation" msgstr "Ограничение объёмной скорости" @@ -6217,63 +5467,24 @@ msgstr "Вентилятор обдува модели" msgid "Min fan speed threshold" msgstr "Порог мин. скорости вентилятора" -msgid "" -"Part cooling fan speed will start to run at min speed when the estimated " -"layer time is no longer than the layer time in setting. When layer time is " -"shorter than threshold, fan speed is interpolated between the minimum and " -"maximum fan speed according to layer printing time" -msgstr "" -"Вентилятор для охлаждения моделей начнет работать с минимальной скоростью, " -"когда расчётное время печати слоя не превышает заданное время печати слоя. " -"Если время печати слоя меньше порогового значения, скорость вентилятора " -"интерполируется между минимальной и максимальной скоростью вентилятора в " -"зависимости от времени печати слоя." +msgid "Part cooling fan speed will start to run at min speed when the estimated layer time is no longer than the layer time in setting. When layer time is shorter than threshold, fan speed is interpolated between the minimum and maximum fan speed according to layer printing time" +msgstr "Вентилятор для охлаждения моделей начнет работать с минимальной скоростью, когда расчётное время печати слоя не превышает заданное время печати слоя. Если время печати слоя меньше порогового значения, скорость вентилятора интерполируется между минимальной и максимальной скоростью вентилятора в зависимости от времени печати слоя." msgid "Max fan speed threshold" msgstr "Порог макс. скорости вентилятора" -msgid "" -"Part cooling fan speed will be max when the estimated layer time is shorter " -"than the setting value" -msgstr "" -"Скорость вентилятора для охлаждения детали будет максимальной, если " -"расчётное время печати слоя меньше установленного значения." +msgid "Part cooling fan speed will be max when the estimated layer time is shorter than the setting value" +msgstr "Скорость вентилятора для охлаждения детали будет максимальной, если расчётное время печати слоя меньше установленного значения." msgid "Auxiliary part cooling fan" msgstr "Вспомогательный вентилятор для охлаждения моделей" -msgid "Exhaust fan" -msgstr "Вытяжной вентилятор" - -msgid "During print" -msgstr "Во время печати" - -msgid "Complete print" -msgstr "После завершения печати" - msgid "Filament start G-code" msgstr "Стартовый G-код прутка" msgid "Filament end G-code" msgstr "Завершающий G-код прутка" -msgid "Multimaterial" -msgstr "Экструдер ММ" - -msgid "Wipe tower parameters" -msgstr "Параметры черновой башни" - -msgid "Toolchange parameters with single extruder MM printers" -msgstr "" -"Параметры смены инструмента в одноэкструдерных мультиматериальных принтерах" - -msgid "Ramming settings" -msgstr "Настройки рэмминга" - -msgid "Toolchange parameters with multi extruder MM printers" -msgstr "" -"Параметры смены инструмента в мультиэкструдерных мультиматериальных принтерах" - msgid "Printable space" msgstr "Область печати" @@ -6304,14 +5515,11 @@ msgstr "G-код выполняемый перед сменой слоя" msgid "Layer change G-code" msgstr "G-код выполняемый при смене слоя" -msgid "Time lapse G-code" -msgstr "G-код таймлапса" - msgid "Change filament G-code" msgstr "G-код выполняемый при смене прутка" msgid "Change extrusion role G-code" -msgstr "" +msgstr "G-код выполняемый при смене роли экструзии" msgid "Pause G-code" msgstr "G-код паузы печати" @@ -6334,15 +5542,6 @@ msgstr "Ограничение ускорений" msgid "Jerk limitation" msgstr "Ограничение рывка" -msgid "Single extruder multimaterial setup" -msgstr "Мультиматериальный одиночный экструдер" - -msgid "Wipe tower" -msgstr "Черновая башня" - -msgid "Single extruder multimaterial parameters" -msgstr "Параметры мультиматериального одиночного экструдера" - msgid "Layer height limits" msgstr "Ограничение высоты слоя" @@ -6375,12 +5574,12 @@ msgstr[2] "Следующие профили также будут удален #, boost-format msgid "Are you sure to %1% the selected preset?" -msgstr "Вы уверены, что хотите %1% выбранный профиль?" +msgstr "%1% выбранный профиль?" #. TRN Remove/Delete #, boost-format msgid "%1% Preset" -msgstr "Профиль %1%" +msgstr "%1% профиль" msgid "All" msgstr "Все" @@ -6460,34 +5659,24 @@ msgid "Preset \"%1%\" contains the following unsaved changes:" msgstr "Профиль \"%1%\" имеет следующие несохранённые изменения:" #, boost-format -msgid "" -"Preset \"%1%\" is not compatible with the new printer profile and it " -"contains the following unsaved changes:" -msgstr "" -"Профиль \"%1%\" несовместим с новым профилем принтера, и имеет следующие " -"несохранённые изменения:" +msgid "Preset \"%1%\" is not compatible with the new printer profile and it contains the following unsaved changes:" +msgstr "Профиль \"%1%\" несовместим с новым профилем принтера, и имеет следующие несохранённые изменения:" #, boost-format -msgid "" -"Preset \"%1%\" is not compatible with the new process profile and it " -"contains the following unsaved changes:" -msgstr "" -"Профиль \"%1%\" несовместим с новым профилем процесса, и имеет следующие " -"несохранённые изменения:" +msgid "Preset \"%1%\" is not compatible with the new process profile and it contains the following unsaved changes:" +msgstr "Профиль \"%1%\" несовместим с новым профилем процесса, и имеет следующие несохранённые изменения:" #, boost-format msgid "" "You have changed some settings of preset \"%1%\". \n" -"Would you like to keep these changed settings (new value) after switching " -"preset?" +"Would you like to keep these changed settings (new value) after switching preset?" msgstr "" "Вы изменили некоторые параметры профиля \"%1%\". \n" "Хотите сохранить эти изменения (новые значения)?" msgid "" "You have changed some preset settings. \n" -"Would you like to keep these changed settings (new value) after switching " -"preset?" +"Would you like to keep these changed settings (new value) after switching preset?" msgstr "" "Вы изменили некоторые параметры профиля.\n" "Хотите сохранить эти изменения (новые значения)?" @@ -6587,44 +5776,6 @@ msgstr "Текущая конфигурация не требует обновл msgid "Ramming customization" msgstr "Настройки рэмминга" -msgid "" -"Ramming denotes the rapid extrusion just before a tool change in a single-" -"extruder MM printer. Its purpose is to properly shape the end of the " -"unloaded filament so it does not prevent insertion of the new filament and " -"can itself be reinserted later. This phase is important and different " -"materials can require different extrusion speeds to get the good shape. For " -"this reason, the extrusion rates during ramming are adjustable.\n" -"\n" -"This is an expert-level setting, incorrect adjustment will likely lead to " -"jams, extruder wheel grinding into filament etc." -msgstr "" -"Рэмминг (ramming, дословно утрамбовка) означает быстрое экструдирование " -"непосредственно перед сменой инструмента в одноэкструдерном " -"мультиматериальном принтере. Цель процесса состоит в том, чтобы правильно " -"сформировать конец выгружаемого прутка, чтобы он не препятствовал вставке " -"нового прутка или этого же прутка, вставленного позже. Эта фаза важна и " -"разные материалы могут потребовать разных скоростей экструзии, чтобы " -"получить хорошую форму. По этой причине скорость экструзии во время рэмминга " -"регулируется.\n" -"\n" -"Эта опция для опытных пользователей, неправильная настройка может привести к " -"замятию, протиранию прутка приводом экструдера и т.д." - -msgid "Total ramming time" -msgstr "Общее время рэмминга" - -msgid "s" -msgstr "с" - -msgid "Total rammed volume" -msgstr "Общий объём при рэмминге" - -msgid "Ramming line width" -msgstr "Ширина линии при рэмминге" - -msgid "Ramming line spacing" -msgstr "Расстояние между линиями при рэмминге" - msgid "Auto-Calc" msgstr "Авторасчёт" @@ -6666,8 +5817,7 @@ msgid "Login" msgstr "Войти" msgid "The configuration package is changed in previous Config Guide" -msgstr "" -"Пакет конфигурации был изменён при предыдущем запуске мастера настройки." +msgstr "Пакет конфигурации был изменён при предыдущем запуске мастера настройки." msgid "Configuration package changed" msgstr "Пакет конфигурации изменён" @@ -6699,7 +5849,7 @@ msgstr "" "устройств 3Dconnexion" msgid "Show keyboard shortcuts list" -msgstr "Показать список клавиш доступа к командам" +msgstr "Показать список сочетаний клавиш" msgid "Global shortcuts" msgstr "Глобальные горячие клавиши" @@ -6722,14 +5872,8 @@ msgstr "Shift+A" msgid "Shift+R" msgstr "Shift+R" -msgid "" -"Auto orientates selected objects or all objects.If there are selected " -"objects, it just orientates the selected ones.Otherwise, it will orientates " -"all objects in the current disk." -msgstr "" -"Автоориентация выбранных или всех моделей. При выбранных моделях, " -"ориентируются только они, противном случае ориентируются все модели на " -"текущем столе." +msgid "Auto orientates selected objects or all objects.If there are selected objects, it just orientates the selected ones.Otherwise, it will orientates all objects in the current disk." +msgstr "Автоориентация выбранных или всех моделей. При выбранных моделях, ориентируются только они, противном случае ориентируются все модели на текущем столе." msgid "Shift+Tab" msgstr "Shift+Tab" @@ -6854,6 +5998,9 @@ msgstr "Гизмо рисования шва (FDM)" msgid "Swtich between Prepare/Prewview" msgstr "Переключение между окном подготовки и окном предпросмотра нарезки" +msgid "Switch between Prepare/Prewview" +msgstr "Переключение между окном подготовки и окном предпросмотра нарезки" + msgid "Plater" msgstr "Печатная пластина" @@ -6915,8 +6062,7 @@ msgid "Horizontal slider - Move active thumb Right" msgstr "Горизонтальный ползунок - Сдвинуть активный ползунок вправо" msgid "On/Off one layer mode of the vertical slider" -msgstr "" -"Включение/Отключение функции «Режим одного слоя» у вертикального ползунка" +msgstr "Включение/Отключение функции «Режим одного слоя» у вертикального ползунка" msgid "On/Off g-code window" msgstr "Показать/скрыть окно отображения G-кода" @@ -6937,39 +6083,27 @@ msgstr "Информация об обновлении версии %s:" msgid "Network plug-in update" msgstr "Обновление сетевого плагина" -msgid "" -"Click OK to update the Network plug-in when Orca Slicer launches next time." -msgstr "" -"Нажмите OK, чтобы обновить сетевой плагин при следующем запуске Orca Slicer." +msgid "Click OK to update the Network plug-in when Bambu Studio launches next time." +msgstr "Нажмите OK, чтобы обновить сетевой плагин при следующем запуске Bambu Studio." #, c-format, boost-format msgid "A new Network plug-in(%s) available, Do you want to install it?" msgstr "Доступен новый сетевой плагин (%s). Хотите установить?" -msgid "New version of Orca Slicer" -msgstr "Доступна новая версия Orca Slicer" +msgid "New version of Bambu Studio" +msgstr "Доступна новая версия Bambu Studio" msgid "Don't remind me of this version again" msgstr "Больше не напоминай об этой версии" -msgid "Done" -msgstr "Готово" - msgid "LAN Connection Failed (Sending print file)" msgstr "Сбой подключения к локальной сети (отправка файла на печать)" -msgid "" -"Step 1, please confirm Orca Slicer and your printer are in the same LAN." -msgstr "" -"Шаг 1. Пожалуйста, убедитесь, что Orca Slicer и ваш принтер находятся в " -"одной локальной сети." +msgid "Step 1, please confirm Bambu Studio and your printer are in the same LAN." +msgstr "Шаг 1. Пожалуйста, убедитесь, что Bambu Studio и ваш принтер находятся в одной локальной сети." -msgid "" -"Step 2, if the IP and Access Code below are different from the actual values " -"on your printer, please correct them." -msgstr "" -"Шаг 2. Если приведенный ниже IP-адрес и код доступа отличаются от " -"фактических значений на вашем принтере, пожалуйста, исправьте их." +msgid "Step 2, if the IP and Access Code below are different from the actual values on your printer, please correct them." +msgstr "Шаг 2. Если приведенный ниже IP-адрес и код доступа отличаются от фактических значений на вашем принтере, пожалуйста, исправьте их." msgid "IP" msgstr "IP" @@ -7013,30 +6147,14 @@ msgstr "Сбой при обновлении" msgid "Updating successful" msgstr "Обновление успешно выполнено" -msgid "" -"Are you sure you want to update? This will take about 10 minutes. Do not " -"turn off the power while the printer is updating." -msgstr "" -"Вы уверены, что хотите обновить? Это займёт около 10 минут. Не выключайте " -"питание во время обновления принтера." +msgid "Are you sure you want to update? This will take about 10 minutes. Do not turn off the power while the printer is updating." +msgstr "Вы уверены, что хотите обновить? Это займёт около 10 минут. Не выключайте питание во время обновления принтера." -msgid "" -"An important update was detected and needs to be run before printing can " -"continue. Do you want to update now? You can also update later from 'Upgrade " -"firmware'." -msgstr "" -"Было обнаружено важное обновление, которое необходимо установить перед " -"продолжением печати. Хотите обновиться сейчас? Обновление можно выполнить и " -"позже, нажав «Обновить прошивку»." +msgid "An important update was detected and needs to be run before printing can continue. Do you want to update now? You can also update later from 'Upgrade firmware'." +msgstr "Было обнаружено важное обновление, которое необходимо установить перед продолжением печати. Хотите обновиться сейчас? Обновление можно выполнить и позже, нажав «Обновить прошивку»." -msgid "" -"The firmware version is abnormal. Repairing and updating are required before " -"printing. Do you want to update now? You can also update later on printer or " -"update next time starting the studio." -msgstr "" -"Ошибка в версии прошивки. Перед печатью её необходимо исправить и обновить. " -"Хотите обновить сейчас? Вы можете сделать это позже с принтера или при " -"следующем запуске программы." +msgid "The firmware version is abnormal. Repairing and updating are required before printing. Do you want to update now? You can also update later on printer or update next time starting the studio." +msgstr "Ошибка в версии прошивки. Перед печатью её необходимо исправить и обновить. Хотите обновить сейчас? Вы можете сделать это позже с принтера или при следующем запуске программы." msgid "Extension Board" msgstr "Плата расширения" @@ -7094,8 +6212,7 @@ msgid "Copying of file %1% to %2% failed: %3%" msgstr "Не удалось скопировать файл %1% в %2%: %3%" msgid "Need to check the unsaved changes before configuration updates." -msgstr "" -"Перед обновлением конфигурации необходимо проверить несохранённые изменения." +msgstr "Перед обновлением конфигурации необходимо проверить несохранённые изменения." msgid "Configuration package updated to " msgstr "Пакет конфигурации обновлён до " @@ -7103,12 +6220,8 @@ msgstr "Пакет конфигурации обновлён до " msgid "Open G-code file:" msgstr "Выберите G-код файл:" -msgid "" -"One object has empty initial layer and can't be printed. Please Cut the " -"bottom or enable supports." -msgstr "" -"Одна модель имеет пустой начальный слой и не может быть напечатана. " -"Пожалуйста, обрежьте нижнюю часть или включите поддержки." +msgid "One object has empty initial layer and can't be printed. Please Cut the bottom or enable supports." +msgstr "Одна модель имеет пустой начальный слой и не может быть напечатана. Пожалуйста, обрежьте нижнюю часть или включите поддержки." #, boost-format msgid "Object can't be printed for empty layer between %1% and %2%." @@ -7118,12 +6231,8 @@ msgstr "Модель не может быть напечатан из-за пу msgid "Object: %1%" msgstr "Модель: %1%" -msgid "" -"Maybe parts of the object at these height are too thin, or the object has " -"faulty mesh" -msgstr "" -"Возможно, части модели на этой высоте слишком тонкие, или она имеет " -"дефектную сетку." +msgid "Maybe parts of the object at these height are too thin, or the object has faulty mesh" +msgstr "Возможно, части модели на этой высоте слишком тонкие, или она имеет дефектную сетку." msgid "No object can be printed. Maybe too small" msgstr "Печать моделей невозможна. Возможно, они слишком маленькие." @@ -7131,14 +6240,10 @@ msgstr "Печать моделей невозможна. Возможно, он msgid "" "Failed to generate gcode for invalid custom G-code.\n" "\n" -msgstr "" -"Не удалось сгенерировать G-код из-за недопустимого пользовательского G-" -"кода.\n" +msgstr "Не удалось сгенерировать G-код из-за недопустимого пользовательского G-кода.\n" msgid "Please check the custom G-code or use the default custom G-code." -msgstr "" -"Пожалуйста, проверьте пользовательский G-код или используйте " -"пользовательский G-код по умолчанию." +msgstr "Пожалуйста, проверьте пользовательский G-код или используйте пользовательский G-код по умолчанию." #, boost-format msgid "Generating G-code: layer %1%" @@ -7185,15 +6290,7 @@ msgstr "Множитель" #, boost-format msgid "Failed to calculate line width of %1%. Can not get value of \"%2%\" " -msgstr "" -"Не удалось вычислить ширину линии %1%. Не удается получить значение \"%2%\". " - -msgid "" -"Invalid spacing supplied to Flow::with_spacing(), check your layer height " -"and extrusion width" -msgstr "" -"Для Flow::with_spacing () был указан недопустимый интервал. Проверьте высоту " -"слоя и ширину экструзии." +msgstr "Не удалось вычислить ширину линии %1%. Не удается получить значение \"%2%\". " msgid "undefined error" msgstr "неопределённая ошибка" @@ -7289,139 +6386,67 @@ msgid "write callback failed" msgstr "ошибка записи функции обратного вызова" #, boost-format -msgid "" -"%1% is too close to exclusion area, there may be collisions when printing." -msgstr "" -"%1% находится слишком близко к области исключения, что может привести к " -"столкновению при печати." +msgid "%1% is too close to exclusion area, there may be collisions when printing." +msgstr "%1% находится слишком близко к области исключения, что может привести к столкновению при печати." #, boost-format msgid "%1% is too close to others, and collisions may be caused." -msgstr "" -"%1% находится слишком близко к другим, что может привести к столкновению." +msgstr "%1% находится слишком близко к другим, что может привести к столкновению." #, boost-format msgid "%1% is too tall, and collisions will be caused." msgstr "%1% слишком высокий, что может привести к столкновению." msgid " is too close to others, there may be collisions when printing." -msgstr "" -" находится слишком близко к другим моделям, что может привести к " -"столкновению при печати." +msgstr " находится слишком близко к другим моделям, что может привести к столкновению при печати." msgid " is too close to exclusion area, there may be collisions when printing." -msgstr "" -" находится слишком близко к области исключения, что может привести к " -"столкновению при печати." +msgstr " находится слишком близко к области исключения, что может привести к столкновению при печати." msgid "Prime Tower" msgstr "Черновая башня" msgid " is too close to others, and collisions may be caused.\n" -msgstr "" -" находится слишком близко к другим моделям, что может привести к " -"столкновению.\n" +msgstr " находится слишком близко к другим моделям, что может привести к столкновению.\n" msgid " is too close to exclusion area, and collisions will be caused.\n" -msgstr "" -" находится слишком близко к области исключения, что может привести к " -"столкновению.\n" +msgstr " находится слишком близко к области исключения, что может привести к столкновению.\n" -msgid "" -"Can not print multiple filaments which have large difference of temperature " -"together. Otherwise, the extruder and nozzle may be blocked or damaged " -"during printing" -msgstr "" -"Не допускается совместная печать несколькими материалами, имеющими большую " -"разницу в температуре печати. Это может привести к засорению и повреждению " -"сопла и экструдера." +msgid "Can not print multiple filaments which have large difference of temperature together. Otherwise, the extruder and nozzle may be blocked or damaged during printing" +msgstr "Не допускается совместная печать несколькими материалами, имеющими большую разницу в температуре печати. Это может привести к засорению и повреждению сопла и экструдера." msgid "No extrusions under current settings." msgstr "При текущих настройках экструзия отсутствует." -msgid "" -"Smooth mode of timelapse is not supported when \"by object\" sequence is " -"enabled." -msgstr "" -"Плавный режим таймлапса не поддерживается, когда включена последовательность " -"печати моделей по очереди." +msgid "Smooth mode of timelapse is not supported when \"by object\" sequence is enabled." +msgstr "Плавный режим таймлапса не поддерживается, когда включена последовательность печати моделей по очереди." -msgid "" -"Please select \"By object\" print sequence to print multiple objects in " -"spiral vase mode." -msgstr "" -"Выберите последовательность печати «По очереди», для поддержки печати " -"несколько моделей в режиме спиральной вазы." +msgid "Please select \"By object\" print sequence to print multiple objects in spiral vase mode." +msgstr "Выберите последовательность печати «По очереди», для поддержки печати несколько моделей в режиме спиральной вазы." -msgid "" -"The spiral vase mode does not work when an object contains more than one " -"materials." -msgstr "" -"Режим «Спиральная ваза» не работает, когда модель печатается несколькими " -"материалами." - -#, boost-format -msgid "The object %1% exceeds the maximum build volume height." -msgstr "Высота модели %1% превышает максимально допустимую." - -#, boost-format -msgid "" -"While the object %1% itself fits the build volume, its last layer exceeds " -"the maximum build volume height." -msgstr "" -"Хотя сама модель %1% вписывается в область построения, её последний слой " -"превышает максимальную высоту области построения." - -msgid "" -"You might want to reduce the size of your model or change current print " -"settings and retry." -msgstr "" -"Попробуйте уменьшить размер модели или изменить текущие настройки печати и " -"повторить попытку." - -msgid "Variable layer height is not supported with Organic supports." -msgstr "" -"Функция переменной высоты слоя не совместима органическими поддержками." +msgid "The spiral vase mode does not work when an object contains more than one materials." +msgstr "Режим «Спиральная ваза» не работает, когда модель печатается несколькими материалами." msgid "The prime tower is not supported in \"By object\" print." msgstr "Черновая башня не поддерживается при печати в режиме «По очереди»." -msgid "" -"The prime tower is not supported when adaptive layer height is on. It " -"requires that all objects have the same layer height." -msgstr "" -"Черновой башни не поддерживается, когда включена функция переменной высоты " -"слоя. Требуется, чтобы все модели имели одинаковую высоту слоя." +msgid "The prime tower is not supported when adaptive layer height is on. It requires that all objects have the same layer height." +msgstr "Черновой башни не поддерживается, когда включена функция переменной высоты слоя. Требуется, чтобы все модели имели одинаковую высоту слоя." msgid "The prime tower requires \"support gap\" to be multiple of layer height" -msgstr "" -"Для черновой башни требуется, чтобы зазор поддержки был кратен высоте слоя." +msgstr "Для черновой башни требуется, чтобы зазор поддержки был кратен высоте слоя." msgid "The prime tower requires that all objects have the same layer heights" -msgstr "" -"Для использования черновой башни требуется, чтобы у всех моделей была " -"одинаковая высота слоя." +msgstr "Для использования черновой башни требуется, чтобы у всех моделей была одинаковая высота слоя." -msgid "" -"The prime tower requires that all objects are printed over the same number " -"of raft layers" -msgstr "" -"Для черновой башни требуется, чтобы все модели были напечатаны на одинаковом " -"количестве слоёв подложки." +msgid "The prime tower requires that all objects are printed over the same number of raft layers" +msgstr "Для черновой башни требуется, чтобы все модели были напечатаны на одинаковом количестве слоёв подложки." -msgid "" -"The prime tower requires that all objects are sliced with the same layer " -"heights." -msgstr "" -"Для использования черновой башни требуется, чтобы все модели были нарезаны с " -"одинаковой высотой слоя." +msgid "The prime tower requires that all objects are sliced with the same layer heights." +msgstr "Для использования черновой башни требуется, чтобы все модели были нарезаны с одинаковой высотой слоя." -msgid "" -"The prime tower is only supported if all objects have the same variable " -"layer height" -msgstr "" -"Для черновой башни требуется, чтобы все модели имели одинаковую переменную " -"высоту слоя." +msgid "The prime tower is only supported if all objects have the same variable layer height" +msgstr "Для черновой башни требуется, чтобы все модели имели одинаковую переменную высоту слоя." msgid "Too small line width" msgstr "Слишком маленькая ширина экструзии" @@ -7429,67 +6454,38 @@ msgstr "Слишком маленькая ширина экструзии" msgid "Too large line width" msgstr "Слишком большая ширина экструзии" -msgid "" -"The prime tower requires that support has the same layer height with object." -msgstr "" -"Для черновой башни требуется, чтобы поддержка и модель имели одинаковую " -"высоту слоя." +msgid "The prime tower requires that support has the same layer height with object." +msgstr "Для черновой башни требуется, чтобы поддержка и модель имели одинаковую высоту слоя." + +msgid "Tree supports" +msgstr "Древовидная поддержка" # ??? -msgid "" -"Organic support tree tip diameter must not be smaller than support material " -"extrusion width." -msgstr "" -"Диаметр кончика ветки органической поддержки не должен быть меньше значения " -"ширины экструзии поддержки." +msgid "Organic support tree tip diameter must not be smaller than support material extrusion width." +msgstr "Диаметр кончика ветки органической поддержки не должен быть меньше значения ширины экструзии поддержки." # ??? -msgid "" -"Organic support branch diameter must not be smaller than 2x support material " -"extrusion width." -msgstr "" -"Диаметр ветки органической поддержки должен быть хотя бы в два раза больше " -"значения ширины экструзии поддержки." +msgid "Organic support branch diameter must not be smaller than 2x support material extrusion width." +msgstr "Диаметр ветки органической поддержки должен быть хотя бы в два раза больше значения ширины экструзии поддержки." # ??? -msgid "" -"Organic support branch diameter must not be smaller than support tree tip " -"diameter." -msgstr "" -"Диаметр ветвей органической поддержки должен быть больше диаметра кончика " -"ветки." +msgid "Organic support branch diameter must not be smaller than support tree tip diameter." +msgstr "Диаметр ветвей органической поддержки должен быть больше диаметра кончика ветки." -msgid "" -"Support enforcers are used but support is not enabled. Please enable support." -msgstr "" -"Используется принудительная поддержка, но её генерация не включена. " -"Пожалуйста, включите генерацию поддержки в настройках слайсера." +msgid "Support enforcers are used but support is not enabled. Please enable support." +msgstr "Используется принудительная поддержка, но её генерация не включена. Пожалуйста, включите генерацию поддержки в настройках слайсера." msgid "Layer height cannot exceed nozzle diameter" msgstr "Высота слоя не может быть больше диаметра сопла" -msgid "" -"Relative extruder addressing requires resetting the extruder position at " -"each layer to prevent loss of floating point accuracy. Add \"G92 E0\" to " -"layer_gcode." -msgstr "" -"При относительной адресации экструдера его положение необходимо " -"корректировать на каждом слое, чтобы предотвратить потерю точности с " -"плавающей запятой. Добавьте \"G92 E0\" в layer_gcode." +msgid "Relative extruder addressing requires resetting the extruder position at each layer to prevent loss of floating point accuracy. Add \"G92 E0\" to layer_gcode." +msgstr "При относительной адресации экструдера его положение необходимо корректировать на каждом слое, чтобы предотвратить потерю точности с плавающей запятой. Добавьте \"G92 E0\" в layer_gcode." -msgid "" -"\"G92 E0\" was found in before_layer_gcode, which is incompatible with " -"absolute extruder addressing." -msgstr "" -"В before_layer_gcode была найдена команда \"G92 E0\", которая несовместима с " -"абсолютной адресацией экструдера." +msgid "\"G92 E0\" was found in before_layer_gcode, which is incompatible with absolute extruder addressing." +msgstr "В before_layer_gcode была найдена команда \"G92 E0\", которая несовместима с абсолютной адресацией экструдера." -msgid "" -"\"G92 E0\" was found in layer_gcode, which is incompatible with absolute " -"extruder addressing." -msgstr "" -"В layer_gcode была найдена команда \"G92 E0\", которая несовместима с " -"абсолютной адресацией экструдера." +msgid "\"G92 E0\" was found in layer_gcode, which is incompatible with absolute extruder addressing." +msgstr "В layer_gcode была найдена команда \"G92 E0\", которая несовместима с абсолютной адресацией экструдера." #, c-format, boost-format msgid "Plate %d: %s does not support filament %s" @@ -7513,15 +6509,8 @@ msgstr "Область печати" msgid "Bed exclude area" msgstr "Область исключения" -msgid "" -"Unprintable area in XY plane. For example, X1 Series printers use the front " -"left corner to cut filament during filament change. The area is expressed as " -"polygon by points in following format: \"XxY, XxY, ...\"" -msgstr "" -"Непечатаемая область в плоскости XY. Например, в принтерах серии X1 передний " -"левый угол используется для обрезания материала при его замене. Область " -"выражается в виде многоугольника по точкам в следующем формате: \"XxY, " -"XxY, ...\"" +msgid "Unprintable area in XY plane. For example, X1 Series printers use the front left corner to cut filament during filament change. The area is expressed as polygon by points in following format: \"XxY, XxY, ...\"" +msgstr "Непечатаемая область в плоскости XY. Например, в принтерах серии X1 передний левый угол используется для обрезания материала при его замене. Область выражается в виде многоугольника по точкам в следующем формате: \"XxY, XxY, ...\"" msgid "Bed custom texture" msgstr "Пользовательская текстура стола" @@ -7532,35 +6521,11 @@ msgstr "Пользовательская модель стола" msgid "Elephant foot compensation" msgstr "Компенсация «слоновьей ноги»" -msgid "" -"Shrink the initial layer on build plate to compensate for elephant foot " -"effect" -msgstr "" -"Уменьшение первого слоя в плоскости XY на заданное значение, чтобы " -"компенсировать эффект слоновьей ноги." +msgid "Shrink the initial layer on build plate to compensate for elephant foot effect" +msgstr "Уменьшение первого слоя в плоскости XY на заданное значение, чтобы компенсировать эффект слоновьей ноги." -msgid "Elephant foot compensation layers" -msgstr "Компенсирующих слоёв «слоновьей ноги»" - -msgid "" -"The number of layers on which the elephant foot compensation will be active. " -"The first layer will be shrunk by the elephant foot compensation value, then " -"the next layers will be linearly shrunk less, up to the layer indicated by " -"this value." -msgstr "" -"Количество слоёв, на которые будет распространяться компенсация слоновьей " -"ноги. Первый слой будет уменьшен на величину компенсации слоновьей ноги с " -"последующим линейным уменьшением до слоя, указанного здесь." - -msgid "layers" -msgstr "слой(-я)" - -msgid "" -"Slicing height for each layer. Smaller layer height means more accurate and " -"more printing time" -msgstr "" -"Высота каждого слоя. Чем меньше значение, тем лучше качество, но требуется " -"больше времени для печати, и наоборот." +msgid "Slicing height for each layer. Smaller layer height means more accurate and more printing time" +msgstr "Высота каждого слоя. Чем меньше значение, тем лучше качество, но требуется больше времени для печати, и наоборот." msgid "Printable height" msgstr "Высота печати" @@ -7574,37 +6539,20 @@ msgstr "Имена профиля принтера" msgid "Hostname, IP or URL" msgstr "Имя хоста, IP/URL-адрес" -msgid "" -"Slic3r can upload G-code files to a printer host. This field should contain " -"the hostname, IP address or URL of the printer host instance. Print host " -"behind HAProxy with basic auth enabled can be accessed by putting the user " -"name and password into the URL in the following format: https://username:" -"password@your-octopi-address/" -msgstr "" -"Slic3r может загружать файл G-кода на хост принтера. В этом поле нужно " -"указать имя хоста, IP-адрес или URL-адрес хост-экземпляра печати. Доступ к " -"узлу печати на основе HAProxy с включенной базовой аутентификацией можно " -"получить, указав имя пользователя и пароль в поле URL-адрес в следующем " -"формате: https://username:password@your-octopi-address" +msgid "Slic3r can upload G-code files to a printer host. This field should contain the hostname, IP address or URL of the printer host instance. Print host behind HAProxy with basic auth enabled can be accessed by putting the user name and password into the URL in the following format: https://username:password@your-octopi-address/" +msgstr "Slic3r может загружать файл G-кода на хост принтера. В этом поле нужно указать имя хоста, IP-адрес или URL-адрес хост-экземпляра печати. Доступ к узлу печати на основе HAProxy с включенной базовой аутентификацией можно получить, указав имя пользователя и пароль в поле URL-адрес в следующем формате: https://username:password@your-octopi-address" msgid "Device UI" msgstr "URL-адрес хоста" -msgid "" -"Specify the URL of your device user interface if it's not same as print_host" -msgstr "" -"Укажите URL-адрес пользовательского интерфейса вашего устройства, если он не " -"совпадает с print_host" +msgid "Specify the URL of your device user interface if it's not same as print_host" +msgstr "Укажите URL-адрес пользовательского интерфейса вашего устройства, если он не совпадает с print_host" msgid "API Key / Password" msgstr "API-ключ/Пароль" -msgid "" -"Slic3r can upload G-code files to a printer host. This field should contain " -"the API Key or the password required for authentication." -msgstr "" -"Slic3r может загружать файл G-кода на хост принтера. Это поле должно " -"содержать API ключ или пароль, необходимые для проверки подлинности." +msgid "Slic3r can upload G-code files to a printer host. This field should contain the API Key or the password required for authentication." +msgstr "Slic3r может загружать файл G-кода на хост принтера. Это поле должно содержать API ключ или пароль, необходимые для проверки подлинности." msgid "Name of the printer" msgstr "Название принтера" @@ -7612,14 +6560,8 @@ msgstr "Название принтера" msgid "HTTPS CA File" msgstr "Файл корневого сертификата HTTPS" -msgid "" -"Custom CA certificate file can be specified for HTTPS OctoPrint connections, " -"in crt/pem format. If left blank, the default OS CA certificate repository " -"is used." -msgstr "" -"Для подключений по HTTPS к OctoPrint укажите пользовательский файл корневого " -"сертификата в формате crt/pem. Если оставить поле пустым, будет " -"использоваться хранилище сертификатов ОС по умолчанию." +msgid "Custom CA certificate file can be specified for HTTPS OctoPrint connections, in crt/pem format. If left blank, the default OS CA certificate repository is used." +msgstr "Для подключений по HTTPS к OctoPrint укажите пользовательский файл корневого сертификата в формате crt/pem. Если оставить поле пустым, будет использоваться хранилище сертификатов ОС по умолчанию." msgid "User" msgstr "Пользователь" @@ -7630,14 +6572,8 @@ msgstr "Пароль" msgid "Ignore HTTPS certificate revocation checks" msgstr "Игнорировать проверки отзыва HTTPS сертификата" -msgid "" -"Ignore HTTPS certificate revocation checks in case of missing or offline " -"distribution points. One may want to enable this option for self signed " -"certificates if connection fails." -msgstr "" -"Игнорировать проверки отзыва HTTPS сертификата в случае его отсутствия или " -"автономности точек распространения. Можно включить эту опцию для " -"самоподписанных сертификатов в случае сбоя подключения." +msgid "Ignore HTTPS certificate revocation checks in case of missing or offline distribution points. One may want to enable this option for self signed certificates if connection fails." +msgstr "Игнорировать проверки отзыва HTTPS сертификата в случае его отсутствия или автономности точек распространения. Можно включить эту опцию для самоподписанных сертификатов в случае сбоя подключения." msgid "Names of presets related to the physical printer" msgstr "Имена профилей, связанных с физическим принтером" @@ -7655,24 +6591,13 @@ msgid "Avoid crossing wall" msgstr "Избегать пересечения периметров" msgid "Detour and avoid to travel across wall which may cause blob on surface" -msgstr "" -"Объезжать и избегать пересечения периметров, для предотвращения образования " -"дефектов на поверхности модели." +msgstr "Объезжать и избегать пересечения периметров, для предотвращения образования дефектов на поверхности модели." msgid "Avoid crossing wall - Max detour length" msgstr "Избегать пересечения периметров - Макс. длина обхода" -msgid "" -"Maximum detour distance for avoiding crossing wall. Don't detour if the " -"detour distance is large than this value. Detour length could be specified " -"either as an absolute value or as percentage (for example 50%) of a direct " -"travel path. Zero to disable" -msgstr "" -"Максимальное расстояние обхода сопла от модели во избежание пересечения " -"периметров при движении. Если расстояние обхода превышает это значение, то " -"для данного маршрута эта опция не применяется. Длина обхода может быть " -"задана как в абсолютном значении, так и в процентах (например, 50%) от " -"прямого пути перемещения. 0 - отключено." +msgid "Maximum detour distance for avoiding crossing wall. Don't detour if the detour distance is large than this value. Detour length could be specified either as an absolute value or as percentage (for example 50%) of a direct travel path. Zero to disable" +msgstr "Максимальное расстояние обхода сопла от модели во избежание пересечения периметров при движении. Если расстояние обхода превышает это значение, то для данного маршрута эта опция не применяется. Длина обхода может быть задана как в абсолютном значении, так и в процентах (например, 50%) от прямого пути перемещения. 0 - отключено." msgid "mm or %" msgstr "мм или %" @@ -7680,36 +6605,20 @@ msgstr "мм или %" msgid "Other layers" msgstr "Последующие слои" -msgid "" -"Bed temperature for layers except the initial one. Value 0 means the " -"filament does not support to print on the Cool Plate" -msgstr "" -"Температура стола для всех слоёв, кроме первого. 0 означает, что пластиковая " -"нить не поддерживает печать на этой печатной пластине." +msgid "Bed temperature for layers except the initial one. Value 0 means the filament does not support to print on the Cool Plate" +msgstr "Температура стола для всех слоёв, кроме первого. 0 означает, что пластиковая нить не поддерживает печать на этой печатной пластине." msgid "°C" msgstr "°C" -msgid "" -"Bed temperature for layers except the initial one. Value 0 means the " -"filament does not support to print on the Engineering Plate" -msgstr "" -"Температура стола для всех слоёв, кроме первого. 0 означает, что пластиковая " -"нить не поддерживает печать на этой печатной пластине." +msgid "Bed temperature for layers except the initial one. Value 0 means the filament does not support to print on the Engineering Plate" +msgstr "Температура стола для всех слоёв, кроме первого. 0 означает, что пластиковая нить не поддерживает печать на этой печатной пластине." -msgid "" -"Bed temperature for layers except the initial one. Value 0 means the " -"filament does not support to print on the High Temp Plate" -msgstr "" -"Температура стола для всех слоёв, кроме первого. 0 означает, что пластиковая " -"нить не поддерживает печать на этой печатной пластине." +msgid "Bed temperature for layers except the initial one. Value 0 means the filament does not support to print on the High Temp Plate" +msgstr "Температура стола для всех слоёв, кроме первого. 0 означает, что пластиковая нить не поддерживает печать на этой печатной пластине." -msgid "" -"Bed temperature for layers except the initial one. Value 0 means the " -"filament does not support to print on the Textured PEI Plate" -msgstr "" -"Температура стола для всех слоёв, кроме первого. 0 означает, что пластиковая " -"нить не поддерживает печать на этой печатной пластине." +msgid "Bed temperature for layers except the initial one. Value 0 means the filament does not support to print on the Textured PEI Plate" +msgstr "Температура стола для всех слоёв, кроме первого. 0 означает, что пластиковая нить не поддерживает печать на этой печатной пластине." msgid "Initial layer" msgstr "Первый слой" @@ -7717,33 +6626,17 @@ msgstr "Первый слой" msgid "Initial layer bed temperature" msgstr "Температура стола для первого слоя" -msgid "" -"Bed temperature of the initial layer. Value 0 means the filament does not " -"support to print on the Cool Plate" -msgstr "" -"Температура стола для первого слоя. 0 означает, что пластиковая нить не " -"поддерживает печать на этой печатной пластине." +msgid "Bed temperature of the initial layer. Value 0 means the filament does not support to print on the Cool Plate" +msgstr "Температура стола для первого слоя. 0 означает, что пластиковая нить не поддерживает печать на этой печатной пластине." -msgid "" -"Bed temperature of the initial layer. Value 0 means the filament does not " -"support to print on the Engineering Plate" -msgstr "" -"Температура стола для первого слоя. 0 означает, что пластиковая нить не " -"поддерживает печать на этой печатной пластине." +msgid "Bed temperature of the initial layer. Value 0 means the filament does not support to print on the Engineering Plate" +msgstr "Температура стола для первого слоя. 0 означает, что пластиковая нить не поддерживает печать на этой печатной пластине." -msgid "" -"Bed temperature of the initial layer. Value 0 means the filament does not " -"support to print on the High Temp Plate" -msgstr "" -"Температура стола для первого слоя. 0 означает, что пластиковая нить не " -"поддерживает печать на этой печатной пластине." +msgid "Bed temperature of the initial layer. Value 0 means the filament does not support to print on the High Temp Plate" +msgstr "Температура стола для первого слоя. 0 означает, что пластиковая нить не поддерживает печать на этой печатной пластине." -msgid "" -"Bed temperature of the initial layer. Value 0 means the filament does not " -"support to print on the Textured PEI Plate" -msgstr "" -"Температура стола для первого слоя. 0 означает, что пластиковая нить не " -"поддерживает печать на этой печатной пластине." +msgid "Bed temperature of the initial layer. Value 0 means the filament does not support to print on the Textured PEI Plate" +msgstr "Температура стола для первого слоя. 0 означает, что пластиковая нить не поддерживает печать на этой печатной пластине." msgid "Bed types supported by the printer" msgstr "Типы столов, поддерживаемые принтером" @@ -7758,226 +6651,104 @@ msgid "First layer print sequence" msgstr "Последовательность печати первого слоя" msgid "This G-code is inserted at every layer change before lifting z" -msgstr "" -"Этот G-код вставляется при каждой смене слоя, непосредственно перед " -"перемещения оси Z." +msgstr "Этот G-код вставляется при каждой смене слоя, непосредственно перед перемещения оси Z." msgid "Bottom shell layers" msgstr "Сплошных слоёв снизу" -msgid "" -"This is the number of solid layers of bottom shell, including the bottom " -"surface layer. When the thickness calculated by this value is thinner than " -"bottom shell thickness, the bottom shell layers will be increased" -msgstr "" -"Количество сплошных слоёв при печати нижней поверхности модели, включая " -"нижний поверхностный слой. Если толщина, рассчитанная с помощью этого " -"значения, меньше толщины оболочки снизу, количество слоёв оболочки снизу " -"будет увеличено." +msgid "This is the number of solid layers of bottom shell, including the bottom surface layer. When the thickness calculated by this value is thinner than bottom shell thickness, the bottom shell layers will be increased" +msgstr "Количество сплошных слоёв при печати нижней поверхности модели, включая нижний поверхностный слой. Если толщина, рассчитанная с помощью этого значения, меньше толщины оболочки снизу, количество слоёв оболочки снизу будет увеличено." msgid "Bottom shell thickness" msgstr "Толщина оболочки снизу" -msgid "" -"The number of bottom solid layers is increased when slicing if the thickness " -"calculated by bottom shell layers is thinner than this value. This can avoid " -"having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of bottom shell is absolutely determained by " -"bottom shell layers" +msgid "The number of bottom solid layers is increased when slicing if the thickness calculated by bottom shell layers is thinner than this value. This can avoid having too thin shell when layer height is small. 0 means that this setting is disabled and thickness of bottom shell is absolutely determained by bottom shell layers" msgstr "" -"Минимальная толщина оболочки снизу в мм. Если толщина оболочки, рассчитанная " -"по количеству сплошных слоёв снизу, меньше этого значения, количество " -"сплошных слоёв снизу будет автоматически увеличено при нарезке, для " -"удовлетворения минимальной толщины оболочки. Это позволяет избежать слишком " -"тонкой оболочки при небольшой высоте слоя. 0 означает, что этот параметр " -"отключён, а толщина оболочки снизу полностью задаётся количеством сплошных " -"слоёв снизу." +"Минимальная толщина оболочки снизу в мм. Если толщина оболочки, рассчитанная по количеству сплошных слоёв снизу, меньше этого значения, количество сплошных слоёв снизу будет автоматически увеличено при нарезке, для удовлетворения минимальной толщины оболочки. Это позволяет избежать слишком тонкой оболочки при небольшой высоте слоя. 0 означает, что этот параметр отключён, а толщина оболочки " +"снизу полностью задаётся количеством сплошных слоёв снизу." msgid "Force cooling for overhang and bridge" msgstr "Принудительный обдув навесов и мостов" -msgid "" -"Enable this option to optimize part cooling fan speed for overhang and " -"bridge to get better cooling" -msgstr "" -"Включите, чтобы оптимизировать скорость вентилятора охлаждения моделей для " -"нависаний и мостов для обеспечения лучшего их охлаждения." +msgid "Enable this option to optimize part cooling fan speed for overhang and bridge to get better cooling" +msgstr "Включите, чтобы оптимизировать скорость вентилятора охлаждения моделей для нависаний и мостов для обеспечения лучшего их охлаждения." msgid "Fan speed for overhang" msgstr "Скорость вентилятора на нависанияx" -msgid "" -"Force part cooling fan to be this speed when printing bridge or overhang " -"wall which has large overhang degree. Forcing cooling for overhang and " -"bridge can get better quality for these part" -msgstr "" -"Заставляет вентилятор обдува модели работать на этой скорости при печати " -"мостов или нависающих периметров, имеющих большую степень свеса. " -"Принудительное охлаждение позволяет повысить качество печати этих частей." +msgid "Force part cooling fan to be this speed when printing bridge or overhang wall which has large overhang degree. Forcing cooling for overhang and bridge can get better quality for these part" +msgstr "Заставляет вентилятор обдува модели работать на этой скорости при печати мостов или нависающих периметров, имеющих большую степень свеса. Принудительное охлаждение позволяет повысить качество печати этих частей." msgid "Cooling overhang threshold" msgstr "Порог включения обдува на нависаниях" -#, fuzzy, c-format -msgid "" -"Force cooling fan to be specific speed when overhang degree of printed part " -"exceeds this value. Expressed as percentage which indicides how much width " -"of the line without support from lower layer. 0% means forcing cooling for " -"all outer wall no matter how much overhang degree" -msgstr "" -"Принудительное включение вентилятора обдува модели на определенную скорость, " -"если степень нависания печатаемой части превышает данное значение. " -"Выражается в процентах и показывает, насколько велика ширина периметра без " -"поддержки со стороны нижнего слоя. 0% означает принудительное охлаждение " -"всего внешнего периметра независимо от величина свеса." +msgid "Force cooling fan to be specific speed when overhang degree of printed part exceeds this value. Expressed as percentage which indicides how much width of the line without support from lower layer. 0% means forcing cooling for all outer wall no matter how much overhang degree" +msgstr "Принудительное включение вентилятора обдува модели на определенную скорость, если степень нависания печатаемой части превышает данное значение. Выражается в процентах и показывает, насколько велика ширина периметра без поддержки со стороны нижнего слоя. 0% означает принудительное охлаждение всего внешнего периметра независимо от величина свеса." msgid "Bridge infill direction" msgstr "Угол печати мостов" -msgid "" -"Bridging angle override. If left to zero, the bridging angle will be " -"calculated automatically. Otherwise the provided angle will be used for " -"external bridges. Use 180°for zero angle." -msgstr "" -"Переопределение угла печати мостов. Если задано 0, угол печати мостов " -"рассчитывается автоматически. В противном случае заданный угол будет " -"использоваться для наружных мостов. Для нулевого угла установите 180°." +msgid "Bridging angle override. If left to zero, the bridging angle will be calculated automatically. Otherwise the provided angle will be used for external bridges. Use 180°for zero angle." +msgstr "Переопределение угла печати мостов. Если задано 0, угол печати мостов рассчитывается автоматически. В противном случае заданный угол будет использоваться для наружных мостов. Для нулевого угла установите 180°." msgid "Bridge density" msgstr "Плотность мостов" msgid "Density of external bridges. 100% means solid bridge. Default is 100%." -msgstr "" -"Плотность наружных мостов. 100% - сплошной мост. По умолчанию задано 100%." +msgstr "Плотность наружных мостов. 100% - сплошной мост. По умолчанию задано 100%." msgid "Bridge flow" msgstr "Поток при печати мостов" -msgid "" -"Decrease this value slightly(for example 0.9) to reduce the amount of " -"material for bridge, to improve sag" -msgstr "" -"Параметр задаёт количество пластика, затрачиваемое для построения мостов. В " -"большинстве случаев настроек по умолчанию достаточно, тем не менее, при " -"печати некоторых моделей уменьшение параметра может сократить провисание " -"пластика при печати мостов." +msgid "Decrease this value slightly(for example 0.9) to reduce the amount of material for bridge, to improve sag" +msgstr "Параметр задаёт количество пластика, затрачиваемое для построения мостов. В большинстве случаев настроек по умолчанию достаточно, тем не менее, при печати некоторых моделей уменьшение параметра может сократить провисание пластика при печати мостов." msgid "Top surface flow ratio" msgstr "Коэффициент потока на верхней поверхности" -msgid "" -"This factor affects the amount of material for top solid infill. You can " -"decrease it slightly to have smooth surface finish" -msgstr "" -"Этот параметр задаёт количество выдавливаемого материала для верхнего " -"сплошного слоя заполнения. Вы можете немного уменьшить его, чтобы получить " -"более гладкую поверхность." +msgid "This factor affects the amount of material for top solid infill. You can decrease it slightly to have smooth surface finish" +msgstr "Этот параметр задаёт количество выдавливаемого материала для верхнего сплошного слоя заполнения. Вы можете немного уменьшить его, чтобы получить более гладкую поверхность." msgid "Bottom surface flow ratio" msgstr "Коэффициент потока на нижней поверхности" msgid "This factor affects the amount of material for bottom solid infill" -msgstr "" -"Этот параметр задаёт количество выдавливаемого материала для нижнего " -"сплошного слоя заполнения." +msgstr "Этот параметр задаёт количество выдавливаемого материала для нижнего сплошного слоя заполнения." msgid "Precise wall(experimental)" msgstr "Точные периметры (экспериментально)" -msgid "" -"Improve shell precision by adjusting outer wall spacing. This also improves " -"layer consistency." -msgstr "" -"Повышение точности оболочки за счет регулировки расстояния между внешними " -"стенками. Это также позволяет уменьшить расслоение слоёв." +msgid "Improve shell precision by adjusting outer wall spacing. This also improves layer consistency." +msgstr "Повышение точности оболочки за счет регулировки расстояния между внешними стенками. Это также позволяет уменьшить расслоение слоёв." msgid "Only one wall on top surfaces" msgstr "Только один периметр на верхней поверхности" -msgid "" -"Use only one wall on flat top surface, to give more space to the top infill " -"pattern" -msgstr "" -"Печатать только один периметр на верхней поверхности, чтобы оставить больше " -"пространства для верхнего шаблона заполнения." +msgid "Use only one wall on flat top surface, to give more space to the top infill pattern" +msgstr "Печатать только один периметр на верхней поверхности, чтобы оставить больше пространства для верхнего шаблона заполнения." msgid "One wall threshold" msgstr "Порог одного периметра" -#, fuzzy, c-format, boost-format msgid "" -"If a top surface has to be printed and it's partially covered by another " -"layer, it won't be considered at a top layer where its width is below this " -"value. This can be useful to not let the 'one perimeter on top' trigger on " -"surface that should be covered only by perimeters. This value can be a mm or " -"a % of the perimeter extrusion width.\n" -"Warning: If enabled, artifacts can be created is you have some thin features " -"on the next layer, like letters. Set this setting to 0 to remove these " -"artifacts." +"If a top surface has to be printed and it's partially covered by another layer, it won't be considered at a top layer where its width is below this value. This can be useful to not let the 'one perimeter on top' trigger on surface that should be covered only by perimeters. This value can be a mm or a % of the perimeter extrusion width.\n" +"Warning: If enabled, artifacts can be created is you have some thin features on the next layer, like letters. Set this setting to 0 to remove these artifacts." msgstr "" -"Если должна быть напечатана верхняя поверхность и частично покрыта другим " -"слоем, она не будет рассматриваться как верхний слой, ширина которого ниже " -"этого значения. Это может быть полезно, чтобы не допустить срабатывания " -"функции «Только один периметр на верхней поверхности» на поверхности, " -"которая должна быть покрыта только периметрами. Это значение может быть " -"задано в мм или % от ширины экструзии периметра.\n" -"Предупреждение: если этот параметр включён, то могут возникнуть артефакты, " -"если у вас на следующем слое имеются какие-то тонкие элементы, например, " -"буквы. Установите значение 0, чтобы убрать эти артефакты." +"Если должна быть напечатана верхняя поверхность и частично покрыта другим слоем, она не будет рассматриваться как верхний слой, ширина которого ниже этого значения. Это может быть полезно, чтобы не допустить срабатывания функции «Только один периметр на верхней поверхности» на поверхности, которая должна быть покрыта только периметрами. Это значение может быть задано в мм или % от ширины " +"экструзии периметра.\n" +"Предупреждение: если этот параметр включён, то могут возникнуть артефакты, если у вас на следующем слое имеются какие-то тонкие элементы, например, буквы. Установите значение 0, чтобы убрать эти артефакты." msgid "Only one wall on first layer" msgstr "Только один периметр на первом слое" -msgid "" -"Use only one wall on first layer, to give more space to the bottom infill " -"pattern" -msgstr "" -"Печатать только один периметр на первом слое, чтобы оставить больше " -"пространства для нижнего шаблона заполнения." +msgid "Use only one wall on first layer, to give more space to the bottom infill pattern" +msgstr "Печатать только один периметр на первом слое, чтобы оставить больше пространства для нижнего шаблона заполнения." msgid "Extra perimeters on overhangs" msgstr "Дополнительные периметры на нависаниях" -msgid "" -"Create additional perimeter paths over steep overhangs and areas where " -"bridges cannot be anchored. " -msgstr "" -"Создание дополнительных дорожек по периметру над крутыми нависаниями и " -"участками, где мосты не могут быть закреплены." - -# от Overhang reversal -# Реверс на нечётных слоях -msgid "Reverse on odd" -msgstr "Реверс на нависаниях" - -msgid "Overhang reversal" -msgstr "Реверс на нависаниях" - -msgid "" -"Extrude perimeters that have a part over an overhang in the reverse " -"direction on odd layers. This alternating pattern can drastically improve " -"steep overhang." -msgstr "" -"Печать периметров, имеющих нависания, в обратном направлении на нечётных " -"слоях. Такое чередование может значительно улучшить качество печати крутых " -"нависаний." - -# от Overhang reversal threshold -msgid "Reverse threshold" -msgstr "Порог для реверса" - -msgid "Overhang reversal threshold" -msgstr "Порог разворота на свесах" - -#, fuzzy, c-format, boost-format -msgid "" -"Number of mm the overhang need to be for the reversal to be considered " -"useful. Can be a % of the perimeter width.\n" -"Value 0 enables reversal on every odd layers regardless." -msgstr "" -"Величина свеса периметра при которой она считается достаточной для активации " -"функции реверса печати нависаний.\n" -"Может быть задано как в процентах, так и в миллиметрах от ширины периметра." +msgid "Create additional perimeter paths over steep overhangs and areas where bridges cannot be anchored. " +msgstr "Создание дополнительных дорожек по периметру над крутыми нависаниями и участками, где мосты не могут быть закреплены." msgid "Classic mode" msgstr "Классический режим" @@ -7991,17 +6762,6 @@ msgstr "Замедляться при печати нависаний" msgid "Enable this option to slow printing down for different overhang degree" msgstr "Включение динамического управления скоростью печати нависаний." -# ??? Замедление печати на изогнутых периметров -msgid "Slow down for curled perimeters" -msgstr "Снижение скорости на изогнутых периметрах" - -msgid "" -"Enable this option to slow printing down in areas where potential curled " -"perimeters may exist" -msgstr "" -"Включите эту опцию для замедления печати в тех областях, где потенциально " -"могут возникать изогнутые периметры." - msgid "mm/s or %" msgstr "мм/с или %" @@ -8017,12 +6777,8 @@ msgstr "мм/с" msgid "Internal" msgstr "Внутренние" -msgid "" -"Speed of internal bridge. If the value is expressed as a percentage, it will " -"be calculated based on the bridge_speed. Default value is 150%." -msgstr "" -"Скорость печати внутреннего моста. Если задано в процентах, то значение " -"вычисляться относительно bridge_speed. Значение по умолчанию равно 150%." +msgid "Speed of internal bridge. If the value is expressed as a percentage, it will be calculated based on the bridge_speed. Default value is 150%." +msgstr "Скорость печати внутреннего моста. Если задано в процентах, то значение вычисляться относительно bridge_speed. Значение по умолчанию равно 150%." msgid "Brim width" msgstr "Ширина каймы" @@ -8033,20 +6789,13 @@ msgstr "Расстояние от модели до внешней линии к msgid "Brim type" msgstr "Тип каймы" -msgid "" -"This controls the generation of the brim at outer and/or inner side of " -"models. Auto means the brim width is analysed and calculated automatically." -msgstr "" -"Этот параметр управляет формированием каймы на внешней/внутренней стороне " -"моделей. Авто означает, что ширина каймы анализируется и рассчитывается " -"автоматически." +msgid "This controls the generation of the brim at outer and/or inner side of models. Auto means the brim width is analysed and calculated automatically." +msgstr "Этот параметр управляет формированием каймы на внешней/внутренней стороне моделей. Авто означает, что ширина каймы анализируется и рассчитывается автоматически." msgid "Brim-object gap" msgstr "Смещение каймы" -msgid "" -"A gap between innermost brim line and object can make brim be removed more " -"easily" +msgid "A gap between innermost brim line and object can make brim be removed more easily" msgstr "Смещение каймы от печатаемой модели, может облегчить её удаление." msgid "Brim ears" @@ -8071,12 +6820,10 @@ msgid "Brim ear detection radius" msgstr "Радиус обнаружения ушек каймы" msgid "" -"The geometry will be decimated before dectecting sharp angles. This " -"parameter indicates the minimum length of the deviation for the decimation.\n" +"The geometry will be decimated before dectecting sharp angles. This parameter indicates the minimum length of the deviation for the decimation.\n" "0 to deactivate" msgstr "" -"Геометрия модели будет упрощена перед обнаружением острых углов. Этот " -"параметр задаёт минимальную длину отклонения для её упрощения.\n" +"Геометрия модели будет упрощена перед обнаружением острых углов. Этот параметр задаёт минимальную длину отклонения для её упрощения.\n" "Установите 0 для отключения." msgid "Compatible machine" @@ -8106,24 +6853,14 @@ msgstr "По очереди" msgid "Slow printing down for better layer cooling" msgstr "Замедлять печать для лучшего охлаждения слоёв" -msgid "" -"Enable this option to slow printing speed down to make the final layer time " -"not shorter than the layer time threshold in \"Max fan speed threshold\", so " -"that layer can be cooled for longer time. This can improve the cooling " -"quality for needle and small details" -msgstr "" -"Включите эту опцию для разрешения замедления скорости печати в зависимости " -"от времени печати слоя, чтобы слой мог охлаждаться дольше. Это позволяет " -"улучшить качество охлаждения острых концов и мелких деталей." +msgid "Enable this option to slow printing speed down to make the final layer time not shorter than the layer time threshold in \"Max fan speed threshold\", so that layer can be cooled for longer time. This can improve the cooling quality for needle and small details" +msgstr "Включите эту опцию для разрешения замедления скорости печати в зависимости от времени печати слоя, чтобы слой мог охлаждаться дольше. Это позволяет улучшить качество охлаждения острых концов и мелких деталей." msgid "Normal printing" msgstr "Ускорение по умолчанию" -msgid "" -"The default acceleration of both normal printing and travel except initial " -"layer" -msgstr "" -"Ускорение по умолчанию для обычной печати и перемещения, кроме первого слоя." +msgid "The default acceleration of both normal printing and travel except initial layer" +msgstr "Ускорение по умолчанию для обычной печати и перемещения, кроме первого слоя." msgid "mm/s²" msgstr "мм/с²" @@ -8132,81 +6869,40 @@ msgid "Default filament profile" msgstr "Профиль прутка по умолчанию" msgid "Default filament profile when switch to this machine profile" -msgstr "" -"Профиль пластиковой нити по умолчанию при переключении на этот профиль " -"принтера." +msgstr "Профиль пластиковой нити по умолчанию при переключении на этот профиль принтера." msgid "Default process profile" msgstr "Профиль процесса по умолчанию" msgid "Default process profile when switch to this machine profile" -msgstr "" -"Профиль процесса по умолчанию при переключении на этот профиль принтера." - -msgid "Activate air filtration" -msgstr "Вкл. фильтрацию воздуха" - -msgid "Activate for better air filtration. G-code command: M106 P3 S(0-255)" -msgstr "" -"Активировать для лучшей фильтрации воздуха. G-код команда: M106 P3 S(0-255)" - -msgid "Fan speed" -msgstr "Скорость вентилятора" - -msgid "" -"Speed of exhuast fan during printing.This speed will overwrite the speed in " -"filament custom gcode" -msgstr "" -"Скорость вытяжного вентилятора во время печати. Эта скорость будет " -"переопределять скорость в пользовательском стартовом G-коде материала" - -msgid "Speed of exhuast fan after printing completes" -msgstr "Скорость вытяжного вентилятора после завершения печати" +msgstr "Профиль процесса по умолчанию при переключении на этот профиль принтера." msgid "No cooling for the first" msgstr "Не включать вентилятор на первых" -msgid "" -"Close all cooling fan for the first certain layers. Cooling fan of the first " -"layer used to be closed to get better build plate adhesion" -msgstr "" -"Вы можете задать положительное значение, чтобы отключить все вентиляторы " -"охлаждения модели при печати первых нескольких слоёв, чтобы не ухудшить " -"адгезию к столу." +msgid "Close all cooling fan for the first certain layers. Cooling fan of the first layer used to be closed to get better build plate adhesion" +msgstr "Вы можете задать положительное значение, чтобы отключить все вентиляторы охлаждения модели при печати первых нескольких слоёв, чтобы не ухудшить адгезию к столу." + +msgid "layers" +msgstr "слой(-я)" msgid "Don't support bridges" msgstr "Не печатать поддержки под мостами" -msgid "" -"Don't support the whole bridge area which make support very large. Bridge " -"usually can be printing directly without support if not very long" -msgstr "" -"Опция, препятствующая печати поддержки под мостами. Мост обычно можно " -"печатать без поддержки, если он не очень длинный." +msgid "Don't support the whole bridge area which make support very large. Bridge usually can be printing directly without support if not very long" +msgstr "Опция, препятствующая печати поддержки под мостами. Мост обычно можно печатать без поддержки, если он не очень длинный." msgid "Thick bridges" msgstr "Толстые мосты" -msgid "" -"If enabled, bridges are more reliable, can bridge longer distances, but may " -"look worse. If disabled, bridges look better but are reliable just for " -"shorter bridged distances." -msgstr "" -"Если включено, мосты печатаются более надежные и на большие расстояния. Если " -"отключено, мосты выглядят лучше, но они надежны только на коротких " -"расстояниях." +msgid "If enabled, bridges are more reliable, can bridge longer distances, but may look worse. If disabled, bridges look better but are reliable just for shorter bridged distances." +msgstr "Если включено, мосты печатаются более надежные и на большие расстояния. Если отключено, мосты выглядят лучше, но они надежны только на коротких расстояниях." msgid "Max bridge length" msgstr "Максимальная длина моста" -msgid "" -"Max length of bridges that don't need support. Set it to 0 if you want all " -"bridges to be supported, and set it to a very large value if you don't want " -"any bridges to be supported." -msgstr "" -"Максимальная длина мостов, не нуждающихся в поддержке. Установите 0, если " -"требуется поддержка всех мостов, или очень большое значение, если поддержка " -"мостов не требуется." +msgid "Max length of bridges that don't need support. Set it to 0 if you want all bridges to be supported, and set it to a very large value if you don't want any bridges to be supported." +msgstr "Максимальная длина мостов, не нуждающихся в поддержке. Установите 0, если требуется поддержка всех мостов, или очень большое значение, если поддержка мостов не требуется." msgid "End G-code" msgstr "Завершающий G-код" @@ -8218,14 +6914,16 @@ msgid "End G-code when finish the printing of this filament" msgstr "Завершающий G-код при окончании печати этой пластиковой нитью." msgid "Ensure vertical shell thickness" -msgstr "" +msgstr "Обеспечивать верт. толщину оболочки" -msgid "" -"Add solid infill near sloping surfaces to guarantee the vertical shell " -"thickness (top+bottom solid layers)" -msgstr "" -"Добавление сплошного заполнения вблизи наклонных поверхностей для " -"обеспечения вертикальной толщины оболочки (верхний+нижний сплошные слои)." +msgid "Add solid infill near sloping surfaces to guarantee the vertical shell thickness (top+bottom solid layers)" +msgstr "Добавление сплошного заполнения вблизи наклонных поверхностей для обеспечения вертикальной толщины оболочки (верхний+нижний сплошные слои)." + +msgid "Internal bridge support thickness" +msgstr "Толщина поддержки внутреннего моста" + +msgid "If enabled, support loops will be generated under the contours of internal bridges.These support loops could prevent internal bridges from extruding over the air and improve the top surface quality, especially when the sparse infill density is low.This value determines the thickness of the support loops. 0 means disable this feature" +msgstr "Если включено, под контурами внутренних мостов будут создаваться петли поддержки. Эти петли поддержки могут препятствовать выдавливанию внутренних мостов в воздух и улучшить качество поверхности сверху, особенно при низкой плотности заполнения. Это значение определяет толщину петель поддержки. Установите 0 для отключения." msgid "Top surface pattern" msgstr "Шаблон заполнения верхней поверхности" @@ -8266,56 +6964,32 @@ msgstr "Шаблон заполнения нижней поверхности, msgid "Internal solid infill pattern" msgstr "Шаблон сплошного заполнения" -msgid "" -"Line pattern of internal solid infill. if the detect nattow internal solid " -"infill be enabled, the concentric pattern will be used for the small area." -msgstr "" -"Шаблон печати внутреннего сплошного заполнения. Если включена функция " -"«Обнаруживать узкую область сплошного заполнения», то для небольшой области " -"будет использоваться концентрический шаблон заполнения." +msgid "Line pattern of internal solid infill. if the detect nattow internal solid infill be enabled, the concentric pattern will be used for the small area." +msgstr "Шаблон печати внутреннего сплошного заполнения. Если включена функция «Обнаруживать узкую область сплошного заполнения», то для небольшой области будет использоваться концентрический шаблон заполнения." -msgid "" -"Line width of outer wall. If expressed as a %, it will be computed over the " -"nozzle diameter." -msgstr "" -"Ширина экструзии для внешнего периметра. Если задано в процентах, то " -"значение вычисляться относительно диаметра сопла." +msgid "Line width of outer wall. If expressed as a %, it will be computed over the nozzle diameter." +msgstr "Ширина экструзии для внешнего периметра. Если задано в процентах, то значение вычисляться относительно диаметра сопла." -msgid "" -"Speed of outer wall which is outermost and visible. It's used to be slower " -"than inner wall speed to get better quality." -msgstr "" -"Скорость печати внешнего периметра (видимого). Для улучшения качества, эту " -"скорость делают ниже скорости внутренних периметров." +msgid "Speed of outer wall which is outermost and visible. It's used to be slower than inner wall speed to get better quality." +msgstr "Скорость печати внешнего периметра (видимого). Для улучшения качества, эту скорость делают ниже скорости внутренних периметров." msgid "Small perimeters" msgstr "Маленькие периметры" -msgid "" -"This separate setting will affect the speed of perimeters having radius <= " -"small_perimeter_threshold (usually holes). If expressed as percentage (for " -"example: 80%) it will be calculated on the outer wall speed setting above. " -"Set to zero for auto." -msgstr "" -"Этот параметр влияет на скорость печати периметров, имеющих радиус <= " -"значению порога маленьких периметров (обычно это отверстия). Если задано в " -"процентах, параметр вычисляется относительно скорости печати внешнего " -"периметра указанного выше. Установите 0 для автонастройки." +msgid "This separate setting will affect the speed of perimeters having radius <= small_perimeter_threshold (usually holes). If expressed as percentage (for example: 80%) it will be calculated on the outer wall speed setting above. Set to zero for auto." +msgstr "Этот параметр влияет на скорость печати периметров, имеющих радиус <= значению порога маленьких периметров (обычно это отверстия). Если задано в процентах, параметр вычисляется относительно скорости печати внешнего периметра указанного выше. Установите 0 для автонастройки." msgid "Small perimeters threshold" msgstr "Порог маленьких периметров" -msgid "" -"This sets the threshold for small perimeter length. Default threshold is 0mm" -msgstr "" -"Пороговое значение длины маленьких периметров. Значение по умолчанию - 0 мм." +msgid "This sets the threshold for small perimeter length. Default threshold is 0mm" +msgstr "Пороговое значение длины маленьких периметров. Значение по умолчанию - 0 мм." msgid "Order of inner wall/outer wall/infil" msgstr "Порядок печати периметров/заполнения" msgid "Print sequence of inner wall, outer wall and infill. " -msgstr "" -"Последовательность печати внутреннего/внешнего периметров и заполнения. " +msgstr "Последовательность печати внутреннего/внешнего периметров и заполнения. " msgid "inner/outer/infill" msgstr "внутренний/внешний/заполнение" @@ -8335,37 +7009,23 @@ msgstr "внутренний-внешний-внутренний/заполне msgid "Height to rod" msgstr "Высота до вала" -msgid "" -"Distance of the nozzle tip to the lower rod. Used for collision avoidance in " -"by-object printing." -msgstr "" -"Расстояние от кончика сопла до нижнего вала. Значение важно при печати " -"моделей «По очереди» для предотвращения столкновений." +msgid "Distance of the nozzle tip to the lower rod. Used for collision avoidance in by-object printing." +msgstr "Расстояние от кончика сопла до нижнего вала. Значение важно при печати моделей «По очереди» для предотвращения столкновений." msgid "Height to lid" msgstr "Высота до крышки" -msgid "" -"Distance of the nozzle tip to the lid. Used for collision avoidance in by-" -"object printing." -msgstr "" -"Расстояние от кончика сопла до крышки. Значение важно при печати моделей «По " -"очереди» для предотвращения столкновений." +msgid "Distance of the nozzle tip to the lid. Used for collision avoidance in by-object printing." +msgstr "Расстояние от кончика сопла до крышки. Значение важно при печати моделей «По очереди» для предотвращения столкновений." -msgid "" -"Clearance radius around extruder. Used for collision avoidance in by-object " -"printing." -msgstr "" -"Безопасное расстояние вокруг экструдера. Используется для предотвращения " -"столкновений при печати отдельно стоящих моделей." +msgid "Clearance radius around extruder. Used for collision avoidance in by-object printing." +msgstr "Безопасное расстояние вокруг экструдера. Используется для предотвращения столкновений при печати отдельно стоящих моделей." msgid "Extruder Color" msgstr "Цвет экструдера" msgid "Only used as a visual help on UI" -msgstr "" -"Используется только в качестве визуальной помощи в пользовательском " -"интерфейсе" +msgstr "Используется только в качестве визуальной помощи в пользовательском интерфейсе" msgid "Extruder offset" msgstr "Смещение экструдера по осям X/Y" @@ -8373,64 +7033,37 @@ msgstr "Смещение экструдера по осям X/Y" msgid "Flow ratio" msgstr "Коэффициент потока" -msgid "" -"The material may have volumetric change after switching between molten state " -"and crystalline state. This setting changes all extrusion flow of this " -"filament in gcode proportionally. Recommended value range is between 0.95 " -"and 1.05. Maybe you can tune this value to get nice flat surface when there " -"has slight overflow or underflow" +msgid "The material may have volumetric change after switching between molten state and crystalline state. This setting changes all extrusion flow of this filament in gcode proportionally. Recommended value range is between 0.95 and 1.05. Maybe you can tune this value to get nice flat surface when there has slight overflow or underflow" msgstr "" -"Коэффициент пропорционального изменения величины потока подаваемого " -"пластика. Рекомендуемый диапазон значений от 0,95 до 1,05.\n" -"При небольшом переливе или недоливе на поверхности, корректировка этого " -"параметра поможет получить хорошую гладкую поверхность." +"Коэффициент пропорционального изменения величины потока подаваемого пластика. Рекомендуемый диапазон значений от 0,95 до 1,05.\n" +"При небольшом переливе или недоливе на поверхности, корректировка этого параметра поможет получить хорошую гладкую поверхность." msgid "Enable pressure advance" msgstr "Включить Pressure advance" -msgid "" -"Enable pressure advance, auto calibration result will be overwriten once " -"enabled." -msgstr "" -"Включить Pressure advance (Прогнозирование давления). Результат " -"автокалибровки будет перезаписан после включения." +msgid "Enable pressure advance, auto calibration result will be overwriten once enabled." +msgstr "Включить Pressure advance (Прогнозирование давления). Результат автокалибровки будет перезаписан после включения." msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)" -msgstr "" -"Pressure advance (Прогнозирование давления) в прошивки Klipper, это одно и " -"тоже что Linear advance в прошивке Marlin." +msgstr "Pressure advance (Прогнозирование давления) в прошивки Klipper, это одно и тоже что Linear advance в прошивке Marlin." -msgid "" -"Default line width if other line widths are set to 0. If expressed as a %, " -"it will be computed over the nozzle diameter." -msgstr "" -"Ширина экструзии по умолчанию, если какие-либо из значений ширины экструзии " -"установлены равные нулю. Если задано в процентах, то значение вычисляться " -"относительно диаметра сопла." +msgid "Default line width if other line widths are set to 0. If expressed as a %, it will be computed over the nozzle diameter." +msgstr "Ширина экструзии по умолчанию, если какие-либо из значений ширины экструзии установлены равные нулю. Если задано в процентах, то значение вычисляться относительно диаметра сопла." msgid "Keep fan always on" msgstr "Вентилятор включён всегда" -msgid "" -"If enable this setting, part cooling fan will never be stoped and will run " -"at least at minimum speed to reduce the frequency of starting and stoping" -msgstr "" -"Если включено, вентилятор охлаждения модели никогда не будет останавливаться " -"и будет работать на минимальной скорости, чтобы сократить частоту его " -"запуска и остановки." +msgid "If enable this setting, part cooling fan will never be stoped and will run at least at minimum speed to reduce the frequency of starting and stoping" +msgstr "Если включено, вентилятор охлаждения модели никогда не будет останавливаться и будет работать на минимальной скорости, чтобы сократить частоту его запуска и остановки." msgid "Layer time" msgstr "Время слоя" -msgid "" -"Part cooling fan will be enabled for layers of which estimated time is " -"shorter than this value. Fan speed is interpolated between the minimum and " -"maximum fan speeds according to layer printing time" -msgstr "" -"Вентилятор охлаждения моделей будет включён для слоёв, расчётное время " -"которых меньше этого значения. Скорость вентилятора интерполируется между " -"минимальной и максимальной скоростями вентилятора зависимости от времени " -"печати слоя." +msgid "Part cooling fan will be enabled for layers of which estimated time is shorter than this value. Fan speed is interpolated between the minimum and maximum fan speeds according to layer printing time" +msgstr "Вентилятор охлаждения моделей будет включён для слоёв, расчётное время которых меньше этого значения. Скорость вентилятора интерполируется между минимальной и максимальной скоростями вентилятора зависимости от времени печати слоя." + +msgid "s" +msgstr "с" msgid "Default color" msgstr "Цвет по умолчанию" @@ -8450,201 +7083,45 @@ msgstr "Здесь вы можете написать свои замечани msgid "Required nozzle HRC" msgstr "Необходимая твёрдость сопла" -msgid "" -"Minimum HRC of nozzle required to print the filament. Zero means no checking " -"of nozzle's HRC." -msgstr "" -"Минимальная твёрдость материала сопла (HRC), необходимая для печати " -"пластиковой нитью. 0 - отключение контроля сопел на твёрдость." +msgid "Minimum HRC of nozzle required to print the filament. Zero means no checking of nozzle's HRC." +msgstr "Минимальная твёрдость материала сопла (HRC), необходимая для печати пластиковой нитью. 0 - отключение контроля сопел на твёрдость." -msgid "" -"This setting stands for how much volume of filament can be melted and " -"extruded per second. Printing speed is limited by max volumetric speed, in " -"case of too high and unreasonable speed setting. Can't be zero" -msgstr "" -"Этот параметр определяет, какой объём материала может быть расплавлен и " -"выдавлен в секунду. Скорость печати ограничена максимальной объёмной " -"скоростью в случае слишком высокой и необоснованной установки скорости. " -"Параметр не может быть нулевым." +msgid "This setting stands for how much volume of filament can be melted and extruded per second. Printing speed is limited by max volumetric speed, in case of too high and unreasonable speed setting. Can't be zero" +msgstr "Этот параметр определяет, какой объём материала может быть расплавлен и выдавлен в секунду. Скорость печати ограничена максимальной объёмной скоростью в случае слишком высокой и необоснованной установки скорости. Параметр не может быть нулевым." msgid "mm³/s" msgstr "мм³/с" +msgid "Minimal purge on wipe tower" +msgstr "Мин. объём сброса на черновой башне" + +msgid "After a tool change, the exact position of the newly loaded filament inside the nozzle may not be known, and the filament pressure is likely not yet stable. Before purging the print head into an infill or a sacrificial object, Slic3r will always prime this amount of material into the wipe tower to produce successive infill or sacrificial object extrusions reliably." +msgstr "После смены инструмента, точное положение вновь загруженного прутка внутри него может быть неизвестно, и давление прутка, вероятно, ещё не стабильно. Перед тем, как очистить печатающую головку в заполнение или в «жертвенную» модель Slic3r всегда будет выдавливать это количество материала на черновую башню, чтобы обеспечить надёжную печать заполнения или «жертвенной» модели." + msgid "Filament load time" msgstr "Время загрузки прутка" msgid "Time to load new filament when switch filament. For statistics only" -msgstr "" -"Время загрузки новой пластиковой нити при её смене. Только для статистики." +msgstr "Время загрузки новой пластиковой нити при её смене. Только для статистики." msgid "Filament unload time" msgstr "Время выгрузки прутка" msgid "Time to unload old filament when switch filament. For statistics only" -msgstr "" -"Время выгрузки старой пластиковой нити при её смене. Только для статистики." +msgstr "Время выгрузки старой пластиковой нити при её смене. Только для статистики." -msgid "" -"Filament diameter is used to calculate extrusion in gcode, so it's important " -"and should be accurate" -msgstr "" -"Диаметр пластиковой нити используется для расчёта экструзии, поэтому он " -"важен и должен быть точным" +msgid "Filament diameter is used to calculate extrusion in gcode, so it's important and should be accurate" +msgstr "Диаметр пластиковой нити используется для расчёта экструзии, поэтому он важен и должен быть точным" msgid "Shrinkage" msgstr "Усадка материала" -#, fuzzy, c-format, boost-format msgid "" -"Enter the shrinkage percentage that the filament will get after cooling " -"(94% if you measure 94mm instead of 100mm). The part will be scaled in xy to " -"compensate. Only the filament used for the perimeter is taken into account.\n" -"Be sure to allow enough space between objects, as this compensation is done " -"after the checks." +"Enter the shrinkage percentage that the filament will get after cooling (94% if you measure 94mm instead of 100mm). The part will be scaled in xy to compensate. Only the filament used for the perimeter is taken into account.\n" +"Be sure to allow enough space between objects, as this compensation is done after the checks." msgstr "" -"Введите процент усадки пластиковой нити, которую получит она после " -"охлаждения (пишите 94%, если вы намерили 94 мм, вместо 100 мм). Для " -"компенсации усадки деталь будет отмасштабированна по оси XY. При этом " -"учитывается только пластиковая нить, используемая для печати внешнего " -"периметра.\n" -"Убедитесь, что между моделями достаточно места, так как эта компенсация " -"выполняется после проверок." - -msgid "Loading speed" -msgstr "Скорость загрузки" - -msgid "Speed used for loading the filament on the wipe tower." -msgstr "Скорость загрузки прутка при печати черновой башни." - -msgid "Loading speed at the start" -msgstr "Начальная скорость загрузки" - -msgid "Speed used at the very beginning of loading phase." -msgstr "Скорость в начальной фазе загрузки прутка." - -msgid "Unloading speed" -msgstr "Скорость выгрузки" - -msgid "" -"Speed used for unloading the filament on the wipe tower (does not affect " -"initial part of unloading just after ramming)." -msgstr "" -"Скорость выгрузки прутка на черновую башню. (не влияет на начальную фазу " -"выгрузки сразу после рэмминга)." - -msgid "Unloading speed at the start" -msgstr "Начальная скорость выгрузки" - -msgid "" -"Speed used for unloading the tip of the filament immediately after ramming." -msgstr "Скорость выгрузки кончика прутка сразу после рэмминга." - -msgid "Delay after unloading" -msgstr "Задержка после выгрузки" - -msgid "" -"Time to wait after the filament is unloaded. May help to get reliable " -"toolchanges with flexible materials that may need more time to shrink to " -"original dimensions." -msgstr "" -"Время ожидания после выгрузки прутка. Это может помочь вам легко сменить " -"сопло при печати гибкими материалами, которым требуется больше времени, " -"чтобы вернуться к своим первоначальным размерам." - -msgid "Number of cooling moves" -msgstr "Количество охлаждающих движений" - -msgid "" -"Filament is cooled by being moved back and forth in the cooling tubes. " -"Specify desired number of these moves." -msgstr "" -"Пруток охлаждается в охлаждающих трубках путём перемещения назад и вперёд. " -"Укажите желаемое количество таких движений." - -msgid "Speed of the first cooling move" -msgstr "Скорость первого охлаждающего движения" - -msgid "Cooling moves are gradually accelerating beginning at this speed." -msgstr "Охлаждающие движения постепенно ускоряются, начиная с этой скорости." - -msgid "Minimal purge on wipe tower" -msgstr "Мин. объём сброса на черновой башне" - -msgid "" -"After a tool change, the exact position of the newly loaded filament inside " -"the nozzle may not be known, and the filament pressure is likely not yet " -"stable. Before purging the print head into an infill or a sacrificial " -"object, Slic3r will always prime this amount of material into the wipe tower " -"to produce successive infill or sacrificial object extrusions reliably." -msgstr "" -"После смены инструмента, точное положение вновь загруженного прутка внутри " -"него может быть неизвестно, и давление прутка, вероятно, ещё не стабильно. " -"Перед тем, как очистить печатающую головку в заполнение или в «жертвенную» " -"модель Slic3r всегда будет выдавливать это количество материала на черновую " -"башню, чтобы обеспечить надёжную печать заполнения или «жертвенной» модели." - -msgid "Speed of the last cooling move" -msgstr "Скорость последнего охлаждающего движения" - -msgid "Cooling moves are gradually accelerating towards this speed." -msgstr "Охлаждающие движения постепенно ускоряют до этой скорости." - -msgid "" -"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new " -"filament during a tool change (when executing the T code). This time is " -"added to the total print time by the G-code time estimator." -msgstr "" -"Время за которое прошивка принтера (или Multi Material Unit 2.0) выгружает " -"пруток во время смены инструмента (при выполнении кода Т). Это время " -"добавляется к общему времени печати с помощью алгоритма оценки времени " -"выполнения G-кода." - -msgid "Ramming parameters" -msgstr "Параметры рэмминга" - -msgid "" -"This string is edited by RammingDialog and contains ramming specific " -"parameters." -msgstr "" -"Эта строка редактируется диалоговым окном рэмминга и содержит его конкретные " -"параметры." - -msgid "" -"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a " -"filament during a tool change (when executing the T code). This time is " -"added to the total print time by the G-code time estimator." -msgstr "" -"Время за которое прошивка принтера (или Multi Material Unit 2.0) выгружает " -"пруток во время смены инструмента (при выполнении кода Т). Это время " -"добавляется к общему времени печати с помощью алгоритма оценки времени " -"выполнения G-кода." - -msgid "Enable ramming for multitool setups" -msgstr "Включить рэмминг для мультиинструментальных устройств" - -msgid "" -"Perform ramming when using multitool printer (i.e. when the 'Single Extruder " -"Multimaterial' in Printer Settings is unchecked). When checked, a small " -"amount of filament is rapidly extruded on the wipe tower just before the " -"toolchange. This option is only used when the wipe tower is enabled." -msgstr "" -"Выполнять рэмминг при использовании мультиинструментального принтера (т. е. " -"когда в настройках принтера снят флажок «Мультиматериальный одиночный " -"экструдер»). При включении этой опции, небольшое количество материала быстро " -"выдавливается на черновую башню непосредственно перед сменой инструмента. " -"Эта опция используется только в том случае, если включена черновая башня." - -msgid "Multitool ramming volume" -msgstr "Объём рэмминга мультиинструмента" - -msgid "The volume to be rammed before the toolchange." -msgstr "Объём рэмминга перед сменой инструмента." - -msgid "Multitool ramming flow" -msgstr "Поток рэмминга мультиинструмента" - -msgid "Flow used for ramming the filament before the toolchange." -msgstr "Поток рэмминга пластиковой нити перед сменой инструмента." +"Введите процент усадки пластиковой нити, которую получит она после охлаждения (пишите 94%, если вы намерили 94 мм, вместо 100 мм). Для компенсации усадки деталь будет отмасштабированна по оси XY. При этом учитывается только пластиковая нить, используемая для печати внешнего периметра.\n" +"Убедитесь, что между моделями достаточно места, так как эта компенсация выполняется после проверок." msgid "Density" msgstr "Плотность" @@ -8661,32 +7138,20 @@ msgstr "Тип материала пластиковой нити." msgid "Soluble material" msgstr "Растворимый материал" -msgid "" -"Soluble material is commonly used to print support and support interface" -msgstr "" -"Растворимый материал обычно используется для печати поддержки и связующего " -"слоя поддержки." +msgid "Soluble material is commonly used to print support and support interface" +msgstr "Растворимый материал обычно используется для печати поддержки и связующего слоя поддержки." msgid "Support material" msgstr "Поддержка" -msgid "" -"Support material is commonly used to print support and support interface" -msgstr "" -"«Материал для поддержки» обычно используется для печати поддержки и " -"связующего слоя поддержки." +msgid "Support material is commonly used to print support and support interface" +msgstr "«Материал для поддержки» обычно используется для печати поддержки и связующего слоя поддержки." -msgid "Softening temperature" -msgstr "Температура размягчения" +msgid "Temperature of vitrificaiton" +msgstr "Температура стеклования" -msgid "" -"The material softens at this temperature, so when the bed temperature is " -"equal to or greater than it, it's highly recommended to open the front door " -"and/or remove the upper glass to avoid cloggings." -msgstr "" -"При этой температуре материал размягчается, поэтому, когда температура стола " -"равна или превышает её, настоятельно рекомендуется открыть переднюю дверцу и/" -"или верхнюю крышку принтера, чтобы избежать засорения сопла." +msgid "Material becomes soft at this temperature. Thus the heatbed cannot be hotter than this tempature" +msgstr "При этой температуре материал становится мягким. Таким образом, подогреваемый стол не может быть горячее этой температуры." msgid "Price" msgstr "Стоимость" @@ -8709,21 +7174,14 @@ msgstr "(Не указано)" msgid "Infill direction" msgstr "Угол печати заполнения" -msgid "" -"Angle for sparse infill pattern, which controls the start or main direction " -"of line" -msgstr "" -"Базовый угол для ориентации шаблона заполнения, который определяет начало " -"или основное направление линий." +msgid "Angle for sparse infill pattern, which controls the start or main direction of line" +msgstr "Базовый угол для ориентации шаблона заполнения, который определяет начало или основное направление линий." msgid "Sparse infill density" msgstr "Плотность заполнения" -#, fuzzy, c-format msgid "Density of internal sparse infill, 100% means solid throughout" -msgstr "" -"Плотность внутреннего заполнения, выраженная в процентах. 100% означает " -"сплошное заполнение." +msgstr "Плотность внутреннего заполнения, выраженная в процентах. 100% означает сплошное заполнение." msgid "Sparse infill pattern" msgstr "Шаблон заполнения" @@ -8765,27 +7223,13 @@ msgid "Sparse infill anchor length" msgstr "Длина привязок разреженного заполнения" msgid "" -"Connect an infill line to an internal perimeter with a short segment of an " -"additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Slic3r tries to connect two close " -"infill lines to a short perimeter segment. If no such perimeter segment " -"shorter than infill_anchor_max is found, the infill line is connected to a " -"perimeter segment at just one side and the length of the perimeter segment " -"taken is limited to this parameter, but no longer than anchor_length_max. \n" -"Set this parameter to zero to disable anchoring perimeters connected to a " -"single infill line." +"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Slic3r tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one " +"side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max. \n" +"Set this parameter to zero to disable anchoring perimeters connected to a single infill line." msgstr "" -"Соединять линию заполнения с внутренним периметром с помощью короткого " -"отрезка дополнительного периметра (привязок). Если выражено в процентах, то " -"она вычисляется по ширине экструзии заполнения. Программа пытается соединить " -"две ближайшие линии заполнения с коротким отрезком периметра. Если не " -"найдено такого отрезка периметра короче «Максимальной длины привязок " -"разреженного заполнения» (anchor_length_max), то линия заполнения " -"соединяется с отрезком периметра только с одной стороны, а длина отрезка " -"периметра ограничена этим параметром, но не больше «Максимальной длины " -"привязок разреженного заполнения» (anchor_length_max). \n" -"Установите этот параметр равным нулю для отключения привязок периметров, " -"соединённых с одной линии заполнения." +"Соединять линию заполнения с внутренним периметром с помощью короткого отрезка дополнительного периметра (привязок). Если выражено в процентах, то она вычисляется по ширине экструзии заполнения. Программа пытается соединить две ближайшие линии заполнения с коротким отрезком периметра. Если не найдено такого отрезка периметра короче «Максимальной длины привязок разреженного " +"заполнения» (anchor_length_max), то линия заполнения соединяется с отрезком периметра только с одной стороны, а длина отрезка периметра ограничена этим параметром, но не больше «Максимальной длины привязок разреженного заполнения» (anchor_length_max). \n" +"Установите этот параметр равным нулю для отключения привязок периметров, соединённых с одной линии заполнения." msgid "0 (no open anchors)" msgstr "0 (нет открытых привязок)" @@ -8797,26 +7241,13 @@ msgid "Maximum length of the infill anchor" msgstr "Максимальная длина привязок разреженного заполнения" msgid "" -"Connect an infill line to an internal perimeter with a short segment of an " -"additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. Slic3r tries to connect two close " -"infill lines to a short perimeter segment. If no such perimeter segment " -"shorter than this parameter is found, the infill line is connected to a " -"perimeter segment at just one side and the length of the perimeter segment " -"taken is limited to infill_anchor, but no longer than this parameter. \n" -"If set to 0, the old algorithm for infill connection will be used, it should " -"create the same result as with 1000 & 0." +"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Slic3r tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side " +"and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter. \n" +"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0." msgstr "" -"Соединять линию заполнения с внутренним периметром с помощью короткого " -"отрезка дополнительного периметра (привязок). Если выражено в процентах, то " -"она вычисляется по ширине экструзии заполнения. Slic3r пытается соединить " -"две ближайшие линии заполнения с коротким отрезком периметра. Если не " -"найдено такого отрезка периметра короче этого параметра, линия заполнения " -"соединяется с отрезком периметра только с одной стороны, а длина отрезка " -"периметра ограничена значением «Длина привязок разреженного " -"заполнения» (infill_anchor), но не больше этого параметра. \n" -"Если установить 0, то будет использоваться старый алгоритм для соединения " -"заполнения, который даёт такой же результат, как и при значениях 1000 и 0." +"Соединять линию заполнения с внутренним периметром с помощью короткого отрезка дополнительного периметра (привязок). Если выражено в процентах, то она вычисляется по ширине экструзии заполнения. Slic3r пытается соединить две ближайшие линии заполнения с коротким отрезком периметра. Если не найдено такого отрезка периметра короче этого параметра, линия заполнения соединяется с отрезком периметра " +"только с одной стороны, а длина отрезка периметра ограничена значением «Длина привязок разреженного заполнения» (infill_anchor), но не больше этого параметра. \n" +"Если установить 0, то будет использоваться старый алгоритм для соединения заполнения, который даёт такой же результат, как и при значениях 1000 и 0." msgid "0 (Simple connect)" msgstr "0 (без привязок)" @@ -8830,71 +7261,38 @@ msgstr "Ускорение на внутренних периметрах." msgid "Acceleration of travel moves" msgstr "Ускорение холостого перемещения." -msgid "" -"Acceleration of top surface infill. Using a lower value may improve top " -"surface quality" -msgstr "" -"Ускорение на верхней поверхности. Использование меньшего значения может " -"улучшить качество верхней поверхности." +msgid "Acceleration of top surface infill. Using a lower value may improve top surface quality" +msgstr "Ускорение на верхней поверхности. Использование меньшего значения может улучшить качество верхней поверхности." msgid "Acceleration of outer wall. Using a lower value can improve quality" -msgstr "" -"Ускорение на внешнем периметре. Использование более низкого значения может " -"улучшить качество." +msgstr "Ускорение на внешнем периметре. Использование более низкого значения может улучшить качество." -msgid "" -"Acceleration of bridges. If the value is expressed as a percentage (e.g. " -"50%), it will be calculated based on the outer wall acceleration." -msgstr "" -"Ускорение на мостах. Если задано в процентах, то значение вычисляться " -"относительно ускорения внешнего периметра." +msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration." +msgstr "Ускорение на мостах. Если задано в процентах, то значение вычисляться относительно ускорения внешнего периметра." msgid "mm/s² or %" msgstr "мм/с² или %" -msgid "" -"Acceleration of sparse infill. If the value is expressed as a percentage (e." -"g. 100%), it will be calculated based on the default acceleration." -msgstr "" -"Ускорение на разреженном заполнении. Если задано в процентах, то значение " -"вычисляться относительно ускорения по умолчанию." +msgid "Acceleration of sparse infill. If the value is expressed as a percentage (e.g. 100%), it will be calculated based on the default acceleration." +msgstr "Ускорение на разреженном заполнении. Если задано в процентах, то значение вычисляться относительно ускорения по умолчанию." -msgid "" -"Acceleration of internal solid infill. If the value is expressed as a " -"percentage (e.g. 100%), it will be calculated based on the default " -"acceleration." -msgstr "" -"Ускорение на внутреннем сплошном заполнении. Если задано в процентах, то " -"значение вычисляться относительно ускорения по умолчанию." +msgid "Acceleration of internal solid infill. If the value is expressed as a percentage (e.g. 100%), it will be calculated based on the default acceleration." +msgstr "Ускорение на внутреннем сплошном заполнении. Если задано в процентах, то значение вычисляться относительно ускорения по умолчанию." -msgid "" -"Acceleration of initial layer. Using a lower value can improve build plate " -"adhesive" -msgstr "" -"Ускорение на первом слое. Использование более низкого значения может " -"улучшить адгезию к столу." +msgid "Acceleration of initial layer. Using a lower value can improve build plate adhensive" +msgstr "Ускорение на первом слое. Использование более низкого значения может улучшить адгезию к столу." msgid "Enable accel_to_decel" msgstr "Вкл. ограничение ускорения зигзагов" msgid "Klipper's max_accel_to_decel will be adjusted automatically" -msgstr "" -"Значение Klipper-а max_accel_to_decel (ограничение ускорения зигзагов) будет " -"скорректировано автоматически" +msgstr "Значение Klipper-а max_accel_to_decel (ограничение ускорения зигзагов) будет скорректировано автоматически" msgid "accel_to_decel" msgstr "ограничение ускорение зигзагов" -#, c-format, boost-format -msgid "" -"Klipper's max_accel_to_decel will be adjusted to this %% of acceleration" -msgstr "" -"Значение Klipper-а max_accel_to_decel (ограничение ускорения зигзагов) будет " -"скорректировано на данное ускорение: %%\"" - -#, c-format, boost-format -msgid "%%" -msgstr "%%" +msgid "Klipper's max_accel_to_decel will be adjusted to this % of acceleration" +msgstr "Значение Klipper-а max_accel_to_decel (ограничение ускорения зигзагов) будет скорректировано на данный процент ускорения" msgid "Jerk of outer walls" msgstr "Рывок для внешних периметров." @@ -8914,22 +7312,14 @@ msgstr "Рывок для первого слоя." msgid "Jerk for travel" msgstr "Рывок при перемещении." -msgid "" -"Line width of initial layer. If expressed as a %, it will be computed over " -"the nozzle diameter." -msgstr "" -"Ширина экструзии для первого слоя. Если задано в процентах, то значение " -"вычисляться относительно диаметра сопла." +msgid "Line width of initial layer. If expressed as a %, it will be computed over the nozzle diameter." +msgstr "Ширина экструзии для первого слоя. Если задано в процентах, то значение вычисляться относительно диаметра сопла." msgid "Initial layer height" msgstr "Высота первого слоя" -msgid "" -"Height of initial layer. Making initial layer height to be thick slightly " -"can improve build plate adhension" -msgstr "" -"Высота первого слоя. Незначительное увеличение толщины первого слоя может " -"улучшить сцепление со столом." +msgid "Height of initial layer. Making initial layer height to be thick slightly can improve build plate adhension" +msgstr "Высота первого слоя. Незначительное увеличение толщины первого слоя может улучшить сцепление со столом." msgid "Speed of initial layer except the solid infill part" msgstr "Скорость печати первого слоя, кроме сплошного заполнения." @@ -8949,59 +7339,35 @@ msgstr "Скорость перемещения на первом слое." msgid "Number of slow layers" msgstr "Количество медленных слоёв" -msgid "" -"The first few layers are printed slower than normal. The speed is gradually " -"increased in a linear fashion over the specified number of layers." -msgstr "" -"Первые несколько слоёв печатаются медленнее, чем обычно. Скорость постепенно " -"линейно увеличивается в течение заданного количества слоёв." +msgid "The first few layers are printed slower than normal. The speed is gradually increased in a linear fashion over the specified number of layers." +msgstr "Первые несколько слоёв печатаются медленнее, чем обычно. Скорость постепенно линейно увеличивается в течение заданного количества слоёв." msgid "Initial layer nozzle temperature" msgstr "Температура сопла на первом слое" msgid "Nozzle temperature to print initial layer when using this filament" -msgstr "" -"Температура сопла для печати первого слоя при использовании данной " -"пластиковой нити." +msgstr "Температура сопла для печати первого слоя при использовании данной пластиковой нити." msgid "Full fan speed at layer" msgstr "Полная скорость вентилятора на слое" -msgid "" -"Fan speed will be ramped up linearly from zero at layer " -"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer" -"\". \"full_fan_speed_layer\" will be ignored if lower than " -"\"close_fan_the_first_x_layers\", in which case the fan will be running at " -"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." -msgstr "" -"Скорость вентилятора будет нарастать линейно от нуля на слое " -"\"close_fan_the_first_x_layers\" до максимума на слое \"full_fan_speed_layer" -"\". Значение \"full_fan_speed_layer\" будет игнорироваться, если оно меньше " -"значения \"close_fan_the_first_x_layers\", в этом случае вентилятор будет " -"работать на максимально допустимой скорости на слое " -"\"close_fan_the_first_x_layers\" + 1." +msgid "Fan speed will be ramped up linearly from zero at layer \"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower than \"close_fan_the_first_x_layers\", in which case the fan will be running at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." +msgstr "Скорость вентилятора будет нарастать линейно от нуля на слое \"close_fan_the_first_x_layers\" до максимума на слое \"full_fan_speed_layer\". Значение \"full_fan_speed_layer\" будет игнорироваться, если оно меньше значения \"close_fan_the_first_x_layers\", в этом случае вентилятор будет работать на максимально допустимой скорости на слое \"close_fan_the_first_x_layers\" + 1." msgid "Support interface fan speed" msgstr "Скорость вентилятора на связующем слое" msgid "" -"This fan speed is enforced during all support interfaces, to be able to " -"weaken their bonding with a high fan speed.\n" +"This fan speed is enforced during all support interfaces, to be able to weaken their bonding with a high fan speed.\n" "Set to -1 to disable this override.\n" "Can only be overriden by disable_fan_first_layers." msgstr "" -"Скорость, применяемая ко всем связующим слоях, чтобы высокой скоростью " -"вентилятора ослабить сцепление между слоями.\n" +"Скорость, применяемая ко всем связующим слоях, чтобы высокой скоростью вентилятора ослабить сцепление между слоями.\n" "Установите значение -1, чтобы запретить переопределять этот параметр.\n" "Может быть отменено только командой disable_fan_first_layers." -msgid "" -"Randomly jitter while printing the wall, so that the surface has a rough " -"look. This setting controls the fuzzy position" -msgstr "" -"Случайное дрожание сопла при печати внешнего периметра для создания эффекта " -"шероховатой поверхности. Эта настройка определяет положение нечетной " -"оболочки." +msgid "Randomly jitter while printing the wall, so that the surface has a rough look. This setting controls the fuzzy position" +msgstr "Случайное дрожание сопла при печати внешнего периметра для создания эффекта шероховатой поверхности. Эта настройка определяет положение нечетной оболочки." msgid "None" msgstr "Нет" @@ -9018,22 +7384,14 @@ msgstr "Все периметры" msgid "Fuzzy skin thickness" msgstr "Толщина нечёткой оболочки" -msgid "" -"The width within which to jitter. It's adversed to be below outer wall line " -"width" -msgstr "" -"Ширина, в пределах которой будет происходить дрожание. Желательно, чтобы она " -"была меньше ширины линии внешнего периметра." +msgid "The width within which to jitter. It's adversed to be below outer wall line width" +msgstr "Ширина, в пределах которой будет происходить дрожание. Желательно, чтобы она была меньше ширины линии внешнего периметра." msgid "Fuzzy skin point distance" msgstr "Расстояние «дрожания» при печати нечёткой оболочки" -msgid "" -"The average diatance between the random points introducded on each line " -"segment" -msgstr "" -"Среднее расстояние между случайно вставленными точками при генерации " -"нечётной оболочки." +msgid "The average diatance between the random points introducded on each line segment" +msgstr "Среднее расстояние между случайно вставленными точками при генерации нечётной оболочки." msgid "Filter out tiny gaps" msgstr "Игнорировать небольшие пробелы" @@ -9041,52 +7399,35 @@ msgstr "Игнорировать небольшие пробелы" msgid "Layers and Perimeters" msgstr "Слои и периметры" -msgid "Filter out gaps smaller than the threshold specified" -msgstr "Небольшие промежутки меньше указанного порога не будут заполняться." +msgid "Filter out gaps smaller than the threshold specified. This setting won't affect top/bottom layers" +msgstr "Небольшие промежутки меньше указанного порога не будут заполняться. Этот параметр не влияет на верхнюю/нижнюю поверхность." -msgid "" -"Speed of gap infill. Gap usually has irregular line width and should be " -"printed more slowly" -msgstr "" -"Скорость заполнения пробелов. Пробелы обычно имеют неравномерную ширину " -"линии и должен печататься медленнее." +msgid "Speed of gap infill. Gap usually has irregular line width and should be printed more slowly" +msgstr "Скорость заполнения пробелов. Пробелы обычно имеют неравномерную ширину линии и должен печататься медленнее." msgid "Arc fitting" msgstr "Поддержка движения по дуге окружности" -msgid "" -"Enable this to get a G-code file which has G2 and G3 moves. And the fitting " -"tolerance is same with resolution" -msgstr "" -"Включите, если хотите использовать в G-коде команды перемещения по дуге " -"окружности G2/G3. Значение допуска траектории такое же как разрешение G-кода " -"выше." +msgid "Enable this to get a G-code file which has G2 and G3 moves. And the fitting tolerance is same with resolution" +msgstr "Включите, если хотите использовать в G-коде команды перемещения по дуге окружности G2/G3. Значение допуска траектории такое же как разрешение G-кода выше." msgid "Add line number" msgstr "Добавить номер строки" msgid "Enable this to add line number(Nx) at the beginning of each G-Code line" -msgstr "" -"При включении, в начало каждой строки G-кода, будет добавляться номер строки " -"(Nx)." +msgstr "При включении, в начало каждой строки G-кода, будет добавляться номер строки (Nx)." msgid "Scan first layer" -msgstr "Сканировать первый слой" +msgstr "Проверка первого слоя" -msgid "" -"Enable this to enable the camera on printer to check the quality of first " -"layer" +msgid "Enable this to enable the camera on printer to check the quality of first layer" msgstr "При включении, камера принтера будет проверять качество первого слоя." msgid "Nozzle type" msgstr "Тип сопла" -msgid "" -"The metallic material of nozzle. This determines the abrasive resistance of " -"nozzle, and what kind of filament can be printed" -msgstr "" -"Материал сопла. Определяет абразивную стойкость сопла, а также то, каким " -"материалом можно печатать." +msgid "The metallic material of nozzle. This determines the abrasive resistance of nozzle, and what kind of filament can be printed" +msgstr "Материал сопла. Определяет абразивную стойкость сопла, а также то, каким материалом можно печатать." msgid "Undefine" msgstr "Не задано" @@ -9103,68 +7444,24 @@ msgstr "Латунь" msgid "Nozzle HRC" msgstr "Твердость сопла (HRC)" -msgid "" -"The nozzle's hardness. Zero means no checking for nozzle's hardness during " -"slicing." -msgstr "" -"Твёрдость сопел. 0 - отключение контроля сопел на твёрдость во время нарезки." +msgid "The nozzle's hardness. Zero means no checking for nozzle's hardness during slicing." +msgstr "Твёрдость сопел. 0 - отключение контроля сопел на твёрдость во время нарезки." msgid "HRC" msgstr "HRC" -msgid "Printer structure" -msgstr "Кинематика принтера" - -msgid "The physical arrangement and components of a printing device" -msgstr "Конструкция физического принтера" - -msgid "CoreXY" -msgstr "CoreXY" - -msgid "I3" -msgstr "I3" - -msgid "Hbot" -msgstr "Hbot" - -msgid "Delta" -msgstr "Delta" - -msgid "Best object position" -msgstr "Наилучшее расположение модели" - -msgid "Best auto arranging position in range [0,1] w.r.t. bed shape." -msgstr "" -"Наилучшее расположение модели при авторасстановке в диапазоне [0,1] " -"относительно формы стола." +msgid "Enable this option if machine has auxiliary part cooling fan" +msgstr "Включите, если в принтере имеет вспомогательный вентилятор для охлаждения моделей." msgid "" -"Enable this option if machine has auxiliary part cooling fan. G-code " -"command: M106 P2 S(0-255)." -msgstr "" -"Если в принтере имеет вспомогательный вентилятор для охлаждения моделей, " -"можете включить эту опцию. \n" -"G-код команда: M106 P2 S(0-255)." - -msgid "" -"Start the fan this number of seconds earlier than its target start time (you " -"can use fractional seconds). It assumes infinite acceleration for this time " -"estimation, and will only take into account G1 and G0 moves (arc fitting is " -"unsupported).\n" -"It won't move fan comands from custom gcodes (they act as a sort of " -"'barrier').\n" -"It won't move fan comands into the start gcode if the 'only custom start " -"gcode' is activated.\n" +"Start the fan this number of seconds earlier than its target start time (you can use fractional seconds). It assumes infinite acceleration for this time estimation, and will only take into account G1 and G0 moves (arc fitting is unsupported).\n" +"It won't move fan comands from custom gcodes (they act as a sort of 'barrier').\n" +"It won't move fan comands into the start gcode if the 'only custom start gcode' is activated.\n" "Use 0 to deactivate." msgstr "" -"Запуск вентилятора на указанное количество секунд раньше целевого времени " -"запуска (поддерживаются доли секунды). При этом предполагается бесконечное " -"ускорение для оценки этого времени, и учёт только перемещений G1 и G0 " -"(Поддержка движения по дуге окружности не поддерживается).\n" -"Это не приведёт к сдвигу команд вентилятора из пользовательских G-кодов (они " -"действуют как своего рода барьер).\n" -"Это не приведёт к сдвигу команд вентилятора в стартовом G-коде, если " -"активировано «только пользовательский стартовый G-код».\n" +"Запуск вентилятора на указанное количество секунд раньше целевого времени запуска (поддерживаются доли секунды). При этом предполагается бесконечное ускорение для оценки этого времени, и учёт только перемещений G1 и G0 (Поддержка движения по дуге окружности не поддерживается).\n" +"Это не приведёт к сдвигу команд вентилятора из пользовательских G-кодов (они действуют как своего рода барьер).\n" +"Это не приведёт к сдвигу команд вентилятора в стартовом G-коде, если активировано «только пользовательский стартовый G-код».\n" "Установите 0 для отключения." msgid "Only overhangs" @@ -9177,50 +7474,13 @@ msgid "Fan kick-start time" msgstr "Продолжительность принудительного запуска вентилятора" msgid "" -"Emit a max fan speed command for this amount of seconds before reducing to " -"target speed to kick-start the cooling fan.\n" -"This is useful for fans where a low PWM/power may be insufficient to get the " -"fan started spinning from a stop, or to get the fan up to speed faster.\n" +"Emit a max fan speed command for this amount of seconds before reducing to target speed to kick-start the cooling fan.\n" +"This is useful for fans where a low PWM/power may be insufficient to get the fan started spinning from a stop, or to get the fan up to speed faster.\n" "Set to 0 to deactivate." msgstr "" -"Время принудительного запуска (kick-start) вентилятора на максимальной " -"скорости, после чего скорость снижается до целевой. Это необходимо для " -"вентиляторов у которых низкое значение уровня ШИМ/мощности может быть " -"недостаточен для запуска вентилятора после остановки или для более быстрого " -"увеличения скорости его вращения.\n" +"Время принудительного запуска (kick-start) вентилятора на максимальной скорости, после чего скорость снижается до целевой. Это необходимо для вентиляторов у которых низкое значение уровня ШИМ/мощности может быть недостаточен для запуска вентилятора после остановки или для более быстрого увеличения скорости его вращения.\n" "Установите 0 для отключения." -msgid "Time cost" -msgstr "Цена печати" - -msgid "The printer cost per hour" -msgstr "Стоимость печати в час." - -msgid "money/h" -msgstr "цена/ч" - -msgid "Support control chamber temperature" -msgstr "Контроль температуры в термокамере" - -msgid "" -"This option is enabled if machine support controlling chamber temperature\n" -"G-code command: M141 S(0-255)" -msgstr "" -"Если принтер поддерживает контроль температуры в камере, включите эту " -"опцию.\n" -"G-код команда: M141 S(0-255)" - -msgid "Support air filtration" -msgstr "Фильтрация выдуваемого воздуха" - -msgid "" -"Enable this if printer support air filtration\n" -"G-code command: M106 P3 S(0-255)" -msgstr "" -"Если принтер поддерживает фильтрацию выдуваемого воздуха, включите эту " -"опцию. \n" -"G-код команда: M106 P3 S(0-255)" - msgid "G-code flavor" msgstr "Тип G-кода" @@ -9233,67 +7493,40 @@ msgstr "Klipper" msgid "Label objects" msgstr "Название моделей" -msgid "" -"Enable this to add comments into the G-Code labeling print moves with what " -"object they belong to, which is useful for the Octoprint CancelObject " -"plugin. This settings is NOT compatible with Single Extruder Multi Material " -"setup and Wipe into Object / Wipe into Infill." -msgstr "" -"Включите эту опцию, чтобы добавить комментарии в G-код с указанием того, к " -"какой модели он принадлежит, что полезно для плагина Octoprint CancelObject. " -"Эта настройка не совместима с настройкой «Мультиматериальный одиночный " -"экструдер» и «Очистка в модель» / «Очистка в заполнение модели»." +msgid "Enable this to add comments into the G-Code labeling print moves with what object they belong to, which is useful for the Octoprint CancelObject plugin. This settings is NOT compatible with Single Extruder Multi Material setup and Wipe into Object / Wipe into Infill." +msgstr "Включите эту опцию, чтобы добавить комментарии в G-код с указанием того, к какой модели он принадлежит, что полезно для плагина Octoprint CancelObject. Эта настройка не совместима с настройкой «Мультиматериальный одиночный экструдер» и «Очистка в модель» / «Очистка в заполнение модели»." msgid "Exclude objects" msgstr "Исключить модели" msgid "Enable this option to add EXCLUDE OBJECT command in g-code" -msgstr "" -"Включите эту опцию, чтобы добавить команду EXCLUDE OBJECT (исключения " -"моделей) в G-код." +msgstr "Включите эту опцию, чтобы добавить команду EXCLUDE OBJECT (исключения моделей) в G-код." msgid "Verbose G-code" msgstr "Подробный G-код" -msgid "" -"Enable this to get a commented G-code file, with each line explained by a " -"descriptive text. If you print from SD card, the additional weight of the " -"file could make your firmware slow down." -msgstr "" -"Включите эту опцию, чтобы в каждой строке файла G-кода, присутствовал " -"комментарий с поясняющим текстом. При печати с SD-карты, скорость чтение " -"данных вашей прошивкой может снизится за счёт увеличения размера файла." +msgid "Enable this to get a commented G-code file, with each line explained by a descriptive text. If you print from SD card, the additional weight of the file could make your firmware slow down." +msgstr "Включите эту опцию, чтобы в каждой строке файла G-кода, присутствовал комментарий с поясняющим текстом. При печати с SD-карты, скорость чтение данных вашей прошивкой может снизится за счёт увеличения размера файла." msgid "Infill combination" msgstr "Комбинированное заполнение" -msgid "" -"Automatically Combine sparse infill of several layers to print together to " -"reduce time. Wall is still printed with original layer height." +msgid "Automatically Combine sparse infill of several layers to print together to reduce time. Wall is still printed with original layer height." msgstr "" -"Для сокращения времени печати есть возможность печатать заполнение не на " -"каждом слое, а на двух слоях сразу. \n" +"Для сокращения времени печати есть возможность печатать заполнение не на каждом слое, а на двух слоях сразу. \n" "Периметры по-прежнему печатаются с исходной высотой слоя." msgid "Filament to print internal sparse infill." msgstr "Пластиковая нить для печати заполнения." -msgid "" -"Line width of internal sparse infill. If expressed as a %, it will be " -"computed over the nozzle diameter." -msgstr "" -"Ширина экструзии для заполнения. Если задано в процентах, то значение " -"вычисляться относительно диаметра сопла." +msgid "Line width of internal sparse infill. If expressed as a %, it will be computed over the nozzle diameter." +msgstr "Ширина экструзии для заполнения. Если задано в процентах, то значение вычисляться относительно диаметра сопла." msgid "Infill/Wall overlap" msgstr "Перекрытие линий заполнения с линиями периметра" -msgid "" -"Infill area is enlarged slightly to overlap with wall for better bonding. " -"The percentage value is relative to line width of sparse infill" -msgstr "" -"Параметр указывает на сколько процентов заполнение будет перекрываться с " -"периметром для лучшего соединения друг с другом." +msgid "Infill area is enlarged slightly to overlap with wall for better bonding. The percentage value is relative to line width of sparse infill" +msgstr "Параметр указывает на сколько процентов заполнение будет перекрываться с периметром для лучшего соединения друг с другом." msgid "Speed of internal sparse infill" msgstr "Скорость заполнения" @@ -9301,26 +7534,14 @@ msgstr "Скорость заполнения" msgid "Interface shells" msgstr "Связующие оболочки" -msgid "" -"Force the generation of solid shells between adjacent materials/volumes. " -"Useful for multi-extruder prints with translucent materials or manual " -"soluble support material" -msgstr "" -"Принудительное создание замкнутых (сплошных) оболочек между смежными " -"материалами/объёмами. Полезно для многоэкструдерных принтеров при печати " -"полупрозрачными материалами или растворимой поддержкой. Помогает избежать " -"диффузию материалов." +msgid "Force the generation of solid shells between adjacent materials/volumes. Useful for multi-extruder prints with translucent materials or manual soluble support material" +msgstr "Принудительное создание замкнутых (сплошных) оболочек между смежными материалами/объёмами. Полезно для многоэкструдерных принтеров при печати полупрозрачными материалами или растворимой поддержкой. Помогает избежать диффузию материалов." msgid "Ironing Type" msgstr "Тип разглаживания" -msgid "" -"Ironing is using small flow to print on same height of surface again to make " -"flat surface more smooth. This setting controls which layer being ironed" -msgstr "" -"При разглаживании сопло выполняет вторую фазу заполнения на том же слое (с " -"небольшим потоком), чтобы заполнить отверстия и сгладить выступающие части " -"пластика. Этот параметр контролирует, какой слой необходимо сгладить." +msgid "Ironing is using small flow to print on same height of surface again to make flat surface more smooth. This setting controls which layer being ironed" +msgstr "При разглаживании сопло выполняет вторую фазу заполнения на том же слое (с небольшим потоком), чтобы заполнить отверстия и сгладить выступающие части пластика. Этот параметр контролирует, какой слой необходимо сгладить." msgid "No ironing" msgstr "Без разглаживания" @@ -9337,18 +7558,11 @@ msgstr "Все сплошные поверхности" msgid "Ironing Pattern" msgstr "Шаблон разглаживания" -msgid "The pattern that will be used when ironing" -msgstr "Шаблон по которому будет производиться разглаживание." - msgid "Ironing flow" msgstr "Поток" -msgid "" -"The amount of material to extrude during ironing. Relative to flow of normal " -"layer height. Too high value results in overextrusion on the surface" -msgstr "" -"Количество материала, которое необходимо выдавить во время разглаживания " -"относительно потока при нормальной высоте слоя." +msgid "The amount of material to extrude during ironing. Relative to flow of normal layer height. Too high value results in overextrusion on the surface" +msgstr "Количество материала, которое необходимо выдавить во время разглаживания относительно потока при нормальной высоте слоя." msgid "Ironing line spacing" msgstr "Расстояние между линиями разглаживания" @@ -9362,36 +7576,17 @@ msgstr "Скорость разглаживания" msgid "Print speed of ironing lines" msgstr "Скорость разглаживания" -msgid "Ironing angle" -msgstr "Угол разглаживания" - -msgid "" -"The angle ironing is done at. A negative number disables this function and " -"uses the default method." -msgstr "" -"Выбор угла разглаживания. Отрицательное число отключает эту функцию и " -"использует метод по умолчанию." - msgid "This gcode part is inserted at every layer change after lift z" -msgstr "" -"Этот G-код вставляется при каждой смене слоя, сразу после перемещения оси Z." +msgstr "Этот G-код вставляется при каждой смене слоя, сразу после перемещения оси Z." msgid "Supports silent mode" msgstr "Поддержка тихого режима" -msgid "" -"Whether the machine supports silent mode in which machine use lower " -"acceleration to print" -msgstr "" -"Поддержка тихого режима, в котором принтер использует меньшее ускорение " -"печати для уменьшения уровня шума." +msgid "Whether the machine supports silent mode in which machine use lower acceleration to print" +msgstr "Поддержка тихого режима, в котором принтер использует меньшее ускорение печати для уменьшения уровня шума." -msgid "" -"This G-code will be used as a code for the pause print. User can insert " -"pause G-code in gcode viewer" -msgstr "" -"Этот G-код используется для задания паузы печати. Пользователь может " -"вставить G-код паузы в просмотрщике G-кода." +msgid "This G-code will be used as a code for the pause print. User can insert pause G-code in gcode viewer" +msgstr "Этот G-код используется для задания паузы печати. Пользователь может вставить G-код паузы в просмотрщике G-кода." msgid "This G-code will be used as a custom code" msgstr "Этот G-код используется для пользовательского кода." @@ -9499,155 +7694,40 @@ msgid "Maximum acceleration for travel" msgstr "Максимальное ускорение при перемещении" msgid "Maximum acceleration for travel (M204 T), it only applies to Marlin 2" -msgstr "" -"Максимальное ускорение при перемещении (M204 T), применяемое только для " -"Marlin 2" +msgstr "Максимальное ускорение при перемещении (M204 T), применяемое только для Marlin 2" -msgid "" -"Part cooling fan speed may be increased when auto cooling is enabled. This " -"is the maximum speed limitation of part cooling fan" -msgstr "" -"Скорость вентилятора охлаждения моделей может быть увеличена, если включено " -"автоматическое охлаждение. Это максимальное ограничение скорости вентилятора " -"для охлаждения моделей." +msgid "Maximum acceleration for travel (M204 T)" +msgstr "Максимальное ускорение при перемещении (M204 T)" + +msgid "Fan speed" +msgstr "Скорость вентилятора" + +msgid "Part cooling fan speed may be increased when auto cooling is enabled. This is the maximum speed limitation of part cooling fan" +msgstr "Скорость вентилятора охлаждения моделей может быть увеличена, если включено автоматическое охлаждение. Это максимальное ограничение скорости вентилятора для охлаждения моделей." msgid "Max" msgstr "Макс." -msgid "" -"The largest printable layer height for extruder. Used tp limits the maximum " -"layer hight when enable adaptive layer height" -msgstr "" -"Это наибольшая высота печатаемого слоя для этого экструдера, которая " -"используется для ограничения функции «Переменная высота слоёв»." - -# ??? -msgid "Extrusion rate smoothing" -msgstr "Сглаживание скорости экструзии" - -msgid "" -"This parameter smooths out sudden extrusion rate changes that happen when " -"the printer transitions from printing a high flow (high speed/larger width) " -"extrusion to a lower flow (lower speed/smaller width) extrusion and vice " -"versa.\n" -"\n" -"It defines the maximum rate by which the extruded volumetric flow in mm3/sec " -"can change over time. Higher values mean higher extrusion rate changes are " -"allowed, resulting in faster speed transitions.\n" -"\n" -"A value of 0 disables the feature. \n" -"\n" -"For a high speed, high flow direct drive printer (like the Bambu lab or " -"Voron) this value is usually not needed. However it can provide some " -"marginal benefit in certain cases where feature speeds vary greatly. For " -"example, when there are aggressive slowdowns due to overhangs. In these " -"cases a high value of around 300-350mm3/s2 is recommended as this allows for " -"just enough smoothing to assist pressure advance achieve a smoother flow " -"transition.\n" -"\n" -"For slower printers without pressure advance, the value should be set much " -"lower. A value of 10-15mm3/s2 is a good starting point for direct drive " -"extruders and 5-10mm3/s2 for Bowden style. \n" -"\n" -"This feature is known as Pressure Equalizer in Prusa slicer.\n" -"\n" -"Note: this parameter disables arc fitting." -msgstr "" -"Этот параметр сглаживает резкие изменения скорости экструзии, которые " -"происходят, когда принтер переходит от печати с большим расходом (высокая " -"скорость/большая ширина) к печати с меньшим расходом (меньшая скорость/" -"меньшая ширина) и наоборот.\n" -"\n" -"Параметр задаёт максимальную скорость, с которой объёмный расход " -"экструдируемого материала может изменяться с течением времени (мм³/с). Более " -"высокие значения означают, что допускаются более высокие изменения скорости " -"экструзии, что приводит к более быстрому переключению скоростей.\n" -"\n" -"Значение 0 отключает эту функцию. \n" -"\n" -"Для высокоскоростных принтеров с прямым приводом (например, Bambu lab или " -"Voron) обычно не требуется использование данного значения. Однако в " -"некоторых случаях, когда скорость печати сильно различается, это может " -"принести некоторую дополнительную пользу. Например, когда происходят резкие " -"замедления из-за нависаний. В этих случаях рекомендуется использовать " -"высокое значение, составляющее около 300-350 мм³/с², так как это " -"обеспечивает достаточное сглаживание, помогающее прогнозированию давления " -"достичь более плавного перехода потока.\n" -"\n" -"Для более медленных принтеров, не использующих прогнозирование давления " -"(pressure advance), это значение должно быть значительно ниже. Значение " -"10-15 мм³/с² является хорошей отправной точкой для экструдеров с прямым " -"приводом и 5-10 мм³/с² для боуден экструдеров.\n" -"\n" -"В Prusa Slicer эта функция известна как «Выравнивание давления» (Pressure " -"equalizer).\n" -"\n" -"Примечание: этот параметр отключает поддержку движения по дуге окружности." - -msgid "mm³/s²" -msgstr "мм³/с²" - -msgid "Smoothing segment length" -msgstr "Длина сглаживающего сегмента" - -msgid "" -"A lower value results in smoother extrusion rate transitions. However, this " -"results in a significantly larger gcode file and more instructions for the " -"printer to process. \n" -"\n" -"Default value of 3 works well for most cases. If your printer is stuttering, " -"increase this value to reduce the number of adjustments made\n" -"\n" -"Allowed values: 1-5" -msgstr "" -"Меньшее значение приводит к более плавному изменению скорости экструзии. " -"Однако это приводит к значительному увеличению размера G-код файла и " -"увеличению количества инструкций для обработки принтером. \n" -"\n" -"Значение по умолчанию, равное 3, хорошо подходит для большинства случаев. " -"Если принтер печатает с мини-фризами, увеличьте это значение, чтобы " -"уменьшить количество выполняемых изменений.\n" -"\n" -"Допустимые значения: 1–5." +msgid "The largest printable layer height for extruder. Used tp limits the maximum layer hight when enable adaptive layer height" +msgstr "Это наибольшая высота печатаемого слоя для этого экструдера, которая используется для ограничения функции «Переменная высота слоёв»." msgid "Minimum speed for part cooling fan" msgstr "Минимальная скорость вентилятора обдува модели." -msgid "" -"Speed of auxiliary part cooling fan. Auxiliary fan will run at this speed " -"during printing except the first several layers which is defined by no " -"cooling layers.\n" -"Please enable auxiliary_fan in printer settings to use this feature. G-code " -"command: M106 P2 S(0-255)" -msgstr "" -"Скорость вращения вспомогательного вентилятора для охлаждения моделей. Он " -"всегда будет работать с этой скоростью, за исключением первых нескольких " -"слоёв, которые обычно настроены на работу без охлаждения.\n" -"Пожалуйста, включите вспомогательный вентилятор для охлаждения моделей " -"(auxiliary_fan) в настройках принтера, чтобы использовать эту функцию. \n" -"G-код команда: M106 P2 S(0-255)." +msgid "Speed of auxiliary part cooling fan. Auxiliary fan will run at this speed during printing except the first several layers which is defined by no cooling layers" +msgstr "Скорость вращения вспомогательного вентилятора для охлаждения моделей. Он всегда будет работать с этой скоростью, за исключением первых нескольких слоёв, которые обычно настроены на работу без охлаждения." msgid "Min" msgstr "Мин." -msgid "" -"The lowest printable layer height for extruder. Used tp limits the minimum " -"layer hight when enable adaptive layer height" -msgstr "" -"Это наименьшая высота печатаемого слоя для данного экструдера и в то же " -"время нижний предел для функции «Переменная высота слоёв»." +msgid "The lowest printable layer height for extruder. Used tp limits the minimum layer hight when enable adaptive layer height" +msgstr "Это наименьшая высота печатаемого слоя для данного экструдера и в то же время нижний предел для функции «Переменная высота слоёв»." msgid "Min print speed" msgstr "Минимальная скорость печати" -msgid "" -"The minimum printing speed for the filament when slow down for better layer " -"cooling is enabled, when printing overhangs and when feature speeds are not " -"specified explicitly." -msgstr "" -"Минимальная скорость печати для текущего прутка при включенной функции " -"«Замедлять печать для лучшего охлаждения слоёв» при печати нависаний и когда " -"скорости элементов явно не задана." +msgid "The minimum printing speed when slow down for cooling" +msgstr "Минимальная скорость печати при которой происходит сброс скорости для лучшего охлаждения." msgid "Nozzle diameter" msgstr "Диаметр сопла" @@ -9658,22 +7738,14 @@ msgstr "Диаметр сопла" msgid "Configuration notes" msgstr "Примечание конфигурации" -msgid "" -"You can put here your personal notes. This text will be added to the G-code " -"header comments." -msgstr "" -"Здесь вы можете написать свои замечания для текущего профиля. Этот текст " -"будет добавлен к комментариям в заголовок G-кода." +msgid "You can put here your personal notes. This text will be added to the G-code header comments." +msgstr "Здесь вы можете написать свои замечания для текущего профиля. Этот текст будет добавлен к комментариям в заголовок G-кода." msgid "Host Type" msgstr "Тип хоста" -msgid "" -"Slic3r can upload G-code files to a printer host. This field must contain " -"the kind of the host." -msgstr "" -"Slic3r может загружать файл G-кода на хост принтера. Это поле должно " -"содержать тип хоста." +msgid "Slic3r can upload G-code files to a printer host. This field must contain the kind of the host." +msgstr "Slic3r может загружать файл G-кода на хост принтера. Это поле должно содержать тип хоста." msgid "Nozzle volume" msgstr "Объём сопла" @@ -9681,57 +7753,6 @@ msgstr "Объём сопла" msgid "Volume of nozzle between the cutter and the end of nozzle" msgstr "Объём сопла между резцом прутка и кончиком сопла." -msgid "Cooling tube position" -msgstr "Позиция охлаждающей трубки" - -msgid "Distance of the center-point of the cooling tube from the extruder tip." -msgstr "" -"Расстояние между центральной точкой охлаждающей трубки и кончиком экструдера." - -msgid "Cooling tube length" -msgstr "Длина охлаждающей трубки" - -msgid "Length of the cooling tube to limit space for cooling moves inside it." -msgstr "" -"Длина охлаждающей трубки для ограничения перемещения при охлаждающих " -"движениях." - -msgid "High extruder current on filament swap" -msgstr "Повышение тока экструдера при замене прутка" - -msgid "" -"It may be beneficial to increase the extruder motor current during the " -"filament exchange sequence to allow for rapid ramming feed rates and to " -"overcome resistance when loading a filament with an ugly shaped tip." -msgstr "" -"Это может быть полезно для увеличения тока двигателя экструдера во время " -"замены прутка, чтобы быстро увеличить скорость подачи и преодолеть " -"сопротивление при загрузке прутка с плохой формой кончика." - -msgid "Filament parking position" -msgstr "Положение парковки прутка" - -msgid "" -"Distance of the extruder tip from the position where the filament is parked " -"when unloaded. This should match the value in printer firmware." -msgstr "" -"Расстояние от кончика экструдера до точки, где размещается пруток при " -"выгрузке. Расстояние должно соответствовать значению в прошивке принтера." - -msgid "Extra loading distance" -msgstr "Дополнительная длина загрузки" - -msgid "" -"When set to zero, the distance the filament is moved from parking position " -"during load is exactly the same as it was moved back during unload. When " -"positive, it is loaded further, if negative, the loading move is shorter " -"than unloading." -msgstr "" -"Если установлено 0, то расстояние, которое проходит пруток при перемещении " -"из положения парковки во время загрузки, точно такое же, как и при выгрузке. " -"При положительном значении, она загружается дальше; при отрицательном, ход " -"загрузки короче (по сравнению с выгрузкой)." - msgid "Start end points" msgstr "Начальные и конечные точки" @@ -9741,15 +7762,8 @@ msgstr "Начальная и конечная точки от зоны обре msgid "Reduce infill retraction" msgstr "Уменьшать отката при заполнении" -msgid "" -"Don't retract when the travel is in infill area absolutely. That means the " -"oozing can't been seen. This can reduce times of retraction for complex " -"model and save printing time, but make slicing and G-code generating slower" -msgstr "" -"Отключает откат, когда перемещения полностью совершаются в области " -"заполнения (и, таким образом, любые подтёки скорее всего будут не заметны). " -"Это поможет снизить количество откатов при печати сложной модели и " -"сэкономить время печати, но увеличит время нарезки и генерации G-кода." +msgid "Don't retract when the travel is in infill area absolutely. That means the oozing can't been seen. This can reduce times of retraction for complex model and save printing time, but make slicing and G-code generating slower" +msgstr "Отключает откат, когда перемещения полностью совершаются в области заполнения (и, таким образом, любые подтёки скорее всего будут не заметны). Это поможет снизить количество откатов при печати сложной модели и сэкономить время печати, но увеличит время нарезки и генерации G-кода." msgid "Enable" msgstr "Включить" @@ -9769,25 +7783,14 @@ msgstr "Изменение геометрии модели для печати msgid "Make overhang printable maximum angle" msgstr "Делать нависания пригодными для печати под максимальным углом" -msgid "" -"Maximum angle of overhangs to allow after making more steep overhangs " -"printable.90° will not change the model at all and allow any overhang, while " -"0 will replace all overhangs with conical material." -msgstr "" -"Максимальный угол нависания, получаемый после изменения геометрии крутых " -"нависаний. При 90°не происходит изменения формы модели. При 0° же, все " -"нависания заменяются материалом конической геометрии." +msgid "Maximum angle of overhangs to allow after making more steep overhangs printable.90° will not change the model at all and allow any overhang, while 0 will replace all overhangs with conical material." +msgstr "Максимальный угол нависания, получаемый после изменения геометрии крутых нависаний. При 90°не происходит изменения формы модели. При 0° же, все нависания заменяются материалом конической геометрии." msgid "Make overhang printable hole area" msgstr "Делать нависания отверстий пригодными для печати" -msgid "" -"Maximum area of a hole in the base of the model before it's filled by " -"conical material.A value of 0 will fill all the holes in the model base." -msgstr "" -"Максимальная площадь отверстия в основании модели до его заполнения " -"материалом конической геометрии. При 0 все отверстия в основании модели " -"будут заполнены." +msgid "Maximum area of a hole in the base of the model before it's filled by conical material.A value of 0 will fill all the holes in the model base." +msgstr "Максимальная площадь отверстия в основании модели до его заполнения материалом конической геометрии. При 0 все отверстия в основании модели будут заполнены." msgid "mm²" msgstr "мм²" @@ -9796,19 +7799,11 @@ msgid "Detect overhang wall" msgstr "Определять нависающие периметры" #, c-format, boost-format -msgid "" -"Detect the overhang percentage relative to line width and use different " -"speed to print. For 100%% overhang, bridge speed is used." -msgstr "" -"Определяет процент нависания относительно ширины линии и использует разную " -"скорость печати. Для 100%%-го свеса используется скорость печати мостов." +msgid "Detect the overhang percentage relative to line width and use different speed to print. For 100%% overhang, bridge speed is used." +msgstr "Определяет процент нависания относительно ширины линии и использует разную скорость печати. Для 100%%-го свеса используется скорость печати мостов." -msgid "" -"Line width of inner wall. If expressed as a %, it will be computed over the " -"nozzle diameter." -msgstr "" -"Ширина экструзии внутренних периметров. Если задано в процентах, то значение " -"вычисляться относительно диаметра сопла." +msgid "Line width of inner wall. If expressed as a %, it will be computed over the nozzle diameter." +msgstr "Ширина экструзии внутренних периметров. Если задано в процентах, то значение вычисляться относительно диаметра сопла." msgid "Speed of inner wall" msgstr "Скорость печати внутренних периметров." @@ -9816,18 +7811,8 @@ msgstr "Скорость печати внутренних периметров. msgid "Number of walls of every layer" msgstr "Количество периметров на каждом слое модели." -msgid "" -"If you want to process the output G-code through custom scripts, just list " -"their absolute paths here. Separate multiple scripts with a semicolon. " -"Scripts will be passed the absolute path to the G-code file as the first " -"argument, and they can access the Slic3r config settings by reading " -"environment variables." -msgstr "" -"Если вы хотите обработать выходной G-код с помощью пользовательских " -"скриптов, просто перечислите здесь абсолютные пути к ним. Разделяйте скрипты " -"точкой с запятой. Скриптам будет передан абсолютный путь к файлу G-кода в " -"качестве первого аргумента, и они смогут получить доступ к настройкам " -"конфигурации Slic3r, читая переменные окружения." +msgid "If you want to process the output G-code through custom scripts, just list their absolute paths here. Separate multiple scripts with a semicolon. Scripts will be passed the absolute path to the G-code file as the first argument, and they can access the Slic3r config settings by reading environment variables." +msgstr "Если вы хотите обработать выходной G-код с помощью пользовательских скриптов, просто перечислите здесь абсолютные пути к ним. Разделяйте скрипты точкой с запятой. Скриптам будет передан абсолютный путь к файлу G-кода в качестве первого аргумента, и они смогут получить доступ к настройкам конфигурации Slic3r, читая переменные окружения." msgid "Printer notes" msgstr "Примечания к принтеру" @@ -9839,9 +7824,7 @@ msgid "Raft contact Z distance" msgstr "Расстояние от подложки до модели по вертикали" msgid "Z gap between object and raft. Ignored for soluble interface" -msgstr "" -"Зазор между моделью и подложкой. Значение игнорируется при выборе " -"растворимого материала." +msgstr "Зазор между моделью и подложкой. Значение игнорируется при выборе растворимого материала." msgid "Raft expansion" msgstr "Расширение подложки" @@ -9859,48 +7842,28 @@ msgid "Initial layer expansion" msgstr "Расширение первого слоя" msgid "Expand the first raft or support layer to improve bed plate adhesion" -msgstr "" -"Расширение первого слоя подложки или поддержки в плоскости XY для улучшения " -"адгезии с материалами склонными к отлипанию и закручиванию." +msgstr "Расширение первого слоя подложки или поддержки в плоскости XY для улучшения адгезии с материалами склонными к отлипанию и закручиванию." msgid "Raft layers" msgstr "Слоёв в подложке" -msgid "" -"Object will be raised by this number of support layers. Use this function to " -"avoid wrapping when print ABS" -msgstr "" -"Параметр устанавливает высоту подложки в слоях, тем самым поднимая модель на " -"заданное количество слоёв от стола. Используйте эту функцию, чтобы избежать " -"деформации при печати ABS пластиком." +msgid "Object will be raised by this number of support layers. Use this function to avoid wrapping when print ABS" +msgstr "Параметр устанавливает высоту подложки в слоях, тем самым поднимая модель на заданное количество слоёв от стола. Используйте эту функцию, чтобы избежать деформации при печати ABS пластиком." -msgid "" -"G-code path is genereated after simplifing the contour of model to avoid too " -"much points and gcode lines in gcode file. Smaller value means higher " -"resolution and more time to slice" -msgstr "" -"Разрешение G-кода. Путь G-кода создаётся после упрощения контура модели, " -"чтобы избежать слишком большого количества точек и линий в G-коде. Меньшее " -"значение означает более высокое разрешение и больше времени для нарезки." +msgid "G-code path is genereated after simplifing the contour of model to avoid too much points and gcode lines in gcode file. Smaller value means higher resolution and more time to slice" +msgstr "Разрешение G-кода. Путь G-кода создаётся после упрощения контура модели, чтобы избежать слишком большого количества точек и линий в G-коде. Меньшее значение означает более высокое разрешение и больше времени для нарезки." msgid "Travel distance threshold" msgstr "Порог перемещения для отката" -msgid "" -"Only trigger retraction when the travel distance is longer than this " -"threshold" -msgstr "" -"Откат будет срабатывать только в том случае, если расстояние перемещения " -"превысит этот порог." +msgid "Only trigger retraction when the travel distance is longer than this threshold" +msgstr "Откат будет срабатывать только в том случае, если расстояние перемещения превысит этот порог." msgid "Retract amount before wipe" msgstr "Величина отката перед очисткой" -msgid "" -"The length of fast retraction before wipe, relative to retraction length" -msgstr "" -"Длина быстрого отката перед очисткой, выраженная в процентах от общей длины " -"отката." +msgid "The length of fast retraction before wipe, relative to retraction length" +msgstr "Длина быстрого отката перед очисткой, выраженная в процентах от общей длины отката." msgid "Retract when change layer" msgstr "Откат при смене слоя" @@ -9914,25 +7877,14 @@ msgstr "Длина" msgid "Retraction Length" msgstr "Длина отката" -msgid "" -"Some amount of material in extruder is pulled back to avoid ooze during long " -"travel. Set zero to disable retraction" -msgstr "" -"Некоторое количество материала в экструдере откатывается назад, чтобы " -"избежать его течи при длительном перемещении. 0 - отключение отката." +msgid "Some amount of material in extruder is pulled back to avoid ooze during long travel. Set zero to disable retraction" +msgstr "Некоторое количество материала в экструдере откатывается назад, чтобы избежать его течи при длительном перемещении. 0 - отключение отката." msgid "Z hop when retract" msgstr "Подъём оси Z при откате" -msgid "" -"Whenever the retraction is done, the nozzle is lifted a little to create " -"clearance between nozzle and the print. It prevents nozzle from hitting the " -"print when travel move. Using spiral line to lift z can prevent stringing" -msgstr "" -"Здесь задаётся на сколько миллиметров будет каждый раз приподниматься ось Z, " -"когда срабатывает откат. Это предотвращает задевание соплом печатаемой " -"модели при перемещении. Использование спирального типа подъёма оси Z может " -"предотвратить образование паутины." +msgid "Whenever the retraction is done, the nozzle is lifted a little to create clearance between nozzle and the print. It prevents nozzle from hitting the print when travel move. Using spiral line to lift z can prevent stringing" +msgstr "Здесь задаётся на сколько миллиметров будет каждый раз приподниматься ось Z, когда срабатывает откат. Это предотвращает задевание соплом печатаемой модели при перемещении. Использование спирального типа подъёма оси Z может предотвратить образование паутины." msgid "Z hop type" msgstr "Тип подъёма оси Z" @@ -9946,34 +7898,20 @@ msgstr "Спиральный" msgid "Only lift Z above" msgstr "Приподнимать ось Z только выше" -msgid "" -"If you set this to a positive value, Z lift will only take place above the " -"specified absolute Z." -msgstr "" -"Если указать положительное значение, ось Z будет подниматься только выше " -"(после) заданной здесь высоты (высота считается от стола). Таким образом вы " -"можете отключить подъём оси Z при печати первых слоёв." +msgid "If you set this to a positive value, Z lift will only take place above the specified absolute Z." +msgstr "Если указать положительное значение, ось Z будет подниматься только выше (после) заданной здесь высоты (высота считается от стола). Таким образом вы можете отключить подъём оси Z при печати первых слоёв." msgid "Only lift Z below" msgstr "Приподнимать ось Z только ниже" -msgid "" -"If you set this to a positive value, Z lift will only take place below the " -"specified absolute Z." -msgstr "" -"Если указать положительное значение, ось Z будет подниматься только ниже " -"(до) заданной здесь высоты (высота считается от стола). Таким образом вы " -"можете запретить подъём оси Z выше установленной высоты." +msgid "If you set this to a positive value, Z lift will only take place below the specified absolute Z." +msgstr "Если указать положительное значение, ось Z будет подниматься только ниже (до) заданной здесь высоты (высота считается от стола). Таким образом вы можете запретить подъём оси Z выше установленной высоты." msgid "On surfaces" msgstr "На поверхностях" -msgid "" -"Enforce Z Hop behavior. This setting is impacted by the above settings (Only " -"lift Z above/below)." -msgstr "" -"Принудительное поднятие оси Z. На этот параметр влияют указанные выше " -"параметры (Приподнимать ось Z только выше/ниже)." +msgid "Enforce Z Hop behavior. This setting is impacted by the above settings (Only lift Z above/below)." +msgstr "Принудительное поднятие оси Z. На этот параметр влияют указанные выше параметры (Приподнимать ось Z только выше/ниже)." msgid "All Surfaces" msgstr "Все верхние поверхности" @@ -9990,21 +7928,11 @@ msgstr "На верней и нижней" msgid "Extra length on restart" msgstr "Доп. длина подачи перед возобновлением печати" -msgid "" -"When the retraction is compensated after the travel move, the extruder will " -"push this additional amount of filament. This setting is rarely needed." -msgstr "" -"Дополнительная длина материала, которая будет выдавливаться после работы " -"отката и перемещения. Для увеличения длины выдавливания ставится " -"положительное значение (например 0.5 мм), для уменьшения отрицательное. Этот " -"параметр редко нуждается в правке." +msgid "When the retraction is compensated after the travel move, the extruder will push this additional amount of filament. This setting is rarely needed." +msgstr "Дополнительная длина материала, которая будет выдавливаться после работы отката и перемещения. Для увеличения длины выдавливания ставится положительное значение (например 0.5 мм), для уменьшения отрицательное. Этот параметр редко нуждается в правке." -msgid "" -"When the retraction is compensated after changing tool, the extruder will " -"push this additional amount of filament." -msgstr "" -"Компенсация длины выдавливаемого пластика перед возобновлением печати после " -"смены сопла." +msgid "When the retraction is compensated after changing tool, the extruder will push this additional amount of filament." +msgstr "Компенсация длины выдавливаемого пластика перед возобновлением печати после смены сопла." msgid "Retraction Speed" msgstr "Скорость извлечения при откате" @@ -10015,22 +7943,14 @@ msgstr "Скорость извлечения материала при отка msgid "Deretraction Speed" msgstr "Скорость заправки при откате" -msgid "" -"Speed for reloading filament into extruder. Zero means same speed with " -"retraction" -msgstr "" -"Скорость возврата материала при откате. Если оставить 0, будет " -"использоваться та же скорость что и при извлечении." +msgid "Speed for reloading filament into extruder. Zero means same speed with retraction" +msgstr "Скорость возврата материала при откате. Если оставить 0, будет использоваться та же скорость что и при извлечении." msgid "Use firmware retraction" msgstr "Использовать откат из прошивки" -msgid "" -"This experimental setting uses G10 and G11 commands to have the firmware " -"handle the retraction. This is only supported in recent Marlin." -msgstr "" -"Эта экспериментальная опция использует команды G10 и G11, чтобы прошивка " -"обрабатывала откаты. Поддерживается только в последних версиях Marlin." +msgid "This experimental setting uses G10 and G11 commands to have the firmware handle the retraction. This is only supported in recent Marlin." +msgstr "Эта экспериментальная опция использует команды G10 и G11, чтобы прошивка обрабатывала откаты. Поддерживается только в последних версиях Marlin." msgid "Show auto-calibration marks" msgstr "Отображать на столе линии автокалибровки" @@ -10056,61 +7976,36 @@ msgstr "Случайно" msgid "Staggered inner seams" msgstr "Смещение внутренних швов" -msgid "" -"This option causes the inner seams to be shifted backwards based on their " -"depth, forming a zigzag pattern." -msgstr "" -"Этот параметр заставляет внутренние швы смещаться назад в зависимости от их " -"глубины, образуя зигзагообразный рисунок." +msgid "This option causes the inner seams to be shifted backwards based on their depth, forming a zigzag pattern." +msgstr "Этот параметр заставляет внутренние швы смещаться назад в зависимости от их глубины, образуя зигзагообразный рисунок." msgid "Seam gap" msgstr "Зазор шва" msgid "" -"In order to reduce the visibility of the seam in a closed loop extrusion, " -"the loop is interrupted and shortened by a specified amount.\n" -"This amount can be specified in millimeters or as a percentage of the " -"current extruder diameter. The default value for this parameter is 10%." +"In order to reduce the visibility of the seam in a closed loop extrusion, the loop is interrupted and shortened by a specified amount.\n" +"This amount can be specified in millimeters or as a percentage of the current extruder diameter. The default value for this parameter is 10%." msgstr "" -"Чтобы уменьшить видимость шва при печати замкнутого контура, контур будет " -"укорачиваться на заданную величину.\n" -"Это величина может быть указана в миллиметрах или в процентах от текущего " -"диаметра сопла. Значение по умолчанию - 10%." +"Чтобы уменьшить видимость шва при печати замкнутого контура, контур будет укорачиваться на заданную величину.\n" +"Это величина может быть указана в миллиметрах или в процентах от текущего диаметра сопла. Значение по умолчанию - 10%." msgid "Role base wipe speed" msgstr "Скорость очистки по типу экструзии" -msgid "" -"The wipe speed is determined by the speed of the current extrusion role.e.g. " -"if a wipe action is executed immediately following an outer wall extrusion, " -"the speed of the outer wall extrusion will be utilized for the wipe action." -msgstr "" -"Скорость очистки будет определяться скоростью текущего типа экструзии, т.е " -"если операция очистки выполняется сразу после экструзии внешнего периметра, " -"то для очистки используется скорость экструзии внешнего периметра." +msgid "The wipe speed is determined by the speed of the current extrusion role.e.g. if a wipe action is executed immediately following an outer wall extrusion, the speed of the outer wall extrusion will be utilized for the wipe action." +msgstr "Скорость очистки будет определяться скоростью текущего типа экструзии, т.е если операция очистки выполняется сразу после экструзии внешнего периметра, то для очистки используется скорость экструзии внешнего периметра." msgid "Wipe on loops" msgstr "Очистка в периметры" -msgid "" -"To minimize the visibility of the seam in a closed loop extrusion, a small " -"inward movement is executed before the extruder leaves the loop." -msgstr "" -"Чтобы минимизировать видимость шва при экструзии по замкнутому контуру, " -"перед выходом экструдера из контура выполняется небольшое движение внутрь." +msgid "To minimize the visibility of the seam in a closed loop extrusion, a small inward movement is executed before the extruder leaves the loop." +msgstr "Чтобы минимизировать видимость шва при экструзии по замкнутому контуру, перед выходом экструдера из контура выполняется небольшое движение внутрь." msgid "Wipe speed" msgstr "Скорость очистки" -msgid "" -"The wipe speed is determined by the speed setting specified in this " -"configuration.If the value is expressed as a percentage (e.g. 80%), it will " -"be calculated based on the travel speed setting above.The default value for " -"this parameter is 80%" -msgstr "" -"Скорость очистки определяется текущей настройкой. Если задано в процентах, " -"то она вычисляться относительно скорости перемещения. 80% - значение по " -"умолчанию." +msgid "The wipe speed is determined by the speed setting specified in this configuration.If the value is expressed as a percentage (e.g. 80%), it will be calculated based on the travel speed setting above.The default value for this parameter is 80%" +msgstr "Скорость очистки определяется текущей настройкой. Если задано в процентах, то она вычисляться относительно скорости перемещения. 80% - значение по умолчанию." msgid "Skirt distance" msgstr "Расстояние до юбки" @@ -10136,66 +8031,33 @@ msgstr "Скорость печати юбки" msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed." msgstr "Скорость печати юбки (мм/с). 0 - скорость экструзии слоя по умолчанию." -msgid "" -"The printing speed in exported gcode will be slowed down, when the estimated " -"layer time is shorter than this value, to get better cooling for these layers" -msgstr "" -"Скорость печати в экспортированном G-коде будет замедлена, если расчётное " -"время печати слоя меньше этого значения, для обеспечения лучшего охлаждения " -"этих слоёв." +msgid "The printing speed in exported gcode will be slowed down, when the estimated layer time is shorter than this value, to get better cooling for these layers" +msgstr "Скорость печати в экспортированном G-коде будет замедлена, если расчётное время печати слоя меньше этого значения, для обеспечения лучшего охлаждения этих слоёв." msgid "Minimum sparse infill threshold" msgstr "Мин. порог разреженного заполнения" -msgid "" -"Sparse infill area which is smaller than threshold value is replaced by " -"internal solid infill" -msgstr "" -"Область с разреженным заполнением, размер которого меньше этого порогового " -"значения, заменяется сплошным заполнением." +msgid "Sparse infill area which is smaller than threshold value is replaced by internal solid infill" +msgstr "Область с разреженным заполнением, размер которого меньше этого порогового значения, заменяется сплошным заполнением." -msgid "" -"Line width of internal solid infill. If expressed as a %, it will be " -"computed over the nozzle diameter." -msgstr "" -"Ширина экструзии для внутреннего сплошного заполнения. Если задано в " -"процентах, то значение вычисляться относительно диаметра сопла." +msgid "Line width of internal solid infill. If expressed as a %, it will be computed over the nozzle diameter." +msgstr "Ширина экструзии для внутреннего сплошного заполнения. Если задано в процентах, то значение вычисляться относительно диаметра сопла." msgid "Speed of internal solid infill, not the top and bottom surface" -msgstr "" -"Скорость печати внутреннего сплошного заполнения, за исключением верхней и " -"нижней поверхностей." +msgstr "Скорость печати внутреннего сплошного заполнения, за исключением верхней и нижней поверхностей." msgid "Spiral vase" msgstr "Спиральная ваза" -msgid "" -"Spiralize smooths out the z moves of the outer contour. And turns a solid " -"model into a single walled print with solid bottom layers. The final " -"generated model has no seam" -msgstr "" -"Печать спиральных и пустотелых, а также тонкостенных моделей. Модель " -"печатается в одну стенку без верней поверхности, заполнения и поддержки. При " -"этом сопло движется вдоль периметра непрерывно постепенно поднимаясь, так " -"получаются ровные красивые вазы без видимых швов." +msgid "Spiralize smooths out the z moves of the outer contour. And turns a solid model into a single walled print with solid bottom layers. The final generated model has no seam" +msgstr "Печать спиральных и пустотелых, а также тонкостенных моделей. Модель печатается в одну стенку без верней поверхности, заполнения и поддержки. При этом сопло движется вдоль периметра непрерывно постепенно поднимаясь, так получаются ровные красивые вазы без видимых швов." msgid "" -"If smooth or traditional mode is selected, a timelapse video will be " -"generated for each print. After each layer is printed, a snapshot is taken " -"with the chamber camera. All of these snapshots are composed into a " -"timelapse video when printing completes. If smooth mode is selected, the " -"toolhead will move to the excess chute after each layer is printed and then " -"take a snapshot. Since the melt filament may leak from the nozzle during the " -"process of taking a snapshot, prime tower is required for smooth mode to " -"wipe nozzle." +"If smooth or traditional mode is selected, a timelapse video will be generated for each print. After each layer is printed, a snapshot is taken with the chamber camera. All of these snapshots are composed into a timelapse video when printing completes. If smooth mode is selected, the toolhead will move to the excess chute after each layer is printed and then take a snapshot. Since the melt " +"filament may leak from the nozzle during the process of taking a snapshot, prime tower is required for smooth mode to wipe nozzle." msgstr "" -"Если выбран плавный или обычный режим записи, то при каждой печати будет " -"создаваться ускоренное видео печати. После печати каждого слоя встроенная " -"камера делает снимок и по её завершении все эти снимки объединяются в единое " -"ускоренное видео. Если включён плавный режим, то после печати каждого слоя " -"головка перемещается к лотку для удаления излишков, а уже затем делается " -"снимок. Очистка сопла на черновой башне обязательна, т.к. при плавном режиме " -"возможно вытекание материалы из сопла когда делается снимок." +"Если выбран плавный или обычный режим записи, то при каждой печати будет создаваться ускоренное видео печати. После печати каждого слоя встроенная камера делает снимок и по её завершении все эти снимки объединяются в единое ускоренное видео. Если включён плавный режим, то после печати каждого слоя головка перемещается к лотку для удаления излишков, а уже затем делается снимок. Очистка сопла на " +"черновой башне обязательна, т.к. при плавном режиме возможно вытекание материалы из сопла когда делается снимок." msgid "Traditional" msgstr "Обычный" @@ -10210,90 +8072,19 @@ msgid "Start G-code when start the whole printing" msgstr "G-код выполняемый при каждом запуске печати." msgid "Start G-code when start the printing of this filament" -msgstr "" -"Стартовый G-код выполняемый при запуске печати с текущей пластиковой нитью." - -msgid "Single Extruder Multi Material" -msgstr "Мультиматериальный одиночный экструдер" - -msgid "Use single nozzle to print multi filament" -msgstr "" -"Использование одной экструзионной головы для печати несколькими видами/" -"цветами пластика." - -msgid "Manual Filament Change" -msgstr "Ручная замена прутка" - -msgid "" -"Enable this option to omit the custom Change filament G-code only at the " -"beginning of the print. The tool change command (e.g., T0) will be skipped " -"throughout the entire print. This is useful for manual multi-material " -"printing, where we use M600/PAUSE to trigger the manual filament change " -"action." -msgstr "" -"Включите эту опцию, если хотите пропустить пользовательский G-код смены " -"прутка только в начале печати. Команда смены инструмента (например, T0) " -"будет пропускаться на протяжении всей печати. Это полезно при ручной " -"мультиматериальной печати, где для запуска операции ручной смены прутка " -"используется команда M600." - -msgid "Purge in prime tower" -msgstr "Очистка в черновую башню" - -msgid "Purge remaining filament into prime tower" -msgstr "Очистка сопла от остатков материала в черновую башню" - -msgid "Enable filament ramming" -msgstr "Включить рэмминг прутка" - -msgid "No sparse layers (EXPERIMENTAL)" -msgstr "Отсутствие разреженных слоёв (экспериментально)" - -msgid "" -"If enabled, the wipe tower will not be printed on layers with no " -"toolchanges. On layers with a toolchange, extruder will travel downward to " -"print the wipe tower. User is responsible for ensuring there is no collision " -"with the print." -msgstr "" -"Если этот параметр включён, черновая башня не будет печататься на слоях где " -"не происходит смена инструмента. На слоях, где происходит смена инструмента, " -"экструдер будет опускаться вниз до верхней части черновой башни, чтобы " -"напечатать её. Эта функция помечена как экспериментальная, поэтому " -"пользователь несёт ответственность за то, чтобы не допустить столкновения " -"экструдера с напечатанным." - -msgid "Prime all printing extruders" -msgstr "Подготовка всех печатающих экструдеров" - -msgid "" -"If enabled, all printing extruders will be primed at the front edge of the " -"print bed at the start of the print." -msgstr "" -"Если этот параметр включён, все печатающие экструдеры в начале печати будут " -"подготавливаться на переднем крае стола." +msgstr "Стартовый G-код выполняемый при запуске печати с текущей пластиковой нитью." msgid "Slice gap closing radius" msgstr "Радиус закрытия пробелов при нарезке" -msgid "" -"Cracks smaller than 2x gap closing radius are being filled during the " -"triangle mesh slicing. The gap closing operation may reduce the final print " -"resolution, therefore it is advisable to keep the value reasonably low." -msgstr "" -"Трещины, меньше чем 2-кратный радиус закрытия пробелов, будут заполняться во " -"время нарезки треугольной сетки. Операция закрытия пробелов может привести к " -"снижению конечного разрешение печати, поэтому рекомендуется выставлять это " -"значение достаточно низким." +msgid "Cracks smaller than 2x gap closing radius are being filled during the triangle mesh slicing. The gap closing operation may reduce the final print resolution, therefore it is advisable to keep the value reasonably low." +msgstr "Трещины, меньше чем 2-кратный радиус закрытия пробелов, будут заполняться во время нарезки треугольной сетки. Операция закрытия пробелов может привести к снижению конечного разрешение печати, поэтому рекомендуется выставлять это значение достаточно низким." msgid "Slicing Mode" msgstr "Режим нарезки" -msgid "" -"Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to " -"close all holes in the model." -msgstr "" -"Режим нарезки «чётный-нечётный» используется для моделей самолетов с ресурса " -"3DLabPrint. А «Закрытие отверстий» для закрытия всех отверстий в модели." +msgid "Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to close all holes in the model." +msgstr "Режим нарезки «чётный-нечётный» используется для моделей самолетов с ресурса 3DLabPrint. А «Закрытие отверстий» для закрытия всех отверстий в модели." msgid "Regular" msgstr "Обычный" @@ -10304,34 +8095,14 @@ msgstr "Чётный-нечётный" msgid "Close holes" msgstr "Закрытие отверстий" -msgid "Z offset" -msgstr "Смещение координат оси Z" - -msgid "" -"This value will be added (or subtracted) from all the Z coordinates in the " -"output G-code. It is used to compensate for bad Z endstop position: for " -"example, if your endstop zero actually leaves the nozzle 0.3mm far from the " -"print bed, set this to -0.3 (or fix your endstop)." -msgstr "" -"Это значение будет прибавлено (или вычтено) из всех Z координат в выходном G-" -"коде. Это, например, используется для компенсации неправильного положения " -"концевика оси Z." - msgid "Enable support" msgstr "Включить поддержку" msgid "Enable support generation." msgstr "Включить генерацию поддержки." -msgid "" -"normal(auto) and tree(auto) is used to generate support automatically. If " -"normal(manual) or tree(manual) is selected, only support enforcers are " -"generated" -msgstr "" -"Тип поддержки «Обычная (авто)» и «Древовидная (авто)» используются для " -"автоматического создания поддержки. Если выбран тип поддержки «Обычная " -"(вручную)» или «Древовидная (вручную)», генерируется только принудительная " -"поддержка." +msgid "normal(auto) and tree(auto) is used to generate support automatically. If normal(manual) or tree(manual) is selected, only support enforcers are generated" +msgstr "Тип поддержки «Обычная (авто)» и «Древовидная (авто)» используются для автоматического создания поддержки. Если выбран тип поддержки «Обычная (вручную)» или «Древовидная (вручную)», генерируется только принудительная поддержка." msgid "normal(auto)" msgstr "Обычная (авто)" @@ -10355,9 +8126,7 @@ msgid "Pattern angle" msgstr "Угол печати шаблона поддержки" msgid "Use this setting to rotate the support pattern on the horizontal plane." -msgstr "" -"Используйте эту настройку для поворота шаблона поддержки в горизонтальной " -"плоскости." +msgstr "Используйте эту настройку для поворота шаблона поддержки в горизонтальной плоскости." msgid "On build plate only" msgstr "Поддержка только от стола" @@ -10368,73 +8137,47 @@ msgstr "Создавать поддержку только от стола." msgid "Support critical regions only" msgstr "Поддержка только критических областей" -msgid "" -"Only create support for critical regions including sharp tail, cantilever, " -"etc." -msgstr "" -"Создание поддержек только для критических областей, включая острые концы, " -"консоли (горизонтально выступающие элементы) и т.д." +msgid "Only create support for critical regions including sharp tail, cantilever, etc." +msgstr "Создание поддержек только для критических областей, включая острые концы, консоли (горизонтально выступающие элементы) и т.д." msgid "Remove small overhangs" msgstr "Игнорировать небольшие нависания" msgid "Remove small overhangs that possibly need no supports." -msgstr "" -"Не печатать поддержку под небольшими нависаниями, которые, как вам казалось, " -"нуждаются в них." +msgstr "Не печатать поддержку под небольшими нависаниями, которые, как вам казалось, нуждаются в них." msgid "Top Z distance" msgstr "Зазор поддержки сверху" msgid "The z gap between the top support interface and object" -msgstr "" -"Вертикальное расстояние между верхней частью модели и связующим слоем " -"поддержки." +msgstr "Вертикальное расстояние между верхней частью модели и связующим слоем поддержки." msgid "Bottom Z distance" msgstr "Зазор поддержки снизу" msgid "The z gap between the bottom support interface and object" -msgstr "" -"Вертикальное расстояние между нижней частью модели и связующим слоем " -"поддержки." +msgstr "Вертикальное расстояние между нижней частью модели и связующим слоем поддержки." msgid "Support/raft base" msgstr "Базовая поддержка/подложка" -msgid "" -"Filament to print support base and raft. \"Default\" means no specific " -"filament for support and current filament is used" -msgstr "" -"Пластиковая нить для печати базовой поддержки и плота. Значение «По " -"умолчанию» означает, что для поддержки используется текущая пластиковая нить." +msgid "Filament to print support base and raft. \"Default\" means no specific filament for support and current filament is used" +msgstr "Пластиковая нить для печати базовой поддержки и подложки. Значение «По умолчанию» означает, что для поддержки используется текущая пластиковая нить." -msgid "" -"Line width of support. If expressed as a %, it will be computed over the " -"nozzle diameter." -msgstr "" -"Ширина экструзии для поддержки. Если задано в процентах, то значение " -"вычисляться относительно диаметра сопла." +msgid "Line width of support. If expressed as a %, it will be computed over the nozzle diameter." +msgstr "Ширина экструзии для поддержки. Если задано в процентах, то значение вычисляться относительно диаметра сопла." msgid "Interface use loop pattern" msgstr "Связующий слой петлями" -msgid "" -"Cover the top contact layer of the supports with loops. Disabled by default." -msgstr "" -"Печатать контактный слой связующего слоя поддержки петлями. По умолчанию " -"отключено." +msgid "Cover the top contact layer of the supports with loops. Disabled by default." +msgstr "Печатать контактный слой связующего слоя поддержки петлями. По умолчанию отключено." msgid "Support/raft interface" msgstr "Связующий слой поддержки/подложки" -msgid "" -"Filament to print support interface. \"Default\" means no specific filament " -"for support interface and current filament is used" -msgstr "" -"Пластиковая нить для печати связующего слоя поддержки. Значение «По " -"умолчанию» означает, что для связующего слоя поддержки используется текущая " -"пластиковая нить." +msgid "Filament to print support interface. \"Default\" means no specific filament for support interface and current filament is used" +msgstr "Пластиковая нить для печати связующего слоя поддержки. Значение «По умолчанию» означает, что для связующего слоя поддержки используется текущая пластиковая нить." msgid "Top interface layers" msgstr "Связующих слоёв сверху" @@ -10449,17 +8192,13 @@ msgid "Top interface spacing" msgstr "Расстояние между линиями связующего слоя сверху" msgid "Spacing of interface lines. Zero means solid interface" -msgstr "" -"Расстояние между линиями связующего слоя сверху. Установите 0, чтобы " -"получить сплошной слой." +msgstr "Расстояние между линиями связующего слоя сверху. Установите 0, чтобы получить сплошной слой." msgid "Bottom interface spacing" msgstr "Расстояние между линиями связующего слоя снизу" msgid "Spacing of bottom interface lines. Zero means solid interface" -msgstr "" -"Расстояние между линиями связующего слоя снизу. Установите 0, чтобы получить " -"сплошной слой." +msgstr "Расстояние между линиями связующего слоя снизу. Установите 0, чтобы получить сплошной слой." msgid "Speed of support interface" msgstr "Скорость печати связующего слоя поддержки." @@ -10479,14 +8218,8 @@ msgstr "Полость" msgid "Interface pattern" msgstr "Шаблон связующего слоя" -msgid "" -"Line pattern of support interface. Default pattern for non-soluble support " -"interface is Rectilinear, while default pattern for soluble support " -"interface is Concentric" -msgstr "" -"Шаблон, по которому будет происходить печать связующего слоя поддержки. При " -"выборе по умолчанию, шаблон для нерастворимой связующей поддержки - " -"прямолинейный, для растворимой - концентрический." +msgid "Line pattern of support interface. Default pattern for non-soluble support interface is Rectilinear, while default pattern for soluble support interface is Concentric" +msgstr "Шаблон, по которому будет происходить печать связующего слоя поддержки. При выборе по умолчанию, шаблон для нерастворимой связующей поддержки - прямолинейный, для растворимой - концентрический." msgid "Rectilinear Interlaced" msgstr "Прямолинейный (чередование направлений)" @@ -10501,31 +8234,20 @@ msgid "Normal Support expansion" msgstr "Горизонтальное расширение поддержки" msgid "Expand (+) or shrink (-) the horizontal span of normal support" -msgstr "" -"Горизонтальное расширение (+) или сужение (-) базовой поддержки в плоскости " -"XY." +msgstr "Горизонтальное расширение (+) или сужение (-) базовой поддержки в плоскости XY." msgid "Speed of support" msgstr "Скорость печати поддержки." msgid "" -"Style and shape of the support. For normal support, projecting the supports " -"into a regular grid will create more stable supports (default), while snug " -"support towers will save material and reduce object scarring.\n" -"For tree support, slim and organic style will merge branches more " -"aggressively and save a lot of material (default organic), while hybrid " -"style will create similar structure to normal support under large flat " -"overhangs." +"Style and shape of the support. For normal support, projecting the supports into a regular grid will create more stable supports (default), while snug support towers will save material and reduce object scarring.\n" +"For tree support, slim style will merge branches more aggressively and save a lot of material (default), while hybrid style will create similar structure to normal support under large flat overhangs." msgstr "" "Стиль и форма создаваемой поддержки.\n" "\n" -"Стиль «Сетка» создаёт более устойчивые опоры (по умолчанию). Стиль " -"«Аккуратный» экономит материал и уменьшает образование дефектов на моделях.\n" +"Стиль «Сетка» создаёт более устойчивые опоры. Стиль «Аккуратный» экономит материал и уменьшает образование дефектов на моделях.\n" "\n" -"Для древовидной поддержки, при стройном и органическом стиле происходит " -"более агрессивное объединение ветвей и экономия материала (по умолчанию " -"органический). В то время как гибридный стиль создаёт структуру, схожую с " -"обычную поддержкой при больших плоских нависаниях." +"Для древовидной поддержки, при стройном стиле происходит более агрессивное объединение ветвей и экономия материала (по умолчанию). В то время как гибридный стиль создаёт структуру, схожую с обычную поддержкой при больших плоских нависаниях." msgid "Snug" msgstr "Аккуратный" @@ -10545,94 +8267,45 @@ msgstr "Органический" msgid "Independent support layer height" msgstr "Независимая высота слоя поддержки" -msgid "" -"Support layer uses layer height independent with object layer. This is to " -"support customizing z-gap and save print time.This option will be invalid " -"when the prime tower is enabled." -msgstr "" -"Слои поддержки будут иметь высоту слоя, отличную от высоты слоя модели. Это " -"необходимо для настройки зазора между моделью и поддержкой для экономии " -"времени печати. Опция неактивна, когда включена черновая башня." +msgid "Support layer uses layer height independent with object layer. This is to support customizing z-gap and save print time.This option will be invalid when the prime tower is enabled." +msgstr "Слои поддержки будут иметь высоту слоя, отличную от высоты слоя модели. Это необходимо для настройки зазора между моделью и поддержкой для экономии времени печати. Опция неактивна, когда включена черновая башня." msgid "Threshold angle" msgstr "Пороговый угол поддержки" -msgid "" -"Support will be generated for overhangs whose slope angle is below the " -"threshold." -msgstr "" -"Для нависаний, угол наклона которых ниже заданного порогового значения, " -"будут использоваться поддержки." +msgid "Support will be generated for overhangs whose slope angle is below the threshold." +msgstr "Для нависаний, угол наклона которых ниже заданного порогового значения, будут использоваться поддержки." msgid "Tree support branch angle" msgstr "Угол нависания ветвей древовидной поддержки" -msgid "" -"This setting determines the maximum overhang angle that t he branches of " -"tree support allowed to make.If the angle is increased, the branches can be " -"printed more horizontally, allowing them to reach farther." -msgstr "" -"Этот параметр определяет максимальный угол нависания ветвей древовидной " -"поддержки. При увеличении угла, ветви печатаются более горизонтально, что " -"позволяет им достигать большего охвата. При указании меньшего угла, " -"поддержка будет более вертикальной и устойчивой." +msgid "This setting determines the maximum overhang angle that t he branches of tree support allowed to make.If the angle is increased, the branches can be printed more horizontally, allowing them to reach farther." +msgstr "Этот параметр определяет максимальный угол нависания ветвей древовидной поддержки. При увеличении угла, ветви печатаются более горизонтально, что позволяет им достигать большего охвата. При указании меньшего угла, поддержка будет более вертикальной и устойчивой." msgid "Preferred Branch Angle" msgstr "Предпочтительный угол ответвления" #. TRN PrintSettings: "Organic supports" > "Preferred Branch Angle" -msgid "" -"The preferred angle of the branches, when they do not have to avoid the " -"model. Use a lower angle to make them more vertical and more stable. Use a " -"higher angle for branches to merge faster." -msgstr "" -"Предпочтительный угол ответвления ветвей, при котором не нужно избегать " -"модель. При указании меньшего угла поддержка будет более вертикальной и " -"устойчивой. Для получения большего охвата указывайте более высокий угол." +msgid "The preferred angle of the branches, when they do not have to avoid the model. Use a lower angle to make them more vertical and more stable. Use a higher angle for branches to merge faster." +msgstr "Предпочтительный угол ответвления ветвей, при котором не нужно избегать модель. При указании меньшего угла поддержка будет более вертикальной и устойчивой. Для получения большего охвата указывайте более высокий угол." msgid "Tree support branch distance" msgstr "Расстояние между ветвями древовидной поддержки" -msgid "" -"This setting determines the distance between neighboring tree support nodes." -msgstr "" -"Этот параметр определяет, насколько далеко должны друг от друга " -"располагаться ветви при касании модели." - -msgid "Branch Density" -msgstr "Плотность ветвей" - -#. TRN PrintSettings: "Organic supports" > "Branch Density" -msgid "" -"Adjusts the density of the support structure used to generate the tips of " -"the branches. A higher value results in better overhangs but the supports " -"are harder to remove, thus it is recommended to enable top support " -"interfaces instead of a high branch density value if dense interfaces are " -"needed." -msgstr "" -"Регулирует плотность создания ветвей в месте контакта с моделью. Большее " -"значение приводит к улучшению качества печати нависаний, но такие поддержки " -"сложнее удалять, поэтому рекомендуется вместо высокого значения плотности " -"ветвей включать связующие слои поддержки." +msgid "This setting determines the distance between neighboring tree support nodes." +msgstr "Этот параметр определяет, насколько далеко должны друг от друга располагаться ветви при касании модели." msgid "Adaptive layer height" msgstr "Переменная высота слоёв" -msgid "" -"Enabling this option means the height of tree support layer except the " -"first will be automatically calculated " -msgstr "" -"Включение автоматического расчёта высоты слоя древовидной поддержки, кроме " -"первого слоя." +msgid "Enabling this option means the height of tree support layer except the first will be automatically calculated " +msgstr "Включение автоматического расчёта высоты слоя древовидной поддержки, кроме первого слоя." msgid "Auto brim width" msgstr "Автоширина каймы" -msgid "" -"Enabling this option means the width of the brim for tree support will be " -"automatically calculated" -msgstr "" -"Включение автоматического расчёта ширины каймы для древовидной поддержки." +msgid "Enabling this option means the width of the brim for tree support will be automatically calculated" +msgstr "Включение автоматического расчёта ширины каймы для древовидной поддержки." msgid "Tree support brim width" msgstr "Ширина каймы древовидной поддержки" @@ -10640,132 +8313,55 @@ msgstr "Ширина каймы древовидной поддержки" msgid "Distance from tree branch to the outermost brim line" msgstr "Расстояние от древовидной поддержки до внешней линии каймы." -msgid "Tip Diameter" -msgstr "Диаметр кончика ветки" - -#. TRN PrintSettings: "Organic supports" > "Tip Diameter" -msgid "Branch tip diameter for organic supports." -msgstr "Диаметр кончика ветки органической поддержки." - # ??? msgid "Tree support branch diameter" msgstr "Диаметр ветвей древовидной поддержки" msgid "This setting determines the initial diameter of support nodes." -msgstr "" -"Этот параметр определяет начальный диаметр ветвей, т.е. их диаметр в месте " -"контакта с моделью." - -#. TRN PrintSettings: #lmFIXME -msgid "Branch Diameter Angle" -msgstr "Угол изменения диаметра ветвей" - -#. TRN PrintSettings: "Organic supports" > "Branch Diameter Angle" -msgid "" -"The angle of the branches' diameter as they gradually become thicker towards " -"the bottom. An angle of 0 will cause the branches to have uniform thickness " -"over their length. A bit of an angle can increase stability of the organic " -"support." -msgstr "" -"Угол изменения диаметра ветвей по мере их постепенного утолщения к " -"основанию. Если значение угла равно 0, ветви будут иметь одинаковую толщину " -"по всей своей длине. Небольшой угол может повысить устойчивость органической " -"поддержки." - -msgid "Branch Diameter with double walls" -msgstr "Диаметр ветвей с двойными стенками" - -#. TRN PrintSettings: "Organic supports" > "Branch Diameter" -msgid "" -"Branches with area larger than the area of a circle of this diameter will be " -"printed with double walls for stability. Set this value to zero for no " -"double walls." -msgstr "" -"Ветви, толщина которых больше указанного диаметра, будут напечатаны с " -"двойными стенками для прочности. Установите 0, если двойные стенки у ветвей " -"не нужны." +msgstr "Этот параметр определяет начальный диаметр ветвей, т.е. их диаметр в месте контакта с моделью." msgid "Tree support wall loops" msgstr "Периметров древовидной поддержки" msgid "This setting specify the count of walls around tree support" -msgstr "" -"Этот параметр определяет количество периметров у печатаемой древовидной " -"поддержки." +msgstr "Этот параметр определяет количество периметров у печатаемой древовидной поддержки." msgid "Tree support with infill" msgstr "Древовидная поддержка с заполнением" -msgid "" -"This setting specifies whether to add infill inside large hollows of tree " -"support" -msgstr "" -"Этот параметр определяет, следует ли заполнять большие полости внутри " -"древовидной поддержки." - -msgid "Activate temperature control" -msgstr "Вкл. контроль температуры" - -msgid "" -"Enable this option for chamber temperature control. An M191 command will be " -"added before \"machine_start_gcode\"\n" -"G-code commands: M141/M191 S(0-255)" -msgstr "" -"Для контроля температуры в камере принтера включите эту опцию. Команда M191 " -"будет добавлена перед стартовый G-кодом принтера (machine_start_gcode).\n" -"G-код команда: M141/M191 S(0-255)" +msgid "This setting specifies whether to add infill inside large hollows of tree support" +msgstr "Этот параметр определяет, следует ли заполнять большие полости внутри древовидной поддержки." msgid "Chamber temperature" msgstr "Температура термокамеры" -msgid "" -"Higher chamber temperature can help suppress or reduce warping and " -"potentially lead to higher interlayer bonding strength for high temperature " -"materials like ABS, ASA, PC, PA and so on.At the same time, the air " -"filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and " -"other low temperature materials,the actual chamber temperature should not be " -"high to avoid cloggings, so 0 which stands for turning off is highly " -"recommended" -msgstr "" -"Более высокая температура в камере может помочь уменьшить или даже исключить " -"коробление материала. Так же это улучшает межслойное соединения у " -"высокотемпературных материалов, таких как ABS, ASA, PC, PA и т.д. (в то же " -"время фильтрация воздуха при печати ABS и ASA сделает её хуже). Для " -"низкотемпературных материалов, таких как PLA, PETG, TPU, PVA и т. д., " -"фактическая температура в камере не должна быть слишком высокой, чтобы " -"избежать засорения сопла, поэтому настоятельно рекомендуется установить " -"температуру в камере равной 0°C." +msgid "Target chamber temperature" +msgstr "Температура, которую необходимо поддерживать внутри принтера." msgid "Nozzle temperature for layers after the initial one" msgstr "Температура сопла при печати для слоёв после первого." +msgid "Bed temperature difference" +msgstr "Разница температур подогреваемого стола" + +msgid "Do not recommend bed temperature of other layer to be lower than initial layer for more than this threshold. Too low bed temperature of other layer may cause the model broken free from build plate" +msgstr "Не рекомендуется, чтобы температура последующих слоёв была ниже температуры первого слоя, более чем на это пороговое значение. Слишком низкая температура последующих слоёв может привести к отрыву модели от стола." + msgid "Detect thin wall" msgstr "Обнаружение тонких стенок" -msgid "" -"Detect thin wall which can't contain two line width. And use single line to " -"print. Maybe printed not very well, because it's not closed loop" -msgstr "" -"Обнаружение тонких стенок (стенки одинарной ширины), которые можно " -"напечатать только в один проход экструдера. Возможно, будет напечатано не " -"очень хорошо, так как это не замкнутый контур." +msgid "Detect thin wall which can't contain two line width. And use single line to print. Maybe printed not very well, because it's not closed loop" +msgstr "Обнаружение тонких стенок (стенки одинарной ширины), которые можно напечатать только в один проход экструдера. Возможно, будет напечатано не очень хорошо, так как это не замкнутый контур." -msgid "" -"This gcode is inserted when change filament, including T command to trigger " -"tool change" -msgstr "" -"Этот G-код вставляется при смене материала, включая команду T для запуска " -"смены инструмента." +msgid "This gcode is inserted when change filament, including T command to trigger tool change" +msgstr "Этот G-код вставляется при смене материала, включая команду T для запуска смены инструмента." +# ??? msgid "This gcode is inserted when the extrusion role is changed" -msgstr "" +msgstr "Этот G-код вставляется при смене роли экструзии." -msgid "" -"Line width for top surfaces. If expressed as a %, it will be computed over " -"the nozzle diameter." -msgstr "" -"Ширина экструзии для верхней поверхности. Если задано в процентах, то " -"значение вычисляться относительно диаметра сопла." +msgid "Line width for top surfaces. If expressed as a %, it will be computed over the nozzle diameter." +msgstr "Ширина экструзии для верхней поверхности. Если задано в процентах, то значение вычисляться относительно диаметра сопла." msgid "Speed of top surface infill which is solid" msgstr "Скорость печати верхних сплошных поверхностей." @@ -10773,14 +8369,8 @@ msgstr "Скорость печати верхних сплошных повер msgid "Top shell layers" msgstr "Сплошных слоёв сверху" -msgid "" -"This is the number of solid layers of top shell, including the top surface " -"layer. When the thickness calculated by this value is thinner than top shell " -"thickness, the top shell layers will be increased" -msgstr "" -"Количество сплошных слоёв при печати верхней поверхности модели. Если " -"толщина, рассчитанная с помощью этого значения, меньше толщины оболочки " -"сверху, количество сплошных слоёв сверху будет увеличено." +msgid "This is the number of solid layers of top shell, including the top surface layer. When the thickness calculated by this value is thinner than top shell thickness, the top shell layers will be increased" +msgstr "Количество сплошных слоёв при печати верхней поверхности модели. Если толщина, рассчитанная с помощью этого значения, меньше толщины оболочки сверху, количество сплошных слоёв сверху будет увеличено." msgid "Top solid layers" msgstr "Верхних сплошных слоёв" @@ -10788,20 +8378,10 @@ msgstr "Верхних сплошных слоёв" msgid "Top shell thickness" msgstr "Толщина оболочки сверху" -msgid "" -"The number of top solid layers is increased when slicing if the thickness " -"calculated by top shell layers is thinner than this value. This can avoid " -"having too thin shell when layer height is small. 0 means that this setting " -"is disabled and thickness of top shell is absolutely determained by top " -"shell layers" +msgid "The number of top solid layers is increased when slicing if the thickness calculated by top shell layers is thinner than this value. This can avoid having too thin shell when layer height is small. 0 means that this setting is disabled and thickness of top shell is absolutely determained by top shell layers" msgstr "" -"Минимальная толщина оболочки сверху в мм. Если толщина оболочки, " -"рассчитанная по количеству сплошных слоёв сверху, меньше этого значения, " -"количество сплошных слоёв сверху будет автоматически увеличено при нарезке, " -"для удовлетворения минимальной толщины оболочки. Это позволяет избежать " -"слишком тонкой оболочки при небольшой высоте слоя. 0 означает, что этот " -"параметр отключён, а толщина оболочки сверху полностью задаётся количеством " -"сплошных слоёв снизу." +"Минимальная толщина оболочки сверху в мм. Если толщина оболочки, рассчитанная по количеству сплошных слоёв сверху, меньше этого значения, количество сплошных слоёв сверху будет автоматически увеличено при нарезке, для удовлетворения минимальной толщины оболочки. Это позволяет избежать слишком тонкой оболочки при небольшой высоте слоя. 0 означает, что этот параметр отключён, а толщина оболочки " +"сверху полностью задаётся количеством сплошных слоёв снизу." msgid "Speed of travel which is faster and without extrusion" msgstr "Скорость перемещения экструдера при позиционировании без печати." @@ -10809,31 +8389,17 @@ msgstr "Скорость перемещения экструдера при по msgid "Wipe while retracting" msgstr "Очистка сопла при откате" -msgid "" -"Move nozzle along the last extrusion path when retracting to clean leaked " -"material on nozzle. This can minimize blob when print new part after travel" -msgstr "" -"Позволяет соплу совершать движение очистки во время отката, перемещая его " -"вдоль последнего пути экструзии. Это может снизить появление дефектов " -"(каплей, пупырышек) при печати новой детали после перемещения." +msgid "Move nozzle along the last extrusion path when retracting to clean leaked material on nozzle. This can minimize blob when print new part after travel" +msgstr "Позволяет соплу совершать движение очистки во время отката, перемещая его вдоль последнего пути экструзии. Это может снизить появление дефектов (каплей, пупырышек) при печати новой детали после перемещения." msgid "Wipe Distance" msgstr "Расстояние очистки внешней стенки" -msgid "" -"Discribe how long the nozzle will move along the last path when retracting" -msgstr "" -"Задаёт расстояние перемещения, добавленное после печати внешней стенки при " -"совершении отката, чтобы сделать шов по оси Z менее заметным." +msgid "Discribe how long the nozzle will move along the last path when retracting" +msgstr "Задаёт расстояние перемещения, добавленное после печати внешней стенки при совершении отката, чтобы сделать шов по оси Z менее заметным." -msgid "" -"The wiping tower can be used to clean up the residue on the nozzle and " -"stabilize the chamber pressure inside the nozzle, in order to avoid " -"appearance defects when printing objects." -msgstr "" -"Башня очистки используется для очистки сопла от остатков материала и " -"стабилизации давления внутри сопла, чтобы избежать дефектов снаружи " -"печатаемой модели." +msgid "The wiping tower can be used to clean up the residue on the nozzle and stabilize the chamber pressure inside the nozzle, in order to avoid appearance defects when printing objects." +msgstr "Башня очистки используется для очистки сопла от остатков материала и стабилизации давления внутри сопла, чтобы избежать дефектов снаружи печатаемой модели." msgid "Purging volumes" msgstr "Объём очистки" @@ -10841,19 +8407,14 @@ msgstr "Объём очистки" msgid "Flush multiplier" msgstr "Множитель очистки" -msgid "" -"The actual flushing volumes is equal to the flush multiplier multiplied by " -"the flushing volumes in the table." -msgstr "" -"Реальные объёмы очистки равны множителю очистки, умноженному на объёмы " -"очистки указанные в таблице." +msgid "The actual flushing volumes is equal to the flush multiplier multiplied by the flushing volumes in the table." +msgstr "Реальные объёмы очистки равны множителю очистки, умноженному на объёмы очистки указанные в таблице." msgid "Prime volume" msgstr "Объём сброса на черновой башни" msgid "The volume of material to prime extruder on tower." -msgstr "" -"Объём выдавленного материала для заправки экструдера на черновой башне." +msgstr "Объём выдавленного материала для заправки экструдера на черновой башне." msgid "Width" msgstr "Ширина" @@ -10870,13 +8431,8 @@ msgstr "Угол поворота черновой башни относител msgid "Stabilization cone apex angle" msgstr "Угол вершины стабилизирующего конуса" -msgid "" -"Angle at the apex of the cone that is used to stabilize the wipe tower. " -"Larger angle means wider base." -msgstr "" -"Регулировка угла «стабилизирующего конуса», который используется для " -"предотвращения опрокидывания черновой башни. Больший угол означает более " -"широкое основание конуса." +msgid "Angle at the apex of the cone that is used to stabilize the wipe tower. Larger angle means wider base." +msgstr "Регулировка угла «стабилизирующего конуса», который используется для предотвращения опрокидывания черновой башни. Больший угол означает более широкое основание конуса." msgid "Wipe tower purge lines spacing" msgstr "Расстояние между линиями очистки черновой башни" @@ -10887,177 +8443,60 @@ msgstr "Расстояние между линиями очистки на че msgid "Wipe tower extruder" msgstr "Экструдер черновой башни" -msgid "" -"The extruder to use when printing perimeter of the wipe tower. Set to 0 to " -"use the one that is available (non-soluble would be preferred)." -msgstr "" -"Номер экструдера, которым печатаются периметры черновой башни. Установите 0, " -"чтобы использовать тот, который доступен (предпочтительнее нерастворимый)." +msgid "The extruder to use when printing perimeter of the wipe tower. Set to 0 to use the one that is available (non-soluble would be preferred)." +msgstr "Номер экструдера, которым печатаются периметры черновой башни. Установите 0, чтобы использовать тот, который доступен (предпочтительнее нерастворимый)." msgid "Purging volumes - load/unload volumes" msgstr "Объём очистки - Объём загрузки/выгрузки" -msgid "" -"This vector saves required volumes to change from/to each tool used on the " -"wipe tower. These values are used to simplify creation of the full purging " -"volumes below." -msgstr "" -"Этот параметр задаёт объём материала, который будет выдавлен на черновую " -"башню для прочистки сопла при смене экструдеров/инструментов. Эти значения " -"используются для упрощения создания полноты объёмов очистки указанной ниже." +msgid "This vector saves required volumes to change from/to each tool used on the wipe tower. These values are used to simplify creation of the full purging volumes below." +msgstr "Этот параметр задаёт объём материала, который будет выдавлен на черновую башню для прочистки сопла при смене экструдеров/инструментов. Эти значения используются для упрощения создания полноты объёмов очистки указанной ниже." -msgid "" -"Purging after filament change will be done inside objects' infills. This may " -"lower the amount of waste and decrease the print time. If the walls are " -"printed with transparent filament, the mixed color infill will be seen " -"outside. It will not take effect, unless the prime tower is enabled." -msgstr "" -"Очистка сопла после смены материала будет производиться в заполнение модели. " -"Это снижает количество отходов и сокращает время печати. Эта функция " -"работает только при включенной черновой башне." +msgid "Purging after filament change will be done inside objects' infills. This may lower the amount of waste and decrease the print time. If the walls are printed with transparent filament, the mixed color infill will be seen outside. It will not take effect, unless the prime tower is enabled." +msgstr "Очистка сопла после смены материала будет производиться в заполнение модели. Это снижает количество отходов и сокращает время печати. Эта функция работает только при включенной черновой башне." -msgid "" -"Purging after filament change will be done inside objects' support. This may " -"lower the amount of waste and decrease the print time. It will not take " -"effect, unless the prime tower is enabled." -msgstr "" -"Очистка сопла после смены материала будет производиться в поддержку модели. " -"Это снижает количество отходов и сокращает время печати. Эта функция " -"работает только при включенной черновой башне." +msgid "Purging after filament change will be done inside objects' support. This may lower the amount of waste and decrease the print time. It will not take effect, unless the prime tower is enabled." +msgstr "Очистка сопла после смены материала будет производиться в поддержку модели. Это снижает количество отходов и сокращает время печати. Эта функция работает только при включенной черновой башне." -msgid "" -"This object will be used to purge the nozzle after a filament change to save " -"filament and decrease the print time. Colours of the objects will be mixed " -"as a result. It will not take effect, unless the prime tower is enabled." -msgstr "" -"Эта модель будет использоваться для очистки сопла после смены материала для " -"его экономии и сокращения времени печати. В результате цвета будут " -"смешиваться. Это не будет действовать, если не будет включена черновая башня." +msgid "This object will be used to purge the nozzle after a filament change to save filament and decrease the print time. Colours of the objects will be mixed as a result. It will not take effect, unless the prime tower is enabled." +msgstr "Эта модель будет использоваться для очистки сопла после смены материала для его экономии и сокращения времени печати. В результате цвета будут смешиваться. Это не будет действовать, если не будет включена черновая башня." msgid "Maximal bridging distance" msgstr "Максимальное длина моста" msgid "Maximal distance between supports on sparse infill sections." -msgstr "" -"Максимальное расстояние между опорами на разряженных участках заполнения." +msgstr "Максимальное расстояние между опорами на разряженных участках заполнения." msgid "X-Y hole compensation" msgstr "Коррекция размеров отверстий по XY" -msgid "" -"Holes of object will be grown or shrunk in XY plane by the configured value. " -"Positive value makes holes bigger. Negative value makes holes smaller. This " -"function is used to adjust size slightly when the object has assembling issue" -msgstr "" -"Отверстия модели будут увеличены или уменьшены в плоскости XY на заданное " -"значение. Положительное значение увеличивает отверстия, отрицательное - " -"уменьшает. Эта функция используется для небольшой корректировки размера, " -"когда возникают проблемы со сборкой." +msgid "Holes of object will be grown or shrunk in XY plane by the configured value. Positive value makes holes bigger. Negative value makes holes smaller. This function is used to adjust size slightly when the object has assembling issue" +msgstr "Отверстия модели будут увеличены или уменьшены в плоскости XY на заданное значение. Положительное значение увеличивает отверстия, отрицательное - уменьшает. Эта функция используется для небольшой корректировки размера, когда возникают проблемы со сборкой." msgid "X-Y contour compensation" msgstr "Коррекция размеров модели по XY" -msgid "" -"Contour of object will be grown or shrunk in XY plane by the configured " -"value. Positive value makes contour bigger. Negative value makes contour " -"smaller. This function is used to adjust size slightly when the object has " -"assembling issue" -msgstr "" -"Параметр отвечает за смещение границы контура печатаемой модели в плоскости " -"XY на заданное значение. Положительное значение увеличивает контур. " -"Отрицательное значение уменьшает контур. Эта функция используется для " -"небольшой корректировки размера, когда возникают проблемы со сборкой." - -# ??? -# Преобразование отверстий в многограннники -msgid "Convert holes to polyholes" -msgstr "Многогранные отверстия" - -# ??? -# Поиск отверстий близких к кругу в двух или более слоях -# Расчёт многогранного отверстия вычисляется по диаметру сопла. -msgid "" -"Search for almost-circular holes that span more than one layer and convert " -"the geometry to polyholes. Use the nozzle size and the (biggest) diameter to " -"compute the polyhole.\n" -"See http://hydraraptor.blogspot.com/2011/02/polyholes.html" -msgstr "" -"Поиск цилиндрических отверстий в двух или более слоях и преобразование их " -"геометрии в многогранники. Для расчёта многогранного отверстия используется " -"размер сопла и наибольший диаметр найденного отверстия.\n" -"Подробнее на http://hydraraptor.blogspot.com/2011/02/polyholes.html" - -# ??? -# Предел обнаружения многогранного отверстия -msgid "Polyhole detection margin" -msgstr "Предел обнаружения" - -#, fuzzy, c-format, boost-format -msgid "" -"Maximum defection of a point to the estimated radius of the circle.\n" -"As cylinders are often exported as triangles of varying size, points may not " -"be on the circle circumference. This setting allows you some leway to " -"broaden the detection.\n" -"In mm or in % of the radius." -msgstr "" -"Максимальное отклонение точки от расчётного радиуса окружности.\n" -"Поскольку цилиндры часто экспортируются в виде треугольников разного " -"размера, точки могут находиться не на окружности круга. Эта настройка " -"позволяет в некоторой степени расширить эту область обнаружения.\n" -"Значение задаётся в мм или в процентах от радиуса." - -msgid "Polyhole twist" -msgstr "Скручивание многогранника" - -msgid "Rotate the polyhole every layer." -msgstr "Вращение многогранного отверстия на каждом слое." +msgid "Contour of object will be grown or shrunk in XY plane by the configured value. Positive value makes contour bigger. Negative value makes contour smaller. This function is used to adjust size slightly when the object has assembling issue" +msgstr "Параметр отвечает за смещение границы контура печатаемой модели в плоскости XY на заданное значение. Положительное значение увеличивает контур. Отрицательное значение уменьшает контур. Эта функция используется для небольшой корректировки размера, когда возникают проблемы со сборкой." msgid "G-code thumbnails" msgstr "Эскизы G-кода" -msgid "" -"Picture sizes to be stored into a .gcode and .sl1 / .sl1s files, in the " -"following format: \"XxY, XxY, ...\"" -msgstr "" -"Размеры изображения, которые будут сохранены в файлах .sl1 / .sl1s в " -"следующем формате: \"XxY, XxY, ...\"" - -msgid "Format of G-code thumbnails" -msgstr "Формат эскизов G-кода" - -msgid "" -"Format of G-code thumbnails: PNG for best quality, JPG for smallest size, " -"QOI for low memory firmware" -msgstr "" -"Формат эскизов G-кода: PNG для наилучшего качества, JPG для наименьшего " -"размера, QOI для прошивки с малым объемом памяти." +msgid "Picture sizes to be stored into a .gcode and .sl1 / .sl1s files, in the following format: \"XxY, XxY, ...\"" +msgstr "Размеры изображения, которые будут сохранены в файлах .sl1 / .sl1s в следующем формате: \"XxY, XxY, ...\"" msgid "Use relative E distances" msgstr "Исп. относительные координаты для экструдера (E)" -msgid "" -"Relative extrusion is recommended when using \"label_objects\" option.Some " -"extruders work better with this option unckecked (absolute extrusion mode). " -"Wipe tower is only compatible with relative mode. It is always enabled on " -"BambuLab printers. Default is checked" +msgid "Relative extrusion is recommended when using \"label_objects\" option.Some extruders work better with this option unckecked (absolute extrusion mode). Wipe tower is only compatible with relative mode. It is always enabled on BambuLab printers. Default is checked" msgstr "" -"Относительная экструзия рекомендуется при использовании опции «Название " -"моделей».\n" +"Относительная экструзия рекомендуется при использовании опции «Название моделей».\n" "\n" -"Черновая башня совместима только с относительной экструзии. На принтерах " -"BambuLab она всегда включена (флажок стоит).\n" -"Некоторые экструдеры работают лучше при отключении этой опции (абсолютный " -"режим экструзии)." +"Черновая башня совместима только с относительной экструзии. На принтерах BambuLab она всегда включена (флажок стоит).\n" +"Некоторые экструдеры работают лучше при отключении этой опции (абсолютный режим экструзии)." -msgid "" -"Classic wall generator produces walls with constant extrusion width and for " -"very thin areas is used gap-fill. Arachne engine produces walls with " -"variable extrusion width" -msgstr "" -"Движок классического генератора периметров создаёт их с постоянной шириной " -"экструзии, а для очень тонких участков используется параметр «Заполнение " -"пробелов». Движок Arachne же создает периметры с переменной шириной " -"экструзии." +msgid "Classic wall generator produces walls with constant extrusion width and for very thin areas is used gap-fill. Arachne engine produces walls with variable extrusion width" +msgstr "Движок классического генератора периметров создаёт их с постоянной шириной экструзии, а для очень тонких участков используется параметр «Заполнение пробелов». Движок Arachne же создает периметры с переменной шириной экструзии." msgid "Classic" msgstr "Классический" @@ -11068,118 +8507,56 @@ msgstr "Arachne" msgid "Wall transition length" msgstr "Длина перехода к периметру" -msgid "" -"When transitioning between different numbers of walls as the part becomes " -"thinner, a certain amount of space is allotted to split or join the wall " -"segments. It's expressed as a percentage over nozzle diameter" -msgstr "" -"При переходе между разным количеством периметров по мере того, как деталь " -"становится тоньше, выделяется определенное пространство для разделения или " -"соединения линий периметров. Выражается в процентах от диаметра сопла." +msgid "When transitioning between different numbers of walls as the part becomes thinner, a certain amount of space is allotted to split or join the wall segments. It's expressed as a percentage over nozzle diameter" +msgstr "При переходе между разным количеством периметров по мере того, как деталь становится тоньше, выделяется определенное пространство для разделения или соединения линий периметров. Выражается в процентах от диаметра сопла." msgid "Wall transitioning filter margin" msgstr "Поле фильтра при переходе между периметрами" msgid "" -"Prevent transitioning back and forth between one extra wall and one less. " -"This margin extends the range of extrusion widths which follow to [Minimum " -"wall width - margin, 2 * Minimum wall width + margin]. Increasing this " -"margin reduces the number of transitions, which reduces the number of " -"extrusion starts/stops and travel time. However, large extrusion width " -"variation can lead to under- or overextrusion problems. It's expressed as a " -"percentage over nozzle diameter" +"Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of extrusion widths which follow to [Minimum wall width - margin, 2 * Minimum wall width + margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large extrusion width variation can lead to under- or " +"overextrusion problems. It's expressed as a percentage over nozzle diameter" msgstr "" -"Предотвращает переход туда и обратно между одним лишним периметром и одним " -"недостающим. Это поле расширяет диапазон значений ширины экструзии, который " -"определяется как [Минимальная ширина периметра - Поле, 2 * Минимальная " -"ширина периметра + Поле]. Расширение этого поля позволяет сократить " -"количество переходов, что в свою очередь позволяет сократить количество " -"запусков/остановок экструдирования и время перемещения. Однако большой " -"разброс значений ширины экструзии может привести к проблемам недо/" -"переэкструзии материала. Если задано в процентах, то расчёт производится " -"относительно диаметра сопла." +"Предотвращает переход туда и обратно между одним лишним периметром и одним недостающим. Это поле расширяет диапазон значений ширины экструзии, который определяется как [Минимальная ширина периметра - Поле, 2 * Минимальная ширина периметра + Поле]. Расширение этого поля позволяет сократить количество переходов, что в свою очередь позволяет сократить количество запусков/остановок экструдирования " +"и время перемещения. Однако большой разброс значений ширины экструзии может привести к проблемам недо/переэкструзии материала. Если задано в процентах, то расчёт производится относительно диаметра сопла." msgid "Wall transitioning threshold angle" msgstr "Пороговый угол перехода между периметрами" -msgid "" -"When to create transitions between even and odd numbers of walls. A wedge " -"shape with an angle greater than this setting will not have transitions and " -"no walls will be printed in the center to fill the remaining space. Reducing " -"this setting reduces the number and length of these center walls, but may " -"leave gaps or overextrude" +msgid "When to create transitions between even and odd numbers of walls. A wedge shape with an angle greater than this setting will not have transitions and no walls will be printed in the center to fill the remaining space. Reducing this setting reduces the number and length of these center walls, but may leave gaps or overextrude" msgstr "" -"Когда требуется создавать переходы между чётным и нечётным количеством " -"периметров. Клиновидная форма с углом, превышающим этот параметр, не будет " -"иметь переходов, и периметры не будут напечатаны в центре для заполнения " -"оставшегося пространства. Уменьшение значения этого параметра позволяет " -"сократить количество и длину этих центральных периметров, но при этом могут " -"остаться зазоры или произойти чрезмерное экструдирование." +"Когда требуется создавать переходы между чётным и нечётным количеством периметров. Клиновидная форма с углом, превышающим этот параметр, не будет иметь переходов, и периметры не будут напечатаны в центре для заполнения оставшегося пространства. Уменьшение значения этого параметра позволяет сократить количество и длину этих центральных периметров, но при этом могут остаться зазоры или произойти " +"чрезмерное экструдирование." msgid "Wall distribution count" msgstr "Счётчик распределений по периметрам" -msgid "" -"The number of walls, counted from the center, over which the variation needs " -"to be spread. Lower values mean that the outer walls don't change in width" -msgstr "" -"Количество периметров, отсчитываемое от центра, на которые необходимо " -"распространить изменения. Более низкое значение означает, что ширина внешних " -"периметров не изменяется." +msgid "The number of walls, counted from the center, over which the variation needs to be spread. Lower values mean that the outer walls don't change in width" +msgstr "Количество периметров, отсчитываемое от центра, на которые необходимо распространить изменения. Более низкое значение означает, что ширина внешних периметров не изменяется." msgid "Minimum feature size" msgstr "Минимальный размер элемента" -msgid "" -"Minimum thickness of thin features. Model features that are thinner than " -"this value will not be printed, while features thicker than the Minimum " -"feature size will be widened to the Minimum wall width. It's expressed as a " -"percentage over nozzle diameter" -msgstr "" -"Минимальная толщина тонких элементов. Элементы модели, которые тоньше этого " -"значения, не будут напечатаны, в то время как элементы, толщина которых " -"превышает «Минимальный размер элемента», будут расширены до минимальной " -"ширины периметра. Выражается в процентах от диаметра сопла." +msgid "Minimum thickness of thin features. Model features that are thinner than this value will not be printed, while features thicker than the Minimum feature size will be widened to the Minimum wall width. It's expressed as a percentage over nozzle diameter" +msgstr "Минимальная толщина тонких элементов. Элементы модели, которые тоньше этого значения, не будут напечатаны, в то время как элементы, толщина которых превышает «Минимальный размер элемента», будут расширены до минимальной ширины периметра. Выражается в процентах от диаметра сопла." msgid "First layer minimum wall width" msgstr "Минимальная ширина периметра первого слоя" -msgid "" -"The minimum wall width that should be used for the first layer is " -"recommended to be set to the same size as the nozzle. This adjustment is " -"expected to enhance adhesion." -msgstr "" -"Минимальная ширина периметра, используемая для печати первого слоя. Значение " -"рекомендуется устанавливать равным диаметру сопла. Ожидается, что такая " -"регулировка повышает адгезию." +msgid "The minimum wall width that should be used for the first layer is recommended to be set to the same size as the nozzle. This adjustment is expected to enhance adhesion." +msgstr "Минимальная ширина периметра, используемая для печати первого слоя. Значение рекомендуется устанавливать равным диаметру сопла. Ожидается, что такая регулировка повышает адгезию." msgid "Minimum wall width" msgstr "Минимальная ширина периметра" -msgid "" -"Width of the wall that will replace thin features (according to the Minimum " -"feature size) of the model. If the Minimum wall width is thinner than the " -"thickness of the feature, the wall will become as thick as the feature " -"itself. It's expressed as a percentage over nozzle diameter" -msgstr "" -"Ширина периметра, которая заменит тонкие элементы (в соответствии с " -"минимальным размера элемента) модели. Если минимальная ширина периметра " -"меньше толщины элемента, толщина периметра будет приведена к толщине самого " -"элемента. Если задано в процентах, то значение вычисляться относительно " -"диаметра сопла." +msgid "Width of the wall that will replace thin features (according to the Minimum feature size) of the model. If the Minimum wall width is thinner than the thickness of the feature, the wall will become as thick as the feature itself. It's expressed as a percentage over nozzle diameter" +msgstr "Ширина периметра, которая заменит тонкие элементы (в соответствии с минимальным размера элемента) модели. Если минимальная ширина периметра меньше толщины элемента, толщина периметра будет приведена к толщине самого элемента. Если задано в процентах, то значение вычисляться относительно диаметра сопла." msgid "Detect narrow internal solid infill" msgstr "Обнаруживать узкую область сплошного заполнения" -msgid "" -"This option will auto detect narrow internal solid infill area. If enabled, " -"concentric pattern will be used for the area to speed printing up. " -"Otherwise, rectilinear pattern is used defaultly." -msgstr "" -"Этот параметр автоматически определяет узкую внутреннюю область сплошного " -"заполнения. Если включено, для ускорения печати будет использоваться " -"концентрический шаблон. В противном случае по умолчанию используется " -"прямолинейный шаблон." +msgid "This option will auto detect narrow internal solid infill area. If enabled, concentric pattern will be used for the area to speed printing up. Otherwise, rectilinear pattern is used defaultly." +msgstr "Этот параметр автоматически определяет узкую внутреннюю область сплошного заполнения. Если включено, для ускорения печати будет использоваться концентрический шаблон. В противном случае по умолчанию используется прямолинейный шаблон." msgid "invalid value " msgstr "недопустимое значение " @@ -11242,12 +8619,6 @@ msgstr "Загрузка материалов по умолчанию" msgid "Load first filament as default for those not loaded" msgstr "Использовать первый материал по умолчанию, если не загружен другой" -msgid "Minimum save" -msgstr "Минимальное сохранение" - -msgid "export 3mf with minimum size." -msgstr "экспорт 3mf файла с минимальным размером." - msgid "mtcpp" msgstr "mtcpp" @@ -11264,9 +8635,7 @@ msgid "No check" msgstr "Без проверки" msgid "Do not run any validity checks, such as gcode path conflicts check." -msgstr "" -"Не запускать никакие проверки валидности, такие как проверка на конфликт " -"путей в G-коде." +msgstr "Не запускать никакие проверки валидности, такие как проверка на конфликт путей в G-коде." msgid "Normative check" msgstr "Нормативная проверка" @@ -11296,8 +8665,7 @@ msgid "Arrange Options" msgstr "Параметры расстановки" msgid "Arrange options: 0-disable, 1-enable, others-auto" -msgstr "" -"Параметры расстановки: 0 - отключить, 1 - включить, другие - автоматически" +msgstr "Параметры расстановки: 0 - отключить, 1 - включить, другие - автоматически" # ??? msgid "Repetions count" @@ -11307,42 +8675,14 @@ msgstr "Количество повторений" msgid "Repetions count of the whole model" msgstr "Количество повторений для всей модели" -msgid "Ensure on bed" -msgstr "Обеспечивать размещение на столе" - -msgid "" -"Lift the object above the bed when it is partially below. Disabled by default" -msgstr "" -"Поднимает модель над столом, когда она частично находится ниже его уровня. " -"По умолчанию отключено." - msgid "Convert Unit" msgstr "Преобразовать единицу измерения" msgid "Convert the units of model" msgstr "Преобразование единиц измерения модели" -msgid "Orient Options" -msgstr "Параметры ориентации" - -msgid "Orient options: 0-disable, 1-enable, others-auto" -msgstr "" -"Параметры ориентации: 0 - отключить, 1 - включить, другие - автоматически" - -msgid "Rotation angle around the Z axis in degrees." -msgstr "Угол поворота вокруг оси Z в градусах." - -msgid "Rotate around X" -msgstr "Поворот вокруг оси X" - -msgid "Rotation angle around the X axis in degrees." -msgstr "Угол поворота вокруг оси X в градусах." - -msgid "Rotate around Y" -msgstr "Поворот вокруг оси Y" - -msgid "Rotation angle around the Y axis in degrees." -msgstr "Угол поворота вокруг оси Y в градусах." +msgid "Orient the model" +msgstr "Ориентация модели" msgid "Scale the model by a float factor" msgstr "Масштабирование модели с помощью коэффициента." @@ -11366,28 +8706,16 @@ msgid "Skip some objects in this print" msgstr "Пропустить некоторые модели в этом печати" msgid "load uptodate process/machine settings when using uptodate" -msgstr "" -"Загрузить последние настройки процесса/принтера при использовании актуальной " -"версии" +msgstr "Загрузить последние настройки процесса/принтера при использовании актуальной версии" -msgid "" -"load uptodate process/machine settings from the specified file when using " -"uptodate" -msgstr "" -"Загружать последние настройки процесса/принтера из указанного файла при " -"использовании актуальной версии" +msgid "load uptodate process/machine settings from the specified file when using uptodate" +msgstr "Загружать последние настройки процесса/принтера из указанного файла при использовании актуальной версии" msgid "Data directory" msgstr "Папка конфигурации пользователя" -msgid "" -"Load and store settings at the given directory. This is useful for " -"maintaining different profiles or including configurations from a network " -"storage." -msgstr "" -"Загрузка и сохранение настроек будет производиться в заданную папку. Это " -"полезно для сохранения различных профилей или конфигураций из сетевого " -"хранилища." +msgid "Load and store settings at the given directory. This is useful for maintaining different profiles or including configurations from a network storage." +msgstr "Загрузка и сохранение настроек будет производиться в заданную папку. Это полезно для сохранения различных профилей или конфигураций из сетевого хранилища." msgid "Output directory" msgstr "Папка для сохранения" @@ -11398,19 +8726,8 @@ msgstr "Папка для сохранения экспортируемых фа msgid "Debug level" msgstr "Уровень отладки" -msgid "" -"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, 5:" -"trace\n" -msgstr "" -"Задаёт параметр чувствительности записи событий в журнал. \\\"0: " -"Неустранимая ошибка, 1: Ошибка, 2: Предупреждение, 3: Информация, 4: " -"Отладка, 5: Трассировка\n" - -msgid "Load custom gcode" -msgstr "Загрузить пользовательский G-код" - -msgid "Load custom gcode from json" -msgstr "Загрузить пользовательской G-код из json" +msgid "Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, 5:trace\n" +msgstr "Задаёт параметр чувствительности записи событий в журнал. \\\"0: Неустранимая ошибка, 1: Ошибка, 2: Предупреждение, 3: Информация, 4: Отладка, 5: Трассировка\n" msgid "Error in zip archive" msgstr "Ошибка с zip-архивом" @@ -11443,9 +8760,7 @@ msgid "large overhangs" msgstr "большая области нависания" #, c-format, boost-format -msgid "" -"It seems object %s has %s. Please re-orient the object or enable support " -"generation." +msgid "It seems object %s has %s. Please re-orient the object or enable support generation." msgstr "" "Похоже, что у модели %s имеются замечания - %s. \n" "Переориентируйте её или включите генерацию поддержки." @@ -11453,25 +8768,24 @@ msgstr "" msgid "Optimizing toolpath" msgstr "Оптимизация траектории инструмента" +msgid "Empty layers around bottom are replaced by nearest normal layers." +msgstr "Пустые слои обнаруженные на дне модели были заменены ближайшими нормальными слоями." + +msgid "The model has too many empty layers." +msgstr "Модель имеет слишком много пустых слоев." + msgid "Slicing mesh" msgstr "Нарезка сетки" -msgid "" -"No layers were detected. You might want to repair your STL file(s) or check " -"their size or thickness and retry.\n" -msgstr "" -"Слоёв не обнаружено. Возможно, требуется починить STL файл(ы) или проверить " -"размер/толщину и повторить попытку.\n" +msgid "No layers were detected. You might want to repair your STL file(s) or check their size or thickness and retry.\n" +msgstr "Слоёв не обнаружено. Возможно, требуется починить STL файл(ы) или проверить размер/толщину и повторить попытку.\n" msgid "" -"An object's XY size compensation will not be used because it is also color-" -"painted.\n" +"An object's XY size compensation will not be used because it is also color-painted.\n" "XY Size compensation can not be combined with color-painting." msgstr "" -"Коррекция горизонтальных размеров модели не будет действовать, поскольку для " -"этой модели была выполнена операция окрашивания.\n" -"Коррекция горизонтальных размеров модели не может использоваться в сочетании " -"с функцией раскрашивания." +"Коррекция горизонтальных размеров модели не будет действовать, поскольку для этой модели была выполнена операция окрашивания.\n" +"Коррекция горизонтальных размеров модели не может использоваться в сочетании с функцией раскрашивания." #, c-format, boost-format msgid "Support: generate toolpath at layer %d" @@ -11504,11 +8818,8 @@ msgstr "Поддержка: ремонт отверстий на слое %d" msgid "Support: propagate branches at layer %d" msgstr "Поддержка: построение ветвей на слое %d" -msgid "" -"Unknown file format. Input file must have .stl, .obj, .amf(.xml) extension." -msgstr "" -"Неизвестный формат файла. Входной файл должен иметь расширение *.stl, *.obj, " -"*.amf(.xml)." +msgid "Unknown file format. Input file must have .stl, .obj, .amf(.xml) extension." +msgstr "Неизвестный формат файла. Входной файл должен иметь расширение *.stl, *.obj, *.amf(.xml)." msgid "Loading of a model file failed." msgstr "Не удалось загрузить файл модели." @@ -11517,9 +8828,7 @@ msgid "The supplied file couldn't be read because it's empty" msgstr "Предоставленный файл не может быть прочитан, так как он пуст." msgid "Unknown file format. Input file must have .3mf or .zip.amf extension." -msgstr "" -"Неизвестный формат файла. Входной файл должен иметь расширение *.3mf или *." -"zip.amf." +msgstr "Неизвестный формат файла. Входной файл должен иметь расширение *.3mf или *.zip.amf." msgid "Canceled" msgstr "Отменено" @@ -11578,10 +8887,8 @@ msgstr "Вики-сайт" msgid "How to use calibration result?" msgstr "Как использовать результаты калибровки?" -msgid "" -"You could change the Flow Dynamics Calibration Factor in material editing" -msgstr "" -"Коэффициент калибровки динамики потока можно изменить в настройках материала." +msgid "You could change the Flow Dynamics Calibration Factor in material editing" +msgstr "Коэффициент калибровки динамики потока можно изменить в настройках материала." msgid "" "The current firmware version of the printer does not support calibration.\n" @@ -11608,20 +8915,6 @@ msgstr "Введите имя, который хотите сохранить н msgid "The name cannot exceed 40 characters." msgstr "Максимальная длина имени 40 символов." -#, c-format, boost-format -msgid "" -"Please input valid values:\n" -"Start value: >= %.1f\n" -"End value: <= %.1f\n" -"End value: > Start value\n" -"Value step: >= %.3f)" -msgstr "" -"Введите допустимое значение:\n" -"Начальное: >= %.1f\n" -"Конечное: <= %.1f\n" -"Конечное: > Начальное\n" -"Шаг: >= %.3f)" - msgid "The name cannot be empty." msgstr "Имя не может быть пустым." @@ -11638,11 +8931,8 @@ msgstr "Имя совпадает с именем другого существ msgid "create new preset failed." msgstr "не удалось создать новый профиль." -msgid "" -"Are you sure to cancel the current calibration and return to the home page?" -msgstr "" -"Вы уверены, что хотите отменить текущую калибровку и вернуться на главную " -"страницу?" +msgid "Are you sure to cancel the current calibration and return to the home page?" +msgstr "Вы уверены, что хотите отменить текущую калибровку и вернуться на главную страницу?" msgid "No Printer Connected!" msgstr "Принтер не подключён!" @@ -11653,9 +8943,6 @@ msgstr "Принтер ещё не подключен." msgid "Please select filament to calibrate." msgstr "Пожалуйста, выберите пруток для калибровки." -msgid "The input value size must be 3." -msgstr "Размер входного значения должен быть равен 3." - msgid "Connecting to printer..." msgstr "Подключение к принтеру..." @@ -11674,6 +8961,9 @@ msgstr "Выберите хотя бы один пруток для калибр msgid "Flow rate calibration result has been saved to preset" msgstr "Результат калибровки динамики потока был сохранён в профиль" +msgid "The input value size must be 3." +msgstr "Размер входного значения должен быть равен 3." + msgid "Max volumetric speed calibration result has been saved to preset" msgstr "Результат калибровки максимальной объёмной скорости сохранен в профиль" @@ -11681,24 +8971,15 @@ msgid "When do you need Flow Dynamics Calibration" msgstr "В каких случаях необходима калибровка динамики потока" msgid "" -"We now have added the auto-calibration for different filaments, which is " -"fully automated and the result will be saved into the printer for future " -"use. You only need to do the calibration in the following limited cases:\n" -"1. If you introduce a new filament of different brands/models or the " -"filament is damp;\n" +"We now have added the auto-calibration for different filaments, which is fully automated and the result will be saved into the printer for future use. You only need to do the calibration in the following limited cases:\n" +"1. If you introduce a new filament of different brands/models or the filament is damp;\n" "2. if the nozzle is worn out or replaced with a new one;\n" -"3. If the max volumetric speed or print temperature is changed in the " -"filament setting." +"3. If the max volumetric speed or print temperature is changed in the filament setting." msgstr "" -"Мы добавили функцию автоматической калибровки для различных материалов, " -"которая полностью автоматизирована, а результат калибровки сохраняется в " -"принтере для дальнейшего использования. Калибровка требуется только в " -"следующих ограниченных случаях:\n" -"1. При использовании нового материала другого производителя/типа или при " -"отсыревании материала;\n" +"Мы добавили функцию автоматической калибровки для различных материалов, которая полностью автоматизирована, а результат калибровки сохраняется в принтере для дальнейшего использования. Калибровка требуется только в следующих ограниченных случаях:\n" +"1. При использовании нового материала другого производителя/типа или при отсыревании материала;\n" "2. При износе сопла или его замене на новое;\n" -"3. При изменении в настройках материала максимальной объёмной скорости или " -"температуры печати." +"3. При изменении в настройках материала максимальной объёмной скорости или температуры печати." msgid "About this calibration" msgstr "О данном виде калибровки" @@ -11706,129 +8987,64 @@ msgstr "О данном виде калибровки" msgid "" "Please find the details of Flow Dynamics Calibration from our wiki.\n" "\n" -"Usually the calibration is unnecessary. When you start a single color/" -"material print, with the \"flow dynamics calibration\" option checked in the " -"print start menu, the printer will follow the old way, calibrate the " -"filament before the print; When you start a multi color/material print, the " -"printer will use the default compensation parameter for the filament during " -"every filament switch which will have a good result in most cases.\n" +"Usually the calibration is unnecessary. When you start a single color/material print, with the \"flow dynamics calibration\" option checked in the print start menu, the printer will follow the old way, calibrate the filament before the print; When you start a multi color/material print, the printer will use the default compensation parameter for the filament during every filament switch which " +"will have a good result in most cases.\n" "\n" -"Please note there are a few cases that will make the calibration result not " -"reliable: using a texture plate to do the calibration; the build plate does " -"not have good adhesion (please wash the build plate or apply gluestick!) ..." -"You can find more from our wiki.\n" +"Please note there are a few cases that will make the calibration result not reliable: using a texture plate to do the calibration; the build plate does not have good adhesion (please wash the build plate or apply gluestick!) ...You can find more from our wiki.\n" "\n" -"The calibration results have about 10 percent jitter in our test, which may " -"cause the result not exactly the same in each calibration. We are still " -"investigating the root cause to do improvements with new updates." +"The calibration results have about 10 percent jitter in our test, which may cause the result not exactly the same in each calibration. We are still investigating the root cause to do improvements with new updates." msgstr "" -"Подробную информацию про калибровку динамики потока можно найти на нашем " -"вики-сайте.\n" +"Подробную информацию про калибровку динамики потока можно найти на нашем вики-сайте.\n" "\n" "При обычных обстоятельствах калибровка не требуется. \n" -"Если при запуске печати одним цветом/материалом в меню запуска печати " -"отмечена опция «Калибровка динамики потока», то калибровка пластиковой нити " -"будет производится старым способом. \n" -"При запуске печати несколькими цветами/материалами, принтер будет " -"использовать параметр компенсации по умолчанию для материала при каждой его " -"смене, что в большинстве случаев позволяет получить хороший результат.\n" +"Если при запуске печати одним цветом/материалом в меню запуска печати отмечена опция «Калибровка динамики потока», то калибровка пластиковой нити будет производится старым способом. \n" +"При запуске печати несколькими цветами/материалами, принтер будет использовать параметр компенсации по умолчанию для материала при каждой его смене, что в большинстве случаев позволяет получить хороший результат.\n" "\n" -"Обратите внимание, что есть несколько случаев, когда результат калибровки " -"будет недостоверным. Это использование для калибровки текстурированной " -"печатной пластины и когда у печатной пластины плохая адгезия с материалом. " -"Более подробную информацию можно найти на нашем вики-сайте.\n" +"Обратите внимание, что есть несколько случаев, когда результат калибровки будет недостоверным. Это использование для калибровки текстурированной печатной пластины и когда у печатной пластины плохая адгезия с материалом. Более подробную информацию можно найти на нашем вики-сайте.\n" "\n" -"По нашим тестам, результаты калибровки имеют погрешность примерно 10%, что " -"может приводить к разным результатам при каждой калибровке. Мы продолжаем " -"выяснять причину, чтобы улучшить ситуацию в новых обновлениях." +"По нашим тестам, результаты калибровки имеют погрешность примерно 10%, что может приводить к разным результатам при каждой калибровке. Мы продолжаем выяснять причину, чтобы улучшить ситуацию в новых обновлениях." msgid "When to use Flow Rate Calibration" msgstr "В каких случаях необходима калибровка скорости потока" msgid "" -"After using Flow Dynamics Calibration, there might still be some extrusion " -"issues, such as:\n" -"1. Over-Extrusion: Excess material on your printed object, forming blobs or " -"zits, or the layers seem thicker than expected and not uniform.\n" -"2. Under-Extrusion: Very thin layers, weak infill strength, or gaps in the " -"top layer of the model, even when printing slowly.\n" +"After using Flow Dynamics Calibration, there might still be some extrusion issues, such as:\n" +"1. Over-Extrusion: Excess material on your printed object, forming blobs or zits, or the layers seem thicker than expected and not uniform.\n" +"2. Under-Extrusion: Very thin layers, weak infill strength, or gaps in the top layer of the model, even when printing slowly.\n" "3. Poor Surface Quality: The surface of your prints seems rough or uneven.\n" -"4. Weak Structural Integrity: Prints break easily or don't seem as sturdy as " -"they should be." +"4. Weak Structural Integrity: Prints break easily or don't seem as sturdy as they should be." msgstr "" -"После проведения калибровки динамики потока всё ещё могут возникать " -"некоторые проблемы с экструзией, такие как:\n" -"1. Избыточная экструзия. Это приводит к образованию на модели капель или " -"сгустков, слои кажутся толще и неравномерными, чем ожидалось.\n" -"2. Недоэкструзия. Очень тонкие слои, слабая прочность заполнения или пробелы " -"на верхнем слое модели, даже при медленной печати.\n" -"3. Низкое качество поверхности. Поверхность деталей кажется шероховатой или " -"неровной.\n" -"4. Слабая конструкционная прочность. Напечатанное легко ломается или кажется " -"не таким прочным, как должно быть." +"После проведения калибровки динамики потока всё ещё могут возникать некоторые проблемы с экструзией, такие как:\n" +"1. Избыточная экструзия. Это приводит к образованию на модели капель или сгустков, слои кажутся толще и неравномерными, чем ожидалось.\n" +"2. Недоэкструзия. Очень тонкие слои, слабая прочность заполнения или пробелы на верхнем слое модели, даже при медленной печати.\n" +"3. Низкое качество поверхности. Поверхность деталей кажется шероховатой или неровной.\n" +"4. Слабая конструкционная прочность. Напечатанное легко ломается или кажется не таким прочным, как должно быть." + +msgid "In addition, Flow Rate Calibration is crucial for foaming materials like LW-PLA used in RC planes. These materials expand greatly when heated, and calibration provides a useful reference flow rate." +msgstr "Кроме того, калибровка скорости потока крайне важна для вспенивающихся материалов, таких как LW-PLA, используемых при печати деталей для радиоуправляемых самолетов. Эти материалы сильно расширяются при нагревании, а калибровка позволяет получить эталонную скорости потока." msgid "" -"In addition, Flow Rate Calibration is crucial for foaming materials like LW-" -"PLA used in RC planes. These materials expand greatly when heated, and " -"calibration provides a useful reference flow rate." +"Flow Rate Calibration measures the ratio of expected to actual extrusion volumes. The default setting works well in Bambu Lab printers and official filaments as they were pre-calibrated and fine-tuned. For a regular filament, you usually won't need to perform a Flow Rate Calibration unless you still see the listed defects after you have done other calibrations. For more details, please check " +"out the wiki article." msgstr "" -"Кроме того, калибровка скорости потока крайне важна для вспенивающихся " -"материалов, таких как LW-PLA, используемых при печати деталей для " -"радиоуправляемых самолетов. Эти материалы сильно расширяются при нагревании, " -"а калибровка позволяет получить эталонную скорости потока." +"Калибровка скорости потока измеряет соотношение ожидаемого и фактического объёмов экструзии. На принтерах Bambu Lab с официальными материалами, стандартные настройки работают хорошо, так как они были предварительно откалиброваны и тщательно настроены. Для обычного материала обычно не требуется выполнять калибровку скорости потока, если только после выполнения других калибровок вы всё ещё видите " +"перечисленные дефекты. Более подробную информацию можно найти на нашем вики-сайте." msgid "" -"Flow Rate Calibration measures the ratio of expected to actual extrusion " -"volumes. The default setting works well in Bambu Lab printers and official " -"filaments as they were pre-calibrated and fine-tuned. For a regular " -"filament, you usually won't need to perform a Flow Rate Calibration unless " -"you still see the listed defects after you have done other calibrations. For " -"more details, please check out the wiki article." +"Auto Flow Rate Calibration utilizes Bambu Lab's Micro-Lidar technology, directly measuring the calibration patterns. However, please be advised that the efficacy and accuracy of this method may be compromised with specific types of materials. Particularly, filaments that are transparent or semi-transparent, sparkling-particled, or have a high-reflective finish may not be suitable for this " +"calibration and can produce less-than-desirable results.\n" +"\n" +"The calibration results may vary between each calibration or filament. We are still improving the accuracy and compatibility of this calibration through firmware updates over time.\n" +"\n" +"Caution: Flow Rate Calibration is an advanced process, to be attempted only by those who fully understand its purpose and implications. Incorrect usage can lead to sub-par prints or printer damage. Please make sure to carefully read and understand the process before doing it." msgstr "" -"Калибровка скорости потока измеряет соотношение ожидаемого и фактического " -"объёмов экструзии. На принтерах Bambu Lab с официальными материалами, " -"стандартные настройки работают хорошо, так как они были предварительно " -"откалиброваны и тщательно настроены. Для обычного материала обычно не " -"требуется выполнять калибровку скорости потока, если только после выполнения " -"других калибровок вы всё ещё видите перечисленные дефекты. Более подробную " -"информацию можно найти на нашем вики-сайте." - -msgid "" -"Auto Flow Rate Calibration utilizes Bambu Lab's Micro-Lidar technology, " -"directly measuring the calibration patterns. However, please be advised that " -"the efficacy and accuracy of this method may be compromised with specific " -"types of materials. Particularly, filaments that are transparent or semi-" -"transparent, sparkling-particled, or have a high-reflective finish may not " -"be suitable for this calibration and can produce less-than-desirable " -"results.\n" -"\n" -"The calibration results may vary between each calibration or filament. We " -"are still improving the accuracy and compatibility of this calibration " -"through firmware updates over time.\n" -"\n" -"Caution: Flow Rate Calibration is an advanced process, to be attempted only " -"by those who fully understand its purpose and implications. Incorrect usage " -"can lead to sub-par prints or printer damage. Please make sure to carefully " -"read and understand the process before doing it." -msgstr "" -"Автоматическая калибровка скорости потока использует технологию микролидара " -"Bambu Lab, непосредственно измеряя калибровочные шаблоны. Однако имейте " -"ввиду, что эффективность и точность этого метода может быть снижена при " -"использовании определенных типов материалов. В частности, прозрачные или " -"полупрозрачные материалы, материалы с блестящими частицами или с " -"высокоотражающим покрытием могут не подойти для данной калибровки и привести " -"к нежелательным результатам.\n" +"Автоматическая калибровка скорости потока использует технологию микролидара Bambu Lab, непосредственно измеряя калибровочные шаблоны. Однако имейте ввиду, что эффективность и точность этого метода может быть снижена при использовании определенных типов материалов. В частности, прозрачные или полупрозрачные материалы, материалы с блестящими частицами или с высокоотражающим покрытием могут не " +"подойти для данной калибровки и привести к нежелательным результатам.\n" "\n" "\n" -"Результаты калибровки могут различаться от калибровки к калибровке или от " -"материала к материалу. Мы продолжаем улучшать точность и совместимость этой " -"калибровки путем обновления прошивки принтера.\n" +"Результаты калибровки могут различаться от калибровки к калибровке или от материала к материалу. Мы продолжаем улучшать точность и совместимость этой калибровки путем обновления прошивки принтера.\n" "\n" -"Внимание: калибровка скорости потока - это сложный процесс, к которому " -"следует прибегать только тем, кто полностью понимает её назначение и " -"последствия. Неправильное использование может привести к некачественной " -"печати или повреждению принтера. Пожалуйста, внимательно прочитайте и " -"поймите суть процесса, прежде чем приступать к его выполнению." +"Внимание: калибровка скорости потока - это сложный процесс, к которому следует прибегать только тем, кто полностью понимает её назначение и последствия. Неправильное использование может привести к некачественной печати или повреждению принтера. Пожалуйста, внимательно прочитайте и поймите суть процесса, прежде чем приступать к его выполнению." msgid "When you need Max Volumetric Speed Calibration" msgstr "В каких случаях необходима калибровка максимальной объемной скорости" @@ -11837,13 +9053,10 @@ msgid "Over-extrusion or under extrusion" msgstr "Избыточная или недостаточная экструзия" msgid "Max Volumetric Speed calibration is recommended when you print with:" -msgstr "" -"Калибровка максимальной объёмной скорости рекомендуется при печати с " -"использованием:" +msgstr "Калибровка максимальной объёмной скорости рекомендуется при печати с использованием:" msgid "material with significant thermal shrinkage/expansion, such as..." -msgstr "" -"материалов со значительной термической усадкой/расширением, например..." +msgstr "материалов со значительной термической усадкой/расширением, например..." msgid "materials with inaccurate filament diameter" msgstr "материалов с неточным диаметром пластиковой нити" @@ -11851,46 +9064,25 @@ msgstr "материалов с неточным диаметром пласти msgid "We found the best Flow Dynamics Calibration Factor" msgstr "Мы нашли лучший коэффициент калибровки динамики потока" -msgid "" -"Part of the calibration failed! You may clean the plate and retry. The " -"failed test result would be dropped." -msgstr "" -"Часть калибровки выполнена неудачно! Вы можете очистить печатную пластину и " -"повторить попытку. Результат неудачного теста будет удалён." +msgid "Part of the calibration failed! You may clean the plate and retry. The failed test result would be dropped." +msgstr "Часть калибровки выполнена неудачно! Вы можете очистить печатную пластину и повторить попытку. Результат неудачного теста будет удалён." -msgid "" -"*We recommend you to add brand, materia, type, and even humidity level in " -"the Name" -msgstr "" -"*Мы рекомендуем добавить к названию материала, производителя, тип и даже " -"уровень влажности" +msgid "*We recommend you to add brand, materia, type, and even humidity level in the Name" +msgstr "*Мы рекомендуем добавить к названию материала, производителя, тип и даже уровень влажности" msgid "Failed" msgstr "Неудачно" -msgid "" -"Only one of the results with the same name will be saved. Are you sure you " -"want to overrides the other results?" -msgstr "" -"Будет сохранен только один из результатов с таким же именем. Вы уверены, что " -"хотите перезаписать другие результаты?" +msgid "Only one of the results with the same name will be saved. Are you sure you want to overrides the other results?" +msgstr "Будет сохранен только один из результатов с таким же именем. Вы уверены, что хотите перезаписать другие результаты?" #, c-format, boost-format -msgid "" -"There is already a historical calibration result with the same name: %s. " -"Only one of the results with the same name is saved. Are you sure you want " -"to overrides the historical result?" -msgstr "" -"Результат калибровки с таким именем уже существует: %s. Будет сохранён " -"только один результат с таким же именем. Вы уверены, что хотите перезаписать " -"текущий результат?" +msgid "There is already a historical calibration result with the same name: %s. Only one of the results with the same name is saved. Are you sure you want to overrides the historical result?" +msgstr "Результат калибровки с таким именем уже существует: %s. Будет сохранён только один результат с таким же именем. Вы уверены, что хотите перезаписать текущий результат?" msgid "Please find the best line on your plate" msgstr "Пожалуйста, найдите лучшую линию на столе" -msgid "Please find the cornor with perfect degree of extrusion" -msgstr "Пожалуйста, найдите угол с идеальной степенью экструзии" - msgid "Input Value" msgstr "Входное значение" @@ -11955,12 +9147,8 @@ msgstr "Точная калибровка на основе коэффициен msgid "Title" msgstr "Заголовок" -msgid "" -"A test model will be printed. Please clear the build plate and place it back " -"to the hot bed before calibration." -msgstr "" -"Будет напечатана тестовая модель. Перед калибровкой очистите печатную " -"пластину и установите её обратно на нагреваемый стол." +msgid "A test model will be printed. Please clear the build plate and place it back to the hot bed before calibration." +msgstr "Будет напечатана тестовая модель. Перед калибровкой очистите печатную пластину и установите её обратно на нагреваемый стол." msgid "Printing Parameters" msgstr "Параметры печати" @@ -11990,8 +9178,7 @@ msgid "" msgstr "" "Советы по выбору материала для калибровки: \n" "- Материалы, которые имеют близкие значения температуры нагреваемого стола\n" -"- Различные марки и семейства расходных материалов (Производитель = Bambu, " -"семейство = Basic - базовый, Matte - матовый)" +"- Различные марки и семейства расходных материалов (Производитель = Bambu, семейство = Basic - базовый, Matte - матовый)" msgid "Error desc" msgstr "Описание ошибки" @@ -11999,12 +9186,6 @@ msgstr "Описание ошибки" msgid "Extra info" msgstr "Доп. информация" -msgid "Pattern" -msgstr "Шаблон" - -msgid "Method" -msgstr "Метод" - #, c-format, boost-format msgid "%s is not compatible with %s" msgstr "%s не совместима с %s" @@ -12015,21 +9196,6 @@ msgstr "Автоматическая калибровка динамики по msgid "Connecting to printer" msgstr "Подключением к принтеру" -msgid "From k Value" -msgstr "Начальное значение коэф. K" - -msgid "To k Value" -msgstr "Конечное значение коэф. K" - -msgid "Step value" -msgstr "Шаг" - -msgid "0.5" -msgstr "0.5" - -msgid "0.005" -msgstr "0.005" - msgid "The nozzle diameter has been synchronized from the printer Settings" msgstr "Диаметр сопла был синхронизирован с настройками принтера" @@ -12132,13 +9298,14 @@ msgstr "Удалить исходные" msgid "Send G-Code to printer host" msgstr "Отправить G-кода на хост принтера" +msgid "Send to print" +msgstr "Отправить на печать" + msgid "Upload to Printer Host with the following filename:" msgstr "Загрузить на хост принтера со следующим именем:" msgid "Use forward slashes ( / ) as a directory separator if needed." -msgstr "" -"При необходимости используйте косую черту ( / ) в качестве разделителя " -"каталогов." +msgstr "При необходимости используйте косую черту ( / ) в качестве разделителя каталогов." msgid "Upload to storage" msgstr "Загрузить в хранилище" @@ -12169,6 +9336,12 @@ msgstr "Размер" msgid "Filename" msgstr "Имя файла" +msgid "Message" +msgstr "Сообщение" + +msgid "Error Message" +msgstr "Сообщение об ошибке" + msgid "Cancel selected" msgstr "Отменить выбранное" @@ -12187,6 +9360,9 @@ msgstr "Отмена" msgid "Error uploading to print host" msgstr "Ошибка при отправке на хост печати" +msgid "Error uploading to print host:" +msgstr "Ошибка при отправке на хост печати:" + msgid "PA Calibration" msgstr "Калибровка PA" @@ -12208,6 +9384,9 @@ msgstr "Линии" msgid "PA Pattern" msgstr "Шаблон" +msgid "Method" +msgstr "Метод" + msgid "Start PA: " msgstr "Начальный коэффициент PA: " @@ -12289,14 +9468,12 @@ msgstr "Шаг изменения: " msgid "" "Please input valid values:\n" -"start > 0 \n" -"step >= 0\n" +"start > 0 step >= 0\n" "end > start + step)" msgstr "" -"Введите допустимое значение:\n" -"Начальное > 0\n" -"Шаг >= 0\n" -"Конечное > Начальное + Шаг" +"Введите допустимые значения:\n" +"start > 0 step >= 0\n" +"end > start + step)" msgid "VFA test" msgstr "Тест на вертикальные артефакты (VFA)" @@ -12309,14 +9486,12 @@ msgstr "Конечная скорость: " msgid "" "Please input valid values:\n" -"start > 10 \n" -"step >= 0\n" +"start > 10 step >= 0\n" "end > start + step)" msgstr "" -"Введите допустимое значение:\n" -"Начальное > 10\n" -"Шаг >= 0\n" -"Конечное > Начальное + Шаг" +"Введите допустимые значения:\n" +"start > 10 step >= 0\n" +"end > start + step)" msgid "Start retraction length: " msgstr "Начальная длина отката: " @@ -12345,12 +9520,8 @@ msgstr "Успешно!" msgid "Refresh Printers" msgstr "Обновить принтеры" -msgid "" -"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-" -"signed certificate." -msgstr "" -"Файл корневого сертификата HTTPS не обязателен. Он необходим только при " -"использовании HTTPS с самоподписанным сертификатом." +msgid "HTTPS CA file is optional. It is only needed if you use HTTPS with a self-signed certificate." +msgstr "Файл корневого сертификата HTTPS не обязателен. Он необходим только при использовании HTTPS с самоподписанным сертификатом." msgid "Certificate files (*.crt, *.pem)|*.crt;*.pem|All files|*.*" msgstr "Файлы сертификатов (*.crt, *.pem)|*.crt;*.pem|Все файлы|*.*" @@ -12359,66 +9530,38 @@ msgid "Open CA certificate file" msgstr "Открыть файл корневого сертификата" #, c-format, boost-format -msgid "" -"On this system, %s uses HTTPS certificates from the system Certificate Store " -"or Keychain." -msgstr "" -"В этой системе %s использует HTTPS сертификаты из системного хранилища " -"сертификатов/Keychain." +msgid "On this system, %s uses HTTPS certificates from the system Certificate Store or Keychain." +msgstr "В этой системе %s использует HTTPS сертификаты из системного хранилища сертификатов/Keychain." -msgid "" -"To use a custom CA file, please import your CA file into Certificate Store / " -"Keychain." -msgstr "" -"Чтобы использовать пользовательский файл корневого сертификата, импортируйте " -"его в хранилище сертификатов/Keychain." +msgid "To use a custom CA file, please import your CA file into Certificate Store / Keychain." +msgstr "Чтобы использовать пользовательский файл корневого сертификата, импортируйте его в хранилище сертификатов/Keychain." msgid "Connection to printers connected via the print host failed." -msgstr "" -"Не удалось подключиться к принтерам, подключенным через через хост печати." - -msgid "The start, end or step is not valid value." -msgstr "Недопустимое значение: начальное, конечное или шаг." - -msgid "" -"Unable to calibrate: maybe because the set calibration value range is too " -"large, or the step is too small" -msgstr "" -"Невозможно выполнить калибровку: возможно, установленный диапазон значений " -"калибровки слишком велик или шаг слишком мал." - -msgid "Need select printer" -msgstr "Нужно выбрать принтер" +msgstr "Не удалось подключиться к принтерам, подключенным через через хост печати." #: resources/data/hints.ini: [hint:3D Scene Operations] msgid "" "3D Scene Operations\n" -"Did you know how to control view and object/part selection with mouse and " -"touchpanel in the 3D scene?" +"Did you know how to control view and object/part selection with mouse and touchpanel in the 3D scene?" msgstr "" "Операции с 3D-сценой\n" -"Знаете ли вы, как управлять видом и выбором модели/части с помощью мыши и " -"сенсорной панели в 3D-сцене?" +"Знаете ли вы, как управлять видом и выбором модели/части с помощью мыши и сенсорной панели в 3D-сцене?" #: resources/data/hints.ini: [hint:Cut Tool] msgid "" "Cut Tool\n" -"Did you know that you can cut a model at any angle and position with the " -"cutting tool?" +"Did you know that you can cut a model at any angle and position with the cutting tool?" msgstr "" "Режущий инструмент\n" -"Знаете ли вы, что можно разрезать модель под любым углом с помощью режущего " -"инструмента?" +"Знаете ли вы, что можно разрезать модель под любым углом с помощью режущего инструмента?" #: resources/data/hints.ini: [hint:Fix Model] msgid "" "Fix Model\n" -"Did you know that you can fix a corrupted 3D model to avoid a lot of slicing " -"problems?" +"Did you know that you can fix a corrupted 3D model to avoid a lot of slicing problems?" msgstr "" "Починка модели\n" -"Знаете ли вы, что можно починить повреждённую модель, чтобы избежать " -"множества проблем при нарезке?" +"Знаете ли вы, что можно починить повреждённую модель, чтобы избежать множества проблем при нарезке?" #: resources/data/hints.ini: [hint:Timelapse] msgid "" @@ -12439,196 +9582,140 @@ msgstr "" #: resources/data/hints.ini: [hint:Auto-Orient] msgid "" "Auto-Orient\n" -"Did you know that you can rotate objects to an optimal orientation for " -"printing by a simple click?" +"Did you know that you can rotate objects to an optimal orientation for printing by a simple click?" msgstr "" "Автоориентация\n" -"Знаете ли вы, что можно повернуть модели в оптимальную для печати ориентацию " -"простым щелчком мыши?" +"Знаете ли вы, что можно повернуть модели в оптимальную для печати ориентацию простым щелчком мыши?" #: resources/data/hints.ini: [hint:Lay on Face] msgid "" "Lay on Face\n" -"Did you know that you can quickly orient a model so that one of its faces " -"sits on the print bed? Select the \"Place on face\" function or press the " -"F key." +"Did you know that you can quickly orient a model so that one of its faces sits on the print bed? Select the \"Place on face\" function or press the F key." msgstr "" "Поверхностью на стол\n" -"Знаете ли вы, что можно быстро сориентировать модель так, чтобы одна из её " -"граней лежала на столе? Используйте функцию «Поверхностью на стол» или " -"нажмите клавишу F." +"Знаете ли вы, что можно быстро сориентировать модель так, чтобы одна из её граней лежала на столе? Используйте функцию «Поверхностью на стол» или нажмите клавишу F." #: resources/data/hints.ini: [hint:Object List] msgid "" "Object List\n" -"Did you know that you can view all objects/parts in a list and change " -"settings for each object/part?" +"Did you know that you can view all objects/parts in a list and change settings for each object/part?" msgstr "" "Список моделей\n" -"Знаете ли вы, что можно просматривать все модели/части в списке и изменять " -"настройки для каждой из них?" +"Знаете ли вы, что можно просматривать все модели/части в списке и изменять настройки для каждой из них?" #: resources/data/hints.ini: [hint:Simplify Model] msgid "" "Simplify Model\n" -"Did you know that you can reduce the number of triangles in a mesh using the " -"Simplify mesh feature? Right-click the model and select Simplify model. Read " -"more in the documentation." +"Did you know that you can reduce the number of triangles in a mesh using the Simplify mesh feature? Right-click the model and select Simplify model. Read more in the documentation." msgstr "" "Упростить сетку модели\n" -"Знаете ли вы, что можно уменьшить количество треугольников в полигональной " -"сетке, используя функцию упрощения сетки? Щелкните правой кнопкой мыши на " -"модели и выберите «Упростить полигональную сетку». Подробнее читайте в " -"документации." +"Знаете ли вы, что можно уменьшить количество треугольников в полигональной сетке, используя функцию упрощения сетки? Щелкните правой кнопкой мыши на модели и выберите «Упростить полигональную сетку». Подробнее читайте в документации." #: resources/data/hints.ini: [hint:Slicing Parameter Table] msgid "" "Slicing Parameter Table\n" -"Did you know that you can view all objects/parts on a table and change " -"settings for each object/part?" +"Did you know that you can view all objects/parts on a table and change settings for each object/part?" msgstr "" "Таблица параметров нарезки\n" -"Знаете ли вы, что можно просмотреть все модели/части в таблице и изменить " -"параметры печати для каждой из них?" +"Знаете ли вы, что можно просмотреть все модели/части в таблице и изменить параметры печати для каждой из них?" #: resources/data/hints.ini: [hint:Split to Objects/Parts] msgid "" "Split to Objects/Parts\n" -"Did you know that you can split a big object into small ones for easy " -"colorizing or printing?" +"Did you know that you can split a big object into small ones for easy colorizing or printing?" msgstr "" "Разделение на модели/части\n" -"Знаете ли вы, что можно разделить большую модель на маленькие для удобства " -"раскрашивания или печати?" +"Знаете ли вы, что можно разделить большую модель на маленькие для удобства раскрашивания или печати?" #: resources/data/hints.ini: [hint:Subtract a Part] msgid "" "Subtract a Part\n" -"Did you know that you can subtract one mesh from another using the Negative " -"part modifier? That way you can, for example, create easily resizable holes " -"directly in Orca Slicer. Read more in the documentation." +"Did you know that you can subtract one mesh from another using the Negative part modifier? That way you can, for example, create easily resizable holes directly in Orca Slicer. Read more in the documentation." msgstr "" "Вычитание объёмов\n" -"Знаете ли вы, что можно вычесть одну сетку из другой с помощью модификатора " -"«Объём для вычитания»? Таким образом, например, отверстия в модели можно " -"создавать непосредственно в Orca Slicer. Подробнее читайте в документации." +"Знаете ли вы, что можно вычесть одну сетку из другой с помощью модификатора «Объём для вычитания»? Таким образом, например, отверстия в модели можно создавать непосредственно в Orca Slicer. Подробнее читайте в документации." #: resources/data/hints.ini: [hint:STEP] msgid "" "STEP\n" -"Did you know that you can improve your print quality by slicing a STEP file " -"instead of an STL?\n" -"Orca Slicer supports slicing STEP files, providing smoother results than a " -"lower resolution STL. Give it a try!" +"Did you know that you can improve your print quality by slicing a STEP file instead of an STL?\n" +"Orca Slicer supports slicing STEP files, providing smoother results than a lower resolution STL. Give it a try!" msgstr "" "STEP\n" -"Знаете ли вы, что можно улучшить качество печати, используя STEP файлы " -"вместо STL?\n" -"Orca Slicer поддерживает нарезку STEP файлов, что обеспечивает более точное " -"представление геометрии, чем при нарезке STL файлов." +"Знаете ли вы, что можно улучшить качество печати, используя STEP файлы вместо STL?\n" +"Orca Slicer поддерживает нарезку STEP файлов, что обеспечивает более точное представление геометрии, чем при нарезке STL файлов." #: resources/data/hints.ini: [hint:Z seam location] msgid "" "Z seam location\n" -"Did you know that you can customize the location of the Z seam, and even " -"paint it on your print, to have it in a less visible location? This improves " -"the overall look of your model. Check it out!" +"Did you know that you can customize the location of the Z seam, and even paint it on your print, to have it in a less visible location? This improves the overall look of your model. Check it out!" msgstr "" "Позиция шва\n" -"Знаете ли вы, что можно изменить расположение шва и даже нарисовать его на " -"модели, чтобы он был менее заметен? Это улучшает общий вид модели. " -"Попробуйте это!" +"Знаете ли вы, что можно изменить расположение шва и даже нарисовать его на модели, чтобы он был менее заметен? Это улучшает общий вид модели. Попробуйте это!" #: resources/data/hints.ini: [hint:Fine-tuning for flow rate] msgid "" "Fine-tuning for flow rate\n" -"Did you know that flow rate can be fine-tuned for even better-looking " -"prints? Depending on the material, you can improve the overall finish of the " -"printed model by doing some fine-tuning." +"Did you know that flow rate can be fine-tuned for even better-looking prints? Depending on the material, you can improve the overall finish of the printed model by doing some fine-tuning." msgstr "" "Точная настройка потока\n" -"Знаете ли вы, что поток можно точно настроить для получения ещё более " -"качественной печати? В зависимости от материала можно внести некоторые " -"корректировки, чтобы улучшить общее качество печати." +"Знаете ли вы, что поток можно точно настроить для получения ещё более качественной печати? В зависимости от материала можно внести некоторые корректировки, чтобы улучшить общее качество печати." #: resources/data/hints.ini: [hint:Split your prints into plates] msgid "" "Split your prints into plates\n" -"Did you know that you can split a model that has a lot of parts into " -"individual plates ready to print? This will simplify the process of keeping " -"track of all the parts." +"Did you know that you can split a model that has a lot of parts into individual plates ready to print? This will simplify the process of keeping track of all the parts." msgstr "" "Распределение печатаемого на другие столы\n" -"Знаете ли вы, что модель, состоящую из большого количества частей, можно " -"распределить на несколько столов? Это упрощает процесс отслеживания всех " -"деталей при печати." +"Знаете ли вы, что модель, состоящую из большого количества частей, можно распределить на несколько столов? Это упрощает процесс отслеживания всех деталей при печати." -#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer -#: Height] +#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer Height] msgid "" "Speed up your print with Adaptive Layer Height\n" -"Did you know that you can print a model even faster, by using the Adaptive " -"Layer Height option? Check it out!" +"Did you know that you can print a model even faster, by using the Adaptive Layer Height option? Check it out!" msgstr "" -"Ускорение печати с помощью функции «Переменная высота слоёв»\n" -"Знаете ли вы, что можно печатать ещё быстрее, используя функцию «Переменная " -"высота слоёв». Попробуйте!" +"Ускорение печати с функцией «Переменная высота слоёв»\n" +"Знаете ли вы, что можно печатать ещё быстрее, используя функцию «Переменная высота слоёв». Попробуйте!" #: resources/data/hints.ini: [hint:Support painting] msgid "" "Support painting\n" -"Did you know that you can paint the location of your supports? This feature " -"makes it easy to place the support material only on the sections of the " -"model that actually need it." +"Did you know that you can paint the location of your supports? This feature makes it easy to place the support material only on the sections of the model that actually need it." msgstr "" "Рисование поддержек\n" -"Знаете ли вы, что можно прямо на модели рисовать где будет размещаться " -"принудительная поддержка, а где поддержка будет заблокирована? Используйте " -"для этого функцию «Рисование поддержек»." +"Знаете ли вы, что можно прямо на модели рисовать где будет размещаться принудительная поддержка, а где поддержка будет заблокирована? Используйте для этого функцию «Рисование поддержек»." #: resources/data/hints.ini: [hint:Different types of supports] msgid "" "Different types of supports\n" -"Did you know that you can choose from multiple types of supports? Tree " -"supports work great for organic models, while saving filament and improving " -"print speed. Check them out!" +"Did you know that you can choose from multiple types of supports? Tree supports work great for organic models, while saving filament and improving print speed. Check them out!" msgstr "" "Различные типы поддержек\n" -"Знаете ли вы, что можно выбрать один из нескольких типов поддержек? " -"Древовидная поддержка отлично подходит для органических моделей, экономя при " -"этом материал, уменьшая время печати." +"Знаете ли вы, что можно выбрать один из нескольких типов поддержек? Древовидная поддержка отлично подходит для органических моделей, экономя при этом материал, уменьшая время печати." #: resources/data/hints.ini: [hint:Printing Silk Filament] msgid "" "Printing Silk Filament\n" -"Did you know that Silk filament needs special consideration to print it " -"successfully? Higher temperature and lower speed are always recommended for " -"the best results." +"Did you know that Silk filament needs special consideration to print it successfully? Higher temperature and lower speed are always recommended for the best results." msgstr "" "Печать блестящей пластиковой нитью\n" -"Знаете ли вы, что блестящая пластиковая нить требует особого внимания для " -"успешной печати? Для достижения наилучшего результата рекомендуется более " -"высокая температура и более низкая скорость печати." +"Знаете ли вы, что блестящая пластиковая нить требует особого внимания для успешной печати? Для достижения наилучшего результата рекомендуется более высокая температура и более низкая скорость печати." #: resources/data/hints.ini: [hint:Brim for better adhesion] msgid "" "Brim for better adhesion\n" -"Did you know that when printing models have a small contact interface with " -"the printing surface, it's recommended to use a brim?" +"Did you know that when printing models have a small contact interface with the printing surface, it's recommended to use a brim?" msgstr "" "Кайма для лучшей адгезии\n" -"Знаете ли вы, что при печати модели имеющей небольшой контакт с поверхностью " -"стола, рекомендуется использовать кайму?" +"Знаете ли вы, что при печати модели имеющей небольшой контакт с поверхностью стола, рекомендуется использовать кайму?" #: resources/data/hints.ini: [hint:Set parameters for multiple objects] msgid "" "Set parameters for multiple objects\n" -"Did you know that you can set slicing parameters for all selected objects at " -"one time?" +"Did you know that you can set slicing parameters for all selected objects at one time?" msgstr "" "Задание параметров для нескольких моделей\n" -"Знаете ли вы, что можно задать параметры нарезки сразу для всех выбранных " -"моделей?" +"Знаете ли вы, что можно задать параметры нарезки сразу для всех выбранных моделей?" #: resources/data/hints.ini: [hint:Stack objects] msgid "" @@ -12636,663 +9723,1217 @@ msgid "" "Did you know that you can stack objects as a whole one?" msgstr "" "Объединение моделей\n" -"Знаете ли вы, что можно объединить несколько моделей в единую? Используйте " -"для этого команду «Объединить в сборку», выбрав несколько моделей." +"Знаете ли вы, что можно объединить несколько моделей в единую? Используйте для этого команду «Объединить в сборку», выбрав несколько моделей." #: resources/data/hints.ini: [hint:Flush into support/objects/infill] msgid "" "Flush into support/objects/infill\n" -"Did you know that you can save the wasted filament by flushing them into " -"support/objects/infill during filament change?" +"Did you know that you can save the wasted filament by flushing them into support/objects/infill during filament change?" msgstr "" "Очистка в поддержку/модель/заполнение\n" -"Знаете ли вы, что при смене пластиковой нити, можно сохранить материал, " -"который иначе попал бы на черновую башню, сбросив его в поддержку/модель/" -"заполнение?" +"Знаете ли вы, что при смене пластиковой нити, можно сохранить материал, который иначе попал бы на черновую башню, сбросив его в поддержку/модель/заполнение?" #: resources/data/hints.ini: [hint:Improve strength] msgid "" "Improve strength\n" -"Did you know that you can use more wall loops and higher sparse infill " -"density to improve the strength of the model?" +"Did you know that you can use more wall loops and higher sparse infill density to improve the strength of the model?" msgstr "" "Увеличение прочности\n" -"Знаете ли вы, что для повышения прочности модели можно увеличить количество " -"периметров и плотность заполнения?" +"Знаете ли вы, что для повышения прочности модели можно увеличить количество периметров и плотность заполнения?" -#: resources/data/hints.ini: [hint:When need to print with the printer door -#: opened] +msgid "Left Preset Value" +msgstr "Значение в левом профиле" + +msgid "Right Preset Value" +msgstr "Значение в правом профиле" + +msgid "Undef category" +msgstr "Неопределённая категория" + +msgid "Undef group" +msgstr "Неопределённая группа" + +msgid "Retraction Length (Toolchange)" +msgstr "Длина отката (при смене инструмента)" + +msgid "Flow Dynamic" +msgstr "Динамика потока" + +msgid "A fatal error occurred: %1%" +msgstr "Произошла фатальная ошибка: %1%" + +msgid "Record" +msgstr "Запись" + +msgid "Report issue" +msgstr "Сообщить о проблеме" + +msgid "Connection to OctoPrint/Klipper works correctly." +msgstr "Соединение с OctoPrint/Klipper успешно установлено." + +msgid "Could not connect to OctoPrint/Klipper" +msgstr "Не удаётся подключиться к OctoPrint/Klipper" + +msgid "Connection to FlashAir works correctly." +msgstr "Соединение с FlashAir успешно установлено." + +msgid "Could not connect to FlashAir" +msgstr "Не удаётся подключиться к FlashAir" + +msgid "Connection to Duet works correctly." +msgstr "Соединение с Duet успешно установлено." + +msgid "Could not connect to Duet" +msgstr "Не удалось подключиться к Duet" + +msgid "Connection to AstroBox works correctly." +msgstr "Соединение с AstroBox успешно установлено." + +msgid "Could not connect to AstroBox" +msgstr "Не удалось подключиться к AstroBox" + +msgid "Connection to Repetier works correctly." +msgstr "Подключение к Repetier успешно установлено." + +msgid "Could not connect to Repetier" +msgstr "Не удалось подключиться к Repetier" + +msgid "Connection to MKS works correctly." +msgstr "Подключение к MKS успешно установлено." + +msgid "Could not connect to MKS" +msgstr "Не удалось подключиться к MKS" + +msgid "Connection to PrusaLink works correctly." +msgstr "Подключение к PrusaLink установлено." + +msgid "Could not connect to PrusaLink" +msgstr "Не удалось подключиться к PrusaLink" + +msgid "Note: OctoPrint version at least 1.1.0 is required." +msgstr "Примечание: требуется версия OctoPrint не ниже 1.1.0." + +msgid "Connection refused" +msgstr "Соединение запрещено" + +msgid "Failed to connect to %s port %ld: %s" +msgstr "Не удалось подключиться к порту %s %ld: %s" + +msgid "Couldn't connect to server" +msgstr "Не удалось подключиться к серверу" + +msgid "Couldn't resolve host '%s'" +msgstr "Не удаётся определить имя хоста '%s'" + +msgid "Suggestion" +msgstr "Совет" + +msgid "BambuSource has not correctly been registered for media playing! Press Yes to re-register it." +msgstr "Компонент BambuSource неправильно зарегистрирован для воспроизведения мультимедиа! Нажмите «Да», чтобы перерегистрировать его." + +msgid "Missing BambuSource component registered for media playing! Please re-install BambuStutio or seek after-sales help." +msgstr "Отсутствует компонент BambuSource, зарегистрированный для воспроизведения мультимедиа! Пожалуйста, переустановите BambuStutio или обратитесь в поддержку." + +msgid "Test storage" +msgstr "Тест накопителя" + +msgid "Test BambuLab" +msgstr "Тест BambuLab" + +msgid "Test BambuLab:" +msgstr "Тест BambuLab:" + +msgid "Test Bing.com" +msgstr "Тест Bing.com" + +msgid "Test bing.com:" +msgstr "Тест bing.com:" + +msgid "Test HTTP" +msgstr "Тест HTTP" + +msgid "Test HTTP Service:" +msgstr "Тест HTTP сервера:" + +msgid "Test storage upgrade" +msgstr "Тест накопителя (обновление)" + +msgid "Test Storage Upgrade:" +msgstr "Тест накопителя (обновление):" + +msgid "Test Storage Upload" +msgstr "Тест накопителя (отправка)" + +msgid "Test Storage Upload:" +msgstr "Тест накопителя (отправка):" + +msgid "Test storage download" +msgstr "Тест накопителя (загрузка)" + +msgid "Test Storage Download:" +msgstr "Тест накопителя (загрузка):" + +msgid "Log Info" +msgstr "Журнал сведений" + +msgid "Studio Version:" +msgstr "Версия программы:" + +msgid "System Version:" +msgstr "Версия ОС:" + +msgid "Start Test Multi-Thread" +msgstr "Запуск многопоточного теста" + +msgid "Start Test Single-Thread" +msgstr "Запуск однопоточного теста" + +msgid "Network Test" +msgstr "Проверка сети" + +msgid "Multimaterial" +msgstr "Экструдер ММ" + +msgid "Single extruder multimaterial setup" +msgstr "Мультиматериальный одиночный экструдер" + +msgid "Single Extruder Multi Material" +msgstr "Мультиматериальный одиночный экструдер" + +msgid "Use single nozzle to print multi filament" +msgstr "Использование одной экструзионной головы для печати несколькими видами/цветами пластика." + +msgid "Wipe tower" +msgstr "Черновая башня" + +msgid "Purge in prime tower" +msgstr "Очистка в черновую башню" + +msgid "Purge remaining filament into prime tower" +msgstr "Очистка сопла от остатков материала в черновую башню" + +msgid "Enable filament ramming" +msgstr "Включить рэмминг прутка" + +msgid "No sparse layers (EXPERIMENTAL)" +msgstr "Отсутствие разреженных слоёв (экспериментально)" + +msgid "If enabled, the wipe tower will not be printed on layers with no toolchanges. On layers with a toolchange, extruder will travel downward to print the wipe tower. User is responsible for ensuring there is no collision with the print." +msgstr "Если этот параметр включён, черновая башня не будет печататься на слоях где не происходит смена инструмента. На слоях, где происходит смена инструмента, экструдер будет опускаться вниз до верхней части черновой башни, чтобы напечатать её. Эта функция помечена как экспериментальная, поэтому пользователь несёт ответственность за то, чтобы не допустить столкновения экструдера с напечатанным." + +msgid "Prime all printing extruders" +msgstr "Подготовка всех печатающих экструдеров" + +msgid "If enabled, all printing extruders will be primed at the front edge of the print bed at the start of the print." +msgstr "Если этот параметр включён, все печатающие экструдеры в начале печати будут подготавливаться на переднем крае стола." + +msgid "Single extruder multimaterial parameters" +msgstr "Параметры мультиматериального одиночного экструдера" + +msgid "Cooling tube position" +msgstr "Позиция охлаждающей трубки" + +msgid "Distance of the center-point of the cooling tube from the extruder tip." +msgstr "Расстояние между центральной точкой охлаждающей трубки и кончиком экструдера." + +msgid "Cooling tube length" +msgstr "Длина охлаждающей трубки" + +msgid "Length of the cooling tube to limit space for cooling moves inside it." +msgstr "Длина охлаждающей трубки для ограничения перемещения при охлаждающих движениях." + +msgid "Filament parking position" +msgstr "Положение парковки прутка" + +msgid "Distance of the extruder tip from the position where the filament is parked when unloaded. This should match the value in printer firmware." +msgstr "Расстояние от кончика экструдера до точки, где размещается пруток при выгрузке. Расстояние должно соответствовать значению в прошивке принтера." + +msgid "Extra loading distance" +msgstr "Дополнительная длина загрузки" + +msgid "When set to zero, the distance the filament is moved from parking position during load is exactly the same as it was moved back during unload. When positive, it is loaded further, if negative, the loading move is shorter than unloading." +msgstr "Если установлено 0, то расстояние, которое проходит пруток при перемещении из положения парковки во время загрузки, точно такое же, как и при выгрузке. При положительном значении, она загружается дальше; при отрицательном, ход загрузки короче (по сравнению с выгрузкой)." + +msgid "High extruder current on filament swap" +msgstr "Повышение тока экструдера при замене прутка" + +msgid "It may be beneficial to increase the extruder motor current during the filament exchange sequence to allow for rapid ramming feed rates and to overcome resistance when loading a filament with an ugly shaped tip." +msgstr "Это может быть полезно для увеличения тока двигателя экструдера во время замены прутка, чтобы быстро увеличить скорость подачи и преодолеть сопротивление при загрузке прутка с плохой формой кончика." + +msgid "Toolchange parameters with single extruder MM printers" +msgstr "Параметры смены инструмента в одноэкструдерных мультиматериальных принтерах" + +msgid "Toolchange parameters with multi extruder MM printers" +msgstr "Параметры смены инструмента в мультиэкструдерных мультиматериальных принтерах" + +msgid "Ramming settings" +msgstr "Настройки рэмминга" + +msgid "Loading speed" +msgstr "Скорость загрузки" + +msgid "Speed used for loading the filament on the wipe tower." +msgstr "Скорость загрузки прутка при печати черновой башни." + +msgid "Loading speed at the start" +msgstr "Начальная скорость загрузки" + +msgid "Speed used at the very beginning of loading phase." +msgstr "Скорость в начальной фазе загрузки прутка." + +msgid "Unloading speed" +msgstr "Скорость выгрузки" + +msgid "Speed used for unloading the filament on the wipe tower (does not affect initial part of unloading just after ramming)." +msgstr "Скорость выгрузки прутка на черновую башню. (не влияет на начальную фазу выгрузки сразу после рэмминга)." + +msgid "Unloading speed at the start" +msgstr "Начальная скорость выгрузки" + +msgid "Speed used for unloading the tip of the filament immediately after ramming." +msgstr "Скорость выгрузки кончика прутка сразу после рэмминга." + +msgid "Delay after unloading" +msgstr "Задержка после выгрузки" + +msgid "Time to wait after the filament is unloaded. May help to get reliable toolchanges with flexible materials that may need more time to shrink to original dimensions." +msgstr "Время ожидания после выгрузки прутка. Это может помочь вам легко сменить сопло при печати гибкими материалами, которым требуется больше времени, чтобы вернуться к своим первоначальным размерам." + +msgid "Wipe tower parameters" +msgstr "Параметры черновой башни" + +#: src/libslic3r/PrintConfig.cpp:1048 +msgid "Number of cooling moves" +msgstr "Количество охлаждающих движений" + +msgid "Filament is cooled by being moved back and forth in the cooling tubes. Specify desired number of these moves." +msgstr "Пруток охлаждается в охлаждающих трубках путём перемещения назад и вперёд. Укажите желаемое количество таких движений." + +msgid "Speed of the first cooling move" +msgstr "Скорость первого охлаждающего движения" + +msgid "Cooling moves are gradually accelerating beginning at this speed." +msgstr "Охлаждающие движения постепенно ускоряются, начиная с этой скорости." + +msgid "Speed of the last cooling move" +msgstr "Скорость последнего охлаждающего движения" + +msgid "Cooling moves are gradually accelerating towards this speed." +msgstr "Охлаждающие движения постепенно ускоряют до этой скорости." + +msgid "Time for the printer firmware (or the Multi Material Unit 2.0) to load a new filament during a tool change (when executing the T code). This time is added to the total print time by the G-code time estimator." +msgstr "Время за которое прошивка принтера (или Multi Material Unit 2.0) выгружает пруток во время смены инструмента (при выполнении кода Т). Это время добавляется к общему времени печати с помощью алгоритма оценки времени выполнения G-кода." + +msgid "Ramming parameters" +msgstr "Параметры рэмминга" + +msgid "This string is edited by RammingDialog and contains ramming specific parameters." +msgstr "Эта строка редактируется диалоговым окном рэмминга и содержит его конкретные параметры." + +msgid "Time for the printer firmware (or the Multi Material Unit 2.0) to unload a filament during a tool change (when executing the T code). This time is added to the total print time by the G-code time estimator." +msgstr "Время за которое прошивка принтера (или Multi Material Unit 2.0) выгружает пруток во время смены инструмента (при выполнении кода Т). Это время добавляется к общему времени печати с помощью алгоритма оценки времени выполнения G-кода." + +msgid "Enable ramming for multitool setups" +msgstr "Включить рэмминг для мультиинструментальных устройств" + +msgid "Perform ramming when using multitool printer (i.e. when the 'Single Extruder Multimaterial' in Printer Settings is unchecked). When checked, a small amount of filament is rapidly extruded on the wipe tower just before the toolchange. This option is only used when the wipe tower is enabled." +msgstr "Выполнять рэмминг при использовании мультиинструментального принтера (т. е. когда в настройках принтера снят флажок «Мультиматериальный одиночный экструдер»). При включении этой опции, небольшое количество материала быстро выдавливается на черновую башню непосредственно перед сменой инструмента. Эта опция используется только в том случае, если включена черновая башня." + +msgid "Multitool ramming volume" +msgstr "Объём рэмминга мультиинструмента" + +msgid "The volume to be rammed before the toolchange." +msgstr "Объём рэмминга перед сменой инструмента." + +msgid "Multitool ramming flow" +msgstr "Поток рэмминга мультиинструмента" + +msgid "Flow used for ramming the filament before the toolchange." +msgstr "Поток рэмминга пластиковой нити перед сменой инструмента." + +msgid "" +"Ramming denotes the rapid extrusion just before a tool change in a single-extruder MM printer. Its purpose is to properly shape the end of the unloaded filament so it does not prevent insertion of the new filament and can itself be reinserted later. This phase is important and different materials can require different extrusion speeds to get the good shape. For this reason, the extrusion rates " +"during ramming are adjustable.\n" +"\n" +"This is an expert-level setting, incorrect adjustment will likely lead to jams, extruder wheel grinding into filament etc." +msgstr "" +"Рэмминг (ramming, дословно утрамбовка) означает быстрое экструдирование непосредственно перед сменой инструмента в одноэкструдерном мультиматериальном принтере. Цель процесса состоит в том, чтобы правильно сформировать конец выгружаемого прутка, чтобы он не препятствовал вставке нового прутка или этого же прутка, вставленного позже. Эта фаза важна и разные материалы могут потребовать разных " +"скоростей экструзии, чтобы получить хорошую форму. По этой причине скорость экструзии во время рэмминга регулируется.\n" +"\n" +"Эта опция для опытных пользователей, неправильная настройка может привести к замятию, протиранию прутка приводом экструдера и т.д." + +msgid "Total ramming time" +msgstr "Общее время рэмминга" + +#: src/slic3r/GUI/WipeTowerDialog.cpp:118 +msgid "Total rammed volume" +msgstr "Общий объём при рэмминге" + +#: src/slic3r/GUI/WipeTowerDialog.cpp:122 +msgid "Ramming line width" +msgstr "Ширина линии при рэмминге" + +#: src/slic3r/GUI/WipeTowerDialog.cpp:124 +msgid "Ramming line spacing" +msgstr "Расстояние между линиями при рэмминге" + +#: src/slic3r/GUI/WipeTowerDialog.cpp:175 +msgid "Wipe tower - Purging volume adjustment" +msgstr "Черновая башня - регулировка объёма сброса пластика" + +#: src/slic3r/GUI/WipeTowerDialog.cpp:301 +msgid "Here you can adjust required purging volume (mm³) for any given pair of tools." +msgstr "Здесь вы можете отрегулировать требуемый объём очистки (мм³) для любой пары инструментов." + +#: src/slic3r/GUI/WipeTowerDialog.cpp:302 +msgid "Extruder changed to" +msgstr "Экструдер перешёл на - " + +#: src/slic3r/GUI/WipeTowerDialog.cpp:354 +msgid "Tool #" +msgstr "Инструмент #" + +#: src/slic3r/GUI/WipeTowerDialog.cpp:363 +msgid "Total purging volume is calculated by summing two values below, depending on which tools are loaded/unloaded." +msgstr "Общий объём прочистки вычисляется путём суммирования двух нижеуказанных значений, в зависимости от того, какие инструменты предзагружены/выгружены." + +#: src/slic3r/GUI/WipeTowerDialog.cpp:364 +msgid "Volume to purge (mm³) when the filament is being" +msgstr "Объём прочистки (мм³) при выдавливании прутка" + +msgid "Volumetric speed" +msgstr "Объёмная скорость потока" + +msgid "Tip Diameter" +msgstr "Диаметр кончика ветки" + +#. TRN PrintSettings: "Organic supports" > "Tip Diameter" +msgid "Branch tip diameter for organic supports." +msgstr "Диаметр кончика ветки органической поддержки." + +#: src/libslic3r/PrintConfig.cpp:2952 +msgid "Branch Diameter" +msgstr "Диаметр ветвей" + +#. TRN PrintSettings: "Organic supports" > "Branch Diameter" +msgid "The diameter of the thinnest branches of organic support. Thicker branches are more sturdy. Branches towards the base will be thicker than this." +msgstr "Диаметр самых тонких ветвей органической поддержки. Чем толще ветви, тем они крепче. Ветви, идущие к основанию, будут утолщаться." + +msgid "Branch Diameter Angle" +msgstr "Угол изменения диаметра ветвей" + +#. TRN PrintSettings: "Organic supports" > "Branch Diameter Angle" +msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the organic support." +msgstr "Угол изменения диаметра ветвей по мере их постепенного утолщения к основанию. Если значение угла равно 0, ветви будут иметь одинаковую толщину по всей своей длине. Небольшой угол может повысить устойчивость органической поддержки." + +#: src/libslic3r/PrintConfig.cpp:2978 +msgid "Branch Diameter with double walls" +msgstr "Диаметр ветвей с двойными стенками" + +#. TRN PrintSettings: "Organic supports" > "Branch Diameter" +msgid "Branches with area larger than the area of a circle of this diameter will be printed with double walls for stability. Set this value to zero for no double walls." +msgstr "Ветви, толщина которых больше указанного диаметра, будут напечатаны с двойными стенками для прочности. Установите 0, если двойные стенки у ветвей не нужны." + +msgid "Branch Distance" +msgstr "Расстояние между ветками" + +#. TRN PrintSettings: "Organic supports" > "Branch Distance" +msgid "How far apart the branches need to be when they touch the model. Making this distance small will cause the tree support to touch the model at more points, causing better overhang but making support harder to remove." +msgstr "Указывает, насколько далеко друг от друга должны располагаться ветви при касании модели. Если задать небольшое расстояние, то увеличится количество точек, в которых древовидная поддержка касается модели. Это улучшит печать нависаний, но при этом усложнит удаление поддержки." + +#: src/libslic3r/PrintConfig.cpp:3004 +msgid "Branch Density" +msgstr "Плотность ветвей" + +#. TRN PrintSettings: "Organic supports" > "Branch Density" +msgid "Adjusts the density of the support structure used to generate the tips of the branches. A higher value results in better overhangs but the supports are harder to remove, thus it is recommended to enable top support interfaces instead of a high branch density value if dense interfaces are needed." +msgstr "Регулирует плотность создания ветвей в месте контакта с моделью. Большее значение приводит к улучшению качества печати нависаний, но такие поддержки сложнее удалять, поэтому рекомендуется вместо высокого значения плотности ветвей включать связующие слои поддержки." + +# +++++++++++++++++++++ +msgid "Vertical" +msgstr "Вертикальная линия" + +msgid "Horizontal" +msgstr "Горизонтальная линия" + +msgid "Choose one or more files (3mf/step/stl/svg/obj/amf/usd*/abc/ply):" +msgstr "Выберите один или несколько файлов (3mf/step/stl/svg/obj/amf/usd*/abc/ply):" + +msgid "/" +msgstr "/" + +msgid "The printer does not currently support auto refill." +msgstr "В настоящее время принтер не поддерживает функцию автодозаправки." + +msgid "AMS filament backup is not enabled, please enable it in the AMS settings." +msgstr "Резервирование материала АСПП не включено, пожалуйста, включите его в настройках АСПП." + +msgid "" +"If there are two identical filaments in AMS, AMS filament backup will be enabled. \n" +"(Currently supporting automatic supply of consumables with the same brand, material type, and color)" +msgstr "" +"При наличии в АСПП двух одинаковых материалов включается функция резервирования материала (автодозаправка). \n" +"(В настоящее время поддерживается автоматическая дозаправка материала только одного производителя, типа и цвета)" + +#, c-format, boost-format +msgid "Current chamber temperature is higher than the material's safe temperature,it may result in material softening and clogging.The maximum safe temperature for the material is %d" +msgstr "Текущая температура в камере превышает безопасную температуру для этого материала, что может привести к размягчению материала или засорению экструдера. Безопасная температура текущего материала составляет %d." + +msgid " But machines with I3 structure will not generate timelapse videos." +msgstr " Но принтеры с кинематикой I3 не будут писать таймлапс." + +msgid "Filament unloading" +msgstr "Выгрузка прутка" + +# ??? Пауза при пропуске шагов +msgid "Skip step pause" +msgstr "Пропуск команды паузы" + +msgid "Filament loading" +msgstr "Загрузка прутка" + +msgid "Motor noise calibration" +msgstr "Калибровка шума двигателя" + +msgid "Paused due to AMS lost" +msgstr "Печать приостановлена из-за потери связи с АСПП" + +msgid "Paused due to low speed of the heat break fan" +msgstr "Печать приостановлена из-за низкой скорости вращения вентилятора головы" + +msgid "Paused due to chamber temperature control error" +msgstr "Печать приостановлена из-за ошибки контроля температуры в камере" + +# ??? или Снижение температуры +msgid "Cooling chamber" +msgstr "Охлаждение камеры" + +msgid "Paused by the Gcode inserted by user" +msgstr "Печать приостановлена G-кодом, вставленным пользователем" + +# Демонстрация шума двигателя +msgid "Motor noise showoff" +msgstr "Результат калибровки шума двигателя" + +msgid "The current chamber temperature or the target chamber temperature exceeds 45℃.In order to avoid extruder clogging,low temperature filament(PLA/PETG/TPU) is not allowed to be loaded." +msgstr "Текущая температура в камере или целевая температура в камере превышает 45℃. Чтобы избежать засорения экструдера, запрещается загрузка низкотемпературной печатной нити (PLA/PETG/TPU)." + +msgid "Low temperature filament(PLA/PETG/TPU) is loaded in the extruder.In order to avoid extruder clogging,it is not allowed to set the chamber temperature above 45℃." +msgstr "В экструдер загружается низкотемпературная пластиковая нить (PLA/PETG/TPU). Чтобы избежать засорения экструдера, запрещается устанавливать температуру в камере выше 45℃." + +msgid "When you set the chamber temperature below 40℃, the chamber temperature control will not be activated. And the target chamber temperature will automatically be set to 0℃." +msgstr "Если вы установили температура в камере ниже 40℃, то контроль температуры в камере не запустится, а целевая температура в ней будет автоматически установлена на 0℃." + +msgid "This calibration does not support the currently selected nozzle diameter" +msgstr "Данная калибровка не поддерживает выбранный диаметр сопла" + +msgid "Current flowrate cali param is invalid" +msgstr "Текущая величина калибровки скорости потока недопустима" + +msgid "Selected diameter and machine diameter do not match" +msgstr "Выбранный диаметр и диаметр профиля принтера не совпадают" + +msgid "Failed to generate cali gcode" +msgstr "Не удалось сгенерировать калибровочный G-код" + +msgid "Align to Y axis" +msgstr "Выравнивать по оси Y" + +msgid "Vibration compensation" +msgstr "Компенсация вибрации" + +msgid "Motor noise cancellation" +msgstr "Шумоподавление двигателя" + +msgid "No step selected" +msgstr "Шаг не задан" + +msgid "" +"Another virtual camera is running.\n" +"Orca Slicer supports only a single virtual camera.\n" +"Do you want to stop this virtual camera?" +msgstr "" +"Уже работает одна виртуальная камера.\n" +"Orca Slicer поддерживает только одну виртуальную камеру.\n" +"Хотите остановить эту виртуальную камеру?" + +msgid "The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer and export a new .gcode.3mf file." +msgstr "Файл .gcode.3mf не содержит G-кода. Пожалуйста, нарежьте его в программе Orca Slicer и экспортируйте новый файл .gcode.3mf." + +msgid "" +"You have completed printing the mall model, \n" +"but the synchronization of rating information has failed." +msgstr "" +"Вы завершили печать модели торгового центра, \n" +"но не удалось синхронизировать информацию о рейтинге." + +msgid "How do you like this printing file?" +msgstr "На сколько вы оцениваете этот напечатанный файл?" + +msgid "(The model has already been rated. Your rating will overwrite the previous rating.)" +msgstr "(Модели уже присвоен рейтинг. Ваш рейтинг перезапишет предыдущий.)" + +msgid "Rate" +msgstr "Оценка" + +msgid "Rate the Print Profile" +msgstr "Оценить профиль печати" + +msgid "Comment" +msgstr "Комментарий" + +msgid "Rate this print" +msgstr "Оценить эту печать" + +msgid "Add Photo" +msgstr "Добавить фото" + +msgid "Delete Photo" +msgstr "Удалить фото" + +msgid "Submit" +msgstr "Отправить" + +msgid "Please click on the star first." +msgstr "Пожалуйста, сначала нажмите на звездочку." + +msgid "InFo" +msgstr "Информация" + +msgid "Get oss config failed." +msgstr "" +"Не удалось получить конфигурацию OSS.\n" +"\n" +"Ошибка получения конфигурации OSS." + +msgid "Upload Pictrues" +msgstr "Отправка изображений" + +msgid "Number of images successfully uploaded" +msgstr "Количество успешно загруженных изображений" + +msgid " upload failed" +msgstr " ошибка отправки" + +msgid " upload config prase failed\n" +msgstr " ошибка обработки конфигурации при отправке\n" + +# ??? +msgid " No corresponding storage bucket\n" +msgstr " Отсутствует хранилище данных\n" + +msgid " can not be opened\n" +msgstr " не удаётся открыть\n" + +msgid "" +"The following issues occurred during the process of uploading images. Do you want to ignore them?\n" +"\n" +msgstr "" +"В процессе загрузки изображений возникли следующие проблемы. Игнорировать их?\n" +"\n" + +msgid "Synchronizing the printing results. Please retry a few seconds later." +msgstr "Синхронизация результатов печати. Повторите попытку через несколько секунд." + +msgid "Upload failed\n" +msgstr "Ошибка отправки\n" + +msgid "obtaining instance_id failed\n" +msgstr "не удалось получить instance_id\n" + +msgid "" +"Your comment result cannot be uploaded due to some reasons. As follows:\n" +"\n" +" error code: " +msgstr "" +"Ваш комментарий не может быть отправлен по некоторым причинам. Причины:\n" +"\n" +"Код ошибки: " + +msgid "error message: " +msgstr "сообщение об ошибке: " + +msgid "" +"\n" +"\n" +"Would you like to redirect to the webpage for rating?" +msgstr "" +"\n" +"\n" +"Хотите перейти на страницу для выставления оценки?" + +msgid "Some of your images failed to upload. Would you like to redirect to the webpage for rating?" +msgstr "Некоторые из ваших изображений не удалось загрузить. Хотите перейти на страницу для выставления оценки?" + +msgid "You can select up to 16 images." +msgstr "Допускается выбор до 16 изображений." + +msgid "" +"At least one successful print record of this print profile is required \n" +"to give a positive rating(4 or 5stars)." +msgstr "Для выставления положительной оценки (4 или 5 звезд) требуется хотя бы одна успешная запись о печати данным профилем печати." + +msgid "Model file downloaded." +msgstr "Файл модели скачан." + +msgid "Allow Prompt Sound" +msgstr "Разрешить звуковые уведомления" + +msgid "Remove current plate (if not last one)" +msgstr "Удалить текущую печатную пластину (кроме последней)" + +msgid "Auto orient objects on current plate" +msgstr "Автоориентация моделей на текущей печатной пластине" + +msgid "Arrange objects on current plate" +msgstr "Расставить модели на текущей печатной пластине" + +msgid "Unlock current plate" +msgstr "Разблокировать текущую печатную пластину" + +msgid "Lock current plate" +msgstr "Заблокировать текущую печатную пластину" + +msgid "Customize current plate" +msgstr "Настроить текущую печатную пластину" + +msgid "The current hot bed temperature is relatively high. The nozzle may be clogged when printing this filament in a closed enclosure. Please open the front door and/or remove the upper glass." +msgstr "Текущая температура стола довольно высока. При печати этим материалом в закрытом корпусе возможно засорение сопла. Откройте переднюю дверцу и/или верхнюю крышку принтера." + +msgid "Enabling traditional timelapse photography may cause surface imperfections. It is recommended to change to smooth mode." +msgstr "Включение обычного режима таймлапса может привести к появлению дефектов поверхности, поэтому рекомендуется изменить режим на плавный." + +msgid "Replace from:" +msgstr "Заменить из:" + +msgid "Unable to replace with more than one volume" +msgstr "Невозможно заменить более чем одним объём" + +msgid "Do you want to replace it" +msgstr "Хотите заменить его" + +msgid "Reload from:" +msgstr "Перезагрузка из:" + +msgid "Unable to reload:" +msgstr "Не удалось перезагрузить:" + +msgid "Error during reload" +msgstr "Ошибка во время перезагрузки" + +msgid "Importing to Orca Slicer failed. Please download the file and manually import it." +msgstr "Не удалось импортировать в Orca Slicer. Загрузите файл и импортируйте его вручную." + +msgid "Save SLA file as:" +msgstr "Сохранить SLA файл как:" + +msgid "The provided file name is not valid." +msgstr "Указано недопустимое имя файла." + +msgid "The following characters are not allowed by a FAT file system:" +msgstr "Следующие символы не разрешены файловой системой FAT:" + +msgid "Use free camera" +msgstr "Использовать свободную камеру" + +msgid "If enabled, use free camera. If not enabled, use constrained camera." +msgstr "Если включено, используется свободное вращение камеры. Если выключено, используется вращение камера с ограничениями." + +msgid "Bambu Engineering Plate" +msgstr "Инженерная пластина Bambu" + +msgid "Bambu Smooth PEI Plate" +msgstr "Гладкая PEI пластина Bambu" + +msgid "High temperature Plate" +msgstr "Высокотемпературная пластина" + +msgid "Bambu Textured PEI Plate" +msgstr "Текстурированная PEI пластина Bambu" + +msgid "Click here if you can't connect to the printer" +msgstr "Не удаётся подключиться к принтеру?" + +msgid "When enable spiral vase mode, machines with I3 structure will not generate timelapse videos." +msgstr "При включении режима «Спиральная ваза» принтеры с кинематикой I3 не будут писать таймлапс." + +msgid "When print by object, machines with I3 structure will not generate timelapse videos." +msgstr "При печати по очереди, принтеры с кинематикой I3 не будут писать таймлапс." + +msgid "The printer is required to be in the same LAN as Orca Slicer." +msgstr "Принтер должен находиться в одной локальной сети с Orca Slicer." + +msgid "Print chamber temperature" +msgstr "Температура в термокамере" + +msgid "Smooth PEI Plate / High Temp Plate" +msgstr "Гладкая PEI/высокотемпер. пластина" + +msgid "Bed temperature when Smooth PEI Plate/High temperature plate is installed. Value 0 means the filament does not support to print on the Smooth PEI Plate/High Temp Plate" +msgstr "Температура стола при установленной гладкой PEI/высокотемпературный печатной пластине. 0 означает, что пластиковая нить не поддерживает печать на этой печатной пластине." + +msgid "Exhaust fan" +msgstr "Вытяжной вентилятор" + +msgid "During print" +msgstr "Во время печати" + +msgid "Complete print" +msgstr "После завершения печати" + +msgid "Time lapse G-code" +msgstr "G-код таймлапса" + +msgid "Click OK to update the Network plug-in when Orca Slicer launches next time." +msgstr "Нажмите OK, чтобы обновить сетевой плагин при следующем запуске Orca Slicer." + +msgid "New version of Orca Slicer" +msgstr "Доступна новая версия Orca Slicer" + +msgid "Step 1, please confirm Orca Slicer and your printer are in the same LAN." +msgstr "Шаг 1. Пожалуйста, убедитесь, что Orca Slicer и ваш принтер находятся в одной локальной сети." + +msgid "Invalid spacing supplied to Flow::with_spacing(), check your layer height and extrusion width" +msgstr "Для Flow::with_spacing () был указан недопустимый интервал. Проверьте высоту слоя и ширину экструзии." + +#, boost-format +msgid "The object %1% exceeds the maximum build volume height." +msgstr "Высота модели %1% превышает максимально допустимую." + +#, boost-format +msgid "While the object %1% itself fits the build volume, its last layer exceeds the maximum build volume height." +msgstr "Хотя сама модель %1% вписывается в область построения, её последний слой превышает максимальную высоту области построения." + +msgid "You might want to reduce the size of your model or change current print settings and retry." +msgstr "Попробуйте уменьшить размер модели или изменить текущие настройки печати и повторить попытку." + +msgid "Variable layer height is not supported with Organic supports." +msgstr "Функция переменной высоты слоя не совместима органическими поддержками." + +msgid "Elephant foot compensation layers" +msgstr "Компенсирующих слоёв «слоновьей ноги»" + +msgid "The number of layers on which the elephant foot compensation will be active. The first layer will be shrunk by the elephant foot compensation value, then the next layers will be linearly shrunk less, up to the layer indicated by this value." +msgstr "Количество слоёв, на которые будет распространяться компенсация слоновьей ноги. Первый слой будет уменьшен на величину компенсации слоновьей ноги с последующим линейным уменьшением до слоя, указанного здесь." + +# от Overhang reversal +# Реверс на нечётных слоях +msgid "Reverse on odd" +msgstr "Реверс на нависаниях" + +msgid "Overhang reversal" +msgstr "Реверс на нависаниях" + +msgid "Extrude perimeters that have a part over an overhang in the reverse direction on odd layers. This alternating pattern can drastically improve steep overhang." +msgstr "Печать периметров, имеющих нависания, в обратном направлении на нечётных слоях. Такое чередование может значительно улучшить качество печати крутых нависаний." + +# от Overhang reversal threshold +msgid "Reverse threshold" +msgstr "Порог для реверса" + +msgid "Overhang reversal threshold" +msgstr "Порог разворота на свесах" + +msgid "" +"Number of mm the overhang need to be for the reversal to be considered useful. Can be a % of the perimeter width.\n" +"Value 0 enables reversal on every odd layers regardless." +msgstr "" +"Величина свеса периметра при которой она считается достаточной для активации функции реверса печати нависаний.\n" +"Может быть задано как в процентах, так и в миллиметрах от ширины периметра." + +# ??? Замедление печати на изогнутых периметров +msgid "Slow down for curled perimeters" +msgstr "Снижение скорости на изогнутых периметрах" + +msgid "Enable this option to slow printing down in areas where potential curled perimeters may exist" +msgstr "Включите эту опцию для замедления печати в тех областях, где потенциально могут возникать изогнутые периметры." + +msgid "Activate air filtration" +msgstr "Вкл. фильтрацию воздуха" + +msgid "Activate for better air filtration. G-code command: M106 P3 S(0-255)" +msgstr "Активировать для лучшей фильтрации воздуха. G-код команда: M106 P3 S(0-255)" + +msgid "Speed of exhuast fan during printing.This speed will overwrite the speed in filament custom gcode" +msgstr "Скорость вытяжного вентилятора во время печати. Эта скорость будет переопределять скорость в пользовательском стартовом G-коде материала" + +msgid "Speed of exhuast fan after printing completes" +msgstr "Скорость вытяжного вентилятора после завершения печати" + +msgid "Softening temperature" +msgstr "Температура размягчения" + +msgid "The material softens at this temperature, so when the bed temperature is equal to or greater than it, it's highly recommended to open the front door and/or remove the upper glass to avoid cloggings." +msgstr "При этой температуре материал размягчается, поэтому, когда температура стола равна или превышает её, настоятельно рекомендуется открыть переднюю дверцу и/или верхнюю крышку принтера, чтобы избежать засорения сопла." + +msgid "Acceleration of initial layer. Using a lower value can improve build plate adhesive" +msgstr "Ускорение на первом слое. Использование более низкого значения может улучшить адгезию к столу." + +#, c-format, boost-format +msgid "Klipper's max_accel_to_decel will be adjusted to this %% of acceleration" +msgstr "Значение Klipper-а max_accel_to_decel (ограничение ускорения зигзагов) будет скорректировано на данное ускорение: %%\"" + +#, c-format, boost-format +msgid "%%" +msgstr "%%" + +msgid "Filter out gaps smaller than the threshold specified" +msgstr "Небольшие промежутки меньше указанного порога не будут заполняться." + +msgid "Printer structure" +msgstr "Кинематика принтера" + +msgid "The physical arrangement and components of a printing device" +msgstr "Конструкция физического принтера" + +msgid "CoreXY" +msgstr "CoreXY" + +msgid "I3" +msgstr "I3" + +msgid "Hbot" +msgstr "Hbot" + +msgid "Delta" +msgstr "Delta" + +msgid "Best object position" +msgstr "Наилучшее расположение модели" + +msgid "Best auto arranging position in range [0,1] w.r.t. bed shape." +msgstr "Наилучшее расположение модели при авторасстановке в диапазоне [0,1] относительно формы стола." + +msgid "Enable this option if machine has auxiliary part cooling fan. G-code command: M106 P2 S(0-255)." +msgstr "" +"Если в принтере имеет вспомогательный вентилятор для охлаждения моделей, можете включить эту опцию. \n" +"G-код команда: M106 P2 S(0-255)." + +msgid "Time cost" +msgstr "Цена печати" + +msgid "The printer cost per hour" +msgstr "Стоимость печати в час." + +msgid "money/h" +msgstr "цена/ч" + +msgid "Support control chamber temperature" +msgstr "Контроль температуры в термокамере" + +msgid "" +"This option is enabled if machine support controlling chamber temperature\n" +"G-code command: M141 S(0-255)" +msgstr "" +"Если принтер поддерживает контроль температуры в камере, включите эту опцию.\n" +"G-код команда: M141 S(0-255)" + +msgid "Support air filtration" +msgstr "Фильтрация выдуваемого воздуха" + +msgid "" +"Enable this if printer support air filtration\n" +"G-code command: M106 P3 S(0-255)" +msgstr "" +"Если принтер поддерживает фильтрацию выдуваемого воздуха, включите эту опцию. \n" +"G-код команда: M106 P3 S(0-255)" + +msgid "The pattern that will be used when ironing" +msgstr "Шаблон по которому будет производиться разглаживание." + +msgid "Ironing angle" +msgstr "Угол разглаживания" + +msgid "The angle ironing is done at. A negative number disables this function and uses the default method." +msgstr "Выбор угла разглаживания. Отрицательное число отключает эту функцию и использует метод по умолчанию." + +# ??? +msgid "Extrusion rate smoothing" +msgstr "Сглаживание скорости экструзии" + +msgid "" +"This parameter smooths out sudden extrusion rate changes that happen when the printer transitions from printing a high flow (high speed/larger width) extrusion to a lower flow (lower speed/smaller width) extrusion and vice versa.\n" +"\n" +"It defines the maximum rate by which the extruded volumetric flow in mm3/sec can change over time. Higher values mean higher extrusion rate changes are allowed, resulting in faster speed transitions.\n" +"\n" +"A value of 0 disables the feature. \n" +"\n" +"For a high speed, high flow direct drive printer (like the Bambu lab or Voron) this value is usually not needed. However it can provide some marginal benefit in certain cases where feature speeds vary greatly. For example, when there are aggressive slowdowns due to overhangs. In these cases a high value of around 300-350mm3/s2 is recommended as this allows for just enough smoothing to assist " +"pressure advance achieve a smoother flow transition.\n" +"\n" +"For slower printers without pressure advance, the value should be set much lower. A value of 10-15mm3/s2 is a good starting point for direct drive extruders and 5-10mm3/s2 for Bowden style. \n" +"\n" +"This feature is known as Pressure Equalizer in Prusa slicer.\n" +"\n" +"Note: this parameter disables arc fitting." +msgstr "" +"Этот параметр сглаживает резкие изменения скорости экструзии, которые происходят, когда принтер переходит от печати с большим расходом (высокая скорость/большая ширина) к печати с меньшим расходом (меньшая скорость/меньшая ширина) и наоборот.\n" +"\n" +"Параметр задаёт максимальную скорость, с которой объёмный расход экструдируемого материала может изменяться с течением времени (мм³/с). Более высокие значения означают, что допускаются более высокие изменения скорости экструзии, что приводит к более быстрому переключению скоростей.\n" +"\n" +"Значение 0 отключает эту функцию. \n" +"\n" +"Для высокоскоростных принтеров с прямым приводом (например, Bambu lab или Voron) обычно не требуется использование данного значения. Однако в некоторых случаях, когда скорость печати сильно различается, это может принести некоторую дополнительную пользу. Например, когда происходят резкие замедления из-за нависаний. В этих случаях рекомендуется использовать высокое значение, составляющее около " +"300-350 мм³/с², так как это обеспечивает достаточное сглаживание, помогающее прогнозированию давления достичь более плавного перехода потока.\n" +"\n" +"Для более медленных принтеров, не использующих прогнозирование давления (pressure advance), это значение должно быть значительно ниже. Значение 10-15 мм³/с² является хорошей отправной точкой для экструдеров с прямым приводом и 5-10 мм³/с² для боуден экструдеров.\n" +"\n" +"В Prusa Slicer эта функция известна как «Выравнивание давления» (Pressure equalizer).\n" +"\n" +"Примечание: этот параметр отключает поддержку движения по дуге окружности." + +msgid "mm³/s²" +msgstr "мм³/с²" + +msgid "Smoothing segment length" +msgstr "Длина сглаживающего сегмента" + +msgid "" +"A lower value results in smoother extrusion rate transitions. However, this results in a significantly larger gcode file and more instructions for the printer to process. \n" +"\n" +"Default value of 3 works well for most cases. If your printer is stuttering, increase this value to reduce the number of adjustments made\n" +"\n" +"Allowed values: 1-5" +msgstr "" +"Меньшее значение приводит к более плавному изменению скорости экструзии. Однако это приводит к значительному увеличению размера G-код файла и увеличению количества инструкций для обработки принтером. \n" +"\n" +"Значение по умолчанию, равное 3, хорошо подходит для большинства случаев. Если принтер печатает с мини-фризами, увеличьте это значение, чтобы уменьшить количество выполняемых изменений.\n" +"\n" +"Допустимые значения: 1–5." + +msgid "" +"Speed of auxiliary part cooling fan. Auxiliary fan will run at this speed during printing except the first several layers which is defined by no cooling layers.\n" +"Please enable auxiliary_fan in printer settings to use this feature. G-code command: M106 P2 S(0-255)" +msgstr "" +"Скорость вращения вспомогательного вентилятора для охлаждения моделей. Он всегда будет работать с этой скоростью, за исключением первых нескольких слоёв, которые обычно настроены на работу без охлаждения.\n" +"Пожалуйста, включите вспомогательный вентилятор для охлаждения моделей (auxiliary_fan) в настройках принтера, чтобы использовать эту функцию. \n" +"G-код команда: M106 P2 S(0-255)." + +msgid "The minimum printing speed for the filament when slow down for better layer cooling is enabled, when printing overhangs and when feature speeds are not specified explicitly." +msgstr "Минимальная скорость печати для текущего прутка при включенной функции «Замедлять печать для лучшего охлаждения слоёв» при печати нависаний и когда скорости элементов явно не задана." + +msgid "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 выше установленной высоты." + +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 при печати на первых слоях (в начале печати)." + +msgid "Manual Filament Change" +msgstr "Ручная замена прутка" + +msgid "Enable this option to omit the custom Change filament G-code only at the beginning of the print. The tool change command (e.g., T0) will be skipped throughout the entire print. This is useful for manual multi-material printing, where we use M600/PAUSE to trigger the manual filament change action." +msgstr "Включите эту опцию, если хотите пропустить пользовательский G-код смены прутка только в начале печати. Команда смены инструмента (например, T0) будет пропускаться на протяжении всей печати. Это полезно при ручной мультиматериальной печати, где для запуска операции ручной смены прутка используется команда M600." + +msgid "Z offset" +msgstr "Смещение координат оси Z" + +msgid "This value will be added (or subtracted) from all the Z coordinates in the output G-code. It is used to compensate for bad Z endstop position: for example, if your endstop zero actually leaves the nozzle 0.3mm far from the print bed, set this to -0.3 (or fix your endstop)." +msgstr "Это значение будет прибавлено (или вычтено) из всех Z координат в выходном G-коде. Это, например, используется для компенсации неправильного положения концевика оси Z." + +msgid "" +"Style and shape of the support. For normal support, projecting the supports into a regular grid will create more stable supports (default), while snug support towers will save material and reduce object scarring.\n" +"For tree support, slim and organic style will merge branches more aggressively and save a lot of material (default organic), while hybrid style will create similar structure to normal support under large flat overhangs." +msgstr "" +"Стиль и форма создаваемой поддержки.\n" +"\n" +"Стиль «Сетка» создаёт более устойчивые опоры (по умолчанию). Стиль «Аккуратный» экономит материал и уменьшает образование дефектов на моделях.\n" +"\n" +"Для древовидной поддержки, при стройном и органическом стиле происходит более агрессивное объединение ветвей и экономия материала (по умолчанию органический). В то время как гибридный стиль создаёт структуру, схожую с обычную поддержкой при больших плоских нависаниях." + +msgid "Activate temperature control" +msgstr "Вкл. контроль температуры" + +msgid "" +"Enable this option for chamber temperature control. An M191 command will be added before \"machine_start_gcode\"\n" +"G-code commands: M141/M191 S(0-255)" +msgstr "" +"Для контроля температуры в камере принтера включите эту опцию. Команда M191 будет добавлена перед стартовый G-кодом принтера (machine_start_gcode).\n" +"G-код команда: M141/M191 S(0-255)" + +msgid "" +"Higher chamber temperature can help suppress or reduce warping and potentially lead to higher interlayer bonding strength for high temperature materials like ABS, ASA, PC, PA and so on.At the same time, the air filtration of ABS and ASA will get worse.While for PLA, PETG, TPU, PVA and other low temperature materials,the actual chamber temperature should not be high to avoid cloggings, so 0 " +"which stands for turning off is highly recommended" +msgstr "" +"Более высокая температура в камере может помочь уменьшить или даже исключить коробление материала. Так же это улучшает межслойное соединения у высокотемпературных материалов, таких как ABS, ASA, PC, PA и т.д. (в то же время фильтрация воздуха при печати ABS и ASA сделает её хуже). Для низкотемпературных материалов, таких как PLA, PETG, TPU, PVA и т. д., фактическая температура в камере не " +"должна быть слишком высокой, чтобы избежать засорения сопла, поэтому настоятельно рекомендуется установить температуру в камере равной 0°C." + +# ??? +# Преобразование отверстий в многограннники +msgid "Convert holes to polyholes" +msgstr "Многогранные отверстия" + +# ??? +# Поиск отверстий близких к кругу в двух или более слоях +# Расчёт многогранного отверстия вычисляется по диаметру сопла. +msgid "" +"Search for almost-circular holes that span more than one layer and convert the geometry to polyholes. Use the nozzle size and the (biggest) diameter to compute the polyhole.\n" +"See http://hydraraptor.blogspot.com/2011/02/polyholes.html" +msgstr "" +"Поиск цилиндрических отверстий в двух или более слоях и преобразование их геометрии в многогранники. Для расчёта многогранного отверстия используется размер сопла и наибольший диаметр найденного отверстия.\n" +"Подробнее на http://hydraraptor.blogspot.com/2011/02/polyholes.html" + +# ??? +# Предел обнаружения многогранного отверстия +msgid "Polyhole detection margin" +msgstr "Предел обнаружения" + +msgid "" +"Maximum defection of a point to the estimated radius of the circle.\n" +"As cylinders are often exported as triangles of varying size, points may not be on the circle circumference. This setting allows you some leway to broaden the detection.\n" +"In mm or in % of the radius." +msgstr "" +"Максимальное отклонение точки от расчётного радиуса окружности.\n" +"Поскольку цилиндры часто экспортируются в виде треугольников разного размера, точки могут находиться не на окружности круга. Эта настройка позволяет в некоторой степени расширить эту область обнаружения.\n" +"Значение задаётся в мм или в процентах от радиуса." + +msgid "Polyhole twist" +msgstr "Скручивание многогранника" + +msgid "Rotate the polyhole every layer." +msgstr "Вращение многогранного отверстия на каждом слое." + +msgid "Format of G-code thumbnails" +msgstr "Формат эскизов G-кода" + +msgid "Format of G-code thumbnails: PNG for best quality, JPG for smallest size, QOI for low memory firmware" +msgstr "Формат эскизов G-кода: PNG для наилучшего качества, JPG для наименьшего размера, QOI для прошивки с малым объемом памяти." + +msgid "Minimum save" +msgstr "Минимальное сохранение" + +msgid "export 3mf with minimum size." +msgstr "экспорт 3mf файла с минимальным размером." + +msgid "Ensure on bed" +msgstr "Обеспечивать размещение на столе" + +msgid "Lift the object above the bed when it is partially below. Disabled by default" +msgstr "Поднимает модель над столом, когда она частично находится ниже его уровня. По умолчанию отключено." + +msgid "Orient Options" +msgstr "Параметры ориентации" + +msgid "Orient options: 0-disable, 1-enable, others-auto" +msgstr "Параметры ориентации: 0 - отключить, 1 - включить, другие - автоматически" + +msgid "Rotation angle around the Z axis in degrees." +msgstr "Угол поворота вокруг оси Z в градусах." + +msgid "Rotate around X" +msgstr "Поворот вокруг оси X" + +msgid "Rotation angle around the X axis in degrees." +msgstr "Угол поворота вокруг оси X в градусах." + +msgid "Rotate around Y" +msgstr "Поворот вокруг оси Y" + +msgid "Rotation angle around the Y axis in degrees." +msgstr "Угол поворота вокруг оси Y в градусах." + +msgid "Load custom gcode" +msgstr "Загрузить пользовательский G-код" + +msgid "Load custom gcode from json" +msgstr "Загрузить пользовательской G-код из json" + +#, c-format, boost-format +msgid "" +"Please input valid values:\n" +"Start value: >= %.1f\n" +"End value: <= %.1f\n" +"End value: > Start value\n" +"Value step: >= %.3f)" +msgstr "" +"Введите допустимое значение:\n" +"Начальное: >= %.1f\n" +"Конечное: <= %.1f\n" +"Конечное: > Начальное\n" +"Шаг: >= %.3f)" + +msgid "Please find the cornor with perfect degree of extrusion" +msgstr "Пожалуйста, найдите угол с идеальной степенью экструзии" + +msgid "Pattern" +msgstr "Шаблон" + +msgid "From k Value" +msgstr "Начальное значение коэф. K" + +msgid "To k Value" +msgstr "Конечное значение коэф. K" + +msgid "Step value" +msgstr "Шаг" + +msgid "0.5" +msgstr "0.5" + +msgid "0.005" +msgstr "0.005" + +msgid "" +"Please input valid values:\n" +"start > 0 \n" +"step >= 0\n" +"end > start + step)" +msgstr "" +"Введите допустимое значение:\n" +"Начальное > 0\n" +"Шаг >= 0\n" +"Конечное > Начальное + Шаг" + +msgid "" +"Please input valid values:\n" +"start > 10 \n" +"step >= 0\n" +"end > start + step)" +msgstr "" +"Введите допустимое значение:\n" +"Начальное > 10\n" +"Шаг >= 0\n" +"Конечное > Начальное + Шаг" + +msgid "The start, end or step is not valid value." +msgstr "Недопустимое значение: начальное, конечное или шаг." + +msgid "Unable to calibrate: maybe because the set calibration value range is too large, or the step is too small" +msgstr "Невозможно выполнить калибровку: возможно, установленный диапазон значений калибровки слишком велик или шаг слишком мал." + +msgid "Need select printer" +msgstr "Нужно выбрать принтер" + +#: resources/data/hints.ini: [hint:When need to print with the printer door opened] msgid "" "When need to print with the printer door opened\n" -"Opening the printer door can reduce the probability of extruder/hotend " -"clogging when printing lower temperature filament with a higher enclosure " -"temperature. More info about this in the Wiki." +"Opening the printer door can reduce the probability of extruder/hotend clogging when printing lower temperature filament with a higher enclosure temperature. More info about this in the Wiki." msgstr "" "Когда необходимо печатать с открытой дверцей принтера?\n" -"При печати низкотемпературным материалом при более высокой температуре в " -"камере, открытие дверцы принтера снижает вероятность засорения экструдера/" -"хотэнда. Более подробную информацию читайте на вики-сайте." +"При печати низкотемпературным материалом при более высокой температуре в камере, открытие дверцы принтера снижает вероятность засорения экструдера/хотэнда. Более подробную информацию читайте на вики-сайте." -#~ msgid "Embeded" -#~ msgstr "Проникновение" +# ++++++++++++++++++++++++++++ beta2 +msgid "Total Estimation" +msgstr "Общая оценка" -#~ msgid "" -#~ "OrcaSlicer configuration file may be corrupted and is not abled to be " -#~ "parsed.Please delete the file and try again." -#~ msgstr "" -#~ "Возможно, файл конфигурации OrcaSlicer повреждён и не может быть " -#~ "обработан. Пожалуйста, удалите файл и повторите попытку." +msgid "Home" +msgstr "Домашняя страница" -#~ msgid "AMS %s" -#~ msgstr "АСПП №%s" +msgid "Default Page" +msgstr "" +"Страница \n" +"по умолчанию" -#~ msgid "Cali" -#~ msgstr "Калиб." +msgid "Set the page opened on startup." +msgstr "Задание страницы, открываемой при запуске приложения." -#~ msgid "Calibration of extrusion" -#~ msgstr "Калибровка экструзии" +msgid "Show splash screen" +msgstr "Показывать окно приветствия" -#~ msgid "Push new filament into the extruder" -#~ msgstr "Вставка нового прутка в экструдер" - -#~ msgid "Confirm whether the filament has been extruded" -#~ msgstr "Подтвердите, что пластиковая нить была выдавлена" - -#~ msgid "The region parameter is incorrrect" -#~ msgstr "Неправильная региональная настройка" - -#~ msgid "Failure of printer login" -#~ msgstr "Не удалось подключиться к принтеру." - -#~ msgid "Failed to get ticket" -#~ msgstr "Не удалось получить заявку" - -#~ msgid "User authorization timeout" -#~ msgstr "Таймаут авторизации пользователя" - -#~ msgid "Failure of bind" -#~ msgstr "Ошибка привязки" - -#~ msgid "Print file not found, please slice again" -#~ msgstr "Файл для печати не найден, нарежьте ещё раз." - -#~ msgid "Failed uploading print file" -#~ msgstr "Не удалось передать файл на печать." - -#~ msgid "Wrong Access code" -#~ msgstr "Неправильный код доступа" - -#~ msgid "Send to Printer failed. Please try again." -#~ msgstr "Ошибка отправки на принтер. Пожалуйста, попробуйте ещё раз." - -#~ msgid "No space left on Printer SD card" -#~ msgstr "На SD-карте принтера недостаточно места" - -#~ msgid "Sending gcode file through cloud service" -#~ msgstr "Отправка файла G-кода через облачный сервис" - -#~ msgid "Please log out and login to the printer again." -#~ msgstr "Пожалуйста, выйдите и снова войдите в принтер." - -#~ msgid "Factors of dynamic flow cali" -#~ msgstr "Коэф. калиб. динам. потока" - -#~ msgid "" -#~ "There are currently no identical spare consumables available, and " -#~ "automatic replenishment is currently not possible. \n" -#~ "(Currently supporting automatic supply of consumables with the same " -#~ "brand, material type, and color)" -#~ msgstr "" -#~ "В настоящее время идентичные резервные материалы отсутствуют, и " -#~ "автоматическое пополнение их в настоящее время невозможно. \n" -#~ "(В настоящее время поддерживается автоматическая поставка расходных " -#~ "материалов того же производителя, типа материала и цвета)." - -#, c-format, boost-format -#~ msgid "" -#~ "Bed temperature of other layer is lower than bed temperature of initial " -#~ "layer for more than %d degree centigrade.\n" -#~ "This may cause model broken free from build plate during printing" -#~ msgstr "" -#~ "Температура стола для последующих слоёв слишком низкая по сравнению с " -#~ "температурой первого слоя, более чем на %d градусов Цельсия.\n" -#~ "Это может привести к отрыву модели от стола во время печати." - -#~ msgid "" -#~ "Bed temperature is higher than vitrification temperature of this " -#~ "filament.\n" -#~ "This may cause nozzle blocked and printing failure\n" -#~ "Please keep the printer open during the printing process to ensure air " -#~ "circulation or reduce the temperature of the hot bed" -#~ msgstr "" -#~ "Температура стола выше температуры стеклования этой пластиковой нити.\n" -#~ "Это может привести к засорению сопла и сбою печати.\n" -#~ "Пожалуйста, держите принтер открытым во время печати, чтобы обеспечить " -#~ "циркуляцию воздуха или снизить температуру стола." - -#~ msgid "Invalid nozzle diameter" -#~ msgstr "Недопустимый диаметр сопла" - -#~ msgid "Fan Speed: " -#~ msgstr "Скорость вентилятора: " - -#~ msgid "Total Time Estimation" -#~ msgstr "Оценка общего времени" - -#~ msgid "Resonance frequency identification" -#~ msgstr "Идентификация резонансной частоты" - -#~ msgid "Initialize failed (Not supported with LAN-only mode)!" -#~ msgstr "Ошибка инициализации (не поддерживается в режиме «Только LAN»)!" - -#~ msgid "Initialize failed (Not supported by printer)!" -#~ msgstr "Ошибка инициализации (не поддерживается принтером)!" - -#~ msgid "" -#~ "Another virtual camera is running.\n" -#~ "Bambu Studio supports only a single virtual camera.\n" -#~ "Do you want to stop this virtual camera?" -#~ msgstr "" -#~ "Уже работает одна виртуальная камера.\n" -#~ "Bambu Studio поддерживает только одну виртуальную камеру.\n" -#~ "Хотите остановить эту виртуальную камеру?" - -#~ msgid "Not supported by this model of printer!" -#~ msgstr "Не поддерживается этой моделью принтера!" - -#~ msgid "No files" -#~ msgstr "Файлы отсутствуют" - -#~ msgid "Not accessible in LAN-only mode!" -#~ msgstr "Недоступно в режиме «Только LAN»!" - -#~ msgid "Missing LAN ip of printer!" -#~ msgstr "Отсутствует сетевой адрес принтера!" - -#, c-format, boost-format -#~ msgid "You are going to delete %u files. Are you sure to continue?" -#~ msgstr "" -#~ "Вы собираетесь удалить файлы: %u шт. Вы уверены, что хотите это сделать?" - -#~ msgid "" -#~ "The .gcode.3mf file contains no G-code data.Please slice it whthBambu " -#~ "Studio and export a new .gcode.3mf file." -#~ msgstr "" -#~ "Файл .gcode.3mf не содержит G-кода. Пожалуйста, нарежьте его в программе " -#~ "Bambu Studio и экспортируйте новый файл .gcode.3mf." - -#~ msgid "Immediately score" -#~ msgstr "Оценить сейчас" - -#, c-format, boost-format -#~ msgid "" -#~ "Disconnected from printer [%s] due to LAN mode disabled.Please reconnect " -#~ "the printer by logging in with your user account." -#~ msgstr "" -#~ "Соединение с принтером [%s] разорвано из-за отключения режима «Только " -#~ "LAN». Повторно подключитесь к принтеру, войдя в свою учётную запись." - -#, c-format, boost-format -#~ msgid "" -#~ "Disconnected from printer [%s] due to LAN mode enabled.Please reconnect " -#~ "the printer by inputting Access Code which can be gotten from printer " -#~ "screen." -#~ msgstr "" -#~ "Соединение с принтером [%s] разорвано из-за включения режима «Только " -#~ "LAN». Повторно подключитесь к принтеру, введя код доступа, который можно " -#~ "получить на экране принтера." - -#~ msgid "Please give a score for your favorite Bambu Market model." -#~ msgstr "" -#~ "Пожалуйста, поставьте оценку вашей любимой модели в магазине Bambu Market." - -#~ msgid "Score" -#~ msgstr "Рейтинг" - -#~ msgid "" -#~ "The bed temperature exceeds filament's vitrification temperature. Please " -#~ "open the front door of printer before printing to avoid nozzle clog." -#~ msgstr "" -#~ "Температура стола превышает температуру стеклования пластиковой нити. " -#~ "Пожалуйста, откройте переднюю дверцу принтера перед печатью, чтобы " -#~ "избежать засорения сопла." - -#~ msgid "The 3mf is not from Bambu Lab, load geometry data only." -#~ msgstr "" -#~ "Этот 3mf создан не в Bambu Lab, поэтому загрузятся только данные " -#~ "геометрии." - -#~ msgid "Online Models" -#~ msgstr "Онлайн-модели" - -#~ msgid "Show online staff-picked models on the home page" -#~ msgstr "Показывать отобранные сотрудниками модели на главной странице" - -#~ msgid "" -#~ "Upload task timed out. Please check the network problem and try again" -#~ msgstr "" -#~ "Истекло время ожидания отправки задания. Проверьте сетевое подключение и " -#~ "повторите попытку." - -#~ msgid "Bamabu Engineering Plate" -#~ msgstr "Инженерная пластина Bamabu" - -#~ msgid "Bamabu High Temperature Plate" -#~ msgstr "Высокотемпературная пластина Bamabu" - -#~ msgid "Can't connect to the printer" -#~ msgstr "Не удаётся подключиться к принтеру" - -#~ msgid "The printer is required to be in the same LAN as Bambu Studio." -#~ msgstr "Принтер должен находиться в одной локальной сети с Bambu Studio." - -#~ msgid "Recommended temperature range" -#~ msgstr "Рекомендуемый диапазон температур" - -#~ msgid "High Temp Plate" -#~ msgstr "Высокотемпературная пластина" - -#~ msgid "" -#~ "Bed temperature when high temperature plate is installed. Value 0 means " -#~ "the filament does not support to print on the High Temp Plate" -#~ msgstr "" -#~ "Температура стола при установленной высокотемпературной печатной " -#~ "пластине. 0 означает, что пластиковая нить не поддерживает печать на этой " -#~ "печатной пластине." - -#~ msgid "Switch between Prepare/Prewview" -#~ msgstr "Переключение между окном подготовки и окном предпросмотра нарезки" - -#~ msgid "" -#~ "Click OK to update the Network plug-in when Bambu Studio launches next " -#~ "time." -#~ msgstr "" -#~ "Нажмите OK, чтобы обновить сетевой плагин при следующем запуске Bambu " -#~ "Studio." - -#~ msgid "New version of Bambu Studio" -#~ msgstr "Доступна новая версия Bambu Studio" - -#~ msgid "" -#~ "Step 1, please confirm Bambu Studio and your printer are in the same LAN." -#~ msgstr "" -#~ "Шаг 1. Пожалуйста, убедитесь, что Bambu Studio и ваш принтер находятся в " -#~ "одной локальной сети." - -#~ msgid "Internal bridge support thickness" -#~ msgstr "Толщина поддержки внутреннего моста" - -#~ msgid "" -#~ "If enabled, support loops will be generated under the contours of " -#~ "internal bridges.These support loops could prevent internal bridges from " -#~ "extruding over the air and improve the top surface quality, especially " -#~ "when the sparse infill density is low.This value determines the thickness " -#~ "of the support loops. 0 means disable this feature" -#~ msgstr "" -#~ "Если включено, под контурами внутренних мостов будут создаваться петли " -#~ "поддержки. Эти петли поддержки могут препятствовать выдавливанию " -#~ "внутренних мостов в воздух и улучшить качество поверхности сверху, " -#~ "особенно при низкой плотности заполнения. Это значение определяет толщину " -#~ "петель поддержки. Установите 0 для отключения." - -#~ msgid "Temperature of vitrificaiton" -#~ msgstr "Температура стеклования" - -#~ msgid "" -#~ "Material becomes soft at this temperature. Thus the heatbed cannot be " -#~ "hotter than this tempature" -#~ msgstr "" -#~ "При этой температуре материал становится мягким. Таким образом, " -#~ "подогреваемый стол не может быть горячее этой температуры." - -#~ msgid "" -#~ "Acceleration of initial layer. Using a lower value can improve build " -#~ "plate adhensive" -#~ msgstr "" -#~ "Ускорение на первом слое. Использование более низкого значения может " -#~ "улучшить адгезию к столу." - -#~ msgid "" -#~ "Klipper's max_accel_to_decel will be adjusted to this % of acceleration" -#~ msgstr "" -#~ "Значение Klipper-а max_accel_to_decel (ограничение ускорения зигзагов) " -#~ "будет скорректировано на данное ускорение: %" - -#~ msgid "" -#~ "Filter out gaps smaller than the threshold specified. This setting won't " -#~ "affect top/bottom layers" -#~ msgstr "" -#~ "Небольшие промежутки меньше указанного порога не будут заполняться. Этот " -#~ "параметр не влияет на верхнюю/нижнюю поверхность." - -#~ msgid "Enable this option if machine has auxiliary part cooling fan" -#~ msgstr "" -#~ "Включите, если в принтере имеет вспомогательный вентилятор для охлаждения " -#~ "моделей." - -#~ msgid "Maximum acceleration for travel (M204 T)" -#~ msgstr "Максимальное ускорение при перемещении (M204 T)" - -#~ msgid "" -#~ "Speed of auxiliary part cooling fan. Auxiliary fan will run at this speed " -#~ "during printing except the first several layers which is defined by no " -#~ "cooling layers" -#~ msgstr "" -#~ "Скорость вращения вспомогательного вентилятора для охлаждения моделей. Он " -#~ "всегда будет работать с этой скоростью, за исключением первых нескольких " -#~ "слоёв, которые обычно настроены на работу без охлаждения." - -#~ msgid "The minimum printing speed when slow down for cooling" -#~ msgstr "" -#~ "Минимальная скорость печати при которой происходит сброс скорости для " -#~ "лучшего охлаждения." - -#~ msgid "" -#~ "Style and shape of the support. For normal support, projecting the " -#~ "supports into a regular grid will create more stable supports (default), " -#~ "while snug support towers will save material and reduce object scarring.\n" -#~ "For tree support, slim style will merge branches more aggressively and " -#~ "save a lot of material (default), while hybrid style will create similar " -#~ "structure to normal support under large flat overhangs." -#~ msgstr "" -#~ "Стиль и форма создаваемой поддержки.\n" -#~ "\n" -#~ "Стиль «Сетка» создаёт более устойчивые опоры. Стиль «Аккуратный» экономит " -#~ "материал и уменьшает образование дефектов на моделях.\n" -#~ "\n" -#~ "Для древовидной поддержки, при стройном стиле происходит более " -#~ "агрессивное объединение ветвей и экономия материала (по умолчанию). В то " -#~ "время как гибридный стиль создаёт структуру, схожую с обычную поддержкой " -#~ "при больших плоских нависаниях." - -#~ msgid "Target chamber temperature" -#~ msgstr "Температура, которую необходимо поддерживать внутри принтера." - -#~ msgid "Bed temperature difference" -#~ msgstr "Разница температур подогреваемого стола" - -#~ msgid "" -#~ "Do not recommend bed temperature of other layer to be lower than initial " -#~ "layer for more than this threshold. Too low bed temperature of other " -#~ "layer may cause the model broken free from build plate" -#~ msgstr "" -#~ "Не рекомендуется, чтобы температура последующих слоёв была ниже " -#~ "температуры первого слоя, более чем на это пороговое значение. Слишком " -#~ "низкая температура последующих слоёв может привести к отрыву модели от " -#~ "стола." - -#~ msgid "Orient the model" -#~ msgstr "Ориентация модели" - -#~ msgid "Empty layers around bottom are replaced by nearest normal layers." -#~ msgstr "" -#~ "Пустые слои обнаруженные на дне модели были заменены ближайшими " -#~ "нормальными слоями." - -#~ msgid "The model has too many empty layers." -#~ msgstr "Модель имеет слишком много пустых слоев." - -#~ msgid "Send to print" -#~ msgstr "Отправить на печать" - -#~ msgid "Error Message" -#~ msgstr "Сообщение об ошибке" - -#~ msgid "Error uploading to print host:" -#~ msgstr "Ошибка при отправке на хост печати:" - -#~ msgid "" -#~ "Please input valid values:\n" -#~ "start > 0 step >= 0\n" -#~ "end > start + step)" -#~ msgstr "" -#~ "Введите допустимые значения:\n" -#~ "start > 0 step >= 0\n" -#~ "end > start + step)" - -#~ msgid "" -#~ "Please input valid values:\n" -#~ "start > 10 step >= 0\n" -#~ "end > start + step)" -#~ msgstr "" -#~ "Введите допустимые значения:\n" -#~ "start > 10 step >= 0\n" -#~ "end > start + step)" - -#~ msgid "Left Preset Value" -#~ msgstr "Значение в левом профиле" - -#~ msgid "Right Preset Value" -#~ msgstr "Значение в правом профиле" - -#~ msgid "Undef category" -#~ msgstr "Неопределённая категория" - -#~ msgid "Undef group" -#~ msgstr "Неопределённая группа" - -#~ msgid "Retraction Length (Toolchange)" -#~ msgstr "Длина отката (при смене инструмента)" - -#~ msgid "Flow Dynamic" -#~ msgstr "Динамика потока" - -#~ msgid "A fatal error occurred: %1%" -#~ msgstr "Произошла фатальная ошибка: %1%" - -#~ msgid "Record" -#~ msgstr "Запись" - -#~ msgid "Report issue" -#~ msgstr "Сообщить о проблеме" - -#~ msgid "Connection to OctoPrint/Klipper works correctly." -#~ msgstr "Соединение с OctoPrint/Klipper успешно установлено." - -#~ msgid "Could not connect to OctoPrint/Klipper" -#~ msgstr "Не удаётся подключиться к OctoPrint/Klipper" - -#~ msgid "Connection to FlashAir works correctly." -#~ msgstr "Соединение с FlashAir успешно установлено." - -#~ msgid "Could not connect to FlashAir" -#~ msgstr "Не удаётся подключиться к FlashAir" - -#~ msgid "Connection to Duet works correctly." -#~ msgstr "Соединение с Duet успешно установлено." - -#~ msgid "Could not connect to Duet" -#~ msgstr "Не удалось подключиться к Duet" - -#~ msgid "Connection to AstroBox works correctly." -#~ msgstr "Соединение с AstroBox успешно установлено." - -#~ msgid "Could not connect to AstroBox" -#~ msgstr "Не удалось подключиться к AstroBox" - -#~ msgid "Connection to Repetier works correctly." -#~ msgstr "Подключение к Repetier успешно установлено." - -#~ msgid "Could not connect to Repetier" -#~ msgstr "Не удалось подключиться к Repetier" - -#~ msgid "Connection to MKS works correctly." -#~ msgstr "Подключение к MKS успешно установлено." - -#~ msgid "Could not connect to MKS" -#~ msgstr "Не удалось подключиться к MKS" - -#~ msgid "Connection to PrusaLink works correctly." -#~ msgstr "Подключение к PrusaLink установлено." - -#~ msgid "Could not connect to PrusaLink" -#~ msgstr "Не удалось подключиться к PrusaLink" - -#~ msgid "Note: OctoPrint version at least 1.1.0 is required." -#~ msgstr "Примечание: требуется версия OctoPrint не ниже 1.1.0." - -#~ msgid "Connection refused" -#~ msgstr "Соединение запрещено" - -#~ msgid "Failed to connect to %s port %ld: %s" -#~ msgstr "Не удалось подключиться к порту %s %ld: %s" - -#~ msgid "Couldn't connect to server" -#~ msgstr "Не удалось подключиться к серверу" - -#~ msgid "Couldn't resolve host '%s'" -#~ msgstr "Не удаётся определить имя хоста '%s'" - -#~ msgid "Suggestion" -#~ msgstr "Совет" - -#~ msgid "" -#~ "BambuSource has not correctly been registered for media playing! Press " -#~ "Yes to re-register it." -#~ msgstr "" -#~ "Компонент BambuSource неправильно зарегистрирован для воспроизведения " -#~ "мультимедиа! Нажмите «Да», чтобы перерегистрировать его." - -#~ msgid "" -#~ "Missing BambuSource component registered for media playing! Please re-" -#~ "install BambuStutio or seek after-sales help." -#~ msgstr "" -#~ "Отсутствует компонент BambuSource, зарегистрированный для воспроизведения " -#~ "мультимедиа! Пожалуйста, переустановите BambuStutio или обратитесь в " -#~ "поддержку." - -#~ msgid "Test storage" -#~ msgstr "Тест накопителя" - -#~ msgid "Test BambuLab" -#~ msgstr "Тест BambuLab" - -#~ msgid "Test BambuLab:" -#~ msgstr "Тест BambuLab:" - -#~ msgid "Test Bing.com" -#~ msgstr "Тест Bing.com" - -#~ msgid "Test bing.com:" -#~ msgstr "Тест bing.com:" - -#~ msgid "Test HTTP" -#~ msgstr "Тест HTTP" - -#~ msgid "Test HTTP Service:" -#~ msgstr "Тест HTTP сервера:" - -#~ msgid "Test storage upgrade" -#~ msgstr "Тест накопителя (обновление)" - -#~ msgid "Test Storage Upgrade:" -#~ msgstr "Тест накопителя (обновление):" - -#~ msgid "Test Storage Upload" -#~ msgstr "Тест накопителя (отправка)" - -#~ msgid "Test Storage Upload:" -#~ msgstr "Тест накопителя (отправка):" - -#~ msgid "Test storage download" -#~ msgstr "Тест накопителя (загрузка)" - -#~ msgid "Test Storage Download:" -#~ msgstr "Тест накопителя (загрузка):" - -#~ msgid "Log Info" -#~ msgstr "Журнал сведений" - -#~ msgid "Studio Version:" -#~ msgstr "Версия программы:" - -#~ msgid "System Version:" -#~ msgstr "Версия ОС:" - -#~ msgid "Start Test Multi-Thread" -#~ msgstr "Запуск многопоточного теста" - -#~ msgid "Start Test Single-Thread" -#~ msgstr "Запуск однопоточного теста" - -#~ msgid "Network Test" -#~ msgstr "Проверка сети" - -#~ msgid "Wipe tower - Purging volume adjustment" -#~ msgstr "Черновая башня - регулировка объёма сброса пластика" - -#~ msgid "" -#~ "Here you can adjust required purging volume (mm³) for any given pair of " -#~ "tools." -#~ msgstr "" -#~ "Здесь вы можете отрегулировать требуемый объём очистки (мм³) для любой " -#~ "пары инструментов." - -#~ msgid "Extruder changed to" -#~ msgstr "Экструдер перешёл на - " - -#~ msgid "Tool #" -#~ msgstr "Инструмент #" - -#~ msgid "" -#~ "Total purging volume is calculated by summing two values below, depending " -#~ "on which tools are loaded/unloaded." -#~ msgstr "" -#~ "Общий объём прочистки вычисляется путём суммирования двух нижеуказанных " -#~ "значений, в зависимости от того, какие инструменты предзагружены/" -#~ "выгружены." - -#~ msgid "Volume to purge (mm³) when the filament is being" -#~ msgstr "Объём прочистки (мм³) при выдавливании прутка" - -#~ msgid "Volumetric speed" -#~ msgstr "Объёмная скорость потока" - -#~ msgid "Branch Diameter" -#~ msgstr "Диаметр ветвей" - -#~ msgid "" -#~ "The diameter of the thinnest branches of organic support. Thicker " -#~ "branches are more sturdy. Branches towards the base will be thicker than " -#~ "this." -#~ msgstr "" -#~ "Диаметр самых тонких ветвей органической поддержки. Чем толще ветви, тем " -#~ "они крепче. Ветви, идущие к основанию, будут утолщаться." - -#~ msgid "Branch Distance" -#~ msgstr "Расстояние между ветками" - -#~ msgid "" -#~ "How far apart the branches need to be when they touch the model. Making " -#~ "this distance small will cause the tree support to touch the model at " -#~ "more points, causing better overhang but making support harder to remove." -#~ 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 выше установленной высоты." - -# Верхняя граница сработки??? -#~ 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 при печати на первых слоях (в начале " -#~ "печати)." +msgid "Show the splash screen during startup." +msgstr "Показывать окно приветствия при запуске приложения." diff --git a/localization/i18n/tr/OrcaSlicer_tr.po b/localization/i18n/tr/OrcaSlicer_tr.po index dd13d3169a..042b8ab5d8 100644 --- a/localization/i18n/tr/OrcaSlicer_tr.po +++ b/localization/i18n/tr/OrcaSlicer_tr.po @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: OrcaSlicer\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-11-10 14:54+0800\n" -"PO-Revision-Date: 2023-10-07 12:57+0300\n" -"Last-Translator: Sadri Ercan\n" +"PO-Revision-Date: 2023-11-15 00:35+0300\n" +"Last-Translator: Olcay ÖREN\n" "Language-Team: Türkçe\n" "Language: tr_TR\n" "MIME-Version: 1.0\n" @@ -170,10 +170,10 @@ msgid "Height Range" msgstr "Yükseklik Aralığı" msgid "Vertical" -msgstr "" +msgstr "Dikey" msgid "Horizontal" -msgstr "" +msgstr "Yatay" msgid "Remove painted color" msgstr "Boyalı rengi kaldır" @@ -656,6 +656,10 @@ msgid "" "Please note, application settings will be lost, but printer profiles will " "not be affected." msgstr "" +"OrcaSlicer konfigürasyon dosyası bozulmuş olabilir ve ayrıştırılamayabilir.\n" +"OrcaSlicer, konfigürasyon dosyasını yeniden oluşturmayı denedi.\n" +"Lütfen dikkat edin, uygulama ayarları kaybolacak, ancak yazıcı profilleri " +"etkilenmeyecek." msgid "Rebuild" msgstr "Yeniden yükleniyor" @@ -804,7 +808,7 @@ msgid "Fuzzy Skin" msgstr "Bulanık Kaplama" msgid "Extruders" -msgstr "Ekstrüderler" +msgstr "Ekstruderler" msgid "Extrusion Width" msgstr "Ekstrüzyon Genişliği" @@ -1093,7 +1097,7 @@ msgid "Change Filament" msgstr "Filamenti Değiştir" msgid "Set Filament for selected items" -msgstr "Seçilen öğeler için Filamenti Ayarla" +msgstr "Seçilen öğeler için Filamenti ayarla" msgid "current" msgstr "geçerli" @@ -1575,7 +1579,7 @@ msgid "Pull back current filament" msgstr "Mevcut filamenti geri çekin" msgid "Push new filament into extruder" -msgstr "Yeni filamanı ekstrüdere itin" +msgstr "Yeni filamenti ekstrudere itin" msgid "Purge old filament" msgstr "Eski filamenti temizleyin" @@ -2090,7 +2094,7 @@ msgid "Disable AMS" msgstr "AMS'yi devre dışı bırak" msgid "Print with the filament mounted on the back of chassis" -msgstr "Şasinin arkasına monte edilmiş filamanla yazdırma" +msgstr "Şasinin arkasına monte edilmiş filamentle yazdırma" msgid "Cabin humidity" msgstr "Kabin nemi" @@ -2162,11 +2166,11 @@ msgid "Group" msgstr "Grup" msgid "The printer does not currently support auto refill." -msgstr "" +msgstr "Yazıcı şu anda otomatik yeniden doldurmayı desteklemiyor." msgid "" "AMS filament backup is not enabled, please enable it in the AMS settings." -msgstr "" +msgstr "AMS filament yedekleme özelliği etkin değil, lütfen AMS ayarlarından etkinleştirin." msgid "" "If there are two identical filaments in AMS, AMS filament backup will be " @@ -2174,6 +2178,10 @@ msgid "" "(Currently supporting automatic supply of consumables with the same brand, " "material type, and color)" msgstr "" +"Eğer AMS'de iki aynı filament bulunursa, AMS filament yedekleme özelliği " +"etkinleştirilecektir. \n" +"(Şu anda aynı markaya ait sarf malzemelerinin otomatik temini desteklenmektedir, " +"malzeme türü ve rengi)" msgid "AMS Settings" msgstr "AMS Ayarları" @@ -2185,7 +2193,7 @@ msgid "" "The AMS will automatically read the filament information when inserting a " "new Bambu Lab filament. This takes about 20 seconds." msgstr "" -"AMS, yeni bir Bambu Lab filamanı takıldığında filament bilgilerini otomatik " +"AMS, yeni bir Bambu Lab filamenti takıldığında filament bilgilerini otomatik " "olarak okuyacaktır. Bu yaklaşık 20 saniye sürer." msgid "" @@ -2210,7 +2218,7 @@ msgid "" "start-up. It will take about 1 minute.The reading process will roll filament " "spools." msgstr "" -"AMS, başlangıçta takılan filamanın bilgilerini otomatik olarak okuyacaktır. " +"AMS, başlangıçta takılan filamentin bilgilerini otomatik olarak okuyacaktır. " "Yaklaşık 1 dakika sürecektir. Okuma işlemi filament makaralarını saracaktır." msgid "" @@ -2218,7 +2226,7 @@ msgid "" "during startup and will continue to use the information recorded before the " "last shutdown." msgstr "" -"AMS, başlatma sırasında takılan filamandan bilgileri otomatik olarak okumaz " +"AMS, başlatma sırasında takılan filamentden bilgileri otomatik olarak okumaz " "ve son kapatmadan önce kaydedilen bilgileri kullanmaya devam eder." msgid "Update remaining capacity" @@ -2229,7 +2237,7 @@ msgid "" "info is updated. During printing, remaining capacity will be updated " "automatically." msgstr "" -"AMS, filament bilgisi güncellendikten sonra Bambu filamanının kalan " +"AMS, filament bilgisi güncellendikten sonra Bambu filamentin kalan " "kapasitesini tahmin edecek. Yazdırma sırasında kalan kapasite otomatik " "olarak güncellenecektir." @@ -2713,7 +2721,7 @@ msgid "" "45℃.In order to avoid extruder clogging,low temperature filament(PLA/PETG/" "TPU) is not allowed to be loaded." msgstr "" -"Mevcut hazne sıcaklığı veya hedef hazne sıcaklığı 45 ° C'yi aşıyor Ekstrüder " +"Mevcut hazne sıcaklığı veya hedef hazne sıcaklığı 45 ° C'yi aşıyor Ekstruder " "tıkanmasını önlemek için düşük sıcaklıkta filament (PLA / PETG / TPU) " "yüklenmesine izin verilmez." @@ -2722,7 +2730,7 @@ msgid "" "avoid extruder clogging,it is not allowed to set the chamber temperature " "above 45℃." msgstr "" -"Ekstrüdere düşük sıcaklıkta filament (PLA / PETG / TPU) yüklendi. Ekstrüder " +"Ekstrudere düşük sıcaklıkta filament (PLA / PETG / TPU) yüklendi. Ekstruder " "tıkanmasını önlemek için hazne sıcaklığının 45 ° C'nin üzerine ayarlanmasına " "izin verilmez." @@ -2741,15 +2749,16 @@ msgstr "Yazdırma işi başlatılamadı" msgid "" "This calibration does not support the currently selected nozzle diameter" msgstr "" +"Bu kalibrasyon, şu anda seçilen nozzle çapını desteklememektedir" msgid "Current flowrate cali param is invalid" -msgstr "" +msgstr "Geçerli akış hızı cali parametresi geçersiz" msgid "Selected diameter and machine diameter do not match" -msgstr "" +msgstr "Seçilen çap ile makine çapı eşleşmiyor" msgid "Failed to generate cali gcode" -msgstr "" +msgstr "Cali G-code oluşturma başarısız oldu" msgid "Calibration error" msgstr "Kalibrasyon hatası" @@ -2878,7 +2887,7 @@ msgid "Total" msgstr "Toplam" msgid "Total Estimation" -msgstr "" +msgstr "Toplam Tahmini" msgid "Total time" msgstr "Toplam süre" @@ -3962,6 +3971,8 @@ msgid "" "You have completed printing the mall model, \n" "but the synchronization of rating information has failed." msgstr "" +"Mall modelinin baskısını tamamladınız, \n" +"ancak puanlama bilgilerinin senkronizasyonu başarısız oldu." msgid "How do you like this printing file?" msgstr "Bu baskı dosyasını nasıl buldunuz?" @@ -4059,7 +4070,7 @@ msgid "" "unload the filament and try again." msgstr "" "Filament bilgisi okunamıyor: Filament alet kafasına yüklenmiştir, lütfen " -"filamanı boşaltın ve tekrar deneyin." +"filamenti boşaltın ve tekrar deneyin." msgid "This only takes effect during printing" msgstr "Bu yalnızca yazdırma sırasında etkili olur" @@ -4426,22 +4437,22 @@ msgid "Printer settings" msgstr "Yazıcı ayarları" msgid "Remove current plate (if not last one)" -msgstr "" +msgstr "Mevcut tablayı kaldırın (eğer sonuncusu değilse)" msgid "Auto orient objects on current plate" -msgstr "" +msgstr "Mevcut tablada nesneleri otomatik olarak oryante et" msgid "Arrange objects on current plate" -msgstr "" +msgstr "Mevcut tablada nesneleri düzenle" msgid "Unlock current plate" -msgstr "" +msgstr "Mevcut tablanın kilidini aç" msgid "Lock current plate" -msgstr "" +msgstr "Mevcut tablayı kilitle" msgid "Customize current plate" -msgstr "" +msgstr "Mevcut tablayı özelleştir" msgid "Untitled" msgstr "İsimsiz" @@ -4566,6 +4577,9 @@ msgid "" "clogged when printing this filament in a closed enclosure. Please open the " "front door and/or remove the upper glass." msgstr "" +"Mevcut sıcak yatak sıcaklığı oldukça yüksek. Bu filamenti " +"kapalı bir muhafaza içinde bastırırken nozzle tıkanabilir. " +"Lütfen ön kapağı açın ve/veya üst camı çıkarın." msgid "" "The nozzle hardness required by the filament is higher than the default " @@ -4573,7 +4587,7 @@ msgid "" "filament, otherwise, the nozzle will be attrited or damaged." msgstr "" "Filamentin gerektirdiği nozul sertliği, yazıcının varsayılan nozul " -"sertliğinden daha yüksektir. Lütfen sertleşmiş nozülü veya filamanı " +"sertliğinden daha yüksektir. Lütfen sertleşmiş nozülü veya filamenti " "değiştirin, aksi takdirde nozül aşınır veya hasar görür." msgid "" @@ -4588,7 +4602,7 @@ msgid "Loading file: %s" msgstr "Dosya yükleniyor: %s" msgid "The 3mf is not supported by OrcaSlicer, load geometry data only." -msgstr "" +msgstr "OrcaSlicer, 3mf formatını desteklememektedir. Sadece geometri verilerini yükle." msgid "Load 3mf" msgstr "3mf yükle" @@ -4698,13 +4712,13 @@ msgid "Export STL file:" msgstr "STL dosyasını dışa aktar:" msgid "Export AMF file:" -msgstr "" +msgstr "AMF dosyasını dışa aktar:" msgid "Save file as:" msgstr "Farklı kaydet:" msgid "Export OBJ file:" -msgstr "" +msgstr "OBJ dosyasını dışa aktar:" msgid "Delete object which is a part of cut object" msgstr "Kesilen nesnenin bir parçası olan nesneyi silin" @@ -4725,10 +4739,10 @@ msgid "Another export job is running." msgstr "Başka bir ihracat işi yürütülüyor." msgid "Replace from:" -msgstr "" +msgstr "Değiştirilecek olan:" msgid "Unable to replace with more than one volume" -msgstr "" +msgstr "Birden fazla hacimle değiştirme yapılamıyor." msgid "Error during replace" msgstr "Değiştirme sırasında hata" @@ -4743,19 +4757,19 @@ msgid "Please select a file" msgstr "Dosya seçin" msgid "Do you want to replace it" -msgstr "" +msgstr "Değiştirmek istiyor musun" msgid "Message" -msgstr "" +msgstr "Mesah" msgid "Reload from:" -msgstr "" +msgstr "Yeniden yükle:" msgid "Unable to reload:" -msgstr "" +msgstr "Yeniden yüklenemiyor:" msgid "Error during reload" -msgstr "" +msgstr "Yeniden yükleme sırasında hata oluştu" msgid "Slicing" msgstr "Dilimleniyor" @@ -4888,13 +4902,13 @@ msgid "Save G-code file as:" msgstr "G-kod dosyasını şu şekilde kaydedin:" msgid "Save SLA file as:" -msgstr "" +msgstr "SLA dosyasını farklı bir isimle kaydet:" msgid "The provided file name is not valid." -msgstr "" +msgstr "Dosya adı geçerli değil." msgid "The following characters are not allowed by a FAT file system:" -msgstr "" +msgstr "FAT dosya sistemi tarafından izin verilmeyen karakterler:" msgid "Save Sliced file as:" msgstr "Dilimlenmiş dosyayı şu şekilde kaydedin:" @@ -4995,8 +5009,8 @@ msgid "" "still want to do this printing, please set this filament's bed temperature " "to non zero." msgstr "" -"Plaka% d: %s'nin %s(%s) filamanını yazdırmak için kullanılması önerilmez. " -"Eğer yine de bu baskıyı yapmak istiyorsanız, lütfen bu filamanın yatak " +"Plaka% d: %s'nin %s(%s) filamentinı yazdırmak için kullanılması önerilmez. " +"Eğer yine de bu baskıyı yapmak istiyorsanız, lütfen bu filamentin yatak " "sıcaklığını sıfır olmayan bir değere ayarlayın." msgid "Switching the language requires application restart.\n" @@ -5063,13 +5077,13 @@ msgid "Units" msgstr "Birimler" msgid "Home" -msgstr "" +msgstr "Ana Sayfa" msgid "Default Page" -msgstr "" +msgstr "Varsayılan Sayfa" msgid "Set the page opened on startup." -msgstr "" +msgstr "Açılışta açılacak sayfayı ayarlayın." msgid "Zoom to mouse position" msgstr "Fare konumuna yakınlaştır" @@ -5082,16 +5096,16 @@ msgstr "" "yakınlaştırın." msgid "Use free camera" -msgstr "" +msgstr "Serbest kamera kullan" msgid "If enabled, use free camera. If not enabled, use constrained camera." -msgstr "" +msgstr "Etkinleştirilirse serbest kamerayı kullanın. Etkin değilse kısıtlı kamerayı kullanın." msgid "Show splash screen" -msgstr "" +msgstr "Açılış ekranını göster" msgid "Show the splash screen during startup." -msgstr "" +msgstr "Açılış sırasında açılış ekranını göster." msgid "Show \"Tip of the day\" notification after start" msgstr "Başlangıçtan sonra \"Günün ipucu\" bildirimini göster" @@ -5496,7 +5510,7 @@ msgid "PLA Plate" msgstr "PLA Plaka" msgid "Bambu Engineering Plate" -msgstr "" +msgstr "Bambu Mühendislik Plakası" msgid "Bambu Smooth PEI Plate" msgstr "Bambu Pürüzsüz PEI Plaka" @@ -5564,7 +5578,7 @@ msgid "" "Filament %s exceeds the number of AMS slots. Please update the printer " "firmware to support AMS slot assignment." msgstr "" -"%s filamanı AMS yuvası sayısını aşıyor. AMS yuvası atamasını desteklemek " +"%s filamenti AMS yuvası sayısını aşıyor. AMS yuvası atamasını desteklemek " "için lütfen yazıcının ürün yazılımını güncelleyin." msgid "" @@ -5578,7 +5592,7 @@ msgid "" "Filaments to AMS slots mappings have been established. You can click a " "filament above to change its mapping AMS slot" msgstr "" -"AMS slot eşlemelerine yönelik filamanlar oluşturulmuştur. Eşleme AMS " +"AMS slot eşlemelerine yönelik filament oluşturulmuştur. Eşleme AMS " "yuvasını değiştirmek için yukarıdaki filamentlerden birine tıklayabilirsiniz" msgid "" @@ -5593,14 +5607,14 @@ msgid "" "Filament %s does not match the filament in AMS slot %s. Please update the " "printer firmware to support AMS slot assignment." msgstr "" -"%s filamanı, %s AMS yuvasındaki filamanla eşleşmiyor. AMS yuvası atamasını " +"%s filamenti, %s AMS yuvasındaki filamentle eşleşmiyor. AMS yuvası atamasını " "desteklemek için lütfen yazıcının ürün yazılımını güncelleyin." msgid "" "Filament does not match the filament in AMS slot. Please update the printer " "firmware to support AMS slot assignment." msgstr "" -"Filament, AMS yuvasındaki filamanla eşleşmiyor. AMS yuvası atamasını " +"Filament, AMS yuvasındaki filamentle eşleşmiyor. AMS yuvası atamasını " "desteklemek için lütfen yazıcının ürün yazılımını güncelleyin." msgid "" @@ -6032,7 +6046,7 @@ msgstr "" "Bu filamentin önerilen Nozul sıcaklığı aralığı. 0 ayar yok anlamına gelir" msgid "Print chamber temperature" -msgstr "" +msgstr "Baskı odası sıcaklığı" msgid "Print temperature" msgstr "Yazdırma sıcaklığı" @@ -6064,13 +6078,16 @@ msgstr "" "Mühendislik Plakasına yazdırmayı desteklemediği anlamına gelir" msgid "Smooth PEI Plate / High Temp Plate" -msgstr "" +msgstr "Düz PEI Plakası / Yüksek Sıcaklık Plakası" msgid "" "Bed temperature when Smooth PEI Plate/High temperature plate is installed. " "Value 0 means the filament does not support to print on the Smooth PEI Plate/" "High Temp Plate" msgstr "" +"Düz PEI Plakası/Yüksek Sıcaklık Plakası takılığın da yatak sıcaklığı. " +"0 Değeri, filamentin Düz PEI Plakası/Yüksek Sıcaklık Plakası üzerin de baskı yapmayı " +"desteklemediği anlamına gelir." msgid "Textured PEI Plate" msgstr "Dokulu PEI Plaka" @@ -6079,7 +6096,7 @@ msgid "" "Bed temperature when Textured PEI Plate is installed. Value 0 means the " "filament does not support to print on the Textured PEI Plate" msgstr "" -"Dokulu PEI Plaka takıldığında yatak sıcaklığı. 0 Değeri, filamentin Dokulu " +"Dokulu PEI Plaka takıldığın da yatak sıcaklığı. 0 Değeri, filamentin Dokulu " "PEI Plaka üzerine yazdırmayı desteklemediği anlamına gelir" msgid "Volumetric speed limitation" @@ -6143,13 +6160,13 @@ msgid "Wipe tower parameters" msgstr "Silme kulesi parametreleri" msgid "Toolchange parameters with single extruder MM printers" -msgstr "Tek ekstrüderli MM yazıcılarda araç değiştirme parametreleri" +msgstr "Tek ekstruderli MM yazıcılarda araç değiştirme parametreleri" msgid "Ramming settings" msgstr "Sıkıştırma ayarları" msgid "Toolchange parameters with multi extruder MM printers" -msgstr "Çoklu ekstrüder MM yazıcılarda araç değiştirme parametreleri" +msgstr "Çoklu ekstruder MM yazıcılarda araç değiştirme parametreleri" msgid "Printable space" msgstr "Tabla Ayarı" @@ -6161,7 +6178,7 @@ msgid "Fan speed-up time" msgstr "Fan hızlanma süresi" msgid "Extruder Clearance" -msgstr "Ekstrüder Boşluğu" +msgstr "Ekstruder Boşluğu" msgid "Accessory" msgstr "Aksesuar" @@ -6188,7 +6205,7 @@ msgid "Change filament G-code" msgstr "Filament değişimi G-kod" msgid "Change extrusion role G-code" -msgstr "" +msgstr "Ekstrüzyon rolü G-kodu değiştirme" msgid "Pause G-code" msgstr "Duraklatma G-Kod" @@ -6212,13 +6229,13 @@ msgid "Jerk limitation" msgstr "Jerk sınırlaması" msgid "Single extruder multimaterial setup" -msgstr "Tek ekstrüder çoklu malzeme kurulumu" +msgstr "Tek ekstruder çoklu malzeme kurulumu" msgid "Wipe tower" msgstr "Silme kulesi" msgid "Single extruder multimaterial parameters" -msgstr "Tek ekstrüder çoklu malzeme parametreleri" +msgstr "Tek ekstruder çoklu malzeme parametreleri" msgid "Layer height limits" msgstr "Katman yüksekliği sınırları" @@ -6477,7 +6494,7 @@ msgid "" "This is an expert-level setting, incorrect adjustment will likely lead to " "jams, extruder wheel grinding into filament etc." msgstr "" -"Sıkıştırma, tek ekstrüderli bir MM yazıcıda takım değişiminden hemen önce " +"Sıkıştırma, tek ekstruderli bir MM yazıcıda takım değişiminden hemen önce " "yapılan hızlı ekstrüzyonu ifade eder. Amacı, yeni filamentin " "yerleştirilmesini engellememesi ve daha sonra yeniden yerleştirilebilmesi " "için boşaltılmış filamentin ucunu düzgün bir şekilde şekillendirmektir. Bu " @@ -6486,7 +6503,7 @@ msgstr "" "ekstrüzyon hızları ayarlanabilir.\n" "\n" "Bu uzman düzeyinde bir ayardır, yanlış ayarlama muhtemelen sıkışmalara, " -"ekstrüder tekerleğinin filamente sürtünmesine vb. yol açacaktır." +"ekstruder tekerleğinin filamente sürtünmesine vb. yol açacaktır." msgid "Total ramming time" msgstr "Toplam sıkıştırma süresi" @@ -6677,7 +6694,7 @@ msgid "Esc" msgstr "Esc" msgid "keyboard 1-9: set filament for object/part" -msgstr "klavye 1-9: nesne/parça için filamanı ayarlayın" +msgstr "klavye 1-9: nesne/parça için filamenti ayarlayın" msgid "Camera view - Default" msgstr "Kamera görünümü - Varsayılan" @@ -7064,6 +7081,8 @@ msgid "" "Invalid spacing supplied to Flow::with_spacing(), check your layer height " "and extrusion width" msgstr "" +"Flow::with_spacing()'e sağlanan geçersiz boşluk, kat yüksekliğinizi ve " +"ekstrüzyon genişliğinizi kontrol edin" msgid "undefined error" msgstr "bilinmeyen hata" @@ -7328,8 +7347,8 @@ msgid "" "each layer to prevent loss of floating point accuracy. Add \"G92 E0\" to " "layer_gcode." msgstr "" -"Göreceli ekstrüder adreslemesi, kayan nokta doğruluğunun kaybını önlemek " -"için her katmandaki ekstrüder konumunun sıfırlanmasını gerektirir. " +"Göreceli ekstruder adreslemesi, kayan nokta doğruluğunun kaybını önlemek " +"için her katmandaki ekstruder konumunun sıfırlanmasını gerektirir. " "Layer_gcode'a \"G92 E0\" ekleyin." msgid "" @@ -7374,7 +7393,7 @@ msgid "" "polygon by points in following format: \"XxY, XxY, ...\"" msgstr "" "XY düzleminde yazdırılamayan alan. Örneğin X1 Serisi yazıcılar, filament " -"değişimi sırasında filamanı kesmek için sol ön köşeyi kullanır. Alan şu " +"değişimi sırasında filamenti kesmek için sol ön köşeyi kullanır. Alan şu " "formatta noktalarla çokgen olarak ifade edilir: \"XxY, XxY, ...\"" msgid "Bed custom texture" @@ -7393,7 +7412,7 @@ msgstr "" "Fil ayağı etkisini telafi etmek için baskı plakasındaki ilk katmanı küçültün" msgid "Elephant foot compensation layers" -msgstr "" +msgstr "Fil ayağı etkisini telafi katmanları" msgid "" "The number of layers on which the elephant foot compensation will be active. " @@ -7401,6 +7420,10 @@ msgid "" "the next layers will be linearly shrunk less, up to the layer indicated by " "this value." msgstr "" +"Fil ayağı telafisinin etkin olacağı katman sayısı. " +"İlk katman, fil ayak telafisi değeri tarafından küçültülecek, ardından " +"sonraki katmanlar daha az lineer olarak küçültülecek, bu değer tarafından " +"belirtilen katmana kadar." msgid "layers" msgstr "katmanlar" @@ -7743,7 +7766,6 @@ msgstr "" msgid "One wall threshold" msgstr "Tek duvar eşiği" -#, c-format, boost-format msgid "" "If a top surface has to be printed and it's partially covered by another " "layer, it won't be considered at a top layer where its width is below this " @@ -7754,14 +7776,14 @@ msgid "" "on the next layer, like letters. Set this setting to 0 to remove these " "artifacts." msgstr "" -"If a top surface has to be printed and it's partially covered by another " -"layer, it won't be considered at a top layer where its width is below this " -"value. This can be useful to not let the 'one perimeter on top' trigger on " -"surface that should be covered only by perimeters. This value can be a mm or " -"a % of the perimeter extrusion width.\n" -"Warning: If enabled, artifacts can be created is you have some thin features " -"on the next layer, like letters. Set this setting to 0 to remove these " -"artifacts." +"Eğer bir üst yüzey basılacaksa ve kısmen başka bir katman tarafından kaplıysa " +"layer genişliği bu değerin altında olan bir üst katman olarak " +"değerlendirilmeyecek. Yalnızca çevrelerle kaplanması gereken yüzeyde 'bir çevre üstte' " +"tetiklemesine izin vermemek yararlı olabilir. Bu değer mm veya " +"a % çevre ekstrüzyon genişliğinin bir yüzdesi olabilir.\n" +"Uyarı: Etkinleştirilirse bir sonraki katmanda harfler gibi bazı ince özelliklerin " +"olması durumunda yapay yapılar oluşturulabilir. Bu yapıları kaldırmak için bu ayarı 0 " +"olarak ayarlayın." msgid "Only one wall on first layer" msgstr "İlk katmanda yalnızca bir duvar" @@ -7784,29 +7806,34 @@ msgstr "" "yolları (perimeter) oluşturun. " msgid "Reverse on odd" -msgstr "" +msgstr "Tek sayıyı tersine çevir" msgid "Overhang reversal" -msgstr "" +msgstr "Çıkıntıyı tersine çevir" msgid "" "Extrude perimeters that have a part over an overhang in the reverse " "direction on odd layers. This alternating pattern can drastically improve " "steep overhang." msgstr "" +"Tek katmanlarda ters yönde bir çıkıntının üzerinde bir kısmı bulunan " +"çevreleri ekstrüzyonla çıkarın. Bu değişen desen, dik eğimli çıkıntıları önemli " +"ölçüde iyileştirebilir." msgid "Reverse threshold" -msgstr "" +msgstr "Ters eşik" msgid "Overhang reversal threshold" -msgstr "" +msgstr "Çıkıntıyı tersine çevirme eşiği" -#, c-format, boost-format msgid "" "Number of mm the overhang need to be for the reversal to be considered " "useful. Can be a % of the perimeter width.\n" "Value 0 enables reversal on every odd layers regardless." msgstr "" +"Ters çevirmenin faydalı sayılması için çıkıntının mm sayısı " +"olması gerekir. Çevre genişliğinin %'si olabilir.\n" +"Değer 0 her tek katmanda terslemeyi etkinleştirir." msgid "Classic mode" msgstr "Klasik mod" @@ -7978,7 +8005,7 @@ msgid "Activate air filtration" msgstr "Hava filtrelemesini etkinleştirin" msgid "Activate for better air filtration. G-code command: M106 P3 S(0-255)" -msgstr "" +msgstr "Daha iyi hava filtrasyonu için etkinleştirin. G-kodu komutu: M106 P3 S(0-255)" msgid "Fan speed" msgstr "Fan hızı" @@ -8206,7 +8233,7 @@ msgid "" "has slight overflow or underflow" msgstr "" "Malzeme, erimiş hal ile kristal hal arasında geçiş yaptıktan sonra hacimsel " -"değişime sahip olabilir. Bu ayar, bu filamanın gcode'daki tüm ekstrüzyon " +"değişime sahip olabilir. Bu ayar, bu filamentin gcode'daki tüm ekstrüzyon " "akışını orantılı olarak değiştirir. Önerilen değer aralığı 0,95 ile 1,05 " "arasındadır. Belki hafif taşma veya taşma olduğunda güzel düz bir yüzey elde " "etmek için bu değeri ayarlayabilirsiniz" @@ -8284,7 +8311,7 @@ msgid "" "extruded per second. Printing speed is limited by max volumetric speed, in " "case of too high and unreasonable speed setting. Can't be zero" msgstr "" -"Bu ayar, saniyede ne kadar miktarda filamanın eritilip ekstrüde " +"Bu ayar, saniyede ne kadar miktarda filamentin eritilip ekstrude " "edilebileceğini gösterir. Çok yüksek ve makul olmayan hız ayarı durumunda, " "yazdırma hızı maksimum hacimsel hız ile sınırlanır. Sıfır olamaz" @@ -8304,7 +8331,7 @@ msgstr "Filament boşaltma süresi" msgid "Time to unload old filament when switch filament. For statistics only" msgstr "" -"Filamenti değiştirdiğinizde eski filamanı boşaltma zamanı. Yalnızca " +"Filamenti değiştirdiğinizde eski filamenti boşaltma zamanı. Yalnızca " "istatistikler için" msgid "" @@ -8399,7 +8426,7 @@ msgid "" "object, Slic3r will always prime this amount of material into the wipe tower " "to produce successive infill or sacrificial object extrusions reliably." msgstr "" -"Bir takım değişiminden sonra, yeni yüklenen filamanın nozül içindeki kesin " +"Bir takım değişiminden sonra, yeni yüklenen filamentin nozül içindeki kesin " "konumu bilinmeyebilir ve filament basıncı muhtemelen henüz stabil değildir. " "Yazdırma kafasını bir dolguya veya kurban nesneye boşaltmadan önce Slic3r, " "ardışık dolgu veya kurban nesne ekstrüzyonlarını güvenilir bir şekilde " @@ -8451,9 +8478,9 @@ msgid "" "toolchange. This option is only used when the wipe tower is enabled." msgstr "" "Çok takımlı yazıcı kullanırken sıkıştırma gerçekleştirin (yani Yazıcı " -"Ayarları'ndaki 'Tek Ekstrüder Çoklu Malzeme' işaretli olmadığında). " +"Ayarları'ndaki 'Tek Ekstruder Çoklu Malzeme' işaretli olmadığında). " "İşaretlendiğinde, takım değişiminden hemen önce silme kulesinde az miktarda " -"filament hızla ekstrüde edilir. Bu seçenek yalnızca silme kulesi " +"filament hızla ekstrude edilir. Bu seçenek yalnızca silme kulesi " "etkinleştirildiğinde kullanılır." msgid "Multitool ramming volume" @@ -8499,13 +8526,16 @@ msgstr "" "kullanılır" msgid "Softening temperature" -msgstr "" +msgstr "Yumuşama sıcaklığı" msgid "" "The material softens at this temperature, so when the bed temperature is " "equal to or greater than it, it's highly recommended to open the front door " "and/or remove the upper glass to avoid cloggings." msgstr "" +"Filament bu sıcaklıkta yumuşar, bu nedenle yatak sıcaklığı bununla " +"eşit veya daha yüksekse, tıkanmaları önlemek için ön kapağı açmanız " +"ve/veya üst camı çıkarmanız şiddetle önerilir." msgid "Price" msgstr "Fiyat" @@ -8699,6 +8729,7 @@ msgstr "accel_to_decel" msgid "" "Klipper's max_accel_to_decel will be adjusted to this %% of acceleration" msgstr "" +"Klipper'ın max_accel_to_decel değeri ivmenin bu %%'sine göre ayarlanacak" #, c-format, boost-format msgid "%%" @@ -8845,7 +8876,7 @@ msgid "Layers and Perimeters" msgstr "Katmanlar ve Çevreler" msgid "Filter out gaps smaller than the threshold specified" -msgstr "" +msgstr "Belirtilen eşikten daha küçük boşlukları filtrele" msgid "" "Speed of gap infill. Gap usually has irregular line width and should be " @@ -8945,6 +8976,8 @@ msgid "" "Enable this option if machine has auxiliary part cooling fan. G-code " "command: M106 P2 S(0-255)." msgstr "" +"Makinede yardımcı parça soğutma fanı varsa bu seçeneği etkinleştirin. G-code " +"komut: M106 P2 S(0-255)." msgid "" "Start the fan this number of seconds earlier than its target start time (you " @@ -9004,6 +9037,8 @@ msgid "" "This option is enabled if machine support controlling chamber temperature\n" "G-code command: M141 S(0-255)" msgstr "" +"Bu seçenek, hazne sıcaklığını kontrol eden makine desteği varsa etkinleştirilir\n" +"G-code komut: M141 S(0-255)" msgid "Support air filtration" msgstr "Hava filtrasyonu desteği" @@ -9012,6 +9047,8 @@ msgid "" "Enable this if printer support air filtration\n" "G-code command: M106 P3 S(0-255)" msgstr "" +"Yazıcı hava filtrelemeyi destekliyorsa bunu etkinleştirin\n" +"G-code komut: M106 P3 S(0-255)" msgid "G-code flavor" msgstr "G-Kod Uyumu" @@ -9128,7 +9165,7 @@ msgid "Ironing Pattern" msgstr "Ütüleme Deseni" msgid "The pattern that will be used when ironing" -msgstr "" +msgstr "Ütüleme işlemi sırasında kullanılacak desen" msgid "Ironing flow" msgstr "Ütüleme akışı" @@ -9153,11 +9190,11 @@ msgid "Print speed of ironing lines" msgstr "Ütüleme çizgilerinin baskı hızı" msgid "Ironing angle" -msgstr "" +msgstr "Ütüleme açısı" msgid "" -"The angle ironing is done at. A negative number disables this function and " -"uses the default method." +"Ütüleme işleminin gerçekleştiği açı. Negatif bir sayı, bu işlevi devre dışı bırakır ve " +"varsayılan yöntemi kullanır." msgstr "" msgid "This gcode part is inserted at every layer change after lift z" @@ -9287,7 +9324,7 @@ msgid "Maximum acceleration for travel" msgstr "Seyahat için maksimum hızlanma" msgid "Maximum acceleration for travel (M204 T), it only applies to Marlin 2" -msgstr "" +msgstr "Seyahat için maksimum ivme (M204 T), yalnızca Marlin 2 için geçerlidir" msgid "" "Part cooling fan speed may be increased when auto cooling is enabled. This " @@ -9303,7 +9340,7 @@ msgid "" "The largest printable layer height for extruder. Used tp limits the maximum " "layer hight when enable adaptive layer height" msgstr "" -"Ekstrüder için yazdırılabilir en büyük katman yüksekliği. Uyarlanabilir " +"Ekstruder için yazdırılabilir en büyük katman yüksekliği. Uyarlanabilir " "katman yüksekliği etkinleştirildiğinde maksimum katman yüksekliğini " "sınırlamak için kullanılır" @@ -9343,7 +9380,7 @@ msgstr "" "ekstrüzyona geçtiğinde veya tam tersi olduğunda meydana gelen ani ekstrüzyon " "hızı değişikliklerini düzeltir.\n" "\n" -"Ekstrüde edilen hacimsel akışın mm3/sn cinsinden zaman içinde değişebileceği " +"Ekstrude edilen hacimsel akışın mm3/sn cinsinden zaman içinde değişebileceği " "maksimum oranı tanımlar. Daha yüksek değerler, daha yüksek ekstrüzyon hızı " "değişikliklerine izin verildiği anlamına gelir ve daha hızlı hız geçişlerine " "neden olur.\n" @@ -9359,7 +9396,7 @@ msgstr "" "olmak için yeterli yumuşatmaya izin verir.\n" "\n" "Basınç avansı olmayan daha yavaş yazıcılar için değer çok daha düşük " -"ayarlanmalıdır. Doğrudan tahrikli ekstrüderler için 10-15mm3/s2 ve Bowden " +"ayarlanmalıdır. Doğrudan tahrikli ekstruderler için 10-15mm3/s2 ve Bowden " "tarzı için 5-10mm3/s2 değeri iyi bir başlangıç noktasıdır. \n" "\n" "Bu özellik Prusa slicer'da Basınç Dengeleyici olarak bilinir.\n" @@ -9401,6 +9438,11 @@ msgid "" "Please enable auxiliary_fan in printer settings to use this feature. G-code " "command: M106 P2 S(0-255)" msgstr "" +"Yardımcı parça soğutma fanının hızı. Yardımcı fan, soğutma katmanlarının " +"bulunmadığı ilk birkaç katman dışında, yazdırma sırasında bu hızda " +"çalışacaktır.\n" +"Lütfen bu özelliği kullanmak için yazıcı ayarlarında yardımcı_fan'ı etkinleştirin. G-code " +"komut: M106 P2 S(0-255)" msgid "Min" msgstr "Min" @@ -9421,6 +9463,9 @@ msgid "" "cooling is enabled, when printing overhangs and when feature speeds are not " "specified explicitly." msgstr "" +"Daha iyi katman soğutması için yavaşlama etkinleştirildiğinde, yazdırma " +"çıkıntıları olduğunda ve özellik hızları açıkça belirtilmediğinde " +"filament için minimum yazdırma hızı." msgid "Nozzle diameter" msgstr "Nozul çapı" @@ -9458,7 +9503,7 @@ msgid "Cooling tube position" msgstr "Soğutma borusu konumu" msgid "Distance of the center-point of the cooling tube from the extruder tip." -msgstr "Soğutma borusunun merkez noktasının ekstrüder ucundan uzaklığı." +msgstr "Soğutma borusunun merkez noktasının ekstruder ucundan uzaklığı." msgid "Cooling tube length" msgstr "Soğutma borusu uzunluğu" @@ -9478,7 +9523,7 @@ msgid "" msgstr "" "Hızlı sıkıştırma hızlarına izin vermek ve kötü kesilmiş bir filament " "yüklerken direncin üstesinden gelmek için filament değişim sırası sırasında " -"ekstrüder motor akımını artırmak faydalı olabilir." +"ekstruder motor akımını artırmak faydalı olabilir." msgid "Filament parking position" msgstr "Filament park konumu" @@ -9487,7 +9532,7 @@ msgid "" "Distance of the extruder tip from the position where the filament is parked " "when unloaded. This should match the value in printer firmware." msgstr "" -"Ekstrüder ucunun, boşaltıldığında filamentin park edildiği konumdan " +"Ekstruder ucunun, boşaltıldığında filamentin park edildiği konumdan " "uzaklığı. Bu ayar yazıcı ürün yazılımındaki değerle eşleşmelidir." msgid "Extra loading distance" @@ -9785,7 +9830,7 @@ msgid "" "Speed for reloading filament into extruder. Zero means same speed with " "retraction" msgstr "" -"Filamenti ekstrüdere yeniden yükleme hızı. Sıfır, geri çekilmeyle aynı hız " +"Filamenti ekstrudere yeniden yükleme hızı. Sıfır, geri çekilmeyle aynı hız " "anlamına gelir" msgid "Use firmware retraction" @@ -9864,7 +9909,7 @@ msgid "" "inward movement is executed before the extruder leaves the loop." msgstr "" "Kapalı döngü ekstrüzyonda dikişin görünürlüğünü en aza indirmek için, " -"ekstrüder döngüden ayrılmadan önce içeriye doğru küçük bir hareket " +"ekstruder döngüden ayrılmadan önce içeriye doğru küçük bir hareket " "gerçekleştirilir." msgid "Wipe speed" @@ -9988,7 +10033,7 @@ msgid "Use single nozzle to print multi filament" msgstr "Çoklu filament basmak için tek nozul kullan" msgid "Manual Filament Change" -msgstr "" +msgstr "Manuel Filament Değişimi" msgid "" "Enable this option to omit the custom Change filament G-code only at the " @@ -9997,6 +10042,11 @@ msgid "" "printing, where we use M600/PAUSE to trigger the manual filament change " "action." msgstr "" +"Sadece baskının başında özel Filament Değiştirme G-kodu'nu atlamak için " +"bu seçeneği etkinleştirin. Aracı değiştirme komutu (örneğin, T0), baskının " +"tamamı boyunca atlanacaktır. Bu, manuel çoklu malzeme baskısı için " +"kullanışlıdır, burada manuel filament değişim eylemini tetiklemek için M600/PAUSE " +"kullanırız." msgid "Purge in prime tower" msgstr "Prime Tower'da temizlik" @@ -10017,7 +10067,7 @@ msgid "" "with the print." msgstr "" "Etkinleştirilirse, silme kulesi araç değişimi olmayan katmanlarda " -"yazdırılmayacaktır. Araç değişimi olan katmanlarda, ekstrüder silme kulesini " +"yazdırılmayacaktır. Araç değişimi olan katmanlarda, ekstruder silme kulesini " "yazdırmak için aşağı doğru hareket edecektir. Baskı ile çarpışma olmamasını " "sağlamak kullanıcının sorumluluğundadır." @@ -10028,7 +10078,7 @@ msgid "" "If enabled, all printing extruders will be primed at the front edge of the " "print bed at the start of the print." msgstr "" -"Etkinleştirilirse, tüm baskı ekstrüderleri baskının başlangıcında baskı " +"Etkinleştirilirse, tüm baskı ekstruderleri baskının başlangıcında baskı " "yatağının ön kenarında temizlenecektir." msgid "Slice gap closing radius" @@ -10063,7 +10113,7 @@ msgid "Close holes" msgstr "Delikleri kapat" msgid "Z offset" -msgstr "" +msgstr "Z ofseti" msgid "" "This value will be added (or subtracted) from all the Z coordinates in the " @@ -10071,6 +10121,10 @@ msgid "" "example, if your endstop zero actually leaves the nozzle 0.3mm far from the " "print bed, set this to -0.3 (or fix your endstop)." msgstr "" +"Bu değer, çıkış G-kodu içindeki tüm Z koordinatlarına eklenir (veya çıkarılır)." +"Bu, kötü Z endstop konumunu telafi etmek için kullanılır: örneğin, endstop " +"sıfır noktanız aslında nozulu baskı tablasından 0.3mm uzakta bırakıyorsa, " +"bu değeri -0.3 olarak ayarlayın (veya endstop'unuzu düzeltin)." msgid "Enable support" msgstr "Desteği etkinleştir" @@ -10083,7 +10137,7 @@ msgid "" "normal(manual) or tree(manual) is selected, only support enforcers are " "generated" msgstr "" -"desteği otomatik olarak oluşturmak için normal(otomatik) ve ağaç(otomatik) " +"Desteği otomatik olarak oluşturmak için normal(otomatik) ve ağaç(otomatik) " "kullanılır. Normal(manuel) veya ağaç(manuel) seçilirse yalnızca destek " "uygulayıcıları oluşturulur" @@ -10153,7 +10207,7 @@ msgid "" "filament for support and current filament is used" msgstr "" "Destek tabanını ve salı yazdırmak için filament. \"Varsayılan\", destek için " -"belirli bir filamanın olmadığı ve mevcut filamanın kullanıldığı anlamına " +"belirli bir filamentin olmadığı ve mevcut filamentin kullanıldığı anlamına " "gelir" msgid "" @@ -10180,7 +10234,7 @@ msgid "" "for support interface and current filament is used" msgstr "" "Filament baskı desteği arayüzü. \"Varsayılan\", destek arayüzü için özel bir " -"filamanın olmadığı ve mevcut filamanın kullanıldığı anlamına gelir" +"filamentin olmadığı ve mevcut filamentin kullanıldığı anlamına gelir" msgid "Top interface layers" msgstr "Üst arayüz katmanları" @@ -10228,7 +10282,7 @@ msgid "" msgstr "" "Destek arayüzünün çizgi deseni. Çözünmeyen destek arayüzü için varsayılan " "model Doğrusaldır, çözünebilir destek arayüzü için varsayılan model ise " -"Eşmerkezlidir" +"eşmerkezlidir" msgid "Rectilinear Interlaced" msgstr "Doğrusal Taramalı" @@ -10257,6 +10311,13 @@ msgid "" "style will create similar structure to normal support under large flat " "overhangs." msgstr "" +"Destek stil ve şekli. Normal destek için, destekleri düzenli bir ızgara " +"içine projelendirmek daha stabil destekler oluşturacaktır (varsayılan), " +"aynı zamanda sıkı destek kuleleri malzeme tasarrufu sağlar ve nesne üzerindeki izleri azaltır.\n" +"Ağaç destek için, ince ve organik tarz, dalları daha etkili bir şekilde birleştirir ve " +"büyük düz çıkıntılarda normal destekle benzer bir yapı oluştururken birçok malzeme " +"tasarrufu sağlar (varsayılan organik tarz). Hybrid stil, büyük düz çıkıntıların altında normal " +"destekle benzer bir yapı oluşturacaktır." msgid "Snug" msgstr "Snug" @@ -10427,13 +10488,16 @@ msgstr "" "eklenmeyeceğini belirtir" msgid "Activate temperature control" -msgstr "" +msgstr "Sıcaklık kontrolünü etkinleştirin" msgid "" "Enable this option for chamber temperature control. An M191 command will be " "added before \"machine_start_gcode\"\n" "G-code commands: M141/M191 S(0-255)" msgstr "" +"Hazne sıcaklığı kontrolü için bu seçeneği etkinleştirin. Önce bir M191 komutu " +"eklenecek \"machine_start_gcode\"\n" +"G-code komut: M141/M191 S(0-255)" msgid "Chamber temperature" msgstr "Bölme sıcaklığı" @@ -10476,7 +10540,7 @@ msgstr "" "filament değiştirildiğinde eklenir" msgid "This gcode is inserted when the extrusion role is changed" -msgstr "" +msgstr "Bu gcode, ekstrüzyon rolü değiştirildiğinde eklenir" msgid "" "Line width for top surfaces. If expressed as a %, it will be computed over " @@ -10568,7 +10632,7 @@ msgid "Prime volume" msgstr "Ana hacim" msgid "The volume of material to prime extruder on tower." -msgstr "Kule üzerindeki ana ekstrüder malzeme hacmi." +msgstr "Kule üzerindeki ana ekstruder malzeme hacmi." msgid "Width" msgstr "Genişlik" @@ -10599,13 +10663,13 @@ msgid "Spacing of purge lines on the wipe tower." msgstr "Silme kulesindeki boşaltma hatlarının aralığı." msgid "Wipe tower extruder" -msgstr "Silme kulesi ekstrüderi" +msgstr "Silme kulesi ekstruderi" msgid "" "The extruder to use when printing perimeter of the wipe tower. Set to 0 to " "use the one that is available (non-soluble would be preferred)." msgstr "" -"Silme kulesinin çevresini yazdırırken kullanılacak ekstrüder. Mevcut olanı " +"Silme kulesinin çevresini yazdırırken kullanılacak ekstruder. Mevcut olanı " "kullanmak için 0 olarak ayarlayın (çözünmeyen tercih edilir)." msgid "Purging volumes - load/unload volumes" @@ -10688,7 +10752,7 @@ msgstr "" "kullanılır" msgid "Convert holes to polyholes" -msgstr "" +msgstr "Delikleri çokgen deliklere dönüştür" msgid "" "Search for almost-circular holes that span more than one layer and convert " @@ -10698,7 +10762,7 @@ msgid "" msgstr "" msgid "Polyhole detection margin" -msgstr "" +msgstr "Çokgen delik tespiti marjı" #, c-format, boost-format msgid "" @@ -10710,10 +10774,10 @@ msgid "" msgstr "" msgid "Polyhole twist" -msgstr "" +msgstr "Çokgen delik eğrisi" msgid "Rotate the polyhole every layer." -msgstr "" +msgstr "Çokgeni her katmanda döndürün." msgid "G-code thumbnails" msgstr "G-kodu küçük resimleri" @@ -10726,7 +10790,7 @@ msgstr "" "saklanacaktır: \"XxY, XxY, ...\"" msgid "Format of G-code thumbnails" -msgstr "" +msgstr "G kodu küçük resimlerinin formatı" msgid "" "Format of G-code thumbnails: PNG for best quality, JPG for smallest size, " @@ -10743,7 +10807,7 @@ msgid "" "BambuLab printers. Default is checked" msgstr "" "\"label_objects\" seçeneği kullanılırken göreceli ekstrüzyon önerilir. Bazı " -"ekstrüderler bu seçeneğin işareti kaldırıldığında (mutlak ekstrüzyon modu) " +"ekstruderler bu seçeneğin işareti kaldırıldığında (mutlak ekstrüzyon modu) " "daha iyi çalışır. Temizleme kulesi yalnızca göreceli modla uyumludur. " "BambuLab yazıcılarında her zaman etkindir. Varsayılan olarak işaretlendi" @@ -10932,7 +10996,7 @@ msgid "Load default filaments" msgstr "Varsayılan filamentleri yükle" msgid "Load first filament as default for those not loaded" -msgstr "Yüklenmeyenler için ilk filamanı varsayılan olarak yükleyin" +msgstr "Yüklenmeyenler için ilk filamenti varsayılan olarak yükleyin" msgid "Minimum save" msgstr "Minimum tasarruf" @@ -11413,7 +11477,7 @@ msgstr "" "\n" "Genellikle kalibrasyon gereksizdir. Yazdırma başlat menüsündeki \"akış " "dinamiği kalibrasyonu\" seçeneği işaretliyken tek renkli/malzeme baskısını " -"başlattığınızda, yazıcı eski yöntemi izleyecek, yazdırmadan önce filamanı " +"başlattığınızda, yazıcı eski yöntemi izleyecek, yazdırmadan önce filamenti " "kalibre edecektir; Çok renkli/malzeme baskısını başlattığınızda, yazıcı her " "filament değişiminde filament için varsayılan dengeleme parametresini " "kullanacaktır ve bu çoğu durumda iyi bir sonuç verecektir.\n" @@ -11569,7 +11633,7 @@ msgid "Please find the best line on your plate" msgstr "Lütfen plakadaki en iyi çizgiyi bulun" msgid "Please find the cornor with perfect degree of extrusion" -msgstr "" +msgstr "Lütfen mükemmel ekstrüzyon derecesine sahip köşeyi bulun" msgid "Input Value" msgstr "Girdi değeri" @@ -11808,7 +11872,7 @@ msgid "Delete input" msgstr "Girişi sil" msgid "Send G-Code to printer host" -msgstr "" +msgstr "G Kodunu yazıcı ana bilgisayarına gönder" msgid "Upload to Printer Host with the following filename:" msgstr "Yazıcıya aşağıdaki dosya adıyla yükleyin:" @@ -11861,7 +11925,7 @@ msgid "Cancelling" msgstr "İptal Ediliyor" msgid "Error uploading to print host" -msgstr "" +msgstr "Yazdırma ana bilgisayarına yükleme hatası" msgid "PA Calibration" msgstr "PA Kalibrasyonu" @@ -11946,6 +12010,10 @@ msgid "" "End temp: >= 170\n" "Start temp > End temp + 5)" msgstr "" +"Lütfen geçerli değerleri girin:\n" +"Başlangıç sıcaklığı: <= 350\n" +"Bitiş sıcaklığı: >= 170\n" +"Başlangıç sıcaklığı > Bitiş sıcaklığı + 5)" msgid "Max volumetric speed test" msgstr "Maksimum hacimsel hız testi" @@ -11965,6 +12033,10 @@ msgid "" "step >= 0\n" "end > start + step)" msgstr "" +"Lütfen geçerli değerleri girin:\n" +"başlangıç > 0 \n" +"adım >= 0\n" +"bitiş > başlangıç + adım)" msgid "VFA test" msgstr "VFA testi" @@ -11981,6 +12053,10 @@ msgid "" "step >= 0\n" "end > start + step)" msgstr "" +"Lütfen geçerli değerleri girin:\n" +"başlangıç > 10 \n" +"adım >= 0\n" +"bitiş > başlangıç + adım)" msgid "Start retraction length: " msgstr "Geri çekme uzunluğu başlangıcı: " @@ -12272,7 +12348,7 @@ msgid "" "the best results." msgstr "" "İpek Filament Baskı\n" -"İpek filamanın başarılı bir şekilde basılabilmesi için özel dikkat " +"İpek filamentin başarılı bir şekilde basılabilmesi için özel dikkat " "gösterilmesi gerektiğini biliyor muydunuz? En iyi sonuçlar için her zaman " "daha yüksek sıcaklık ve daha düşük hız önerilir." @@ -12311,7 +12387,7 @@ msgid "" "support/objects/infill during filament change?" msgstr "" "Desteğe/nesnelere/dolguya hizalayın\n" -"Filament değişimi sırasında, boşa harcanan filamanı desteğe/nesnelere/" +"Filament değişimi sırasında, boşa harcanan filamenti desteğe/nesnelere/" "dolguya yıkayarak kurtarabileceğinizi biliyor muydunuz?" #: resources/data/hints.ini: [hint:Improve strength] @@ -12391,7 +12467,7 @@ msgstr "" #~ "The bed temperature exceeds filament's vitrification temperature. Please " #~ "open the front door of printer before printing to avoid nozzle clog." #~ msgstr "" -#~ "Yatak sıcaklığı filamanın vitrifikasyon sıcaklığını aşıyor. Püskürtme " +#~ "Yatak sıcaklığı filamentin vitrifikasyon sıcaklığını aşıyor. Püskürtme " #~ "ucunun tıkanmasını önlemek için lütfen yazdırmadan önce yazıcının ön " #~ "kapısını açın." diff --git a/resources/profiles/Anker.json b/resources/profiles/Anker.json index 38904a3bc6..03f208a42b 100644 --- a/resources/profiles/Anker.json +++ b/resources/profiles/Anker.json @@ -1,6 +1,6 @@ { "name": "Anker", - "version": "01.06.04.00", + "version": "01.08.00.00", "force_update": "0", "description": "Anker configurations", "machine_model_list": [ diff --git a/resources/profiles/Anycubic.json b/resources/profiles/Anycubic.json index 410576d4e4..cd68215067 100644 --- a/resources/profiles/Anycubic.json +++ b/resources/profiles/Anycubic.json @@ -1,6 +1,6 @@ { "name": "Anycubic", - "version": "01.06.00.00", + "version": "01.08.00.00", "force_update": "0", "description": "Anycubic configurations", "machine_model_list": [ diff --git a/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic 4MaxPro2.json b/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic 4MaxPro2.json index 6babe744c2..c7b30bc5f4 100644 --- a/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic 4MaxPro2.json +++ b/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic 4MaxPro2.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic Chiron.json b/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic Chiron.json index 543e0d2d95..e516880a08 100644 --- a/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic Chiron.json +++ b/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic Chiron.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic KobraMax.json b/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic KobraMax.json index ea9ef86693..73db772a2a 100644 --- a/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic KobraMax.json +++ b/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic KobraMax.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic KobraPlus.json b/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic KobraPlus.json index 7cfd4daf10..f236f609e0 100644 --- a/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic KobraPlus.json +++ b/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic KobraPlus.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic Vyper.json b/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic Vyper.json index f50094c381..ca65287273 100644 --- a/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic Vyper.json +++ b/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic Vyper.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic i3MegaS.json b/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic i3MegaS.json index 026d45d1ca..ffa79dfcc0 100644 --- a/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic i3MegaS.json +++ b/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic i3MegaS.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic 4MaxPro2.json b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic 4MaxPro2.json index ca160587c6..3eec452725 100644 --- a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic 4MaxPro2.json +++ b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic 4MaxPro2.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Chiron.json b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Chiron.json index d0b6f45e86..99a1501abb 100644 --- a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Chiron.json +++ b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Chiron.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic KobraMax.json b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic KobraMax.json index 8efba928a2..097e6ae25c 100644 --- a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic KobraMax.json +++ b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic KobraMax.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic KobraPlus.json b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic KobraPlus.json index 9207419ad3..249aae8b65 100644 --- a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic KobraPlus.json +++ b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic KobraPlus.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Vyper.json b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Vyper.json index f8b80f8a9a..f1c5e98f04 100644 --- a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Vyper.json +++ b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Vyper.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic i3MegaS.json b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic i3MegaS.json index 4dfe316fa8..7e8f2256da 100644 --- a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic i3MegaS.json +++ b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic i3MegaS.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic 4MaxPro2.json b/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic 4MaxPro2.json index 7c96080441..c6fd6c3b4f 100644 --- a/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic 4MaxPro2.json +++ b/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic 4MaxPro2.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic Chiron.json b/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic Chiron.json index c7dba4627a..496528f2c0 100644 --- a/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic Chiron.json +++ b/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic Chiron.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic KobraMax.json b/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic KobraMax.json index 5dcc5385f7..605f81e5c3 100644 --- a/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic KobraMax.json +++ b/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic KobraMax.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic KobraPlus.json b/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic KobraPlus.json index 1e55e6d0c4..f42c73f1d9 100644 --- a/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic KobraPlus.json +++ b/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic KobraPlus.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic Vyper.json b/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic Vyper.json index 9cbf32870c..f3fe2d9587 100644 --- a/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic Vyper.json +++ b/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic Vyper.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic i3MegaS.json b/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic i3MegaS.json index c0ea8cc91e..1f2f55dfcb 100644 --- a/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic i3MegaS.json +++ b/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic i3MegaS.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Anycubic/process/fdm_process_common.json b/resources/profiles/Anycubic/process/fdm_process_common.json index faf2d9af79..30291bf626 100644 --- a/resources/profiles/Anycubic/process/fdm_process_common.json +++ b/resources/profiles/Anycubic/process/fdm_process_common.json @@ -41,7 +41,7 @@ "ironing_speed": "30", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "50", diff --git a/resources/profiles/Artillery.json b/resources/profiles/Artillery.json index 20c710b1cf..23da2f209e 100644 --- a/resources/profiles/Artillery.json +++ b/resources/profiles/Artillery.json @@ -1,6 +1,6 @@ { "name": "Artillery", - "version": "01.06.04.00", + "version": "01.08.00.00", "force_update": "0", "description": "Artillery configurations", "machine_model_list": [ diff --git a/resources/profiles/Artillery/process/0.15mm Optimal @Artillery Genius.json b/resources/profiles/Artillery/process/0.15mm Optimal @Artillery Genius.json index a19ff60848..02f19906a6 100644 --- a/resources/profiles/Artillery/process/0.15mm Optimal @Artillery Genius.json +++ b/resources/profiles/Artillery/process/0.15mm Optimal @Artillery Genius.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Artillery/process/0.16mm Optimal @Artillery Hornet.json b/resources/profiles/Artillery/process/0.16mm Optimal @Artillery Hornet.json index 2a2d537d85..90b3717bc7 100644 --- a/resources/profiles/Artillery/process/0.16mm Optimal @Artillery Hornet.json +++ b/resources/profiles/Artillery/process/0.16mm Optimal @Artillery Hornet.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Artillery/process/0.16mm Optimal @Artillery X1.json b/resources/profiles/Artillery/process/0.16mm Optimal @Artillery X1.json index 2ec2ebb93b..23b5e6605e 100644 --- a/resources/profiles/Artillery/process/0.16mm Optimal @Artillery X1.json +++ b/resources/profiles/Artillery/process/0.16mm Optimal @Artillery X1.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Artillery/process/0.20mm Standard @Artillery Genius.json b/resources/profiles/Artillery/process/0.20mm Standard @Artillery Genius.json index 410b266154..03d0e59ef3 100644 --- a/resources/profiles/Artillery/process/0.20mm Standard @Artillery Genius.json +++ b/resources/profiles/Artillery/process/0.20mm Standard @Artillery Genius.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Artillery/process/0.20mm Standard @Artillery Hornet.json b/resources/profiles/Artillery/process/0.20mm Standard @Artillery Hornet.json index 6188d382ef..24899e1bd9 100644 --- a/resources/profiles/Artillery/process/0.20mm Standard @Artillery Hornet.json +++ b/resources/profiles/Artillery/process/0.20mm Standard @Artillery Hornet.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Artillery/process/0.20mm Standard @Artillery X1.json b/resources/profiles/Artillery/process/0.20mm Standard @Artillery X1.json index ed223a5f0a..ed6853df93 100644 --- a/resources/profiles/Artillery/process/0.20mm Standard @Artillery X1.json +++ b/resources/profiles/Artillery/process/0.20mm Standard @Artillery X1.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Artillery/process/0.20mm Standard @Artillery X2.json b/resources/profiles/Artillery/process/0.20mm Standard @Artillery X2.json index 05e7bdb481..327afad6f7 100644 --- a/resources/profiles/Artillery/process/0.20mm Standard @Artillery X2.json +++ b/resources/profiles/Artillery/process/0.20mm Standard @Artillery X2.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Artillery/process/0.24mm Draft @Artillery Hornet.json b/resources/profiles/Artillery/process/0.24mm Draft @Artillery Hornet.json index b2977c6260..d3fb6cc4fd 100644 --- a/resources/profiles/Artillery/process/0.24mm Draft @Artillery Hornet.json +++ b/resources/profiles/Artillery/process/0.24mm Draft @Artillery Hornet.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Artillery/process/0.24mm Draft @Artillery X1.json b/resources/profiles/Artillery/process/0.24mm Draft @Artillery X1.json index edbb4817fd..06b10e836a 100644 --- a/resources/profiles/Artillery/process/0.24mm Draft @Artillery X1.json +++ b/resources/profiles/Artillery/process/0.24mm Draft @Artillery X1.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Artillery/process/0.25mm Draft @Artillery Genius.json b/resources/profiles/Artillery/process/0.25mm Draft @Artillery Genius.json index bfbf62199d..d5e0f991dd 100644 --- a/resources/profiles/Artillery/process/0.25mm Draft @Artillery Genius.json +++ b/resources/profiles/Artillery/process/0.25mm Draft @Artillery Genius.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Artillery/process/fdm_process_common.json b/resources/profiles/Artillery/process/fdm_process_common.json index faf2d9af79..30291bf626 100644 --- a/resources/profiles/Artillery/process/fdm_process_common.json +++ b/resources/profiles/Artillery/process/fdm_process_common.json @@ -41,7 +41,7 @@ "ironing_speed": "30", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "50", diff --git a/resources/profiles/BBL.json b/resources/profiles/BBL.json index 50cb96327e..2caae25cd1 100644 --- a/resources/profiles/BBL.json +++ b/resources/profiles/BBL.json @@ -1,7 +1,7 @@ { "name": "Bambulab", "url": "http://www.bambulab.com/Parameters/vendor/BBL.json", - "version": "01.07.00.29", + "version": "01.07.00.30", "force_update": "0", "description": "the initial version of BBL configurations", "machine_model_list": [ diff --git a/resources/profiles/BBL/filament/fdm_filament_abs.json b/resources/profiles/BBL/filament/fdm_filament_abs.json index 461dd5e610..74eb871518 100644 --- a/resources/profiles/BBL/filament/fdm_filament_abs.json +++ b/resources/profiles/BBL/filament/fdm_filament_abs.json @@ -5,7 +5,7 @@ "from": "system", "instantiation": "false", "activate_air_filtration": [ - "1" + "0" ], "cool_plate_temp": [ "0" diff --git a/resources/profiles/BBL/filament/fdm_filament_asa.json b/resources/profiles/BBL/filament/fdm_filament_asa.json index ac7a9294c1..a0da767a75 100644 --- a/resources/profiles/BBL/filament/fdm_filament_asa.json +++ b/resources/profiles/BBL/filament/fdm_filament_asa.json @@ -5,7 +5,7 @@ "from": "system", "instantiation": "false", "activate_air_filtration": [ - "1" + "0" ], "cool_plate_temp": [ "0" diff --git a/resources/profiles/BBL/process/fdm_process_bbl_common.json b/resources/profiles/BBL/process/fdm_process_bbl_common.json index 223e2e9eb7..526773face 100644 --- a/resources/profiles/BBL/process/fdm_process_bbl_common.json +++ b/resources/profiles/BBL/process/fdm_process_bbl_common.json @@ -29,7 +29,7 @@ "ironing_type": "no ironing", "layer_height": "0.2", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "50", diff --git a/resources/profiles/BIQU.json b/resources/profiles/BIQU.json index f3620e9284..a53d4e315b 100644 --- a/resources/profiles/BIQU.json +++ b/resources/profiles/BIQU.json @@ -1,6 +1,6 @@ { "name": "BIQU", - "version": "01.06.00.00", + "version": "01.08.00.00", "force_update": "0", "description": "BIQU configurations", "machine_model_list": [ diff --git a/resources/profiles/BIQU/process/fdm_process_biqu_common.json b/resources/profiles/BIQU/process/fdm_process_biqu_common.json index f6f264c868..0375a6ced1 100644 --- a/resources/profiles/BIQU/process/fdm_process_biqu_common.json +++ b/resources/profiles/BIQU/process/fdm_process_biqu_common.json @@ -43,7 +43,7 @@ "ironing_type": "no ironing", "layer_height": "0.2", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/BIQU/process/fdm_process_hurakan_common.json b/resources/profiles/BIQU/process/fdm_process_hurakan_common.json index 2519589647..ac3fa6d8f5 100644 --- a/resources/profiles/BIQU/process/fdm_process_hurakan_common.json +++ b/resources/profiles/BIQU/process/fdm_process_hurakan_common.json @@ -43,7 +43,7 @@ "ironing_type": "no ironing", "layer_height": "0.2", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Comgrow.json b/resources/profiles/Comgrow.json index d412cfd668..dc337e7400 100644 --- a/resources/profiles/Comgrow.json +++ b/resources/profiles/Comgrow.json @@ -1,6 +1,6 @@ { "name": "Comgrow", - "version": "01.07.00.00", + "version": "01.08.00.00", "force_update": "0", "description": "Comgrow configurations", "machine_model_list": [ diff --git a/resources/profiles/Creality.json b/resources/profiles/Creality.json index e73663c666..7c9e40ea84 100644 --- a/resources/profiles/Creality.json +++ b/resources/profiles/Creality.json @@ -1,6 +1,6 @@ { "name": "Creality", - "version": "01.07.00.00", + "version": "01.08.00.00", "force_update": "0", "description": "Creality configurations", "machine_model_list": [ diff --git a/resources/profiles/Creality/process/0.12mm Fine @Creality CR10Max.json b/resources/profiles/Creality/process/0.12mm Fine @Creality CR10Max.json index 1c3cefe233..86937ca76f 100644 --- a/resources/profiles/Creality/process/0.12mm Fine @Creality CR10Max.json +++ b/resources/profiles/Creality/process/0.12mm Fine @Creality CR10Max.json @@ -44,7 +44,7 @@ "ironing_type": "no ironing", "layer_height": "0.12", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V2.json b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V2.json index e4fff81299..eac84c4088 100644 --- a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V2.json +++ b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender3V2.json @@ -44,7 +44,7 @@ "ironing_type": "no ironing", "layer_height": "0.12", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender5Pro (2019).json b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender5Pro (2019).json index 3613ada505..95e24872c8 100644 --- a/resources/profiles/Creality/process/0.12mm Fine @Creality Ender5Pro (2019).json +++ b/resources/profiles/Creality/process/0.12mm Fine @Creality Ender5Pro (2019).json @@ -44,7 +44,7 @@ "ironing_type": "no ironing", "layer_height": "0.12", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Creality/process/0.15mm Optimal @Creality CR10Max.json b/resources/profiles/Creality/process/0.15mm Optimal @Creality CR10Max.json index 3d0db3caa7..eb649fb1f1 100644 --- a/resources/profiles/Creality/process/0.15mm Optimal @Creality CR10Max.json +++ b/resources/profiles/Creality/process/0.15mm Optimal @Creality CR10Max.json @@ -44,7 +44,7 @@ "ironing_type": "no ironing", "layer_height": "0.15", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Creality/process/0.15mm Optimal @Creality Ender3V2.json b/resources/profiles/Creality/process/0.15mm Optimal @Creality Ender3V2.json index 6856368697..997f6face1 100644 --- a/resources/profiles/Creality/process/0.15mm Optimal @Creality Ender3V2.json +++ b/resources/profiles/Creality/process/0.15mm Optimal @Creality Ender3V2.json @@ -44,7 +44,7 @@ "ironing_type": "no ironing", "layer_height": "0.15", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Creality/process/0.15mm Optimal @Creality Ender5Pro (2019).json b/resources/profiles/Creality/process/0.15mm Optimal @Creality Ender5Pro (2019).json index c67ceeda6a..9404f9d2f8 100644 --- a/resources/profiles/Creality/process/0.15mm Optimal @Creality Ender5Pro (2019).json +++ b/resources/profiles/Creality/process/0.15mm Optimal @Creality Ender5Pro (2019).json @@ -44,7 +44,7 @@ "ironing_type": "no ironing", "layer_height": "0.15", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality CR10V2.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality CR10V2.json index bf21389e53..0ded3d9508 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality CR10V2.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality CR10V2.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3S1.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3S1.json index 13a985f13c..2d7a02e45e 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3S1.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3S1.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3S1Pro.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3S1Pro.json index 0a1336b9c3..6897175b64 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3S1Pro.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender3S1Pro.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5.json index fe5711c03d..5600ad9174 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Plus.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Plus.json index b6ab429ba3..78c523f829 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Plus.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Plus.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5S.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5S.json index b26cb9d89f..86044fd774 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5S.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5S.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5S1.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5S1.json index 9a3b288d7c..64fdc16a1f 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5S1.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5S1.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender6.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender6.json index 39c8022f19..6586f39240 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender6.json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender6.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality K1 (0.4 nozzle).json b/resources/profiles/Creality/process/0.16mm Optimal @Creality K1 (0.4 nozzle).json index d0db47b346..163f47fdc8 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality K1 (0.4 nozzle).json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality K1 (0.4 nozzle).json @@ -51,7 +51,7 @@ "ironing_type": "no ironing", "layer_height": "0.16", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "50", diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality K1Max (0.4 nozzle).json b/resources/profiles/Creality/process/0.16mm Optimal @Creality K1Max (0.4 nozzle).json index 30ac1cc624..3001612377 100644 --- a/resources/profiles/Creality/process/0.16mm Optimal @Creality K1Max (0.4 nozzle).json +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality K1Max (0.4 nozzle).json @@ -49,7 +49,7 @@ "ironing_type": "no ironing", "layer_height": "0.16", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "50", diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality CR10Max.json b/resources/profiles/Creality/process/0.20mm Standard @Creality CR10Max.json index a2ca2e66c9..9913f7f5b7 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality CR10Max.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality CR10Max.json @@ -44,7 +44,7 @@ "ironing_type": "no ironing", "layer_height": "0.2", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality CR10V2.json b/resources/profiles/Creality/process/0.20mm Standard @Creality CR10V2.json index 077eeee6ad..a6cbe7ac1a 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality CR10V2.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality CR10V2.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3.json index f63b773e5b..94574083f0 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3S1.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3S1.json index 9a692a5f82..a3d25a670c 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3S1.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3S1.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3S1Pro.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3S1Pro.json index df406a4ddd..4743cb6256 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3S1Pro.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3S1Pro.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V2.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V2.json index b7bcff8bbb..ec55c75391 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V2.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender3V2.json @@ -44,7 +44,7 @@ "ironing_type": "no ironing", "layer_height": "0.2", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5.json index cdf7af7fc1..b8ab9727f6 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Plus.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Plus.json index 4db9d64c9a..c9518d4655 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Plus.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Plus.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019).json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019).json index 48d4d98e51..04b6b36d34 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019).json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019).json @@ -44,7 +44,7 @@ "ironing_type": "no ironing", "layer_height": "0.2", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5S.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5S.json index 1ed5693f09..63815b0e6e 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5S.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5S.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5S1.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5S1.json index 801be3e549..608e67142b 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5S1.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5S1.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender6.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender6.json index ce6a673302..ae98760d8a 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender6.json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender6.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality K1 (0.4 nozzle).json b/resources/profiles/Creality/process/0.20mm Standard @Creality K1 (0.4 nozzle).json index 378a1250aa..1e115ba9e4 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality K1 (0.4 nozzle).json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality K1 (0.4 nozzle).json @@ -51,7 +51,7 @@ "ironing_type": "no ironing", "layer_height": "0.2", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "50", diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality K1Max (0.4 nozzle).json b/resources/profiles/Creality/process/0.20mm Standard @Creality K1Max (0.4 nozzle).json index acb91b51bf..725adc69ac 100644 --- a/resources/profiles/Creality/process/0.20mm Standard @Creality K1Max (0.4 nozzle).json +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality K1Max (0.4 nozzle).json @@ -49,7 +49,7 @@ "ironing_type": "no ironing", "layer_height": "0.2", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "50", diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality CR10Max.json b/resources/profiles/Creality/process/0.24mm Draft @Creality CR10Max.json index 209ded8211..59fe41c01d 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality CR10Max.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality CR10Max.json @@ -44,7 +44,7 @@ "ironing_type": "no ironing", "layer_height": "0.24", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V2.json b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V2.json index b2db3fb562..f9727bbf9c 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V2.json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender3V2.json @@ -44,7 +44,7 @@ "ironing_type": "no ironing", "layer_height": "0.24", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019).json b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019).json index 7354faf490..d6df736aba 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019).json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019).json @@ -44,7 +44,7 @@ "ironing_type": "no ironing", "layer_height": "0.24", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality K1 (0.4 nozzle).json b/resources/profiles/Creality/process/0.24mm Draft @Creality K1 (0.4 nozzle).json index 2e497198ab..1f77dd81e7 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality K1 (0.4 nozzle).json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality K1 (0.4 nozzle).json @@ -51,7 +51,7 @@ "ironing_type": "no ironing", "layer_height": "0.2", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "50", diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality K1Max (0.4 nozzle).json b/resources/profiles/Creality/process/0.24mm Draft @Creality K1Max (0.4 nozzle).json index 7e7d68f574..7ea7a1846a 100644 --- a/resources/profiles/Creality/process/0.24mm Draft @Creality K1Max (0.4 nozzle).json +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality K1Max (0.4 nozzle).json @@ -49,7 +49,7 @@ "ironing_type": "no ironing", "layer_height": "0.24", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "50", diff --git a/resources/profiles/Creality/process/0.24mm Optimal @Creality K1 (0.6 nozzle).json b/resources/profiles/Creality/process/0.24mm Optimal @Creality K1 (0.6 nozzle).json index 14ddd750eb..558d2786d6 100644 --- a/resources/profiles/Creality/process/0.24mm Optimal @Creality K1 (0.6 nozzle).json +++ b/resources/profiles/Creality/process/0.24mm Optimal @Creality K1 (0.6 nozzle).json @@ -49,7 +49,7 @@ "ironing_type": "no ironing", "layer_height": "0.24", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "50", diff --git a/resources/profiles/Creality/process/0.24mm Optimal @Creality K1Max (0.6 nozzle).json b/resources/profiles/Creality/process/0.24mm Optimal @Creality K1Max (0.6 nozzle).json index 7ac9cbe9f1..5bc47cd737 100644 --- a/resources/profiles/Creality/process/0.24mm Optimal @Creality K1Max (0.6 nozzle).json +++ b/resources/profiles/Creality/process/0.24mm Optimal @Creality K1Max (0.6 nozzle).json @@ -49,7 +49,7 @@ "ironing_type": "no ironing", "layer_height": "0.24", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "50", diff --git a/resources/profiles/Creality/process/0.30mm Standard @Creality K1 (0.6 nozzle).json b/resources/profiles/Creality/process/0.30mm Standard @Creality K1 (0.6 nozzle).json index 9c47f7d942..fb8ab24e95 100644 --- a/resources/profiles/Creality/process/0.30mm Standard @Creality K1 (0.6 nozzle).json +++ b/resources/profiles/Creality/process/0.30mm Standard @Creality K1 (0.6 nozzle).json @@ -49,7 +49,7 @@ "ironing_type": "no ironing", "layer_height": "0.3", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "50", diff --git a/resources/profiles/Creality/process/0.30mm Standard @Creality K1Max (0.6 nozzle).json b/resources/profiles/Creality/process/0.30mm Standard @Creality K1Max (0.6 nozzle).json index ead330c693..e19704fc2a 100644 --- a/resources/profiles/Creality/process/0.30mm Standard @Creality K1Max (0.6 nozzle).json +++ b/resources/profiles/Creality/process/0.30mm Standard @Creality K1Max (0.6 nozzle).json @@ -49,7 +49,7 @@ "ironing_type": "no ironing", "layer_height": "0.3", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "50", diff --git a/resources/profiles/Creality/process/0.32mm Optimal @Creality K1 (0.8 nozzle).json b/resources/profiles/Creality/process/0.32mm Optimal @Creality K1 (0.8 nozzle).json index 4349548d87..7e562392d5 100644 --- a/resources/profiles/Creality/process/0.32mm Optimal @Creality K1 (0.8 nozzle).json +++ b/resources/profiles/Creality/process/0.32mm Optimal @Creality K1 (0.8 nozzle).json @@ -49,7 +49,7 @@ "ironing_type": "no ironing", "layer_height": "0.32", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "50", diff --git a/resources/profiles/Creality/process/0.32mm Optimal @Creality K1Max (0.8 nozzle).json b/resources/profiles/Creality/process/0.32mm Optimal @Creality K1Max (0.8 nozzle).json index 21eac2347e..b449ebc101 100644 --- a/resources/profiles/Creality/process/0.32mm Optimal @Creality K1Max (0.8 nozzle).json +++ b/resources/profiles/Creality/process/0.32mm Optimal @Creality K1Max (0.8 nozzle).json @@ -49,7 +49,7 @@ "ironing_type": "no ironing", "layer_height": "0.32", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "50", diff --git a/resources/profiles/Creality/process/0.36mm Draft @Creality K1 (0.6 nozzle).json b/resources/profiles/Creality/process/0.36mm Draft @Creality K1 (0.6 nozzle).json index 6b54d3c3e6..9d7d3d4ac5 100644 --- a/resources/profiles/Creality/process/0.36mm Draft @Creality K1 (0.6 nozzle).json +++ b/resources/profiles/Creality/process/0.36mm Draft @Creality K1 (0.6 nozzle).json @@ -49,7 +49,7 @@ "ironing_type": "no ironing", "layer_height": "0.36", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "50", diff --git a/resources/profiles/Creality/process/0.36mm Draft @Creality K1Max (0.6 nozzle).json b/resources/profiles/Creality/process/0.36mm Draft @Creality K1Max (0.6 nozzle).json index cf796e77cf..63c7107e5b 100644 --- a/resources/profiles/Creality/process/0.36mm Draft @Creality K1Max (0.6 nozzle).json +++ b/resources/profiles/Creality/process/0.36mm Draft @Creality K1Max (0.6 nozzle).json @@ -49,7 +49,7 @@ "ironing_type": "no ironing", "layer_height": "0.36", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "50", diff --git a/resources/profiles/Creality/process/0.40mm Standard @Creality K1 (0.8 nozzle).json b/resources/profiles/Creality/process/0.40mm Standard @Creality K1 (0.8 nozzle).json index a4c4cef212..b72a91f6bf 100644 --- a/resources/profiles/Creality/process/0.40mm Standard @Creality K1 (0.8 nozzle).json +++ b/resources/profiles/Creality/process/0.40mm Standard @Creality K1 (0.8 nozzle).json @@ -49,7 +49,7 @@ "ironing_type": "no ironing", "layer_height": "0.4", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "50", diff --git a/resources/profiles/Creality/process/0.40mm Standard @Creality K1Max (0.8 nozzle).json b/resources/profiles/Creality/process/0.40mm Standard @Creality K1Max (0.8 nozzle).json index 73ffc4dcd5..0afc0a0363 100644 --- a/resources/profiles/Creality/process/0.40mm Standard @Creality K1Max (0.8 nozzle).json +++ b/resources/profiles/Creality/process/0.40mm Standard @Creality K1Max (0.8 nozzle).json @@ -49,7 +49,7 @@ "ironing_type": "no ironing", "layer_height": "0.4", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "50", diff --git a/resources/profiles/Creality/process/0.48mm Draft @Creality K1 (0.8 nozzle).json b/resources/profiles/Creality/process/0.48mm Draft @Creality K1 (0.8 nozzle).json index aa22d082e0..a51952a74d 100644 --- a/resources/profiles/Creality/process/0.48mm Draft @Creality K1 (0.8 nozzle).json +++ b/resources/profiles/Creality/process/0.48mm Draft @Creality K1 (0.8 nozzle).json @@ -49,7 +49,7 @@ "ironing_type": "no ironing", "layer_height": "0.48", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "50", diff --git a/resources/profiles/Creality/process/0.48mm Draft @Creality K1Max (0.8 nozzle).json b/resources/profiles/Creality/process/0.48mm Draft @Creality K1Max (0.8 nozzle).json index 3f50fcec4c..6842de7ced 100644 --- a/resources/profiles/Creality/process/0.48mm Draft @Creality K1Max (0.8 nozzle).json +++ b/resources/profiles/Creality/process/0.48mm Draft @Creality K1Max (0.8 nozzle).json @@ -49,7 +49,7 @@ "ironing_type": "no ironing", "layer_height": "0.48", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "50", diff --git a/resources/profiles/Creality/process/fdm_process_creality_common.json b/resources/profiles/Creality/process/fdm_process_creality_common.json index 5d6c90e849..83c8322a28 100644 --- a/resources/profiles/Creality/process/fdm_process_creality_common.json +++ b/resources/profiles/Creality/process/fdm_process_creality_common.json @@ -43,7 +43,7 @@ "ironing_type": "no ironing", "layer_height": "0.2", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Custom.json b/resources/profiles/Custom.json index cd749a0677..22e2f992bc 100644 --- a/resources/profiles/Custom.json +++ b/resources/profiles/Custom.json @@ -1,6 +1,6 @@ { "name": "Custom Printer", - "version": "01.06.01.00", + "version": "01.08.00.00", "force_update": "0", "description": "My configurations", "machine_model_list": [ diff --git a/resources/profiles/Custom/process/fdm_process_klipper_common.json b/resources/profiles/Custom/process/fdm_process_klipper_common.json index 111573307d..becc3fadd8 100644 --- a/resources/profiles/Custom/process/fdm_process_klipper_common.json +++ b/resources/profiles/Custom/process/fdm_process_klipper_common.json @@ -43,7 +43,7 @@ "ironing_type": "no ironing", "layer_height": "0.2", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "50", diff --git a/resources/profiles/Custom/process/fdm_process_marlin_common.json b/resources/profiles/Custom/process/fdm_process_marlin_common.json index 4ca361a2ed..ad5002ab20 100644 --- a/resources/profiles/Custom/process/fdm_process_marlin_common.json +++ b/resources/profiles/Custom/process/fdm_process_marlin_common.json @@ -43,7 +43,7 @@ "ironing_type": "no ironing", "layer_height": "0.2", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "50", diff --git a/resources/profiles/Elegoo.json b/resources/profiles/Elegoo.json index d5be4493d0..a5c0576488 100644 --- a/resources/profiles/Elegoo.json +++ b/resources/profiles/Elegoo.json @@ -1,6 +1,6 @@ { "name": "Elegoo", - "version": "01.07.00.00", + "version": "01.08.00.00", "force_update": "0", "description": "Elegoo configurations", "machine_model_list": [ diff --git a/resources/profiles/FLSun.json b/resources/profiles/FLSun.json index d6ad4084af..4f625b16ff 100644 --- a/resources/profiles/FLSun.json +++ b/resources/profiles/FLSun.json @@ -1,6 +1,6 @@ { "name": "FLSun", - "version": "01.06.04.00", + "version": "01.08.00.00", "force_update": "0", "description": "FLSun configurations", "machine_model_list": [ diff --git a/resources/profiles/FLSun/process/0.08mm Fine @FLSun Q5.json b/resources/profiles/FLSun/process/0.08mm Fine @FLSun Q5.json index e69f874987..b2f8c0a6ef 100644 --- a/resources/profiles/FLSun/process/0.08mm Fine @FLSun Q5.json +++ b/resources/profiles/FLSun/process/0.08mm Fine @FLSun Q5.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/FLSun/process/0.08mm Fine @FLSun QQSPro.json b/resources/profiles/FLSun/process/0.08mm Fine @FLSun QQSPro.json index fb305084fe..21d435028c 100644 --- a/resources/profiles/FLSun/process/0.08mm Fine @FLSun QQSPro.json +++ b/resources/profiles/FLSun/process/0.08mm Fine @FLSun QQSPro.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/FLSun/process/0.16mm Optimal @FLSun Q5.json b/resources/profiles/FLSun/process/0.16mm Optimal @FLSun Q5.json index f428ad7c1d..d9aac91088 100644 --- a/resources/profiles/FLSun/process/0.16mm Optimal @FLSun Q5.json +++ b/resources/profiles/FLSun/process/0.16mm Optimal @FLSun Q5.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/FLSun/process/0.16mm Optimal @FLSun QQSPro.json b/resources/profiles/FLSun/process/0.16mm Optimal @FLSun QQSPro.json index 2782454eae..093584d733 100644 --- a/resources/profiles/FLSun/process/0.16mm Optimal @FLSun QQSPro.json +++ b/resources/profiles/FLSun/process/0.16mm Optimal @FLSun QQSPro.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/FLSun/process/0.20mm Standard @FLSun Q5.json b/resources/profiles/FLSun/process/0.20mm Standard @FLSun Q5.json index 962385bf6c..b3e33c1928 100644 --- a/resources/profiles/FLSun/process/0.20mm Standard @FLSun Q5.json +++ b/resources/profiles/FLSun/process/0.20mm Standard @FLSun Q5.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/FLSun/process/0.20mm Standard @FLSun QQSPro.json b/resources/profiles/FLSun/process/0.20mm Standard @FLSun QQSPro.json index be85322b97..f4b46ac571 100644 --- a/resources/profiles/FLSun/process/0.20mm Standard @FLSun QQSPro.json +++ b/resources/profiles/FLSun/process/0.20mm Standard @FLSun QQSPro.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/FLSun/process/0.24mm Draft @FLSun Q5.json b/resources/profiles/FLSun/process/0.24mm Draft @FLSun Q5.json index 101594de40..ca8b4bf23c 100644 --- a/resources/profiles/FLSun/process/0.24mm Draft @FLSun Q5.json +++ b/resources/profiles/FLSun/process/0.24mm Draft @FLSun Q5.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/FLSun/process/0.24mm Draft @FLSun QQSPro.json b/resources/profiles/FLSun/process/0.24mm Draft @FLSun QQSPro.json index 30fe88f7e6..f06ed8b702 100644 --- a/resources/profiles/FLSun/process/0.24mm Draft @FLSun QQSPro.json +++ b/resources/profiles/FLSun/process/0.24mm Draft @FLSun QQSPro.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/FLSun/process/0.30mm Extra Draft @FLSun Q5.json b/resources/profiles/FLSun/process/0.30mm Extra Draft @FLSun Q5.json index a98622daec..f6a8572ee2 100644 --- a/resources/profiles/FLSun/process/0.30mm Extra Draft @FLSun Q5.json +++ b/resources/profiles/FLSun/process/0.30mm Extra Draft @FLSun Q5.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/FLSun/process/0.30mm Extra Draft @FLSun QQSPro.json b/resources/profiles/FLSun/process/0.30mm Extra Draft @FLSun QQSPro.json index b745caa2fc..5b0c670c41 100644 --- a/resources/profiles/FLSun/process/0.30mm Extra Draft @FLSun QQSPro.json +++ b/resources/profiles/FLSun/process/0.30mm Extra Draft @FLSun QQSPro.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/FLSun/process/fdm_process_common.json b/resources/profiles/FLSun/process/fdm_process_common.json index ec9c890150..dbcc552bbd 100644 --- a/resources/profiles/FLSun/process/fdm_process_common.json +++ b/resources/profiles/FLSun/process/fdm_process_common.json @@ -41,7 +41,7 @@ "ironing_speed": "30", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "50", diff --git a/resources/profiles/Flashforge.json b/resources/profiles/Flashforge.json index 1bfca4fc71..f00dcda629 100644 --- a/resources/profiles/Flashforge.json +++ b/resources/profiles/Flashforge.json @@ -1,7 +1,7 @@ { "name": "Flashforge", "url": "", - "version": "01.06.00.00", + "version": "01.08.00.00", "force_update": "0", "description": "Flashforge configurations", "machine_model_list": [ @@ -19,6 +19,18 @@ "name": "fdm_process_common", "sub_path": "process/fdm_process_common.json" }, + { + "name": "fdm_process_flashforge_common", + "sub_path": "process/fdm_process_flashforge_common.json" + }, + { + "name": "fdm_process_flashforge_0.20", + "sub_path": "process/fdm_process_flashforge_0.20.json" + }, + { + "name": "fdm_process_flashforge_0.30", + "sub_path": "process/fdm_process_flashforge_0.30.json" + }, { "name": "0.20mm Standard @Flashforge AD5M 0.4 Nozzle", "sub_path": "process/0.20mm Standard @Flashforge AD5M 0.4 Nozzle.json" diff --git a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M 0.4 Nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M 0.4 Nozzle.json index a8fc89ada6..a256bd2178 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M 0.4 Nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M 0.4 Nozzle.json @@ -47,7 +47,7 @@ "machine_pause_gcode": "M25", "default_filament_profile": [ "Flashforge Generic PLA" ], "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 ; disable motors", "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]", "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "scan_first_layer": "0", diff --git a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M 0.6 Nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M 0.6 Nozzle.json index 8d4930ffe9..2c1c75aa70 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M 0.6 Nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M 0.6 Nozzle.json @@ -47,7 +47,7 @@ "machine_pause_gcode": "M25", "default_filament_profile": [ "Flashforge Generic PLA" ], "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 ; disable motors", "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]", "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "scan_first_layer": "0", diff --git a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro 0.4 Nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro 0.4 Nozzle.json index 42fae97d73..dded44af82 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro 0.4 Nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro 0.4 Nozzle.json @@ -47,7 +47,7 @@ "machine_pause_gcode": "M25", "default_filament_profile": [ "Flashforge Generic PLA" ], "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 ; disable motors", "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]", "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "scan_first_layer": "0", diff --git a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro 0.6 Nozzle.json b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro 0.6 Nozzle.json index 70e7e483b5..60aba649ea 100644 --- a/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro 0.6 Nozzle.json +++ b/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M Pro 0.6 Nozzle.json @@ -47,7 +47,7 @@ "machine_pause_gcode": "M25", "default_filament_profile": [ "Flashforge Generic PLA" ], "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 ; disable motors", "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]", "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "scan_first_layer": "0", diff --git a/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge AD5M 0.4 Nozzle.json b/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge AD5M 0.4 Nozzle.json index 37d091c649..662b265425 100644 --- a/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge AD5M 0.4 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge AD5M 0.4 Nozzle.json @@ -1,125 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Flashforge AD5M 0.4 Nozzle", + "inherits": "fdm_process_flashforge_0.20", "from": "system", - "inherits": "fdm_process_common", + "setting_id": "GP001", "instantiation": "true", - "adaptive_layer_height": "0", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "25", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "10000", - "top_surface_acceleration": "2000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.15", - "enable_arc_fitting": "1", - "outer_wall_line_width": "0.42", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "grid", - "initial_layer_acceleration": "500", - "travel_acceleration": "10000", - "inner_wall_acceleration": "5000", - "initial_layer_line_width": "0.45", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "layer_height": "0.2", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "40", - "overhang_3_4_speed": "20", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "1", - "minimum_sparse_infill_area": "15", - "internal_solid_infill_line_width": "0.42", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "default", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.18", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "2", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "150", - "support_threshold_angle": "30", - "support_object_xy_distance": "0.3", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "0", - "detect_thin_wall": "0", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.42", - "top_shell_layers": "3", - "top_shell_thickness": "0.6", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "200", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "250", - "top_surface_speed": "200", - "gap_infill_speed": "200", - "sparse_infill_speed": "270", - "travel_speed": "500", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "brim_type": "no_brim", - "gcode_label_objects": "0", - "exclude_object": "0", - "wall_generator": "classic", - "print_flow_ratio": "0.98", - "only_one_wall_top": "1", - "slow_down_layers": "1", - "small_perimeter_speed": "50%", - "overhang_speed_classic": "0", - "internal_bridge_speed": "50", - "outer_wall_acceleration": "5000", - "internal_solid_infill_acceleration": "7000", - "accel_to_decel_enable": "0", - "filter_out_gap_fill": "0.5", - "internal_bridge_support_thickness": "0.8", - "support_bottom_z_distance": "0.18", - "wipe_speed": "200", "compatible_printers": [ "Flashforge Adventurer 5M 0.4 Nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle.json b/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle.json index cd52839a62..305ccce399 100644 --- a/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle.json @@ -1,125 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle", + "inherits": "fdm_process_flashforge_0.20", "from": "system", - "inherits": "fdm_process_common", + "setting_id": "GP002", "instantiation": "true", - "adaptive_layer_height": "0", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "25", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "10000", - "top_surface_acceleration": "2000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.15", - "enable_arc_fitting": "1", - "outer_wall_line_width": "0.42", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.42", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "grid", - "initial_layer_acceleration": "500", - "travel_acceleration": "10000", - "inner_wall_acceleration": "5000", - "initial_layer_line_width": "0.45", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "layer_height": "0.2", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "40", - "overhang_3_4_speed": "20", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "1", - "minimum_sparse_infill_area": "15", - "internal_solid_infill_line_width": "0.42", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "default", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.18", - "support_filament": "0", - "support_line_width": "0.42", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "2", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "150", - "support_threshold_angle": "30", - "support_object_xy_distance": "0.3", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "0", - "detect_thin_wall": "0", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.42", - "top_shell_layers": "3", - "top_shell_thickness": "0.6", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "80", - "outer_wall_speed": "200", - "inner_wall_speed": "300", - "internal_solid_infill_speed": "250", - "top_surface_speed": "200", - "gap_infill_speed": "200", - "sparse_infill_speed": "270", - "travel_speed": "500", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "brim_type": "no_brim", - "gcode_label_objects": "0", - "exclude_object": "0", - "wall_generator": "classic", - "print_flow_ratio": "0.98", - "only_one_wall_top": "1", - "slow_down_layers": "1", - "small_perimeter_speed": "50%", - "overhang_speed_classic": "0", - "internal_bridge_speed": "50", - "outer_wall_acceleration": "5000", - "internal_solid_infill_acceleration": "7000", - "accel_to_decel_enable": "0", - "filter_out_gap_fill": "0.5", - "internal_bridge_support_thickness": "0.8", - "support_bottom_z_distance": "0.18", - "wipe_speed": "200", "compatible_printers": [ "Flashforge Adventurer 5M Pro 0.4 Nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge AD5M 0.6 Nozzle.json b/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge AD5M 0.6 Nozzle.json index 9b8253fae2..76f0ab91e1 100644 --- a/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge AD5M 0.6 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge AD5M 0.6 Nozzle.json @@ -1,124 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.30mm Standard @Flashforge AD5M 0.6 Nozzle", + "inherits": "fdm_process_flashforge_0.30", "from": "system", - "inherits": "fdm_process_common", + "setting_id": "GP003", "instantiation": "true", - "adaptive_layer_height": "0", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "1", - "bridge_speed": "25", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "10000", - "top_surface_acceleration": "2000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.15", - "enable_arc_fitting": "1", - "outer_wall_line_width": "0.62", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.62", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "grid", - "initial_layer_acceleration": "500", - "travel_acceleration": "10000", - "inner_wall_acceleration": "5000", - "initial_layer_line_width": "0.62", - "initial_layer_print_height": "0.3", - "infill_combination": "0", - "sparse_infill_line_width": "0.62", - "infill_wall_overlap": "15%", - "interface_shells": "0", - "ironing_flow": "15%", - "ironing_spacing": "0.1", - "ironing_speed": "15", - "ironing_type": "no ironing", - "layer_height": "0.3", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "40", - "overhang_3_4_speed": "20", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.62", - "wall_loops": "2", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "1", - "minimum_sparse_infill_area": "15", - "internal_solid_infill_line_width": "0.62", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "default", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.18", - "support_filament": "0", - "support_line_width": "0.62", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "2", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "150", - "support_threshold_angle": "30", - "support_object_xy_distance": "0.3", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "0", - "detect_thin_wall": "0", - "top_surface_pattern": "monotonicline", - "top_surface_line_width": "0.62", - "top_shell_layers": "3", - "top_shell_thickness": "0.6", - "initial_layer_speed": "45", - "initial_layer_infill_speed": "65", - "outer_wall_speed": "120", - "inner_wall_speed": "150", - "internal_solid_infill_speed": "150", - "top_surface_speed": "120", - "gap_infill_speed": "150", - "sparse_infill_speed": "100", - "travel_speed": "500", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "brim_type": "no_brim", - "exclude_object": "0", - "wall_generator": "classic", - "only_one_wall_top": "1", - "small_perimeter_speed": "50%", - "overhang_speed_classic": "0", - "internal_bridge_speed": "50", - "outer_wall_acceleration": "5000", - "internal_solid_infill_acceleration": "7000", - "accel_to_decel_enable": "0", - "filter_out_gap_fill": "0.5", - "internal_bridge_support_thickness": "0.8", - "support_bottom_z_distance": "0.18", - "gcode_label_objects": "0", - "slow_down_layers": "1", - "wipe_speed": "200", "compatible_printers": [ "Flashforge Adventurer 5M 0.6 Nozzle" ] -} +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle.json b/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle.json index 230b53670a..74d314d740 100644 --- a/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle.json @@ -1,233 +1,11 @@ { "type": "process", - "setting_id": "GP004", "name": "0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle", + "inherits": "fdm_process_flashforge_0.30", "from": "system", - "inherits": "fdm_process_common", + "setting_id": "GP004", "instantiation": "true", - "accel_to_decel_enable": "0", - "accel_to_decel_factor": "50%", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bottom_solid_infill_flow_ratio": "1", - "bottom_surface_pattern": "monotonic", - "bridge_acceleration": "50%", - "bridge_angle": "0", - "bridge_density": "100%", - "bridge_flow": "1", - "bridge_no_support": "0", - "bridge_speed": "25", - "brim_ears_detection_length": "1", - "brim_ears_max_angle": "125", - "brim_object_gap": "0.1", - "brim_type": "no_brim", - "brim_width": "5", "compatible_printers": [ "Flashforge Adventurer 5M Pro 0.6 Nozzle" - ], - "compatible_printers_condition": "", - "default_acceleration": "10000", - "default_jerk": "0", - "detect_narrow_internal_solid_infill": "1", - "detect_overhang_wall": "1", - "detect_thin_wall": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0.15", - "enable_arc_fitting": "1", - "enable_overhang_speed": "1", - "enable_prime_tower": "0", - "enable_support": "0", - "enforce_support_layers": "0", - "ensure_vertical_shell_thickness": "1", - "exclude_object": "0", - "extra_perimeters_on_overhangs": "0", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", - "filter_out_gap_fill": "0.5", - "flush_into_infill": "0", - "flush_into_objects": "0", - "flush_into_support": "1", - "fuzzy_skin": "none", - "fuzzy_skin_point_distance": "0.8", - "fuzzy_skin_thickness": "0.3", - "gap_infill_speed": "150", - "gcode_add_line_number": "0", - "gcode_comments": "0", - "gcode_label_objects": "0", - "independent_support_layer_height": "1", - "infill_anchor": "400%", - "infill_anchor_max": "20", - "infill_combination": "0", - "infill_direction": "45", - "infill_jerk": "9", - "infill_wall_overlap": "15%", - "initial_layer_acceleration": "500", - "initial_layer_infill_speed": "65", - "initial_layer_jerk": "9", - "initial_layer_line_width": "0.62", - "initial_layer_min_bead_width": "85%", - "initial_layer_print_height": "0.3", - "initial_layer_speed": "45", - "initial_layer_travel_speed": "100%", - "inner_wall_acceleration": "5000", - "inner_wall_jerk": "9", - "inner_wall_line_width": "0.62", - "inner_wall_speed": "150", - "interface_shells": "0", - "internal_bridge_speed": "50", - "internal_bridge_support_thickness": "0.8", - "internal_solid_infill_acceleration": "7000", - "internal_solid_infill_line_width": "0.62", - "internal_solid_infill_pattern": "monotonic", - "internal_solid_infill_speed": "150", - "ironing_flow": "10%", - "ironing_pattern": "zig-zag", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "layer_height": "0.3", - "line_width": "0.62", - "make_overhang_printable": "0", - "make_overhang_printable_angle": "55", - "make_overhang_printable_hole_size": "0", - "max_bridge_length": "10", - "max_travel_detour_distance": "0", - "min_bead_width": "85%", - "min_feature_size": "25%", - "min_width_top_surface": "300%", - "minimum_sparse_infill_area": "15", - "notes": "", - "only_one_wall_first_layer": "0", - "only_one_wall_top": "1", - "ooze_prevention": "0", - "outer_wall_acceleration": "5000", - "outer_wall_jerk": "9", - "outer_wall_line_width": "0.62", - "outer_wall_speed": "120", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "40", - "overhang_3_4_speed": "20", - "overhang_4_4_speed": "10", - "overhang_speed_classic": "0", - "post_process": [], - "precise_outer_wall": "0", - "prime_tower_brim_width": "3", - "prime_tower_width": "35", - "prime_volume": "45", - "print_flow_ratio": "1", - "print_sequence": "by layer", - "print_settings_id": "0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle", - "raft_contact_distance": "0.1", - "raft_expansion": "1.5", - "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "2", - "raft_layers": "0", - "reduce_crossing_wall": "0", - "reduce_infill_retraction": "1", - "resolution": "0.012", - "role_based_wipe_speed": "1", - "seam_gap": "10%", - "seam_position": "aligned", - "single_extruder_multi_material_priming": "1", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "1", - "slice_closing_radius": "0.049", - "slicing_mode": "regular", - "slow_down_layers": "1", - "small_perimeter_speed": "50%", - "small_perimeter_threshold": "0", - "solid_infill_filament": "1", - "sparse_infill_acceleration": "100%", - "sparse_infill_density": "15%", - "sparse_infill_filament": "1", - "sparse_infill_line_width": "0.62", - "sparse_infill_pattern": "grid", - "sparse_infill_speed": "100", - "spiral_mode": "0", - "staggered_inner_seams": "0", - "standby_temperature_delta": "-5", - "support_angle": "0", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_bottom_interface_spacing": "0.5", - "support_bottom_z_distance": "0.18", - "support_critical_regions_only": "0", - "support_expansion": "0", - "support_filament": "0", - "support_interface_bottom_layers": "2", - "support_interface_filament": "0", - "support_interface_loop_pattern": "0", - "support_interface_pattern": "rectilinear", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_interface_top_layers": "2", - "support_line_width": "0.62", - "support_object_xy_distance": "0.3", - "support_on_build_plate_only": "0", - "support_remove_small_overhang": "1", - "support_speed": "150", - "support_style": "default", - "support_threshold_angle": "30", - "support_top_z_distance": "0.18", - "support_type": "normal(auto)", - "thick_bridges": "0", - "timelapse_type": "0", - "top_shell_layers": "3", - "top_shell_thickness": "0.6", - "top_solid_infill_flow_ratio": "1", - "top_surface_acceleration": "2000", - "top_surface_jerk": "9", - "top_surface_line_width": "0.62", - "top_surface_pattern": "monotonicline", - "top_surface_speed": "120", - "travel_acceleration": "10000", - "travel_jerk": "12", - "travel_speed": "500", - "travel_speed_z": "0", - "tree_support_adaptive_layer_height": "1", - "tree_support_angle_slow": "25", - "tree_support_auto_brim": "1", - "tree_support_branch_angle": "45", - "tree_support_branch_angle_organic": "40", - "tree_support_branch_diameter": "5", - "tree_support_branch_diameter_angle": "5", - "tree_support_branch_diameter_double_wall": "3", - "tree_support_branch_diameter_organic": "2", - "tree_support_branch_distance": "5", - "tree_support_branch_distance_organic": "1", - "tree_support_brim_width": "3", - "tree_support_tip_diameter": "0.8", - "tree_support_top_rate": "30%", - "tree_support_wall_count": "0", - "version": "1.5.1.2", - "wall_distribution_count": "1", - "wall_filament": "1", - "wall_generator": "classic", - "wall_infill_order": "inner wall/outer wall/infill", - "wall_loops": "2", - "wall_transition_angle": "10", - "wall_transition_filter_deviation": "25%", - "wall_transition_length": "100%", - "wipe_on_loops": "0", - "wipe_speed": "200", - "wipe_tower_bridging": "10", - "wipe_tower_cone_angle": "0", - "wipe_tower_extra_spacing": "100%", - "wipe_tower_extruder": "0", - "wipe_tower_no_sparse_layers": "0", - "wipe_tower_rotation_angle": "0", - "wiping_volumes_extruders": [ - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70", - "70" - ], - "xy_contour_compensation": "0", - "xy_hole_compensation": "0" -} + ] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/fdm_process_common.json b/resources/profiles/Flashforge/process/fdm_process_common.json index 7398bcd481..921718b995 100644 --- a/resources/profiles/Flashforge/process/fdm_process_common.json +++ b/resources/profiles/Flashforge/process/fdm_process_common.json @@ -8,12 +8,11 @@ "bridge_flow": "0.95", "bridge_speed": "25", "brim_width": "5", - "compatible_printers": [], "print_sequence": "by layer", "default_acceleration": "10000", "bridge_no_support": "0", "elefant_foot_compensation": "0.1", - "outer_wall_line_width": "0.4", + "outer_wall_line_width": "0.42", "outer_wall_speed": "120", "line_width": "0.45", "infill_direction": "45", @@ -25,13 +24,13 @@ "gap_infill_speed": "30", "infill_combination": "0", "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", + "infill_wall_overlap": "15%", "sparse_infill_speed": "50", "interface_shells": "0", "detect_overhang_wall": "0", "reduce_infill_retraction": "0", "filename_format": "{input_filename_base}.gcode", - "wall_loops": "3", + "wall_loops": "2", "inner_wall_line_width": "0.45", "inner_wall_speed": "40", "print_settings_id": "", @@ -54,17 +53,19 @@ "support_interface_top_layers": "2", "support_interface_spacing": "0", "support_interface_speed": "80", - "support_base_pattern": "rectilinear", + "support_interface_pattern": "auto", + "support_base_pattern": "default", "support_base_pattern_spacing": "2", "support_speed": "40", "support_threshold_angle": "40", "support_object_xy_distance": "0.5", "detect_thin_wall": "0", - "top_surface_line_width": "0.4", + "top_surface_line_width": "0.42", "top_surface_speed": "30", "travel_speed": "400", "enable_prime_tower": "0", "prime_tower_width": "60", "xy_hole_compensation": "0", - "xy_contour_compensation": "0" -} + "xy_contour_compensation": "0", + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/fdm_process_flashforge_0.20.json b/resources/profiles/Flashforge/process/fdm_process_flashforge_0.20.json new file mode 100644 index 0000000000..c2d71186c1 --- /dev/null +++ b/resources/profiles/Flashforge/process/fdm_process_flashforge_0.20.json @@ -0,0 +1,23 @@ +{ + "type": "process", + "name": "fdm_process_flashforge_0.20", + "inherits": "fdm_process_flashforge_common", + "from": "system", + "instantiation": "false", + "initial_layer_infill_speed": "80", + "outer_wall_speed": "200", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "gap_infill_speed": "200", + "sparse_infill_speed": "270", + "print_flow_ratio": "0.98", + "small_perimeter_speed": "50%", + "overhang_speed_classic": "0", + "internal_bridge_speed": "50", + "internal_solid_infill_acceleration": "7000", + "accel_to_decel_enable": "0", + "filter_out_gap_fill": "0.5", + "gcode_label_objects": "0", + "slow_down_layers": "1", + "wipe_speed": "200" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/fdm_process_flashforge_0.30.json b/resources/profiles/Flashforge/process/fdm_process_flashforge_0.30.json new file mode 100644 index 0000000000..6a3cfe566f --- /dev/null +++ b/resources/profiles/Flashforge/process/fdm_process_flashforge_0.30.json @@ -0,0 +1,30 @@ +{ + "type": "process", + "name": "fdm_process_flashforge_0.30", + "inherits": "fdm_process_flashforge_common", + "from": "system", + "instantiation": "false", + "layer_height": "0.3", + "initial_layer_print_height": "0.3", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "initial_layer_speed": "45", + "inner_wall_speed": "150", + "top_surface_speed": "120", + "gap_infill_speed": "150", + "small_perimeter_speed": "50%", + "overhang_speed_classic": "0", + "internal_bridge_speed": "50", + "internal_solid_infill_acceleration": "7000", + "accel_to_decel_enable": "0", + "filter_out_gap_fill": "0.5", + "gcode_label_objects": "0", + "slow_down_layers": "1", + "wipe_speed": "200" +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/fdm_process_flashforge_common.json b/resources/profiles/Flashforge/process/fdm_process_flashforge_common.json index f324f88404..272172901f 100644 --- a/resources/profiles/Flashforge/process/fdm_process_flashforge_common.json +++ b/resources/profiles/Flashforge/process/fdm_process_flashforge_common.json @@ -1,104 +1,72 @@ { "type": "process", "name": "fdm_process_flashforge_common", + "inherits": "fdm_process_common", "from": "system", "instantiation": "false", - "inherits": "fdm_process_common", - "adaptive_layer_height": "0", - "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", "bottom_shell_layers": "3", "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "5", + "bridge_flow": "1", "brim_object_gap": "0.1", "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "500", - "top_surface_acceleration": "500", - "bridge_no_support": "0", "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "enable_arc_fitting": "0", - "outer_wall_line_width": "0.4", + "elefant_foot_compensation": "0.15", + "enable_arc_fitting": "1", + "outer_wall_acceleration": "5000", "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "grid", + "line_width": "0.42", + "internal_bridge_support_thickness": "0.8", "initial_layer_acceleration": "500", - "travel_acceleration": "700", - "inner_wall_acceleration": "500", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "23%", - "interface_shells": "0", + "travel_acceleration": "10000", + "inner_wall_acceleration": "5000", + "initial_layer_line_width": "0.45", + "sparse_infill_speed": "100", "ironing_flow": "15%", "ironing_spacing": "0.1", "ironing_speed": "15", "ironing_type": "no ironing", "layer_height": "0.2", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", + "overhang_2_4_speed": "40", + "overhang_3_4_speed": "20", "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", + "only_one_wall_top": "1", "seam_position": "aligned", - "skirt_distance": "2", "skirt_height": "1", - "skirt_loops": "1", + "skirt_loops": "2", + "brim_type": "no_brim", + "exclude_object": "0", + "wall_generator": "classic", "minimum_sparse_infill_area": "15", - "internal_solid_infill_line_width": "0.4", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", + "internal_solid_infill_line_width": "0.42", "resolution": "0.012", "support_type": "normal(auto)", "support_style": "default", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", + "support_top_z_distance": "0.18", + "support_bottom_z_distance": "0.18", "support_interface_bottom_layers": "2", "support_interface_spacing": "0.5", - "support_interface_speed": "80", "support_base_pattern": "rectilinear", "support_base_pattern_spacing": "2.5", "support_speed": "150", "support_threshold_angle": "30", - "support_object_xy_distance": "0.35", + "support_object_xy_distance": "0.3", "tree_support_branch_angle": "45", "tree_support_wall_count": "0", - "detect_thin_wall": "0", - "top_surface_pattern": "monotonic", - "top_surface_line_width": "0.4", + "top_surface_pattern": "monotonicline", + "top_surface_acceleration": "2000", "top_shell_layers": "3", - "top_shell_thickness": "0.8", - "initial_layer_speed": "15", - "initial_layer_infill_speed": "20", - "outer_wall_speed": "25", - "inner_wall_speed": "40", - "internal_solid_infill_speed": "40", - "top_surface_speed": "30", - "gap_infill_speed": "30", - "sparse_infill_speed": "50", - "travel_speed": "150", - "enable_prime_tower": "0", + "top_shell_thickness": "0.6", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "65", + "internal_solid_infill_speed": "150", + "top_surface_speed": "200", + "travel_speed": "500", "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0" -} + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Flashforge/process/fdm_process_klipper_common.json b/resources/profiles/Flashforge/process/fdm_process_klipper_common.json deleted file mode 100644 index cfd544f1b6..0000000000 --- a/resources/profiles/Flashforge/process/fdm_process_klipper_common.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "type": "process", - "name": "fdm_process_klipper_common", - "from": "system", - "instantiation": "false", - "inherits": "fdm_process_common", - "adaptive_layer_height": "0", - "reduce_crossing_wall": "0", - "max_travel_detour_distance": "0", - "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "3", - "bottom_shell_thickness": "0", - "bridge_flow": "0.95", - "bridge_speed": "25", - "brim_width": "5", - "brim_object_gap": "0.1", - "compatible_printers_condition": "", - "print_sequence": "by layer", - "default_acceleration": "5000", - "top_surface_acceleration": "3000", - "travel_acceleration": "7000", - "inner_wall_acceleration": "5000", - "outer_wall_acceleration": "3000", - "bridge_no_support": "0", - "draft_shield": "disabled", - "elefant_foot_compensation": "0", - "outer_wall_line_width": "0.4", - "wall_infill_order": "inner wall/outer wall/infill", - "line_width": "0.4", - "infill_direction": "45", - "sparse_infill_density": "15%", - "sparse_infill_pattern": "grid", - "initial_layer_acceleration": "500", - "initial_layer_line_width": "0.5", - "initial_layer_print_height": "0.2", - "infill_combination": "0", - "sparse_infill_line_width": "0.45", - "infill_wall_overlap": "25%", - "interface_shells": "0", - "ironing_flow": "10%", - "ironing_spacing": "0.15", - "ironing_speed": "30", - "ironing_type": "no ironing", - "layer_height": "0.2", - "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", - "detect_overhang_wall": "1", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "30", - "overhang_4_4_speed": "10", - "inner_wall_line_width": "0.45", - "wall_loops": "3", - "print_settings_id": "", - "raft_layers": "0", - "seam_position": "aligned", - "skirt_distance": "2", - "skirt_height": "1", - "skirt_loops": "1", - "minimum_sparse_infill_area": "15", - "internal_solid_infill_line_width": "0.4", - "spiral_mode": "0", - "standby_temperature_delta": "-5", - "enable_support": "0", - "resolution": "0.012", - "support_type": "normal(auto)", - "support_style": "default", - "support_on_build_plate_only": "0", - "support_top_z_distance": "0.2", - "support_filament": "0", - "support_line_width": "0.4", - "support_interface_loop_pattern": "0", - "support_interface_filament": "0", - "support_interface_top_layers": "2", - "support_interface_bottom_layers": "2", - "support_interface_spacing": "0.5", - "support_interface_speed": "80", - "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2.5", - "support_speed": "150", - "support_threshold_angle": "30", - "support_object_xy_distance": "0.35", - "tree_support_branch_angle": "45", - "tree_support_wall_count": "0", - "detect_thin_wall": "0", - "top_surface_pattern": "monotonic", - "top_surface_line_width": "0.4", - "top_shell_layers": "3", - "top_shell_thickness": "0.8", - "initial_layer_speed": "50", - "initial_layer_infill_speed": "105", - "outer_wall_speed": "120", - "inner_wall_speed": "200", - "internal_solid_infill_speed": "200", - "top_surface_speed": "100", - "gap_infill_speed": "100", - "sparse_infill_speed": "200", - "travel_speed": "350", - "enable_prime_tower": "0", - "wipe_tower_no_sparse_layers": "0", - "prime_tower_width": "60", - "xy_hole_compensation": "0", - "xy_contour_compensation": "0", - "enable_arc_fitting": "0", - "compatible_printers": [ - "MyKlipper 0.4 nozzle" - ] -} diff --git a/resources/profiles/FlyingBear.json b/resources/profiles/FlyingBear.json new file mode 100644 index 0000000000..459c90879c --- /dev/null +++ b/resources/profiles/FlyingBear.json @@ -0,0 +1,102 @@ +{ + "name": "FlyingBear", + "version": "01.08.00.00", + "force_update": "1", + "description": "FlyingBear configurations", + "machine_model_list": [ + { + "name": "FlyingBear Reborn3", + "sub_path": "machine/FlyingBear Reborn3.json" + } + ], + "process_list": [ + { + "name": "fdm_process_common", + "sub_path": "process/fdm_process_common.json" + }, + { + "name": "0.08mm Extra Fine @FlyingBear Reborn3", + "sub_path": "process/0.08mm Extra Fine @FlyingBear Reborn3.json" + }, + { + "name": "0.12mm Fine @FlyingBear Reborn3", + "sub_path": "process/0.12mm Fine @FlyingBear Reborn3.json" + }, + { + "name": "0.20mm Standard @FlyingBear Reborn3", + "sub_path": "process/0.20mm Standard @FlyingBear Reborn3.json" + }, + { + "name": "0.24mm Draft @FlyingBear Reborn3", + "sub_path": "process/0.24mm Draft @FlyingBear Reborn3.json" + } + ], + "filament_list": [ + { + "name": "fdm_filament_common", + "sub_path": "filament/fdm_filament_common.json" + }, + { + "name": "fdm_filament_pla", + "sub_path": "filament/fdm_filament_pla.json" + }, + { + "name": "fdm_filament_tpu", + "sub_path": "filament/fdm_filament_tpu.json" + }, + { + "name": "fdm_filament_pet", + "sub_path": "filament/fdm_filament_pet.json" + }, + { + "name": "fdm_filament_abs", + "sub_path": "filament/fdm_filament_abs.json" + }, + { + "name": "fdm_filament_pc", + "sub_path": "filament/fdm_filament_pc.json" + }, + { + "name": "fdm_filament_pa", + "sub_path": "filament/fdm_filament_pa.json" + }, + { + "name": "FlyingBear Generic PLA", + "sub_path": "filament/FlyingBear Generic PLA.json" + }, + { + "name": "FlyingBear Generic PETG", + "sub_path": "filament/FlyingBear Generic PETG.json" + }, + { + "name": "FlyingBear Generic ABS", + "sub_path": "filament/FlyingBear Generic ABS.json" + }, + { + "name": "FlyingBear Generic TPU", + "sub_path": "filament/FlyingBear Generic TPU.json" + }, + { + "name": "FlyingBear Generic PC", + "sub_path": "filament/FlyingBear Generic PC.json" + }, + { + "name": "FlyingBear Generic PA-CF", + "sub_path": "filament/FlyingBear Generic PA-CF.json" + } + ], + "machine_list": [ + { + "name": "fdm_machine_common", + "sub_path": "machine/fdm_machine_common.json" + }, + { + "name": "fdm_klipper_common", + "sub_path": "machine/fdm_klipper_common.json" + }, + { + "name": "FlyingBear Reborn3 0.4 nozzle", + "sub_path": "machine/FlyingBear Reborn3 0.4 nozzle.json" + } + ] +} diff --git a/resources/profiles/FlyingBear/FlyingBear Reborn3-bed.stl b/resources/profiles/FlyingBear/FlyingBear Reborn3-bed.stl new file mode 100644 index 0000000000..58a5529802 Binary files /dev/null and b/resources/profiles/FlyingBear/FlyingBear Reborn3-bed.stl differ diff --git a/resources/profiles/FlyingBear/FlyingBear Reborn3_cover.png b/resources/profiles/FlyingBear/FlyingBear Reborn3_cover.png new file mode 100644 index 0000000000..7d79202ba4 Binary files /dev/null and b/resources/profiles/FlyingBear/FlyingBear Reborn3_cover.png differ diff --git a/resources/profiles/FlyingBear/filament/FlyingBear Generic ABS.json b/resources/profiles/FlyingBear/filament/FlyingBear Generic ABS.json new file mode 100644 index 0000000000..4cc0e64e39 --- /dev/null +++ b/resources/profiles/FlyingBear/filament/FlyingBear Generic ABS.json @@ -0,0 +1,18 @@ +{ + "type": "filament", + "filament_id": "GFB99", + "setting_id": "GFSA04", + "name": "FlyingBear Generic ABS", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_abs", + "filament_flow_ratio": [ + "0.931" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "compatible_printers": [ + "FlyingBear Reborn3 0.4 nozzle" + ] +} diff --git a/resources/profiles/FlyingBear/filament/FlyingBear Generic PA-CF.json b/resources/profiles/FlyingBear/filament/FlyingBear Generic PA-CF.json new file mode 100644 index 0000000000..7a59fc5875 --- /dev/null +++ b/resources/profiles/FlyingBear/filament/FlyingBear Generic PA-CF.json @@ -0,0 +1,25 @@ +{ + "type": "filament", + "filament_id": "GFN98", + "setting_id": "GFSA04", + "name": "FlyingBear Generic PA-CF", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pa", + "filament_type": [ + "PA-CF" + ], + "nozzle_temperature_initial_layer": [ + "280" + ], + "nozzle_temperature": [ + "280" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "compatible_printers": [ + "FlyingBear Reborn3 0.4 nozzle" + + ] + } diff --git a/resources/profiles/FlyingBear/filament/FlyingBear Generic PC.json b/resources/profiles/FlyingBear/filament/FlyingBear Generic PC.json new file mode 100644 index 0000000000..d8486c08e3 --- /dev/null +++ b/resources/profiles/FlyingBear/filament/FlyingBear Generic PC.json @@ -0,0 +1,18 @@ +{ + "type": "filament", + "filament_id": "GFC99", + "setting_id": "GFSA04", + "name": "FlyingBear Generic PC", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pc", + "filament_max_volumetric_speed": [ + "12" + ], + "filament_flow_ratio": [ + "0.931" + ], + "compatible_printers": [ + "FlyingBear Reborn3 0.4 nozzle" + ] + } diff --git a/resources/profiles/FlyingBear/filament/FlyingBear Generic PETG.json b/resources/profiles/FlyingBear/filament/FlyingBear Generic PETG.json new file mode 100644 index 0000000000..1257a0c6cd --- /dev/null +++ b/resources/profiles/FlyingBear/filament/FlyingBear Generic PETG.json @@ -0,0 +1,48 @@ +{ + "type": "filament", + "filament_id": "GFG99", + "setting_id": "GFSA04", + "name": "FlyingBear Generic PETG", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pet", + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_cooling_layer_time": [ + "30" + ], + "overhang_fan_speed": [ + "90" + ], + "overhang_fan_threshold": [ + "25%" + ], + "fan_max_speed": [ + "90" + ], + "fan_min_speed": [ + "40" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_flow_ratio": [ + "0.931" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "compatible_printers": [ + "FlyingBear Reborn3 0.4 nozzle" + ] +} diff --git a/resources/profiles/FlyingBear/filament/FlyingBear Generic PLA.json b/resources/profiles/FlyingBear/filament/FlyingBear Generic PLA.json new file mode 100644 index 0000000000..ef7dcfc96a --- /dev/null +++ b/resources/profiles/FlyingBear/filament/FlyingBear Generic PLA.json @@ -0,0 +1,21 @@ +{ + "type": "filament", + "filament_id": "GFL99", + "setting_id": "GFSA04", + "name": "FlyingBear Generic PLA", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pla", + "filament_flow_ratio": [ + "0.931" + ], + "filament_max_volumetric_speed": [ + "26" + ], + "slow_down_layer_time": [ + "8" + ], + "compatible_printers": [ + "FlyingBear Reborn3 0.4 nozzle" + ] +} diff --git a/resources/profiles/FlyingBear/filament/FlyingBear Generic TPU.json b/resources/profiles/FlyingBear/filament/FlyingBear Generic TPU.json new file mode 100644 index 0000000000..a2fe4bff86 --- /dev/null +++ b/resources/profiles/FlyingBear/filament/FlyingBear Generic TPU.json @@ -0,0 +1,15 @@ +{ + "type": "filament", + "filament_id": "GFU99", + "setting_id": "GFSA04", + "name": "FlyingBear Generic TPU", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_tpu", + "filament_max_volumetric_speed": [ + "3.2" + ], + "compatible_printers": [ + "FlyingBear Reborn3 0.4 nozzle" + ] +} diff --git a/resources/profiles/FlyingBear/filament/fdm_filament_abs.json b/resources/profiles/FlyingBear/filament/fdm_filament_abs.json new file mode 100644 index 0000000000..97cbf02b1b --- /dev/null +++ b/resources/profiles/FlyingBear/filament/fdm_filament_abs.json @@ -0,0 +1,88 @@ +{ + "type": "filament", + "name": "fdm_filament_abs", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common", + "cool_plate_temp" : [ + "105" + ], + "eng_plate_temp" : [ + "105" + ], + "hot_plate_temp" : [ + "105" + ], + "textured_plate_temp" : [ + "100" + ], + "cool_plate_temp_initial_layer" : [ + "105" + ], + "eng_plate_temp_initial_layer" : [ + "105" + ], + "hot_plate_temp_initial_layer" : [ + "100" + ], + "textured_plate_temp_initial_layer" : [ + "105" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_type": [ + "ABS" + ], + "filament_density": [ + "1.04" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "fan_max_speed": [ + "20" + ], + "fan_min_speed": [ + "10" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "80" + ], + "nozzle_temperature": [ + "250" + ], + "temperature_vitrification": [ + "110" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "3" + ] +} diff --git a/resources/profiles/FlyingBear/filament/fdm_filament_common.json b/resources/profiles/FlyingBear/filament/fdm_filament_common.json new file mode 100644 index 0000000000..e8244c65c4 --- /dev/null +++ b/resources/profiles/FlyingBear/filament/fdm_filament_common.json @@ -0,0 +1,144 @@ +{ + "type": "filament", + "name": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "cool_plate_temp" : [ + "60" + ], + "eng_plate_temp" : [ + "60" + ], + "hot_plate_temp" : [ + "60" + ], + "textured_plate_temp" : [ + "60" + ], + "cool_plate_temp_initial_layer" : [ + "60" + ], + "eng_plate_temp_initial_layer" : [ + "60" + ], + "hot_plate_temp_initial_layer" : [ + "60" + ], + "textured_plate_temp_initial_layer" : [ + "60" + ], + "overhang_fan_threshold": [ + "95%" + ], + "overhang_fan_speed": [ + "100" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_flow_ratio": [ + "1" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "fan_cooling_layer_time": [ + "60" + ], + "filament_cost": [ + "0" + ], + "filament_density": [ + "0" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_max_volumetric_speed": [ + "0" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_length": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Generic" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "bed_type": [ + "Cool Plate" + ], + "nozzle_temperature_initial_layer": [ + "200" + ], + "full_fan_speed_layer": [ + "0" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "35" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_start_gcode": [ + "; Filament gcode\n" + ], + "nozzle_temperature": [ + "200" + ], + "temperature_vitrification": [ + "100" + ] +} diff --git a/resources/profiles/FlyingBear/filament/fdm_filament_pa.json b/resources/profiles/FlyingBear/filament/fdm_filament_pa.json new file mode 100644 index 0000000000..1111001d65 --- /dev/null +++ b/resources/profiles/FlyingBear/filament/fdm_filament_pa.json @@ -0,0 +1,85 @@ +{ + "type": "filament", + "name": "fdm_filament_pa", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common", + "cool_plate_temp" : [ + "0" + ], + "eng_plate_temp" : [ + "100" + ], + "hot_plate_temp" : [ + "100" + ], + "textured_plate_temp" : [ + "100" + ], + "cool_plate_temp_initial_layer" : [ + "0" + ], + "eng_plate_temp_initial_layer" : [ + "100" + ], + "hot_plate_temp_initial_layer" : [ + "100" + ], + "textured_plate_temp_initial_layer" : [ + "100" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "5" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "filament_type": [ + "PA" + ], + "filament_density": [ + "1.04" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "280" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "10" + ], + "overhang_fan_speed": [ + "40" + ], + "nozzle_temperature": [ + "280" + ], + "temperature_vitrification": [ + "108" + ], + "nozzle_temperature_range_low": [ + "270" + ], + "nozzle_temperature_range_high": [ + "300" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "2" + ] +} diff --git a/resources/profiles/FlyingBear/filament/fdm_filament_pc.json b/resources/profiles/FlyingBear/filament/fdm_filament_pc.json new file mode 100644 index 0000000000..d75eeaf55d --- /dev/null +++ b/resources/profiles/FlyingBear/filament/fdm_filament_pc.json @@ -0,0 +1,88 @@ +{ + "type": "filament", + "name": "fdm_filament_pc", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common", + "cool_plate_temp" : [ + "0" + ], + "eng_plate_temp" : [ + "110" + ], + "hot_plate_temp" : [ + "110" + ], + "textured_plate_temp" : [ + "110" + ], + "cool_plate_temp_initial_layer" : [ + "0" + ], + "eng_plate_temp_initial_layer" : [ + "110" + ], + "hot_plate_temp_initial_layer" : [ + "110" + ], + "textured_plate_temp_initial_layer" : [ + "110" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PC" + ], + "filament_density": [ + "1.04" + ], + "filament_cost": [ + "20" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "fan_max_speed": [ + "20" + ], + "fan_min_speed": [ + "10" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "60" + ], + "nozzle_temperature": [ + "240" + ], + "temperature_vitrification": [ + "140" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "2" + ] +} diff --git a/resources/profiles/FlyingBear/filament/fdm_filament_pet.json b/resources/profiles/FlyingBear/filament/fdm_filament_pet.json new file mode 100644 index 0000000000..9b5735fa90 --- /dev/null +++ b/resources/profiles/FlyingBear/filament/fdm_filament_pet.json @@ -0,0 +1,82 @@ +{ + "type": "filament", + "name": "fdm_filament_pet", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common", + "cool_plate_temp" : [ + "60" + ], + "eng_plate_temp" : [ + "0" + ], + "hot_plate_temp" : [ + "70" + ], + "textured_plate_temp" : [ + "80" + ], + "cool_plate_temp_initial_layer" : [ + "60" + ], + "eng_plate_temp_initial_layer" : [ + "0" + ], + "hot_plate_temp_initial_layer" : [ + "70" + ], + "textured_plate_temp_initial_layer" : [ + "80" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_type": [ + "PETG" + ], + "filament_density": [ + "1.27" + ], + "filament_cost": [ + "30" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_max_speed": [ + "90" + ], + "fan_min_speed": [ + "40" + ], + "overhang_fan_speed": [ + "90" + ], + "nozzle_temperature": [ + "220" + ], + "temperature_vitrification": [ + "80" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "nozzle_temperature_range_high": [ + "260" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} diff --git a/resources/profiles/FlyingBear/filament/fdm_filament_pla.json b/resources/profiles/FlyingBear/filament/fdm_filament_pla.json new file mode 100644 index 0000000000..8ef6848423 --- /dev/null +++ b/resources/profiles/FlyingBear/filament/fdm_filament_pla.json @@ -0,0 +1,94 @@ +{ + "type": "filament", + "name": "fdm_filament_pla", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common", + "fan_cooling_layer_time": [ + "80" + ], + "filament_max_volumetric_speed": [ + "26" + ], + "filament_type": [ + "PLA" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "cool_plate_temp" : [ + "60" + ], + "eng_plate_temp" : [ + "60" + ], + "hot_plate_temp" : [ + "60" + ], + "textured_plate_temp" : [ + "60" + ], + "cool_plate_temp_initial_layer" : [ + "60" + ], + "eng_plate_temp_initial_layer" : [ + "60" + ], + "hot_plate_temp_initial_layer" : [ + "60" + ], + "textured_plate_temp_initial_layer" : [ + "60" + ], + "nozzle_temperature_initial_layer": [ + "200" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "50" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "200" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "8" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} diff --git a/resources/profiles/FlyingBear/filament/fdm_filament_tpu.json b/resources/profiles/FlyingBear/filament/fdm_filament_tpu.json new file mode 100644 index 0000000000..012be60aba --- /dev/null +++ b/resources/profiles/FlyingBear/filament/fdm_filament_tpu.json @@ -0,0 +1,88 @@ +{ + "type": "filament", + "name": "fdm_filament_tpu", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common", + "cool_plate_temp" : [ + "30" + ], + "eng_plate_temp" : [ + "30" + ], + "hot_plate_temp" : [ + "40" + ], + "textured_plate_temp" : [ + "35" + ], + "cool_plate_temp_initial_layer" : [ + "30" + ], + "eng_plate_temp_initial_layer" : [ + "30" + ], + "hot_plate_temp_initial_layer" : [ + "40" + ], + "textured_plate_temp_initial_layer" : [ + "35" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_max_volumetric_speed": [ + "3.2" + ], + "filament_type": [ + "TPU" + ], + "filament_density": [ + "1.24" + ], + "filament_cost": [ + "20" + ], + "filament_retraction_length": [ + "0.4" + ], + "nozzle_temperature_initial_layer": [ + "210" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "overhang_fan_speed": [ + "100" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "nozzle_temperature": [ + "210" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} diff --git a/resources/profiles/FlyingBear/lyingBear Reborn3-texture.png b/resources/profiles/FlyingBear/lyingBear Reborn3-texture.png new file mode 100644 index 0000000000..928fc8e0d5 Binary files /dev/null and b/resources/profiles/FlyingBear/lyingBear Reborn3-texture.png differ diff --git a/resources/profiles/FlyingBear/machine/FlyingBear Reborn3 0.4 nozzle.json b/resources/profiles/FlyingBear/machine/FlyingBear Reborn3 0.4 nozzle.json new file mode 100644 index 0000000000..2a8d0a2e6f --- /dev/null +++ b/resources/profiles/FlyingBear/machine/FlyingBear Reborn3 0.4 nozzle.json @@ -0,0 +1,22 @@ +{ + "type": "machine", + "setting_id": "GM001", + "name": "FlyingBear Reborn3 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_klipper_common", + "printer_model": "FlyingBear Reborn3", + "nozzle_diameter": [ + "0.4" + ], + "z_hop": [ + "0" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "350" +} diff --git a/resources/profiles/FlyingBear/machine/FlyingBear Reborn3.json b/resources/profiles/FlyingBear/machine/FlyingBear Reborn3.json new file mode 100644 index 0000000000..cd4ae4dcf6 --- /dev/null +++ b/resources/profiles/FlyingBear/machine/FlyingBear Reborn3.json @@ -0,0 +1,12 @@ +{ + "type": "machine_model", + "name": "FlyingBear Reborn3", + "model_id": "FlyingBear Reborn3", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "FlyingBearDesign", + "bed_model": "FlyingBear Reborn3-bed.stl", + "bed_texture": "FlyingBear Reborn3-texture.png", + "hotend_model": "", + "default_materials": "FlyingBear Generic ABS;FlyingBear Generic PA-CF;FlyingBear Generic PC;FlyingBear Generic PETG;FlyingBear Generic PLA;FlyingBear Generic TPU" +} \ No newline at end of file diff --git a/resources/profiles/FlyingBear/machine/fdm_klipper_common.json b/resources/profiles/FlyingBear/machine/fdm_klipper_common.json new file mode 100644 index 0000000000..870c4ba2b1 --- /dev/null +++ b/resources/profiles/FlyingBear/machine/fdm_klipper_common.json @@ -0,0 +1,210 @@ +{ + "type": "machine", + "name": "fdm_klipper_common", + "from": "system", + "instantiation": "false", + "inherits": "fdm_machine_common", + "gcode_flavor": "klipper", + + + "auxiliary_fan": "0", + "bed_exclude_area": [ + "0x0" + ], + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", + "change_filament_gcode": "", + "cooling_tube_length": "5", + "cooling_tube_retraction": "91.5", + "default_filament_profile": [ + "FlyingBear Generic PLA" + ], + "default_print_profile": "0.20mm Standard @FlyingBear Reborn3", + "deretraction_speed": [ + "40" + ], + "enable_filament_ramming": "1", + "extra_loading_move": "-2", + "extruder_clearance_height_to_lid": "140", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_radius": "65", + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + + "high_current_on_filament_swap": "0", + + + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "machine_end_gcode": "PRINT_END", + "machine_load_filament_time": "0", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "9000", + "9000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "30", + "200" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "2", + "0.4" + ], + "machine_max_speed_e": [ + "15", + "25" + ], + "machine_max_speed_x": [ + "600", + "200" + ], + "machine_max_speed_y": [ + "600", + "200" + ], + "machine_max_speed_z": [ + "5", + "12" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "machine_pause_gcode": "PAUSE", +"machine_start_gcode": "M140 S40\nG28\nG4 P200\nG90\nG1 Z4\nZ_TILT_ADJUST\nM140 [bed_temperature_initial_layer_single] \nG90\nG1 X150 Y150 F3000\nG28 Z\nG1 X50 Y-3 F2500\nM109 S[nozzle_temperature_initial_layer]\nM190 S[bed_temperature_initial_layer_single] \nPRINT_START", "machine_unload_filament_time": "0", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + + "nozzle_diameter": [ + "0.4" + ], + "nozzle_hrc": "0", + "nozzle_type": "brass", + "nozzle_volume": "151.32", + "parking_pos_retraction": "92", + + "print_host_webui": "", + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "350", + "printer_model": "Generic Klipper Printer", + "printer_notes": "", + "printer_settings_id": "FlyingBear Reborn3 0.4 nozzle", + "printer_technology": "FFF", + "printer_variant": "0.4", + "printhost_apikey": "", + "printhost_authorization_type": "key", + "printhost_cafile": "", + "printhost_password": "", + "printhost_port": "", + "printhost_ssl_ignore_revoke": "0", + "printhost_user": "", + "purge_in_prime_tower": "1", + "retract_before_wipe": [ + "0%" + ], + "retract_length_toolchange": [ + "0" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "0" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "0" + ], + "retraction_length": [ + "0.5" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "40" + ], + "scan_first_layer": "0", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "template_custom_gcode": "", + "thumbnails": [ + "300x300" + ], + "upward_compatible_machine": [], + "use_firmware_retraction": "0", + "use_relative_e_distances": "1", + "version": "1.6.0.0", + "wipe": [ + "1" + ], + "wipe_distance": [ + "2" + ], + "z_hop": [ + "0" + ], + "z_hop_types": [ + "Normal Lift" + ] + + +} diff --git a/resources/profiles/FlyingBear/machine/fdm_machine_common.json b/resources/profiles/FlyingBear/machine/fdm_machine_common.json new file mode 100644 index 0000000000..ed5640c38d --- /dev/null +++ b/resources/profiles/FlyingBear/machine/fdm_machine_common.json @@ -0,0 +1,206 @@ +{ + "type": "machine", + "name": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "printer_technology": "FFF", + "gcode_flavor": "klipper", + + "auxiliary_fan": "0", + + "bed_exclude_area": [ + "0x0" + ], + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", + "change_filament_gcode": "", + "cooling_tube_length": "5", + "cooling_tube_retraction": "91.5", + "default_filament_profile": [ + "FlyingBear Generic PLA" + ], + "default_print_profile": "0.20mm Standard @FlyingBear Reborn3", + "deretraction_speed": [ + "40" + ], + "enable_filament_ramming": "1", + "extra_loading_move": "-2", + "extruder_clearance_height_to_lid": "140", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_radius": "65", + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + + + "high_current_on_filament_swap": "0", + + + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "machine_end_gcode": "PRINT_END", + "machine_load_filament_time": "0", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "9000", + "9000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "30", + "200" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "2", + "0.4" + ], + "machine_max_speed_e": [ + "15", + "25" + ], + "machine_max_speed_x": [ + "600", + "200" + ], + "machine_max_speed_y": [ + "600", + "200" + ], + "machine_max_speed_z": [ + "5", + "12" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "machine_pause_gcode": "PAUSE", + "machine_start_gcode": "M140 S40\nG28\nG4 P200\nG90\nG1 Z4\nZ_TILT_ADJUST\nM140 [bed_temperature_initial_layer_single] \nG90\nG1 X150 Y150 F3000\nG28 Z\nG1 X50 Y-3 F2500\nM109 S[nozzle_temperature_initial_layer]\nM190 S[bed_temperature_initial_layer_single] \nPRINT_START", "machine_unload_filament_time": "0", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + + + "nozzle_hrc": "0", + "nozzle_type": "brass", + "nozzle_volume": "151.32", + "parking_pos_retraction": "92", + "print_host_webui": "", + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "350", + "printer_model": "Generic Klipper Printer", + "printer_notes": "", + "printer_settings_id": "FlyingBear Reborn3 0.4 nozzle", + + "printer_variant": "0.4", + "printhost_apikey": "", + "printhost_authorization_type": "key", + "printhost_cafile": "", + "printhost_password": "", + "printhost_port": "", + "printhost_ssl_ignore_revoke": "0", + "printhost_user": "", + "purge_in_prime_tower": "1", + "retract_before_wipe": [ + "0%" + ], + "retract_length_toolchange": [ + "0" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "0" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "0" + ], + "retraction_length": [ + "0.5" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "40" + ], + "scan_first_layer": "0", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "template_custom_gcode": "", + "thumbnails": [ + "300x300" + ], + "upward_compatible_machine": [], + "use_firmware_retraction": "0", + "use_relative_e_distances": "1", + "version": "1.6.0.0", + "wipe": [ + "1" + ], + "wipe_distance": [ + "2" + ], + "z_hop": [ + "0.2" + ], + "z_hop_types": [ + "Normal Lift" + ] +} diff --git a/resources/profiles/FlyingBear/process/0.08mm Extra Fine @FlyingBear Reborn3.json b/resources/profiles/FlyingBear/process/0.08mm Extra Fine @FlyingBear Reborn3.json new file mode 100644 index 0000000000..a4217dfd9b --- /dev/null +++ b/resources/profiles/FlyingBear/process/0.08mm Extra Fine @FlyingBear Reborn3.json @@ -0,0 +1,24 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.08mm Extra Fine @FlyingBear Reborn3", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_common", + + "bottom_shell_layers": "7", + "inner_wall_speed": "350", + "internal_solid_infill_speed": "350", + + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", + "print_settings_id": "0.08mm Standard @FlyingBear Reborn3", + "sparse_infill_speed": "450", + "top_shell_layers": "9", + "top_shell_thickness": "0.8", + "tree_support_wall_count": "1", + "compatible_printers": [ + "FlyingBear Reborn3 0.4 nozzle" + ] +} diff --git a/resources/profiles/FlyingBear/process/0.12mm Fine @FlyingBear Reborn3.json b/resources/profiles/FlyingBear/process/0.12mm Fine @FlyingBear Reborn3.json new file mode 100644 index 0000000000..d6a6ed697a --- /dev/null +++ b/resources/profiles/FlyingBear/process/0.12mm Fine @FlyingBear Reborn3.json @@ -0,0 +1,27 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.12mm Fine @FlyingBear Reborn3", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_common", + + "bottom_shell_layers": "5", + "brim_width": "5", + "gap_infill_speed": "350", + "inner_wall_speed": "350", + "internal_solid_infill_speed": "350", + "layer_height": "0.12", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", + "print_settings_id": "0.12mm Standard @FlyingBear Reborn3", + "sparse_infill_speed": "400", + "top_shell_layers": "5", + "top_shell_thickness": "0.6", + "tree_support_wall_count": "0", + "wipe_on_loops": "0", + "compatible_printers": [ + "FlyingBear Reborn3 0.4 nozzle" + ] +} diff --git a/resources/profiles/FlyingBear/process/0.20mm Standard @FlyingBear Reborn3.json b/resources/profiles/FlyingBear/process/0.20mm Standard @FlyingBear Reborn3.json new file mode 100644 index 0000000000..7ca0b9b414 --- /dev/null +++ b/resources/profiles/FlyingBear/process/0.20mm Standard @FlyingBear Reborn3.json @@ -0,0 +1,35 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.20mm Standard @FlyingBear Reborn3", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_common", + "bottom_shell_layers": "3", + + "brim_width": "5", + "gap_infill_speed": "250", + "infill_wall_overlap": "25%", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "layer_height": "0.2", + "overhang_1_4_speed": "50", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_speed_classic": "0", + "print_flow_ratio": "0.95", + "print_settings_id": "0.20mm Standard @FlyingBear Reborn3", + "sparse_infill_speed": "270", + "support_line_width": "0.4", + "top_shell_layers": "3", + "top_shell_thickness": "0.6", + "top_surface_line_width": "0.4", + "tree_support_branch_angle_organic": "45", + "tree_support_branch_distance_organic": "3", + "tree_support_wall_count": "1", + "compatible_printers": [ + "FlyingBear Reborn3 0.4 nozzle" + ] + + +} diff --git a/resources/profiles/FlyingBear/process/0.24mm Draft @FlyingBear Reborn3.json b/resources/profiles/FlyingBear/process/0.24mm Draft @FlyingBear Reborn3.json new file mode 100644 index 0000000000..99dc4c477a --- /dev/null +++ b/resources/profiles/FlyingBear/process/0.24mm Draft @FlyingBear Reborn3.json @@ -0,0 +1,29 @@ +{ + + "type": "process", + "setting_id": "GP004", + "name": "0.24mm Draft @FlyingBear Reborn3", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_common", + "bottom_shell_layers": "3", + + "brim_width": "3", + "gap_infill_speed": "230", + "inner_wall_speed": "230", + "internal_solid_infill_speed": "230", + "layer_height": "0.24", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "print_settings_id": "0.24mm Draft @FlyingBear Reborn3", + "sparse_infill_speed": "230", + "top_shell_layers": "3", + "top_shell_thickness": "0.6", + "top_surface_line_width": "0.45", + "tree_support_wall_count": "1", + "wipe_on_loops": "0", + "compatible_printers": [ + "FlyingBear Reborn3 0.4 nozzle" + ] +} diff --git a/resources/profiles/FlyingBear/process/fdm_process_common.json b/resources/profiles/FlyingBear/process/fdm_process_common.json new file mode 100644 index 0000000000..982a1b35f2 --- /dev/null +++ b/resources/profiles/FlyingBear/process/fdm_process_common.json @@ -0,0 +1,223 @@ +{ + "type": "process", + "name": "fdm_process_common", + "from": "system", + "instantiation": "false", + + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "bottom_shell_thickness": "0", + "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_pattern": "monotonic", + "bridge_acceleration": "50%", + "bridge_angle": "0", + "bridge_density": "100%", + "bridge_flow": "1", + "bridge_no_support": "0", + "bridge_speed": "50", + "brim_ears_detection_length": "1", + "brim_ears_max_angle": "125", + "brim_object_gap": "0.2", + "brim_type": "auto_brim", + "compatible_printers_condition": "", + "default_acceleration": "10000", + "default_jerk": "0", + "detect_narrow_internal_solid_infill": "1", + "detect_overhang_wall": "1", + "detect_thin_wall": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "enable_arc_fitting": "1", + "enable_overhang_speed": "1", + "enable_prime_tower": "0", + "enable_support": "0", + "enforce_support_layers": "0", + "ensure_vertical_shell_thickness": "1", + "exclude_object": "0", + "extra_perimeters_on_overhangs": "0", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filter_out_gap_fill": "0", + "flush_into_infill": "0", + "flush_into_objects": "0", + "flush_into_support": "1", + "fuzzy_skin": "none", + "fuzzy_skin_point_distance": "0.8", + "fuzzy_skin_thickness": "0.3", + + "gcode_add_line_number": "0", + "gcode_comments": "0", + "gcode_label_objects": "0", + "independent_support_layer_height": "1", + "infill_anchor": "400%", + "infill_anchor_max": "20", + "infill_combination": "0", + "infill_direction": "45", + "infill_jerk": "9", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "500", + "initial_layer_infill_speed": "50", + "initial_layer_jerk": "9", + "initial_layer_line_width": "0.5", + "initial_layer_min_bead_width": "85%", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "30", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "10000", + "inner_wall_jerk": "9", + "inner_wall_line_width": "0.45", + "interface_shells": "0", + "internal_bridge_speed": "150%", + "internal_bridge_support_thickness": "0.8", + "internal_solid_infill_acceleration": "100%", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_pattern": "monotonic", + + "ironing_flow": "10%", + "ironing_pattern": "zig-zag", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "line_width": "0.42", + "make_overhang_printable": "0", + "make_overhang_printable_angle": "55", + "make_overhang_printable_hole_size": "0", + "max_bridge_length": "10", + "max_travel_detour_distance": "0", + "min_bead_width": "85%", + "min_feature_size": "25%", + "min_width_top_surface": "300%", + "minimum_sparse_infill_area": "15", + "notes": "", + "only_one_wall_first_layer": "0", + "only_one_wall_top": "1", + "ooze_prevention": "0", + "outer_wall_acceleration": "5000", + "outer_wall_jerk": "9", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "200", + + "overhang_4_4_speed": "10", + "overhang_speed_classic": "1", + "post_process": [], + "precise_outer_wall": "1", + "prime_tower_brim_width": "3", + "prime_tower_width": "35", + "prime_volume": "45", + "print_flow_ratio": "1", + "print_sequence": "by layer", + + "raft_contact_distance": "0.1", + "raft_expansion": "1.5", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "2", + "raft_layers": "0", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "role_based_wipe_speed": "1", + "seam_gap": "15%", + "seam_position": "aligned", + "single_extruder_multi_material_priming": "1", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "skirt_speed": "0", + "slice_closing_radius": "0.049", + "slicing_mode": "regular", + "slow_down_layers": "0", + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "solid_infill_filament": "1", + "sparse_infill_acceleration": "100%", + "sparse_infill_density": "15%", + "sparse_infill_filament": "1", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "grid", + + "spiral_mode": "0", + "staggered_inner_seams": "0", + "standby_temperature_delta": "-5", + "support_angle": "0", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_bottom_interface_spacing": "0.5", + "support_bottom_z_distance": "0.2", + "support_critical_regions_only": "0", + "support_expansion": "0", + "support_filament": "0", + "support_interface_bottom_layers": "2", + "support_interface_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_interface_top_layers": "2", + "support_line_width": "0.42", + "support_object_xy_distance": "0.35", + "support_on_build_plate_only": "0", + "support_remove_small_overhang": "1", + "support_speed": "150", + "support_style": "default", + "support_threshold_angle": "30", + "support_top_z_distance": "0.2", + "support_type": "normal(auto)", + "thick_bridges": "0", + "timelapse_type": "0", + + "top_solid_infill_flow_ratio": "1", + "top_surface_acceleration": "2000", + "top_surface_jerk": "9", + "top_surface_line_width": "0.42", + "top_surface_pattern": "monotonicline", + "top_surface_speed": "200", + "travel_acceleration": "10000", + "travel_jerk": "12", + "travel_speed": "500", + "travel_speed_z": "0", + "tree_support_adaptive_layer_height": "1", + "tree_support_angle_slow": "25", + "tree_support_auto_brim": "0", + "tree_support_branch_angle": "45", + "tree_support_branch_angle_organic": "40", + "tree_support_branch_diameter": "2", + "tree_support_branch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "3", + "tree_support_branch_diameter_organic": "2", + "tree_support_branch_distance": "5", + "tree_support_branch_distance_organic": "1", + "tree_support_brim_width": "0", + "tree_support_tip_diameter": "0.8", + "tree_support_top_rate": "30%", + + "version": "1.6.0.0", + "wall_distribution_count": "1", + "wall_filament": "1", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_loops": "2", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_on_loops": "0", + "wipe_speed": "80%", + "wipe_tower_bridging": "10", + "wipe_tower_cone_angle": "0", + "wipe_tower_extra_spacing": "100%", + "wipe_tower_extruder": "0", + "wipe_tower_no_sparse_layers": "0", + "wipe_tower_rotation_angle": "0", + "wiping_volumes_extruders": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ], + "xy_contour_compensation": "0", + "xy_hole_compensation": "0" +} \ No newline at end of file diff --git a/resources/profiles/Folgertech.json b/resources/profiles/Folgertech.json index ac7caaa738..4f03d71bd3 100644 --- a/resources/profiles/Folgertech.json +++ b/resources/profiles/Folgertech.json @@ -1,6 +1,6 @@ { "name": "Folgertech", - "version": "01.06.00.03", + "version": "01.08.00.00", "force_update": "0", "description": "Folgertech configurations", "machine_model_list": [ diff --git a/resources/profiles/Folgertech/process/fdm_process_folgertech_common.json b/resources/profiles/Folgertech/process/fdm_process_folgertech_common.json index 8a37312557..ead894d6f0 100644 --- a/resources/profiles/Folgertech/process/fdm_process_folgertech_common.json +++ b/resources/profiles/Folgertech/process/fdm_process_folgertech_common.json @@ -43,7 +43,7 @@ "ironing_type": "no ironing", "layer_height": "0.2", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/InfiMech.json b/resources/profiles/InfiMech.json index bb6778e58c..911dfb5499 100644 --- a/resources/profiles/InfiMech.json +++ b/resources/profiles/InfiMech.json @@ -1,6 +1,6 @@ { "name": "InfiMech", - "version": "01.01.01.01", + "version": "01.08.00.00", "force_update": "1", "description": "InfiMech configurations", "machine_model_list": [ diff --git a/resources/profiles/InfiMech/process/fdm_process_common.json b/resources/profiles/InfiMech/process/fdm_process_common.json index 4b0d75d73d..23eb9cf92e 100644 --- a/resources/profiles/InfiMech/process/fdm_process_common.json +++ b/resources/profiles/InfiMech/process/fdm_process_common.json @@ -35,7 +35,7 @@ "ensure_vertical_shell_thickness": "1", "exclude_object": "0", "extra_perimeters_on_overhangs": "0", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "filter_out_gap_fill": "0", "flush_into_infill": "0", "flush_into_objects": "0", @@ -104,7 +104,6 @@ "prime_tower_brim_width": "3", "prime_tower_width": "35", "prime_volume": "45", - "print_flow_ratio": "0.95", "print_sequence": "by layer", "raft_contact_distance": "0.1", diff --git a/resources/profiles/Kingroon.json b/resources/profiles/Kingroon.json index b83a778881..78eacdbdff 100644 --- a/resources/profiles/Kingroon.json +++ b/resources/profiles/Kingroon.json @@ -1,7 +1,7 @@ { "name": "Kingroon", "url": "https://kingroon.com/", - "version": "01.06.05.00", + "version": "01.08.00.00", "force_update": "0", "description": "Kingroon configuration files", "machine_model_list": [ diff --git a/resources/profiles/Kingroon/process/fdm_process_common.json b/resources/profiles/Kingroon/process/fdm_process_common.json index daf672e289..cfe9b4199d 100644 --- a/resources/profiles/Kingroon/process/fdm_process_common.json +++ b/resources/profiles/Kingroon/process/fdm_process_common.json @@ -35,7 +35,7 @@ "enforce_support_layers": "0", "ensure_vertical_shell_thickness": "1", "exclude_object": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "filter_out_gap_fill": "0", "flush_into_infill": "0", "flush_into_objects": "0", @@ -96,7 +96,6 @@ "prime_tower_brim_width": "3", "prime_tower_width": "60", "prime_volume": "45", - "print_flow_ratio": "1", "print_sequence": "by layer", "print_settings_id": "", "raft_contact_distance": "0.1", diff --git a/resources/profiles/OrcaArena.json b/resources/profiles/OrcaArena.json index bf6cf291a0..c9534b1faf 100644 --- a/resources/profiles/OrcaArena.json +++ b/resources/profiles/OrcaArena.json @@ -1,7 +1,7 @@ { "name": "Orca Arena Printer", "url": "", - "version": "01.06.02.00", + "version": "01.08.00.00", "force_update": "0", "description": "Orca Arena configuration files", "machine_model_list": [ diff --git a/resources/profiles/OrcaArena/process/fdm_process_bbl_common.json b/resources/profiles/OrcaArena/process/fdm_process_bbl_common.json index c5505d4381..67237cea48 100644 --- a/resources/profiles/OrcaArena/process/fdm_process_bbl_common.json +++ b/resources/profiles/OrcaArena/process/fdm_process_bbl_common.json @@ -48,7 +48,7 @@ "ironing_type": "no ironing", "layer_height": "0.2", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "50", diff --git a/resources/profiles/Prusa.json b/resources/profiles/Prusa.json index cd01b944e5..cb4f16c96c 100644 --- a/resources/profiles/Prusa.json +++ b/resources/profiles/Prusa.json @@ -1,6 +1,6 @@ { "name": "Prusa", - "version": "01.07.01.04", + "version": "01.08.00.00", "force_update": "0", "description": "Prusa configurations", "machine_model_list": [ diff --git a/resources/profiles/Prusa/process/fdm_process_common.json b/resources/profiles/Prusa/process/fdm_process_common.json index 59955bd92b..793919a167 100644 --- a/resources/profiles/Prusa/process/fdm_process_common.json +++ b/resources/profiles/Prusa/process/fdm_process_common.json @@ -37,7 +37,7 @@ "ironing_speed": "30", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "50", diff --git a/resources/profiles/Prusa/process/process_common_mk3.json b/resources/profiles/Prusa/process/process_common_mk3.json index 2bed89d15b..31e20be3be 100644 --- a/resources/profiles/Prusa/process/process_common_mk3.json +++ b/resources/profiles/Prusa/process/process_common_mk3.json @@ -15,7 +15,7 @@ "default_acceleration": "1000", "detect_overhang_wall": "1", "detect_thin_wall": "0", - "draft_shield": "0", + "draft_shield": "disabled", "enable_overhang_speed": "1", "enable_prime_tower": "1", "enable_support": "0", diff --git a/resources/profiles/Qidi.json b/resources/profiles/Qidi.json index 3a8f620a4a..4631991b9f 100644 --- a/resources/profiles/Qidi.json +++ b/resources/profiles/Qidi.json @@ -1,6 +1,6 @@ { "name": "Qidi", - "version": "01.07.00.00", + "version": "01.08.00.00", "force_update": "0", "description": "Qidi configurations", "machine_model_list": [ diff --git a/resources/profiles/Qidi/process/0.12mm Fine @Qidi X3.json b/resources/profiles/Qidi/process/0.12mm Fine @Qidi X3.json index a4dd816cea..bc2fe0f6ed 100644 --- a/resources/profiles/Qidi/process/0.12mm Fine @Qidi X3.json +++ b/resources/profiles/Qidi/process/0.12mm Fine @Qidi X3.json @@ -36,7 +36,7 @@ "ironing_spacing": "0.1", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "inner_wall_line_width": "0.45", "wall_loops": "2", diff --git a/resources/profiles/Qidi/process/0.12mm Fine @Qidi XCFPro.json b/resources/profiles/Qidi/process/0.12mm Fine @Qidi XCFPro.json index 0b94d50cdd..e94ba2bf36 100644 --- a/resources/profiles/Qidi/process/0.12mm Fine @Qidi XCFPro.json +++ b/resources/profiles/Qidi/process/0.12mm Fine @Qidi XCFPro.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Qidi/process/0.12mm Fine @Qidi XMax.json b/resources/profiles/Qidi/process/0.12mm Fine @Qidi XMax.json index 9536426778..27cc928993 100644 --- a/resources/profiles/Qidi/process/0.12mm Fine @Qidi XMax.json +++ b/resources/profiles/Qidi/process/0.12mm Fine @Qidi XMax.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Qidi/process/0.12mm Fine @Qidi XPlus.json b/resources/profiles/Qidi/process/0.12mm Fine @Qidi XPlus.json index 3de23e3e98..950638c6e8 100644 --- a/resources/profiles/Qidi/process/0.12mm Fine @Qidi XPlus.json +++ b/resources/profiles/Qidi/process/0.12mm Fine @Qidi XPlus.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Qidi/process/0.16mm Optimal @Qidi X3.json b/resources/profiles/Qidi/process/0.16mm Optimal @Qidi X3.json index a35cf1a4ea..97ecaac2c1 100644 --- a/resources/profiles/Qidi/process/0.16mm Optimal @Qidi X3.json +++ b/resources/profiles/Qidi/process/0.16mm Optimal @Qidi X3.json @@ -33,7 +33,7 @@ "ironing_spacing": "0.1", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "inner_wall_line_width": "0.45", "wall_loops": "2", diff --git a/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XCFPro.json b/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XCFPro.json index 461982edc6..c3723494a1 100644 --- a/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XCFPro.json +++ b/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XCFPro.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XMax.json b/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XMax.json index a62caff21c..73d3761633 100644 --- a/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XMax.json +++ b/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XMax.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XPlus.json b/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XPlus.json index 5121a5ac22..5883e726e0 100644 --- a/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XPlus.json +++ b/resources/profiles/Qidi/process/0.16mm Optimal @Qidi XPlus.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Qidi/process/0.20mm Standard @Qidi XCFPro.json b/resources/profiles/Qidi/process/0.20mm Standard @Qidi XCFPro.json index c488563d00..978fb331bd 100644 --- a/resources/profiles/Qidi/process/0.20mm Standard @Qidi XCFPro.json +++ b/resources/profiles/Qidi/process/0.20mm Standard @Qidi XCFPro.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Qidi/process/0.20mm Standard @Qidi XMax.json b/resources/profiles/Qidi/process/0.20mm Standard @Qidi XMax.json index f6edac7a9b..274a05a25a 100644 --- a/resources/profiles/Qidi/process/0.20mm Standard @Qidi XMax.json +++ b/resources/profiles/Qidi/process/0.20mm Standard @Qidi XMax.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Qidi/process/0.20mm Standard @Qidi XPlus.json b/resources/profiles/Qidi/process/0.20mm Standard @Qidi XPlus.json index 33e3771d30..39d83b5b7d 100644 --- a/resources/profiles/Qidi/process/0.20mm Standard @Qidi XPlus.json +++ b/resources/profiles/Qidi/process/0.20mm Standard @Qidi XPlus.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Qidi/process/0.24mm Draft @Qidi X3.json b/resources/profiles/Qidi/process/0.24mm Draft @Qidi X3.json index d5d77f58f9..90c0637605 100644 --- a/resources/profiles/Qidi/process/0.24mm Draft @Qidi X3.json +++ b/resources/profiles/Qidi/process/0.24mm Draft @Qidi X3.json @@ -31,7 +31,7 @@ "ironing_spacing": "0.1", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "inner_wall_line_width": "0.45", "wall_loops": "2", diff --git a/resources/profiles/Qidi/process/0.25mm Draft @Qidi XCFPro.json b/resources/profiles/Qidi/process/0.25mm Draft @Qidi XCFPro.json index ceff672b6f..21ed5164fd 100644 --- a/resources/profiles/Qidi/process/0.25mm Draft @Qidi XCFPro.json +++ b/resources/profiles/Qidi/process/0.25mm Draft @Qidi XCFPro.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Qidi/process/0.25mm Draft @Qidi XMax.json b/resources/profiles/Qidi/process/0.25mm Draft @Qidi XMax.json index e6ce6c79bd..6cdb09eb56 100644 --- a/resources/profiles/Qidi/process/0.25mm Draft @Qidi XMax.json +++ b/resources/profiles/Qidi/process/0.25mm Draft @Qidi XMax.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Qidi/process/0.25mm Draft @Qidi XMax3.json b/resources/profiles/Qidi/process/0.25mm Draft @Qidi XMax3.json index ec19ddf46b..3ab5523afe 100644 --- a/resources/profiles/Qidi/process/0.25mm Draft @Qidi XMax3.json +++ b/resources/profiles/Qidi/process/0.25mm Draft @Qidi XMax3.json @@ -36,7 +36,7 @@ "ironing_spacing": "0.1", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "inner_wall_line_width": "0.45", "wall_loops": "2", diff --git a/resources/profiles/Qidi/process/0.25mm Draft @Qidi XPlus.json b/resources/profiles/Qidi/process/0.25mm Draft @Qidi XPlus.json index 023678aaa9..3c9b3735cf 100644 --- a/resources/profiles/Qidi/process/0.25mm Draft @Qidi XPlus.json +++ b/resources/profiles/Qidi/process/0.25mm Draft @Qidi XPlus.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Qidi/process/0.25mm Draft @Qidi XPlus3.json b/resources/profiles/Qidi/process/0.25mm Draft @Qidi XPlus3.json index d96f511d8e..52668072a4 100644 --- a/resources/profiles/Qidi/process/0.25mm Draft @Qidi XPlus3.json +++ b/resources/profiles/Qidi/process/0.25mm Draft @Qidi XPlus3.json @@ -36,7 +36,7 @@ "ironing_spacing": "0.1", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "inner_wall_line_width": "0.45", "wall_loops": "2", diff --git a/resources/profiles/Qidi/process/0.25mm Draft @Qidi XSmart3.json b/resources/profiles/Qidi/process/0.25mm Draft @Qidi XSmart3.json index 5fa3abc3fb..f3d46079f7 100644 --- a/resources/profiles/Qidi/process/0.25mm Draft @Qidi XSmart3.json +++ b/resources/profiles/Qidi/process/0.25mm Draft @Qidi XSmart3.json @@ -36,7 +36,7 @@ "ironing_spacing": "0.1", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "inner_wall_line_width": "0.45", "wall_loops": "2", diff --git a/resources/profiles/Qidi/process/0.28mm Extra Draft @Qidi X3.json b/resources/profiles/Qidi/process/0.28mm Extra Draft @Qidi X3.json index 67d529ec32..dd60183d00 100644 --- a/resources/profiles/Qidi/process/0.28mm Extra Draft @Qidi X3.json +++ b/resources/profiles/Qidi/process/0.28mm Extra Draft @Qidi X3.json @@ -31,7 +31,7 @@ "ironing_spacing": "0.1", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "inner_wall_line_width": "0.45", "wall_loops": "2", diff --git a/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XCFPro.json b/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XCFPro.json index 121905d28e..7a6af747a9 100644 --- a/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XCFPro.json +++ b/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XCFPro.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XMax.json b/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XMax.json index 1d89de2046..063964384a 100644 --- a/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XMax.json +++ b/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XMax.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XMax3.json b/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XMax3.json index d5b5aad00f..6b5c01270e 100644 --- a/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XMax3.json +++ b/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XMax3.json @@ -36,7 +36,7 @@ "ironing_spacing": "0.1", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "inner_wall_line_width": "0.45", "wall_loops": "2", diff --git a/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XPlus.json b/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XPlus.json index 96233b6994..0f3c7fbf6b 100644 --- a/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XPlus.json +++ b/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XPlus.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XPlus3.json b/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XPlus3.json index 41f248f8a7..19fec3bcff 100644 --- a/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XPlus3.json +++ b/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XPlus3.json @@ -36,7 +36,7 @@ "ironing_spacing": "0.1", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "inner_wall_line_width": "0.45", "wall_loops": "2", diff --git a/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XSmart3.json b/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XSmart3.json index 76d69911d0..a9c78c9216 100644 --- a/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XSmart3.json +++ b/resources/profiles/Qidi/process/0.30mm Extra Draft @Qidi XSmart3.json @@ -36,7 +36,7 @@ "ironing_spacing": "0.1", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "inner_wall_line_width": "0.45", "wall_loops": "2", diff --git a/resources/profiles/Qidi/process/fdm_process_qidi_common.json b/resources/profiles/Qidi/process/fdm_process_qidi_common.json index 1f0df8f0b9..e1fa78fd3d 100644 --- a/resources/profiles/Qidi/process/fdm_process_qidi_common.json +++ b/resources/profiles/Qidi/process/fdm_process_qidi_common.json @@ -42,7 +42,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Qidi/process/fdm_process_qidi_x3_common.json b/resources/profiles/Qidi/process/fdm_process_qidi_x3_common.json index 6f710334de..9116f0f02f 100644 --- a/resources/profiles/Qidi/process/fdm_process_qidi_x3_common.json +++ b/resources/profiles/Qidi/process/fdm_process_qidi_x3_common.json @@ -48,7 +48,7 @@ "ironing_type": "no ironing", "layer_height": "0.2", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "50", @@ -114,5 +114,5 @@ "internal_solid_infill_pattern": "monotonic", "initial_layer_travel_speed": "50%", "filter_out_gap_fill": "2", - "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 %}" + "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 {% set s = params.S|float %}\n {% if s == 0 %}\n # If target temperature is 0, do nothing\n M117 Chamber heating cancelled\n {% else %}\n SET_HEATER_TEMPERATURE HEATER=chamber_heater TARGET={s}\n # Orca: uncomment the following line if you want to use heat bed to assist chamber heating\n M140 S90\n TEMPERATURE_WAIT SENSOR=\"heater_generic chamber_heater\" MINIMUM={s-1} MAXIMUM={s+1}\n M117 Chamber at target temperature\n {% endif %}" } diff --git a/resources/profiles/Raise3D.json b/resources/profiles/Raise3D.json index 6a83b08fcf..07b6d2f77e 100644 --- a/resources/profiles/Raise3D.json +++ b/resources/profiles/Raise3D.json @@ -1,7 +1,7 @@ { "name": "Raise3D", "url": "", - "version": "01.06.00.00", + "version": "01.08.00.00", "force_update": "0", "description": "Raise3D configurations", "machine_model_list": [ diff --git a/resources/profiles/Raise3D/process/0.10mm Fine @Raise3D Pro3.json b/resources/profiles/Raise3D/process/0.10mm Fine @Raise3D Pro3.json index e9da28a15c..0818f0dd88 100644 --- a/resources/profiles/Raise3D/process/0.10mm Fine @Raise3D Pro3.json +++ b/resources/profiles/Raise3D/process/0.10mm Fine @Raise3D Pro3.json @@ -44,7 +44,7 @@ "ironing_speed": "10", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Raise3D/process/0.10mm Fine @Raise3D Pro3Plus.json b/resources/profiles/Raise3D/process/0.10mm Fine @Raise3D Pro3Plus.json index fa56b86d6f..6150d744c3 100644 --- a/resources/profiles/Raise3D/process/0.10mm Fine @Raise3D Pro3Plus.json +++ b/resources/profiles/Raise3D/process/0.10mm Fine @Raise3D Pro3Plus.json @@ -44,7 +44,7 @@ "ironing_speed": "10", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Raise3D/process/0.20mm Standard @Raise3D Pro3.json b/resources/profiles/Raise3D/process/0.20mm Standard @Raise3D Pro3.json index 761f0ee84b..93873d18a4 100644 --- a/resources/profiles/Raise3D/process/0.20mm Standard @Raise3D Pro3.json +++ b/resources/profiles/Raise3D/process/0.20mm Standard @Raise3D Pro3.json @@ -44,7 +44,7 @@ "ironing_speed": "10", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Raise3D/process/0.20mm Standard @Raise3D Pro3Plus.json b/resources/profiles/Raise3D/process/0.20mm Standard @Raise3D Pro3Plus.json index 70de79e686..9e06abcac5 100644 --- a/resources/profiles/Raise3D/process/0.20mm Standard @Raise3D Pro3Plus.json +++ b/resources/profiles/Raise3D/process/0.20mm Standard @Raise3D Pro3Plus.json @@ -44,7 +44,7 @@ "ironing_speed": "10", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Raise3D/process/0.25mm Draft @Raise3D Pro3.json b/resources/profiles/Raise3D/process/0.25mm Draft @Raise3D Pro3.json index 086d324869..8fa0f3696e 100644 --- a/resources/profiles/Raise3D/process/0.25mm Draft @Raise3D Pro3.json +++ b/resources/profiles/Raise3D/process/0.25mm Draft @Raise3D Pro3.json @@ -44,7 +44,7 @@ "ironing_speed": "10", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Raise3D/process/0.25mm Draft @Raise3D Pro3Plus.json b/resources/profiles/Raise3D/process/0.25mm Draft @Raise3D Pro3Plus.json index d0570bb072..1c5076efc5 100644 --- a/resources/profiles/Raise3D/process/0.25mm Draft @Raise3D Pro3Plus.json +++ b/resources/profiles/Raise3D/process/0.25mm Draft @Raise3D Pro3Plus.json @@ -44,7 +44,7 @@ "ironing_speed": "10", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Ratrig.json b/resources/profiles/Ratrig.json index 47dd32d0a6..1790b9c3f5 100644 --- a/resources/profiles/Ratrig.json +++ b/resources/profiles/Ratrig.json @@ -1,6 +1,6 @@ { "name": "RatRig", - "version": "01.07.00.00", + "version": "01.08.00.00", "force_update": "0", "description": "RatRig configurations", "machine_model_list": [ diff --git a/resources/profiles/SecKit.json b/resources/profiles/SecKit.json index 6076ca97de..8998a9c627 100644 --- a/resources/profiles/SecKit.json +++ b/resources/profiles/SecKit.json @@ -1,6 +1,6 @@ { "name": "SecKit", - "version": "01.06.00.00", + "version": "01.08.00.00", "force_update": "0", "description": "SecKit configurations", "machine_model_list": [ diff --git a/resources/profiles/Snapmaker.json b/resources/profiles/Snapmaker.json index 4e63ca07ca..09ecaa09e5 100644 --- a/resources/profiles/Snapmaker.json +++ b/resources/profiles/Snapmaker.json @@ -1,6 +1,6 @@ { "name": "Snapmaker", - "version": "01.05.04.01", + "version": "01.08.00.00", "force_update": "0", "description": "Snapmaker configurations", "machine_model_list": [ diff --git a/resources/profiles/Snapmaker/machine/Snapmaker J1.json b/resources/profiles/Snapmaker/machine/Snapmaker J1.json index 019ba7251e..d08865471c 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker J1.json +++ b/resources/profiles/Snapmaker/machine/Snapmaker J1.json @@ -2,7 +2,7 @@ "type": "machine_model", "name": "Snapmaker J1", "model_id": "SnapmakerJ1", - "nozzle_diameter": "0.4;0,6", + "nozzle_diameter": "0.4;0.6", "machine_tech": "FFF", "family": "Snapmaker", "bed_model": "", diff --git a/resources/profiles/Snapmaker/process/fdm_process_common.json b/resources/profiles/Snapmaker/process/fdm_process_common.json index 6cfb587794..3e9f1c8d19 100644 --- a/resources/profiles/Snapmaker/process/fdm_process_common.json +++ b/resources/profiles/Snapmaker/process/fdm_process_common.json @@ -40,7 +40,7 @@ "ironing_speed": "30", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "50", diff --git a/resources/profiles/Sovol.json b/resources/profiles/Sovol.json index 0daf7f39ad..29e68818db 100644 --- a/resources/profiles/Sovol.json +++ b/resources/profiles/Sovol.json @@ -1,7 +1,7 @@ { "name": "Sovol", "url": "", - "version": "01.00.00.00", + "version": "01.08.00.00", "force_update": "0", "description": "Sovol configurations", "machine_model_list": [ diff --git a/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV01Pro.json b/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV01Pro.json index 7f09b70b75..7e4a1b232c 100644 --- a/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV01Pro.json +++ b/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV01Pro.json @@ -45,7 +45,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV02.json b/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV02.json index 15b7aee7c9..f598f0464c 100644 --- a/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV02.json +++ b/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV02.json @@ -45,7 +45,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV05.json b/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV05.json index 1fca86538d..f6686c5718 100644 --- a/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV05.json +++ b/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV05.json @@ -45,7 +45,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV06.json b/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV06.json index 3b03120166..5ed34435b4 100644 --- a/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV06.json +++ b/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV06.json @@ -45,7 +45,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV06Plus.json b/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV06Plus.json index f3319adbe1..a98e47d432 100644 --- a/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV06Plus.json +++ b/resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV06Plus.json @@ -45,7 +45,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV01Pro.json b/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV01Pro.json index 0d8f104384..e9fa54468c 100644 --- a/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV01Pro.json +++ b/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV01Pro.json @@ -45,7 +45,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV02.json b/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV02.json index c65d2850bc..dd0b5b9f21 100644 --- a/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV02.json +++ b/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV02.json @@ -45,7 +45,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV05.json b/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV05.json index e448cad3aa..8a5661ad38 100644 --- a/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV05.json +++ b/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV05.json @@ -45,7 +45,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV06.json b/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV06.json index e65bf6972e..ae293d4841 100644 --- a/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV06.json +++ b/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV06.json @@ -45,7 +45,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV06Plus.json b/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV06Plus.json index 3a21a9f148..2859ad0ed5 100644 --- a/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV06Plus.json +++ b/resources/profiles/Sovol/process/0.20mm Standard @Sovol SV06Plus.json @@ -45,7 +45,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Tronxy.json b/resources/profiles/Tronxy.json index 481a1f9dae..c88d53fe24 100644 --- a/resources/profiles/Tronxy.json +++ b/resources/profiles/Tronxy.json @@ -1,6 +1,6 @@ { "name": "Tronxy", - "version": "01.06.00.1", + "version": "01.08.00.00", "force_update": "0", "description": "Tronxy configurations", "machine_model_list": [ diff --git a/resources/profiles/TwoTrees.json b/resources/profiles/TwoTrees.json index 59193a7129..c65f4415e7 100644 --- a/resources/profiles/TwoTrees.json +++ b/resources/profiles/TwoTrees.json @@ -1,6 +1,6 @@ { "name": "TwoTrees", - "version": "01.06.01.00", + "version": "01.08.00.00", "force_update": "1", "description": "TwoTrees configurations", "machine_model_list": [ diff --git a/resources/profiles/UltiMaker.json b/resources/profiles/UltiMaker.json index e0f88c0110..3033a96906 100644 --- a/resources/profiles/UltiMaker.json +++ b/resources/profiles/UltiMaker.json @@ -1,7 +1,7 @@ { "name": "UltiMaker", "url": "", - "version": "01.06.00.00", + "version": "01.08.00.00", "force_update": "0", "description": "UltiMaker configurations", "machine_model_list": [ diff --git a/resources/profiles/UltiMaker/process/0.12mm Fine @UltiMaker 2.json b/resources/profiles/UltiMaker/process/0.12mm Fine @UltiMaker 2.json index 0275cc8352..567a228c3c 100644 --- a/resources/profiles/UltiMaker/process/0.12mm Fine @UltiMaker 2.json +++ b/resources/profiles/UltiMaker/process/0.12mm Fine @UltiMaker 2.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/UltiMaker/process/0.18mm Standard @UltiMaker 2.json b/resources/profiles/UltiMaker/process/0.18mm Standard @UltiMaker 2.json index bf8a9e4442..6e6829860f 100644 --- a/resources/profiles/UltiMaker/process/0.18mm Standard @UltiMaker 2.json +++ b/resources/profiles/UltiMaker/process/0.18mm Standard @UltiMaker 2.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/UltiMaker/process/0.25mm Darft @UltiMaker 2.json b/resources/profiles/UltiMaker/process/0.25mm Darft @UltiMaker 2.json index fb5ea065ab..5740c576b5 100644 --- a/resources/profiles/UltiMaker/process/0.25mm Darft @UltiMaker 2.json +++ b/resources/profiles/UltiMaker/process/0.25mm Darft @UltiMaker 2.json @@ -44,7 +44,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Vivedino.json b/resources/profiles/Vivedino.json index 1471f9e416..58b1a46495 100644 --- a/resources/profiles/Vivedino.json +++ b/resources/profiles/Vivedino.json @@ -1,6 +1,6 @@ { "name": "Vivedino", - "version": "01.06.04.01", + "version": "01.08.00.00", "force_update": "0", "description": "Vivedino configurations", "machine_model_list": [ diff --git a/resources/profiles/Vivedino/process/fdm_process_klipper_common.json b/resources/profiles/Vivedino/process/fdm_process_klipper_common.json index 19176b5504..0473ee3521 100644 --- a/resources/profiles/Vivedino/process/fdm_process_klipper_common.json +++ b/resources/profiles/Vivedino/process/fdm_process_klipper_common.json @@ -44,7 +44,7 @@ "ironing_type": "no ironing", "layer_height": "0.2", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "50", diff --git a/resources/profiles/Voron.json b/resources/profiles/Voron.json index 1dcaf31a5d..4f3ea971ef 100644 --- a/resources/profiles/Voron.json +++ b/resources/profiles/Voron.json @@ -1,6 +1,6 @@ { "name": "Voron", - "version": "01.06.05.03", + "version": "01.08.00.00", "force_update": "0", "description": "Voron configurations", "machine_model_list": [ diff --git a/resources/profiles/Voron/process/fdm_process_voron_common.json b/resources/profiles/Voron/process/fdm_process_voron_common.json index d242c947ed..d993c7b5ea 100644 --- a/resources/profiles/Voron/process/fdm_process_voron_common.json +++ b/resources/profiles/Voron/process/fdm_process_voron_common.json @@ -44,7 +44,7 @@ "ironing_type": "no ironing", "layer_height": "0.2", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "80%", "overhang_2_4_speed": "50", diff --git a/resources/profiles/Voxelab.json b/resources/profiles/Voxelab.json index 053f250506..6370da51ab 100644 --- a/resources/profiles/Voxelab.json +++ b/resources/profiles/Voxelab.json @@ -1,7 +1,7 @@ { "name": "Voxelab", "url": "", - "version": "01.06.00.00", + "version": "01.08.00.00", "force_update": "0", "description": "Voxelab configurations", "machine_model_list": [ diff --git a/resources/profiles/Voxelab/process/0.16mm Optimal @Voxelab AquilaX2.json b/resources/profiles/Voxelab/process/0.16mm Optimal @Voxelab AquilaX2.json index 6f0a07e2c6..6aa62f184d 100644 --- a/resources/profiles/Voxelab/process/0.16mm Optimal @Voxelab AquilaX2.json +++ b/resources/profiles/Voxelab/process/0.16mm Optimal @Voxelab AquilaX2.json @@ -45,7 +45,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Voxelab/process/0.20mm Standard @Voxelab AquilaX2.json b/resources/profiles/Voxelab/process/0.20mm Standard @Voxelab AquilaX2.json index 029a0a33e8..db2d6f6595 100644 --- a/resources/profiles/Voxelab/process/0.20mm Standard @Voxelab AquilaX2.json +++ b/resources/profiles/Voxelab/process/0.20mm Standard @Voxelab AquilaX2.json @@ -45,7 +45,7 @@ "ironing_speed": "15", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/resources/profiles/Vzbot.json b/resources/profiles/Vzbot.json index de86c5aa30..08f819e004 100644 --- a/resources/profiles/Vzbot.json +++ b/resources/profiles/Vzbot.json @@ -1,6 +1,6 @@ { "name": "Vzbot", - "version": "01.06.04.00", + "version": "01.08.00.00", "force_update": "0", "description": "Vzbot configurations", "machine_model_list": [ diff --git a/resources/profiles/Vzbot/process/fdm_process_Vzbot_common.json b/resources/profiles/Vzbot/process/fdm_process_Vzbot_common.json index bf6689508d..394d77048e 100644 --- a/resources/profiles/Vzbot/process/fdm_process_Vzbot_common.json +++ b/resources/profiles/Vzbot/process/fdm_process_Vzbot_common.json @@ -45,7 +45,7 @@ "ironing_type": "no ironing", "layer_height": "0.2", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "120", diff --git a/resources/profiles/Vzbot/process/fdm_process_Vzbot_common_0.5_nozzle.json b/resources/profiles/Vzbot/process/fdm_process_Vzbot_common_0.5_nozzle.json index c496eb764b..5e5a80da0b 100644 --- a/resources/profiles/Vzbot/process/fdm_process_Vzbot_common_0.5_nozzle.json +++ b/resources/profiles/Vzbot/process/fdm_process_Vzbot_common_0.5_nozzle.json @@ -45,7 +45,7 @@ "ironing_type": "no ironing", "layer_height": "0.2", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "120", diff --git a/resources/profiles/Vzbot/process/fdm_process_Vzbot_common_0.6_nozzle.json b/resources/profiles/Vzbot/process/fdm_process_Vzbot_common_0.6_nozzle.json index b3d54e197e..eedeb3fd31 100644 --- a/resources/profiles/Vzbot/process/fdm_process_Vzbot_common_0.6_nozzle.json +++ b/resources/profiles/Vzbot/process/fdm_process_Vzbot_common_0.6_nozzle.json @@ -45,7 +45,7 @@ "ironing_type": "no ironing", "layer_height": "0.2", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "120", diff --git a/resources/profiles/Wanhao.json b/resources/profiles/Wanhao.json index c21f59864a..e4b43d2684 100644 --- a/resources/profiles/Wanhao.json +++ b/resources/profiles/Wanhao.json @@ -1,6 +1,6 @@ { "name": "Wanhao", - "version": "01.00.01.00", + "version": "01.08.00.00", "force_update": "0", "description": "Wanhao configurations", "machine_model_list": [ diff --git a/resources/profiles/Wanhao/process/fdm_process_wanhao_common.json b/resources/profiles/Wanhao/process/fdm_process_wanhao_common.json index 29c64af2a4..bbb877de8f 100644 --- a/resources/profiles/Wanhao/process/fdm_process_wanhao_common.json +++ b/resources/profiles/Wanhao/process/fdm_process_wanhao_common.json @@ -43,7 +43,7 @@ "ironing_type": "no ironing", "layer_height": "0.2", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "20", diff --git a/src/BaseException.cpp b/src/BaseException.cpp index d51a750577..2443ebe4bb 100644 --- a/src/BaseException.cpp +++ b/src/BaseException.cpp @@ -91,8 +91,26 @@ void CBaseException::ShowLoadModules() void CBaseException::ShowCallstack(HANDLE hThread, const CONTEXT* context) { - OutputString(_T("Show CallStack:\r\n")); - LPSTACKINFO phead = StackWalker(hThread, context); + OutputString(_T("Show CallStack:\n")); + LPSTACKINFO phead = StackWalker(hThread, context); + + // Show RVA of each call stack, so we can locate the symbol using pdb file + // To show the symbol, load the in WinDBG with pdb file, then type the following commands: + // > lm which gives you the start address of each module, as well as module names + // > !dh list all module headers. Find the of the section given by + // the
output in the crash log + // > ln +
+ reveals the debug symbol + OutputString(_T("\nLogical Address:\n")); + TCHAR szFaultingModule[MAX_PATH]; + DWORD section, offset; + for (LPSTACKINFO ps = phead; ps != nullptr; ps = ps->pNext) { + if (GetLogicalAddress((PVOID) ps->szFncAddr, szFaultingModule, sizeof(szFaultingModule), section, offset)) { + OutputString(_T("0x%X 0x%X:0x%X %s\n"), ps->szFncAddr, section, offset, szFaultingModule); + } else { + OutputString(_T("0x%X Unknown\n"), ps->szFncAddr); + } + } + FreeStackInformations(phead); } diff --git a/src/StackWalker.cpp b/src/StackWalker.cpp index 2d20cbd0da..818ac3405e 100644 --- a/src/StackWalker.cpp +++ b/src/StackWalker.cpp @@ -491,7 +491,7 @@ LPSTACKINFO CStackWalker::StackWalker(HANDLE hThread, const CONTEXT* context) }else { //调用错误一般是487(地址无效或者没有访问的权限、在符号表中未找到指定地址的相关信息) - this->OutputString(_T("Call SymGetSymFromAddr64 ,Address %08x Error:%08x\r\n"), sf.AddrPC.Offset, GetLastError()); + //this->OutputString(_T("Call SymGetSymFromAddr64 ,Address %08x Error:%08x\n"), sf.AddrPC.Offset, GetLastError()); StringCchCopy(pCallStack->undFullName, STACKWALK_MAX_NAMELEN, textconv_helper::A2T_("Unknown")); } @@ -502,14 +502,14 @@ LPSTACKINFO CStackWalker::StackWalker(HANDLE hThread, const CONTEXT* context) pCallStack->uFileNum = pLine->LineNumber; }else { - this->OutputString(_T("Call SymGetLineFromAddr64 ,Address %08x Error:%08x\r\n"), sf.AddrPC.Offset, GetLastError()); + //this->OutputString(_T("Call SymGetLineFromAddr64 ,Address %08x Error:%08x\n"), sf.AddrPC.Offset, GetLastError()); StringCchCopy(pCallStack->szFileName, MAX_PATH, textconv_helper::A2T_("Unknown file")); pCallStack->uFileNum = -1; } //这里为了将获取函数信息失败的情况与正常的情况一起输出,防止用户在查看时出现误解 - this->OutputString(_T("%08llx:%s [%s][%ld]\r\n"), pCallStack->szFncAddr, pCallStack->undFullName, pCallStack->szFileName, pCallStack->uFileNum); + this->OutputString(_T("%08llx:%s [%s][%ld]\n"), pCallStack->szFncAddr, pCallStack->undFullName, pCallStack->szFileName, pCallStack->uFileNum); if (NULL == pHead) { pHead = pCallStack; diff --git a/src/libslic3r/GCode.cpp b/src/libslic3r/GCode.cpp index 7b85a1d422..80d5263030 100644 --- a/src/libslic3r/GCode.cpp +++ b/src/libslic3r/GCode.cpp @@ -2578,6 +2578,7 @@ this->placeholder_parser().set("z_offset", new ConfigOptionFloat(m_config.z_offs m_writer.extruders(), // Modifies print.m_print_statistics)); + print.m_print_statistics.initial_tool = initial_extruder_id; if (!is_bbl_printers) { file.write_format("; total filament used [g] = %.2lf\n", print.m_print_statistics.total_weight); @@ -5448,8 +5449,12 @@ std::string GCode::set_extruder(unsigned int extruder_id, double print_z) old_retract_length = m_config.retraction_length.get_at(previous_extruder_id); old_retract_length_toolchange = m_config.retract_length_toolchange.get_at(previous_extruder_id); old_filament_temp = this->on_first_layer()? m_config.nozzle_temperature_initial_layer.get_at(previous_extruder_id) : m_config.nozzle_temperature.get_at(previous_extruder_id); - wipe_volume = flush_matrix[previous_extruder_id * number_of_extruders + extruder_id]; - wipe_volume *= m_config.flush_multiplier; + if (m_config.purge_in_prime_tower) { + wipe_volume = flush_matrix[previous_extruder_id * number_of_extruders + extruder_id]; + wipe_volume *= m_config.flush_multiplier; + } else { + wipe_volume = m_config.prime_volume; + } old_filament_e_feedrate = (int)(60.0 * m_config.filament_max_volumetric_speed.get_at(previous_extruder_id) / filament_area); old_filament_e_feedrate = old_filament_e_feedrate == 0 ? 100 : old_filament_e_feedrate; //BBS: must clean m_start_gcode_filament diff --git a/src/libslic3r/GCode/Thumbnails.hpp b/src/libslic3r/GCode/Thumbnails.hpp index 380337e5bb..772e63dd40 100644 --- a/src/libslic3r/GCode/Thumbnails.hpp +++ b/src/libslic3r/GCode/Thumbnails.hpp @@ -57,17 +57,20 @@ inline void export_thumbnails_to_file(ThumbnailsGeneratorCallback &thumbnail_cb, std::string encoded; encoded.resize(boost::beast::detail::base64::encoded_size(compressed->size)); encoded.resize(boost::beast::detail::base64::encode((void *) encoded.data(), (const void *) compressed->data, - compressed->size)); - output((boost::format("; thumbnail begin %dx%d %d\n") % data.width % data.height % encoded.size()).str().c_str()); + compressed->size)); + output((boost::format("\n;\n; %s begin %dx%d %d\n") % compressed->tag() % data.width % data.height % encoded.size()) + .str() + .c_str()); while (encoded.size() > max_row_length) { output((boost::format("; %s\n") % encoded.substr(0, max_row_length)).str().c_str()); encoded = encoded.substr(max_row_length); } + // Orca write remaining ecoded data if (encoded.size() > 0) output((boost::format("; %s\n") % encoded).str().c_str()); - output("; thumbnail end\n"); + output((boost::format("; %s end\n") % compressed->tag()).str().c_str()); } throw_if_canceled(); } @@ -81,4 +84,4 @@ inline void export_thumbnails_to_file(ThumbnailsGeneratorCallback &thumbnail_cb, } // namespace Slic3r::GCodeThumbnails -#endif // slic3r_GCodeThumbnails_hpp_ \ No newline at end of file +#endif // slic3r_GCodeThumbnails_hpp_ diff --git a/src/libslic3r/GCode/ToolOrdering.cpp b/src/libslic3r/GCode/ToolOrdering.cpp index 2563db7bff..95c28da2ab 100644 --- a/src/libslic3r/GCode/ToolOrdering.cpp +++ b/src/libslic3r/GCode/ToolOrdering.cpp @@ -738,8 +738,16 @@ void ToolOrdering::reorder_extruders_for_minimum_flush_volume() const unsigned int number_of_extruders = (unsigned int) (sqrt(flush_matrix.size()) + EPSILON); // Extract purging volumes for each extruder pair: std::vector> wipe_volumes; - for (unsigned int i = 0; i < number_of_extruders; ++i) - wipe_volumes.push_back(std::vector(flush_matrix.begin() + i * number_of_extruders, flush_matrix.begin() + (i + 1) * number_of_extruders)); + if (m_print_config_ptr->purge_in_prime_tower) { + for (unsigned int i = 0; i < number_of_extruders; ++i) + wipe_volumes.push_back( + std::vector(flush_matrix.begin() + i * number_of_extruders, flush_matrix.begin() + (i + 1) * number_of_extruders)); + } else { + // populate wipe_volumes with prime_volume + for (unsigned int i = 0; i < number_of_extruders; ++i) { + wipe_volumes.push_back(std::vector(number_of_extruders, m_print_config_ptr->prime_volume)); + } + } unsigned int current_extruder_id = -1; for (int i = 0; i < m_layer_tools.size(); ++i) { diff --git a/src/libslic3r/GCode/WipeTower2.cpp b/src/libslic3r/GCode/WipeTower2.cpp index ab8a54ea06..3c717a063d 100644 --- a/src/libslic3r/GCode/WipeTower2.cpp +++ b/src/libslic3r/GCode/WipeTower2.cpp @@ -1021,7 +1021,6 @@ void WipeTower2::toolchange_Change( // This is where we want to place the custom gcodes. We will use placeholders for this. // These will be substituted by the actual gcodes when the gcode is generated. - writer.append("[filament_end_gcode]\n"); writer.append("[change_filament_gcode]\n"); // Travel to where we assume we are. Custom toolchange or some special T code handling (parking extruder etc) @@ -1093,7 +1092,8 @@ void WipeTower2::toolchange_Wipe( float dy = (is_first_layer() ? 1.f : m_extra_spacing) * m_perimeter_width; // Don't use the extra spacing for the first layer. // All the calculations in all other places take the spacing into account for all the layers. - const float target_speed = is_first_layer() ? m_first_layer_speed * 60.f : m_infill_speed * 60.f; + // If spare layers are excluded->if 1 or less toolchange has been done, it must be sill the first layer, too.So slow down. + const float target_speed = is_first_layer() || (m_num_tool_changes <= 1 && m_no_sparse_layers) ? m_first_layer_speed * 60.f : std::min(5400.f, m_infill_speed * 60.f); float wipe_speed = 0.33f * target_speed; // if there is less than 2.5*m_perimeter_width to the edge, advance straightaway (there is likely a blob anyway) @@ -1161,9 +1161,10 @@ WipeTower::ToolChangeResult WipeTower2::finish_layer() // Slow down on the 1st layer. - bool first_layer = is_first_layer(); - float feedrate = first_layer ? m_first_layer_speed * 60.f : m_infill_speed * 60.f; - float current_depth = m_layer_info->depth - m_layer_info->toolchanges_depth(); + // If spare layers are excluded -> if 1 or less toolchange has been done, it must be still the first layer, too. So slow down. + bool first_layer = is_first_layer() || (m_num_tool_changes <= 1 && m_no_sparse_layers); + float feedrate = first_layer ? m_first_layer_speed * 60.f : std::min(5400.f, m_infill_speed * 60.f); + float current_depth = m_layer_info->depth - m_layer_info->toolchanges_depth(); WipeTower::box_coordinates fill_box(Vec2f(m_perimeter_width, m_layer_info->depth-(current_depth-m_perimeter_width)), m_wipe_tower_width - 2 * m_perimeter_width, current_depth-m_perimeter_width); diff --git a/src/libslic3r/PerimeterGenerator.cpp b/src/libslic3r/PerimeterGenerator.cpp index 488f836cfc..1ad0c92f8a 100644 --- a/src/libslic3r/PerimeterGenerator.cpp +++ b/src/libslic3r/PerimeterGenerator.cpp @@ -899,7 +899,7 @@ void PerimeterGenerator::split_top_surfaces(const ExPolygons &orig_polygons, ExP offset_top_surface = 0; // don't takes into account too thin areas // skip if the exposed area is smaller than "min_width_top_surface" - double min_width_top_surface = std::max(double(ext_perimeter_spacing / 2 + 10), config->min_width_top_surface.get_abs_value(perimeter_width)); + double min_width_top_surface = std::max(double(ext_perimeter_spacing / 2 + 10), scale_(config->min_width_top_surface.get_abs_value(unscale_(perimeter_width)))); Polygons grown_upper_slices = offset(*this->upper_slices, min_width_top_surface); diff --git a/src/libslic3r/Print.cpp b/src/libslic3r/Print.cpp index fa5d7f631b..33cdcab5be 100644 --- a/src/libslic3r/Print.cpp +++ b/src/libslic3r/Print.cpp @@ -20,6 +20,7 @@ ///|/ ///|/ PrusaSlicer is released under the terms of the AGPLv3 or higher ///|/ +#include "Config.hpp" #include "Exception.hpp" #include "Print.hpp" #include "BoundingBox.hpp" @@ -2463,7 +2464,7 @@ void Print::_make_wipe_tower() } this->throw_if_canceled(); - if (!m_config.purge_in_prime_tower) { + if (is_BBL_printer()) { // in BBL machine, wipe tower is only use to prime extruder. So just use a global wipe volume. WipeTower wipe_tower(m_config, m_plate_index, m_origin, m_config.prime_volume, m_wipe_tower_data.tool_ordering.first_extruder(), m_wipe_tower_data.tool_ordering.empty() ? 0.f : m_wipe_tower_data.tool_ordering.back().print_z); @@ -2587,17 +2588,20 @@ void Print::_make_wipe_tower() for (const auto extruder_id : layer_tools.extruders) { if (/*(first_layer && extruder_id == m_wipe_tower_data.tool_ordering.all_extruders().back()) || */ extruder_id != current_extruder_id) { - float volume_to_wipe = wipe_volumes[current_extruder_id][extruder_id]; // total volume to wipe after this toolchange - volume_to_wipe *= m_config.flush_multiplier; - // Not all of that can be used for infill purging: - volume_to_wipe -= (float) m_config.filament_minimal_purge_on_wipe_tower.get_at(extruder_id); + float volume_to_wipe = m_config.prime_volume; + if (m_config.purge_in_prime_tower) { + volume_to_wipe = wipe_volumes[current_extruder_id][extruder_id]; // total volume to wipe after this toolchange + volume_to_wipe *= m_config.flush_multiplier; + // Not all of that can be used for infill purging: + volume_to_wipe -= (float) m_config.filament_minimal_purge_on_wipe_tower.get_at(extruder_id); - // try to assign some infills/objects for the wiping: - volume_to_wipe = layer_tools.wiping_extrusions().mark_wiping_extrusions(*this, current_extruder_id, extruder_id, - volume_to_wipe); + // try to assign some infills/objects for the wiping: + volume_to_wipe = layer_tools.wiping_extrusions().mark_wiping_extrusions(*this, current_extruder_id, extruder_id, + volume_to_wipe); - // add back the minimal amount toforce on the wipe tower: - volume_to_wipe += (float) m_config.filament_minimal_purge_on_wipe_tower.get_at(extruder_id); + // add back the minimal amount toforce on the wipe tower: + volume_to_wipe += (float) m_config.filament_minimal_purge_on_wipe_tower.get_at(extruder_id); + } // request a toolchange at the wipe tower with at least volume_to_wipe purging amount wipe_tower.plan_toolchange((float) layer_tools.print_z, (float) layer_tools.wipe_tower_layer_height, @@ -2712,6 +2716,7 @@ DynamicConfig PrintStatistics::config() const config.set_key_value("total_weight", new ConfigOptionFloat(this->total_weight)); config.set_key_value("total_wipe_tower_cost", new ConfigOptionFloat(this->total_wipe_tower_cost)); config.set_key_value("total_wipe_tower_filament", new ConfigOptionFloat(this->total_wipe_tower_filament)); + config.set_key_value("initial_tool", new ConfigOptionInt(static_cast(this->initial_tool))); return config; } @@ -2721,7 +2726,7 @@ DynamicConfig PrintStatistics::placeholders() for (const std::string &key : { "print_time", "normal_print_time", "silent_print_time", "used_filament", "extruded_volume", "total_cost", "total_weight", - "total_toolchanges", "total_wipe_tower_cost", "total_wipe_tower_filament"}) + "initial_tool", "total_toolchanges", "total_wipe_tower_cost", "total_wipe_tower_filament"}) config.set_key_value(key, new ConfigOptionString(std::string("{") + key + "}")); return config; } diff --git a/src/libslic3r/Print.hpp b/src/libslic3r/Print.hpp index afa04efce4..eba85dbcfa 100644 --- a/src/libslic3r/Print.hpp +++ b/src/libslic3r/Print.hpp @@ -742,6 +742,7 @@ struct PrintStatistics double total_weight; double total_wipe_tower_cost; double total_wipe_tower_filament; + unsigned int initial_tool; std::map filament_stats; // Config with the filled in print statistics. @@ -759,6 +760,7 @@ struct PrintStatistics total_weight = 0.; total_wipe_tower_cost = 0.; total_wipe_tower_filament = 0.; + initial_tool = 0; filament_stats.clear(); } }; diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index 94cb997fbc..723398f751 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -1454,7 +1454,6 @@ void PrintConfigDef::init_fff_params() "Can't be zero"); def->sidetext = L("mm³/s"); def->min = 0; - def->max = 200; def->mode = comAdvanced; def->set_default_value(new ConfigOptionFloats { 2. }); @@ -2817,7 +2816,7 @@ def = this->add("filament_loading_speed", coFloats); def->tooltip = L("User can self-define the project file name when export"); def->full_width = true; def->mode = comAdvanced; - def->set_default_value(new ConfigOptionString("{input_filename_base}_{filament_type[0]}_{print_time}.gcode")); + def->set_default_value(new ConfigOptionString("{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode")); def = this->add("make_overhang_printable", coBool); def->label = L("Make overhang printable"); diff --git a/src/slic3r/GUI/GUI_ObjectLayers.cpp b/src/slic3r/GUI/GUI_ObjectLayers.cpp index 0d2033646b..135e109a6a 100644 --- a/src/slic3r/GUI/GUI_ObjectLayers.cpp +++ b/src/slic3r/GUI/GUI_ObjectLayers.cpp @@ -22,8 +22,10 @@ namespace GUI ObjectLayers::ObjectLayers(wxWindow* parent) : OG_Settings(parent, true) { - m_grid_sizer = new wxFlexGridSizer(3, 0, wxGetApp().em_unit()); // "Min Z", "Max Z", "Layer height" & buttons sizer + m_grid_sizer = new wxFlexGridSizer(5, 0, wxGetApp().em_unit()); // Title, Min Z, "to", Max Z, unit & buttons sizer m_grid_sizer->SetFlexibleDirection(wxHORIZONTAL); + m_grid_sizer->AddGrowableCol(1); + m_grid_sizer->AddGrowableCol(3); m_og->activate(); m_og->sizer->Clear(true); @@ -75,7 +77,7 @@ wxSizer* ObjectLayers::create_layer(const t_layer_height_range& range, PlusMinus auto head_text = new wxStaticText(m_parent, wxID_ANY, _L("Height Range"), wxDefaultPosition, wxDefaultSize, wxST_ELLIPSIZE_END); head_text->SetBackgroundStyle(wxBG_STYLE_PAINT); head_text->SetFont(wxGetApp().normal_font()); - m_grid_sizer->Add(head_text, 0, wxLEFT | wxALIGN_CENTER_VERTICAL, wxGetApp().em_unit()); + m_grid_sizer->Add(head_text, 0, wxALIGN_CENTER_VERTICAL); // Add control for the "Min Z" @@ -101,14 +103,12 @@ wxSizer* ObjectLayers::create_layer(const t_layer_height_range& range, PlusMinus select_editor(editor, is_last_edited_range); - auto sizer1 = new wxBoxSizer(wxHORIZONTAL); - sizer1->Add(editor); + m_grid_sizer->Add(editor, 1, wxEXPAND); + auto middle_text = new wxStaticText(m_parent, wxID_ANY, _L("to"), wxDefaultPosition, wxDefaultSize, wxST_ELLIPSIZE_END); middle_text->SetBackgroundStyle(wxBG_STYLE_PAINT); middle_text->SetFont(wxGetApp().normal_font()); - sizer1->Add(middle_text, 0, wxLEFT | wxALIGN_CENTER_VERTICAL, wxGetApp().em_unit()); - - m_grid_sizer->Add(sizer1); + m_grid_sizer->Add(middle_text, 0, wxALIGN_CENTER_VERTICAL); // Add control for the "Max Z" @@ -132,13 +132,13 @@ wxSizer* ObjectLayers::create_layer(const t_layer_height_range& range, PlusMinus }); //select_editor(editor, is_last_edited_range); + m_grid_sizer->Add(editor, 1, wxEXPAND); auto sizer2 = new wxBoxSizer(wxHORIZONTAL); - sizer2->Add(editor); auto unit_text = new wxStaticText(m_parent, wxID_ANY, _L("mm"), wxDefaultPosition, wxDefaultSize, wxST_ELLIPSIZE_END); unit_text->SetBackgroundStyle(wxBG_STYLE_PAINT); unit_text->SetFont(wxGetApp().normal_font()); - sizer2->Add(unit_text, 0, wxLEFT | wxALIGN_CENTER_VERTICAL, wxGetApp().em_unit()); + sizer2->Add(unit_text, 0, wxALIGN_CENTER_VERTICAL); m_grid_sizer->Add(sizer2); @@ -335,7 +335,7 @@ LayerRangeEditor::LayerRangeEditor( ObjectLayers* parent, m_type(type), m_set_focus_data(set_focus_data_fn), wxTextCtrl(parent->m_parent, wxID_ANY, value, wxDefaultPosition, - wxSize(8 * em_unit(parent->m_parent), wxDefaultCoord), wxTE_PROCESS_ENTER + wxSize(em_unit(parent->m_parent), wxDefaultCoord), wxTE_PROCESS_ENTER #ifdef _WIN32 | wxBORDER_SIMPLE #endif @@ -444,7 +444,7 @@ coordf_t LayerRangeEditor::get_value() void LayerRangeEditor::msw_rescale() { - SetMinSize(wxSize(8 * wxGetApp().em_unit(), wxDefaultCoord)); + SetMinSize(wxSize(wxGetApp().em_unit(), wxDefaultCoord)); } } //namespace GUI diff --git a/src/slic3r/GUI/ParamsPanel.cpp b/src/slic3r/GUI/ParamsPanel.cpp index 606baf8c24..725c5fde06 100644 --- a/src/slic3r/GUI/ParamsPanel.cpp +++ b/src/slic3r/GUI/ParamsPanel.cpp @@ -591,6 +591,15 @@ void ParamsPanel::set_active_tab(wxPanel* tab) wxString title = cur_tab->type() == Preset::TYPE_FILAMENT ? _L("Filament settings") : _L("Printer settings"); dialog->SetTitle(title); } + + auto tab_print = dynamic_cast(m_tab_print); + if (cur_tab == m_tab_print) { + if (tab_print) + tab_print->toggle_line("print_flow_ratio", false); + } else { + if (tab_print) + tab_print->toggle_line("print_flow_ratio", false); + } } bool ParamsPanel::is_active_and_shown_tab(wxPanel* tab) diff --git a/version.inc b/version.inc index bfac89afd2..7e062b19c9 100644 --- a/version.inc +++ b/version.inc @@ -10,7 +10,7 @@ endif() if(NOT DEFINED BBL_INTERNAL_TESTING) set(BBL_INTERNAL_TESTING "1") endif() -set(SoftFever_VERSION "1.8.0-rc2") +set(SoftFever_VERSION "1.8.0") string(REGEX MATCH "^([0-9]+)\\.([0-9]+)\\.([0-9]+)" SoftFever_VERSION_MATCH ${SoftFever_VERSION}) set(ORCA_VERSION_MAJOR ${CMAKE_MATCH_1})