Merge branch 'main' into main
15
.github/workflows/build_linux.yml
vendored
|
@ -4,9 +4,24 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'deps/**'
|
||||
- '**/CMakeLists.txt'
|
||||
- 'version.inc'
|
||||
- 'bbl/**'
|
||||
- 'resources/**'
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'deps/**'
|
||||
- '**/CMakeLists.txt'
|
||||
- 'version.inc'
|
||||
- 'bbl/**'
|
||||
- 'resources/**'
|
||||
|
||||
jobs:
|
||||
appimage-builder:
|
||||
|
|
15
.github/workflows/build_mac_arm64.yml
vendored
|
@ -4,9 +4,24 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'deps/**'
|
||||
- '**/CMakeLists.txt'
|
||||
- 'version.inc'
|
||||
- 'bbl/**'
|
||||
- 'resources/**'
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'deps/**'
|
||||
- '**/CMakeLists.txt'
|
||||
- 'version.inc'
|
||||
- 'bbl/**'
|
||||
- 'resources/**'
|
||||
|
||||
jobs:
|
||||
build_osx_arm64:
|
||||
|
|
15
.github/workflows/build_mac_x64.yml
vendored
|
@ -4,9 +4,24 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'deps/**'
|
||||
- '**/CMakeLists.txt'
|
||||
- 'version.inc'
|
||||
- 'bbl/**'
|
||||
- 'resources/**'
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'deps/**'
|
||||
- '**/CMakeLists.txt'
|
||||
- 'version.inc'
|
||||
- 'bbl/**'
|
||||
- 'resources/**'
|
||||
|
||||
jobs:
|
||||
build_osx_x86_64:
|
||||
|
|
15
.github/workflows/build_win.yml
vendored
|
@ -4,9 +4,24 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'deps/**'
|
||||
- '**/CMakeLists.txt'
|
||||
- 'version.inc'
|
||||
- 'bbl/**'
|
||||
- 'resources/**'
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'deps/**'
|
||||
- '**/CMakeLists.txt'
|
||||
- 'version.inc'
|
||||
- 'bbl/**'
|
||||
- 'resources/**'
|
||||
|
||||
jobs:
|
||||
build_win64:
|
||||
|
|
2
.github/workflows/publish_docs_to_wiki.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
|||
paths:
|
||||
- doc/** # This includes all sub folders
|
||||
branches:
|
||||
- PublishDocsToWiki # This can be changed to any branch of your preference
|
||||
- main # This can be changed to any branch of your preference
|
||||
|
||||
env:
|
||||
USER_TOKEN: ${{ secrets.GH_WIKI_PAT }} # This is the repository secret personal access token
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
[](https://github.com/SoftFever/OrcaSlicer/actions/workflows/build_win.yml)
|
||||
[](https://github.com/SoftFever/OrcaSlicer/actions/workflows/build_mac_arm64.yml)
|
||||
[](https://github.com/SoftFever/OrcaSlicer/actions/workflows/build_mac_x64.yml)
|
||||
[](https://github.com/SoftFever/OrcaSlicer/actions/workflows/build_linux.yml)
|
||||
|
||||
# Orca Slicer
|
||||
[](https://github.com/SoftFever/OrcaSlicer/actions/workflows/build_win.yml)
|
||||
[](https://github.com/SoftFever/OrcaSlicer/actions/workflows/build_mac_arm64.yml)
|
||||
[](https://github.com/SoftFever/OrcaSlicer/actions/workflows/build_mac_x64.yml)
|
||||
[](https://github.com/SoftFever/OrcaSlicer/actions/workflows/build_linux.yml)
|
||||
Orca Slicer is a fork of Bambu Studio. It was previously known as BambuStudio-SoftFever.
|
||||
Bambu Studio is based on [PrusaSlicer](https://github.com/prusa3d/PrusaSlicer) by Prusa Research, which is from [Slic3r](https://github.com/Slic3r/Slic3r) by Alessandro Ranellucci and the RepRap community.
|
||||
Orca Slicer incorporates a lot of features from SuperSlicer by @supermerill
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-08 16:37+0200\n"
|
||||
"POT-Creation-Date: 2023-05-14 11:52+0800\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -17,29 +17,6 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
||||
msgid "Physical Printer"
|
||||
msgstr ""
|
||||
|
||||
msgid "HTTPS CA file is optional. It is only needed if you use HTTPS with a self-signed certificate."
|
||||
msgstr ""
|
||||
|
||||
msgid "On this system, %s uses HTTPS certificates from the system Certificate Store or Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid "To use a custom CA file, please import your CA file into Certificate Store / Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid "Send to print"
|
||||
msgstr ""
|
||||
|
||||
msgid "Upload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Upload and Print"
|
||||
msgstr ""
|
||||
|
||||
msgid "Use forward slashes ( / ) as a directory separator if needed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Supports Painting"
|
||||
msgstr ""
|
||||
|
@ -3197,6 +3174,9 @@ msgstr ""
|
|||
msgid "Retraction test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Orca Tolerance Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Max flowrate"
|
||||
msgstr ""
|
||||
|
||||
|
@ -4978,8 +4958,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 ""
|
||||
|
||||
msgid "Line width"
|
||||
|
@ -7066,10 +7046,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 ""
|
||||
|
||||
msgid "Support interface fan speed"
|
||||
|
@ -8690,6 +8670,49 @@ msgstr ""
|
|||
msgid "mm/mm"
|
||||
msgstr ""
|
||||
|
||||
msgid "Physical Printer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Print Host upload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not get a valid Printer Host reference"
|
||||
msgstr ""
|
||||
|
||||
msgid "Success!"
|
||||
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 ""
|
||||
|
||||
msgid "Certificate files (*.crt, *.pem)|*.crt;*.pem|All files|*.*"
|
||||
msgstr ""
|
||||
|
||||
msgid "Open CA certificate file"
|
||||
msgstr ""
|
||||
|
||||
#, possible-c-format, possible-boost-format
|
||||
msgid ""
|
||||
"On this system, %s uses HTTPS certificates from the system Certificate Store "
|
||||
"or Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"To use a custom CA file, please import your CA file into Certificate Store / "
|
||||
"Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:3D Scene Operations]
|
||||
msgid "3D Scene Operations\nDid you know how to control view and object/part selection with mouse and touchpanel in the 3D scene?"
|
||||
msgstr ""
|
||||
|
@ -8789,4 +8812,3 @@ msgstr ""
|
|||
#: resources/data/hints.ini: [hint:Improve strength]
|
||||
msgid "Improve strength\nDid you know that you can use more wall loops and higher sparse infill density to improve the strength of the model?"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-04-29 20:13+0800\n"
|
||||
"POT-Creation-Date: 2023-05-14 11:27+0800\n"
|
||||
"PO-Revision-Date: 2023-03-31 22:48+0200\n"
|
||||
"Last-Translator: Momo <renemosner@seznam.cz>\n"
|
||||
"Language-Team: \n"
|
||||
|
@ -3350,6 +3350,12 @@ msgstr "Průtok"
|
|||
msgid "Pressure advance"
|
||||
msgstr "Předstih tlaku"
|
||||
|
||||
msgid "Retraction test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Orca Tolerance Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Max flowrate"
|
||||
msgstr "Max. průtok"
|
||||
|
||||
|
@ -5319,9 +5325,6 @@ msgstr "Výstup G-kódu"
|
|||
msgid "Post-processing Scripts"
|
||||
msgstr "Skripty Post-processing"
|
||||
|
||||
msgid "Post-processing scripts"
|
||||
msgstr ""
|
||||
|
||||
msgid "Frequent"
|
||||
msgstr "Časté"
|
||||
|
||||
|
@ -5458,6 +5461,12 @@ msgstr ""
|
|||
msgid "Printable space"
|
||||
msgstr "Prostor pro tisk"
|
||||
|
||||
msgid "Cooling Fan"
|
||||
msgstr ""
|
||||
|
||||
msgid "Fan speed-up time"
|
||||
msgstr ""
|
||||
|
||||
msgid "Extruder Clearance"
|
||||
msgstr "Vzdálenost extrudéru"
|
||||
|
||||
|
@ -6812,8 +6821,8 @@ msgstr ""
|
|||
"jak velká šířka linky bez podpěry spodní vrstvy. 0% znamená vynucení "
|
||||
"chlazení pro celou vnější stěnu bez ohledu na míru převisu"
|
||||
|
||||
msgid "Bridge direction"
|
||||
msgstr "Směr mostu"
|
||||
msgid "Bridge infill direction"
|
||||
msgstr "Směr výplně mostu"
|
||||
|
||||
msgid ""
|
||||
"Bridging angle override. If left to zero, the bridging angle will be "
|
||||
|
@ -7404,14 +7413,6 @@ msgid ""
|
|||
"of line"
|
||||
msgstr "Úhel pro vzor řídké výplně, který řídí začátek nebo hlavní směr linky"
|
||||
|
||||
msgid "Bridge infill direction"
|
||||
msgstr "Směr výplně mostu"
|
||||
|
||||
msgid ""
|
||||
"Angle for bridge infill pattern, which controls the start or main direction "
|
||||
"of line"
|
||||
msgstr "Úhel pro vzor výplně mostu, který řídí začátek nebo hlavní směr linky"
|
||||
|
||||
msgid "Sparse infill density"
|
||||
msgstr "Hustota řídké výplně"
|
||||
|
||||
|
@ -7565,6 +7566,14 @@ msgstr "Rychlost pohybu první vrstvy"
|
|||
msgid "Travel speed of initial layer"
|
||||
msgstr "Cestovní rychlost počáteční vrstvy"
|
||||
|
||||
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 "Initial layer nozzle temperature"
|
||||
msgstr "Teplota trysky první vrstvy"
|
||||
|
||||
|
@ -7574,6 +7583,24 @@ msgstr "Teplota trysky pro tisk první vrstvy při použití tohoto filamentu"
|
|||
msgid "Full fan speed at layer"
|
||||
msgstr "Maximální otáčky ventilátoru ve vrstvě"
|
||||
|
||||
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 ""
|
||||
|
||||
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"
|
||||
"Set to -1 to disable this override.\n"
|
||||
"Can only be overriden by disable_fan_first_layers."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Randomly jitter while printing the wall, so that the surface has a rough "
|
||||
"look. This setting controls the fuzzy position"
|
||||
|
@ -7697,6 +7724,35 @@ msgstr ""
|
|||
msgid "Enable this option if machine has auxiliary part cooling fan"
|
||||
msgstr "Povolte tuto možnost, pokud má stroj pomocný chladicí ventilátor"
|
||||
|
||||
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"
|
||||
"Use 0 to deactivate."
|
||||
msgstr ""
|
||||
|
||||
msgid "Only overhangs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Will only take into account the delay for the cooling of overhangs."
|
||||
msgstr ""
|
||||
|
||||
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"
|
||||
"Set to 0 to deactivate."
|
||||
msgstr ""
|
||||
|
||||
msgid "G-code flavor"
|
||||
msgstr "Druh G-code"
|
||||
|
||||
|
@ -8252,8 +8308,8 @@ msgstr "Mezera švu"
|
|||
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 15%."
|
||||
"This amount can be specified in millimeters or as a percentage of the "
|
||||
"current extruder diameter. The default value for this parameter is 15%."
|
||||
msgstr ""
|
||||
"Aby se snížila viditelnost švu při vytlačování s uzavřenou smyčkou, smyčka "
|
||||
"se přeruší a zkrátí o zadanou hodnotu.\n"
|
||||
|
@ -9388,6 +9444,58 @@ msgstr ""
|
|||
"start > 10 kroků >= 0\n"
|
||||
"konec > začátek + krok)"
|
||||
|
||||
msgid "Start retraction length: "
|
||||
msgstr ""
|
||||
|
||||
msgid "End retraction length: "
|
||||
msgstr ""
|
||||
|
||||
msgid "mm/mm"
|
||||
msgstr ""
|
||||
|
||||
msgid "Physical Printer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Print Host upload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not get a valid Printer Host reference"
|
||||
msgstr ""
|
||||
|
||||
msgid "Success!"
|
||||
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 ""
|
||||
|
||||
msgid "Certificate files (*.crt, *.pem)|*.crt;*.pem|All files|*.*"
|
||||
msgstr ""
|
||||
|
||||
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 ""
|
||||
|
||||
msgid ""
|
||||
"To use a custom CA file, please import your CA file into Certificate Store / "
|
||||
"Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:3D Scene Operations]
|
||||
msgid ""
|
||||
"3D Scene Operations\n"
|
||||
|
@ -9653,6 +9761,15 @@ msgstr ""
|
|||
"Did jste, že ke zlepšení pevnosti modelu můžete použít více smyček na stěně "
|
||||
"a vyšší hustotu výplně?"
|
||||
|
||||
#~ msgid "Bridge direction"
|
||||
#~ msgstr "Směr mostu"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Angle for bridge infill pattern, which controls the start or main "
|
||||
#~ "direction of line"
|
||||
#~ msgstr ""
|
||||
#~ "Úhel pro vzor výplně mostu, který řídí začátek nebo hlavní směr linky"
|
||||
|
||||
#~ msgid "Keep upper part"
|
||||
#~ msgstr "Zachovat horní část"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-08 16:37+0200\n"
|
||||
"POT-Creation-Date: 2023-05-14 11:27+0800\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: Heiko Liebscher <hliebschergmail.com>\n"
|
||||
"Language-Team: \n"
|
||||
|
@ -13,46 +13,6 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n==1) ? 0 : 1;\n"
|
||||
"X-Generator: Poedit 3.2.2\n"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Physical Printer"
|
||||
msgstr "Drucker"
|
||||
|
||||
msgid ""
|
||||
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
|
||||
"signed certificate."
|
||||
msgstr ""
|
||||
"Die HTTPS-CA-Datei ist optional. Sie wird nur benötigt, wenn Sie HTTPS mit "
|
||||
"einem selbstsignierten Zertifikat verwenden."
|
||||
|
||||
msgid ""
|
||||
"On this system, %s uses HTTPS certificates from the system Certificate Store "
|
||||
"or Keychain."
|
||||
msgstr ""
|
||||
"Auf diesem System verwendet %s HTTPS-Zertifikate aus dem "
|
||||
"Systemzertifikatspeicher oder dem Schlüsselbund."
|
||||
|
||||
msgid ""
|
||||
"To use a custom CA file, please import your CA file into Certificate Store / "
|
||||
"Keychain."
|
||||
msgstr ""
|
||||
"Um eine benutzerdefinierte CA-Datei zu verwenden, importieren Sie bitte Ihre "
|
||||
"CA-Datei in den Zertifikatspeicher / das Schlüsselbund."
|
||||
|
||||
#, fuzzy
|
||||
msgid "Send to print"
|
||||
msgstr "Zum Drucker senden"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Upload"
|
||||
msgstr "Entladen"
|
||||
|
||||
msgid "Upload and Print"
|
||||
msgstr "Hochladen und Drucken"
|
||||
|
||||
msgid "Use forward slashes ( / ) as a directory separator if needed."
|
||||
msgstr ""
|
||||
"Verwenden Sie bei Bedarf Schrägstriche (/) als Verzeichnistrennzeichen."
|
||||
|
||||
msgid "Supports Painting"
|
||||
msgstr "Stützen aufmalen"
|
||||
|
||||
|
@ -3480,6 +3440,9 @@ msgstr "Pressure advance"
|
|||
msgid "Retraction test"
|
||||
msgstr "Rückzugslängen Test"
|
||||
|
||||
msgid "Orca Tolerance Test"
|
||||
msgstr "Orca Toleranz Test"
|
||||
|
||||
msgid "Max flowrate"
|
||||
msgstr "Maximale Durchflussrate"
|
||||
|
||||
|
@ -5458,13 +5421,13 @@ msgstr ""
|
|||
msgid ""
|
||||
"When recording timelapse without toolhead, it is recommended to add a "
|
||||
"\"Timelapse Wipe Tower\" \n"
|
||||
"by right-click the empty position of build plate and choose \"Add "
|
||||
"Primitive\"->\"Timelapse Wipe Tower\"."
|
||||
"by right-click the empty position of build plate and choose \"Add Primitive"
|
||||
"\"->\"Timelapse Wipe Tower\"."
|
||||
msgstr ""
|
||||
"Wenn Sie einen Zeitraffer ohne Werkzeugkopf aufnehmen, wird empfohlen, einen "
|
||||
"\"Timelapse Wischturm\" hinzuzufügen, indem Sie mit der rechten Maustaste "
|
||||
"auf die leere Position der Bauplatte klicken und \"Primitiv hinzufügen\"-"
|
||||
">\"Timelapse Wischturm\" wählen."
|
||||
"auf die leere Position der Bauplatte klicken und \"Primitiv hinzufügen\"->"
|
||||
"\"Timelapse Wischturm\" wählen."
|
||||
|
||||
msgid "Line width"
|
||||
msgstr "Breite der Linie"
|
||||
|
@ -5994,10 +5957,10 @@ msgid "The multiplier should be in range [%.2f, %.2f]."
|
|||
msgstr "Der Multiplikator sollte im Bereich [%.2f, %.2f] liegen."
|
||||
|
||||
msgid "unloaded"
|
||||
msgstr "entladen wird"
|
||||
msgstr "entladen"
|
||||
|
||||
msgid "loaded"
|
||||
msgstr "geladen wird"
|
||||
msgstr "geladen"
|
||||
|
||||
msgid "Filament #"
|
||||
msgstr "Filament #"
|
||||
|
@ -7894,13 +7857,13 @@ msgstr "Volle Lüfterdrehzahl ab Schicht"
|
|||
|
||||
msgid ""
|
||||
"Fan speed will be ramped up linearly from zero at layer "
|
||||
"\"close_fan_the_first_x_layers\" to maximum at layer "
|
||||
"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower "
|
||||
"than \"close_fan_the_first_x_layers\", in which case the fan will be running "
|
||||
"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1."
|
||||
"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer"
|
||||
"\". \"full_fan_speed_layer\" will be ignored if lower than "
|
||||
"\"close_fan_the_first_x_layers\", in which case the fan will be running at "
|
||||
"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1."
|
||||
msgstr ""
|
||||
"Die Lüftergeschwindigkeit wird linear von Null bei der "
|
||||
"Schicht\"close_fan_the_first_x_layers\" auf das Maximum bei der Schicht "
|
||||
"Die Lüftergeschwindigkeit wird linear von Null bei der Schicht"
|
||||
"\"close_fan_the_first_x_layers\" auf das Maximum bei der Schicht "
|
||||
"\"full_fan_speed_layer\" erhöht. \"full_fan_speed_layer\" wird ignoriert, "
|
||||
"wenn es niedriger ist als \"close_fan_the_first_x_layers\",in diesem Fall "
|
||||
"läuft der Lüfter bei Schicht \"close_fan_the_first_x_layers\"+ 1 mit maximal "
|
||||
|
@ -9876,6 +9839,56 @@ msgstr "Ende Rückzugslänge"
|
|||
msgid "mm/mm"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Physical Printer"
|
||||
msgstr "Drucker"
|
||||
|
||||
msgid "Print Host upload"
|
||||
msgstr "Hochladen zum Druck-Host"
|
||||
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not get a valid Printer Host reference"
|
||||
msgstr "Konnte keine gültige Referenz zum Druck-Host erhalten"
|
||||
|
||||
msgid "Success!"
|
||||
msgstr "Erfolgreich!"
|
||||
|
||||
msgid "Refresh Printers"
|
||||
msgstr "Drucker aktualisieren"
|
||||
|
||||
msgid ""
|
||||
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
|
||||
"signed certificate."
|
||||
msgstr ""
|
||||
"Die HTTPS-CA-Datei ist optional. Sie wird nur benötigt, wenn Sie HTTPS mit "
|
||||
"einem selbstsignierten Zertifikat verwenden."
|
||||
|
||||
msgid "Certificate files (*.crt, *.pem)|*.crt;*.pem|All files|*.*"
|
||||
msgstr "Zertifikatdateien (*.crt, *.pem)|*.crt;*.pem|Alle Dateien|*.*"
|
||||
|
||||
msgid "Open CA certificate file"
|
||||
msgstr "Öffnen Sie die CA-Zertifikatsdatei."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"On this system, %s uses HTTPS certificates from the system Certificate Store "
|
||||
"or Keychain."
|
||||
msgstr ""
|
||||
"Auf diesem System verwendet %s HTTPS-Zertifikate aus dem "
|
||||
"Systemzertifikatspeicher oder dem Schlüsselbund."
|
||||
|
||||
msgid ""
|
||||
"To use a custom CA file, please import your CA file into Certificate Store / "
|
||||
"Keychain."
|
||||
msgstr ""
|
||||
"Um eine benutzerdefinierte CA-Datei zu verwenden, importieren Sie bitte Ihre "
|
||||
"CA-Datei in den Zertifikatspeicher / das Schlüsselbund."
|
||||
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr "Die Verbindung zu den über den Druck-Host verbundenen Druckern ist fehlgeschlagen."
|
||||
|
||||
#: resources/data/hints.ini: [hint:3D Scene Operations]
|
||||
msgid ""
|
||||
"3D Scene Operations\n"
|
||||
|
@ -10149,6 +10162,21 @@ msgstr ""
|
|||
"Wussten Sie, dass Sie die Festigkeit des Modells durch mehr Wandschleifen "
|
||||
"und eine höhere Dichte der Füllung verbessern können?"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Send to print"
|
||||
#~ msgstr "Zum Drucker senden"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Upload"
|
||||
#~ msgstr "Entladen"
|
||||
|
||||
#~ msgid "Upload and Print"
|
||||
#~ msgstr "Hochladen und Drucken"
|
||||
|
||||
#~ msgid "Use forward slashes ( / ) as a directory separator if needed."
|
||||
#~ msgstr ""
|
||||
#~ "Verwenden Sie bei Bedarf Schrägstriche (/) als Verzeichnistrennzeichen."
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Fan Speedup Time"
|
||||
#~ msgstr "Lüftergeschwindigkeit: "
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-08 16:37+0200\n"
|
||||
"POT-Creation-Date: 2023-05-14 11:27+0800\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
|
@ -13,40 +13,6 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n==1) ? 0 : 1;\n"
|
||||
"X-Generator: Poedit 3.1\n"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Physical Printer"
|
||||
msgstr "Printer"
|
||||
|
||||
msgid ""
|
||||
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
|
||||
"signed certificate."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"On this system, %s uses HTTPS certificates from the system Certificate Store "
|
||||
"or Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"To use a custom CA file, please import your CA file into Certificate Store / "
|
||||
"Keychain."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Send to print"
|
||||
msgstr "Send to printer"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Upload"
|
||||
msgstr "Unload"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Upload and Print"
|
||||
msgstr "Uploading"
|
||||
|
||||
msgid "Use forward slashes ( / ) as a directory separator if needed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Supports Painting"
|
||||
msgstr "Support Painting"
|
||||
|
||||
|
@ -3314,6 +3280,9 @@ msgstr ""
|
|||
msgid "Retraction test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Orca Tolerance Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Max flowrate"
|
||||
msgstr ""
|
||||
|
||||
|
@ -5118,13 +5087,13 @@ msgstr ""
|
|||
msgid ""
|
||||
"When recording timelapse without toolhead, it is recommended to add a "
|
||||
"\"Timelapse Wipe Tower\" \n"
|
||||
"by right-click the empty position of build plate and choose \"Add "
|
||||
"Primitive\"->\"Timelapse Wipe Tower\"."
|
||||
"by right-click the empty position of build plate and choose \"Add Primitive"
|
||||
"\"->\"Timelapse Wipe Tower\"."
|
||||
msgstr ""
|
||||
"When recording timelapse without toolhead, it is recommended to add a "
|
||||
"\"Timelapse Wipe Tower\" \n"
|
||||
"by right-click the empty position of build plate and choose \"Add "
|
||||
"Primitive\"->\"Timelapse Wipe Tower\"."
|
||||
"by right-click the empty position of build plate and choose \"Add Primitive"
|
||||
"\"->\"Timelapse Wipe Tower\"."
|
||||
|
||||
msgid "Line width"
|
||||
msgstr "Line width"
|
||||
|
@ -7364,10 +7333,10 @@ msgstr "Full fan speed at layer"
|
|||
|
||||
msgid ""
|
||||
"Fan speed will be ramped up linearly from zero at layer "
|
||||
"\"close_fan_the_first_x_layers\" to maximum at layer "
|
||||
"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower "
|
||||
"than \"close_fan_the_first_x_layers\", in which case the fan will be running "
|
||||
"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1."
|
||||
"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer"
|
||||
"\". \"full_fan_speed_layer\" will be ignored if lower than "
|
||||
"\"close_fan_the_first_x_layers\", in which case the fan will be running at "
|
||||
"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1."
|
||||
msgstr ""
|
||||
|
||||
msgid "Support interface fan speed"
|
||||
|
@ -9098,11 +9067,55 @@ msgid "Start retraction length: "
|
|||
msgstr ""
|
||||
|
||||
msgid "End retraction length: "
|
||||
msgstr "Retraction Length"
|
||||
msgstr ""
|
||||
|
||||
msgid "mm/mm"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Physical Printer"
|
||||
msgstr "Printer"
|
||||
|
||||
msgid "Print Host upload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not get a valid Printer Host reference"
|
||||
msgstr ""
|
||||
|
||||
msgid "Success!"
|
||||
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 ""
|
||||
|
||||
msgid "Certificate files (*.crt, *.pem)|*.crt;*.pem|All files|*.*"
|
||||
msgstr ""
|
||||
|
||||
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 ""
|
||||
|
||||
msgid ""
|
||||
"To use a custom CA file, please import your CA file into Certificate Store / "
|
||||
"Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:3D Scene Operations]
|
||||
msgid ""
|
||||
"3D Scene Operations\n"
|
||||
|
@ -9287,6 +9300,18 @@ msgid ""
|
|||
"density to improve the strength of the model?"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Send to print"
|
||||
#~ msgstr "Send to printer"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Upload"
|
||||
#~ msgstr "Unload"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Upload and Print"
|
||||
#~ msgstr "Uploading"
|
||||
|
||||
#~ msgid "Keep upper part"
|
||||
#~ msgstr "Keep upper part"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-04-29 20:13+0800\n"
|
||||
"POT-Creation-Date: 2023-05-14 11:27+0800\n"
|
||||
"Language: es\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -3311,6 +3311,12 @@ msgstr ""
|
|||
msgid "Pressure advance"
|
||||
msgstr ""
|
||||
|
||||
msgid "Retraction test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Orca Tolerance Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Max flowrate"
|
||||
msgstr ""
|
||||
|
||||
|
@ -5209,9 +5215,6 @@ msgstr ""
|
|||
msgid "Post-processing Scripts"
|
||||
msgstr ""
|
||||
|
||||
msgid "Post-processing scripts"
|
||||
msgstr ""
|
||||
|
||||
msgid "Frequent"
|
||||
msgstr "Frecuente"
|
||||
|
||||
|
@ -5353,6 +5356,12 @@ msgstr "Final del Código G de filamento "
|
|||
msgid "Printable space"
|
||||
msgstr "Espacio imprimible"
|
||||
|
||||
msgid "Cooling Fan"
|
||||
msgstr ""
|
||||
|
||||
msgid "Fan speed-up time"
|
||||
msgstr ""
|
||||
|
||||
msgid "Extruder Clearance"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6677,7 +6686,7 @@ msgid ""
|
|||
"all outer wall no matter how much overhang degree"
|
||||
msgstr ""
|
||||
|
||||
msgid "Bridge direction"
|
||||
msgid "Bridge infill direction"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
|
@ -7247,14 +7256,6 @@ msgstr ""
|
|||
"Ángulo para el patrón de relleno disperso, que controla el inicio o la "
|
||||
"dirección principal de la línea"
|
||||
|
||||
msgid "Bridge infill direction"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Angle for bridge infill pattern, which controls the start or main direction "
|
||||
"of line"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill density"
|
||||
msgstr "Densidad de relleno"
|
||||
|
||||
|
@ -7404,6 +7405,14 @@ msgstr ""
|
|||
msgid "Travel speed of initial layer"
|
||||
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 "Initial layer nozzle temperature"
|
||||
msgstr "Temperatura de la boquilla de la capa inicial"
|
||||
|
||||
|
@ -7415,6 +7424,24 @@ msgstr ""
|
|||
msgid "Full fan speed at layer"
|
||||
msgstr "Velocidad máxima del ventilador en la capa"
|
||||
|
||||
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 ""
|
||||
|
||||
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"
|
||||
"Set to -1 to disable this override.\n"
|
||||
"Can only be overriden by disable_fan_first_layers."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Randomly jitter while printing the wall, so that the surface has a rough "
|
||||
"look. This setting controls the fuzzy position"
|
||||
|
@ -7538,6 +7565,35 @@ msgstr ""
|
|||
"Habilite esta opción si la máquina tiene un ventilador auxiliar de "
|
||||
"refrigeración de piezas"
|
||||
|
||||
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"
|
||||
"Use 0 to deactivate."
|
||||
msgstr ""
|
||||
|
||||
msgid "Only overhangs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Will only take into account the delay for the cooling of overhangs."
|
||||
msgstr ""
|
||||
|
||||
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"
|
||||
"Set to 0 to deactivate."
|
||||
msgstr ""
|
||||
|
||||
msgid "G-code flavor"
|
||||
msgstr "Tipo de código G"
|
||||
|
||||
|
@ -8082,8 +8138,8 @@ 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 15%."
|
||||
"This amount can be specified in millimeters or as a percentage of the "
|
||||
"current extruder diameter. The default value for this parameter is 15%."
|
||||
msgstr ""
|
||||
|
||||
msgid "Role base wipe speed"
|
||||
|
@ -9122,6 +9178,58 @@ msgid ""
|
|||
"end > start + step)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Start retraction length: "
|
||||
msgstr ""
|
||||
|
||||
msgid "End retraction length: "
|
||||
msgstr ""
|
||||
|
||||
msgid "mm/mm"
|
||||
msgstr ""
|
||||
|
||||
msgid "Physical Printer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Print Host upload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not get a valid Printer Host reference"
|
||||
msgstr ""
|
||||
|
||||
msgid "Success!"
|
||||
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 ""
|
||||
|
||||
msgid "Certificate files (*.crt, *.pem)|*.crt;*.pem|All files|*.*"
|
||||
msgstr ""
|
||||
|
||||
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 ""
|
||||
|
||||
msgid ""
|
||||
"To use a custom CA file, please import your CA file into Certificate Store / "
|
||||
"Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:3D Scene Operations]
|
||||
msgid ""
|
||||
"3D Scene Operations\n"
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-04-29 20:13+0800\n"
|
||||
"POT-Creation-Date: 2023-05-14 11:27+0800\n"
|
||||
"Language: hu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -3302,6 +3302,12 @@ msgstr ""
|
|||
msgid "Pressure advance"
|
||||
msgstr ""
|
||||
|
||||
msgid "Retraction test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Orca Tolerance Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Max flowrate"
|
||||
msgstr ""
|
||||
|
||||
|
@ -5185,9 +5191,6 @@ msgstr "G-kód kimenet"
|
|||
msgid "Post-processing Scripts"
|
||||
msgstr ""
|
||||
|
||||
msgid "Post-processing scripts"
|
||||
msgstr ""
|
||||
|
||||
msgid "Frequent"
|
||||
msgstr "Gyakori"
|
||||
|
||||
|
@ -5326,6 +5329,12 @@ msgstr "Filament befejező G-kód"
|
|||
msgid "Printable space"
|
||||
msgstr "Nyomtatási terület"
|
||||
|
||||
msgid "Cooling Fan"
|
||||
msgstr ""
|
||||
|
||||
msgid "Fan speed-up time"
|
||||
msgstr ""
|
||||
|
||||
msgid "Extruder Clearance"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6645,7 +6654,7 @@ msgid ""
|
|||
"all outer wall no matter how much overhang degree"
|
||||
msgstr ""
|
||||
|
||||
msgid "Bridge direction"
|
||||
msgid "Bridge infill direction"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
|
@ -7214,14 +7223,6 @@ msgstr ""
|
|||
"A ritkás kitöltési minta szöge, amely a vonal kezdő- vagy fő irányát "
|
||||
"szabályozza"
|
||||
|
||||
msgid "Bridge infill direction"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Angle for bridge infill pattern, which controls the start or main direction "
|
||||
"of line"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill density"
|
||||
msgstr "Kitöltés sűrűsége"
|
||||
|
||||
|
@ -7371,6 +7372,14 @@ msgstr ""
|
|||
msgid "Travel speed of initial layer"
|
||||
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 "Initial layer nozzle temperature"
|
||||
msgstr "Az első réteg fúvóka hőmérséklete"
|
||||
|
||||
|
@ -7380,6 +7389,24 @@ msgstr "A fúvóka hőmérséklete az első réteg nyomtatásakor ezzel a filame
|
|||
msgid "Full fan speed at layer"
|
||||
msgstr "Teljes ventilátor fordulatszám ennél a rétegnél"
|
||||
|
||||
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 ""
|
||||
|
||||
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"
|
||||
"Set to -1 to disable this override.\n"
|
||||
"Can only be overriden by disable_fan_first_layers."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Randomly jitter while printing the wall, so that the surface has a rough "
|
||||
"look. This setting controls the fuzzy position"
|
||||
|
@ -7502,6 +7529,35 @@ msgstr ""
|
|||
"Engedélyezd ezt az opciót, ha a gép rendelkezik kiegészítő tárgyhűtő "
|
||||
"ventilátorral"
|
||||
|
||||
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"
|
||||
"Use 0 to deactivate."
|
||||
msgstr ""
|
||||
|
||||
msgid "Only overhangs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Will only take into account the delay for the cooling of overhangs."
|
||||
msgstr ""
|
||||
|
||||
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"
|
||||
"Set to 0 to deactivate."
|
||||
msgstr ""
|
||||
|
||||
msgid "G-code flavor"
|
||||
msgstr "G-kód változat"
|
||||
|
||||
|
@ -8046,8 +8102,8 @@ 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 15%."
|
||||
"This amount can be specified in millimeters or as a percentage of the "
|
||||
"current extruder diameter. The default value for this parameter is 15%."
|
||||
msgstr ""
|
||||
|
||||
msgid "Role base wipe speed"
|
||||
|
@ -9088,6 +9144,58 @@ msgid ""
|
|||
"end > start + step)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Start retraction length: "
|
||||
msgstr ""
|
||||
|
||||
msgid "End retraction length: "
|
||||
msgstr ""
|
||||
|
||||
msgid "mm/mm"
|
||||
msgstr ""
|
||||
|
||||
msgid "Physical Printer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Print Host upload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not get a valid Printer Host reference"
|
||||
msgstr ""
|
||||
|
||||
msgid "Success!"
|
||||
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 ""
|
||||
|
||||
msgid "Certificate files (*.crt, *.pem)|*.crt;*.pem|All files|*.*"
|
||||
msgstr ""
|
||||
|
||||
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 ""
|
||||
|
||||
msgid ""
|
||||
"To use a custom CA file, please import your CA file into Certificate Store / "
|
||||
"Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:3D Scene Operations]
|
||||
msgid ""
|
||||
"3D Scene Operations\n"
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-04-29 20:13+0800\n"
|
||||
"POT-Creation-Date: 2023-05-14 11:27+0800\n"
|
||||
"Language: it\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -3276,6 +3276,12 @@ msgstr ""
|
|||
msgid "Pressure advance"
|
||||
msgstr ""
|
||||
|
||||
msgid "Retraction test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Orca Tolerance Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Max flowrate"
|
||||
msgstr ""
|
||||
|
||||
|
@ -5147,9 +5153,6 @@ msgstr ""
|
|||
msgid "Post-processing Scripts"
|
||||
msgstr ""
|
||||
|
||||
msgid "Post-processing scripts"
|
||||
msgstr ""
|
||||
|
||||
msgid "Frequent"
|
||||
msgstr "Frequent"
|
||||
|
||||
|
@ -5285,6 +5288,12 @@ msgstr "Filament end G-code"
|
|||
msgid "Printable space"
|
||||
msgstr "Printable space"
|
||||
|
||||
msgid "Cooling Fan"
|
||||
msgstr ""
|
||||
|
||||
msgid "Fan speed-up time"
|
||||
msgstr ""
|
||||
|
||||
msgid "Extruder Clearance"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6591,7 +6600,7 @@ msgid ""
|
|||
"all outer wall no matter how much overhang degree"
|
||||
msgstr ""
|
||||
|
||||
msgid "Bridge direction"
|
||||
msgid "Bridge infill direction"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
|
@ -7154,14 +7163,6 @@ msgstr ""
|
|||
"This is the angle for sparse infill pattern, which controls the start or "
|
||||
"main direction of lines."
|
||||
|
||||
msgid "Bridge infill direction"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Angle for bridge infill pattern, which controls the start or main direction "
|
||||
"of line"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill density"
|
||||
msgstr "Sparse infill density"
|
||||
|
||||
|
@ -7312,6 +7313,14 @@ msgstr ""
|
|||
msgid "Travel speed of initial layer"
|
||||
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 "Initial layer nozzle temperature"
|
||||
msgstr "First layer nozzle temperature"
|
||||
|
||||
|
@ -7321,6 +7330,24 @@ msgstr "Nozzle temperature for printing the first layer with this filament"
|
|||
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."
|
||||
msgstr ""
|
||||
|
||||
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"
|
||||
"Set to -1 to disable this override.\n"
|
||||
"Can only be overriden by disable_fan_first_layers."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Randomly jitter while printing the wall, so that the surface has a rough "
|
||||
"look. This setting controls the fuzzy position"
|
||||
|
@ -7442,6 +7469,35 @@ msgstr ""
|
|||
msgid "Enable this option if machine has auxiliary part cooling fan"
|
||||
msgstr "Enable this option if the machine has an auxiliary part cooling fan"
|
||||
|
||||
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"
|
||||
"Use 0 to deactivate."
|
||||
msgstr ""
|
||||
|
||||
msgid "Only overhangs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Will only take into account the delay for the cooling of overhangs."
|
||||
msgstr ""
|
||||
|
||||
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"
|
||||
"Set to 0 to deactivate."
|
||||
msgstr ""
|
||||
|
||||
msgid "G-code flavor"
|
||||
msgstr "Formato G-code"
|
||||
|
||||
|
@ -7975,8 +8031,8 @@ 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 15%."
|
||||
"This amount can be specified in millimeters or as a percentage of the "
|
||||
"current extruder diameter. The default value for this parameter is 15%."
|
||||
msgstr ""
|
||||
|
||||
msgid "Role base wipe speed"
|
||||
|
@ -9006,6 +9062,58 @@ msgid ""
|
|||
"end > start + step)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Start retraction length: "
|
||||
msgstr ""
|
||||
|
||||
msgid "End retraction length: "
|
||||
msgstr ""
|
||||
|
||||
msgid "mm/mm"
|
||||
msgstr ""
|
||||
|
||||
msgid "Physical Printer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Print Host upload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not get a valid Printer Host reference"
|
||||
msgstr ""
|
||||
|
||||
msgid "Success!"
|
||||
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 ""
|
||||
|
||||
msgid "Certificate files (*.crt, *.pem)|*.crt;*.pem|All files|*.*"
|
||||
msgstr ""
|
||||
|
||||
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 ""
|
||||
|
||||
msgid ""
|
||||
"To use a custom CA file, please import your CA file into Certificate Store / "
|
||||
"Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:3D Scene Operations]
|
||||
msgid ""
|
||||
"3D Scene Operations\n"
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-04-29 20:13+0800\n"
|
||||
"POT-Creation-Date: 2023-05-14 11:27+0800\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
|
@ -3258,6 +3258,12 @@ msgstr ""
|
|||
msgid "Pressure advance"
|
||||
msgstr ""
|
||||
|
||||
msgid "Retraction test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Orca Tolerance Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Max flowrate"
|
||||
msgstr ""
|
||||
|
||||
|
@ -5160,9 +5166,6 @@ msgstr "G-code出力"
|
|||
msgid "Post-processing Scripts"
|
||||
msgstr ""
|
||||
|
||||
msgid "Post-processing scripts"
|
||||
msgstr ""
|
||||
|
||||
msgid "Frequent"
|
||||
msgstr "よく使う"
|
||||
|
||||
|
@ -5292,6 +5295,12 @@ msgstr "フィラメント終了G-code"
|
|||
msgid "Printable space"
|
||||
msgstr "造形可能領域"
|
||||
|
||||
msgid "Cooling Fan"
|
||||
msgstr ""
|
||||
|
||||
msgid "Fan speed-up time"
|
||||
msgstr ""
|
||||
|
||||
msgid "Extruder Clearance"
|
||||
msgstr "押出機クリアランス"
|
||||
|
||||
|
@ -6591,8 +6600,8 @@ msgstr ""
|
|||
"how much width of the line without support from lower layer. 0% means "
|
||||
"forcing cooling for all outer wall no matter the overhang degree."
|
||||
|
||||
msgid "Bridge direction"
|
||||
msgstr "ブリッジ方向"
|
||||
msgid "Bridge infill direction"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Bridging angle override. If left to zero, the bridging angle will be "
|
||||
|
@ -7143,14 +7152,6 @@ msgid ""
|
|||
"of line"
|
||||
msgstr "スパース インフィル パターンの角度です"
|
||||
|
||||
msgid "Bridge infill direction"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Angle for bridge infill pattern, which controls the start or main direction "
|
||||
"of line"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill density"
|
||||
msgstr "充填密度"
|
||||
|
||||
|
@ -7295,6 +7296,14 @@ msgstr ""
|
|||
msgid "Travel speed of initial layer"
|
||||
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 "Initial layer nozzle temperature"
|
||||
msgstr "1層目のノズル温度"
|
||||
|
||||
|
@ -7304,6 +7313,24 @@ msgstr "1層目でのノズル温度"
|
|||
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 ""
|
||||
|
||||
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"
|
||||
"Set to -1 to disable this override.\n"
|
||||
"Can only be overriden by disable_fan_first_layers."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Randomly jitter while printing the wall, so that the surface has a rough "
|
||||
"look. This setting controls the fuzzy position"
|
||||
|
@ -7415,6 +7442,35 @@ msgstr "HRC"
|
|||
msgid "Enable this option if machine has auxiliary part cooling fan"
|
||||
msgstr "パーツ補助冷却ファンがある場合有効にしてください"
|
||||
|
||||
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"
|
||||
"Use 0 to deactivate."
|
||||
msgstr ""
|
||||
|
||||
msgid "Only overhangs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Will only take into account the delay for the cooling of overhangs."
|
||||
msgstr ""
|
||||
|
||||
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"
|
||||
"Set to 0 to deactivate."
|
||||
msgstr ""
|
||||
|
||||
msgid "G-code flavor"
|
||||
msgstr "G-codeスタイル"
|
||||
|
||||
|
@ -7936,8 +7992,8 @@ 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 15%."
|
||||
"This amount can be specified in millimeters or as a percentage of the "
|
||||
"current extruder diameter. The default value for this parameter is 15%."
|
||||
msgstr ""
|
||||
|
||||
msgid "Role base wipe speed"
|
||||
|
@ -8987,6 +9043,58 @@ msgid ""
|
|||
"end > start + step)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Start retraction length: "
|
||||
msgstr ""
|
||||
|
||||
msgid "End retraction length: "
|
||||
msgstr ""
|
||||
|
||||
msgid "mm/mm"
|
||||
msgstr ""
|
||||
|
||||
msgid "Physical Printer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Print Host upload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not get a valid Printer Host reference"
|
||||
msgstr ""
|
||||
|
||||
msgid "Success!"
|
||||
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 ""
|
||||
|
||||
msgid "Certificate files (*.crt, *.pem)|*.crt;*.pem|All files|*.*"
|
||||
msgstr ""
|
||||
|
||||
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 ""
|
||||
|
||||
msgid ""
|
||||
"To use a custom CA file, please import your CA file into Certificate Store / "
|
||||
"Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:3D Scene Operations]
|
||||
msgid ""
|
||||
"3D Scene Operations\n"
|
||||
|
@ -9226,6 +9334,9 @@ msgstr ""
|
|||
"強度の向上\n"
|
||||
"壁面層数やインフィルの充填密度を増やして造形強度を向上できます。"
|
||||
|
||||
#~ msgid "Bridge direction"
|
||||
#~ msgstr "ブリッジ方向"
|
||||
|
||||
#~ msgid "Keep upper part"
|
||||
#~ msgstr "上の部分を残す"
|
||||
|
||||
|
|
|
@ -130,4 +130,5 @@ src/libslic3r/PrintObject.cpp
|
|||
src/libslic3r/PrintObjectSlice.cpp
|
||||
src/libslic3r/PlaceholderParser.cpp
|
||||
src/libslic3r/TreeSupport.cpp
|
||||
src/slic3r/GUI/calib_dlg.cpp
|
||||
src/slic3r/GUI/calib_dlg.cpp
|
||||
src/slic3r/GUI/PhysicalPrinterDialog.cpp
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-04-29 20:13+0800\n"
|
||||
"POT-Creation-Date: 2023-05-14 11:27+0800\n"
|
||||
"Language: nl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -3311,6 +3311,12 @@ msgstr ""
|
|||
msgid "Pressure advance"
|
||||
msgstr ""
|
||||
|
||||
msgid "Retraction test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Orca Tolerance Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Max flowrate"
|
||||
msgstr ""
|
||||
|
||||
|
@ -5215,9 +5221,6 @@ msgstr ""
|
|||
msgid "Post-processing Scripts"
|
||||
msgstr ""
|
||||
|
||||
msgid "Post-processing scripts"
|
||||
msgstr ""
|
||||
|
||||
msgid "Frequent"
|
||||
msgstr "Veelgebruikt"
|
||||
|
||||
|
@ -5357,6 +5360,12 @@ msgstr "Filament einde G-code"
|
|||
msgid "Printable space"
|
||||
msgstr "Ruimte waarbinnen geprint kan worden"
|
||||
|
||||
msgid "Cooling Fan"
|
||||
msgstr ""
|
||||
|
||||
msgid "Fan speed-up time"
|
||||
msgstr ""
|
||||
|
||||
msgid "Extruder Clearance"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6684,7 +6693,7 @@ msgid ""
|
|||
"all outer wall no matter how much overhang degree"
|
||||
msgstr ""
|
||||
|
||||
msgid "Bridge direction"
|
||||
msgid "Bridge infill direction"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
|
@ -7256,14 +7265,6 @@ msgstr ""
|
|||
"Dit is de hoek voor een dun opvulpatroon, dat het begin of de hoofdrichting "
|
||||
"van de lijnen bepaalt."
|
||||
|
||||
msgid "Bridge infill direction"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Angle for bridge infill pattern, which controls the start or main direction "
|
||||
"of line"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill density"
|
||||
msgstr "Vulling percentage"
|
||||
|
||||
|
@ -7415,6 +7416,14 @@ msgstr ""
|
|||
msgid "Travel speed of initial layer"
|
||||
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 "Initial layer nozzle temperature"
|
||||
msgstr "Nozzle temperatuur voor de eerste laag"
|
||||
|
||||
|
@ -7426,6 +7435,24 @@ msgstr ""
|
|||
msgid "Full fan speed at layer"
|
||||
msgstr "Volledige snelheid op laag"
|
||||
|
||||
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 ""
|
||||
|
||||
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"
|
||||
"Set to -1 to disable this override.\n"
|
||||
"Can only be overriden by disable_fan_first_layers."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Randomly jitter while printing the wall, so that the surface has a rough "
|
||||
"look. This setting controls the fuzzy position"
|
||||
|
@ -7549,6 +7576,35 @@ msgid "Enable this option if machine has auxiliary part cooling fan"
|
|||
msgstr ""
|
||||
"Schakel deze optie in als de machine een ventilator voor de enclosure heeft"
|
||||
|
||||
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"
|
||||
"Use 0 to deactivate."
|
||||
msgstr ""
|
||||
|
||||
msgid "Only overhangs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Will only take into account the delay for the cooling of overhangs."
|
||||
msgstr ""
|
||||
|
||||
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"
|
||||
"Set to 0 to deactivate."
|
||||
msgstr ""
|
||||
|
||||
msgid "G-code flavor"
|
||||
msgstr "G-code type"
|
||||
|
||||
|
@ -8097,8 +8153,8 @@ 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 15%."
|
||||
"This amount can be specified in millimeters or as a percentage of the "
|
||||
"current extruder diameter. The default value for this parameter is 15%."
|
||||
msgstr ""
|
||||
|
||||
msgid "Role base wipe speed"
|
||||
|
@ -9141,6 +9197,58 @@ msgid ""
|
|||
"end > start + step)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Start retraction length: "
|
||||
msgstr ""
|
||||
|
||||
msgid "End retraction length: "
|
||||
msgstr ""
|
||||
|
||||
msgid "mm/mm"
|
||||
msgstr ""
|
||||
|
||||
msgid "Physical Printer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Print Host upload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not get a valid Printer Host reference"
|
||||
msgstr ""
|
||||
|
||||
msgid "Success!"
|
||||
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 ""
|
||||
|
||||
msgid "Certificate files (*.crt, *.pem)|*.crt;*.pem|All files|*.*"
|
||||
msgstr ""
|
||||
|
||||
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 ""
|
||||
|
||||
msgid ""
|
||||
"To use a custom CA file, please import your CA file into Certificate Store / "
|
||||
"Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:3D Scene Operations]
|
||||
msgid ""
|
||||
"3D Scene Operations\n"
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-04-29 20:13+0800\n"
|
||||
"POT-Creation-Date: 2023-05-14 11:27+0800\n"
|
||||
"Language: sv\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -3280,6 +3280,12 @@ msgstr ""
|
|||
msgid "Pressure advance"
|
||||
msgstr ""
|
||||
|
||||
msgid "Retraction test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Orca Tolerance Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Max flowrate"
|
||||
msgstr ""
|
||||
|
||||
|
@ -5148,9 +5154,6 @@ msgstr ""
|
|||
msgid "Post-processing Scripts"
|
||||
msgstr ""
|
||||
|
||||
msgid "Post-processing scripts"
|
||||
msgstr ""
|
||||
|
||||
msgid "Frequent"
|
||||
msgstr "Återkommande"
|
||||
|
||||
|
@ -5287,6 +5290,12 @@ msgstr "Filament stop G-kod"
|
|||
msgid "Printable space"
|
||||
msgstr "Utskriftsbar yta"
|
||||
|
||||
msgid "Cooling Fan"
|
||||
msgstr ""
|
||||
|
||||
msgid "Fan speed-up time"
|
||||
msgstr ""
|
||||
|
||||
msgid "Extruder Clearance"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6586,7 +6595,7 @@ msgid ""
|
|||
"all outer wall no matter how much overhang degree"
|
||||
msgstr ""
|
||||
|
||||
msgid "Bridge direction"
|
||||
msgid "Bridge infill direction"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
|
@ -7145,14 +7154,6 @@ msgstr ""
|
|||
"Vinkeln för sparsam ifyllnads mönster, som styr start- eller huvudriktningen "
|
||||
"för linjer"
|
||||
|
||||
msgid "Bridge infill direction"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Angle for bridge infill pattern, which controls the start or main direction "
|
||||
"of line"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill density"
|
||||
msgstr "Sparsam ifyllnads densitet"
|
||||
|
||||
|
@ -7302,6 +7303,14 @@ msgstr ""
|
|||
msgid "Travel speed of initial layer"
|
||||
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 "Initial layer nozzle temperature"
|
||||
msgstr "Nozzel temperatur för första lager"
|
||||
|
||||
|
@ -7311,6 +7320,24 @@ msgstr "Nozzel temperatur för första lager med detta filament"
|
|||
msgid "Full fan speed at layer"
|
||||
msgstr "Full fläkthastighet vid lager"
|
||||
|
||||
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 ""
|
||||
|
||||
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"
|
||||
"Set to -1 to disable this override.\n"
|
||||
"Can only be overriden by disable_fan_first_layers."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Randomly jitter while printing the wall, so that the surface has a rough "
|
||||
"look. This setting controls the fuzzy position"
|
||||
|
@ -7432,6 +7459,35 @@ msgstr ""
|
|||
msgid "Enable this option if machine has auxiliary part cooling fan"
|
||||
msgstr "Aktivera detta val om maskinen har extra kylfläkt"
|
||||
|
||||
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"
|
||||
"Use 0 to deactivate."
|
||||
msgstr ""
|
||||
|
||||
msgid "Only overhangs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Will only take into account the delay for the cooling of overhangs."
|
||||
msgstr ""
|
||||
|
||||
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"
|
||||
"Set to 0 to deactivate."
|
||||
msgstr ""
|
||||
|
||||
msgid "G-code flavor"
|
||||
msgstr "G-kod smak"
|
||||
|
||||
|
@ -7970,8 +8026,8 @@ 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 15%."
|
||||
"This amount can be specified in millimeters or as a percentage of the "
|
||||
"current extruder diameter. The default value for this parameter is 15%."
|
||||
msgstr ""
|
||||
|
||||
msgid "Role base wipe speed"
|
||||
|
@ -8998,6 +9054,58 @@ msgid ""
|
|||
"end > start + step)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Start retraction length: "
|
||||
msgstr ""
|
||||
|
||||
msgid "End retraction length: "
|
||||
msgstr ""
|
||||
|
||||
msgid "mm/mm"
|
||||
msgstr ""
|
||||
|
||||
msgid "Physical Printer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Print Host upload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not get a valid Printer Host reference"
|
||||
msgstr ""
|
||||
|
||||
msgid "Success!"
|
||||
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 ""
|
||||
|
||||
msgid "Certificate files (*.crt, *.pem)|*.crt;*.pem|All files|*.*"
|
||||
msgstr ""
|
||||
|
||||
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 ""
|
||||
|
||||
msgid ""
|
||||
"To use a custom CA file, please import your CA file into Certificate Store / "
|
||||
"Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:3D Scene Operations]
|
||||
msgid ""
|
||||
"3D Scene Operations\n"
|
||||
|
|
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Slic3rPE\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-04-29 20:13+0800\n"
|
||||
"POT-Creation-Date: 2023-05-14 11:27+0800\n"
|
||||
"PO-Revision-Date: 2023-04-01 13:21+0800\n"
|
||||
"Last-Translator: Jiang Yue <maze1024@gmail.com>\n"
|
||||
"Language-Team: \n"
|
||||
|
@ -812,16 +812,16 @@ msgid "Load..."
|
|||
msgstr "加载..."
|
||||
|
||||
msgid "Orca Cube"
|
||||
msgstr ""
|
||||
msgstr "Orca逆方块"
|
||||
|
||||
msgid "3DBenchy"
|
||||
msgstr ""
|
||||
msgstr "小船"
|
||||
|
||||
msgid "Autodesk FDM Test"
|
||||
msgstr ""
|
||||
msgstr "欧特克FDM测试"
|
||||
|
||||
msgid "Voron Cube"
|
||||
msgstr ""
|
||||
msgstr "Voron方块"
|
||||
|
||||
msgid "Cube"
|
||||
msgstr "立方体"
|
||||
|
@ -3239,6 +3239,12 @@ msgstr "流量"
|
|||
msgid "Pressure advance"
|
||||
msgstr "压力提前"
|
||||
|
||||
msgid "Retraction test"
|
||||
msgstr "回抽测试"
|
||||
|
||||
msgid "Orca Tolerance Test"
|
||||
msgstr "Orca误差测试"
|
||||
|
||||
msgid "Max flowrate"
|
||||
msgstr "最大体积流量"
|
||||
|
||||
|
@ -5119,9 +5125,6 @@ msgstr "G-code 输出"
|
|||
msgid "Post-processing Scripts"
|
||||
msgstr "后处理脚本"
|
||||
|
||||
msgid "Post-processing scripts"
|
||||
msgstr ""
|
||||
|
||||
msgid "Frequent"
|
||||
msgstr "常用"
|
||||
|
||||
|
@ -5241,6 +5244,12 @@ msgstr "耗材丝结束G-code"
|
|||
msgid "Printable space"
|
||||
msgstr "可打印区域"
|
||||
|
||||
msgid "Cooling Fan"
|
||||
msgstr "冷却风扇"
|
||||
|
||||
msgid "Fan speed-up time"
|
||||
msgstr "风扇响应时间"
|
||||
|
||||
msgid "Extruder Clearance"
|
||||
msgstr "挤出机避让空间"
|
||||
|
||||
|
@ -6499,8 +6508,8 @@ msgstr ""
|
|||
"有下层支撑的线的宽度是多少。0%%意味着无论悬垂程度如何,都要对所有外壁强制冷"
|
||||
"却。"
|
||||
|
||||
msgid "Bridge direction"
|
||||
msgstr "桥接方向"
|
||||
msgid "Bridge infill direction"
|
||||
msgstr "拉桥填充方向"
|
||||
|
||||
msgid ""
|
||||
"Bridging angle override. If left to zero, the bridging angle will be "
|
||||
|
@ -7039,14 +7048,6 @@ msgid ""
|
|||
"of line"
|
||||
msgstr "稀疏填充图案的角度,决定走线的开始或整体方向。"
|
||||
|
||||
msgid "Bridge infill direction"
|
||||
msgstr "拉桥填充方向"
|
||||
|
||||
msgid ""
|
||||
"Angle for bridge infill pattern, which controls the start or main direction "
|
||||
"of line"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill density"
|
||||
msgstr "稀疏填充密度"
|
||||
|
||||
|
@ -7188,6 +7189,14 @@ msgstr "首层空驶速度"
|
|||
msgid "Travel speed of initial layer"
|
||||
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 "Initial layer nozzle temperature"
|
||||
msgstr "首层打印温度"
|
||||
|
||||
|
@ -7197,6 +7206,27 @@ 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 ""
|
||||
"风扇速度将从“禁用第一层”的零线性上升到“全风扇速度层”的最大。如果低于“禁用风扇"
|
||||
"第一层”,则“全风扇速度第一层”将被忽略,在这种情况下,风扇将在“禁用风扇第一"
|
||||
"层”+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"
|
||||
"Set to -1 to disable this override.\n"
|
||||
"Can only be overriden by disable_fan_first_layers."
|
||||
msgstr "此风扇速度在所有支撑接触层打印期间强制执行"
|
||||
|
||||
msgid ""
|
||||
"Randomly jitter while printing the wall, so that the surface has a rough "
|
||||
"look. This setting controls the fuzzy position"
|
||||
|
@ -7303,6 +7333,39 @@ msgstr "洛氏硬度"
|
|||
msgid "Enable this option if machine has auxiliary part cooling fan"
|
||||
msgstr "如果机器有辅助部件冷却风扇,勾选该选项"
|
||||
|
||||
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"
|
||||
"Use 0 to deactivate."
|
||||
msgstr ""
|
||||
"把风扇启动指令往前移动指定时间以补偿风扇的启动时间。目前支支持G1 G0指令\n"
|
||||
"设为0以禁用此选项"
|
||||
|
||||
msgid "Only overhangs"
|
||||
msgstr "仅悬垂"
|
||||
|
||||
msgid "Will only take into account the delay for the cooling of overhangs."
|
||||
msgstr "仅对悬垂有效"
|
||||
|
||||
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"
|
||||
"Set to 0 to deactivate."
|
||||
msgstr ""
|
||||
"让风扇满速运行指定时间以帮助风扇顺利启动\n"
|
||||
"设为0禁用此选项"
|
||||
|
||||
msgid "G-code flavor"
|
||||
msgstr "G-code风格"
|
||||
|
||||
|
@ -7812,8 +7875,8 @@ 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 15%."
|
||||
"This amount can be specified in millimeters or as a percentage of the "
|
||||
"current extruder diameter. The default value for this parameter is 15%."
|
||||
msgstr ""
|
||||
|
||||
msgid "Role base wipe speed"
|
||||
|
@ -8019,7 +8082,7 @@ msgid "The z gap between the bottom support interface and object"
|
|||
msgstr "支撑生成于模型表面时,支撑面底部和模型之间的z间隙"
|
||||
|
||||
msgid "Support/raft base"
|
||||
msgstr ""
|
||||
msgstr "支撑/筏层主体"
|
||||
|
||||
msgid ""
|
||||
"Filament to print support base and raft. \"Default\" means no specific "
|
||||
|
@ -8038,7 +8101,7 @@ msgid ""
|
|||
msgstr "使用圈形走线覆盖顶部接触面。默认关闭。"
|
||||
|
||||
msgid "Support/raft interface"
|
||||
msgstr ""
|
||||
msgstr "支撑/筏层界面"
|
||||
|
||||
msgid ""
|
||||
"Filament to print support interface. \"Default\" means no specific filament "
|
||||
|
@ -8719,21 +8782,6 @@ msgstr "支撑:正在生成多边形"
|
|||
msgid "Support: generate toolpath"
|
||||
msgstr "支撑:正在生成走线路径"
|
||||
|
||||
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 "加载模型文件失败。"
|
||||
|
||||
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。"
|
||||
|
||||
msgid "Canceled"
|
||||
msgstr "已取消"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Support: generate polygons at layer %d"
|
||||
msgstr "支撑:正在生成层%d的多边形"
|
||||
|
@ -8836,7 +8884,7 @@ msgid "End volumetric speed: "
|
|||
msgstr "结束流量"
|
||||
|
||||
msgid "step: "
|
||||
msgstr "流量步距"
|
||||
msgstr "步距"
|
||||
|
||||
msgid ""
|
||||
"Please input valid values:\n"
|
||||
|
@ -8859,6 +8907,58 @@ msgid ""
|
|||
"end > start + step)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Start retraction length: "
|
||||
msgstr "起始回抽长度"
|
||||
|
||||
msgid "End retraction length: "
|
||||
msgstr "结束回抽长度"
|
||||
|
||||
msgid "mm/mm"
|
||||
msgstr ""
|
||||
|
||||
msgid "Physical Printer"
|
||||
msgstr "物理打印机"
|
||||
|
||||
msgid "Print Host upload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not get a valid Printer Host reference"
|
||||
msgstr ""
|
||||
|
||||
msgid "Success!"
|
||||
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 ""
|
||||
|
||||
msgid "Certificate files (*.crt, *.pem)|*.crt;*.pem|All files|*.*"
|
||||
msgstr ""
|
||||
|
||||
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 ""
|
||||
|
||||
msgid ""
|
||||
"To use a custom CA file, please import your CA file into Certificate Store / "
|
||||
"Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:3D Scene Operations]
|
||||
msgid ""
|
||||
"3D Scene Operations\n"
|
||||
|
@ -9104,8 +9204,26 @@ msgstr ""
|
|||
"提高强度\n"
|
||||
"你知道吗?你可以使用更多的墙层数和更高的疏散填充密度来提高模型的强度。"
|
||||
|
||||
#~ msgid "Physical Printer"
|
||||
#~ msgstr "物理打印机"
|
||||
#~ msgid "Bridge direction"
|
||||
#~ msgstr "桥接方向"
|
||||
|
||||
#~ 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 "加载模型文件失败。"
|
||||
|
||||
#~ 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。"
|
||||
|
||||
#~ msgid "Canceled"
|
||||
#~ msgstr "已取消"
|
||||
|
||||
#~ msgid "Keep upper part"
|
||||
#~ msgstr "保留上半部分"
|
||||
|
|
|
@ -3,12 +3,17 @@
|
|||
1. [Line method](#Line-method)
|
||||
2. [Tower method](#Tower-method)
|
||||
- [Temp tower](#Temp-tower)
|
||||
- [Retraction test](#Retraction-test)
|
||||
- [Orca Tolerance Test](#Orca-Tolerance-Test)
|
||||
- [Advanced calibration]
|
||||
1. [Max Volumetric speed]
|
||||
2. [VFA]
|
||||
|
||||
**NOTE**: After completing the calibration process, remember to create a new project in order to exit the calibration mode.
|
||||
# Flow rate
|
||||
##### *NOTE: For Bambulab X1/X1C users, make sure you do not select the 'Flow calibration' option.*
|
||||

|
||||
----------------------------------------
|
||||

|
||||
Calibrating the flow rate involves a two-step process.
|
||||
Steps
|
||||
|
@ -26,13 +31,10 @@ Steps
|
|||

|
||||

|
||||
|
||||
### NOTE:
|
||||
* For Bambulab X1/X1C users, make sure you do not select the 'Flow calibration' option.*
|
||||

|
||||
|
||||
# Pressure Advance
|
||||
I will present two approaches for calibrating the pressure advance value. Both methods have their own advantages and disadvantages. It is important to note that each method has two versions: one for a direct drive extruder and one for a Bowden extruder. Make sure to select the appropriate version for your test.
|
||||
|
||||
##### *NOTE: For Bambulab X1/X1C users, make sure you do not select the 'Flow calibration' option.*
|
||||

|
||||
### Line method
|
||||
The line method is quick and straightforward to test. However, its accuracy highly depends on your first layer quality. It is suggested to turn on the bed mesh leveling for this test.
|
||||
Steps:
|
||||
|
@ -56,18 +58,35 @@ Steps:
|
|||

|
||||
|
||||

|
||||
### NOTE:
|
||||
* For Bambulab X1/X1C users, make sure you do not select the 'Flow calibration' option.*
|
||||

|
||||
|
||||
# Temp tower
|
||||

|
||||
Temp tower is a straightforward test. The temp tower is a vertical tower with multiple blocks, each printed at a different temperature. Once the print is complete, we can examine each block of the tower and determine the optimal temperature for the filament. The optimal temperature is the one that produces the highest quality print with the least amount of issues, such as stringing, layer adhesion, warping (overhang), and bridging.
|
||||

|
||||
Temp tower is a straightforward test. The temp tower is a vertical tower with multiple blocks, each printed at a different temperature. Once the print is complete, we can examine each block of the tower and determine the optimal temperature for the filament. The optimal temperature is the one that produces the highest quality print with the least amount of issues, such as stringing, layer adhesion, warping (overhang), and bridging.
|
||||
|
||||
# Retraction test
|
||||

|
||||
This test generates a retraction tower automatically. The retraction tower is a vertical structure with multiple notches, each printed at a different retraction length. After the print is complete, we can examine each section of the tower to determine the optimal retraction length for the filament. The optimal retraction length is the shortest one that produces the cleanest tower.
|
||||

|
||||
In the dialog, you can select the start and end retraction length, as well as the retraction length increment step. The default values are 0mm for the start retraction length, 2mm for the end retraction length, and 0.1mm for the step. These values are suitable for most direct drive extruders. However, for Bowden extruders, you may want to increase the start and end retraction lengths to 1mm and 6mm, respectively, and set the step to 0.2mm.
|
||||
|
||||
**Note**: When testing filaments such as PLA or ABS that have minimal oozing, the retraction settings can be highly effective. You may find that the retraction tower appears clean right from the start. In such situations, setting the retraction length to 0.2mm - 0.4mm using Orca Slicer should suffice.
|
||||
On the other hand, if there is still a lot of stringing at the top of the tower, it is recommended to dry your filament and ensure that your nozzle is properly installed without any leaks.
|
||||

|
||||
|
||||
# Orca Tolerance Test
|
||||
This tolerance test is specifically designed to assess the dimensional accuracy of your printer and filament. The model comprises a base and a hexagon tester. The base contains six hexagon hole, each with a different tolerance: 0.0mm, 0.05mm, 0.1mm, 0.2mm, 0.3mm, and 0.4mm. The dimensions of the hexagon tester are illustrated in the image.
|
||||

|
||||
|
||||
You can assess the tolerance using either an M6 Allen key or the printed hexagon tester.
|
||||

|
||||

|
||||
|
||||
***
|
||||
*Credits:*
|
||||
- *Flowrate test is inspired by [SuperSlicer](https://github.com/supermerill/SuperSlicer)*
|
||||
- *PA Line method is inspired by [K-factor Calibration Pattern](https://marlinfw.org/tools/lin_advance/k-factor.html)*
|
||||
- *PA Tower method is inspired by [Klipper](https://www.klipper3d.org/Pressure_Advance.html)*
|
||||
- *Temp tower model is remixed from [Smart compact temperature calibration tower](https://www.thingiverse.com/thing:2729076)
|
||||
- *The Flowrate test and retraction test is inspired by [SuperSlicer](https://github.com/supermerill/SuperSlicer)*
|
||||
- *The PA Line method is inspired by [K-factor Calibration Pattern](https://marlinfw.org/tools/lin_advance/k-factor.html)*
|
||||
- *The PA Tower method is inspired by [Klipper](https://www.klipper3d.org/Pressure_Advance.html)*
|
||||
- *The temp tower model is remixed from [Smart compact temperature calibration tower](https://www.thingiverse.com/thing:2729076)
|
||||
- *The max flowrate test was inspired by Stefan(CNC Kitchen), and the model used in the test is a remix of his [Extrusion Test Structure](https://www.printables.com/model/342075-extrusion-test-structure).
|
||||
- *chapgpt* ;)
|
||||
|
|
|
@ -1,12 +1,7 @@
|
|||
Welcome to the documentation wiki!
|
||||
Welcome to the OrcaSlicer WIKI!
|
||||
|
||||
We have divided it roughly into the following pages:
|
||||
|
||||
* [Calibration](wiki/Calibration)
|
||||
* [How to build - Linux et al](wiki/How-to-build---Linux-et-al)
|
||||
* [How to build Mac OS](wiki/How-to-build---Mac-OS)
|
||||
* [How to build Windows](wiki/How-to-build---Windows)
|
||||
* [Localization guide](wiki/Localization_guide)
|
||||
* [release_notes_cn](wiki/release_notes_cn)
|
||||
* [release_notes_en](wiki/release_notes_en)
|
||||
* [Seam](wiki/Seam)
|
||||
* [How to build Orca Slicer](wiki/How-to-build)
|
||||
|
|
11
doc/How to build
Normal file
|
@ -0,0 +1,11 @@
|
|||
# How to compile
|
||||
- Windows 64-bit
|
||||
- Tools needed: Visual Studio 2019, Cmake, git, Strawberry Perl.
|
||||
- Run `build_release.bat` in `x64 Native Tools Command Prompt for VS 2019`
|
||||
|
||||
- Mac 64-bit
|
||||
- Tools needed: Xcode, Cmake, git, gettext
|
||||
- run `build_release_macos.sh`
|
||||
|
||||
- Ubuntu
|
||||
- run `BuildLinux.sh -udisr`
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
# Building Orca Slicer on UNIX/Linux
|
||||
|
||||
Currently Linux version is not verified, you can try it referring to [PrusaSlicer'S linux building guide](https://github.com/prusa3d/PrusaSlicer/blob/master/doc/How%20to%20build%20-%20Linux%20et%20al.md)
|
|
@ -1,41 +0,0 @@
|
|||
|
||||
# Building Orca Slicer on Mac OS
|
||||
|
||||
## Enviroment setup
|
||||
Install Following tools:
|
||||
- Xcode from app store
|
||||
- Cmake
|
||||
- git
|
||||
- gettext
|
||||
|
||||
Cmake, git, gettext can be installed from brew(brew install cmake git gettext)
|
||||
|
||||
## building the deps
|
||||
You need to build the dependence of OrcaSlicer first. (Only needs for the first time)
|
||||
|
||||
Suppose you download the codes into /Users/_username_/work/projects/BambuStudio
|
||||
create a directory to store the dependence built: /Users/_username_/work/projects/OrcaSlicer_dep
|
||||
**(Please make sure to replace the username with the one on your computer)**
|
||||
|
||||
`cd BambuStudio/deps`
|
||||
`mkdir build;cd build`
|
||||
|
||||
for arm64 architecture
|
||||
`cmake ../ -DDESTDIR="/Users/username/work/projects/OrcaSlicer_dep" -DOPENSSL_ARCH="darwin64-arm64-cc"`
|
||||
for x86 architeccture
|
||||
`cmake ../ -DDESTDIR="/Users/username/work/projects/OrcaSlicer_dep" -DOPENSSL_ARCH="darwin64-x86_64-cc"`
|
||||
`make -jN` (N can be a number between 1 and the max cpu number)
|
||||
|
||||
## building the Orca Slicer
|
||||
create a directory to store the installed files at /Users/username/work/projects/BambuStudio/install_dir
|
||||
`cd BambuStudio`
|
||||
`mkdir install_dir`
|
||||
`mkdir build;cd build`
|
||||
|
||||
building it use cmake
|
||||
`cmake .. -DBBL_RELEASE_TO_PUBLIC=1 -DCMAKE_PREFIX_PATH="/Users/username/work/projects/OrcaSlicer_dep/usr/local" -DCMAKE_INSTALL_PREFIX="../install_dir" -DCMAKE_BUILD_TYPE=Release -DCMAKE_MACOSX_RPATH=ON -DCMAKE_INSTALL_RPATH="/Users/username/work/projects/OrcaSlicer_dep/usr/local" -DCMAKE_MACOSX_BUNDLE=on`
|
||||
`cmake --build . --target install --config Release -jN`
|
||||
|
||||
building it use xcode
|
||||
`cmake .. -GXcode -DBBL_RELEASE_TO_PUBLIC=1 -DCMAKE_PREFIX_PATH="/Users/username/work/projects/OrcaSlicer_dep/usr/local" -DCMAKE_INSTALL_PREFIX="../install_dir" -DCMAKE_BUILD_TYPE=Release -DCMAKE_MACOSX_RPATH=ON -DCMAKE_INSTALL_RPATH="/Users/username/work/projects/OrcaSlicer_dep/usr/local" -DCMAKE_MACOSX_BUNDLE=on`
|
||||
then building it using Xcode
|
|
@ -1,35 +0,0 @@
|
|||
# Building Orca Slicer on Windows
|
||||
|
||||
## Enviroment setup
|
||||
Install Following tools:
|
||||
- Visual Studio Community 2019 from [visualstudio.microsoft.com/vs/](https://visualstudio.microsoft.com/vs/) (Older versions are not supported as Orca Slicer requires support for C++17, and newer versions should also be ok);
|
||||
- Cmake from [cmake.org](https://cmake.org/download/)
|
||||
- Git from [gitforwindows.org](https://gitforwindows.org/)
|
||||
- Perl from [strawberryperl](https://strawberryperl.com/)
|
||||
|
||||
## building the deps
|
||||
Suppose you download the codes into D:/work/Projects/BambuStudio
|
||||
create a directory to store the dependence built: D:/work/Projects/OrcaSlicer_dep
|
||||
|
||||
`cd BambuStudio/deps`
|
||||
`mkdir build;cd build`
|
||||
`cmake ../ -G "Visual Studio 16 2019" -DDESTDIR="D:/work/Projects/OrcaSlicer_dep" -DCMAKE_BUILD_TYPE=Release`
|
||||
`msbuild /m ALL_BUILD.vcxproj`
|
||||
|
||||
It takes "00:14:27.37" to finish it on my machine (11th Gen Intel(R) Core(TM) i9-11900 @2.50GHz 2.50 GHz, with 32.0 GB DDR)
|
||||
|
||||
## building the Orca Slicer
|
||||
create a directory to store the installed files at D:/work/Projects/BambuStudio/install_dir
|
||||
`cd BambuStudio`
|
||||
`mkdir install_dir`
|
||||
`mkdir build;cd build`
|
||||
|
||||
set -DWIN10SDK_PATH to your windows sdk path(for example: C:/Program Files (x86)/Windows Kits/10/Include/10.0.19041.0) in below command:
|
||||
`cmake .. -G "Visual Studio 16 2019" -DBBL_RELEASE_TO_PUBLIC=1 -DCMAKE_PREFIX_PATH="D:/work/Projects/OrcaSlicer_dep/usr/local" -DCMAKE_INSTALL_PREFIX="../install_dir" -DCMAKE_BUILD_TYPE=Release -DWIN10SDK_PATH="C:/Program Files (x86)/Windows Kits/10/Include/10.0.19041.0"`
|
||||
|
||||
then build it using command
|
||||
`cmake --build . --target install --config Release`
|
||||
|
||||
or building it under the Visual Studio 2019
|
||||
(set the OrcaSlicer_app_gui as start project)
|
||||

|
BIN
doc/images/OrcaToleranceTes_m6.jpg
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
doc/images/OrcaToleranceTest_print.jpg
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
doc/images/retraction_test.gif
Normal file
After Width: | Height: | Size: 178 KiB |
BIN
doc/images/retraction_test_dlg.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
doc/images/retraction_test_print.jpg
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
doc/images/temp_tower_test.gif
Normal file
After Width: | Height: | Size: 224 KiB |
BIN
doc/images/tolerance_hole.jpg
Normal file
After Width: | Height: | Size: 7.2 KiB |
|
@ -1,18 +0,0 @@
|
|||
**新功能**
|
||||
1. 3D文字工具
|
||||
2. 对象和拷贝间的数据共享
|
||||
3. 参数表格
|
||||
4. 用户指南
|
||||
5. 支持Arachne特性
|
||||
|
||||
**改进**
|
||||
1. 支持导出通用的3mf格式,兼容其他切片软件
|
||||
2. 优化混合支撑和树状支撑的生成速度
|
||||
3. 支持不停靠工具头的延迟摄影
|
||||
4. 支持纹理PEI热床
|
||||
5. 支持导入和导出预设
|
||||
6. 支持随机位置的接缝设置
|
||||
7. 支持匈牙利语
|
||||
8. 一些关键问题修复
|
||||
|
||||
详细信息请查看:https://github.com/bambulab/BambuStudio/releases
|
|
@ -1,18 +0,0 @@
|
|||
**New Features**
|
||||
1. 3D text tool
|
||||
2. Shared data between an object and its copies
|
||||
3. Parameter table
|
||||
4. User manual
|
||||
5. Arachne feature
|
||||
|
||||
**Improvements**
|
||||
1. Added support for exporting generic 3mf that is compatible with other slicers
|
||||
2. Optimized the performance of hybrid and tree support
|
||||
3. Added traditional timelapse mode
|
||||
4. Added support for Textured PEI plate
|
||||
5. Added support for export/import preset
|
||||
6. Added random seam position
|
||||
7. Added Magyar translations
|
||||
8. Fixed some known bugs
|
||||
|
||||
For details, please check https://github.com/bambulab/BambuStudio/releases
|
BIN
resources/calib/tolerance_test/OrcaToleranceTest.stl
Normal file
|
@ -1,22 +1,62 @@
|
|||
{
|
||||
"name": "Anycubic",
|
||||
"version": "01.04.04.00",
|
||||
"version": "01.05.00.00",
|
||||
"force_update": "0",
|
||||
"description": "Anycubic configurations",
|
||||
"machine_model_list": [
|
||||
{
|
||||
"name": "Anycubic i3 Mega S",
|
||||
"sub_path": "machine/Anycubic i3 Mega S.json"
|
||||
},
|
||||
{
|
||||
"name": "Anycubic Vyper",
|
||||
"sub_path": "machine/Anycubic Vyper.json"
|
||||
},
|
||||
{
|
||||
"name": "Anycubic 4Max Pro",
|
||||
"sub_path": "machine/Anycubic 4Max Pro.json"
|
||||
},
|
||||
{
|
||||
"name": "Anycubic 4Max Pro 2",
|
||||
"sub_path": "machine/Anycubic 4Max Pro 2.json"
|
||||
}
|
||||
],
|
||||
"process_list": [
|
||||
{
|
||||
"name": "fdm_process_common",
|
||||
"sub_path": "process/fdm_process_common.json"
|
||||
},
|
||||
{
|
||||
"name": "0.15mm Optimal @Anycubic i3MegaS",
|
||||
"sub_path": "process/0.15mm Optimal @Anycubic i3MegaS.json"
|
||||
},
|
||||
{
|
||||
"name": "0.15mm Optimal @Anycubic 4MaxPro2",
|
||||
"sub_path": "process/0.15mm Optimal @Anycubic 4MaxPro2.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Anycubic i3MegaS",
|
||||
"sub_path": "process/0.20mm Standard @Anycubic i3MegaS.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Anycubic Vyper",
|
||||
"sub_path": "process/0.20mm Standard @Anycubic Vyper.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @4MaxPro",
|
||||
"sub_path": "process/0.20mm Standard @4MaxPro.json"
|
||||
"name": "0.20mm Standard @Anycubic 4MaxPro",
|
||||
"sub_path": "process/0.20mm Standard @Anycubic 4MaxPro.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Anycubic 4MaxPro2",
|
||||
"sub_path": "process/0.20mm Standard @Anycubic 4MaxPro2.json"
|
||||
},
|
||||
{
|
||||
"name": "0.30mm Draft @Anycubic i3MegaS",
|
||||
"sub_path": "process/0.30mm Draft @Anycubic i3MegaS.json"
|
||||
},
|
||||
{
|
||||
"name": "0.30mm Draft @Anycubic 4MaxPro2",
|
||||
"sub_path": "process/0.30mm Draft @Anycubic 4MaxPro2.json"
|
||||
}
|
||||
],
|
||||
"filament_list": [
|
||||
|
@ -101,10 +141,22 @@
|
|||
{
|
||||
"name": "fdm_machine_common",
|
||||
"sub_path": "machine/fdm_machine_common.json"
|
||||
},
|
||||
{
|
||||
"name": "Anycubic i3 Mega S 0.4 nozzle",
|
||||
"sub_path": "machine/Anycubic i3 Mega S 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Anycubic Vyper 0.4 nozzle",
|
||||
"sub_path": "machine/Anycubic Vyper 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Anycubic 4Max Pro 0.4 nozzle",
|
||||
"sub_path": "machine/Anycubic 4Max Pro 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Anycubic 4Max Pro 2 0.4 nozzle",
|
||||
"sub_path": "machine/Anycubic 4Max Pro 2 0.4 nozzle.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
BIN
resources/profiles/Anycubic/Anycubic 4Max Pro 2_cover.png
Normal file
After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 31 KiB |
BIN
resources/profiles/Anycubic/Anycubic Vyper_cover.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
resources/profiles/Anycubic/Anycubic i3 Mega S_cover.png
Normal file
After Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 5.7 KiB |
After Width: | Height: | Size: 5.7 KiB |
After Width: | Height: | Size: 5.3 KiB |
BIN
resources/profiles/Anycubic/anycubic_vyper_buildplate_model.stl
Normal file
After Width: | Height: | Size: 6 KiB |
|
@ -13,6 +13,9 @@
|
|||
"12"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Anycubic 4Max Pro 0.4 nozzle"
|
||||
"Anycubic i3 Mega S 0.4 nozzle",
|
||||
"Anycubic Vyper 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 2 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -13,6 +13,9 @@
|
|||
"12"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Anycubic 4Max Pro 0.4 nozzle"
|
||||
"Anycubic i3 Mega S 0.4 nozzle",
|
||||
"Anycubic Vyper 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 2 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -19,6 +19,9 @@
|
|||
"8"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Anycubic 4Max Pro 0.4 nozzle"
|
||||
"Anycubic i3 Mega S 0.4 nozzle",
|
||||
"Anycubic Vyper 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 2 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -16,6 +16,9 @@
|
|||
"12"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Anycubic 4Max Pro 0.4 nozzle"
|
||||
"Anycubic i3 Mega S 0.4 nozzle",
|
||||
"Anycubic Vyper 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 2 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -13,6 +13,9 @@
|
|||
"0.94"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Anycubic 4Max Pro 0.4 nozzle"
|
||||
"Anycubic i3 Mega S 0.4 nozzle",
|
||||
"Anycubic Vyper 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 2 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -43,6 +43,9 @@
|
|||
"; filament start gcode\n"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Anycubic 4Max Pro 0.4 nozzle"
|
||||
"Anycubic i3 Mega S 0.4 nozzle",
|
||||
"Anycubic Vyper 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 2 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -19,6 +19,9 @@
|
|||
"7"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Anycubic 4Max Pro 0.4 nozzle"
|
||||
"Anycubic i3 Mega S 0.4 nozzle",
|
||||
"Anycubic Vyper 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 2 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -16,6 +16,9 @@
|
|||
"8"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Anycubic 4Max Pro 0.4 nozzle"
|
||||
"Anycubic i3 Mega S 0.4 nozzle",
|
||||
"Anycubic Vyper 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 2 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -19,6 +19,9 @@
|
|||
"10"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Anycubic 4Max Pro 0.4 nozzle"
|
||||
"Anycubic i3 Mega S 0.4 nozzle",
|
||||
"Anycubic Vyper 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 2 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -10,6 +10,9 @@
|
|||
"3.2"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Anycubic 4Max Pro 0.4 nozzle"
|
||||
"Anycubic i3 Mega S 0.4 nozzle",
|
||||
"Anycubic Vyper 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 2 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"instantiation": "true",
|
||||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "Anycubic 4Max Pro",
|
||||
"default_print_profile": "0.20mm Standard @4MaxPro",
|
||||
"default_print_profile": "0.20mm Standard @Anycubic 4MaxPro",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
|
|
|
@ -0,0 +1,112 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "Anycubic 4Max Pro 2 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "Anycubic 4Max Pro 2",
|
||||
"default_print_profile": "0.20mm Standard @Anycubic 4MaxPro2",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"270x0",
|
||||
"270x210",
|
||||
"0x210"
|
||||
],
|
||||
"printable_height": "190",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"machine_max_acceleration_extruding": [
|
||||
"1250",
|
||||
"1250"
|
||||
],
|
||||
"machine_max_acceleration_retracting": [
|
||||
"1250",
|
||||
"1250"
|
||||
],
|
||||
"machine_max_acceleration_travel": [
|
||||
"1500",
|
||||
"1500"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"900",
|
||||
"900"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"900",
|
||||
"900"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"100",
|
||||
"100"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"120",
|
||||
"120"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"16",
|
||||
"16"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"5",
|
||||
"5"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"6",
|
||||
"6"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"6",
|
||||
"6"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"0.2",
|
||||
"0.2"
|
||||
],
|
||||
"max_layer_height": [
|
||||
"0.3"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.07"
|
||||
],
|
||||
"printer_settings_id": "Anycubic",
|
||||
"retraction_minimum_travel": [
|
||||
"2"
|
||||
],
|
||||
"retract_before_wipe": [
|
||||
"0%"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2.5"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"10"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"35"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"25"
|
||||
],
|
||||
"single_extruder_multi_material": "0",
|
||||
"change_filament_gcode": "M600",
|
||||
"machine_pause_gcode": "M601",
|
||||
"default_filament_profile": [
|
||||
"Anycubic Generic PLA"
|
||||
],
|
||||
"machine_start_gcode": "G21 ; metric values\nG90 ; absolute positioning\nM82 ; set extruder to absolute mode\nM140 S[first_layer_bed_temperature] ; set bed temp\nG28 X0 Y0 ; home X and Y\nG28 Z0 ; home Z\nG1 Z30 F{machine_max_speed_z[0]*60} ; move Z a bit down to not blow on the bed edge while heating\nG1 X10 F3900 ; let some space on x to prevent the filament cooling exhaust from beeing blocked by the servo motor\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp\nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM106 S80 ; turn on fan to prevent air nozzle melt while heating up\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nM107 ; start with the fan off\nG28 X0 ; goto X home again\nG92 E0 ; zero the extruded length\nG1 Z0.2 F360 ; move plattform upwards\n; extrude material next to the plattform (comment or remove following lines to disable)\nG1 F180 E20 ; extrude some material next to the plattform\nG92 E0 ; zero the extruded length\nG1 E-[retraction_length] F{retraction_speed[0]*60} ; do a filament retract\nG92 E0 ; zero the extruded length again\nG1 X5 F3900 ; move sideways to get rid of that string\nG1 E[retraction_length] F{retraction_speed[0]*60} ; do a filament deretract with retract parameters\nG92 E0 ; zero the extruded length again\n; draw intro line (comment or remove following lines to disable)\nG1 X30 E5 F700 ; draw intro line\nG92 E0 ; zero the extruded length\nG1 E-[retraction_length] F{retraction_speed[0]*60} ; do a filament retract\nG1 X40 Z2.0 ; move away from the introline\nG92 E0 ; zero the extruded length again\nG1 E[retraction_length] F{retraction_speed[0]*60} ; do a filament deretract with retract parameters\n; end of intro line code\nM117 Printing...\nG5",
|
||||
"machine_end_gcode": "M104 S0 ; turn off extruder heating\nM140 S0 ; turn off bed heating\nM107 ; turn off fans\nG91 ; relative positioning\nG0 Z+0.5 ; move Z up a tiny bit\nG90 ; absolute positioning\nG0 X135 Y105 F{machine_max_speed_x[0]*60} ; move extruder to center position\nG0 Z190.5 F{machine_max_speed_z[0]*60} ; lower the plattform to Z min\nM84 ; steppers off\nG90 ; absolute positioning\n",
|
||||
"scan_first_layer": "0"
|
||||
}
|
12
resources/profiles/Anycubic/machine/Anycubic 4Max Pro 2.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "machine_model",
|
||||
"name": "Anycubic 4Max Pro 2",
|
||||
"model_id": "Anycubic-4Max-Pro-2",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "Anycubic",
|
||||
"bed_model": "anycubic_4maxpro2_buildplate_model.stl",
|
||||
"bed_texture": "anycubic_4maxpro2_buildplate_texture.png",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Anycubic Generic ABS;Anycubic Generic PLA;Anycubic Generic PLA-CF;Anycubic Generic PETG;Anycubic Generic TPU;Anycubic Generic ASA;Anycubic Generic PC;Anycubic Generic PVA;Anycubic Generic PA;Anycubic Generic PA-CF"
|
||||
}
|
|
@ -5,8 +5,8 @@
|
|||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "Anycubic",
|
||||
"bed_model": "",
|
||||
"bed_texture": "",
|
||||
"bed_model": "anycubic_4maxpro_buildplate_model.stl",
|
||||
"bed_texture": "anycubic_4maxpro_buildplate_texture.png",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Anycubic Generic ABS;Anycubic Generic PLA;Anycubic Generic PLA-CF;Anycubic Generic PETG;Anycubic Generic TPU;Anycubic Generic ASA;Anycubic Generic PC;Anycubic Generic PVA;Anycubic Generic PA;Anycubic Generic PA-CF"
|
||||
}
|
||||
|
|
|
@ -0,0 +1,114 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "Anycubic Vyper 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "Anycubic Vyper",
|
||||
"default_print_profile": "0.20mm Standard @Anycubic Vyper",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x255",
|
||||
"0x255"
|
||||
],
|
||||
"printable_height": "265",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"machine_max_acceleration_extruding": [
|
||||
"1250",
|
||||
"1250"
|
||||
],
|
||||
"machine_max_acceleration_retracting": [
|
||||
"1250",
|
||||
"1250"
|
||||
],
|
||||
"machine_max_acceleration_travel": [
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"5",
|
||||
"5"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"8",
|
||||
"8"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"8",
|
||||
"8"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"0.4",
|
||||
"0.4"
|
||||
],
|
||||
"max_layer_height": [
|
||||
"0.28"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.08"
|
||||
],
|
||||
"printer_settings_id": "Creality",
|
||||
"retraction_minimum_travel": [
|
||||
"1.5"
|
||||
],
|
||||
"retract_before_wipe": [
|
||||
"0%"
|
||||
],
|
||||
"retraction_length": [
|
||||
"3"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"10"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"40"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"40"
|
||||
],
|
||||
"single_extruder_multi_material": "0",
|
||||
"change_filament_gcode": "M600",
|
||||
"machine_pause_gcode": "M601",
|
||||
"default_filament_profile": [
|
||||
"Anycubic Generic PLA"
|
||||
],
|
||||
"machine_start_gcode": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG0 Z0.2 F1800 ; move nozzle to print position\nG92 E0 ; specify current extruder position as zero\nG1 Y10 X180 E50 F1200 ; extrude a line in front of the printer\nG92 E0 ; specify current extruder position as zero\nG0 Z20 F6000 ; move head up\nG1 E-7 F2400 ; retract\nG04 S2 ; wait 2s\nG0 X0 F6000 ; wipe from oozed filament\nG1 E-1 F2400 ; undo some of the retraction to avoid oozing\nG1 F6000 ; set travel speed to move to start printing point\nM117",
|
||||
"machine_end_gcode": "G4 ; wait\nG92 E0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height)}{endif} ; move print head up\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X0 Y200 F3000 ; home X axis\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"
|
||||
}
|
12
resources/profiles/Anycubic/machine/Anycubic Vyper.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "machine_model",
|
||||
"name": "Anycubic Vyper",
|
||||
"model_id": "Anycubic-Vyper",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "Anycubic",
|
||||
"bed_model": "anycubic_vyper_buildplate_model.stl",
|
||||
"bed_texture": "anycubic_vyper_buildplate_texture.png",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Anycubic Generic ABS;Anycubic Generic PLA;Anycubic Generic PLA-CF;Anycubic Generic PETG;Anycubic Generic TPU;Anycubic Generic ASA;Anycubic Generic PC;Anycubic Generic PVA;Anycubic Generic PA;Anycubic Generic PA-CF"
|
||||
}
|
|
@ -0,0 +1,118 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "Anycubic i3 Mega S 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "Anycubic i3 Mega S",
|
||||
"default_print_profile": "0.20mm Standard @Anycubic i3MegaS",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"210x0",
|
||||
"210x210",
|
||||
"0x210"
|
||||
],
|
||||
"printable_height": "205",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"machine_max_acceleration_e": [
|
||||
"10000",
|
||||
"10000"
|
||||
],
|
||||
"machine_max_acceleration_extruding": [
|
||||
"1250",
|
||||
"1250"
|
||||
],
|
||||
"machine_max_acceleration_retracting": [
|
||||
"1250",
|
||||
"1250"
|
||||
],
|
||||
"machine_max_acceleration_travel": [
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"3000",
|
||||
"3000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"8",
|
||||
"8"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"5",
|
||||
"5"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"0.4",
|
||||
"0.4"
|
||||
],
|
||||
"max_layer_height": [
|
||||
"0.36"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.08"
|
||||
],
|
||||
"printer_settings_id": "Anycubic",
|
||||
"retraction_minimum_travel": [
|
||||
"1.5"
|
||||
],
|
||||
"retract_before_wipe": [
|
||||
"60%"
|
||||
],
|
||||
"retraction_length": [
|
||||
"6"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"1"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"40"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"50"
|
||||
],
|
||||
"single_extruder_multi_material": "0",
|
||||
"change_filament_gcode": "M600",
|
||||
"machine_pause_gcode": "M25",
|
||||
"default_filament_profile": [
|
||||
"Anycubic Generic PLA"
|
||||
],
|
||||
"machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM204 S[machine_max_acceleration_extruding] T[machine_max_acceleration_retracting]\nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM140 S[bed_temperature_initial_layer_single] ; set bed temp\nG28 ; home all\nG1 Y1.0 Z0.3 F1000 ; move print head up\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nG92 E0.0\n; initial load\nG1 X205.0 E19 F1000\nG1 Y1.6\nG1 X5.0 E19 F1000\nG92 E0.0\n; intro line\nG1 Y2.0 Z0.2 F1000\nG1 X65.0 E9.0 F1000\nG1 X105.0 E12.5 F1000\nG92 E0.0",
|
||||
"machine_end_gcode": "G1 E-1.0 F2100 ; retract\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height)}{endif} E-34.0 F720 ; move print head up & retract filament\nG4 ; wait\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X0 Y105 F3000 ; park print head\nM84 ; disable motors",
|
||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\n\n",
|
||||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||
"scan_first_layer": "0"
|
||||
}
|
12
resources/profiles/Anycubic/machine/Anycubic i3 Mega S.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "machine_model",
|
||||
"name": "Anycubic i3 Mega S",
|
||||
"model_id": "Anycubic-i3-Mega-S",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "Anycubic",
|
||||
"bed_model": "anycubic_i3megas_buildplate_model.stl",
|
||||
"bed_texture": "anycubic_i3megas_buildplate_texture.png",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Anycubic Generic ABS;Anycubic Generic PLA;Anycubic Generic PLA-CF;Anycubic Generic PETG;Anycubic Generic TPU;Anycubic Generic ASA;Anycubic Generic PC;Anycubic Generic PVA;Anycubic Generic PA;Anycubic Generic PA-CF"
|
||||
}
|
|
@ -131,7 +131,7 @@
|
|||
"change_filament_gcode": "",
|
||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
|
||||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||
"machine_pause_gcode": "M400 U1",
|
||||
"machine_pause_gcode": "M400 U1\n",
|
||||
"wipe": [
|
||||
"1"
|
||||
],
|
||||
|
|
|
@ -0,0 +1,108 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.15mm Optimal @Anycubic 4MaxPro2",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"layer_height": "0.15",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "5",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.65",
|
||||
"bridge_speed": "30",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "900",
|
||||
"top_surface_acceleration": "0",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.2",
|
||||
"enable_arc_fitting": "0",
|
||||
"outer_wall_line_width": "0.4",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.45",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "300",
|
||||
"travel_acceleration": "0",
|
||||
"inner_wall_acceleration": "0",
|
||||
"initial_layer_line_width": "0.65",
|
||||
"initial_layer_print_height": "0.3",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"infill_wall_overlap": "23%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "top",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "[input_filename_base].gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
"overhang_3_4_speed": "15",
|
||||
"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": "5",
|
||||
"skirt_height": "1",
|
||||
"skirt_loops": "2",
|
||||
"minimum_sparse_infill_area": "10",
|
||||
"internal_solid_infill_line_width": "0",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "grid",
|
||||
"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": "3",
|
||||
"support_interface_bottom_layers": "-1",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "100%",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "0.2",
|
||||
"support_speed": "45",
|
||||
"support_threshold_angle": "45",
|
||||
"support_object_xy_distance": "60%",
|
||||
"tree_support_branch_angle": "40",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "1",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.4",
|
||||
"top_shell_layers": "7",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "35%",
|
||||
"initial_layer_infill_speed": "35%",
|
||||
"outer_wall_speed": "25",
|
||||
"inner_wall_speed": "40",
|
||||
"internal_solid_infill_speed": "40",
|
||||
"top_surface_speed": "30",
|
||||
"gap_infill_speed": "30",
|
||||
"sparse_infill_speed": "45",
|
||||
"travel_speed": "60",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Anycubic 4Max Pro 2 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,108 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.15mm Optimal @Anycubic i3MegaS",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"layer_height": "0.15",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "5",
|
||||
"bottom_shell_thickness": "0.5",
|
||||
"bridge_flow": "1",
|
||||
"bridge_speed": "25",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "1000",
|
||||
"top_surface_acceleration": "0",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.2",
|
||||
"enable_arc_fitting": "0",
|
||||
"outer_wall_line_width": "0.45",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.45",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "800",
|
||||
"travel_acceleration": "0",
|
||||
"inner_wall_acceleration": "0",
|
||||
"initial_layer_line_width": "0.42",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"infill_wall_overlap": "23%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "top",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "[input_filename_base].gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
"overhang_3_4_speed": "15",
|
||||
"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": "3",
|
||||
"skirt_loops": "2",
|
||||
"minimum_sparse_infill_area": "10",
|
||||
"internal_solid_infill_line_width": "0",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "grid",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.15",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.35",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "3",
|
||||
"support_interface_bottom_layers": "-1",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "100%",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "0.15",
|
||||
"support_speed": "50",
|
||||
"support_threshold_angle": "45",
|
||||
"support_object_xy_distance": "60%",
|
||||
"tree_support_branch_angle": "40",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "1",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.35",
|
||||
"top_shell_layers": "7",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "35%",
|
||||
"initial_layer_infill_speed": "35%",
|
||||
"outer_wall_speed": "40",
|
||||
"inner_wall_speed": "40",
|
||||
"internal_solid_infill_speed": "40",
|
||||
"top_surface_speed": "40",
|
||||
"gap_infill_speed": "30",
|
||||
"sparse_infill_speed": "60",
|
||||
"travel_speed": "180",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Anycubic i3 Mega S 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Standard @4MaxPro",
|
||||
"name": "0.20mm Standard @Anycubic 4MaxPro",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common",
|
|
@ -0,0 +1,108 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Standard @Anycubic 4MaxPro2",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"layer_height": "0.2",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "4",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.65",
|
||||
"bridge_speed": "30",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "900",
|
||||
"top_surface_acceleration": "0",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.2",
|
||||
"enable_arc_fitting": "0",
|
||||
"outer_wall_line_width": "0.4",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.45",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "300",
|
||||
"travel_acceleration": "0",
|
||||
"inner_wall_acceleration": "0",
|
||||
"initial_layer_line_width": "0.65",
|
||||
"initial_layer_print_height": "0.3",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"infill_wall_overlap": "23%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "top",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "[input_filename_base].gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
"overhang_3_4_speed": "15",
|
||||
"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": "5",
|
||||
"skirt_height": "1",
|
||||
"skirt_loops": "2",
|
||||
"minimum_sparse_infill_area": "10",
|
||||
"internal_solid_infill_line_width": "0",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "grid",
|
||||
"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": "3",
|
||||
"support_interface_bottom_layers": "-1",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "100%",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "0.2",
|
||||
"support_speed": "45",
|
||||
"support_threshold_angle": "45",
|
||||
"support_object_xy_distance": "60%",
|
||||
"tree_support_branch_angle": "40",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "1",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.4",
|
||||
"top_shell_layers": "5",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "35%",
|
||||
"initial_layer_infill_speed": "35%",
|
||||
"outer_wall_speed": "40",
|
||||
"inner_wall_speed": "40",
|
||||
"internal_solid_infill_speed": "40",
|
||||
"top_surface_speed": "30",
|
||||
"gap_infill_speed": "30",
|
||||
"sparse_infill_speed": "45",
|
||||
"travel_speed": "60",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Anycubic 4Max Pro 2 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,108 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Standard @Anycubic Vyper",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"layer_height": "0.2",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "5",
|
||||
"bottom_shell_thickness": "1.2",
|
||||
"bridge_flow": "1",
|
||||
"bridge_speed": "45",
|
||||
"brim_width": "8",
|
||||
"brim_object_gap": "0",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "1000",
|
||||
"top_surface_acceleration": "0",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.2",
|
||||
"enable_arc_fitting": "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": "1000",
|
||||
"travel_acceleration": "0",
|
||||
"inner_wall_acceleration": "0",
|
||||
"initial_layer_line_width": "0.4",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"infill_wall_overlap": "10%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "10%",
|
||||
"ironing_spacing": "0.08",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "top",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "[input_filename_base].gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
"overhang_3_4_speed": "15",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.4",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "5",
|
||||
"skirt_height": "1",
|
||||
"skirt_loops": "4",
|
||||
"minimum_sparse_infill_area": "10",
|
||||
"internal_solid_infill_line_width": "0",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "grid",
|
||||
"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": "3",
|
||||
"support_interface_bottom_layers": "-1",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "100%",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "0.2",
|
||||
"support_speed": "70",
|
||||
"support_threshold_angle": "65",
|
||||
"support_object_xy_distance": "60%",
|
||||
"tree_support_branch_angle": "40",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "1",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.4",
|
||||
"top_shell_layers": "5",
|
||||
"top_shell_thickness": "1.2",
|
||||
"initial_layer_speed": "35%",
|
||||
"initial_layer_infill_speed": "35%",
|
||||
"outer_wall_speed": "40",
|
||||
"inner_wall_speed": "40",
|
||||
"internal_solid_infill_speed": "70",
|
||||
"top_surface_speed": "40",
|
||||
"gap_infill_speed": "30",
|
||||
"sparse_infill_speed": "70",
|
||||
"travel_speed": "120",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Anycubic Vyper 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,108 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Standard @Anycubic i3MegaS",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"layer_height": "0.2",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "4",
|
||||
"bottom_shell_thickness": "0.5",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "25",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "1000",
|
||||
"top_surface_acceleration": "0",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.2",
|
||||
"enable_arc_fitting": "0",
|
||||
"outer_wall_line_width": "0.45",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.45",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "800",
|
||||
"travel_acceleration": "0",
|
||||
"inner_wall_acceleration": "0",
|
||||
"initial_layer_line_width": "0.42",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"infill_wall_overlap": "23%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "top",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "[input_filename_base].gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
"overhang_3_4_speed": "15",
|
||||
"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": "3",
|
||||
"skirt_loops": "2",
|
||||
"minimum_sparse_infill_area": "10",
|
||||
"internal_solid_infill_line_width": "0",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "grid",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.2",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.35",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "3",
|
||||
"support_interface_bottom_layers": "-1",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "100%",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "0.2",
|
||||
"support_speed": "50",
|
||||
"support_threshold_angle": "45",
|
||||
"support_object_xy_distance": "60%",
|
||||
"tree_support_branch_angle": "40",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "1",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.35",
|
||||
"top_shell_layers": "5",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "35%",
|
||||
"initial_layer_infill_speed": "35%",
|
||||
"outer_wall_speed": "40",
|
||||
"inner_wall_speed": "40",
|
||||
"internal_solid_infill_speed": "40",
|
||||
"top_surface_speed": "40",
|
||||
"gap_infill_speed": "30",
|
||||
"sparse_infill_speed": "60",
|
||||
"travel_speed": "180",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Anycubic i3 Mega S 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,108 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.30mm Draft @Anycubic 4MaxPro2",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"layer_height": "0.3",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "3",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.65",
|
||||
"bridge_speed": "30",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "900",
|
||||
"top_surface_acceleration": "0",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.2",
|
||||
"enable_arc_fitting": "0",
|
||||
"outer_wall_line_width": "0.4",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.45",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "300",
|
||||
"travel_acceleration": "0",
|
||||
"inner_wall_acceleration": "0",
|
||||
"initial_layer_line_width": "0.65",
|
||||
"initial_layer_print_height": "0.3",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"infill_wall_overlap": "23%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "top",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "[input_filename_base].gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
"overhang_3_4_speed": "15",
|
||||
"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": "5",
|
||||
"skirt_height": "1",
|
||||
"skirt_loops": "2",
|
||||
"minimum_sparse_infill_area": "10",
|
||||
"internal_solid_infill_line_width": "0",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "grid",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.3",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.4",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "3",
|
||||
"support_interface_bottom_layers": "-1",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "100%",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "0.3",
|
||||
"support_speed": "45",
|
||||
"support_threshold_angle": "45",
|
||||
"support_object_xy_distance": "60%",
|
||||
"tree_support_branch_angle": "40",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "1",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.4",
|
||||
"top_shell_layers": "3",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "35%",
|
||||
"initial_layer_infill_speed": "35%",
|
||||
"outer_wall_speed": "40",
|
||||
"inner_wall_speed": "40",
|
||||
"internal_solid_infill_speed": "40",
|
||||
"top_surface_speed": "30",
|
||||
"gap_infill_speed": "30",
|
||||
"sparse_infill_speed": "45",
|
||||
"travel_speed": "60",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Anycubic 4Max Pro 2 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,108 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.30mm Draft @Anycubic i3MegaS",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"layer_height": "0.3",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "4",
|
||||
"bottom_shell_thickness": "0.5",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "25",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "1000",
|
||||
"top_surface_acceleration": "0",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.2",
|
||||
"enable_arc_fitting": "0",
|
||||
"outer_wall_line_width": "0.6",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.5",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "800",
|
||||
"travel_acceleration": "0",
|
||||
"inner_wall_acceleration": "0",
|
||||
"initial_layer_line_width": "0.42",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.5",
|
||||
"infill_wall_overlap": "23%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "top",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "[input_filename_base].gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
"overhang_3_4_speed": "15",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.5",
|
||||
"wall_loops": "2",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "2",
|
||||
"skirt_height": "3",
|
||||
"skirt_loops": "2",
|
||||
"minimum_sparse_infill_area": "10",
|
||||
"internal_solid_infill_line_width": "0",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "grid",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.3",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.38",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "3",
|
||||
"support_interface_bottom_layers": "-1",
|
||||
"support_interface_spacing": "0.3",
|
||||
"support_interface_speed": "100%",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "0.2",
|
||||
"support_speed": "45",
|
||||
"support_threshold_angle": "45",
|
||||
"support_object_xy_distance": "60%",
|
||||
"tree_support_branch_angle": "40",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "1",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.35",
|
||||
"top_shell_layers": "4",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "35%",
|
||||
"initial_layer_infill_speed": "35%",
|
||||
"outer_wall_speed": "35",
|
||||
"inner_wall_speed": "40",
|
||||
"internal_solid_infill_speed": "40",
|
||||
"top_surface_speed": "40",
|
||||
"gap_infill_speed": "30",
|
||||
"sparse_infill_speed": "85",
|
||||
"travel_speed": "180",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Anycubic i3 Mega S 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -4,6 +4,10 @@
|
|||
"force_update": "0",
|
||||
"description": "Artillery configurations",
|
||||
"machine_model_list": [
|
||||
{
|
||||
"name": "Artillery Sidewinder X1",
|
||||
"sub_path": "machine/Artillery Sidewinder X1.json"
|
||||
},
|
||||
{
|
||||
"name": "Artillery Genius",
|
||||
"sub_path": "machine/Artillery Genius.json"
|
||||
|
@ -21,6 +25,10 @@
|
|||
{
|
||||
"name": "fdm_process_common",
|
||||
"sub_path": "process/fdm_process_common.json"
|
||||
},
|
||||
{
|
||||
"name": "0.16mm Optimal @Artillery X1",
|
||||
"sub_path": "process/0.16mm Optimal @Artillery X1.json"
|
||||
},
|
||||
{
|
||||
"name": "0.15mm Optimal @Artillery Genius",
|
||||
|
@ -29,6 +37,10 @@
|
|||
{
|
||||
"name": "0.16mm Optimal @Artillery Hornet",
|
||||
"sub_path": "process/0.16mm Optimal @Artillery Hornet.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Artillery X1",
|
||||
"sub_path": "process/0.20mm Standard @Artillery X1.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Artillery Genius",
|
||||
|
@ -41,6 +53,10 @@
|
|||
{
|
||||
"name": "0.20mm Standard @Artillery Hornet",
|
||||
"sub_path": "process/0.20mm Standard @Artillery Hornet.json"
|
||||
},
|
||||
{
|
||||
"name": "0.24mm Draft @Artillery X1",
|
||||
"sub_path": "process/0.24mm Draft @Artillery X1.json"
|
||||
},
|
||||
{
|
||||
"name": "0.25mm Draft @Artillery Genius",
|
||||
|
@ -105,6 +121,10 @@
|
|||
{
|
||||
"name": "fdm_machine_common",
|
||||
"sub_path": "machine/fdm_machine_common.json"
|
||||
},
|
||||
{
|
||||
"name": "Artillery Sidewinder X1 0.4 nozzle",
|
||||
"sub_path": "machine/Artillery Sidewinder X1 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Artillery Genius 0.4 nozzle",
|
||||
|
|
BIN
resources/profiles/Artillery/Artillery Sidewinder X1_cover.png
Normal file
After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 284 KiB |
After Width: | Height: | Size: 8.8 KiB |
|
@ -13,6 +13,7 @@
|
|||
"12"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Artillery Sidewinder X1 0.4 nozzle",
|
||||
"Artillery Genius 0.4 nozzle",
|
||||
"Artillery Sidewinder X2 0.4 nozzle",
|
||||
"Artillery Hornet 0.4 nozzle"
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
"12"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Artillery Sidewinder X1 0.4 nozzle",
|
||||
"Artillery Genius 0.4 nozzle",
|
||||
"Artillery Sidewinder X2 0.4 nozzle",
|
||||
"Artillery Hornet 0.4 nozzle"
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
"; filament start gcode\n"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Artillery Sidewinder X1 0.4 nozzle",
|
||||
"Artillery Genius 0.4 nozzle",
|
||||
"Artillery Sidewinder X2 0.4 nozzle",
|
||||
"Artillery Hornet 0.4 nozzle"
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
"7"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Artillery Sidewinder X1 0.4 nozzle",
|
||||
"Artillery Genius 0.4 nozzle",
|
||||
"Artillery Sidewinder X2 0.4 nozzle",
|
||||
"Artillery Hornet 0.4 nozzle"
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
"8"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Artillery Sidewinder X1 0.4 nozzle",
|
||||
"Artillery Genius 0.4 nozzle",
|
||||
"Artillery Sidewinder X2 0.4 nozzle",
|
||||
"Artillery Hornet 0.4 nozzle"
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"3.2"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Artillery Sidewinder X1 0.4 nozzle",
|
||||
"Artillery Genius 0.4 nozzle",
|
||||
"Artillery Sidewinder X2 0.4 nozzle",
|
||||
"Artillery Hornet 0.4 nozzle"
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
"default_filament_profile": [
|
||||
"Artillery Generic PLA"
|
||||
],
|
||||
"machine_start_gcode": "M83; extruder relative mode\nG28; home all axes\nM109 S[nozzle_temperature_initial_layer]; hotend temperature\nM140 S[hot_plate_temp_initial_layer]; heatbed temperature\nM190 S[hot_plate_temp_initial_layer]; wait for the bed to heat up\nM109 S[nozzle_temperature_initial_layer]; wait for the extruder to heat up\nG92 E0; reset extruder\nG1 X20 Y5 Z0.3 F5000.0; move to start-line position\nG1 Z0.3 F1000; print height\nG1 X200 Y5 F1500.0 E15; draw 1st line\nG1 X200 Y5.3 Z0.3 F5000.0; move to side a little\nG1 X5.3 Y5.3 Z0.3 F1500.0 E30; draw 2nd line\nG1 Z3 F3000; move z up little to prevent scratching of surface",
|
||||
"machine_start_gcode": "M83; extruder relative mode\nG28; home all axes\nM109 S[nozzle_temperature_initial_layer]; hotend temperature\nM140 S[bed_temperature_initial_layer_single]; heatbed temperature\nM190 S[bed_temperature_initial_layer_single]; wait for the bed to heat up\nM109 S[nozzle_temperature_initial_layer]; wait for the extruder to heat up\nG92 E0; reset extruder\nG1 X20 Y5 Z0.3 F5000.0; move to start-line position\nG1 Z0.3 F1000; print height\nG1 X200 Y5 F1500.0 E15; draw 1st line\nG1 X200 Y5.3 Z0.3 F5000.0; move to side a little\nG1 X5.3 Y5.3 Z0.3 F1500.0 E30; draw 2nd line\nG1 Z3 F3000; move z up little to prevent scratching of surface",
|
||||
"machine_end_gcode": "G91; Relative positionning\nG1 E-2 Z0.2 F2400; Retract and raise Z\nG1 X5 Y5 F3000; Wipe out\nG1 Z10; Raise Z more\nG90; Absolute positionning\nG1 X0 Y100; Present print\nM106 S0; Turn-off fan\nM104 S0; Turn-off hotend\nM140 S0; Turn-off bed\nM84 X Y E; Disable all steppers but Z",
|
||||
"layer_change_gcode": "",
|
||||
"scan_first_layer": "0"
|
||||
|
|
|
@ -0,0 +1,118 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM003",
|
||||
"name": "Artillery Sidewinder X1 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "Artillery Sidewinder X1",
|
||||
"default_print_profile": "0.20mm Standard @Artillery X1",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"bed_exclude_area": [
|
||||
"0x0"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x300",
|
||||
"0x300"
|
||||
],
|
||||
"printable_height": "400",
|
||||
"nozzle_type": "hardened_steel",
|
||||
"auxiliary_fan": "0",
|
||||
"machine_max_acceleration_extruding": [
|
||||
"1250",
|
||||
"1250"
|
||||
],
|
||||
"machine_max_acceleration_retracting": [
|
||||
"1250",
|
||||
"1250"
|
||||
],
|
||||
"machine_max_acceleration_travel": [
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"1000",
|
||||
"960"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"1000",
|
||||
"960"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"120",
|
||||
"120"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"200",
|
||||
"100"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"200",
|
||||
"100"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"12",
|
||||
"12"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"1.5",
|
||||
"1.5"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"8",
|
||||
"8"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"8",
|
||||
"8"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"0.4",
|
||||
"0.4"
|
||||
],
|
||||
"max_layer_height": [
|
||||
"0.25"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.07"
|
||||
],
|
||||
"printer_settings_id": "Artillery",
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retract_before_wipe": [
|
||||
"0%"
|
||||
],
|
||||
"retraction_length": [
|
||||
"0.8"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"4"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"35"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"0"
|
||||
],
|
||||
"single_extruder_multi_material": "0",
|
||||
"change_filament_gcode": "",
|
||||
"machine_pause_gcode": "M0",
|
||||
"default_filament_profile": [
|
||||
"Artillery Generic PLA"
|
||||
],
|
||||
"machine_start_gcode": "; Initial setups\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM220 S100 ; reset speed factor to 100%\nM221 S100 ; reset extrusion rate to 100%\n\n; Set the heating\nM190 S[bed_temperature_initial_layer_single] ; wait for bed to heat up\nM104 S[nozzle_temperature_initial_layer] ; start nozzle heating but don't wait\n\n; Home\nG1 Z3 F3000 ; move z up little to prevent scratching of surface\nG28 ; home all axes\nG1 X3 Y3 F5000 ; move to corner of the bed to avoid ooze over centre\n\n; Wait for final heating\nM109 S[nozzle_temperature_initial_layer] ; wait for the nozzle to heat up\nM190 S[bed_temperature_initial_layer_single] ; wait for the bed to heat up\n\n; Return to prime position, Prime line routine\nG92 E0 ; Reset Extruder\nG1 Z3 F3000 ; move z up little to prevent scratching of surface\nG1 X10 Y.5 Z0.25 F5000.0 ; Move to start position\nG1 X100 Y.5 Z0.25 F1500.0 E15 ; Draw the first line\nG1 X100 Y.2 Z0.25 F5000.0 ; Move to side a little\nG1 X10 Y.2 Z0.25 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nM221 S{if layer_height<0.075}100{else}95{endif}",
|
||||
"machine_end_gcode": "G4 ; wait\nG92 E0 ; prepare to retract\nG1 E-0.5 F3000; retract to avoid stringing\n\n; Anti-stringing end wiggle\nG91 ; use relative coordinates\nG1 X1 Y1 F1200\n\n; Raise nozzle and present bed\n{if layer_z < printable_height}G1 Z{z_offset+min(layer_z+120, printable_height)}{endif} ; Move print head up\nG90 ; use absolute coordinates\n\n; Reset print setting overrides\nM200 D0 ; disable volumetric e\nM220 S100 ; reset speed factor to 100%\nM221 S100 ; reset extrusion rate to 100%\n\n; Shut down printer\nM106 S0 ; turn-off fan\nM104 S0 ; turn-off hotend\nM140 S0 ; turn-off bed\nM150 P0 ; turn off led\nM85 S0 ; deactivate idle timeout\nM84 ; disable motors\n",
|
||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n",
|
||||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||
"scan_first_layer": "0"
|
||||
}
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "machine_model",
|
||||
"name": "Artillery Sidewinder X1",
|
||||
"model_id": "Artillery-Sidewinder-X1",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "Artillery",
|
||||
"bed_model": "artillery_sidewinderx1_buildplate_model.stl",
|
||||
"bed_texture": "artillery_sidewinderx1_buildplate_texture.png",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Artillery Generic ABS;Artillery Generic PLA;Artillery Generic PLA-CF;Artillery Generic PETG;Artillery Generic TPU;Artillery Generic ASA"
|
||||
}
|
|
@ -20,11 +20,99 @@
|
|||
"0x300"
|
||||
],
|
||||
"printable_height": "400",
|
||||
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nG28",
|
||||
"machine_end_gcode": "; config end gcode\nM104 S0\nM140 S0\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84",
|
||||
"layer_change_gcode": "",
|
||||
"scan_first_layer": "0",
|
||||
"nozzle_type": "hardened_steel",
|
||||
"auxiliary_fan": "0"
|
||||
"nozzle_type": "hardened_steel",
|
||||
"auxiliary_fan": "0",
|
||||
"machine_max_acceleration_extruding": [
|
||||
"1250",
|
||||
"1250"
|
||||
],
|
||||
"machine_max_acceleration_retracting": [
|
||||
"1250",
|
||||
"1250"
|
||||
],
|
||||
"machine_max_acceleration_travel": [
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"1000",
|
||||
"960"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"1000",
|
||||
"960"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"120",
|
||||
"120"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"200",
|
||||
"100"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"200",
|
||||
"100"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"12",
|
||||
"12"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"1.5",
|
||||
"1.5"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"8",
|
||||
"8"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"8",
|
||||
"8"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"0.4",
|
||||
"0.4"
|
||||
],
|
||||
"max_layer_height": [
|
||||
"0.25"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.07"
|
||||
],
|
||||
"printer_settings_id": "Artillery",
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retract_before_wipe": [
|
||||
"0%"
|
||||
],
|
||||
"retraction_length": [
|
||||
"0.8"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"4"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"35"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"0"
|
||||
],
|
||||
"single_extruder_multi_material": "0",
|
||||
"change_filament_gcode": "",
|
||||
"machine_pause_gcode": "M0",
|
||||
"default_filament_profile": [
|
||||
"Artillery Generic PLA"
|
||||
],
|
||||
"machine_start_gcode": "; Initial setups\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM900 K0.12 ; K factor\nM900 W[line_width] H[layer_height] D[filament_diameter]\nM200 D0 ; disable volumetric e\nM220 S100 ; reset speed factor to 100%\nM221 S100 ; reset extrusion rate to 100%\n\n; Set the heating\nM190 S[bed_temperature_initial_layer_single] ; wait for bed to heat up\nM104 S[nozzle_temperature_initial_layer] ; start nozzle heating but don't wait\n\n; Home\nG1 Z3 F3000 ; move z up little to prevent scratching of surface\nG28 ; home all axes\nG1 X3 Y3 F5000 ; move to corner of the bed to avoid ooze over centre\n\n; Wait for final heating\nM109 S[nozzle_temperature_initial_layer] ; wait for the nozzle to heat up\nM190 S[bed_temperature_initial_layer_single] ; wait for the bed to heat up\n\n;Auto bed Leveling\n@BEDLEVELVISUALIZER\nG29 ; ABL T\nM420 S1 Z3 ; reload and fade mesh bed leveling until it reach 3mm Z\n\n; Return to prime position, Prime line routine\nG92 E0 ; Reset Extruder\nG1 Z3 F3000 ; move z up little to prevent scratching of surface\nG1 X10 Y.5 Z0.25 F5000.0 ; Move to start position\nG1 X100 Y.5 Z0.25 F1500.0 E15 ; Draw the first line\nG1 X100 Y.2 Z0.25 F5000.0 ; Move to side a little\nG1 X10 Y.2 Z0.25 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nM221 S{if layer_height<0.075}100{else}95{endif}",
|
||||
"machine_end_gcode": "G4 ; wait\nG92 E0 ; prepare to retract\nG1 E-0.5 F3000; retract to avoid stringing\n\n; Anti-stringing end wiggle\nG91 ; use relative coordinates\nG1 X1 Y1 F1200\n\n; Raise nozzle and present bed\n{if layer_z < printable_height}G1 Z{z_offset+min(layer_z+120, printable_height)}{endif} ; Move print head up\nG90 ; use absolute coordinates\n\n; Reset print setting overrides\nM200 D0 ; disable volumetric e\nM220 S100 ; reset speed factor to 100%\nM221 S100 ; reset extrusion rate to 100%\n\n; Shut down printer\nM106 S0 ; turn-off fan\nM104 S0 ; turn-off hotend\nM140 S0 ; turn-off bed\nM150 P0 ; turn off led\nM85 S0 ; deactivate idle timeout\nM84 ; disable motors\n",
|
||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n",
|
||||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||
"scan_first_layer": "0"
|
||||
}
|
||||
|
||||
|
|
|
@ -0,0 +1,108 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.16mm Optimal @Artillery X1",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"layer_height": "0.16",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "7",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "1",
|
||||
"bridge_speed": "70",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "500",
|
||||
"top_surface_acceleration": "0",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0",
|
||||
"enable_arc_fitting": "0",
|
||||
"outer_wall_line_width": "0.4",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.5",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "0",
|
||||
"travel_acceleration": "0",
|
||||
"inner_wall_acceleration": "0",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"initial_layer_print_height": "0.25",
|
||||
"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": "top",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "[input_filename_base].gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
"overhang_3_4_speed": "15",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"wall_loops": "4",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "6",
|
||||
"skirt_height": "1",
|
||||
"skirt_loops": "3",
|
||||
"minimum_sparse_infill_area": "10",
|
||||
"internal_solid_infill_line_width": "0",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "grid",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.16",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.4",
|
||||
"support_interface_loop_pattern": "1",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "3",
|
||||
"support_interface_bottom_layers": "-1",
|
||||
"support_interface_spacing": "1",
|
||||
"support_interface_speed": "100%",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2.5",
|
||||
"support_speed": "40",
|
||||
"support_threshold_angle": "0",
|
||||
"support_object_xy_distance": "50%",
|
||||
"tree_support_branch_angle": "40",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "1",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.4",
|
||||
"top_shell_layers": "4",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "35%",
|
||||
"initial_layer_infill_speed": "35%",
|
||||
"outer_wall_speed": "60",
|
||||
"inner_wall_speed": "60",
|
||||
"internal_solid_infill_speed": "30",
|
||||
"top_surface_speed": "30",
|
||||
"gap_infill_speed": "30",
|
||||
"sparse_infill_speed": "60",
|
||||
"travel_speed": "150",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Artillery Sidewinder X1 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,108 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Standard @Artillery X1",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"layer_height": "0.2",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "4",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "1",
|
||||
"bridge_speed": "70",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "500",
|
||||
"top_surface_acceleration": "0",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0",
|
||||
"enable_arc_fitting": "0",
|
||||
"outer_wall_line_width": "0.4",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.5",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "0",
|
||||
"travel_acceleration": "0",
|
||||
"inner_wall_acceleration": "0",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"initial_layer_print_height": "0.25",
|
||||
"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": "top",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "[input_filename_base].gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
"overhang_3_4_speed": "15",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"wall_loops": "4",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "6",
|
||||
"skirt_height": "1",
|
||||
"skirt_loops": "3",
|
||||
"minimum_sparse_infill_area": "10",
|
||||
"internal_solid_infill_line_width": "0",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "grid",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.2",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.4",
|
||||
"support_interface_loop_pattern": "1",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "3",
|
||||
"support_interface_bottom_layers": "-1",
|
||||
"support_interface_spacing": "1",
|
||||
"support_interface_speed": "100%",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2.5",
|
||||
"support_speed": "40",
|
||||
"support_threshold_angle": "0",
|
||||
"support_object_xy_distance": "50%",
|
||||
"tree_support_branch_angle": "40",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "1",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.4",
|
||||
"top_shell_layers": "4",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "35%",
|
||||
"initial_layer_infill_speed": "35%",
|
||||
"outer_wall_speed": "60",
|
||||
"inner_wall_speed": "60",
|
||||
"internal_solid_infill_speed": "30",
|
||||
"top_surface_speed": "30",
|
||||
"gap_infill_speed": "30",
|
||||
"sparse_infill_speed": "60",
|
||||
"travel_speed": "150",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Artillery Sidewinder X1 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -1,30 +1,108 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Standard @Artillery X2",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"gap_infill_speed": "40",
|
||||
"bottom_shell_layers": "4",
|
||||
"default_acceleration": "2500",
|
||||
"default_jerk": "12",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "125",
|
||||
"initial_layer_speed": "50",
|
||||
"inner_wall_acceleration": "1000",
|
||||
"inner_wall_speed": "250",
|
||||
"outer_wall_acceleration": "1000",
|
||||
"outer_wall_speed": "150",
|
||||
"small_perimeter_speed": "50%",
|
||||
"sparse_infill_speed": "250",
|
||||
"top_surface_acceleration": "1500",
|
||||
"top_surface_speed": "150",
|
||||
"travel_acceleration": "2500",
|
||||
"travel_jerk": "9",
|
||||
"travel_speed": "250",
|
||||
"compatible_printers": [
|
||||
"Artillery Sidewinder X2 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Standard @Artillery X2",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"layer_height": "0.2",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "4",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "1",
|
||||
"bridge_speed": "70",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "500",
|
||||
"top_surface_acceleration": "0",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0",
|
||||
"enable_arc_fitting": "0",
|
||||
"outer_wall_line_width": "0.4",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.5",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "0",
|
||||
"travel_acceleration": "0",
|
||||
"inner_wall_acceleration": "0",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"initial_layer_print_height": "0.25",
|
||||
"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": "top",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "[input_filename_base].gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
"overhang_3_4_speed": "15",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"wall_loops": "4",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "6",
|
||||
"skirt_height": "1",
|
||||
"skirt_loops": "3",
|
||||
"minimum_sparse_infill_area": "10",
|
||||
"internal_solid_infill_line_width": "0",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "grid",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.2",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.4",
|
||||
"support_interface_loop_pattern": "1",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "3",
|
||||
"support_interface_bottom_layers": "-1",
|
||||
"support_interface_spacing": "1",
|
||||
"support_interface_speed": "100%",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2.5",
|
||||
"support_speed": "40",
|
||||
"support_threshold_angle": "0",
|
||||
"support_object_xy_distance": "50%",
|
||||
"tree_support_branch_angle": "40",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "1",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.4",
|
||||
"top_shell_layers": "4",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "35%",
|
||||
"initial_layer_infill_speed": "35%",
|
||||
"outer_wall_speed": "60",
|
||||
"inner_wall_speed": "60",
|
||||
"internal_solid_infill_speed": "30",
|
||||
"top_surface_speed": "30",
|
||||
"gap_infill_speed": "30",
|
||||
"sparse_infill_speed": "60",
|
||||
"travel_speed": "150",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Artillery Sidewinder X2 0.4 nozzle"
|
||||
]
|
||||
}
|