mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 18:42:24 +00:00
Compare commits
83 Commits
v1.8.0-bet
...
v1.8.0-rc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4e5e5a7ae8 | ||
|
|
714667ee1c | ||
|
|
de35ff9a6c | ||
|
|
1e040f2fc3 | ||
|
|
09b84a0850 | ||
|
|
4645943360 | ||
|
|
c860680b21 | ||
|
|
edb5676dd1 | ||
|
|
109176864e | ||
|
|
c5a10b302a | ||
|
|
466a17b8b4 | ||
|
|
120a3576a0 | ||
|
|
1b53d1b72d | ||
|
|
2203131211 | ||
|
|
97502df924 | ||
|
|
f16feff2a4 | ||
|
|
333287535b | ||
|
|
cd8f555714 | ||
|
|
22abe8cc9d | ||
|
|
df0a49a73d | ||
|
|
2d849fec6c | ||
|
|
42f8efc0d8 | ||
|
|
e001b66192 | ||
|
|
132e531fb8 | ||
|
|
94e35737e6 | ||
|
|
472821922a | ||
|
|
9c34a8c082 | ||
|
|
70f28ba3c1 | ||
|
|
5788fd30e7 | ||
|
|
c0a8f430f8 | ||
|
|
9f599cd51f | ||
|
|
bea9b54689 | ||
|
|
4eae93080f | ||
|
|
fcc4b03054 | ||
|
|
c24648d470 | ||
|
|
129547f2ce | ||
|
|
e018e0ade0 | ||
|
|
7510eb6f72 | ||
|
|
efaf2f8e34 | ||
|
|
35f65893f8 | ||
|
|
e0aae93c0a | ||
|
|
36ffb18059 | ||
|
|
528fb630bc | ||
|
|
f1345d276b | ||
|
|
905d104ded | ||
|
|
915c112ee5 | ||
|
|
8fcaef53f7 | ||
|
|
01ff70197b | ||
|
|
e7507e1af5 | ||
|
|
4fe80bcbc5 | ||
|
|
70c5178e50 | ||
|
|
aba3c8ab31 | ||
|
|
1c9c1d69ad | ||
|
|
cfcba09d9d | ||
|
|
fcb289124e | ||
|
|
d574816aef | ||
|
|
61e05f9bd1 | ||
|
|
06f966e43a | ||
|
|
261393b649 | ||
|
|
86701d2c87 | ||
|
|
46b31a41bf | ||
|
|
b7d9899ef3 | ||
|
|
2da64eb1b3 | ||
|
|
9bc030e486 | ||
|
|
ac67387c7d | ||
|
|
ca3a62fba8 | ||
|
|
48fc21d59a | ||
|
|
95dc4b7c6d | ||
|
|
7e91d68493 | ||
|
|
3fca10d7f8 | ||
|
|
79c36c8d27 | ||
|
|
9c1c582464 | ||
|
|
e32e717a75 | ||
|
|
6fe5abc8cc | ||
|
|
338f4609f3 | ||
|
|
7ff4005c22 | ||
|
|
363c256668 | ||
|
|
457b847aee | ||
|
|
99012660c9 | ||
|
|
db97f91abc | ||
|
|
cee0cbe49a | ||
|
|
937f5b44e2 | ||
|
|
2021c2bf97 |
25
.github/workflows/orca_bot.yml
vendored
Normal file
25
.github/workflows/orca_bot.yml
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
name: Orca bot
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
jobs:
|
||||
close-issues:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: actions/stale@v5
|
||||
with:
|
||||
days-before-issue-stale: 90
|
||||
days-before-issue-close: 14
|
||||
operations-per-run: 1000
|
||||
stale-issue-label: "stale"
|
||||
stale-issue-message: "GitHub bot: this issue is stale because it has been open for 90 days with no activity."
|
||||
close-issue-message: "GitHub bot: This issue was closed because it has been inactive for 14 days since being marked as stale."
|
||||
days-before-pr-stale: -1
|
||||
days-before-pr-close: -1
|
||||
remove-issue-stale-when-updated: true
|
||||
remove-pr-stale-when-updated: true
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
18
README.md
18
README.md
@@ -83,12 +83,28 @@ Their generous support enables me to purchase filaments and other essential 3D p
|
||||
Thank you! :)
|
||||
|
||||
### Sponsors:
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://peopoly.net/">
|
||||
<img src="SoftFever_doc\sponsor_logos\peopoly-standard-logo.png" alt="Peopoly" width="64" height="">
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://qidi3d.com/">
|
||||
<img src="SoftFever_doc\sponsor_logos\QIDI.png" alt="QIDI" width="64" height="">
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
### Backers:
|
||||
*todo: extract ko-fi backers list*
|
||||
Ko-fi supporters: [Backers list](https://github.com/SoftFever/OrcaSlicer/wiki/OrcaSlicer-backers-%E2%80%90-28-Oct-2023)
|
||||
|
||||
Support me
|
||||
[](https://ko-fi.com/G2G5IP3CP)
|
||||
|
||||
BIN
SoftFever_doc/sponsor_logos/QIDI.png
Normal file
BIN
SoftFever_doc/sponsor_logos/QIDI.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 62 KiB |
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-24 19:49+0800\n"
|
||||
"POT-Creation-Date: 2023-11-10 14:54+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"
|
||||
@@ -489,27 +489,12 @@ msgstr ""
|
||||
msgid "Remove selection"
|
||||
msgstr ""
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr ""
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr ""
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr ""
|
||||
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
msgid "Thickness"
|
||||
msgstr ""
|
||||
|
||||
msgid "Input text"
|
||||
msgstr ""
|
||||
|
||||
msgid "Embeded"
|
||||
msgstr ""
|
||||
|
||||
msgid "Text Gap"
|
||||
msgstr ""
|
||||
|
||||
@@ -521,12 +506,24 @@ msgid ""
|
||||
"depth"
|
||||
msgstr ""
|
||||
|
||||
msgid "Input text"
|
||||
msgstr ""
|
||||
|
||||
msgid "Surface"
|
||||
msgstr ""
|
||||
|
||||
msgid "Horizontal text"
|
||||
msgstr ""
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr ""
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr ""
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr ""
|
||||
|
||||
msgid "Ctrl+"
|
||||
msgstr ""
|
||||
|
||||
@@ -608,11 +605,6 @@ msgstr ""
|
||||
msgid "WebView2 Runtime"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"OrcaSlicer configuration file may be corrupted and is not abled to be parsed."
|
||||
"Please delete the file and try again."
|
||||
msgstr ""
|
||||
|
||||
#, possible-c-format, possible-boost-format
|
||||
msgid ""
|
||||
"%s\n"
|
||||
@@ -638,6 +630,13 @@ msgstr ""
|
||||
msgid "Info"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n"
|
||||
"OrcaSlicer has attempted to recreate the configuration file.\n"
|
||||
"Please note, application settings will be lost, but printer profiles will "
|
||||
"not be affected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Rebuild"
|
||||
msgstr ""
|
||||
|
||||
@@ -3527,7 +3526,7 @@ msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Another virtual camera is running.\n"
|
||||
"Bambu Studio supports only a single virtual camera.\n"
|
||||
"Orca Slicer supports only a single virtual camera.\n"
|
||||
"Do you want to stop this virtual camera?"
|
||||
msgstr ""
|
||||
|
||||
@@ -3638,7 +3637,7 @@ msgid "Failed to parse model infomations."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it whthBambu Studio "
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer "
|
||||
"and export a new .gcode.3mf file."
|
||||
msgstr ""
|
||||
|
||||
@@ -4529,7 +4528,7 @@ msgid "Project downloaded %d%%"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Importing to Bambu Studio failed. Please download the file and manually "
|
||||
"Importing to Orca Slicer failed. Please download the file and manually "
|
||||
"import it."
|
||||
msgstr ""
|
||||
|
||||
@@ -4750,6 +4749,15 @@ msgstr ""
|
||||
msgid "Units"
|
||||
msgstr ""
|
||||
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
msgid "Default Page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Set the page opened on startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Zoom to mouse position"
|
||||
msgstr ""
|
||||
|
||||
@@ -4764,6 +4772,12 @@ msgstr ""
|
||||
msgid "If enabled, use free camera. If not enabled, use constrained camera."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show splash screen"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show \"Tip of the day\" notification after start"
|
||||
msgstr ""
|
||||
|
||||
@@ -4815,12 +4829,6 @@ msgstr ""
|
||||
msgid "If enabled, sets OrcaSlicer as default application to open .step files"
|
||||
msgstr ""
|
||||
|
||||
msgid "Online Models"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show online staff-picked models on the home page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum recent projects"
|
||||
msgstr ""
|
||||
|
||||
@@ -5351,7 +5359,7 @@ msgstr ""
|
||||
msgid "An SD card needs to be inserted before send to printer SD card."
|
||||
msgstr ""
|
||||
|
||||
msgid "The printer is required to be in the same LAN as Bambu Studio."
|
||||
msgid "The printer is required to be in the same LAN as Orca Slicer."
|
||||
msgstr ""
|
||||
|
||||
msgid "The printer does not support sending to printer SD card."
|
||||
@@ -5760,6 +5768,9 @@ msgstr ""
|
||||
msgid "Change filament G-code"
|
||||
msgstr ""
|
||||
|
||||
msgid "Change extrusion role G-code"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pause G-code"
|
||||
msgstr ""
|
||||
|
||||
@@ -6347,14 +6358,14 @@ msgid "Network plug-in update"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Click OK to update the Network plug-in when Bambu Studio launches next time."
|
||||
"Click OK to update the Network plug-in when Orca Slicer launches next time."
|
||||
msgstr ""
|
||||
|
||||
#, possible-c-format, possible-boost-format
|
||||
msgid "A new Network plug-in(%s) available, Do you want to install it?"
|
||||
msgstr ""
|
||||
|
||||
msgid "New version of Bambu Studio"
|
||||
msgid "New version of Orca Slicer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Don't remind me of this version again"
|
||||
@@ -6367,7 +6378,7 @@ msgid "LAN Connection Failed (Sending print file)"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Step 1, please confirm Bambu Studio and your printer are in the same LAN."
|
||||
"Step 1, please confirm Orca Slicer and your printer are in the same LAN."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -7399,6 +7410,14 @@ msgstr ""
|
||||
msgid "End G-code when finish the printing of this filament"
|
||||
msgstr ""
|
||||
|
||||
msgid "Ensure vertical shell thickness"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
"thickness (top+bottom solid layers)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Top surface pattern"
|
||||
msgstr ""
|
||||
|
||||
@@ -8533,7 +8552,10 @@ msgstr ""
|
||||
msgid "Min print speed"
|
||||
msgstr ""
|
||||
|
||||
msgid "The minimum printing speed when slow down for cooling"
|
||||
msgid ""
|
||||
"The minimum printing speed for the filament when slow down for better layer "
|
||||
"cooling is enabled, when printing overhangs and when feature speeds are not "
|
||||
"specified explicitly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Nozzle diameter"
|
||||
@@ -8766,22 +8788,6 @@ msgid ""
|
||||
"print when travel move. Using spiral line to lift z can prevent stringing"
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop lower boundary"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Z hop will only come into effect when Z is above this value and is below the "
|
||||
"parameter: \"Z hop upper boundary\""
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop upper boundary"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"If this value is positive, Z hop will only come into effect when Z is above "
|
||||
"the parameter: \"Z hop lower boundary\" and is below this value"
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop type"
|
||||
msgstr ""
|
||||
|
||||
@@ -9436,6 +9442,9 @@ msgid ""
|
||||
"tool change"
|
||||
msgstr ""
|
||||
|
||||
msgid "This gcode is inserted when the extrusion role is changed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Line width for top surfaces. If expressed as a %, it will be computed over "
|
||||
"the nozzle diameter."
|
||||
@@ -9731,6 +9740,15 @@ msgid ""
|
||||
"itself. It's expressed as a percentage over nozzle diameter"
|
||||
msgstr ""
|
||||
|
||||
msgid "Detect narrow internal solid infill"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This option will auto detect narrow internal solid infill area. If enabled, "
|
||||
"concentric pattern will be used for the area to speed printing up. "
|
||||
"Otherwise, rectilinear pattern is used defaultly."
|
||||
msgstr ""
|
||||
|
||||
msgid "invalid value "
|
||||
msgstr ""
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-24 19:49+0800\n"
|
||||
"POT-Creation-Date: 2023-11-10 11:25+0100\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: Heiko Liebscher <hliebschergmail.com>\n"
|
||||
"Language-Team: \n"
|
||||
@@ -148,7 +148,7 @@ msgid "Bucket fill"
|
||||
msgstr "Flächenfüllung"
|
||||
|
||||
msgid "Height range"
|
||||
msgstr "Höhenreichweite"
|
||||
msgstr "Höhenbereich"
|
||||
|
||||
msgid "Ctrl + Shift + Enter"
|
||||
msgstr "Strg + Umschalt + Eingabetaste"
|
||||
@@ -163,7 +163,7 @@ msgid "Triangle"
|
||||
msgstr "Dreieck"
|
||||
|
||||
msgid "Height Range"
|
||||
msgstr "Höhenreichweite"
|
||||
msgstr "Höhenbereich"
|
||||
|
||||
msgid "Vertical"
|
||||
msgstr "Vertikal"
|
||||
@@ -494,27 +494,12 @@ msgstr "Naht aufmalen"
|
||||
msgid "Remove selection"
|
||||
msgstr "Auswahl entfernen"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Umschalttaste + Mausbewegung nach oben oder unten"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Text drehen"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "Text zufügen"
|
||||
|
||||
msgid "Font"
|
||||
msgstr "Schiftart"
|
||||
|
||||
msgid "Thickness"
|
||||
msgstr "Dicke"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "Text eingeben"
|
||||
|
||||
msgid "Embeded"
|
||||
msgstr "Eingebettet"
|
||||
|
||||
msgid "Text Gap"
|
||||
msgstr "Textabstand"
|
||||
|
||||
@@ -528,12 +513,24 @@ msgstr ""
|
||||
"Eingebettete\n"
|
||||
"Tiefe"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "Text eingeben"
|
||||
|
||||
msgid "Surface"
|
||||
msgstr "Oberfläche"
|
||||
|
||||
msgid "Horizontal text"
|
||||
msgstr "Horizontaler Text"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Umschalttaste + Mausbewegung nach oben oder unten"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Text drehen"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "Text zufügen"
|
||||
|
||||
msgid "Ctrl+"
|
||||
msgstr "Strg +"
|
||||
|
||||
@@ -627,14 +624,6 @@ msgstr ""
|
||||
msgid "WebView2 Runtime"
|
||||
msgstr "WebView2-Runtime"
|
||||
|
||||
msgid ""
|
||||
"OrcaSlicer configuration file may be corrupted and is not abled to be parsed."
|
||||
"Please delete the file and try again."
|
||||
msgstr ""
|
||||
"Die OrcaSlicer-Konfigurationsdatei ist möglicherweise beschädigt und kann "
|
||||
"nicht geladen werden. Bitte löschen Sie die Datei und versuchen Sie es "
|
||||
"erneut."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"%s\n"
|
||||
@@ -664,6 +653,18 @@ msgstr "Dies ist die neueste Version."
|
||||
msgid "Info"
|
||||
msgstr "Info"
|
||||
|
||||
msgid ""
|
||||
"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n"
|
||||
"OrcaSlicer has attempted to recreate the configuration file.\n"
|
||||
"Please note, application settings will be lost, but printer profiles will "
|
||||
"not be affected."
|
||||
msgstr ""
|
||||
"Die OrcaSlicer-Konfigurationsdatei ist möglicherweise beschädigt und kann "
|
||||
"nicht analysiert werden.\n"
|
||||
"OrcaSlicer hat versucht, die Konfigurationsdatei neu zu erstellen.\n"
|
||||
"Bitte beachten Sie, dass die Anwendungseinstellungen verloren gehen, die "
|
||||
"Druckerprofile jedoch nicht betroffen sind."
|
||||
|
||||
msgid "Rebuild"
|
||||
msgstr "Wiederaufbau"
|
||||
|
||||
@@ -3222,7 +3223,7 @@ msgstr "Volumen:"
|
||||
msgid "Size:"
|
||||
msgstr "Größe:"
|
||||
|
||||
#, c-format, boost-format
|
||||
#, boost-format
|
||||
msgid ""
|
||||
"Conflicts of gcode paths have been found at layer %d, z = %.2lf mm. Please "
|
||||
"separate the conflicted objects farther (%s <-> %s)."
|
||||
@@ -3847,11 +3848,11 @@ msgstr "Herunterladen des virtuellen Kameratools"
|
||||
|
||||
msgid ""
|
||||
"Another virtual camera is running.\n"
|
||||
"Bambu Studio supports only a single virtual camera.\n"
|
||||
"Orca Slicer supports only a single virtual camera.\n"
|
||||
"Do you want to stop this virtual camera?"
|
||||
msgstr ""
|
||||
"Eine weitere virtuelle Kamera wird verwendet.\n"
|
||||
"Bambu Studio unterstützt nur eine einzige virtuelle Kamera.\n"
|
||||
"Orca Slicer unterstützt nur eine einzige virtuelle Kamera.\n"
|
||||
"Möchten Sie diese virtuelle Kamera stoppen?"
|
||||
|
||||
#, c-format, boost-format
|
||||
@@ -3938,8 +3939,8 @@ msgstr "Laden fehlgeschlagen [%d]"
|
||||
msgid "You are going to delete %u file from printer. Are you sure to continue?"
|
||||
msgid_plural ""
|
||||
"You are going to delete %u files from printer. Are you sure to continue?"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[0] "Sie werden %u Datei vom Drucker löschen. Möchten Sie fortfahren?"
|
||||
msgstr[1] "Sie werden %u Dateien vom Drucker löschen. Möchten Sie fortfahren?"
|
||||
|
||||
msgid "Delete files"
|
||||
msgstr "Dateien löschen"
|
||||
@@ -3961,11 +3962,11 @@ msgid "Failed to parse model infomations."
|
||||
msgstr "Modellinformationen konnten nicht analysiert werden"
|
||||
|
||||
msgid ""
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it whthBambu Studio "
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer "
|
||||
"and export a new .gcode.3mf file."
|
||||
msgstr ""
|
||||
"Die .gcode.3mf-Datei enthält keine G-Code-Daten. Bitte slicen Sie sie mit "
|
||||
"Bambu Studio und exportieren Sie eine neue .gcode.3mf-Datei."
|
||||
"Orca Slicer und exportieren Sie eine neue .gcode.3mf-Datei."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "File '%s' was lost! Please download it again."
|
||||
@@ -4380,8 +4381,8 @@ msgstr[1] "%1$d Objekte haben gemalte Farben."
|
||||
#, c-format, boost-format
|
||||
msgid "%1$d object was loaded as a part of cut object."
|
||||
msgid_plural "%1$d objects were loaded as parts of cut object"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[0] "%1$d Objekt wurde als Teil des geschnittenen Objekts geladen."
|
||||
msgstr[1] "%1$d Objekte wurden als Teile des geschnittenen Objekts geladen."
|
||||
|
||||
msgid "ERROR"
|
||||
msgstr "FEHLER"
|
||||
@@ -4945,10 +4946,10 @@ msgid "Project downloaded %d%%"
|
||||
msgstr "Projekt heruntergeladen %d%%"
|
||||
|
||||
msgid ""
|
||||
"Importing to Bambu Studio failed. Please download the file and manually "
|
||||
"Importing to Orca Slicer failed. Please download the file and manually "
|
||||
"import it."
|
||||
msgstr ""
|
||||
"Der Import in Bambu Studio ist fehlgeschlagen. Bitte laden Sie die Datei "
|
||||
"Der Import in Orca Slicer ist fehlgeschlagen. Bitte laden Sie die Datei "
|
||||
"manuell herunter und importieren Sie sie."
|
||||
|
||||
msgid "The selected file"
|
||||
@@ -5186,6 +5187,15 @@ msgstr "Imperial"
|
||||
msgid "Units"
|
||||
msgstr "Einheiten"
|
||||
|
||||
msgid "Home"
|
||||
msgstr "Startseite"
|
||||
|
||||
msgid "Default Page"
|
||||
msgstr "Standardseite"
|
||||
|
||||
msgid "Set the page opened on startup."
|
||||
msgstr "Legen Sie die Seite fest, die beim Start geöffnet wird."
|
||||
|
||||
msgid "Zoom to mouse position"
|
||||
msgstr "Zum Mausposition zoomen"
|
||||
|
||||
@@ -5202,6 +5212,12 @@ msgstr "Freie Kamera verwenden"
|
||||
msgid "If enabled, use free camera. If not enabled, use constrained camera."
|
||||
msgstr "Wenn aktiviert, wird die freie Kamera verwendet."
|
||||
|
||||
msgid "Show splash screen"
|
||||
msgstr "Splash-Screen anzeigen"
|
||||
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr "Zeige den Splash-Screen beim Start."
|
||||
|
||||
msgid "Show \"Tip of the day\" notification after start"
|
||||
msgstr "Benachrichtigung \"Tipp des Tages\" nach dem Start anzeigen"
|
||||
|
||||
@@ -5260,12 +5276,6 @@ msgstr ""
|
||||
"Wenn aktiviert, wird OrcaSlicer als Standardanwendung zum Öffnen von .step-"
|
||||
"Dateien festgelegt"
|
||||
|
||||
msgid "Online Models"
|
||||
msgstr "Online-Modelle"
|
||||
|
||||
msgid "Show online staff-picked models on the home page"
|
||||
msgstr "Von Mitarbeitern ausgewählte Online-Models auf der Startseite anzeigen"
|
||||
|
||||
msgid "Maximum recent projects"
|
||||
msgstr "Höchstanzahl an letzten Projekten"
|
||||
|
||||
@@ -5848,8 +5858,8 @@ msgstr ""
|
||||
"Bevor Sie die Datei an die SD-Karte des Druckers senden können, muss eine SD-"
|
||||
"Karte eingelegt werden."
|
||||
|
||||
msgid "The printer is required to be in the same LAN as Bambu Studio."
|
||||
msgstr "Der Drucker muss sich im selben LAN befinden wie Bambu Studio."
|
||||
msgid "The printer is required to be in the same LAN as Orca Slicer."
|
||||
msgstr "Der Drucker muss sich im selben LAN befinden wie Orca Slicer."
|
||||
|
||||
msgid "The printer does not support sending to printer SD card."
|
||||
msgstr ""
|
||||
@@ -6054,13 +6064,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"
|
||||
@@ -6343,6 +6353,9 @@ msgstr "Zeitraffer G-Code"
|
||||
msgid "Change filament G-code"
|
||||
msgstr "Filamentwechsel G-Code"
|
||||
|
||||
msgid "Change extrusion role G-code"
|
||||
msgstr "Ändere den G-Code der Extrusionsart"
|
||||
|
||||
msgid "Pause G-code"
|
||||
msgstr "Pausen G-Code"
|
||||
|
||||
@@ -6969,7 +6982,7 @@ msgid "Network plug-in update"
|
||||
msgstr "Aktualisierung des Netzwerk-Plugins"
|
||||
|
||||
msgid ""
|
||||
"Click OK to update the Network plug-in when Bambu Studio launches next time."
|
||||
"Click OK to update the Network plug-in when Orca Slicer launches next time."
|
||||
msgstr ""
|
||||
"Klicken Sie auf OK, um das Netzwerk-Plugin beim nächsten Start von Bambu "
|
||||
"Studio zu aktualisieren."
|
||||
@@ -6979,8 +6992,8 @@ msgid "A new Network plug-in(%s) available, Do you want to install it?"
|
||||
msgstr ""
|
||||
"Ein neues Netzwerk-Plug-in (%s) verfügbar, möchten Sie es installieren?"
|
||||
|
||||
msgid "New version of Bambu Studio"
|
||||
msgstr "Neue Version von Bambu Studio"
|
||||
msgid "New version of Orca Slicer"
|
||||
msgstr "Neue Version von Orca Slicer"
|
||||
|
||||
msgid "Don't remind me of this version again"
|
||||
msgstr "Erinnern Sie mich nicht mehr an diese Version."
|
||||
@@ -6992,9 +7005,9 @@ msgid "LAN Connection Failed (Sending print file)"
|
||||
msgstr "LAN-Verbindung fehlgeschlagen (Senden einer Druckdatei)"
|
||||
|
||||
msgid ""
|
||||
"Step 1, please confirm Bambu Studio and your printer are in the same LAN."
|
||||
"Step 1, please confirm Orca Slicer and your printer are in the same LAN."
|
||||
msgstr ""
|
||||
"Schritt 1: Vergewissern Sie sich, dass Bambu Studio und Ihr Drucker sich im "
|
||||
"Schritt 1: Vergewissern Sie sich, dass Orca Slicer und Ihr Drucker sich im "
|
||||
"selben LAN befinden."
|
||||
|
||||
msgid ""
|
||||
@@ -8258,6 +8271,16 @@ msgstr "End G-Code nach dem fertigstellen des Drucks hinzufügen."
|
||||
msgid "End G-code when finish the printing of this filament"
|
||||
msgstr "End-G-Code hinzufügen, wenn der Druck dieses Filaments beenden ist."
|
||||
|
||||
msgid "Ensure vertical shell thickness"
|
||||
msgstr "Sicherstellung der vertikalen Wanddicke"
|
||||
|
||||
msgid ""
|
||||
"Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
"thickness (top+bottom solid layers)"
|
||||
msgstr ""
|
||||
"In der Nähe von schrägen Flächen massive Füllungen hinzufügen, um die "
|
||||
"vertikale Wanddicke zu gewährleisten (obere + untere massive Schichten)."
|
||||
|
||||
msgid "Top surface pattern"
|
||||
msgstr "Muster der Oberfläche"
|
||||
|
||||
@@ -9008,13 +9031,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 "
|
||||
@@ -9668,10 +9691,14 @@ msgstr ""
|
||||
msgid "Min print speed"
|
||||
msgstr "Minimale Druckgeschwindigkeit"
|
||||
|
||||
msgid "The minimum printing speed when slow down for cooling"
|
||||
msgid ""
|
||||
"The minimum printing speed for the filament when slow down for better layer "
|
||||
"cooling is enabled, when printing overhangs and when feature speeds are not "
|
||||
"specified explicitly."
|
||||
msgstr ""
|
||||
"Die minimale Druckgeschwindigkeit wenn diese für eine bessere Kühlung "
|
||||
"verringert wird."
|
||||
"Die minimale Druckgeschwindigkeit für das Filament, wenn die Verlangsamung "
|
||||
"für eine bessere Schichtkühlung aktiviert ist, beim Drucken von Überhängen "
|
||||
"und wenn die Funktionen nicht explizit angegeben sind."
|
||||
|
||||
msgid "Nozzle diameter"
|
||||
msgstr "Düsendurchmesser"
|
||||
@@ -9960,26 +9987,6 @@ msgstr ""
|
||||
"bei der Verfahrbewegung gegen den Druck stößt. Die Verwendung einer "
|
||||
"Spirallinie zum Anheben von z kann Fadenbildung verhindern."
|
||||
|
||||
msgid "Z hop lower boundary"
|
||||
msgstr "Z-Hub untere Grenze"
|
||||
|
||||
msgid ""
|
||||
"Z hop will only come into effect when Z is above this value and is below the "
|
||||
"parameter: \"Z hop upper boundary\""
|
||||
msgstr ""
|
||||
"Z-Hub wird nur wirksam, wenn Z über diesem Wert liegt und unter dem "
|
||||
"Parameter: \"Z-Hub obere Grenze\" liegt"
|
||||
|
||||
msgid "Z hop upper boundary"
|
||||
msgstr "Z-Hub obere Grenze"
|
||||
|
||||
msgid ""
|
||||
"If this value is positive, Z hop will only come into effect when Z is above "
|
||||
"the parameter: \"Z hop lower boundary\" and is below this value"
|
||||
msgstr ""
|
||||
"Wenn dieser Wert positiv ist, wird der Z-Hub nur wirksam, wenn Z über dem "
|
||||
"Parameter: \"Z-Hub untere Grenze\" liegt und unter diesem Wert liegt"
|
||||
|
||||
msgid "Z hop type"
|
||||
msgstr "Z-Hub Typ"
|
||||
|
||||
@@ -10356,7 +10363,7 @@ msgid "Close holes"
|
||||
msgstr "Löcher schließen"
|
||||
|
||||
msgid "Z offset"
|
||||
msgstr ""
|
||||
msgstr "Z-Offset"
|
||||
|
||||
msgid ""
|
||||
"This value will be added (or subtracted) from all the Z coordinates in the "
|
||||
@@ -10364,6 +10371,11 @@ msgid ""
|
||||
"example, if your endstop zero actually leaves the nozzle 0.3mm far from the "
|
||||
"print bed, set this to -0.3 (or fix your endstop)."
|
||||
msgstr ""
|
||||
"Dieser Wert wird zu allen Z-Koordinaten im Ausgabe-G-Code addiert (oder "
|
||||
"subtrahiert). Er wird verwendet, um die schlechte Z-Endschalterposition zu "
|
||||
"kompensieren: Wenn Ihr Endschalter-Nullpunkt tatsächlich die Düse 0,3 mm vom "
|
||||
"Druckbett entfernt lässt, setzen Sie diesen Wert auf -0,3 (oder korrigieren "
|
||||
"Sie Ihren Endschalter)."
|
||||
|
||||
msgid "Enable support"
|
||||
msgstr "Stützstrukturen aktivieren"
|
||||
@@ -10796,6 +10808,9 @@ msgstr ""
|
||||
"Dieser G-Code wird beim Filamentwechsel eingefügt, einschließlich des T-"
|
||||
"Befehls zum Auslösen des Werkzeugwechsels"
|
||||
|
||||
msgid "This gcode is inserted when the extrusion role is changed"
|
||||
msgstr "Dieser G-Code wird beim Wechsel der Extrusionsart eingefügt"
|
||||
|
||||
msgid ""
|
||||
"Line width for top surfaces. If expressed as a %, it will be computed over "
|
||||
"the nozzle diameter."
|
||||
@@ -11196,6 +11211,19 @@ msgstr ""
|
||||
"Dicke des Features, wird die Wand so dick wie das Feature selbst. Wird als "
|
||||
"Prozentsatz des Düsendurchmessers angegeben."
|
||||
|
||||
msgid "Detect narrow internal solid infill"
|
||||
msgstr "Erkennen einer schmalen internen soliden Füllung"
|
||||
|
||||
msgid ""
|
||||
"This option will auto detect narrow internal solid infill area. If enabled, "
|
||||
"concentric pattern will be used for the area to speed printing up. "
|
||||
"Otherwise, rectilinear pattern is used defaultly."
|
||||
msgstr ""
|
||||
"Mit dieser Option wird ein schmaler innerer Füllbereich automatisch erkannt. "
|
||||
"Wenn diese Option aktiviert ist, wird ein konzentrisches Muster für den "
|
||||
"Bereich verwendet, um den Druck zu beschleunigen. Andernfalls wird "
|
||||
"standardmäßig ein geradliniges Muster verwendet."
|
||||
|
||||
msgid "invalid value "
|
||||
msgstr "Ungültiger Wert"
|
||||
|
||||
@@ -12702,6 +12730,49 @@ msgstr ""
|
||||
"höherer Gehäusetemperatur verringern. Weitere Informationen dazu finden Sie "
|
||||
"in der Wiki."
|
||||
|
||||
#~ msgid "Embeded"
|
||||
#~ msgstr "Eingebettet"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "OrcaSlicer configuration file may be corrupted and is not abled to be "
|
||||
#~ "parsed.Please delete the file and try again."
|
||||
#~ msgstr ""
|
||||
#~ "Die OrcaSlicer-Konfigurationsdatei ist möglicherweise beschädigt und kann "
|
||||
#~ "nicht geladen werden. Bitte löschen Sie die Datei und versuchen Sie es "
|
||||
#~ "erneut."
|
||||
|
||||
#~ msgid "Online Models"
|
||||
#~ msgstr "Online-Modelle"
|
||||
|
||||
#~ msgid "Show online staff-picked models on the home page"
|
||||
#~ msgstr ""
|
||||
#~ "Von Mitarbeitern ausgewählte Online-Models auf der Startseite anzeigen"
|
||||
|
||||
#~ msgid "Z hop lower boundary"
|
||||
#~ msgstr "Z-Hub untere Grenze"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Z hop will only come into effect when Z is above this value and is below "
|
||||
#~ "the parameter: \"Z hop upper boundary\""
|
||||
#~ msgstr ""
|
||||
#~ "Z-Hub wird nur wirksam, wenn Z über diesem Wert liegt und unter dem "
|
||||
#~ "Parameter: \"Z-Hub obere Grenze\" liegt"
|
||||
|
||||
#~ msgid "Z hop upper boundary"
|
||||
#~ msgstr "Z-Hub obere Grenze"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "If this value is positive, Z hop will only come into effect when Z is "
|
||||
#~ "above the parameter: \"Z hop lower boundary\" and is below this value"
|
||||
#~ msgstr ""
|
||||
#~ "Wenn dieser Wert positiv ist, wird der Z-Hub nur wirksam, wenn Z über dem "
|
||||
#~ "Parameter: \"Z-Hub untere Grenze\" liegt und unter diesem Wert liegt"
|
||||
|
||||
#~ msgid "The minimum printing speed when slow down for cooling"
|
||||
#~ msgstr ""
|
||||
#~ "Die minimale Druckgeschwindigkeit wenn diese für eine bessere Kühlung "
|
||||
#~ "verringert wird."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "There are currently no identical spare consumables available, and "
|
||||
#~ "automatic replenishment is currently not possible. \n"
|
||||
@@ -12727,16 +12798,6 @@ msgstr ""
|
||||
#~ msgid "Activate for better air filtration"
|
||||
#~ msgstr "Aktivieren Sie die Luftfilterung für eine bessere Luftfiltration"
|
||||
|
||||
#~ msgid "Ensure vertical shell thickness"
|
||||
#~ msgstr "Sicherstellung der vertikalen Wanddicke"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
#~ "thickness (top+bottom solid layers)"
|
||||
#~ msgstr ""
|
||||
#~ "In der Nähe von schrägen Flächen massive Füllungen hinzufügen, um die "
|
||||
#~ "vertikale Wanddicke zu gewährleisten (obere + untere massive Schichten)."
|
||||
|
||||
#~ msgid "Temperature of vitrificaiton"
|
||||
#~ msgstr "Verglasungstemperatur"
|
||||
|
||||
@@ -12772,19 +12833,6 @@ msgstr ""
|
||||
#~ "läuft während des Drucks mit dieser Geschwindigkeit, mit Ausnahme der "
|
||||
#~ "ersten Schichten, für die keine Kühlung vorgesehen ist."
|
||||
|
||||
#~ msgid "Detect narrow internal solid infill"
|
||||
#~ msgstr "Erkennen einer schmalen internen soliden Füllung"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "This option will auto detect narrow internal solid infill area. If "
|
||||
#~ "enabled, concentric pattern will be used for the area to speed printing "
|
||||
#~ "up. Otherwise, rectilinear pattern is used defaultly."
|
||||
#~ msgstr ""
|
||||
#~ "Mit dieser Option wird ein schmaler innerer Füllbereich automatisch "
|
||||
#~ "erkannt. Wenn diese Option aktiviert ist, wird ein konzentrisches Muster "
|
||||
#~ "für den Bereich verwendet, um den Druck zu beschleunigen. Andernfalls "
|
||||
#~ "wird standardmäßig ein geradliniges Muster verwendet."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Filter out gaps smaller than the threshold specified. This setting won't "
|
||||
#~ "affect top/bottom layers"
|
||||
|
||||
@@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-24 19:49+0800\n"
|
||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
@@ -491,27 +491,12 @@ msgstr "Seam painting"
|
||||
msgid "Remove selection"
|
||||
msgstr "Remove selection"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + Mouse move up or dowm"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Rotate text"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "Text shape"
|
||||
|
||||
msgid "Font"
|
||||
msgstr "Font"
|
||||
|
||||
msgid "Thickness"
|
||||
msgstr "Thickness"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "Input text"
|
||||
|
||||
msgid "Embeded"
|
||||
msgstr "Embedded"
|
||||
|
||||
msgid "Text Gap"
|
||||
msgstr "Text Gap"
|
||||
|
||||
@@ -523,12 +508,24 @@ msgid ""
|
||||
"depth"
|
||||
msgstr "Embedded depth"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "Input text"
|
||||
|
||||
msgid "Surface"
|
||||
msgstr "Surface"
|
||||
|
||||
msgid "Horizontal text"
|
||||
msgstr "Horizontal text"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + Mouse move up or dowm"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Rotate text"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "Text shape"
|
||||
|
||||
msgid "Ctrl+"
|
||||
msgstr "Ctrl+"
|
||||
|
||||
@@ -612,11 +609,6 @@ msgstr ""
|
||||
msgid "WebView2 Runtime"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"OrcaSlicer configuration file may be corrupted and is not abled to be parsed."
|
||||
"Please delete the file and try again."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"%s\n"
|
||||
@@ -644,6 +636,13 @@ msgstr "This is the newest version."
|
||||
msgid "Info"
|
||||
msgstr "Info"
|
||||
|
||||
msgid ""
|
||||
"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n"
|
||||
"OrcaSlicer has attempted to recreate the configuration file.\n"
|
||||
"Please note, application settings will be lost, but printer profiles will "
|
||||
"not be affected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Rebuild"
|
||||
msgstr "Rebuild"
|
||||
|
||||
@@ -3700,11 +3699,11 @@ msgstr "Downloading Virtual Camera Tools"
|
||||
|
||||
msgid ""
|
||||
"Another virtual camera is running.\n"
|
||||
"Bambu Studio supports only a single virtual camera.\n"
|
||||
"Orca Slicer supports only a single virtual camera.\n"
|
||||
"Do you want to stop this virtual camera?"
|
||||
msgstr ""
|
||||
"Another virtual camera is running.\n"
|
||||
"Bambu Studio supports only a single virtual camera.\n"
|
||||
"Orca Slicer supports only a single virtual camera.\n"
|
||||
"Do you want to stop this virtual camera?"
|
||||
|
||||
#, c-format, boost-format
|
||||
@@ -3814,7 +3813,7 @@ msgid "Failed to parse model infomations."
|
||||
msgstr "Failed to parse model infomation"
|
||||
|
||||
msgid ""
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it whthBambu Studio "
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer "
|
||||
"and export a new .gcode.3mf file."
|
||||
msgstr ""
|
||||
|
||||
@@ -4744,7 +4743,7 @@ msgid "Project downloaded %d%%"
|
||||
msgstr "Project downloaded %d%%"
|
||||
|
||||
msgid ""
|
||||
"Importing to Bambu Studio failed. Please download the file and manually "
|
||||
"Importing to Orca Slicer failed. Please download the file and manually "
|
||||
"import it."
|
||||
msgstr ""
|
||||
|
||||
@@ -4976,6 +4975,15 @@ msgstr "Imperial"
|
||||
msgid "Units"
|
||||
msgstr "Units"
|
||||
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
msgid "Default Page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Set the page opened on startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Zoom to mouse position"
|
||||
msgstr "Zoom to mouse position"
|
||||
|
||||
@@ -4992,6 +5000,12 @@ msgstr ""
|
||||
msgid "If enabled, use free camera. If not enabled, use constrained camera."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show splash screen"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show \"Tip of the day\" notification after start"
|
||||
msgstr "Show \"Tip of the day\" notification after start"
|
||||
|
||||
@@ -5049,12 +5063,6 @@ msgstr ""
|
||||
"If enabled, this sets Orca Slicer as the default application to open .step "
|
||||
"files."
|
||||
|
||||
msgid "Online Models"
|
||||
msgstr "Online Models"
|
||||
|
||||
msgid "Show online staff-picked models on the home page"
|
||||
msgstr "Show online staff-picked models on the home page"
|
||||
|
||||
msgid "Maximum recent projects"
|
||||
msgstr "Maximum recent projects"
|
||||
|
||||
@@ -5611,8 +5619,8 @@ msgid "An SD card needs to be inserted before send to printer SD card."
|
||||
msgstr ""
|
||||
"A MicroSD card needs to be inserted before sending to the printer SD card."
|
||||
|
||||
msgid "The printer is required to be in the same LAN as Bambu Studio."
|
||||
msgstr "The printer is required to be on the same LAN as Bambu Studio."
|
||||
msgid "The printer is required to be in the same LAN as Orca Slicer."
|
||||
msgstr "The printer is required to be on the same LAN as Orca Slicer."
|
||||
|
||||
msgid "The printer does not support sending to printer SD card."
|
||||
msgstr "The printer does not support sending to printer MicroSD card."
|
||||
@@ -6079,6 +6087,9 @@ msgstr ""
|
||||
msgid "Change filament G-code"
|
||||
msgstr "Change filament G-code"
|
||||
|
||||
msgid "Change extrusion role G-code"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pause G-code"
|
||||
msgstr "Pause G-code"
|
||||
|
||||
@@ -6688,16 +6699,16 @@ msgid "Network plug-in update"
|
||||
msgstr "Network plug-in update"
|
||||
|
||||
msgid ""
|
||||
"Click OK to update the Network plug-in when Bambu Studio launches next time."
|
||||
"Click OK to update the Network plug-in when Orca Slicer launches next time."
|
||||
msgstr ""
|
||||
"Click OK to update the Network plug-in the next time Bambu Studio launches."
|
||||
"Click OK to update the Network plug-in the next time Orca Slicer launches."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "A new Network plug-in(%s) available, Do you want to install it?"
|
||||
msgstr "A new network plug-in (%s) is available. Do you want to install it?"
|
||||
|
||||
msgid "New version of Bambu Studio"
|
||||
msgstr "New version of Bambu Studio"
|
||||
msgid "New version of Orca Slicer"
|
||||
msgstr "New version of Orca Slicer"
|
||||
|
||||
msgid "Don't remind me of this version again"
|
||||
msgstr "Don't remind me about this version again."
|
||||
@@ -6709,10 +6720,9 @@ msgid "LAN Connection Failed (Sending print file)"
|
||||
msgstr "LAN Connection Failed (Sending print file)"
|
||||
|
||||
msgid ""
|
||||
"Step 1, please confirm Bambu Studio and your printer are in the same LAN."
|
||||
"Step 1, please confirm Orca Slicer and your printer are in the same LAN."
|
||||
msgstr ""
|
||||
"Step 1, please confirm that Bambu Studio and your printer are on the same "
|
||||
"LAN."
|
||||
"Step 1, please confirm that Orca Slicer and your printer are on the same LAN."
|
||||
|
||||
msgid ""
|
||||
"Step 2, if the IP and Access Code below are different from the actual values "
|
||||
@@ -6786,7 +6796,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"The firmware version is abnormal. Repairing and updating are required before "
|
||||
"printing. Do you want to update now? You can also update later on the "
|
||||
"printer or update next time you start Bambu Studio."
|
||||
"printer or update next time you start Orca Slicer."
|
||||
|
||||
msgid "Extension Board"
|
||||
msgstr "Extension Board"
|
||||
@@ -7874,6 +7884,16 @@ msgstr "Add end G-Code when finishing the entire print."
|
||||
msgid "End G-code when finish the printing of this filament"
|
||||
msgstr "Add end G-code when finishing the printing of this filament."
|
||||
|
||||
msgid "Ensure vertical shell thickness"
|
||||
msgstr "Ensure vertical shell thickness"
|
||||
|
||||
msgid ""
|
||||
"Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
"thickness (top+bottom solid layers)"
|
||||
msgstr ""
|
||||
"Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
"thickness (top+bottom solid layers)."
|
||||
|
||||
msgid "Top surface pattern"
|
||||
msgstr "Top surface pattern"
|
||||
|
||||
@@ -9092,8 +9112,11 @@ msgstr ""
|
||||
msgid "Min print speed"
|
||||
msgstr "Min print speed"
|
||||
|
||||
msgid "The minimum printing speed when slow down for cooling"
|
||||
msgstr "The minimum printing speed when slowing down for cooling."
|
||||
msgid ""
|
||||
"The minimum printing speed for the filament when slow down for better layer "
|
||||
"cooling is enabled, when printing overhangs and when feature speeds are not "
|
||||
"specified explicitly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Nozzle diameter"
|
||||
msgstr "Nozzle diameter"
|
||||
@@ -9350,22 +9373,6 @@ msgstr ""
|
||||
"hitting the print when traveling more. Using spiral lines to lift z can "
|
||||
"prevent stringing."
|
||||
|
||||
msgid "Z hop lower boundary"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Z hop will only come into effect when Z is above this value and is below the "
|
||||
"parameter: \"Z hop upper boundary\""
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop upper boundary"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"If this value is positive, Z hop will only come into effect when Z is above "
|
||||
"the parameter: \"Z hop lower boundary\" and is below this value"
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop type"
|
||||
msgstr ""
|
||||
|
||||
@@ -10077,6 +10084,9 @@ msgstr ""
|
||||
"This G-code is inserted when filament is changed, including T commands to "
|
||||
"trigger tool change."
|
||||
|
||||
msgid "This gcode is inserted when the extrusion role is changed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Line width for top surfaces. If expressed as a %, it will be computed over "
|
||||
"the nozzle diameter."
|
||||
@@ -10437,6 +10447,18 @@ msgstr ""
|
||||
"thickness of the feature, the wall will become as thick as the feature "
|
||||
"itself. It's expressed as a percentage over nozzle diameter"
|
||||
|
||||
msgid "Detect narrow internal solid infill"
|
||||
msgstr "Detect narrow internal solid infill"
|
||||
|
||||
msgid ""
|
||||
"This option will auto detect narrow internal solid infill area. If enabled, "
|
||||
"concentric pattern will be used for the area to speed printing up. "
|
||||
"Otherwise, rectilinear pattern is used defaultly."
|
||||
msgstr ""
|
||||
"This option will auto-detect narrow internal solid infill areas. If enabled, "
|
||||
"the concentric pattern will be used for the area to speed up printing. "
|
||||
"Otherwise, the rectilinear pattern will be used by default."
|
||||
|
||||
msgid "invalid value "
|
||||
msgstr "invalid value "
|
||||
|
||||
@@ -11696,6 +11718,18 @@ msgid ""
|
||||
"temperature. More info about this in the Wiki."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Embeded"
|
||||
#~ msgstr "Embedded"
|
||||
|
||||
#~ msgid "Online Models"
|
||||
#~ msgstr "Online Models"
|
||||
|
||||
#~ msgid "Show online staff-picked models on the home page"
|
||||
#~ msgstr "Show online staff-picked models on the home page"
|
||||
|
||||
#~ msgid "The minimum printing speed when slow down for cooling"
|
||||
#~ msgstr "The minimum printing speed when slowing down for cooling."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The bed temperature exceeds filament's vitrification temperature. Please "
|
||||
#~ "open the front door of printer before printing to avoid nozzle clog."
|
||||
@@ -11703,16 +11737,6 @@ msgstr ""
|
||||
#~ "The bed temperature exceeds filament's vitrification temperature. Please "
|
||||
#~ "open the front door of printer before printing to avoid nozzle clogs."
|
||||
|
||||
#~ msgid "Ensure vertical shell thickness"
|
||||
#~ msgstr "Ensure vertical shell thickness"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
#~ "thickness (top+bottom solid layers)"
|
||||
#~ msgstr ""
|
||||
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
#~ "thickness (top+bottom solid layers)."
|
||||
|
||||
#~ msgid "Temperature of vitrificaiton"
|
||||
#~ msgstr "Temperature of vitrification"
|
||||
|
||||
@@ -11735,18 +11759,6 @@ msgstr ""
|
||||
#~ "run at this speed during printing except for during the first several "
|
||||
#~ "layers which may be set to have no part cooling."
|
||||
|
||||
#~ msgid "Detect narrow internal solid infill"
|
||||
#~ msgstr "Detect narrow internal solid infill"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "This option will auto detect narrow internal solid infill area. If "
|
||||
#~ "enabled, concentric pattern will be used for the area to speed printing "
|
||||
#~ "up. Otherwise, rectilinear pattern is used defaultly."
|
||||
#~ msgstr ""
|
||||
#~ "This option will auto-detect narrow internal solid infill areas. If "
|
||||
#~ "enabled, the concentric pattern will be used for the area to speed up "
|
||||
#~ "printing. Otherwise, the rectilinear pattern will be used by default."
|
||||
|
||||
#~ msgid "Empty layers around bottom are replaced by nearest normal layers."
|
||||
#~ msgstr "Empty layers around bottom are replaced by nearest normal layers."
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-24 19:49+0800\n"
|
||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Guislain Cyril\n"
|
||||
@@ -498,27 +498,12 @@ msgstr "Peindre la couture"
|
||||
msgid "Remove selection"
|
||||
msgstr "Supprimer la sélection"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + Déplacement de la souris vers le haut ou le bas"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Rotation du texte"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "Forme du texte"
|
||||
|
||||
msgid "Font"
|
||||
msgstr "Police"
|
||||
|
||||
msgid "Thickness"
|
||||
msgstr "Épaisseur"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "Texte"
|
||||
|
||||
msgid "Embeded"
|
||||
msgstr "Intégré"
|
||||
|
||||
msgid "Text Gap"
|
||||
msgstr "Espacement du texte"
|
||||
|
||||
@@ -532,12 +517,24 @@ msgstr ""
|
||||
"Profondeur\n"
|
||||
"intégrée"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "Texte"
|
||||
|
||||
msgid "Surface"
|
||||
msgstr "Surface"
|
||||
|
||||
msgid "Horizontal text"
|
||||
msgstr "Texte horizontal"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + Déplacement de la souris vers le haut ou le bas"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Rotation du texte"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "Forme du texte"
|
||||
|
||||
msgid "Ctrl+"
|
||||
msgstr "Ctrl+"
|
||||
|
||||
@@ -626,20 +623,13 @@ msgid ""
|
||||
"features.\n"
|
||||
"Click Yes to install it now."
|
||||
msgstr ""
|
||||
"Orca Slicer nécessite le Microsoft WebView2 Runtime pour faire fonctionner"
|
||||
"certaines fonctionnalités.\n"
|
||||
"Orca Slicer nécessite le Microsoft WebView2 Runtime pour faire "
|
||||
"fonctionnercertaines fonctionnalités.\n"
|
||||
"Cliquez sur Oui pour l'installer maintenant."
|
||||
|
||||
msgid "WebView2 Runtime"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"OrcaSlicer configuration file may be corrupted and is not abled to be parsed."
|
||||
"Please delete the file and try again."
|
||||
msgstr ""
|
||||
"Le fichier de configuration de Orca Slicer est peut-être corrompu et ne peut "
|
||||
"pas être analysé. Veuillez supprimer le fichier et réessayer."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"%s\n"
|
||||
@@ -667,6 +657,13 @@ msgstr "Il s'agit de la version la plus récente."
|
||||
msgid "Info"
|
||||
msgstr "Info"
|
||||
|
||||
msgid ""
|
||||
"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n"
|
||||
"OrcaSlicer has attempted to recreate the configuration file.\n"
|
||||
"Please note, application settings will be lost, but printer profiles will "
|
||||
"not be affected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Rebuild"
|
||||
msgstr "Reconstruire"
|
||||
|
||||
@@ -1803,7 +1800,8 @@ msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Successfully sent. Will automatically jump to the next page in %ss"
|
||||
msgstr "Envoyé avec succès. Passera automatiquement à la page suivante dans %ss"
|
||||
msgstr ""
|
||||
"Envoyé avec succès. Passera automatiquement à la page suivante dans %ss"
|
||||
|
||||
msgid "An SD card needs to be inserted before printing via LAN."
|
||||
msgstr "Une carte SD doit être insérée avant l'impression via le réseau local."
|
||||
@@ -2202,13 +2200,14 @@ msgid "Group"
|
||||
msgstr "Groupe"
|
||||
|
||||
msgid "The printer does not currently support auto refill."
|
||||
msgstr "L'imprimante ne prend pas actuellement en charge la recharge automatique."
|
||||
msgstr ""
|
||||
"L'imprimante ne prend pas actuellement en charge la recharge automatique."
|
||||
|
||||
msgid ""
|
||||
"AMS filament backup is not enabled, please enable it in the AMS settings."
|
||||
msgstr ""
|
||||
"La sauvegarde du filament AMS n'est pas activée, "
|
||||
"veuillez l'activer dans les paramètres AMS."
|
||||
"La sauvegarde du filament AMS n'est pas activée, veuillez l'activer dans les "
|
||||
"paramètres AMS."
|
||||
|
||||
msgid ""
|
||||
"If there are two identical filaments in AMS, AMS filament backup will be "
|
||||
@@ -2216,10 +2215,11 @@ msgid ""
|
||||
"(Currently supporting automatic supply of consumables with the same brand, "
|
||||
"material type, and color)"
|
||||
msgstr ""
|
||||
"S'il y a deux filaments identiques dans l'AMS, la sauvegarde des filaments AMS sera "
|
||||
" activée. \n"
|
||||
"(Prend actuellement en charge l'approvisionnement automatique en consommables de la même "
|
||||
"marque, du même type de matériau et de la même couleur)"
|
||||
"S'il y a deux filaments identiques dans l'AMS, la sauvegarde des filaments "
|
||||
"AMS sera activée. \n"
|
||||
"(Prend actuellement en charge l'approvisionnement automatique en "
|
||||
"consommables de la même marque, du même type de matériau et de la même "
|
||||
"couleur)"
|
||||
|
||||
msgid "AMS Settings"
|
||||
msgstr "Paramètres de l’AMS"
|
||||
@@ -2803,13 +2803,15 @@ msgstr "Échec du démarrage de la tâche d'impression"
|
||||
msgid ""
|
||||
"This calibration does not support the currently selected nozzle diameter"
|
||||
msgstr ""
|
||||
"Cet étalonnage ne prend pas en charge le diamètre de buse actuellement sélectionné."
|
||||
"Cet étalonnage ne prend pas en charge le diamètre de buse actuellement "
|
||||
"sélectionné."
|
||||
|
||||
msgid "Current flowrate cali param is invalid"
|
||||
msgstr "Le paramètre cali du débit actuel n'est pas valide"
|
||||
|
||||
msgid "Selected diameter and machine diameter do not match"
|
||||
msgstr "Le diamètre sélectionné et le diamètre de la machine ne correspondent pas"
|
||||
msgstr ""
|
||||
"Le diamètre sélectionné et le diamètre de la machine ne correspondent pas"
|
||||
|
||||
msgid "Failed to generate cali gcode"
|
||||
msgstr "Échec de la génération du code cali"
|
||||
@@ -3777,7 +3779,9 @@ msgid "Loading..."
|
||||
msgstr "Chargement..."
|
||||
|
||||
msgid "Initialize failed (Not supported on the current printer version)!"
|
||||
msgstr "Échec de l'initialisation (non pris en charge par la version actuelle de l'imprimante) !"
|
||||
msgstr ""
|
||||
"Échec de l'initialisation (non pris en charge par la version actuelle de "
|
||||
"l'imprimante) !"
|
||||
|
||||
msgid "Initialize failed (Not accessible in LAN-only mode)!"
|
||||
msgstr "Échec de l'initialisation (non accessible en mode LAN uniquement) !"
|
||||
@@ -3818,11 +3822,11 @@ msgstr "Téléchargement de Virtual Camera Tools"
|
||||
|
||||
msgid ""
|
||||
"Another virtual camera is running.\n"
|
||||
"Bambu Studio supports only a single virtual camera.\n"
|
||||
"Orca Slicer supports only a single virtual camera.\n"
|
||||
"Do you want to stop this virtual camera?"
|
||||
msgstr ""
|
||||
"Une autre caméra virtuelle est en cours d'exécution.\n"
|
||||
"Bambu Studio ne prend en charge qu'une seule caméra virtuelle.\n"
|
||||
"Orca Slicer ne prend en charge qu'une seule caméra virtuelle.\n"
|
||||
"Voulez-vous arrêter cette caméra virtuelle ?"
|
||||
|
||||
#, c-format, boost-format
|
||||
@@ -3933,7 +3937,7 @@ msgid "Failed to parse model infomations."
|
||||
msgstr "Impossible d'analyser les informations du modèle"
|
||||
|
||||
msgid ""
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it whthBambu Studio "
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer "
|
||||
"and export a new .gcode.3mf file."
|
||||
msgstr ""
|
||||
|
||||
@@ -4614,9 +4618,9 @@ msgid ""
|
||||
"clogged when printing this filament in a closed enclosure. Please open the "
|
||||
"front door and/or remove the upper glass."
|
||||
msgstr ""
|
||||
"La température actuelle du lit chauffant est relativement élevée. La buse peut être "
|
||||
"obstruée lors de l'impression de ce filament dans une enceinte fermée. Veuillez ouvrir la "
|
||||
"porte avant et/ou retirez la vitre supérieure."
|
||||
"La température actuelle du lit chauffant est relativement élevée. La buse "
|
||||
"peut être obstruée lors de l'impression de ce filament dans une enceinte "
|
||||
"fermée. Veuillez ouvrir la porte avant et/ou retirez la vitre supérieure."
|
||||
|
||||
msgid ""
|
||||
"The nozzle hardness required by the filament is higher than the default "
|
||||
@@ -4887,7 +4891,7 @@ msgid "Project downloaded %d%%"
|
||||
msgstr "Projet téléchargé %d%%"
|
||||
|
||||
msgid ""
|
||||
"Importing to Bambu Studio failed. Please download the file and manually "
|
||||
"Importing to Orca Slicer failed. Please download the file and manually "
|
||||
"import it."
|
||||
msgstr ""
|
||||
|
||||
@@ -4954,7 +4958,9 @@ msgid "The provided file name is not valid."
|
||||
msgstr ""
|
||||
|
||||
msgid "The following characters are not allowed by a FAT file system:"
|
||||
msgstr "Les caractères suivants ne sont pas autorisés par un système de fichiers FAT :"
|
||||
msgstr ""
|
||||
"Les caractères suivants ne sont pas autorisés par un système de fichiers "
|
||||
"FAT :"
|
||||
|
||||
msgid "Save Sliced file as:"
|
||||
msgstr "Enregistrer le fichier découpé sous :"
|
||||
@@ -4975,7 +4981,9 @@ msgstr ""
|
||||
"Seules les parties positives seront exportées."
|
||||
|
||||
msgid "Is the printer ready? Is the print sheet in place, empty and clean?"
|
||||
msgstr "L'imprimante est-elle prête ? La feuille d'impression est-elle en place, vide et propre ?"
|
||||
msgstr ""
|
||||
"L'imprimante est-elle prête ? La feuille d'impression est-elle en place, "
|
||||
"vide et propre ?"
|
||||
|
||||
msgid "Upload and Print"
|
||||
msgstr "Télécharger et imprimer"
|
||||
@@ -5127,6 +5135,15 @@ msgstr "Impérial"
|
||||
msgid "Units"
|
||||
msgstr "Unités"
|
||||
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
msgid "Default Page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Set the page opened on startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Zoom to mouse position"
|
||||
msgstr "Zoom à la position de la souris"
|
||||
|
||||
@@ -5142,8 +5159,14 @@ msgstr "Utiliser une caméra disponible"
|
||||
|
||||
msgid "If enabled, use free camera. If not enabled, use constrained camera."
|
||||
msgstr ""
|
||||
"Si cette option est activée, la caméra libre est utilisée. "
|
||||
"Si cette option n'est pas activée, la caméra contrainte est utilisée."
|
||||
"Si cette option est activée, la caméra libre est utilisée. Si cette option "
|
||||
"n'est pas activée, la caméra contrainte est utilisée."
|
||||
|
||||
msgid "Show splash screen"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show \"Tip of the day\" notification after start"
|
||||
msgstr "Afficher la notification \"Astuce du jour\" au démarrage"
|
||||
@@ -5204,13 +5227,6 @@ msgstr ""
|
||||
"Si activé, définit Orca Slicer comme application par défaut pour ouvrir les "
|
||||
"fichiers .step/.stp"
|
||||
|
||||
msgid "Online Models"
|
||||
msgstr "Modèles en ligne"
|
||||
|
||||
msgid "Show online staff-picked models on the home page"
|
||||
msgstr ""
|
||||
"Afficher les modèles en ligne sélectionnés par le staff sur la page d'accueil"
|
||||
|
||||
msgid "Maximum recent projects"
|
||||
msgstr "Projets récents maximum"
|
||||
|
||||
@@ -5756,7 +5772,8 @@ msgstr ""
|
||||
msgid ""
|
||||
"Connecting to the printer. Unable to cancel during the connection process."
|
||||
msgstr ""
|
||||
"Connexion à l'imprimante. Impossible d'annuler pendant le processus de connexion."
|
||||
"Connexion à l'imprimante. Impossible d'annuler pendant le processus de "
|
||||
"connexion."
|
||||
|
||||
msgid "Preparing print job"
|
||||
msgstr "Préparation de la tâche d'impression"
|
||||
@@ -5790,9 +5807,8 @@ msgstr ""
|
||||
msgid "An SD card needs to be inserted before send to printer SD card."
|
||||
msgstr "Une carte SD doit être insérée avant l'envoi à l'imprimante."
|
||||
|
||||
msgid "The printer is required to be in the same LAN as Bambu Studio."
|
||||
msgstr ""
|
||||
"L'imprimante doit se trouver sur le même réseau local que Bambu Studio."
|
||||
msgid "The printer is required to be in the same LAN as Orca Slicer."
|
||||
msgstr "L'imprimante doit se trouver sur le même réseau local que Orca Slicer."
|
||||
|
||||
msgid "The printer does not support sending to printer SD card."
|
||||
msgstr ""
|
||||
@@ -6248,7 +6264,8 @@ msgid "Wipe tower parameters"
|
||||
msgstr "Paramètres de la tour de nettoyage"
|
||||
|
||||
msgid "Toolchange parameters with single extruder MM printers"
|
||||
msgstr "Paramètres de changement d'outil avec les imprimantes MM à extrudeur unique"
|
||||
msgstr ""
|
||||
"Paramètres de changement d'outil avec les imprimantes MM à extrudeur unique"
|
||||
|
||||
msgid "Ramming settings"
|
||||
msgstr ""
|
||||
@@ -6292,6 +6309,9 @@ msgstr "G-code de Time lapse"
|
||||
msgid "Change filament G-code"
|
||||
msgstr "G-code de changement de filament"
|
||||
|
||||
msgid "Change extrusion role G-code"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pause G-code"
|
||||
msgstr "G-code de mise en pause"
|
||||
|
||||
@@ -6921,18 +6941,18 @@ msgid "Network plug-in update"
|
||||
msgstr "Mise à jour du plug-in réseau"
|
||||
|
||||
msgid ""
|
||||
"Click OK to update the Network plug-in when Bambu Studio launches next time."
|
||||
"Click OK to update the Network plug-in when Orca Slicer launches next time."
|
||||
msgstr ""
|
||||
"Cliquez sur OK pour mettre à jour le plug-in réseau lors du prochain "
|
||||
"lancement de Bambu Studio."
|
||||
"lancement de Orca Slicer."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "A new Network plug-in(%s) available, Do you want to install it?"
|
||||
msgstr ""
|
||||
"Un nouveau plug-in réseau (%s) est disponible, voulez-vous l'installer ?"
|
||||
|
||||
msgid "New version of Bambu Studio"
|
||||
msgstr "Nouvelle version de Bambu Studio"
|
||||
msgid "New version of Orca Slicer"
|
||||
msgstr "Nouvelle version de Orca Slicer"
|
||||
|
||||
msgid "Don't remind me of this version again"
|
||||
msgstr "Ne plus me rappeler cette version"
|
||||
@@ -6944,9 +6964,9 @@ msgid "LAN Connection Failed (Sending print file)"
|
||||
msgstr "Échec de la connexion LAN (envoi du fichier d’impression)"
|
||||
|
||||
msgid ""
|
||||
"Step 1, please confirm Bambu Studio and your printer are in the same LAN."
|
||||
"Step 1, please confirm Orca Slicer and your printer are in the same LAN."
|
||||
msgstr ""
|
||||
"Étape 1, confirmez que Bambu Studio et votre imprimante se trouvent sur le "
|
||||
"Étape 1, confirmez que Orca Slicer et votre imprimante se trouvent sur le "
|
||||
"même réseau local."
|
||||
|
||||
msgid ""
|
||||
@@ -7364,8 +7384,8 @@ msgstr ""
|
||||
|
||||
msgid "Variable layer height is not supported with Organic supports."
|
||||
msgstr ""
|
||||
"La hauteur variable des couches n'est pas prise en "
|
||||
"charge par les supports organiques."
|
||||
"La hauteur variable des couches n'est pas prise en charge par les supports "
|
||||
"organiques."
|
||||
|
||||
msgid "The prime tower is not supported in \"By object\" print."
|
||||
msgstr ""
|
||||
@@ -7520,10 +7540,10 @@ msgid ""
|
||||
"the next layers will be linearly shrunk less, up to the layer indicated by "
|
||||
"this value."
|
||||
msgstr ""
|
||||
"Le nombre de couches sur lesquelles la compensation du pied d'éléphant sera active. "
|
||||
"La première couche sera rétrécie de la valeur de la compensation du pied d'éléphant, puis "
|
||||
"les couches suivantes seront réduites de façon linéaire, jusqu'à la couche indiquée par "
|
||||
"cette valeur."
|
||||
"Le nombre de couches sur lesquelles la compensation du pied d'éléphant sera "
|
||||
"active. La première couche sera rétrécie de la valeur de la compensation du "
|
||||
"pied d'éléphant, puis les couches suivantes seront réduites de façon "
|
||||
"linéaire, jusqu'à la couche indiquée par cette valeur."
|
||||
|
||||
msgid "layers"
|
||||
msgstr "couches"
|
||||
@@ -7904,8 +7924,8 @@ msgid ""
|
||||
"Create additional perimeter paths over steep overhangs and areas where "
|
||||
"bridges cannot be anchored. "
|
||||
msgstr ""
|
||||
"Créer des chemins périmétriques supplémentaires au-dessus des surplombs abrupts et des zones où les "
|
||||
"les ponts ne peuvent pas être ancrés. "
|
||||
"Créer des chemins périmétriques supplémentaires au-dessus des surplombs "
|
||||
"abrupts et des zones où les les ponts ne peuvent pas être ancrés. "
|
||||
|
||||
msgid "Reverse on odd"
|
||||
msgstr "Inversé sur impair"
|
||||
@@ -8094,7 +8114,9 @@ msgid "Activate air filtration"
|
||||
msgstr "Activer la filtration de l'air"
|
||||
|
||||
msgid "Activate for better air filtration. G-code command: M106 P3 S(0-255)"
|
||||
msgstr "Activer pour une meilleure filtration de l'air. Commande du code G : M106 P3 S(0-255)"
|
||||
msgstr ""
|
||||
"Activer pour une meilleure filtration de l'air. Commande du code G : M106 P3 "
|
||||
"S(0-255)"
|
||||
|
||||
msgid "Fan speed"
|
||||
msgstr "Vitesse du ventilateur"
|
||||
@@ -8103,9 +8125,8 @@ msgid ""
|
||||
"Speed of exhuast fan during printing.This speed will overwrite the speed in "
|
||||
"filament custom gcode"
|
||||
msgstr ""
|
||||
"Vitesse du ventilateur d'extraction pendant l'impression. "
|
||||
"Cette vitesse remplacera la vitesse dans "
|
||||
"gcode de filament personnalisé"
|
||||
"Vitesse du ventilateur d'extraction pendant l'impression. Cette vitesse "
|
||||
"remplacera la vitesse dans gcode de filament personnalisé"
|
||||
|
||||
msgid "Speed of exhuast fan after printing completes"
|
||||
msgstr "Vitesse du ventilateur d'extraction après la fin de l'impression"
|
||||
@@ -8166,6 +8187,16 @@ msgstr "G-code lorsque l'ensemble de l'impression est terminée"
|
||||
msgid "End G-code when finish the printing of this filament"
|
||||
msgstr "G-code lorsque l'impression de ce filament est terminée"
|
||||
|
||||
msgid "Ensure vertical shell thickness"
|
||||
msgstr "Veiller à l'épaisseur verticale de la coque"
|
||||
|
||||
msgid ""
|
||||
"Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
"thickness (top+bottom solid layers)"
|
||||
msgstr ""
|
||||
"Ajouter un remplissage solide près des surfaces en pente pour garantir "
|
||||
"l'épaisseur verticale de la coque (couches solides supérieures + inférieures)"
|
||||
|
||||
msgid "Top surface pattern"
|
||||
msgstr "Motif des surfaces supérieures"
|
||||
|
||||
@@ -8341,8 +8372,7 @@ msgid ""
|
||||
"it will be computed over the nozzle diameter."
|
||||
msgstr ""
|
||||
"Largeur de ligne par défaut si les autres largeurs de ligne sont fixées à 0. "
|
||||
"Si elle est exprimée en %, "
|
||||
"elle sera calculée sur le diamètre de la buse."
|
||||
"Si elle est exprimée en %, elle sera calculée sur le diamètre de la buse."
|
||||
|
||||
msgid "Keep fan always on"
|
||||
msgstr "Ventilateur toujours actif"
|
||||
@@ -8495,7 +8525,9 @@ msgid "Speed of the first cooling move"
|
||||
msgstr "Vitesse du premier mouvement de refroidissement"
|
||||
|
||||
msgid "Cooling moves are gradually accelerating beginning at this speed."
|
||||
msgstr "Les mouvements de refroidissement s'accélèrent progressivement à partir de cette vitesse."
|
||||
msgstr ""
|
||||
"Les mouvements de refroidissement s'accélèrent progressivement à partir de "
|
||||
"cette vitesse."
|
||||
|
||||
msgid "Minimal purge on wipe tower"
|
||||
msgstr "Purge minimale sur la tour d’essuyage"
|
||||
@@ -8518,7 +8550,9 @@ msgid "Speed of the last cooling move"
|
||||
msgstr "Vitesse du dernier mouvement de refroidissement"
|
||||
|
||||
msgid "Cooling moves are gradually accelerating towards this speed."
|
||||
msgstr "Les mouvements de refroidissement s'accélèrent progressivement vers cette vitesse."
|
||||
msgstr ""
|
||||
"Les mouvements de refroidissement s'accélèrent progressivement vers cette "
|
||||
"vitesse."
|
||||
|
||||
msgid ""
|
||||
"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new "
|
||||
@@ -8799,8 +8833,7 @@ msgstr "Ajuster l’accélération à la décélération"
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"Klipper's max_accel_to_decel will be adjusted to this %% of acceleration"
|
||||
msgstr ""
|
||||
"Le max_accel_to_decel de Klipper sera ajusté à ce %% d'accélération."
|
||||
msgstr "Le max_accel_to_decel de Klipper sera ajusté à ce %% d'accélération."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "%%"
|
||||
@@ -9046,7 +9079,9 @@ msgid "Best object position"
|
||||
msgstr "Meilleure position de l'objet"
|
||||
|
||||
msgid "Best auto arranging position in range [0,1] w.r.t. bed shape."
|
||||
msgstr "Meilleure position de rangement automatique dans l'intervalle [0,1] par rapport à la forme du lit."
|
||||
msgstr ""
|
||||
"Meilleure position de rangement automatique dans l'intervalle [0,1] par "
|
||||
"rapport à la forme du lit."
|
||||
|
||||
msgid ""
|
||||
"Enable this option if machine has auxiliary part cooling fan. G-code "
|
||||
@@ -9271,8 +9306,8 @@ msgid ""
|
||||
"The angle ironing is done at. A negative number disables this function and "
|
||||
"uses the default method."
|
||||
msgstr ""
|
||||
"Angle auquel le repassage des angles se fait. Un nombre négatif désactive cette fonction et "
|
||||
"utilise la méthode par défaut."
|
||||
"Angle auquel le repassage des angles se fait. Un nombre négatif désactive "
|
||||
"cette fonction et utilise la méthode par défaut."
|
||||
|
||||
msgid "This gcode part is inserted at every layer change after lift z"
|
||||
msgstr ""
|
||||
@@ -9402,7 +9437,9 @@ msgid "Maximum acceleration for travel"
|
||||
msgstr "Accélération maximale de déplacement"
|
||||
|
||||
msgid "Maximum acceleration for travel (M204 T), it only applies to Marlin 2"
|
||||
msgstr "Accélération maximale pour le déplacement (M204 T), elle ne s'applique qu'à Marlin 2"
|
||||
msgstr ""
|
||||
"Accélération maximale pour le déplacement (M204 T), elle ne s'applique qu'à "
|
||||
"Marlin 2"
|
||||
|
||||
msgid ""
|
||||
"Part cooling fan speed may be increased when auto cooling is enabled. This "
|
||||
@@ -9497,8 +9534,11 @@ msgstr ""
|
||||
msgid "Min print speed"
|
||||
msgstr "Vitesse d'impression minimale"
|
||||
|
||||
msgid "The minimum printing speed when slow down for cooling"
|
||||
msgstr "Vitesse d'impression minimale lors du ralentissement de l’impression"
|
||||
msgid ""
|
||||
"The minimum printing speed for the filament when slow down for better layer "
|
||||
"cooling is enabled, when printing overhangs and when feature speeds are not "
|
||||
"specified explicitly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Nozzle diameter"
|
||||
msgstr "Diamètre de la buse"
|
||||
@@ -9771,22 +9811,6 @@ msgstr ""
|
||||
"buse de toucher l'impression lors du déplacement. L'utilisation d'une ligne "
|
||||
"en spirale pour soulever l’axe Z peut empêcher le stringing"
|
||||
|
||||
msgid "Z hop lower boundary"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Z hop will only come into effect when Z is above this value and is below the "
|
||||
"parameter: \"Z hop upper boundary\""
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop upper boundary"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"If this value is positive, Z hop will only come into effect when Z is above "
|
||||
"the parameter: \"Z hop lower boundary\" and is below this value"
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop type"
|
||||
msgstr "Type de décalage en Z"
|
||||
|
||||
@@ -10143,9 +10167,9 @@ msgid ""
|
||||
"print bed, set this to -0.3 (or fix your endstop)."
|
||||
msgstr ""
|
||||
"Cette valeur sera ajoutée (ou soustraite) à toutes les coordonnées Z dans le "
|
||||
"G-code de sortie. Elle est utilisée pour compenser une mauvaise position de la butée Z : par "
|
||||
"exemple, si votre butée zéro laisse en fait la buse à 0,3 mm du "
|
||||
"d'impression, définissez cette valeur à -0,3 (ou corrigez votre butée)."
|
||||
"G-code de sortie. Elle est utilisée pour compenser une mauvaise position de "
|
||||
"la butée Z : par exemple, si votre butée zéro laisse en fait la buse à 0,3 "
|
||||
"mm du d'impression, définissez cette valeur à -0,3 (ou corrigez votre butée)."
|
||||
|
||||
msgid "Enable support"
|
||||
msgstr "Activer les supports"
|
||||
@@ -10540,6 +10564,9 @@ msgstr ""
|
||||
"Ce gcode est inséré lors du changement de filament, y compris la commande T "
|
||||
"pour déclencher le changement d'outil"
|
||||
|
||||
msgid "This gcode is inserted when the extrusion role is changed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Line width for top surfaces. If expressed as a %, it will be computed over "
|
||||
"the nozzle diameter."
|
||||
@@ -10918,6 +10945,18 @@ msgstr ""
|
||||
"aussi épaisse que celle du modèle. Elle est exprimée en pourcentage sur le "
|
||||
"diamètre de la buse"
|
||||
|
||||
msgid "Detect narrow internal solid infill"
|
||||
msgstr "Détecter un remplissage solide étroit"
|
||||
|
||||
msgid ""
|
||||
"This option will auto detect narrow internal solid infill area. If enabled, "
|
||||
"concentric pattern will be used for the area to speed printing up. "
|
||||
"Otherwise, rectilinear pattern is used defaultly."
|
||||
msgstr ""
|
||||
"Cette option détectera automatiquement les zones de remplissage solides "
|
||||
"étroits. Si activé, un motif concentrique sera utilisé pour les zones afin "
|
||||
"d'accélérer l'impression. Sinon, le motif rectiligne est utilisé par défaut."
|
||||
|
||||
msgid "invalid value "
|
||||
msgstr "valeur invalide "
|
||||
|
||||
@@ -12289,6 +12328,28 @@ msgid ""
|
||||
"temperature. More info about this in the Wiki."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Embeded"
|
||||
#~ msgstr "Intégré"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "OrcaSlicer configuration file may be corrupted and is not abled to be "
|
||||
#~ "parsed.Please delete the file and try again."
|
||||
#~ msgstr ""
|
||||
#~ "Le fichier de configuration de Orca Slicer est peut-être corrompu et ne "
|
||||
#~ "peut pas être analysé. Veuillez supprimer le fichier et réessayer."
|
||||
|
||||
#~ msgid "Online Models"
|
||||
#~ msgstr "Modèles en ligne"
|
||||
|
||||
#~ msgid "Show online staff-picked models on the home page"
|
||||
#~ msgstr ""
|
||||
#~ "Afficher les modèles en ligne sélectionnés par le staff sur la page "
|
||||
#~ "d'accueil"
|
||||
|
||||
#~ msgid "The minimum printing speed when slow down for cooling"
|
||||
#~ msgstr ""
|
||||
#~ "Vitesse d'impression minimale lors du ralentissement de l’impression"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "There are currently no identical spare consumables available, and "
|
||||
#~ "automatic replenishment is currently not possible. \n"
|
||||
@@ -12311,17 +12372,6 @@ msgstr ""
|
||||
#~ "filament. Veuillez ouvrir la porte avant de l'imprimante avant d'imprimer "
|
||||
#~ "pour éviter que la buse ne se bouche."
|
||||
|
||||
#~ msgid "Ensure vertical shell thickness"
|
||||
#~ msgstr "Veiller à l'épaisseur verticale de la coque"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
#~ "thickness (top+bottom solid layers)"
|
||||
#~ msgstr ""
|
||||
#~ "Ajouter un remplissage solide près des surfaces en pente pour garantir "
|
||||
#~ "l'épaisseur verticale de la coque (couches solides supérieures + "
|
||||
#~ "inférieures)"
|
||||
|
||||
#~ msgid "Temperature of vitrificaiton"
|
||||
#~ msgstr "Température de vitrification"
|
||||
|
||||
@@ -12346,19 +12396,6 @@ msgstr ""
|
||||
#~ "auxiliaire fonctionnera à cette vitesse pendant l'impression, à "
|
||||
#~ "l'exception des premières couches définies sans refroidissement"
|
||||
|
||||
#~ msgid "Detect narrow internal solid infill"
|
||||
#~ msgstr "Détecter un remplissage solide étroit"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "This option will auto detect narrow internal solid infill area. If "
|
||||
#~ "enabled, concentric pattern will be used for the area to speed printing "
|
||||
#~ "up. Otherwise, rectilinear pattern is used defaultly."
|
||||
#~ msgstr ""
|
||||
#~ "Cette option détectera automatiquement les zones de remplissage solides "
|
||||
#~ "étroits. Si activé, un motif concentrique sera utilisé pour les zones "
|
||||
#~ "afin d'accélérer l'impression. Sinon, le motif rectiligne est utilisé par "
|
||||
#~ "défaut."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Bed temperature for layers except the initial one. Value 0 means the "
|
||||
#~ "filament does not support to print on the High Temp"
|
||||
|
||||
@@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-24 19:49+0800\n"
|
||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
||||
"Language: hu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -490,27 +490,12 @@ msgstr "Varratfestés"
|
||||
msgid "Remove selection"
|
||||
msgstr "Kijelölés törlése"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + Mouse move up or dowm"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Rotate text"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "Szöveg alakja"
|
||||
|
||||
msgid "Font"
|
||||
msgstr "Betűtípus"
|
||||
|
||||
msgid "Thickness"
|
||||
msgstr "Vastagság"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "Szöveg"
|
||||
|
||||
msgid "Embeded"
|
||||
msgstr "Embedded"
|
||||
|
||||
msgid "Text Gap"
|
||||
msgstr "Text Gap"
|
||||
|
||||
@@ -522,12 +507,24 @@ msgid ""
|
||||
"depth"
|
||||
msgstr "Embedded depth"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "Szöveg"
|
||||
|
||||
msgid "Surface"
|
||||
msgstr "Surface"
|
||||
|
||||
msgid "Horizontal text"
|
||||
msgstr "Horizontal text"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + Mouse move up or dowm"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Rotate text"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "Szöveg alakja"
|
||||
|
||||
msgid "Ctrl+"
|
||||
msgstr "Ctrl+"
|
||||
|
||||
@@ -613,11 +610,6 @@ msgstr ""
|
||||
msgid "WebView2 Runtime"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"OrcaSlicer configuration file may be corrupted and is not abled to be parsed."
|
||||
"Please delete the file and try again."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"%s\n"
|
||||
@@ -645,6 +637,13 @@ msgstr "Ez a legújabb verzió."
|
||||
msgid "Info"
|
||||
msgstr "Infó"
|
||||
|
||||
msgid ""
|
||||
"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n"
|
||||
"OrcaSlicer has attempted to recreate the configuration file.\n"
|
||||
"Please note, application settings will be lost, but printer profiles will "
|
||||
"not be affected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Rebuild"
|
||||
msgstr "Újraindítás"
|
||||
|
||||
@@ -3726,11 +3725,11 @@ msgstr "Virtuális kameraeszközök letöltése"
|
||||
|
||||
msgid ""
|
||||
"Another virtual camera is running.\n"
|
||||
"Bambu Studio supports only a single virtual camera.\n"
|
||||
"Orca Slicer supports only a single virtual camera.\n"
|
||||
"Do you want to stop this virtual camera?"
|
||||
msgstr ""
|
||||
"Már fut egy másik virtuális kamera.\n"
|
||||
"A Bambu Studio csak egy virtuális kamerát támogat.\n"
|
||||
"A Orca Slicer csak egy virtuális kamerát támogat.\n"
|
||||
"Leállítod ezt a virtuális kamerát?"
|
||||
|
||||
#, c-format, boost-format
|
||||
@@ -3840,7 +3839,7 @@ msgid "Failed to parse model infomations."
|
||||
msgstr "Failed to parse model infomation"
|
||||
|
||||
msgid ""
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it whthBambu Studio "
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer "
|
||||
"and export a new .gcode.3mf file."
|
||||
msgstr ""
|
||||
|
||||
@@ -4774,7 +4773,7 @@ msgid "Project downloaded %d%%"
|
||||
msgstr "Projekt letöltve %d%%"
|
||||
|
||||
msgid ""
|
||||
"Importing to Bambu Studio failed. Please download the file and manually "
|
||||
"Importing to Orca Slicer failed. Please download the file and manually "
|
||||
"import it."
|
||||
msgstr ""
|
||||
|
||||
@@ -5007,6 +5006,15 @@ msgstr "Angolszász"
|
||||
msgid "Units"
|
||||
msgstr "Mértékegység"
|
||||
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
msgid "Default Page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Set the page opened on startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Zoom to mouse position"
|
||||
msgstr "Zoom to mouse position"
|
||||
|
||||
@@ -5023,6 +5031,12 @@ msgstr ""
|
||||
msgid "If enabled, use free camera. If not enabled, use constrained camera."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show splash screen"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show \"Tip of the day\" notification after start"
|
||||
msgstr "A nap tippje értesítés megjelenítése indítás után"
|
||||
|
||||
@@ -5082,12 +5096,6 @@ msgstr ""
|
||||
"Ha engedélyezve van, a OrcaSlicer-t állítja be alapértelmezett "
|
||||
"alkalmazásként a .step fájlok megnyitásához"
|
||||
|
||||
msgid "Online Models"
|
||||
msgstr "Online Models"
|
||||
|
||||
msgid "Show online staff-picked models on the home page"
|
||||
msgstr "Show online staff-picked models on the home page"
|
||||
|
||||
msgid "Maximum recent projects"
|
||||
msgstr "Maximum recent projects"
|
||||
|
||||
@@ -5651,7 +5659,7 @@ msgid "An SD card needs to be inserted before send to printer SD card."
|
||||
msgstr ""
|
||||
"A MicroSD card needs to be inserted before sending to the printer SD card."
|
||||
|
||||
msgid "The printer is required to be in the same LAN as Bambu Studio."
|
||||
msgid "The printer is required to be in the same LAN as Orca Slicer."
|
||||
msgstr ""
|
||||
"A nyomtatónak ugyanazon a hálózaton kell lennie, mint a Bambu Studiónak."
|
||||
|
||||
@@ -6125,6 +6133,9 @@ msgstr ""
|
||||
msgid "Change filament G-code"
|
||||
msgstr "Filament csere G-kód"
|
||||
|
||||
msgid "Change extrusion role G-code"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pause G-code"
|
||||
msgstr "Szünet G-kód"
|
||||
|
||||
@@ -6739,17 +6750,17 @@ msgid "Network plug-in update"
|
||||
msgstr "Hálózati bővítmény frissítése"
|
||||
|
||||
msgid ""
|
||||
"Click OK to update the Network plug-in when Bambu Studio launches next time."
|
||||
"Click OK to update the Network plug-in when Orca Slicer launches next time."
|
||||
msgstr ""
|
||||
"Kattints az OK gombra a hálózati bővítmény frissítéséhez a Bambu Studio "
|
||||
"Kattints az OK gombra a hálózati bővítmény frissítéséhez a Orca Slicer "
|
||||
"következő indításakor."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "A new Network plug-in(%s) available, Do you want to install it?"
|
||||
msgstr "Új hálózati bővítmény (%s) érhető el. Szeretnéd telepíteni?"
|
||||
|
||||
msgid "New version of Bambu Studio"
|
||||
msgstr "A Bambu Studio új verziója"
|
||||
msgid "New version of Orca Slicer"
|
||||
msgstr "A Orca Slicer új verziója"
|
||||
|
||||
msgid "Don't remind me of this version again"
|
||||
msgstr "Ne emlékeztessen újra erre a verzióra."
|
||||
@@ -6761,9 +6772,9 @@ msgid "LAN Connection Failed (Sending print file)"
|
||||
msgstr "LAN kapcsolódás sikertelen (nyomtatási fájl küldése)"
|
||||
|
||||
msgid ""
|
||||
"Step 1, please confirm Bambu Studio and your printer are in the same LAN."
|
||||
"Step 1, please confirm Orca Slicer and your printer are in the same LAN."
|
||||
msgstr ""
|
||||
"1. lépés: Ellenőrizd, hogy a Bambu Studio és a nyomtató ugyanazon a helyi "
|
||||
"1. lépés: Ellenőrizd, hogy a Orca Slicer és a nyomtató ugyanazon a helyi "
|
||||
"hálózaton van."
|
||||
|
||||
msgid ""
|
||||
@@ -6838,7 +6849,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"A firmware verziója rendellenes. A nyomtatás előtt javításra és frissítésre "
|
||||
"van szükség. Szeretnél frissíteni most? A frissítés később is elvégezhető a "
|
||||
"Bambu Studio következő indításakor."
|
||||
"Orca Slicer következő indításakor."
|
||||
|
||||
msgid "Extension Board"
|
||||
msgstr "Bővítőpanel"
|
||||
@@ -7944,6 +7955,16 @@ msgstr "Befejező G-kód az egész nyomtatás befejezésekor"
|
||||
msgid "End G-code when finish the printing of this filament"
|
||||
msgstr "Befejező G-kód a filament nyomtatásának befejezésekor"
|
||||
|
||||
msgid "Ensure vertical shell thickness"
|
||||
msgstr "Függőleges héjvastagság biztosítása"
|
||||
|
||||
msgid ""
|
||||
"Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
"thickness (top+bottom solid layers)"
|
||||
msgstr ""
|
||||
"A függőleges héjvastagság biztosítása érdekében szilárd kitöltést alkalmaz a "
|
||||
"lejtős felületek közelében."
|
||||
|
||||
msgid "Top surface pattern"
|
||||
msgstr "Felső felület mintázata"
|
||||
|
||||
@@ -9167,8 +9188,11 @@ msgstr ""
|
||||
msgid "Min print speed"
|
||||
msgstr "Min. nyomtatási sebesség"
|
||||
|
||||
msgid "The minimum printing speed when slow down for cooling"
|
||||
msgstr "A minimum nyomtatási sebesség hűtés miatti lassításkor."
|
||||
msgid ""
|
||||
"The minimum printing speed for the filament when slow down for better layer "
|
||||
"cooling is enabled, when printing overhangs and when feature speeds are not "
|
||||
"specified explicitly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Nozzle diameter"
|
||||
msgstr "Fúvóka átmérője"
|
||||
@@ -9428,22 +9452,6 @@ msgstr ""
|
||||
"nagyobb mozgás közben a tárgynak ütközzön. A Z tengely emelésekor használt "
|
||||
"körkörös mozgás megelőzheti a szálazást."
|
||||
|
||||
msgid "Z hop lower boundary"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Z hop will only come into effect when Z is above this value and is below the "
|
||||
"parameter: \"Z hop upper boundary\""
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop upper boundary"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"If this value is positive, Z hop will only come into effect when Z is above "
|
||||
"the parameter: \"Z hop lower boundary\" and is below this value"
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop type"
|
||||
msgstr ""
|
||||
|
||||
@@ -10166,6 +10174,9 @@ msgstr ""
|
||||
"Ez a G-kód kerül beillesztésre, amikor a filament csere történik, beleértve "
|
||||
"a szerszámváltást indító T parancsokat is."
|
||||
|
||||
msgid "This gcode is inserted when the extrusion role is changed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Line width for top surfaces. If expressed as a %, it will be computed over "
|
||||
"the nozzle diameter."
|
||||
@@ -10528,6 +10539,19 @@ msgstr ""
|
||||
"mint a nyomtatandó elem vastagsága, akkor a fal olyan vastag lesz, mint maga "
|
||||
"a nyomtatott elem. A fúvóka átmérőjének százalékában van kifejezve"
|
||||
|
||||
msgid "Detect narrow internal solid infill"
|
||||
msgstr "Keskeny belső szilárd kitöltés felismerése"
|
||||
|
||||
msgid ""
|
||||
"This option will auto detect narrow internal solid infill area. If enabled, "
|
||||
"concentric pattern will be used for the area to speed printing up. "
|
||||
"Otherwise, rectilinear pattern is used defaultly."
|
||||
msgstr ""
|
||||
"Ez a beállítás automatikusan felismeri a keskeny belső tömör kitöltési "
|
||||
"területeket. Ha engedélyezve van, a nyomtatás felgyorsítása érdekében ezen a "
|
||||
"területen a koncentrikus mintát fogja használni. Ellenkező esetben "
|
||||
"alapértelmezés szerint az egyenes vonalú mintát használja."
|
||||
|
||||
msgid "invalid value "
|
||||
msgstr "invalid value "
|
||||
|
||||
@@ -11860,6 +11884,18 @@ msgid ""
|
||||
"temperature. More info about this in the Wiki."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Embeded"
|
||||
#~ msgstr "Embedded"
|
||||
|
||||
#~ msgid "Online Models"
|
||||
#~ msgstr "Online Models"
|
||||
|
||||
#~ msgid "Show online staff-picked models on the home page"
|
||||
#~ msgstr "Show online staff-picked models on the home page"
|
||||
|
||||
#~ msgid "The minimum printing speed when slow down for cooling"
|
||||
#~ msgstr "A minimum nyomtatási sebesség hűtés miatti lassításkor."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The bed temperature exceeds filament's vitrification temperature. Please "
|
||||
#~ "open the front door of printer before printing to avoid nozzle clog."
|
||||
@@ -11868,16 +11904,6 @@ msgstr ""
|
||||
#~ "Kérjük, hogy a nyomtatás során tartsd nyitva a nyomtatót, vagy csökkentsd "
|
||||
#~ "az asztalhőmérsékletet."
|
||||
|
||||
#~ msgid "Ensure vertical shell thickness"
|
||||
#~ msgstr "Függőleges héjvastagság biztosítása"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
#~ "thickness (top+bottom solid layers)"
|
||||
#~ msgstr ""
|
||||
#~ "A függőleges héjvastagság biztosítása érdekében szilárd kitöltést "
|
||||
#~ "alkalmaz a lejtős felületek közelében."
|
||||
|
||||
#~ msgid "Temperature of vitrificaiton"
|
||||
#~ msgstr "Üvegesedési hőmérséklet"
|
||||
|
||||
@@ -11902,19 +11928,6 @@ msgstr ""
|
||||
#~ "ezen a fordulatszámon fog működni a nyomtatás során, kivéve az első "
|
||||
#~ "néhány réteget, amelynél kikapcsolt hűtés van megadva"
|
||||
|
||||
#~ msgid "Detect narrow internal solid infill"
|
||||
#~ msgstr "Keskeny belső szilárd kitöltés felismerése"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "This option will auto detect narrow internal solid infill area. If "
|
||||
#~ "enabled, concentric pattern will be used for the area to speed printing "
|
||||
#~ "up. Otherwise, rectilinear pattern is used defaultly."
|
||||
#~ msgstr ""
|
||||
#~ "Ez a beállítás automatikusan felismeri a keskeny belső tömör kitöltési "
|
||||
#~ "területeket. Ha engedélyezve van, a nyomtatás felgyorsítása érdekében "
|
||||
#~ "ezen a területen a koncentrikus mintát fogja használni. Ellenkező esetben "
|
||||
#~ "alapértelmezés szerint az egyenes vonalú mintát használja."
|
||||
|
||||
#~ msgid "Empty layers around bottom are replaced by nearest normal layers."
|
||||
#~ msgstr "Az alsó üres rétegeket a legközelebbi normál rétegek váltják fel."
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-24 19:49+0800\n"
|
||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
||||
"Language: it\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -489,27 +489,12 @@ msgstr "Pittura giunzione"
|
||||
msgid "Remove selection"
|
||||
msgstr "Rimuovi selezione"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + Sposta il mouse verso l'alto o il basso"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Ruota testo"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "Formato testo"
|
||||
|
||||
msgid "Font"
|
||||
msgstr "Font"
|
||||
|
||||
msgid "Thickness"
|
||||
msgstr "Spessore"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "Inserisci testo"
|
||||
|
||||
msgid "Embeded"
|
||||
msgstr "Integrato"
|
||||
|
||||
msgid "Text Gap"
|
||||
msgstr "Gap testo"
|
||||
|
||||
@@ -521,12 +506,24 @@ msgid ""
|
||||
"depth"
|
||||
msgstr "Profondità integrata"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "Inserisci testo"
|
||||
|
||||
msgid "Surface"
|
||||
msgstr "Superficie"
|
||||
|
||||
msgid "Horizontal text"
|
||||
msgstr "Testo orizzontale"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + Sposta il mouse verso l'alto o il basso"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Ruota testo"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "Formato testo"
|
||||
|
||||
msgid "Ctrl+"
|
||||
msgstr "Ctrl+"
|
||||
|
||||
@@ -610,11 +607,6 @@ msgstr ""
|
||||
msgid "WebView2 Runtime"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"OrcaSlicer configuration file may be corrupted and is not abled to be parsed."
|
||||
"Please delete the file and try again."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"%s\n"
|
||||
@@ -642,6 +634,13 @@ msgstr "This is the newest version."
|
||||
msgid "Info"
|
||||
msgstr "Info"
|
||||
|
||||
msgid ""
|
||||
"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n"
|
||||
"OrcaSlicer has attempted to recreate the configuration file.\n"
|
||||
"Please note, application settings will be lost, but printer profiles will "
|
||||
"not be affected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Rebuild"
|
||||
msgstr "Rebuild"
|
||||
|
||||
@@ -3720,11 +3719,11 @@ msgstr "Scaricare strumenti telecamera virtuale"
|
||||
|
||||
msgid ""
|
||||
"Another virtual camera is running.\n"
|
||||
"Bambu Studio supports only a single virtual camera.\n"
|
||||
"Orca Slicer supports only a single virtual camera.\n"
|
||||
"Do you want to stop this virtual camera?"
|
||||
msgstr ""
|
||||
"È in funzione un'altra telecamera virtuale.\n"
|
||||
"Bambu Studio supporta solo una singola telecamera virtuale.\n"
|
||||
"Orca Slicer supporta solo una singola telecamera virtuale.\n"
|
||||
"Si desidera interrompere questa telecamera virtuale?"
|
||||
|
||||
#, c-format, boost-format
|
||||
@@ -3834,7 +3833,7 @@ msgid "Failed to parse model infomations."
|
||||
msgstr "Analisi delle informazioni sul modello non riuscita"
|
||||
|
||||
msgid ""
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it whthBambu Studio "
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer "
|
||||
"and export a new .gcode.3mf file."
|
||||
msgstr ""
|
||||
|
||||
@@ -4769,7 +4768,7 @@ msgid "Project downloaded %d%%"
|
||||
msgstr "Progetto scaricato %d%%"
|
||||
|
||||
msgid ""
|
||||
"Importing to Bambu Studio failed. Please download the file and manually "
|
||||
"Importing to Orca Slicer failed. Please download the file and manually "
|
||||
"import it."
|
||||
msgstr ""
|
||||
|
||||
@@ -5001,6 +5000,15 @@ msgstr "Imperial"
|
||||
msgid "Units"
|
||||
msgstr "Units"
|
||||
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
msgid "Default Page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Set the page opened on startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Zoom to mouse position"
|
||||
msgstr "Zoom posizione del mouse"
|
||||
|
||||
@@ -5017,6 +5025,12 @@ msgstr ""
|
||||
msgid "If enabled, use free camera. If not enabled, use constrained camera."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show splash screen"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show \"Tip of the day\" notification after start"
|
||||
msgstr "Mostra \"Suggerimento del giorno\" dopo l'avvio"
|
||||
|
||||
@@ -5074,12 +5088,6 @@ msgstr ""
|
||||
"If enabled, this sets Orca Slicer as the default application to open .step "
|
||||
"files."
|
||||
|
||||
msgid "Online Models"
|
||||
msgstr "Modelli Online"
|
||||
|
||||
msgid "Show online staff-picked models on the home page"
|
||||
msgstr "Mostra i modelli online selezionati dallo staff nella home page"
|
||||
|
||||
msgid "Maximum recent projects"
|
||||
msgstr "Numero massimo di progetti recenti"
|
||||
|
||||
@@ -5641,8 +5649,8 @@ msgstr ""
|
||||
"È necessario inserire una scheda MicroSD prima di inviare alla scheda SD "
|
||||
"della stampante."
|
||||
|
||||
msgid "The printer is required to be in the same LAN as Bambu Studio."
|
||||
msgstr "La stampante deve essere sulla stessa LAN di Bambu Studio."
|
||||
msgid "The printer is required to be in the same LAN as Orca Slicer."
|
||||
msgstr "La stampante deve essere sulla stessa LAN di Orca Slicer."
|
||||
|
||||
msgid "The printer does not support sending to printer SD card."
|
||||
msgstr "La stampante non supporta l'invio alla scheda microSD della stampante."
|
||||
@@ -6116,6 +6124,9 @@ msgstr ""
|
||||
msgid "Change filament G-code"
|
||||
msgstr "Change filament G-code"
|
||||
|
||||
msgid "Change extrusion role G-code"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pause G-code"
|
||||
msgstr "Pause G-code"
|
||||
|
||||
@@ -6726,7 +6737,7 @@ msgid "Network plug-in update"
|
||||
msgstr "Aggiornamento del plug-in di rete"
|
||||
|
||||
msgid ""
|
||||
"Click OK to update the Network plug-in when Bambu Studio launches next time."
|
||||
"Click OK to update the Network plug-in when Orca Slicer launches next time."
|
||||
msgstr ""
|
||||
"Clicca su OK per aggiornare il plug-in di rete al prossimo avvio di Bambu "
|
||||
"Studio."
|
||||
@@ -6735,8 +6746,8 @@ msgstr ""
|
||||
msgid "A new Network plug-in(%s) available, Do you want to install it?"
|
||||
msgstr "Disponibile nuovo plug-in di rete (%s). Vuoi installarlo?"
|
||||
|
||||
msgid "New version of Bambu Studio"
|
||||
msgstr "Nuova versione di Bambu Studio"
|
||||
msgid "New version of Orca Slicer"
|
||||
msgstr "Nuova versione di Orca Slicer"
|
||||
|
||||
msgid "Don't remind me of this version again"
|
||||
msgstr "Non ricordarmi più questa versione."
|
||||
@@ -6748,9 +6759,9 @@ msgid "LAN Connection Failed (Sending print file)"
|
||||
msgstr "Connessione LAN fallita (invio del file di stampa)"
|
||||
|
||||
msgid ""
|
||||
"Step 1, please confirm Bambu Studio and your printer are in the same LAN."
|
||||
"Step 1, please confirm Orca Slicer and your printer are in the same LAN."
|
||||
msgstr ""
|
||||
"Step 1, conferma che Bambu Studio e la tua stampante siano sulla stessa LAN."
|
||||
"Step 1, conferma che Orca Slicer e la tua stampante siano sulla stessa LAN."
|
||||
|
||||
msgid ""
|
||||
"Step 2, if the IP and Access Code below are different from the actual values "
|
||||
@@ -6826,7 +6837,7 @@ msgstr ""
|
||||
"La versione firmware è anomala. Prima di stampare, è necessario eseguire la "
|
||||
"riparazione e l'aggiornamento. Si desidera aggiornare ora? È possibile "
|
||||
"eseguire l'aggiornamento anche in un secondo momento sulla stampante o al "
|
||||
"prossimo avvio di Bambu Studio."
|
||||
"prossimo avvio di Orca Slicer."
|
||||
|
||||
msgid "Extension Board"
|
||||
msgstr "Scheda di estensione"
|
||||
@@ -7922,6 +7933,17 @@ msgstr "Add end G-Code when finishing the entire print."
|
||||
msgid "End G-code when finish the printing of this filament"
|
||||
msgstr "Add end G-code when finishing the printing of this filament."
|
||||
|
||||
msgid "Ensure vertical shell thickness"
|
||||
msgstr "Garantisci spessore verticale del guscio"
|
||||
|
||||
msgid ""
|
||||
"Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
"thickness (top+bottom solid layers)"
|
||||
msgstr ""
|
||||
"Aggiunge un riempimento solido in prossimità delle superfici inclinate per "
|
||||
"garantire lo spessore verticale del guscio (layers solidi superiori e "
|
||||
"inferiori)."
|
||||
|
||||
msgid "Top surface pattern"
|
||||
msgstr "Top surface pattern"
|
||||
|
||||
@@ -9142,8 +9164,11 @@ msgstr ""
|
||||
msgid "Min print speed"
|
||||
msgstr "Velocità minima di stampa"
|
||||
|
||||
msgid "The minimum printing speed when slow down for cooling"
|
||||
msgstr "The minimum printing speed when slowing down for cooling."
|
||||
msgid ""
|
||||
"The minimum printing speed for the filament when slow down for better layer "
|
||||
"cooling is enabled, when printing overhangs and when feature speeds are not "
|
||||
"specified explicitly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Nozzle diameter"
|
||||
msgstr "Diametro ugello"
|
||||
@@ -9402,22 +9427,6 @@ msgstr ""
|
||||
"hitting the print when traveling more. Using spiral lines to lift z can "
|
||||
"prevent stringing."
|
||||
|
||||
msgid "Z hop lower boundary"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Z hop will only come into effect when Z is above this value and is below the "
|
||||
"parameter: \"Z hop upper boundary\""
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop upper boundary"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"If this value is positive, Z hop will only come into effect when Z is above "
|
||||
"the parameter: \"Z hop lower boundary\" and is below this value"
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop type"
|
||||
msgstr ""
|
||||
|
||||
@@ -10135,6 +10144,9 @@ msgstr ""
|
||||
"This G-code is inserted when filament is changed, including T commands to "
|
||||
"trigger tool change."
|
||||
|
||||
msgid "This gcode is inserted when the extrusion role is changed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Line width for top surfaces. If expressed as a %, it will be computed over "
|
||||
"the nozzle diameter."
|
||||
@@ -10503,6 +10515,18 @@ msgstr ""
|
||||
"spessa quanto l'elemento stesso. È espresso in percentuale rispetto al "
|
||||
"diametro del nozzle"
|
||||
|
||||
msgid "Detect narrow internal solid infill"
|
||||
msgstr "Detect narrow internal solid infill"
|
||||
|
||||
msgid ""
|
||||
"This option will auto detect narrow internal solid infill area. If enabled, "
|
||||
"concentric pattern will be used for the area to speed printing up. "
|
||||
"Otherwise, rectilinear pattern is used defaultly."
|
||||
msgstr ""
|
||||
"This option will auto-detect narrow internal solid infill areas. If enabled, "
|
||||
"the concentric pattern will be used for the area to speed up printing. "
|
||||
"Otherwise, the rectilinear pattern will be used by default."
|
||||
|
||||
msgid "invalid value "
|
||||
msgstr "Valore non valido"
|
||||
|
||||
@@ -11841,6 +11865,18 @@ msgid ""
|
||||
"temperature. More info about this in the Wiki."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Embeded"
|
||||
#~ msgstr "Integrato"
|
||||
|
||||
#~ msgid "Online Models"
|
||||
#~ msgstr "Modelli Online"
|
||||
|
||||
#~ msgid "Show online staff-picked models on the home page"
|
||||
#~ msgstr "Mostra i modelli online selezionati dallo staff nella home page"
|
||||
|
||||
#~ msgid "The minimum printing speed when slow down for cooling"
|
||||
#~ msgstr "The minimum printing speed when slowing down for cooling."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The bed temperature exceeds filament's vitrification temperature. Please "
|
||||
#~ "open the front door of printer before printing to avoid nozzle clog."
|
||||
@@ -11849,17 +11885,6 @@ msgstr ""
|
||||
#~ "filamento. Aprire lo sportello anteriore della stampante prima di "
|
||||
#~ "stampare per evitare l'intasamento del nozzle."
|
||||
|
||||
#~ msgid "Ensure vertical shell thickness"
|
||||
#~ msgstr "Garantisci spessore verticale del guscio"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
#~ "thickness (top+bottom solid layers)"
|
||||
#~ msgstr ""
|
||||
#~ "Aggiunge un riempimento solido in prossimità delle superfici inclinate "
|
||||
#~ "per garantire lo spessore verticale del guscio (layers solidi superiori e "
|
||||
#~ "inferiori)."
|
||||
|
||||
#~ msgid "Temperature of vitrificaiton"
|
||||
#~ msgstr "Temperature of vitrification"
|
||||
|
||||
@@ -11882,18 +11907,6 @@ msgstr ""
|
||||
#~ "run at this speed during printing except for during the first several "
|
||||
#~ "layers which may be set to have no part cooling."
|
||||
|
||||
#~ msgid "Detect narrow internal solid infill"
|
||||
#~ msgstr "Detect narrow internal solid infill"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "This option will auto detect narrow internal solid infill area. If "
|
||||
#~ "enabled, concentric pattern will be used for the area to speed printing "
|
||||
#~ "up. Otherwise, rectilinear pattern is used defaultly."
|
||||
#~ msgstr ""
|
||||
#~ "This option will auto-detect narrow internal solid infill areas. If "
|
||||
#~ "enabled, the concentric pattern will be used for the area to speed up "
|
||||
#~ "printing. Otherwise, the rectilinear pattern will be used by default."
|
||||
|
||||
#~ msgid "Empty layers around bottom are replaced by nearest normal layers."
|
||||
#~ msgstr "Empty layers around bottom are replaced by nearest normal layers."
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-24 19:49+0800\n"
|
||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
@@ -489,27 +489,12 @@ msgstr "継ぎ目ペイント"
|
||||
msgid "Remove selection"
|
||||
msgstr "選択を削除"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + Mouse move up or dowm"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Rotate text"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "文字形状"
|
||||
|
||||
msgid "Font"
|
||||
msgstr "フォント"
|
||||
|
||||
msgid "Thickness"
|
||||
msgstr "太さ"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "テキスト"
|
||||
|
||||
msgid "Embeded"
|
||||
msgstr "Embedded"
|
||||
|
||||
msgid "Text Gap"
|
||||
msgstr "Text Gap"
|
||||
|
||||
@@ -521,12 +506,24 @@ msgid ""
|
||||
"depth"
|
||||
msgstr "Embedded depth"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "テキスト"
|
||||
|
||||
msgid "Surface"
|
||||
msgstr "Surface"
|
||||
|
||||
msgid "Horizontal text"
|
||||
msgstr "Horizontal text"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + Mouse move up or dowm"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Rotate text"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "文字形状"
|
||||
|
||||
msgid "Ctrl+"
|
||||
msgstr "Ctrl+"
|
||||
|
||||
@@ -608,11 +605,6 @@ msgstr ""
|
||||
msgid "WebView2 Runtime"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"OrcaSlicer configuration file may be corrupted and is not abled to be parsed."
|
||||
"Please delete the file and try again."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"%s\n"
|
||||
@@ -640,6 +632,13 @@ msgstr "最新バージョンです。"
|
||||
msgid "Info"
|
||||
msgstr "情報"
|
||||
|
||||
msgid ""
|
||||
"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n"
|
||||
"OrcaSlicer has attempted to recreate the configuration file.\n"
|
||||
"Please note, application settings will be lost, but printer profiles will "
|
||||
"not be affected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Rebuild"
|
||||
msgstr "再構築"
|
||||
|
||||
@@ -3633,7 +3632,7 @@ msgstr "バーチャルカメラツールをダウンロード"
|
||||
|
||||
msgid ""
|
||||
"Another virtual camera is running.\n"
|
||||
"Bambu Studio supports only a single virtual camera.\n"
|
||||
"Orca Slicer supports only a single virtual camera.\n"
|
||||
"Do you want to stop this virtual camera?"
|
||||
msgstr ""
|
||||
"別のバーチャルカメラを作動しています為、もう一個が起動できません。\n"
|
||||
@@ -3745,7 +3744,7 @@ msgid "Failed to parse model infomations."
|
||||
msgstr "Failed to parse model infomation"
|
||||
|
||||
msgid ""
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it whthBambu Studio "
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer "
|
||||
"and export a new .gcode.3mf file."
|
||||
msgstr ""
|
||||
|
||||
@@ -4666,7 +4665,7 @@ msgid "Project downloaded %d%%"
|
||||
msgstr "プロジェクトをダウンロード %d%%"
|
||||
|
||||
msgid ""
|
||||
"Importing to Bambu Studio failed. Please download the file and manually "
|
||||
"Importing to Orca Slicer failed. Please download the file and manually "
|
||||
"import it."
|
||||
msgstr ""
|
||||
|
||||
@@ -4898,6 +4897,15 @@ msgstr "インチ"
|
||||
msgid "Units"
|
||||
msgstr "単位"
|
||||
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
msgid "Default Page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Set the page opened on startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Zoom to mouse position"
|
||||
msgstr "Zoom to mouse position"
|
||||
|
||||
@@ -4914,6 +4922,12 @@ msgstr ""
|
||||
msgid "If enabled, use free camera. If not enabled, use constrained camera."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show splash screen"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show \"Tip of the day\" notification after start"
|
||||
msgstr "起動後「毎日のヒント」を表示"
|
||||
|
||||
@@ -4965,12 +4979,6 @@ msgstr ".step/.stpファイルをOrca Slicerに関連付けます。"
|
||||
msgid "If enabled, sets OrcaSlicer as default application to open .step files"
|
||||
msgstr "デフォルトで.step/.stpファイルをOrca Slicerで開く"
|
||||
|
||||
msgid "Online Models"
|
||||
msgstr "Online Models"
|
||||
|
||||
msgid "Show online staff-picked models on the home page"
|
||||
msgstr "Show online staff-picked models on the home page"
|
||||
|
||||
msgid "Maximum recent projects"
|
||||
msgstr "Maximum recent projects"
|
||||
|
||||
@@ -5511,9 +5519,9 @@ msgid "An SD card needs to be inserted before send to printer SD card."
|
||||
msgstr ""
|
||||
"A MicroSD card needs to be inserted before sending to the printer SD card."
|
||||
|
||||
msgid "The printer is required to be in the same LAN as Bambu Studio."
|
||||
msgid "The printer is required to be in the same LAN as Orca Slicer."
|
||||
msgstr ""
|
||||
"このプリンターを使用するには、Bambu Studioを同一のLANで使用してください。"
|
||||
"このプリンターを使用するには、Orca Slicerを同一のLANで使用してください。"
|
||||
|
||||
msgid "The printer does not support sending to printer SD card."
|
||||
msgstr "このプリンターはSDカードに送信することができません"
|
||||
@@ -5966,6 +5974,9 @@ msgstr ""
|
||||
msgid "Change filament G-code"
|
||||
msgstr "フィラメント変更G-code"
|
||||
|
||||
msgid "Change extrusion role G-code"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pause G-code"
|
||||
msgstr "G-codeを一時停止"
|
||||
|
||||
@@ -6560,16 +6571,16 @@ msgid "Network plug-in update"
|
||||
msgstr "ネットワークプラグインの更新"
|
||||
|
||||
msgid ""
|
||||
"Click OK to update the Network plug-in when Bambu Studio launches next time."
|
||||
"Click OK to update the Network plug-in when Orca Slicer launches next time."
|
||||
msgstr ""
|
||||
"OK をクリックすると、次回 Bambu Studio を起動したときにネットワークプラグイン"
|
||||
"OK をクリックすると、次回 Orca Slicer を起動したときにネットワークプラグイン"
|
||||
"が更新されます。"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "A new Network plug-in(%s) available, Do you want to install it?"
|
||||
msgstr "新しいプラグイン (%s) が発見しました、インストールしますか?"
|
||||
|
||||
msgid "New version of Bambu Studio"
|
||||
msgid "New version of Orca Slicer"
|
||||
msgstr "新バージョン"
|
||||
|
||||
msgid "Don't remind me of this version again"
|
||||
@@ -6582,9 +6593,8 @@ msgid "LAN Connection Failed (Sending print file)"
|
||||
msgstr "LAN接続失敗 (造形ファイル送信)"
|
||||
|
||||
msgid ""
|
||||
"Step 1, please confirm Bambu Studio and your printer are in the same LAN."
|
||||
msgstr ""
|
||||
"1Bambu Studioとプリンターが同一のLANに繋いでいること確認してください。"
|
||||
"Step 1, please confirm Orca Slicer and your printer are in the same LAN."
|
||||
msgstr "1Orca Slicerとプリンターが同一のLANに繋いでいること確認してください。"
|
||||
|
||||
msgid ""
|
||||
"Step 2, if the IP and Access Code below are different from the actual values "
|
||||
@@ -7694,6 +7704,14 @@ msgstr "造形完了時のG-codeを追加"
|
||||
msgid "End G-code when finish the printing of this filament"
|
||||
msgstr "このフィラメントを使用終わった時のG-codeを追加"
|
||||
|
||||
msgid "Ensure vertical shell thickness"
|
||||
msgstr "壁の厚さを確保"
|
||||
|
||||
msgid ""
|
||||
"Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
"thickness (top+bottom solid layers)"
|
||||
msgstr "傾斜面にソリッドインフィルを追加"
|
||||
|
||||
msgid "Top surface pattern"
|
||||
msgstr "トップ面パターン"
|
||||
|
||||
@@ -8869,8 +8887,11 @@ msgstr ""
|
||||
msgid "Min print speed"
|
||||
msgstr "最小造形速度"
|
||||
|
||||
msgid "The minimum printing speed when slow down for cooling"
|
||||
msgstr "冷却のために速度を落とした時の最低造形速度。"
|
||||
msgid ""
|
||||
"The minimum printing speed for the filament when slow down for better layer "
|
||||
"cooling is enabled, when printing overhangs and when feature speeds are not "
|
||||
"specified explicitly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Nozzle diameter"
|
||||
msgstr "ノズル直径"
|
||||
@@ -9118,22 +9139,6 @@ msgstr ""
|
||||
"リトラクション時に、ノズルを少し上げてから移動します。この動作でモデルとの衝"
|
||||
"突を回避できます。"
|
||||
|
||||
msgid "Z hop lower boundary"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Z hop will only come into effect when Z is above this value and is below the "
|
||||
"parameter: \"Z hop upper boundary\""
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop upper boundary"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"If this value is positive, Z hop will only come into effect when Z is above "
|
||||
"the parameter: \"Z hop lower boundary\" and is below this value"
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop type"
|
||||
msgstr ""
|
||||
|
||||
@@ -9820,6 +9825,9 @@ msgid ""
|
||||
"tool change"
|
||||
msgstr "フィラメントを切り替える直後に実行するG-codeです。"
|
||||
|
||||
msgid "This gcode is inserted when the extrusion role is changed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Line width for top surfaces. If expressed as a %, it will be computed over "
|
||||
"the nozzle diameter."
|
||||
@@ -10158,6 +10166,18 @@ msgstr ""
|
||||
"thickness of the feature, the wall will become as thick as the feature "
|
||||
"itself. It's expressed as a percentage over nozzle diameter"
|
||||
|
||||
msgid "Detect narrow internal solid infill"
|
||||
msgstr "薄いソリッド インフィル検出"
|
||||
|
||||
msgid ""
|
||||
"This option will auto detect narrow internal solid infill area. If enabled, "
|
||||
"concentric pattern will be used for the area to speed printing up. "
|
||||
"Otherwise, rectilinear pattern is used defaultly."
|
||||
msgstr ""
|
||||
"ソリッド インフィル領域に狭い部分があるか検出します。その設定を有効にする場"
|
||||
"合、狭い領域は同心パターンを使用し、それ以外の領域は、直線パターンを使用しま"
|
||||
"す。"
|
||||
|
||||
msgid "invalid value "
|
||||
msgstr "invalid value "
|
||||
|
||||
@@ -11466,6 +11486,18 @@ msgid ""
|
||||
"temperature. More info about this in the Wiki."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Embeded"
|
||||
#~ msgstr "Embedded"
|
||||
|
||||
#~ msgid "Online Models"
|
||||
#~ msgstr "Online Models"
|
||||
|
||||
#~ msgid "Show online staff-picked models on the home page"
|
||||
#~ msgstr "Show online staff-picked models on the home page"
|
||||
|
||||
#~ msgid "The minimum printing speed when slow down for cooling"
|
||||
#~ msgstr "冷却のために速度を落とした時の最低造形速度。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The bed temperature exceeds filament's vitrification temperature. Please "
|
||||
#~ "open the front door of printer before printing to avoid nozzle clog."
|
||||
@@ -11473,14 +11505,6 @@ msgstr ""
|
||||
#~ "ベッド温度がフィラメントの軟化温度より高いです、ノズル詰まりが発生する可能"
|
||||
#~ "性があります。ベッド温度を下げるか、プリンタのドアを開けてください。"
|
||||
|
||||
#~ msgid "Ensure vertical shell thickness"
|
||||
#~ msgstr "壁の厚さを確保"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
#~ "thickness (top+bottom solid layers)"
|
||||
#~ msgstr "傾斜面にソリッドインフィルを追加"
|
||||
|
||||
#~ msgid "Temperature of vitrificaiton"
|
||||
#~ msgstr "軟化温度"
|
||||
|
||||
@@ -11500,18 +11524,6 @@ msgstr ""
|
||||
#~ "cooling layers"
|
||||
#~ msgstr "補助パーツ冷却ファンの回転速度です。"
|
||||
|
||||
#~ msgid "Detect narrow internal solid infill"
|
||||
#~ msgstr "薄いソリッド インフィル検出"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "This option will auto detect narrow internal solid infill area. If "
|
||||
#~ "enabled, concentric pattern will be used for the area to speed printing "
|
||||
#~ "up. Otherwise, rectilinear pattern is used defaultly."
|
||||
#~ msgstr ""
|
||||
#~ "ソリッド インフィル領域に狭い部分があるか検出します。その設定を有効にする"
|
||||
#~ "場合、狭い領域は同心パターンを使用し、それ以外の領域は、直線パターンを使用"
|
||||
#~ "します。"
|
||||
|
||||
#~ msgid "Empty layers around bottom are replaced by nearest normal layers."
|
||||
#~ msgstr "底面との隙間があります、レイヤーを入れ替えました"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-24 19:49+0800\n"
|
||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
||||
"PO-Revision-Date: 2023-10-26 16:47+0900\n"
|
||||
"Last-Translator: Hotsolidinfill\n"
|
||||
"Language-Team: \n"
|
||||
@@ -495,27 +495,12 @@ msgstr "솔기 칠하기"
|
||||
msgid "Remove selection"
|
||||
msgstr "선택 삭제"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + 마우스 위 or 아래"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "텍스트 회전"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "텍스트 모양"
|
||||
|
||||
msgid "Font"
|
||||
msgstr "글꼴"
|
||||
|
||||
msgid "Thickness"
|
||||
msgstr "두께"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "텍스트 입력"
|
||||
|
||||
msgid "Embeded"
|
||||
msgstr "매입"
|
||||
|
||||
msgid "Text Gap"
|
||||
msgstr "글자 간격"
|
||||
|
||||
@@ -529,12 +514,24 @@ msgstr ""
|
||||
"내장\n"
|
||||
"깊이"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "텍스트 입력"
|
||||
|
||||
msgid "Surface"
|
||||
msgstr "표면"
|
||||
|
||||
msgid "Horizontal text"
|
||||
msgstr "가로 텍스트"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + 마우스 위 or 아래"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "텍스트 회전"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "텍스트 모양"
|
||||
|
||||
msgid "Ctrl+"
|
||||
msgstr "Ctrl+"
|
||||
|
||||
@@ -623,13 +620,6 @@ msgstr ""
|
||||
msgid "WebView2 Runtime"
|
||||
msgstr "WebView2 런타임"
|
||||
|
||||
msgid ""
|
||||
"OrcaSlicer configuration file may be corrupted and is not abled to be parsed."
|
||||
"Please delete the file and try again."
|
||||
msgstr ""
|
||||
"OrcaSlicer 구성 파일이 손상되어 구문 분석할 수 없습니다. 파일을 삭제하고 다"
|
||||
"시 시도하십시오."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"%s\n"
|
||||
@@ -657,6 +647,13 @@ msgstr "최신 버전입니다."
|
||||
msgid "Info"
|
||||
msgstr "정보"
|
||||
|
||||
msgid ""
|
||||
"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n"
|
||||
"OrcaSlicer has attempted to recreate the configuration file.\n"
|
||||
"Please note, application settings will be lost, but printer profiles will "
|
||||
"not be affected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Rebuild"
|
||||
msgstr "재빌드"
|
||||
|
||||
@@ -3704,11 +3701,11 @@ msgstr "가상 카메라 도구 다운로드"
|
||||
|
||||
msgid ""
|
||||
"Another virtual camera is running.\n"
|
||||
"Bambu Studio supports only a single virtual camera.\n"
|
||||
"Orca Slicer supports only a single virtual camera.\n"
|
||||
"Do you want to stop this virtual camera?"
|
||||
msgstr ""
|
||||
"다른 가상 카메라가 실행 중입니다.\n"
|
||||
"Bambu Studio는 단일 가상 카메라만 지원합니다.\n"
|
||||
"Orca Slicer는 단일 가상 카메라만 지원합니다.\n"
|
||||
"이 가상 카메라를 중지하시겠습니까?"
|
||||
|
||||
#, c-format, boost-format
|
||||
@@ -3817,7 +3814,7 @@ msgid "Failed to parse model infomations."
|
||||
msgstr "모델 정보를 해석하지 못했습니다."
|
||||
|
||||
msgid ""
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it whthBambu Studio "
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer "
|
||||
"and export a new .gcode.3mf file."
|
||||
msgstr ""
|
||||
".gcode.3mf 파일에는 G코드 데이터가 없습니다. OrcaSlicer에서 이를 슬라이스하"
|
||||
@@ -4767,11 +4764,11 @@ msgid "Project downloaded %d%%"
|
||||
msgstr "프로젝트 다운로드 %d%%"
|
||||
|
||||
msgid ""
|
||||
"Importing to Bambu Studio failed. Please download the file and manually "
|
||||
"Importing to Orca Slicer failed. Please download the file and manually "
|
||||
"import it."
|
||||
msgstr ""
|
||||
"Bambu Studio로 가져오는 데 실패했습니다. 파일을 다운로드하여 수동으로 가져오"
|
||||
"세요."
|
||||
"Orca Slicer로 가져오는 데 실패했습니다. 파일을 다운로드하여 수동으로 가져오세"
|
||||
"요."
|
||||
|
||||
msgid "The selected file"
|
||||
msgstr "선택한 파일"
|
||||
@@ -5000,6 +4997,15 @@ msgstr "야드파운드법"
|
||||
msgid "Units"
|
||||
msgstr "단위"
|
||||
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
msgid "Default Page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Set the page opened on startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Zoom to mouse position"
|
||||
msgstr "마우스 위치로 확대"
|
||||
|
||||
@@ -5016,6 +5022,12 @@ msgstr ""
|
||||
"활성화된 경우 자유로운 카메라 앵글을 사용합니다. 활성화되지 않은 경우 제한된 "
|
||||
"카메라 앵글을 사용합니다."
|
||||
|
||||
msgid "Show splash screen"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show \"Tip of the day\" notification after start"
|
||||
msgstr "시작 후 \"오늘의 팁\" 알림 표시"
|
||||
|
||||
@@ -5071,12 +5083,6 @@ msgstr ""
|
||||
"활성화된 경우 OrcaSlicer를 기본 응용 프로그램으로 설정하여 .step 파일을 엽니"
|
||||
"다"
|
||||
|
||||
msgid "Online Models"
|
||||
msgstr "온라인 모델"
|
||||
|
||||
msgid "Show online staff-picked models on the home page"
|
||||
msgstr "홈페이지에서 추천 온라인 모델 보기"
|
||||
|
||||
msgid "Maximum recent projects"
|
||||
msgstr "최근 프로젝트 최대 표시"
|
||||
|
||||
@@ -5628,8 +5634,8 @@ msgstr "업그레이드가 진행 중일 때 출력 작업을 보낼 수 없습
|
||||
msgid "An SD card needs to be inserted before send to printer SD card."
|
||||
msgstr "프린터 SD 카드로 보내기 전에 SD 카드를 삽입해야 합니다."
|
||||
|
||||
msgid "The printer is required to be in the same LAN as Bambu Studio."
|
||||
msgstr "프린터는 Bambu Studio와 동일한 LAN에 있어야 합니다."
|
||||
msgid "The printer is required to be in the same LAN as Orca Slicer."
|
||||
msgstr "프린터는 Orca Slicer와 동일한 LAN에 있어야 합니다."
|
||||
|
||||
msgid "The printer does not support sending to printer SD card."
|
||||
msgstr "프린터는 프린터 SD 카드로의 전송을 지원하지 않습니다."
|
||||
@@ -5813,8 +5819,8 @@ msgstr ""
|
||||
msgid ""
|
||||
"When recording timelapse without toolhead, it is recommended to add a "
|
||||
"\"Timelapse Wipe Tower\" \n"
|
||||
"by right-click the empty position of build plate and choose \"Add "
|
||||
"Primitive\"->\"Timelapse Wipe Tower\"."
|
||||
"by right-click the empty position of build plate and choose \"Add Primitive"
|
||||
"\"->\"Timelapse Wipe Tower\"."
|
||||
msgstr ""
|
||||
"툴헤드 없이 시간 경과를 기록할 경우 \"타임랩스 닦기 타워\"를 추가하는 것이 좋"
|
||||
"습니다\n"
|
||||
@@ -6087,6 +6093,9 @@ msgstr "타임랩스 G코드"
|
||||
msgid "Change filament G-code"
|
||||
msgstr "필라멘트 교체 G코드"
|
||||
|
||||
msgid "Change extrusion role G-code"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pause G-code"
|
||||
msgstr "일시정지 G코드"
|
||||
|
||||
@@ -6701,16 +6710,16 @@ msgid "Network plug-in update"
|
||||
msgstr "네트워크 플러그인 업데이트"
|
||||
|
||||
msgid ""
|
||||
"Click OK to update the Network plug-in when Bambu Studio launches next time."
|
||||
"Click OK to update the Network plug-in when Orca Slicer launches next time."
|
||||
msgstr ""
|
||||
"다음 번 Bambu Studio를 시작할 때 네트워크 플러그인을 업데이트하려면 확인을 클"
|
||||
"다음 번 Orca Slicer를 시작할 때 네트워크 플러그인을 업데이트하려면 확인을 클"
|
||||
"릭합니다."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "A new Network plug-in(%s) available, Do you want to install it?"
|
||||
msgstr "새 네트워크 플러그인(%s)을 사용할 수 있습니다. 설치하시겠습니까?"
|
||||
|
||||
msgid "New version of Bambu Studio"
|
||||
msgid "New version of Orca Slicer"
|
||||
msgstr "뱀부 스튜디오의 새 버전"
|
||||
|
||||
msgid "Don't remind me of this version again"
|
||||
@@ -6723,9 +6732,9 @@ msgid "LAN Connection Failed (Sending print file)"
|
||||
msgstr "LAN 연결 실패(출력 파일 전송 중)"
|
||||
|
||||
msgid ""
|
||||
"Step 1, please confirm Bambu Studio and your printer are in the same LAN."
|
||||
"Step 1, please confirm Orca Slicer and your printer are in the same LAN."
|
||||
msgstr ""
|
||||
"1단계, Bambu Studio와 프린터가 동일한 인터넷 망에 연결되어 있는지 확인하십시"
|
||||
"1단계, Orca Slicer와 프린터가 동일한 인터넷 망에 연결되어 있는지 확인하십시"
|
||||
"오."
|
||||
|
||||
msgid ""
|
||||
@@ -7907,6 +7916,16 @@ msgstr "전체 출력이 끝날때의 End G-code"
|
||||
msgid "End G-code when finish the printing of this filament"
|
||||
msgstr "이 필라멘트의 출력이 끝날때의 End G-code"
|
||||
|
||||
msgid "Ensure vertical shell thickness"
|
||||
msgstr "수직 쉘 두께 확보"
|
||||
|
||||
msgid ""
|
||||
"Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
"thickness (top+bottom solid layers)"
|
||||
msgstr ""
|
||||
"경사진 표면 근처에 꽉찬 내부 채움을 추가하여 수직 쉘 두께를 보장합니다(상단"
|
||||
"+하단 꽉찬 레이어)"
|
||||
|
||||
msgid "Top surface pattern"
|
||||
msgstr "상단 표면 패턴"
|
||||
|
||||
@@ -8596,10 +8615,10 @@ msgstr "팬 최대 속도 레이어"
|
||||
|
||||
msgid ""
|
||||
"Fan speed will be ramped up linearly from zero at layer "
|
||||
"\"close_fan_the_first_x_layers\" to maximum at layer "
|
||||
"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower "
|
||||
"than \"close_fan_the_first_x_layers\", in which case the fan will be running "
|
||||
"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1."
|
||||
"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer"
|
||||
"\". \"full_fan_speed_layer\" will be ignored if lower than "
|
||||
"\"close_fan_the_first_x_layers\", in which case the fan will be running at "
|
||||
"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1."
|
||||
msgstr ""
|
||||
"팬 속도는 \"close_fan_the_first_x_layers\" 의 0에서 \"full_fan_speed_layer\" "
|
||||
"의 최고 속도까지 선형적으로 증가합니다. \"full_fan_speed_layer\"가 "
|
||||
@@ -9231,8 +9250,11 @@ msgstr ""
|
||||
msgid "Min print speed"
|
||||
msgstr "최소 출력 속도"
|
||||
|
||||
msgid "The minimum printing speed when slow down for cooling"
|
||||
msgstr "\"레이어 냉각 향상을 위한 감속\" 시 최소 출력 속도"
|
||||
msgid ""
|
||||
"The minimum printing speed for the filament when slow down for better layer "
|
||||
"cooling is enabled, when printing overhangs and when feature speeds are not "
|
||||
"specified explicitly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Nozzle diameter"
|
||||
msgstr "노즐 직경"
|
||||
@@ -9504,26 +9526,6 @@ msgstr ""
|
||||
"니다. 이동 시 노즐이 출력물에 부딪히는 것을 방지합니다. 나선 라인(Spiral "
|
||||
"line)을 사용하여 Z를 올리면 실 발생을 방지할 수 있습니다"
|
||||
|
||||
msgid "Z hop lower boundary"
|
||||
msgstr "Z 올리기 하한 경계"
|
||||
|
||||
msgid ""
|
||||
"Z hop will only come into effect when Z is above this value and is below the "
|
||||
"parameter: \"Z hop upper boundary\""
|
||||
msgstr ""
|
||||
"Z 올리기는 Z가 이 값보다 크고 \"Z 올리기 상한 경계\" 매개변수 아래인 경우에"
|
||||
"만 적용됩니다."
|
||||
|
||||
msgid "Z hop upper boundary"
|
||||
msgstr "Z 올리기 상한 경계"
|
||||
|
||||
msgid ""
|
||||
"If this value is positive, Z hop will only come into effect when Z is above "
|
||||
"the parameter: \"Z hop lower boundary\" and is below this value"
|
||||
msgstr ""
|
||||
"이 값이 양수인 경우 Z 올리기는 Z가 매개변수 \"Z 올리기 하한 경계\"보다 높고 "
|
||||
"이 값보다 낮을 때만 적용됩니다"
|
||||
|
||||
msgid "Z hop type"
|
||||
msgstr "Z 올리기 유형"
|
||||
|
||||
@@ -10285,6 +10287,9 @@ msgstr ""
|
||||
"이 G코드는 도구 변경을 유발하는 T 명령을 포함하여 필라멘트를 변경할 때 삽입됩"
|
||||
"니다"
|
||||
|
||||
msgid "This gcode is inserted when the extrusion role is changed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Line width for top surfaces. If expressed as a %, it will be computed over "
|
||||
"the nozzle diameter."
|
||||
@@ -10654,6 +10659,18 @@ msgstr ""
|
||||
"비가 형상의 두께보다 얇은 경우 벽은 형상 자체만큼 두꺼워집니다. 노즐 직경에 "
|
||||
"대한 백분율로 표시됩니다"
|
||||
|
||||
msgid "Detect narrow internal solid infill"
|
||||
msgstr "좁은 내부 꽉찬 내부 채움 감지"
|
||||
|
||||
msgid ""
|
||||
"This option will auto detect narrow internal solid infill area. If enabled, "
|
||||
"concentric pattern will be used for the area to speed printing up. "
|
||||
"Otherwise, rectilinear pattern is used defaultly."
|
||||
msgstr ""
|
||||
"이 옵션은 좁은 내부 꽉찬 내부 채움 영역을 자동으로 감지합니다. 활성화하면 출"
|
||||
"력 속도를 높이기 위해 해당 영역에 동심 패턴이 사용됩니다. 그렇지 않으면 직선 "
|
||||
"패턴이 기본적으로 사용됩니다."
|
||||
|
||||
msgid "invalid value "
|
||||
msgstr "잘못된 값 "
|
||||
|
||||
@@ -12096,6 +12113,45 @@ msgstr ""
|
||||
"기/핫엔드가 막힐 가능성을 줄일 수 있습니다. 이에 대한 자세한 내용은 Wiki에서 "
|
||||
"확인하세요."
|
||||
|
||||
#~ msgid "Embeded"
|
||||
#~ msgstr "매입"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "OrcaSlicer configuration file may be corrupted and is not abled to be "
|
||||
#~ "parsed.Please delete the file and try again."
|
||||
#~ msgstr ""
|
||||
#~ "OrcaSlicer 구성 파일이 손상되어 구문 분석할 수 없습니다. 파일을 삭제하고 "
|
||||
#~ "다시 시도하십시오."
|
||||
|
||||
#~ msgid "Online Models"
|
||||
#~ msgstr "온라인 모델"
|
||||
|
||||
#~ msgid "Show online staff-picked models on the home page"
|
||||
#~ msgstr "홈페이지에서 추천 온라인 모델 보기"
|
||||
|
||||
#~ msgid "Z hop lower boundary"
|
||||
#~ msgstr "Z 올리기 하한 경계"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Z hop will only come into effect when Z is above this value and is below "
|
||||
#~ "the parameter: \"Z hop upper boundary\""
|
||||
#~ msgstr ""
|
||||
#~ "Z 올리기는 Z가 이 값보다 크고 \"Z 올리기 상한 경계\" 매개변수 아래인 경우"
|
||||
#~ "에만 적용됩니다."
|
||||
|
||||
#~ msgid "Z hop upper boundary"
|
||||
#~ msgstr "Z 올리기 상한 경계"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "If this value is positive, Z hop will only come into effect when Z is "
|
||||
#~ "above the parameter: \"Z hop lower boundary\" and is below this value"
|
||||
#~ msgstr ""
|
||||
#~ "이 값이 양수인 경우 Z 올리기는 Z가 매개변수 \"Z 올리기 하한 경계\"보다 높"
|
||||
#~ "고 이 값보다 낮을 때만 적용됩니다"
|
||||
|
||||
#~ msgid "The minimum printing speed when slow down for cooling"
|
||||
#~ msgstr "\"레이어 냉각 향상을 위한 감속\" 시 최소 출력 속도"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "There are currently no identical spare consumables available, and "
|
||||
#~ "automatic replenishment is currently not possible. \n"
|
||||
@@ -12119,16 +12175,6 @@ msgstr ""
|
||||
#~ msgid "Activate for better air filtration"
|
||||
#~ msgstr "더 나은 공기 여과를 위해 활성화하세요"
|
||||
|
||||
#~ msgid "Ensure vertical shell thickness"
|
||||
#~ msgstr "수직 쉘 두께 확보"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
#~ "thickness (top+bottom solid layers)"
|
||||
#~ msgstr ""
|
||||
#~ "경사진 표면 근처에 꽉찬 내부 채움을 추가하여 수직 쉘 두께를 보장합니다(상"
|
||||
#~ "단+하단 꽉찬 레이어)"
|
||||
|
||||
#~ msgid "Temperature of vitrificaiton"
|
||||
#~ msgstr "유리 전이 온도"
|
||||
|
||||
@@ -12157,18 +12203,6 @@ msgstr ""
|
||||
#~ "보조 출력 냉각 팬의 속도입니다. 냉각 중지 레이어로 정의된 처음 몇 개의 레"
|
||||
#~ "이어를 제외하고 출력 중에 보조 팬이 이 속도로 작동됩니다"
|
||||
|
||||
#~ msgid "Detect narrow internal solid infill"
|
||||
#~ msgstr "좁은 내부 꽉찬 내부 채움 감지"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "This option will auto detect narrow internal solid infill area. If "
|
||||
#~ "enabled, concentric pattern will be used for the area to speed printing "
|
||||
#~ "up. Otherwise, rectilinear pattern is used defaultly."
|
||||
#~ msgstr ""
|
||||
#~ "이 옵션은 좁은 내부 꽉찬 내부 채움 영역을 자동으로 감지합니다. 활성화하면 "
|
||||
#~ "출력 속도를 높이기 위해 해당 영역에 동심 패턴이 사용됩니다. 그렇지 않으면 "
|
||||
#~ "직선 패턴이 기본적으로 사용됩니다."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Filter out gaps smaller than the threshold specified. This setting won't "
|
||||
#~ "affect top/bottom layers"
|
||||
|
||||
@@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-24 19:49+0800\n"
|
||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
||||
"Language: nl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -492,28 +492,12 @@ msgstr "Naad schilderen"
|
||||
msgid "Remove selection"
|
||||
msgstr "Selectie verwijderen"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + Muis op of neer"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Draai tekst"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "Tekstvorm"
|
||||
|
||||
msgid "Font"
|
||||
msgstr "Lettertype"
|
||||
|
||||
msgid "Thickness"
|
||||
msgstr "Dikte"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "Tekst invoeren"
|
||||
|
||||
# Source and destination string both English but don't match!
|
||||
msgid "Embeded"
|
||||
msgstr "Embedded"
|
||||
|
||||
msgid "Text Gap"
|
||||
msgstr "Tekstruimte"
|
||||
|
||||
@@ -525,12 +509,24 @@ msgid ""
|
||||
"depth"
|
||||
msgstr "Embedded depth"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "Tekst invoeren"
|
||||
|
||||
msgid "Surface"
|
||||
msgstr "Oppervlak"
|
||||
|
||||
msgid "Horizontal text"
|
||||
msgstr "Horizontale tekst"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + Muis op of neer"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Draai tekst"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "Tekstvorm"
|
||||
|
||||
msgid "Ctrl+"
|
||||
msgstr "Ctrl+"
|
||||
|
||||
@@ -623,13 +619,6 @@ msgstr ""
|
||||
msgid "WebView2 Runtime"
|
||||
msgstr "WebView2 Runtime"
|
||||
|
||||
msgid ""
|
||||
"OrcaSlicer configuration file may be corrupted and is not abled to be parsed."
|
||||
"Please delete the file and try again."
|
||||
msgstr ""
|
||||
"OrcaSlicer configuratiebestand is mogelijks corrupt, en kan niet verwerkt "
|
||||
"worden.Verwijder het configuratiebestand en probeer het opnieuw."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"%s\n"
|
||||
@@ -658,6 +647,13 @@ msgstr "Dit is de nieuwste versie."
|
||||
msgid "Info"
|
||||
msgstr "Informatie"
|
||||
|
||||
msgid ""
|
||||
"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n"
|
||||
"OrcaSlicer has attempted to recreate the configuration file.\n"
|
||||
"Please note, application settings will be lost, but printer profiles will "
|
||||
"not be affected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Rebuild"
|
||||
msgstr "Herbouwen"
|
||||
|
||||
@@ -3758,11 +3754,11 @@ msgstr "Hulpmiddelen voor virtuele camera's downloaden"
|
||||
|
||||
msgid ""
|
||||
"Another virtual camera is running.\n"
|
||||
"Bambu Studio supports only a single virtual camera.\n"
|
||||
"Orca Slicer supports only a single virtual camera.\n"
|
||||
"Do you want to stop this virtual camera?"
|
||||
msgstr ""
|
||||
"Er draait nog een virtuele camera.\n"
|
||||
"Bambu Studio ondersteunt slechts één virtuele camera.\n"
|
||||
"Orca Slicer ondersteunt slechts één virtuele camera.\n"
|
||||
"Wil je deze virtuele camera stoppen?"
|
||||
|
||||
#, c-format, boost-format
|
||||
@@ -3872,7 +3868,7 @@ msgid "Failed to parse model infomations."
|
||||
msgstr "Failed to parse model infomation"
|
||||
|
||||
msgid ""
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it whthBambu Studio "
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer "
|
||||
"and export a new .gcode.3mf file."
|
||||
msgstr ""
|
||||
|
||||
@@ -4827,7 +4823,7 @@ msgid "Project downloaded %d%%"
|
||||
msgstr "Project %d%% gedownload"
|
||||
|
||||
msgid ""
|
||||
"Importing to Bambu Studio failed. Please download the file and manually "
|
||||
"Importing to Orca Slicer failed. Please download the file and manually "
|
||||
"import it."
|
||||
msgstr ""
|
||||
|
||||
@@ -5064,6 +5060,15 @@ msgstr "Imperiaal"
|
||||
msgid "Units"
|
||||
msgstr "Eenheden"
|
||||
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
msgid "Default Page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Set the page opened on startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Zoom to mouse position"
|
||||
msgstr "Zoom to mouse position"
|
||||
|
||||
@@ -5080,6 +5085,12 @@ msgstr ""
|
||||
msgid "If enabled, use free camera. If not enabled, use constrained camera."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show splash screen"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show \"Tip of the day\" notification after start"
|
||||
msgstr "Toon de melding 'Tip van de dag' na het starten"
|
||||
|
||||
@@ -5140,12 +5151,6 @@ msgstr ""
|
||||
"Indien ingeschakeld, wordt Orca Slicer ingesteld als de standaardtoepassing "
|
||||
"om .step-bestanden te openen"
|
||||
|
||||
msgid "Online Models"
|
||||
msgstr "Online Models"
|
||||
|
||||
msgid "Show online staff-picked models on the home page"
|
||||
msgstr "Show online staff-picked models on the home page"
|
||||
|
||||
msgid "Maximum recent projects"
|
||||
msgstr "Maximum recent projects"
|
||||
|
||||
@@ -5716,8 +5721,8 @@ msgid "An SD card needs to be inserted before send to printer SD card."
|
||||
msgstr ""
|
||||
"A MicroSD card needs to be inserted before sending to the printer SD card."
|
||||
|
||||
msgid "The printer is required to be in the same LAN as Bambu Studio."
|
||||
msgstr "De printer moet zich in hetzelfde LAN bevinden als Bambu Studio."
|
||||
msgid "The printer is required to be in the same LAN as Orca Slicer."
|
||||
msgstr "De printer moet zich in hetzelfde LAN bevinden als Orca Slicer."
|
||||
|
||||
msgid "The printer does not support sending to printer SD card."
|
||||
msgstr ""
|
||||
@@ -6198,6 +6203,9 @@ msgstr ""
|
||||
msgid "Change filament G-code"
|
||||
msgstr "Filament G-code aanpassen"
|
||||
|
||||
msgid "Change extrusion role G-code"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pause G-code"
|
||||
msgstr "Pauzeer G-code"
|
||||
|
||||
@@ -6821,9 +6829,9 @@ msgid "Network plug-in update"
|
||||
msgstr "Netwerk plug-in update"
|
||||
|
||||
msgid ""
|
||||
"Click OK to update the Network plug-in when Bambu Studio launches next time."
|
||||
"Click OK to update the Network plug-in when Orca Slicer launches next time."
|
||||
msgstr ""
|
||||
"Klik op OK om de netwerkplug-in bij te werken wanneer Bambu Studio de "
|
||||
"Klik op OK om de netwerkplug-in bij te werken wanneer Orca Slicer de "
|
||||
"volgende keer wordt gestart."
|
||||
|
||||
#, c-format, boost-format
|
||||
@@ -6831,8 +6839,8 @@ msgid "A new Network plug-in(%s) available, Do you want to install it?"
|
||||
msgstr ""
|
||||
"Een nieuwe netwerk plug-in (%s) is beschikbaar. Wilt je deze installeren?"
|
||||
|
||||
msgid "New version of Bambu Studio"
|
||||
msgstr "Nieuwe versie van Bambu Studio"
|
||||
msgid "New version of Orca Slicer"
|
||||
msgstr "Nieuwe versie van Orca Slicer"
|
||||
|
||||
msgid "Don't remind me of this version again"
|
||||
msgstr "Herinner me niet meer aan deze versie."
|
||||
@@ -6844,9 +6852,9 @@ msgid "LAN Connection Failed (Sending print file)"
|
||||
msgstr "LAN-verbinding mislukt (verzenden afdrukbestand)"
|
||||
|
||||
msgid ""
|
||||
"Step 1, please confirm Bambu Studio and your printer are in the same LAN."
|
||||
"Step 1, please confirm Orca Slicer and your printer are in the same LAN."
|
||||
msgstr ""
|
||||
"Stap 1, bevestig dat Bambu Studio en uw printer zich in hetzelfde LAN "
|
||||
"Stap 1, bevestig dat Orca Slicer en uw printer zich in hetzelfde LAN "
|
||||
"bevinden."
|
||||
|
||||
msgid ""
|
||||
@@ -6921,7 +6929,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"De firmwareversie is abnormaal. Repareren en bijwerken is vereist voor het "
|
||||
"afdrukken. Wil je nu updaten? Je kunt ook later op de printer updaten of "
|
||||
"updaten wanneer je Bambu Studio de volgende keer start."
|
||||
"updaten wanneer je Orca Slicer de volgende keer start."
|
||||
|
||||
msgid "Extension Board"
|
||||
msgstr "Extension Board"
|
||||
@@ -8036,6 +8044,16 @@ msgid "End G-code when finish the printing of this filament"
|
||||
msgstr ""
|
||||
"Voeg een eind G-code toe bij het afronden van het printen van dit filament."
|
||||
|
||||
msgid "Ensure vertical shell thickness"
|
||||
msgstr "Zorg voor een verticale schaaldikte"
|
||||
|
||||
msgid ""
|
||||
"Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
"thickness (top+bottom solid layers)"
|
||||
msgstr ""
|
||||
"Voeg dichte vulling toe in de buurt van hellende oppervlakken om de "
|
||||
"verticale schaaldikte te garanderen (boven+onder vaste lagen)."
|
||||
|
||||
msgid "Top surface pattern"
|
||||
msgstr "Patroon bovenvlak"
|
||||
|
||||
@@ -9270,8 +9288,11 @@ msgstr ""
|
||||
msgid "Min print speed"
|
||||
msgstr "Minimale print snelheid"
|
||||
|
||||
msgid "The minimum printing speed when slow down for cooling"
|
||||
msgstr "De minimale printsnelheid indien er afgeremd wordt om af te koelen"
|
||||
msgid ""
|
||||
"The minimum printing speed for the filament when slow down for better layer "
|
||||
"cooling is enabled, when printing overhangs and when feature speeds are not "
|
||||
"specified explicitly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Nozzle diameter"
|
||||
msgstr "Nozzle diameter"
|
||||
@@ -9539,22 +9560,6 @@ msgstr ""
|
||||
"de nozzle de print raakt bij veplaatsen. Het gebruik van spiraallijnen om Z "
|
||||
"op te tillen kan stringing voorkomen."
|
||||
|
||||
msgid "Z hop lower boundary"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Z hop will only come into effect when Z is above this value and is below the "
|
||||
"parameter: \"Z hop upper boundary\""
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop upper boundary"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"If this value is positive, Z hop will only come into effect when Z is above "
|
||||
"the parameter: \"Z hop lower boundary\" and is below this value"
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop type"
|
||||
msgstr ""
|
||||
|
||||
@@ -10280,6 +10285,9 @@ msgstr ""
|
||||
"Deze G-code wordt ingevoegd wanneer filament wordt vervangen, inclusief T-"
|
||||
"commando's om gereedschapswissel te activeren."
|
||||
|
||||
msgid "This gcode is inserted when the extrusion role is changed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Line width for top surfaces. If expressed as a %, it will be computed over "
|
||||
"the nozzle diameter."
|
||||
@@ -10649,6 +10657,19 @@ msgstr ""
|
||||
"van het element, wordt de muur net zo dik als het object zelf. Dit wordt "
|
||||
"uitgedrukt als een percentage ten opzichte van de diameter van de nozzle"
|
||||
|
||||
msgid "Detect narrow internal solid infill"
|
||||
msgstr "Detecteer dichte interne solide vulling (infill)"
|
||||
|
||||
msgid ""
|
||||
"This option will auto detect narrow internal solid infill area. If enabled, "
|
||||
"concentric pattern will be used for the area to speed printing up. "
|
||||
"Otherwise, rectilinear pattern is used defaultly."
|
||||
msgstr ""
|
||||
"Deze optie detecteert automatisch smalle interne solide opvul (infill) "
|
||||
"gebieden. Indien ingeschakeld, wordt het concentrische patroon gebruikt voor "
|
||||
"het gebied om het afdrukken te versnellen. Anders wordt standaard het "
|
||||
"rechtlijnige patroon gebruikt."
|
||||
|
||||
msgid "invalid value "
|
||||
msgstr "invalid value "
|
||||
|
||||
@@ -11981,6 +12002,26 @@ msgid ""
|
||||
"temperature. More info about this in the Wiki."
|
||||
msgstr ""
|
||||
|
||||
# Source and destination string both English but don't match!
|
||||
#~ msgid "Embeded"
|
||||
#~ msgstr "Embedded"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "OrcaSlicer configuration file may be corrupted and is not abled to be "
|
||||
#~ "parsed.Please delete the file and try again."
|
||||
#~ msgstr ""
|
||||
#~ "OrcaSlicer configuratiebestand is mogelijks corrupt, en kan niet verwerkt "
|
||||
#~ "worden.Verwijder het configuratiebestand en probeer het opnieuw."
|
||||
|
||||
#~ msgid "Online Models"
|
||||
#~ msgstr "Online Models"
|
||||
|
||||
#~ msgid "Show online staff-picked models on the home page"
|
||||
#~ msgstr "Show online staff-picked models on the home page"
|
||||
|
||||
#~ msgid "The minimum printing speed when slow down for cooling"
|
||||
#~ msgstr "De minimale printsnelheid indien er afgeremd wordt om af te koelen"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The bed temperature exceeds filament's vitrification temperature. Please "
|
||||
#~ "open the front door of printer before printing to avoid nozzle clog."
|
||||
@@ -11989,16 +12030,6 @@ msgstr ""
|
||||
#~ "filament. Open de voorkdeur van de printer voor het printen om "
|
||||
#~ "verstopping van de nozzles te voorkomen."
|
||||
|
||||
#~ msgid "Ensure vertical shell thickness"
|
||||
#~ msgstr "Zorg voor een verticale schaaldikte"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
#~ "thickness (top+bottom solid layers)"
|
||||
#~ msgstr ""
|
||||
#~ "Voeg dichte vulling toe in de buurt van hellende oppervlakken om de "
|
||||
#~ "verticale schaaldikte te garanderen (boven+onder vaste lagen)."
|
||||
|
||||
#~ msgid "Temperature of vitrificaiton"
|
||||
#~ msgstr "Temperatuur van verglazing"
|
||||
|
||||
@@ -12023,19 +12054,6 @@ msgstr ""
|
||||
#~ "op deze snelheid tijdens het afdrukken, behalve de eerste paar lagen, die "
|
||||
#~ "worden gedefinieerd door geen koellagen"
|
||||
|
||||
#~ msgid "Detect narrow internal solid infill"
|
||||
#~ msgstr "Detecteer dichte interne solide vulling (infill)"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "This option will auto detect narrow internal solid infill area. If "
|
||||
#~ "enabled, concentric pattern will be used for the area to speed printing "
|
||||
#~ "up. Otherwise, rectilinear pattern is used defaultly."
|
||||
#~ msgstr ""
|
||||
#~ "Deze optie detecteert automatisch smalle interne solide opvul (infill) "
|
||||
#~ "gebieden. Indien ingeschakeld, wordt het concentrische patroon gebruikt "
|
||||
#~ "voor het gebied om het afdrukken te versnellen. Anders wordt standaard "
|
||||
#~ "het rechtlijnige patroon gebruikt."
|
||||
|
||||
#~ msgid "Empty layers around bottom are replaced by nearest normal layers."
|
||||
#~ msgstr ""
|
||||
#~ "Lege lagen in de buurt van de bodem worden vervangen door de "
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-24 19:49+0800\n"
|
||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
||||
"Language: sv\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -489,27 +489,12 @@ msgstr "Målning av sömmar"
|
||||
msgid "Remove selection"
|
||||
msgstr "Ta bort val"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + Mus flytta uppåt eller nedåt"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Rotera text"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "Text form"
|
||||
|
||||
msgid "Font"
|
||||
msgstr "Typsnitt"
|
||||
|
||||
msgid "Thickness"
|
||||
msgstr "Tjocklek"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "Skriv in text"
|
||||
|
||||
msgid "Embeded"
|
||||
msgstr "Inbäddad"
|
||||
|
||||
msgid "Text Gap"
|
||||
msgstr "Text mellanrum"
|
||||
|
||||
@@ -521,12 +506,24 @@ msgid ""
|
||||
"depth"
|
||||
msgstr "Inbäddat djup"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "Skriv in text"
|
||||
|
||||
msgid "Surface"
|
||||
msgstr "Yta"
|
||||
|
||||
msgid "Horizontal text"
|
||||
msgstr "Vågrät text"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + Mus flytta uppåt eller nedåt"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Rotera text"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "Text form"
|
||||
|
||||
msgid "Ctrl+"
|
||||
msgstr "Ctrl +"
|
||||
|
||||
@@ -609,11 +606,6 @@ msgstr ""
|
||||
msgid "WebView2 Runtime"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"OrcaSlicer configuration file may be corrupted and is not abled to be parsed."
|
||||
"Please delete the file and try again."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"%s\n"
|
||||
@@ -641,6 +633,13 @@ msgstr "Det är den senaste versionen."
|
||||
msgid "Info"
|
||||
msgstr "Info"
|
||||
|
||||
msgid ""
|
||||
"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n"
|
||||
"OrcaSlicer has attempted to recreate the configuration file.\n"
|
||||
"Please note, application settings will be lost, but printer profiles will "
|
||||
"not be affected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Rebuild"
|
||||
msgstr "Återskapa"
|
||||
|
||||
@@ -3713,11 +3712,11 @@ msgstr "Ladda ner Virtuella Kamerans Verktyg"
|
||||
|
||||
msgid ""
|
||||
"Another virtual camera is running.\n"
|
||||
"Bambu Studio supports only a single virtual camera.\n"
|
||||
"Orca Slicer supports only a single virtual camera.\n"
|
||||
"Do you want to stop this virtual camera?"
|
||||
msgstr ""
|
||||
"En annan virtuell kamera körs.\n"
|
||||
"Bambu Studio stöder endast en virtuell kamera.\n"
|
||||
"Orca Slicer stöder endast en virtuell kamera.\n"
|
||||
"Vill du stoppa den här virtuella kameran?"
|
||||
|
||||
#, c-format, boost-format
|
||||
@@ -3827,7 +3826,7 @@ msgid "Failed to parse model infomations."
|
||||
msgstr "Det gick inte att analysera modellinformation"
|
||||
|
||||
msgid ""
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it whthBambu Studio "
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer "
|
||||
"and export a new .gcode.3mf file."
|
||||
msgstr ""
|
||||
|
||||
@@ -4760,7 +4759,7 @@ msgid "Project downloaded %d%%"
|
||||
msgstr "Projektet har laddats ned %d%%"
|
||||
|
||||
msgid ""
|
||||
"Importing to Bambu Studio failed. Please download the file and manually "
|
||||
"Importing to Orca Slicer failed. Please download the file and manually "
|
||||
"import it."
|
||||
msgstr ""
|
||||
|
||||
@@ -4990,6 +4989,15 @@ msgstr "Brittisk standard"
|
||||
msgid "Units"
|
||||
msgstr "Enheter"
|
||||
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
msgid "Default Page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Set the page opened on startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Zoom to mouse position"
|
||||
msgstr "Zooma till musens position"
|
||||
|
||||
@@ -5006,6 +5014,12 @@ msgstr ""
|
||||
msgid "If enabled, use free camera. If not enabled, use constrained camera."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show splash screen"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show \"Tip of the day\" notification after start"
|
||||
msgstr "Visa \"Dagens tips\" efter start"
|
||||
|
||||
@@ -5059,12 +5073,6 @@ msgstr "Associera .step/.stp-filer till OrcaSlicer"
|
||||
msgid "If enabled, sets OrcaSlicer as default application to open .step files"
|
||||
msgstr "Om aktiverad, väljs Orca Slicer som standard att öppna .step filer"
|
||||
|
||||
msgid "Online Models"
|
||||
msgstr "Online modeller"
|
||||
|
||||
msgid "Show online staff-picked models on the home page"
|
||||
msgstr "Visa personalens utvalda modeller online på startsidan"
|
||||
|
||||
msgid "Maximum recent projects"
|
||||
msgstr "Maximalt antal nyligen genomförda projekt"
|
||||
|
||||
@@ -5626,8 +5634,8 @@ msgstr "Det går inte att skicka utskriftsuppgiften när uppgraderingen pågår"
|
||||
msgid "An SD card needs to be inserted before send to printer SD card."
|
||||
msgstr "Ett MicroSD-kort måste sättas i innan du skickar till skrivaren."
|
||||
|
||||
msgid "The printer is required to be in the same LAN as Bambu Studio."
|
||||
msgstr "Skrivaren måste finnas på samma LAN som Bambu Studio."
|
||||
msgid "The printer is required to be in the same LAN as Orca Slicer."
|
||||
msgstr "Skrivaren måste finnas på samma LAN som Orca Slicer."
|
||||
|
||||
msgid "The printer does not support sending to printer SD card."
|
||||
msgstr "Skrivaren har inte stöd för att skicka till skrivarens MicroSD kort."
|
||||
@@ -6101,6 +6109,9 @@ msgstr ""
|
||||
msgid "Change filament G-code"
|
||||
msgstr "Byta filament G-kod"
|
||||
|
||||
msgid "Change extrusion role G-code"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pause G-code"
|
||||
msgstr "Paus G-kod"
|
||||
|
||||
@@ -6714,7 +6725,7 @@ msgid "Network plug-in update"
|
||||
msgstr "Uppdatering av nätverks plugin"
|
||||
|
||||
msgid ""
|
||||
"Click OK to update the Network plug-in when Bambu Studio launches next time."
|
||||
"Click OK to update the Network plug-in when Orca Slicer launches next time."
|
||||
msgstr ""
|
||||
"Klicka på OK för att uppdatera Nätverks plugin programmet nästa gång Bambu "
|
||||
"Studio startar."
|
||||
@@ -6723,8 +6734,8 @@ msgstr ""
|
||||
msgid "A new Network plug-in(%s) available, Do you want to install it?"
|
||||
msgstr "En ny nätverksplugin (%s) är tillgänglig. Vill du installera den?"
|
||||
|
||||
msgid "New version of Bambu Studio"
|
||||
msgstr "Ny version av Bambu Studio"
|
||||
msgid "New version of Orca Slicer"
|
||||
msgstr "Ny version av Orca Slicer"
|
||||
|
||||
msgid "Don't remind me of this version again"
|
||||
msgstr "Påminn mig inte om den här versionen igen."
|
||||
@@ -6736,8 +6747,8 @@ msgid "LAN Connection Failed (Sending print file)"
|
||||
msgstr "LAN-anslutning misslyckades (skickar utskriftsfil)"
|
||||
|
||||
msgid ""
|
||||
"Step 1, please confirm Bambu Studio and your printer are in the same LAN."
|
||||
msgstr "Steg 1: Bekräfta att Bambu Studio och din skrivare finns på samma LAN."
|
||||
"Step 1, please confirm Orca Slicer and your printer are in the same LAN."
|
||||
msgstr "Steg 1: Bekräfta att Orca Slicer och din skrivare finns på samma LAN."
|
||||
|
||||
msgid ""
|
||||
"Step 2, if the IP and Access Code below are different from the actual values "
|
||||
@@ -6811,7 +6822,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Firmware versionen är onormal. Reparation och uppdatering krävs före "
|
||||
"utskrift. Vill du uppdatera nu? Du kan också uppdatera senare på skrivaren "
|
||||
"eller uppdatera nästa gång du startar Bambu Studio."
|
||||
"eller uppdatera nästa gång du startar Orca Slicer."
|
||||
|
||||
msgid "Extension Board"
|
||||
msgstr "Utöknings enhet"
|
||||
@@ -7886,6 +7897,16 @@ msgstr "Lägg till slut G-kod när utskriften har avslutas"
|
||||
msgid "End G-code when finish the printing of this filament"
|
||||
msgstr "Lägg till slut G-kod när utskriften har avslutas med detta filament"
|
||||
|
||||
msgid "Ensure vertical shell thickness"
|
||||
msgstr "Säkerställ vertikal skaltjocklek"
|
||||
|
||||
msgid ""
|
||||
"Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
"thickness (top+bottom solid layers)"
|
||||
msgstr ""
|
||||
"Lägg till massiv fyllning nära sluttande ytor för att garantera den "
|
||||
"vertikala skal tjockleken (topp+bottenfasta lager)."
|
||||
|
||||
msgid "Top surface pattern"
|
||||
msgstr "Topp ytans mönster"
|
||||
|
||||
@@ -9103,8 +9124,11 @@ msgstr ""
|
||||
msgid "Min print speed"
|
||||
msgstr "Min utskrifts hastighet"
|
||||
|
||||
msgid "The minimum printing speed when slow down for cooling"
|
||||
msgstr "Min utskrifts hastighet vid nedsänkning för kylning"
|
||||
msgid ""
|
||||
"The minimum printing speed for the filament when slow down for better layer "
|
||||
"cooling is enabled, when printing overhangs and when feature speeds are not "
|
||||
"specified explicitly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Nozzle diameter"
|
||||
msgstr "Nozzel diameter"
|
||||
@@ -9363,22 +9387,6 @@ msgstr ""
|
||||
"den förflyttas. Att använda spirallinjer för att lyfta z kan förhindra "
|
||||
"strängning"
|
||||
|
||||
msgid "Z hop lower boundary"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Z hop will only come into effect when Z is above this value and is below the "
|
||||
"parameter: \"Z hop upper boundary\""
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop upper boundary"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"If this value is positive, Z hop will only come into effect when Z is above "
|
||||
"the parameter: \"Z hop lower boundary\" and is below this value"
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop type"
|
||||
msgstr ""
|
||||
|
||||
@@ -10091,6 +10099,9 @@ msgstr ""
|
||||
"G-koden sätts in vid filament byte, inklusive T kommando som aktiverar "
|
||||
"verktygs byte"
|
||||
|
||||
msgid "This gcode is inserted when the extrusion role is changed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Line width for top surfaces. If expressed as a %, it will be computed over "
|
||||
"the nozzle diameter."
|
||||
@@ -10451,6 +10462,19 @@ msgstr ""
|
||||
"elementet blir väggen lika tjock som själva elementet. Den uttrycks i "
|
||||
"procent av nozzel diametern."
|
||||
|
||||
msgid "Detect narrow internal solid infill"
|
||||
msgstr "Upptäck tight inre solid ifyllnad"
|
||||
|
||||
msgid ""
|
||||
"This option will auto detect narrow internal solid infill area. If enabled, "
|
||||
"concentric pattern will be used for the area to speed printing up. "
|
||||
"Otherwise, rectilinear pattern is used defaultly."
|
||||
msgstr ""
|
||||
"Detta val kommer att auto upptäcka tight inre solid ifyllnads område. Om "
|
||||
"aktiverat kommer det koncentriska mönstret att användas för området för att "
|
||||
"påskynda utskriften. Annars kommer mönstret med räta linjer att användas som "
|
||||
"standard."
|
||||
|
||||
msgid "invalid value "
|
||||
msgstr "ogiltigt värde "
|
||||
|
||||
@@ -11785,6 +11809,18 @@ msgid ""
|
||||
"temperature. More info about this in the Wiki."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Embeded"
|
||||
#~ msgstr "Inbäddad"
|
||||
|
||||
#~ msgid "Online Models"
|
||||
#~ msgstr "Online modeller"
|
||||
|
||||
#~ msgid "Show online staff-picked models on the home page"
|
||||
#~ msgstr "Visa personalens utvalda modeller online på startsidan"
|
||||
|
||||
#~ msgid "The minimum printing speed when slow down for cooling"
|
||||
#~ msgstr "Min utskrifts hastighet vid nedsänkning för kylning"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The bed temperature exceeds filament's vitrification temperature. Please "
|
||||
#~ "open the front door of printer before printing to avoid nozzle clog."
|
||||
@@ -11793,16 +11829,6 @@ msgstr ""
|
||||
#~ "Öppna skrivarens främre dörr innan du skriver ut för att undvika att "
|
||||
#~ "nozzeln täpps till."
|
||||
|
||||
#~ msgid "Ensure vertical shell thickness"
|
||||
#~ msgstr "Säkerställ vertikal skaltjocklek"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
#~ "thickness (top+bottom solid layers)"
|
||||
#~ msgstr ""
|
||||
#~ "Lägg till massiv fyllning nära sluttande ytor för att garantera den "
|
||||
#~ "vertikala skal tjockleken (topp+bottenfasta lager)."
|
||||
|
||||
#~ msgid "Temperature of vitrificaiton"
|
||||
#~ msgstr "Kristalliserings temperatur"
|
||||
|
||||
@@ -11825,19 +11851,6 @@ msgstr ""
|
||||
#~ "denna hastighet under utskrift förutom de lager som definieras som inga "
|
||||
#~ "kyl lager"
|
||||
|
||||
#~ msgid "Detect narrow internal solid infill"
|
||||
#~ msgstr "Upptäck tight inre solid ifyllnad"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "This option will auto detect narrow internal solid infill area. If "
|
||||
#~ "enabled, concentric pattern will be used for the area to speed printing "
|
||||
#~ "up. Otherwise, rectilinear pattern is used defaultly."
|
||||
#~ msgstr ""
|
||||
#~ "Detta val kommer att auto upptäcka tight inre solid ifyllnads område. Om "
|
||||
#~ "aktiverat kommer det koncentriska mönstret att användas för området för "
|
||||
#~ "att påskynda utskriften. Annars kommer mönstret med räta linjer att "
|
||||
#~ "användas som standard."
|
||||
|
||||
#~ msgid "Empty layers around bottom are replaced by nearest normal layers."
|
||||
#~ msgstr "Tomma lager runt botten ersätts med närmast normala lager."
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: OrcaSlicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-24 19:49+0800\n"
|
||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
||||
"PO-Revision-Date: 2023-10-07 12:57+0300\n"
|
||||
"Last-Translator: Sadri Ercan\n"
|
||||
"Language-Team: Türkçe\n"
|
||||
@@ -497,27 +497,12 @@ msgstr "Dikiş boyama"
|
||||
msgid "Remove selection"
|
||||
msgstr "Seçimi kaldır"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + Fare yukarı veya aşağı hareket ettirir"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Metni döndür"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "Metin şekli"
|
||||
|
||||
msgid "Font"
|
||||
msgstr "Yazı tipi"
|
||||
|
||||
msgid "Thickness"
|
||||
msgstr "Kalınlık"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "Giriş metni"
|
||||
|
||||
msgid "Embeded"
|
||||
msgstr "Gömülü"
|
||||
|
||||
msgid "Text Gap"
|
||||
msgstr "Metin Boşluğu"
|
||||
|
||||
@@ -531,12 +516,24 @@ msgstr ""
|
||||
"Gömülü\n"
|
||||
"derinlik"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "Giriş metni"
|
||||
|
||||
msgid "Surface"
|
||||
msgstr "Yüzey"
|
||||
|
||||
msgid "Horizontal text"
|
||||
msgstr "Yatay metin"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + Fare yukarı veya aşağı hareket ettirir"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Metni döndür"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "Metin şekli"
|
||||
|
||||
msgid "Ctrl+"
|
||||
msgstr "Ctrl+"
|
||||
|
||||
@@ -626,13 +623,6 @@ msgstr ""
|
||||
msgid "WebView2 Runtime"
|
||||
msgstr "WebView2 Çalışma Zamanı"
|
||||
|
||||
msgid ""
|
||||
"OrcaSlicer configuration file may be corrupted and is not abled to be parsed."
|
||||
"Please delete the file and try again."
|
||||
msgstr ""
|
||||
"OrcaSlicer yapılandırma dosyası bozulmuş olabilir ve ayrıştırılması mümkün "
|
||||
"olmayabilir. Lütfen dosyayı silin ve tekrar deneyin."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"%s\n"
|
||||
@@ -660,6 +650,13 @@ msgstr "Bu en yeni versiyondur."
|
||||
msgid "Info"
|
||||
msgstr "Bilgi"
|
||||
|
||||
msgid ""
|
||||
"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n"
|
||||
"OrcaSlicer has attempted to recreate the configuration file.\n"
|
||||
"Please note, application settings will be lost, but printer profiles will "
|
||||
"not be affected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Rebuild"
|
||||
msgstr "Yeniden yükleniyor"
|
||||
|
||||
@@ -3756,11 +3753,11 @@ msgstr "Sanal Kamera Araçlarını İndirme"
|
||||
|
||||
msgid ""
|
||||
"Another virtual camera is running.\n"
|
||||
"Bambu Studio supports only a single virtual camera.\n"
|
||||
"Orca Slicer supports only a single virtual camera.\n"
|
||||
"Do you want to stop this virtual camera?"
|
||||
msgstr ""
|
||||
"Başka bir sanal kamera çalışıyor.\n"
|
||||
"Bambu Studio yalnızca tek bir sanal kamerayı destekler.\n"
|
||||
"Orca Slicer yalnızca tek bir sanal kamerayı destekler.\n"
|
||||
"Bu sanal kamerayı durdurmak istiyor musunuz?"
|
||||
|
||||
#, c-format, boost-format
|
||||
@@ -3872,7 +3869,7 @@ msgid "Failed to parse model infomations."
|
||||
msgstr "Model bilgileri ayrıştırılamadı."
|
||||
|
||||
msgid ""
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it whthBambu Studio "
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer "
|
||||
"and export a new .gcode.3mf file."
|
||||
msgstr ""
|
||||
".gcode.3mf dosyası hiçbir G kodu verisi içermiyor. Lütfen dosyayı Bambu "
|
||||
@@ -4828,10 +4825,10 @@ msgid "Project downloaded %d%%"
|
||||
msgstr "Proje %d%% indirildi"
|
||||
|
||||
msgid ""
|
||||
"Importing to Bambu Studio failed. Please download the file and manually "
|
||||
"Importing to Orca Slicer failed. Please download the file and manually "
|
||||
"import it."
|
||||
msgstr ""
|
||||
"Bambu Studio'ya aktarma başarısız oldu. Lütfen dosyayı indirin ve manuel "
|
||||
"Orca Slicer'ya aktarma başarısız oldu. Lütfen dosyayı indirin ve manuel "
|
||||
"olarak İçe aktarın."
|
||||
|
||||
msgid "The selected file"
|
||||
@@ -5065,6 +5062,15 @@ msgstr "Imperial"
|
||||
msgid "Units"
|
||||
msgstr "Birimler"
|
||||
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
msgid "Default Page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Set the page opened on startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Zoom to mouse position"
|
||||
msgstr "Fare konumuna yakınlaştır"
|
||||
|
||||
@@ -5081,6 +5087,12 @@ msgstr ""
|
||||
msgid "If enabled, use free camera. If not enabled, use constrained camera."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show splash screen"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show \"Tip of the day\" notification after start"
|
||||
msgstr "Başlangıçtan sonra \"Günün ipucu\" bildirimini göster"
|
||||
|
||||
@@ -5138,12 +5150,6 @@ msgstr ""
|
||||
"Etkinleştirilirse, OrcaSlicer'ı .step dosyalarını açmak için varsayılan "
|
||||
"uygulama olarak ayarlar"
|
||||
|
||||
msgid "Online Models"
|
||||
msgstr "Çevrimiçi Modeller"
|
||||
|
||||
msgid "Show online staff-picked models on the home page"
|
||||
msgstr "Personelin çevrimiçi olarak seçtiği modelleri ana sayfada göster"
|
||||
|
||||
msgid "Maximum recent projects"
|
||||
msgstr "Maksimum yeni proje"
|
||||
|
||||
@@ -5708,8 +5714,8 @@ msgstr "Yükseltme devam ederken yazdırma görevi gönderilemiyor"
|
||||
msgid "An SD card needs to be inserted before send to printer SD card."
|
||||
msgstr "Yazıcı SD kartına gönderilmeden önce bir SD kartın takılması gerekir."
|
||||
|
||||
msgid "The printer is required to be in the same LAN as Bambu Studio."
|
||||
msgstr "Yazıcının Bambu Studio ile aynı LAN'da olması gerekir."
|
||||
msgid "The printer is required to be in the same LAN as Orca Slicer."
|
||||
msgstr "Yazıcının Orca Slicer ile aynı LAN'da olması gerekir."
|
||||
|
||||
msgid "The printer does not support sending to printer SD card."
|
||||
msgstr "Yazıcı, yazıcı SD kartına gönderimi desteklemiyor."
|
||||
@@ -6181,6 +6187,9 @@ msgstr "Time lapse G-code"
|
||||
msgid "Change filament G-code"
|
||||
msgstr "Filament değişimi G-kod"
|
||||
|
||||
msgid "Change extrusion role G-code"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pause G-code"
|
||||
msgstr "Duraklatma G-Kod"
|
||||
|
||||
@@ -6801,17 +6810,17 @@ msgid "Network plug-in update"
|
||||
msgstr "Ağ eklentisi güncellemesi"
|
||||
|
||||
msgid ""
|
||||
"Click OK to update the Network plug-in when Bambu Studio launches next time."
|
||||
"Click OK to update the Network plug-in when Orca Slicer launches next time."
|
||||
msgstr ""
|
||||
"Bambu Studio bir sonraki sefer başlatıldığında Ağ eklentisini güncellemek "
|
||||
"Orca Slicer bir sonraki sefer başlatıldığında Ağ eklentisini güncellemek "
|
||||
"için Tamam'a tıklayın."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "A new Network plug-in(%s) available, Do you want to install it?"
|
||||
msgstr "Yeni bir Ağ eklentisi(%s) mevcut, Yüklemek istiyor musunuz?"
|
||||
|
||||
msgid "New version of Bambu Studio"
|
||||
msgstr "Bambu Studio'nun yeni versiyonu"
|
||||
msgid "New version of Orca Slicer"
|
||||
msgstr "Orca Slicer'nun yeni versiyonu"
|
||||
|
||||
msgid "Don't remind me of this version again"
|
||||
msgstr "Bana bir daha bu versiyonu hatırlatma"
|
||||
@@ -6823,9 +6832,9 @@ msgid "LAN Connection Failed (Sending print file)"
|
||||
msgstr "LAN Bağlantısı Başarısız (Yazdırma dosyası gönderiliyor)"
|
||||
|
||||
msgid ""
|
||||
"Step 1, please confirm Bambu Studio and your printer are in the same LAN."
|
||||
"Step 1, please confirm Orca Slicer and your printer are in the same LAN."
|
||||
msgstr ""
|
||||
"Adım 1, lütfen Bambu Studio ile yazıcınızın aynı LAN'da olduğunu doğrulayın."
|
||||
"Adım 1, lütfen Orca Slicer ile yazıcınızın aynı LAN'da olduğunu doğrulayın."
|
||||
|
||||
msgid ""
|
||||
"Step 2, if the IP and Access Code below are different from the actual values "
|
||||
@@ -8038,6 +8047,16 @@ msgstr "Tüm yazdırmayı tamamladığında çalışacak olan G Kodu"
|
||||
msgid "End G-code when finish the printing of this filament"
|
||||
msgstr "Bu filament ile baskı bittiğinde çalışacak G kodu"
|
||||
|
||||
msgid "Ensure vertical shell thickness"
|
||||
msgstr "Dikey kabuk kalınlığını onayla"
|
||||
|
||||
msgid ""
|
||||
"Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
"thickness (top+bottom solid layers)"
|
||||
msgstr ""
|
||||
"Dikey kabuk kalınlığını garanti etmek için eğimli yüzeylerin yakınına katı "
|
||||
"dolgu ekleyin (üst + alt katı katmanlar)"
|
||||
|
||||
msgid "Top surface pattern"
|
||||
msgstr "Üst katman deseni"
|
||||
|
||||
@@ -9397,8 +9416,11 @@ msgstr ""
|
||||
msgid "Min print speed"
|
||||
msgstr "Minimum baskı hızı"
|
||||
|
||||
msgid "The minimum printing speed when slow down for cooling"
|
||||
msgstr "Soğutma için yavaşlama durumunda minimum yazdırma hızı"
|
||||
msgid ""
|
||||
"The minimum printing speed for the filament when slow down for better layer "
|
||||
"cooling is enabled, when printing overhangs and when feature speeds are not "
|
||||
"specified explicitly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Nozzle diameter"
|
||||
msgstr "Nozul çapı"
|
||||
@@ -9682,27 +9704,6 @@ msgstr ""
|
||||
"çarpmasını önler. Z'yi kaldırmak için spiral çizgi kullanmak çekmeyi "
|
||||
"önleyebilir"
|
||||
|
||||
msgid "Z hop lower boundary"
|
||||
msgstr "Z sıçrama alt sınırı"
|
||||
|
||||
msgid ""
|
||||
"Z hop will only come into effect when Z is above this value and is below the "
|
||||
"parameter: \"Z hop upper boundary\""
|
||||
msgstr ""
|
||||
"Z sıçraması yalnızca Z bu değerin üzerinde ve parametrenin altında olduğunda "
|
||||
"devreye girer: \"Z sıçraması üst sınırı\""
|
||||
|
||||
msgid "Z hop upper boundary"
|
||||
msgstr "Z sıçrama üst sınırı"
|
||||
|
||||
msgid ""
|
||||
"If this value is positive, Z hop will only come into effect when Z is above "
|
||||
"the parameter: \"Z hop lower boundary\" and is below this value"
|
||||
msgstr ""
|
||||
"Bu değer pozitifse, Z sıçraması yalnızca Z parametresinin üzerinde olduğunda "
|
||||
"etkinleşir: \"Z sıçrama alt sınırı\" parametresinin üzerinde ve bu değerin "
|
||||
"altında olduğunda"
|
||||
|
||||
msgid "Z hop type"
|
||||
msgstr "Z sıçraması türü"
|
||||
|
||||
@@ -10474,6 +10475,9 @@ msgstr ""
|
||||
"Bu gcode, takım değişimini tetiklemek için T komutu da dahil olmak üzere "
|
||||
"filament değiştirildiğinde eklenir"
|
||||
|
||||
msgid "This gcode is inserted when the extrusion role is changed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Line width for top surfaces. If expressed as a %, it will be computed over "
|
||||
"the nozzle diameter."
|
||||
@@ -10857,6 +10861,18 @@ msgstr ""
|
||||
"duvar, özelliğin kendisi kadar kalın olacaktır. Nozul çapına göre yüzde "
|
||||
"olarak ifade edilir"
|
||||
|
||||
msgid "Detect narrow internal solid infill"
|
||||
msgstr "Dar iç katı dolguyu tespit et"
|
||||
|
||||
msgid ""
|
||||
"This option will auto detect narrow internal solid infill area. If enabled, "
|
||||
"concentric pattern will be used for the area to speed printing up. "
|
||||
"Otherwise, rectilinear pattern is used defaultly."
|
||||
msgstr ""
|
||||
"Bu seçenek dar dahili katı dolgu alanını otomatik olarak algılayacaktır. "
|
||||
"Etkinleştirilirse, yazdırmayı hızlandırmak amacıyla alanda eşmerkezli desen "
|
||||
"kullanılacaktır. Aksi takdirde varsayılan olarak doğrusal desen kullanılır."
|
||||
|
||||
msgid "invalid value "
|
||||
msgstr "geçersiz değer "
|
||||
|
||||
@@ -12317,6 +12333,46 @@ msgid ""
|
||||
"temperature. More info about this in the Wiki."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Embeded"
|
||||
#~ msgstr "Gömülü"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "OrcaSlicer configuration file may be corrupted and is not abled to be "
|
||||
#~ "parsed.Please delete the file and try again."
|
||||
#~ msgstr ""
|
||||
#~ "OrcaSlicer yapılandırma dosyası bozulmuş olabilir ve ayrıştırılması "
|
||||
#~ "mümkün olmayabilir. Lütfen dosyayı silin ve tekrar deneyin."
|
||||
|
||||
#~ msgid "Online Models"
|
||||
#~ msgstr "Çevrimiçi Modeller"
|
||||
|
||||
#~ msgid "Show online staff-picked models on the home page"
|
||||
#~ msgstr "Personelin çevrimiçi olarak seçtiği modelleri ana sayfada göster"
|
||||
|
||||
#~ msgid "Z hop lower boundary"
|
||||
#~ msgstr "Z sıçrama alt sınırı"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Z hop will only come into effect when Z is above this value and is below "
|
||||
#~ "the parameter: \"Z hop upper boundary\""
|
||||
#~ msgstr ""
|
||||
#~ "Z sıçraması yalnızca Z bu değerin üzerinde ve parametrenin altında "
|
||||
#~ "olduğunda devreye girer: \"Z sıçraması üst sınırı\""
|
||||
|
||||
#~ msgid "Z hop upper boundary"
|
||||
#~ msgstr "Z sıçrama üst sınırı"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "If this value is positive, Z hop will only come into effect when Z is "
|
||||
#~ "above the parameter: \"Z hop lower boundary\" and is below this value"
|
||||
#~ msgstr ""
|
||||
#~ "Bu değer pozitifse, Z sıçraması yalnızca Z parametresinin üzerinde "
|
||||
#~ "olduğunda etkinleşir: \"Z sıçrama alt sınırı\" parametresinin üzerinde ve "
|
||||
#~ "bu değerin altında olduğunda"
|
||||
|
||||
#~ msgid "The minimum printing speed when slow down for cooling"
|
||||
#~ msgstr "Soğutma için yavaşlama durumunda minimum yazdırma hızı"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "There are currently no identical spare consumables available, and "
|
||||
#~ "automatic replenishment is currently not possible. \n"
|
||||
@@ -12342,16 +12398,6 @@ msgstr ""
|
||||
#~ msgid "Activate for better air filtration"
|
||||
#~ msgstr "Daha iyi hava filtrelemesi için etkinleştirin"
|
||||
|
||||
#~ msgid "Ensure vertical shell thickness"
|
||||
#~ msgstr "Dikey kabuk kalınlığını onayla"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
#~ "thickness (top+bottom solid layers)"
|
||||
#~ msgstr ""
|
||||
#~ "Dikey kabuk kalınlığını garanti etmek için eğimli yüzeylerin yakınına "
|
||||
#~ "katı dolgu ekleyin (üst + alt katı katmanlar)"
|
||||
|
||||
#~ msgid "Temperature of vitrificaiton"
|
||||
#~ msgstr "Yumuşama sıcaklığı"
|
||||
|
||||
@@ -12384,19 +12430,6 @@ msgstr ""
|
||||
#~ "bulunmadığı ilk birkaç katman dışında, yazdırma sırasında bu hızda "
|
||||
#~ "çalışacaktır"
|
||||
|
||||
#~ msgid "Detect narrow internal solid infill"
|
||||
#~ msgstr "Dar iç katı dolguyu tespit et"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "This option will auto detect narrow internal solid infill area. If "
|
||||
#~ "enabled, concentric pattern will be used for the area to speed printing "
|
||||
#~ "up. Otherwise, rectilinear pattern is used defaultly."
|
||||
#~ msgstr ""
|
||||
#~ "Bu seçenek dar dahili katı dolgu alanını otomatik olarak algılayacaktır. "
|
||||
#~ "Etkinleştirilirse, yazdırmayı hızlandırmak amacıyla alanda eşmerkezli "
|
||||
#~ "desen kullanılacaktır. Aksi takdirde varsayılan olarak doğrusal desen "
|
||||
#~ "kullanılır."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Filter out gaps smaller than the threshold specified. This setting won't "
|
||||
#~ "affect top/bottom layers"
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-24 19:49+0800\n"
|
||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
||||
"PO-Revision-Date: 2023-08-10 20:25-0400\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
@@ -495,27 +495,12 @@ msgstr "Малювання шва"
|
||||
msgid "Remove selection"
|
||||
msgstr "Видалити виділення"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + переміщення миші вгору або вниз"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Повернути текст"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "Форма тексту"
|
||||
|
||||
msgid "Font"
|
||||
msgstr "Шрифт"
|
||||
|
||||
msgid "Thickness"
|
||||
msgstr "Товщина"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "Введення тексту"
|
||||
|
||||
msgid "Embeded"
|
||||
msgstr "Вбудовано"
|
||||
|
||||
msgid "Text Gap"
|
||||
msgstr "Пробіл у тексті"
|
||||
|
||||
@@ -527,12 +512,24 @@ msgid ""
|
||||
"depth"
|
||||
msgstr "Вбудована глибина"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "Введення тексту"
|
||||
|
||||
msgid "Surface"
|
||||
msgstr "Поверхня"
|
||||
|
||||
msgid "Horizontal text"
|
||||
msgstr "Горизонтальний текст"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + переміщення миші вгору або вниз"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "Повернути текст"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "Форма тексту"
|
||||
|
||||
msgid "Ctrl+"
|
||||
msgstr "Ctrl+"
|
||||
|
||||
@@ -621,13 +618,6 @@ msgstr ""
|
||||
msgid "WebView2 Runtime"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"OrcaSlicer configuration file may be corrupted and is not abled to be parsed."
|
||||
"Please delete the file and try again."
|
||||
msgstr ""
|
||||
"Файл конфігурації OrcaSlicer може бути пошкоджений і не підлягає розбору. "
|
||||
"Видаліть файл і спробуйте ще раз."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"%s\n"
|
||||
@@ -653,6 +643,13 @@ msgstr "Це найновіша версія."
|
||||
msgid "Info"
|
||||
msgstr "Інформація"
|
||||
|
||||
msgid ""
|
||||
"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n"
|
||||
"OrcaSlicer has attempted to recreate the configuration file.\n"
|
||||
"Please note, application settings will be lost, but printer profiles will "
|
||||
"not be affected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Rebuild"
|
||||
msgstr "Відновити"
|
||||
|
||||
@@ -3762,7 +3759,7 @@ msgstr "Завантаження інструментів віртуальної
|
||||
|
||||
msgid ""
|
||||
"Another virtual camera is running.\n"
|
||||
"Bambu Studio supports only a single virtual camera.\n"
|
||||
"Orca Slicer supports only a single virtual camera.\n"
|
||||
"Do you want to stop this virtual camera?"
|
||||
msgstr ""
|
||||
|
||||
@@ -3874,7 +3871,7 @@ msgid "Failed to parse model infomations."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it whthBambu Studio "
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer "
|
||||
"and export a new .gcode.3mf file."
|
||||
msgstr ""
|
||||
|
||||
@@ -4815,7 +4812,7 @@ msgid "Project downloaded %d%%"
|
||||
msgstr "Проект завантажено %d%%"
|
||||
|
||||
msgid ""
|
||||
"Importing to Bambu Studio failed. Please download the file and manually "
|
||||
"Importing to Orca Slicer failed. Please download the file and manually "
|
||||
"import it."
|
||||
msgstr ""
|
||||
|
||||
@@ -5048,6 +5045,15 @@ msgstr "Імперський"
|
||||
msgid "Units"
|
||||
msgstr "Одиниці"
|
||||
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
msgid "Default Page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Set the page opened on startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Zoom to mouse position"
|
||||
msgstr "Наблизити до положення миші"
|
||||
|
||||
@@ -5063,6 +5069,12 @@ msgstr ""
|
||||
msgid "If enabled, use free camera. If not enabled, use constrained camera."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show splash screen"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show \"Tip of the day\" notification after start"
|
||||
msgstr "Показувати повідомлення \"Рада дня\" після запуску"
|
||||
|
||||
@@ -5121,12 +5133,6 @@ msgstr ""
|
||||
"Якщо включено, встановлює OrcaSlicer як програму за замовчуваннямдля "
|
||||
"відкриття файлів .step"
|
||||
|
||||
msgid "Online Models"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show online staff-picked models on the home page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum recent projects"
|
||||
msgstr "Максимум останніх проектів"
|
||||
|
||||
@@ -5684,7 +5690,7 @@ msgstr "Не вдалося надіслати завдання на друк п
|
||||
msgid "An SD card needs to be inserted before send to printer SD card."
|
||||
msgstr "Перед надсиланням на картку SD принтера необхідно вставити картку SD."
|
||||
|
||||
msgid "The printer is required to be in the same LAN as Bambu Studio."
|
||||
msgid "The printer is required to be in the same LAN as Orca Slicer."
|
||||
msgstr ""
|
||||
|
||||
msgid "The printer does not support sending to printer SD card."
|
||||
@@ -6144,6 +6150,9 @@ msgstr ""
|
||||
msgid "Change filament G-code"
|
||||
msgstr "G-code Зміни філаменту"
|
||||
|
||||
msgid "Change extrusion role G-code"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pause G-code"
|
||||
msgstr "G-code Паузи"
|
||||
|
||||
@@ -6757,14 +6766,14 @@ msgid "Network plug-in update"
|
||||
msgstr "Оновлення мережевого плагіна"
|
||||
|
||||
msgid ""
|
||||
"Click OK to update the Network plug-in when Bambu Studio launches next time."
|
||||
"Click OK to update the Network plug-in when Orca Slicer launches next time."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "A new Network plug-in(%s) available, Do you want to install it?"
|
||||
msgstr "Доступний новий мережевий плагін (%s), чи хочете ви встановити його?"
|
||||
|
||||
msgid "New version of Bambu Studio"
|
||||
msgid "New version of Orca Slicer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Don't remind me of this version again"
|
||||
@@ -6777,7 +6786,7 @@ msgid "LAN Connection Failed (Sending print file)"
|
||||
msgstr "Помилка з’єднання LAN (Надсилання файлу друку)"
|
||||
|
||||
msgid ""
|
||||
"Step 1, please confirm Bambu Studio and your printer are in the same LAN."
|
||||
"Step 1, please confirm Orca Slicer and your printer are in the same LAN."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -7955,6 +7964,16 @@ msgstr "Завершальний G-code, коли закінчити весь д
|
||||
msgid "End G-code when finish the printing of this filament"
|
||||
msgstr "Завершальний G-code, коли закінчите друк цієї нитки"
|
||||
|
||||
msgid "Ensure vertical shell thickness"
|
||||
msgstr "Забезпечення вертикальної товщини оболонки"
|
||||
|
||||
msgid ""
|
||||
"Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
"thickness (top+bottom solid layers)"
|
||||
msgstr ""
|
||||
"Додавання заповнення твердого тіла поблизу похилих поверхонь для Гарантії "
|
||||
"товщини вертикальної оболонки (верхній + нижній шари твердого тіла)"
|
||||
|
||||
msgid "Top surface pattern"
|
||||
msgstr "Малюнок верхньої поверхні"
|
||||
|
||||
@@ -9258,8 +9277,11 @@ msgstr ""
|
||||
msgid "Min print speed"
|
||||
msgstr "Мін. швидкість друку"
|
||||
|
||||
msgid "The minimum printing speed when slow down for cooling"
|
||||
msgstr "Мінімальна швидкість друку при уповільненні для охолодження"
|
||||
msgid ""
|
||||
"The minimum printing speed for the filament when slow down for better layer "
|
||||
"cooling is enabled, when printing overhangs and when feature speeds are not "
|
||||
"specified explicitly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Nozzle diameter"
|
||||
msgstr "Діаметр сопла"
|
||||
@@ -9517,22 +9539,6 @@ msgstr ""
|
||||
"переміщення. Використання спіралевої лінії підняття по осі Z може "
|
||||
"перешкоджати появі висячих ниток"
|
||||
|
||||
msgid "Z hop lower boundary"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Z hop will only come into effect when Z is above this value and is below the "
|
||||
"parameter: \"Z hop upper boundary\""
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop upper boundary"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"If this value is positive, Z hop will only come into effect when Z is above "
|
||||
"the parameter: \"Z hop lower boundary\" and is below this value"
|
||||
msgstr ""
|
||||
|
||||
msgid "Z hop type"
|
||||
msgstr "Тип Z-стрибка"
|
||||
|
||||
@@ -10273,6 +10279,9 @@ msgstr ""
|
||||
"Цей gcode вставляється при зміні філаменту, включаючи команду T для запуску "
|
||||
"зміни інструменту"
|
||||
|
||||
msgid "This gcode is inserted when the extrusion role is changed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Line width for top surfaces. If expressed as a %, it will be computed over "
|
||||
"the nozzle diameter."
|
||||
@@ -10625,6 +10634,19 @@ msgstr ""
|
||||
"елемента, то товщина периметра дорівнюватиме товщині самого елемента. Він "
|
||||
"виражається у відсотках від діаметра сопла"
|
||||
|
||||
msgid "Detect narrow internal solid infill"
|
||||
msgstr "Виявлення вузького внутрішнього заповнення твердим тілом"
|
||||
|
||||
msgid ""
|
||||
"This option will auto detect narrow internal solid infill area. If enabled, "
|
||||
"concentric pattern will be used for the area to speed printing up. "
|
||||
"Otherwise, rectilinear pattern is used defaultly."
|
||||
msgstr ""
|
||||
"Ця опція автоматично визначає вузьку внутрішню область заповненнятвердого "
|
||||
"тіла. Якщо цей параметр увімкнено, для прискорення друку області "
|
||||
"використовуватиметься концентричний візерунок. Інакше за умовчанням "
|
||||
"Використовується прямолінійний малюнок."
|
||||
|
||||
msgid "invalid value "
|
||||
msgstr "неправильне значення "
|
||||
|
||||
@@ -11974,6 +11996,19 @@ msgid ""
|
||||
"temperature. More info about this in the Wiki."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Embeded"
|
||||
#~ msgstr "Вбудовано"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "OrcaSlicer configuration file may be corrupted and is not abled to be "
|
||||
#~ "parsed.Please delete the file and try again."
|
||||
#~ msgstr ""
|
||||
#~ "Файл конфігурації OrcaSlicer може бути пошкоджений і не підлягає розбору. "
|
||||
#~ "Видаліть файл і спробуйте ще раз."
|
||||
|
||||
#~ msgid "The minimum printing speed when slow down for cooling"
|
||||
#~ msgstr "Мінімальна швидкість друку при уповільненні для охолодження"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The bed temperature exceeds filament's vitrification temperature. Please "
|
||||
#~ "open the front door of printer before printing to avoid nozzle clog."
|
||||
@@ -11982,16 +12017,6 @@ msgstr ""
|
||||
#~ "відчиняйте передні дверцята принтера перед печаткою, щоб уникнути "
|
||||
#~ "засмічення сопла."
|
||||
|
||||
#~ msgid "Ensure vertical shell thickness"
|
||||
#~ msgstr "Забезпечення вертикальної товщини оболонки"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
#~ "thickness (top+bottom solid layers)"
|
||||
#~ msgstr ""
|
||||
#~ "Додавання заповнення твердого тіла поблизу похилих поверхонь для Гарантії "
|
||||
#~ "товщини вертикальної оболонки (верхній + нижній шари твердого тіла)"
|
||||
|
||||
#~ msgid "Temperature of vitrificaiton"
|
||||
#~ msgstr "Температура склування"
|
||||
|
||||
@@ -12016,19 +12041,6 @@ msgstr ""
|
||||
#~ "ДопоміжнийВентилятор буде працювати з такою швидкістю під час друку, за "
|
||||
#~ "винятком перших кількох шарів, які не визначаються шарами охолодження"
|
||||
|
||||
#~ msgid "Detect narrow internal solid infill"
|
||||
#~ msgstr "Виявлення вузького внутрішнього заповнення твердим тілом"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "This option will auto detect narrow internal solid infill area. If "
|
||||
#~ "enabled, concentric pattern will be used for the area to speed printing "
|
||||
#~ "up. Otherwise, rectilinear pattern is used defaultly."
|
||||
#~ msgstr ""
|
||||
#~ "Ця опція автоматично визначає вузьку внутрішню область заповненнятвердого "
|
||||
#~ "тіла. Якщо цей параметр увімкнено, для прискорення друку області "
|
||||
#~ "використовуватиметься концентричний візерунок. Інакше за умовчанням "
|
||||
#~ "Використовується прямолінійний малюнок."
|
||||
|
||||
#~ msgid "Empty layers around bottom are replaced by nearest normal layers."
|
||||
#~ msgstr ""
|
||||
#~ "Порожні шари навколо дна замінюються найближчими нормальними шарами."
|
||||
|
||||
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Slic3rPE\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-24 19:49+0800\n"
|
||||
"POT-Creation-Date: 2023-11-10 14:54+0800\n"
|
||||
"PO-Revision-Date: 2023-04-01 13:21+0800\n"
|
||||
"Last-Translator: SoftFever <softfeverever@gmail.com>\n"
|
||||
"Language-Team: \n"
|
||||
@@ -491,27 +491,12 @@ msgstr "Z缝绘制"
|
||||
msgid "Remove selection"
|
||||
msgstr "移除绘制"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + 鼠标上移或下移"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "旋转文字"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "文本形状"
|
||||
|
||||
msgid "Font"
|
||||
msgstr "字体"
|
||||
|
||||
msgid "Thickness"
|
||||
msgstr "厚度"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "输入文本"
|
||||
|
||||
msgid "Embeded"
|
||||
msgstr "嵌入的"
|
||||
|
||||
msgid "Text Gap"
|
||||
msgstr "文字间距"
|
||||
|
||||
@@ -523,12 +508,24 @@ msgid ""
|
||||
"depth"
|
||||
msgstr "内嵌深度"
|
||||
|
||||
msgid "Input text"
|
||||
msgstr "输入文本"
|
||||
|
||||
msgid "Surface"
|
||||
msgstr "附着曲面"
|
||||
|
||||
msgid "Horizontal text"
|
||||
msgstr "水平文字"
|
||||
|
||||
msgid "Shift + Mouse move up or dowm"
|
||||
msgstr "Shift + 鼠标上移或下移"
|
||||
|
||||
msgid "Rotate text"
|
||||
msgstr "旋转文字"
|
||||
|
||||
msgid "Text shape"
|
||||
msgstr "文本形状"
|
||||
|
||||
msgid "Ctrl+"
|
||||
msgstr ""
|
||||
|
||||
@@ -614,12 +611,6 @@ msgstr ""
|
||||
msgid "WebView2 Runtime"
|
||||
msgstr "WebView2 运行库"
|
||||
|
||||
msgid ""
|
||||
"OrcaSlicer configuration file may be corrupted and is not abled to be parsed."
|
||||
"Please delete the file and try again."
|
||||
msgstr ""
|
||||
"OrcaSlicer 配置文件可能已损坏而无法解析。请删除此文件并重新启动OrcaSlicer。"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"%s\n"
|
||||
@@ -645,6 +636,13 @@ msgstr "已经是最新版本。"
|
||||
msgid "Info"
|
||||
msgstr "信息"
|
||||
|
||||
msgid ""
|
||||
"The OrcaSlicer configuration file may be corrupted and cannot be parsed.\n"
|
||||
"OrcaSlicer has attempted to recreate the configuration file.\n"
|
||||
"Please note, application settings will be lost, but printer profiles will "
|
||||
"not be affected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Rebuild"
|
||||
msgstr "重新构建"
|
||||
|
||||
@@ -3619,11 +3617,11 @@ msgstr "正在下载“虚拟摄像头工具包”"
|
||||
|
||||
msgid ""
|
||||
"Another virtual camera is running.\n"
|
||||
"Bambu Studio supports only a single virtual camera.\n"
|
||||
"Orca Slicer supports only a single virtual camera.\n"
|
||||
"Do you want to stop this virtual camera?"
|
||||
msgstr ""
|
||||
"另一个虚拟摄像头正在工作。\n"
|
||||
"Bambu Studio 同时只能支持一个虚拟摄像头。\n"
|
||||
"Orca Slicer 同时只能支持一个虚拟摄像头。\n"
|
||||
"是否停止前一个虚拟摄像头?"
|
||||
|
||||
#, c-format, boost-format
|
||||
@@ -3732,10 +3730,10 @@ msgid "Failed to parse model infomations."
|
||||
msgstr "解析模型信息失败。"
|
||||
|
||||
msgid ""
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it whthBambu Studio "
|
||||
"The .gcode.3mf file contains no G-code data.Please slice it with Orca Slicer "
|
||||
"and export a new .gcode.3mf file."
|
||||
msgstr ""
|
||||
".gcode.3mf文件中不包含G-code数据。请使用Bambu Studio进行切片并导出新的."
|
||||
".gcode.3mf文件中不包含G-code数据。请使用Orca Slicer进行切片并导出新的."
|
||||
"gcode.3mf文件。"
|
||||
|
||||
#, c-format, boost-format
|
||||
@@ -4639,7 +4637,7 @@ msgid "Project downloaded %d%%"
|
||||
msgstr "项目已下载%d%%"
|
||||
|
||||
msgid ""
|
||||
"Importing to Bambu Studio failed. Please download the file and manually "
|
||||
"Importing to Orca Slicer failed. Please download the file and manually "
|
||||
"import it."
|
||||
msgstr ""
|
||||
|
||||
@@ -4865,6 +4863,15 @@ msgstr "英制"
|
||||
msgid "Units"
|
||||
msgstr "单位"
|
||||
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
msgid "Default Page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Set the page opened on startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Zoom to mouse position"
|
||||
msgstr "放大到鼠标位置"
|
||||
|
||||
@@ -4879,6 +4886,12 @@ msgstr "使用自由视角"
|
||||
msgid "If enabled, use free camera. If not enabled, use constrained camera."
|
||||
msgstr "如果启用,使用自由视角。如果未启用,使用约束视角。"
|
||||
|
||||
msgid "Show splash screen"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show \"Tip of the day\" notification after start"
|
||||
msgstr "启动后显示“每日小贴士”通知"
|
||||
|
||||
@@ -4930,12 +4943,6 @@ msgstr "使用逆戟鲸打开.step/.stp文件"
|
||||
msgid "If enabled, sets OrcaSlicer as default application to open .step files"
|
||||
msgstr "开启后,将缺省使用逆戟鲸打开.step文件"
|
||||
|
||||
msgid "Online Models"
|
||||
msgstr "在线模型"
|
||||
|
||||
msgid "Show online staff-picked models on the home page"
|
||||
msgstr "在主页上显示工作人员挑选的在线模型"
|
||||
|
||||
msgid "Maximum recent projects"
|
||||
msgstr "近期项目的最大数量"
|
||||
|
||||
@@ -5477,8 +5484,8 @@ msgstr "设备升级中,无法发送打印任务"
|
||||
msgid "An SD card needs to be inserted before send to printer SD card."
|
||||
msgstr "发送到打印机需要插入SD卡"
|
||||
|
||||
msgid "The printer is required to be in the same LAN as Bambu Studio."
|
||||
msgstr "打印机需要与Bambu Studio在同一个局域网内。"
|
||||
msgid "The printer is required to be in the same LAN as Orca Slicer."
|
||||
msgstr "打印机需要与Orca Slicer在同一个局域网内。"
|
||||
|
||||
msgid "The printer does not support sending to printer SD card."
|
||||
msgstr "该打印机不支持发送到打印机SD卡。"
|
||||
@@ -5916,6 +5923,9 @@ msgstr "延时摄影G-code"
|
||||
msgid "Change filament G-code"
|
||||
msgstr "耗材丝更换G-code"
|
||||
|
||||
msgid "Change extrusion role G-code"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pause G-code"
|
||||
msgstr "暂停 G-code"
|
||||
|
||||
@@ -6518,15 +6528,15 @@ msgid "Network plug-in update"
|
||||
msgstr "网络插件升级"
|
||||
|
||||
msgid ""
|
||||
"Click OK to update the Network plug-in when Bambu Studio launches next time."
|
||||
msgstr "点击\"确定\",将在Bambu Studio下次启动之后自动升级网络插件"
|
||||
"Click OK to update the Network plug-in when Orca Slicer launches next time."
|
||||
msgstr "点击\"确定\",将在Orca Slicer下次启动之后自动升级网络插件"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "A new Network plug-in(%s) available, Do you want to install it?"
|
||||
msgstr "新的网络插件(%s) 可用,您是否需要安装它?"
|
||||
|
||||
msgid "New version of Bambu Studio"
|
||||
msgstr "新版本的Bambu Studio"
|
||||
msgid "New version of Orca Slicer"
|
||||
msgstr "新版本的Orca Slicer"
|
||||
|
||||
msgid "Don't remind me of this version again"
|
||||
msgstr "此版本不再提示"
|
||||
@@ -6538,8 +6548,8 @@ msgid "LAN Connection Failed (Sending print file)"
|
||||
msgstr "LAN连接失败 (发送打印文件)"
|
||||
|
||||
msgid ""
|
||||
"Step 1, please confirm Bambu Studio and your printer are in the same LAN."
|
||||
msgstr "第1步,请确认Bambu Studio和您的打印机在同一个LAN上。"
|
||||
"Step 1, please confirm Orca Slicer and your printer are in the same LAN."
|
||||
msgstr "第1步,请确认Orca Slicer和您的打印机在同一个LAN上。"
|
||||
|
||||
msgid ""
|
||||
"Step 2, if the IP and Access Code below are different from the actual values "
|
||||
@@ -7346,6 +7356,7 @@ msgstr "顶面只使用单层墙,从而更多的空间能够使用顶部填充
|
||||
msgid "One wall threshold"
|
||||
msgstr "单层墙阈值"
|
||||
|
||||
#, fuzzy, c-format, boost-format
|
||||
msgid ""
|
||||
"If a top surface has to be printed and it's partially covered by another "
|
||||
"layer, it won't be considered at a top layer where its width is below this "
|
||||
@@ -7356,9 +7367,9 @@ msgid ""
|
||||
"on the next layer, like letters. Set this setting to 0 to remove these "
|
||||
"artifacts."
|
||||
msgstr ""
|
||||
"如果顶面需要打印,但是它的一部分被其它层覆盖,那么当它的宽度小于这个值时,它不"
|
||||
"会被认为是顶层。这个设置可以用于避免在狭窄顶面上触发“顶面单层墙”"
|
||||
"。这个值可以是毫米或线宽的百分比。\n"
|
||||
"如果顶面需要打印,但是它的一部分被其它层覆盖,那么当它的宽度小于这个值时,它"
|
||||
"不会被认为是顶层。这个设置可以用于避免在狭窄顶面上触发“顶面单层墙”。这个值可"
|
||||
"以是毫米或线宽的百分比。\n"
|
||||
"警告:如果启用,可能会在下一层上产生一些薄的特征,比如字母。将此设置设置为0可"
|
||||
"以消除这些伪影。"
|
||||
|
||||
@@ -7389,9 +7400,8 @@ msgid ""
|
||||
"direction on odd layers. This alternating pattern can drastically improve "
|
||||
"steep overhang."
|
||||
msgstr ""
|
||||
"在奇数层,将悬垂的打印方向反转。"
|
||||
"这种交替的模式可以大大改善陡峭悬垂的打印质量。"
|
||||
|
||||
"在奇数层,将悬垂的打印方向反转。这种交替的模式可以大大改善陡峭悬垂的打印质"
|
||||
"量。"
|
||||
|
||||
msgid "Reverse threshold"
|
||||
msgstr "反转阈值"
|
||||
@@ -7399,12 +7409,12 @@ msgstr "反转阈值"
|
||||
msgid "Overhang reversal threshold"
|
||||
msgstr "悬垂反转阈值"
|
||||
|
||||
#, fuzzy, c-format, boost-format
|
||||
msgid ""
|
||||
"Number of mm the overhang need to be for the reversal to be considered "
|
||||
"useful. Can be a % of the perimeter width.\n"
|
||||
"Value 0 enables reversal on every odd layers regardless."
|
||||
msgstr ""
|
||||
"判定悬垂反转需要的值(毫米),可以是线宽的百分比。"
|
||||
msgstr "判定悬垂反转需要的值(毫米),可以是线宽的百分比。"
|
||||
|
||||
msgid "Classic mode"
|
||||
msgstr "经典模式"
|
||||
@@ -7627,6 +7637,14 @@ msgstr "所有打印结束时的结尾G-code"
|
||||
msgid "End G-code when finish the printing of this filament"
|
||||
msgstr "结束使用该耗材打印时的结尾G-code"
|
||||
|
||||
msgid "Ensure vertical shell thickness"
|
||||
msgstr "确保垂直外壳厚度"
|
||||
|
||||
msgid ""
|
||||
"Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
"thickness (top+bottom solid layers)"
|
||||
msgstr "在斜面表面附近添加实心填充,以保证垂直外壳厚度(顶部+底部实心层)"
|
||||
|
||||
msgid "Top surface pattern"
|
||||
msgstr "顶面图案"
|
||||
|
||||
@@ -8840,8 +8858,11 @@ msgstr "挤出头最小可打印的层高。用于限制开启自适应层高时
|
||||
msgid "Min print speed"
|
||||
msgstr "最小打印速度"
|
||||
|
||||
msgid "The minimum printing speed when slow down for cooling"
|
||||
msgstr "自动冷却降速的最小打印速度"
|
||||
msgid ""
|
||||
"The minimum printing speed for the filament when slow down for better layer "
|
||||
"cooling is enabled, when printing overhangs and when feature speeds are not "
|
||||
"specified explicitly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Nozzle diameter"
|
||||
msgstr "喷嘴直径"
|
||||
@@ -9092,22 +9113,6 @@ msgstr ""
|
||||
"回抽完成之后,喷嘴轻微抬升,和打印件之间产生一定间隙。这能够避免空驶时喷嘴和"
|
||||
"打印件剐蹭和碰撞。使用螺旋线抬升z能够减少拉丝。"
|
||||
|
||||
msgid "Z hop lower boundary"
|
||||
msgstr "Z抬升下边界"
|
||||
|
||||
msgid ""
|
||||
"Z hop will only come into effect when Z is above this value and is below the "
|
||||
"parameter: \"Z hop upper boundary\""
|
||||
msgstr "只有当Z高于此值且低于参数(Z抬升上边界)时,Z抬升才会生效"
|
||||
|
||||
msgid "Z hop upper boundary"
|
||||
msgstr "Z抬升上边界"
|
||||
|
||||
msgid ""
|
||||
"If this value is positive, Z hop will only come into effect when Z is above "
|
||||
"the parameter: \"Z hop lower boundary\" and is below this value"
|
||||
msgstr "如果该值为正,则Z抬升仅在Z高于参数(Z抬升下边界)且低于该值时才会生效"
|
||||
|
||||
msgid "Z hop type"
|
||||
msgstr "抬Z类型"
|
||||
|
||||
@@ -9800,6 +9805,9 @@ msgid ""
|
||||
"tool change"
|
||||
msgstr "换料时插入的G-code,包括T命令。"
|
||||
|
||||
msgid "This gcode is inserted when the extrusion role is changed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Line width for top surfaces. If expressed as a %, it will be computed over "
|
||||
"the nozzle diameter."
|
||||
@@ -9992,13 +10000,14 @@ msgid ""
|
||||
"compute the polyhole.\n"
|
||||
"See http://hydraraptor.blogspot.com/2011/02/polyholes.html"
|
||||
msgstr ""
|
||||
"搜索跨越多层的近似圆形孔,并将几何形状转换为多边形孔。使用喷嘴尺寸和(最大)直"
|
||||
"径来计算多边形孔。\n"
|
||||
"搜索跨越多层的近似圆形孔,并将几何形状转换为多边形孔。使用喷嘴尺寸和(最大)"
|
||||
"直径来计算多边形孔。\n"
|
||||
"参见http://hydraraptor.blogspot.com/2011/02/polyholes.html"
|
||||
|
||||
msgid "Polyhole detection margin"
|
||||
msgstr "多边型孔检测边缘"
|
||||
|
||||
#, fuzzy, c-format, boost-format
|
||||
msgid ""
|
||||
"Maximum defection of a point to the estimated radius of the circle.\n"
|
||||
"As cylinders are often exported as triangles of varying size, points may not "
|
||||
@@ -10008,11 +10017,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"点到圆半径的最大偏差。\n"
|
||||
"由于圆柱体通常被导出为大小不同的三角形,因此点可能不在圆周上。\n"
|
||||
"此设置允许您"
|
||||
"有一些余地来扩大检测范围。\n"
|
||||
"此设置允许您有一些余地来扩大检测范围。\n"
|
||||
"以毫米或半径的百分比表示。"
|
||||
|
||||
|
||||
msgid "Polyhole twist"
|
||||
msgstr "扭曲多边型孔"
|
||||
|
||||
@@ -10026,9 +10033,7 @@ msgid ""
|
||||
"Picture sizes to be stored into a .gcode and .sl1 / .sl1s files, in the "
|
||||
"following format: \"XxY, XxY, ...\""
|
||||
msgstr ""
|
||||
"将被存储到.gcode和.sl1/.sl1s文件中的图片尺寸,"
|
||||
"格式如下:\"XxY, XxY, ...\""
|
||||
|
||||
"将被存储到.gcode和.sl1/.sl1s文件中的图片尺寸,格式如下:\"XxY, XxY, ...\""
|
||||
|
||||
msgid "Format of G-code thumbnails"
|
||||
msgstr "G-code缩略图的格式"
|
||||
@@ -10148,6 +10153,17 @@ msgstr ""
|
||||
"用于替换模型细小特征(根据最小特征尺寸)的墙线宽。如果墙最小线宽小于最小特征"
|
||||
"的厚度,则墙将变得和特征本身一样厚。参数值表示为相对喷嘴直径的百分比"
|
||||
|
||||
msgid "Detect narrow internal solid infill"
|
||||
msgstr "识别狭窄内部实心填充"
|
||||
|
||||
msgid ""
|
||||
"This option will auto detect narrow internal solid infill area. If enabled, "
|
||||
"concentric pattern will be used for the area to speed printing up. "
|
||||
"Otherwise, rectilinear pattern is used defaultly."
|
||||
msgstr ""
|
||||
"此选项用于自动识别内部狭窄的实心填充。开启后,将对狭窄实心区域使用同心填充加"
|
||||
"快打印速度。否则使用默认的直线填充。"
|
||||
|
||||
msgid "invalid value "
|
||||
msgstr "非法的值 "
|
||||
|
||||
@@ -11529,6 +11545,41 @@ msgid ""
|
||||
"temperature. More info about this in the Wiki."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Embeded"
|
||||
#~ msgstr "嵌入的"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "OrcaSlicer configuration file may be corrupted and is not abled to be "
|
||||
#~ "parsed.Please delete the file and try again."
|
||||
#~ msgstr ""
|
||||
#~ "OrcaSlicer 配置文件可能已损坏而无法解析。请删除此文件并重新启动"
|
||||
#~ "OrcaSlicer。"
|
||||
|
||||
#~ msgid "Online Models"
|
||||
#~ msgstr "在线模型"
|
||||
|
||||
#~ msgid "Show online staff-picked models on the home page"
|
||||
#~ msgstr "在主页上显示工作人员挑选的在线模型"
|
||||
|
||||
#~ msgid "Z hop lower boundary"
|
||||
#~ msgstr "Z抬升下边界"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Z hop will only come into effect when Z is above this value and is below "
|
||||
#~ "the parameter: \"Z hop upper boundary\""
|
||||
#~ msgstr "只有当Z高于此值且低于参数(Z抬升上边界)时,Z抬升才会生效"
|
||||
|
||||
#~ msgid "Z hop upper boundary"
|
||||
#~ msgstr "Z抬升上边界"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "If this value is positive, Z hop will only come into effect when Z is "
|
||||
#~ "above the parameter: \"Z hop lower boundary\" and is below this value"
|
||||
#~ msgstr "如果该值为正,则Z抬升仅在Z高于参数(Z抬升下边界)且低于该值时才会生效"
|
||||
|
||||
#~ msgid "The minimum printing speed when slow down for cooling"
|
||||
#~ msgstr "自动冷却降速的最小打印速度"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "There are currently no identical spare consumables available, and "
|
||||
#~ "automatic replenishment is currently not possible. \n"
|
||||
@@ -11549,14 +11600,6 @@ msgstr ""
|
||||
#~ msgid "Activate for better air filtration"
|
||||
#~ msgstr "激活以获得更好的空气过滤"
|
||||
|
||||
#~ msgid "Ensure vertical shell thickness"
|
||||
#~ msgstr "确保垂直外壳厚度"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
#~ "thickness (top+bottom solid layers)"
|
||||
#~ msgstr "在斜面表面附近添加实心填充,以保证垂直外壳厚度(顶部+底部实心层)"
|
||||
|
||||
#~ msgid "Temperature of vitrificaiton"
|
||||
#~ msgstr "软化温度"
|
||||
|
||||
@@ -11583,17 +11626,6 @@ msgstr ""
|
||||
#~ "辅助部件冷却风扇的转速。辅助部件冷却风扇将一直运行在该速度,除了设置的无需"
|
||||
#~ "冷却的前若干层"
|
||||
|
||||
#~ msgid "Detect narrow internal solid infill"
|
||||
#~ msgstr "识别狭窄内部实心填充"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "This option will auto detect narrow internal solid infill area. If "
|
||||
#~ "enabled, concentric pattern will be used for the area to speed printing "
|
||||
#~ "up. Otherwise, rectilinear pattern is used defaultly."
|
||||
#~ msgstr ""
|
||||
#~ "此选项用于自动识别内部狭窄的实心填充。开启后,将对狭窄实心区域使用同心填充"
|
||||
#~ "加快打印速度。否则使用默认的直线填充。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Filter out gaps smaller than the threshold specified. This setting won't "
|
||||
#~ "affect top/bottom layers"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
BIN
resources/calib/pressure_advance/pa_pattern.3mf
Normal file
BIN
resources/calib/pressure_advance/pa_pattern.3mf
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -8,5 +8,8 @@
|
||||
"bed_model": "M5-CE-bed.stl",
|
||||
"bed_texture": "M5-CE-texture.svg",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Anker Generic ABS;Anker Generic PLA;Anker Generic PLA-CF;Anker Generic PETG;Anker Generic TPU;Anker Generic ASA;Anker Generic PVA"
|
||||
"default_materials": "Anker Generic ABS;Anker Generic PLA;Anker Generic PLA-CF;Anker Generic PETG;Anker Generic TPU;Anker Generic ASA;Anker Generic PVA",
|
||||
"retraction_length": [
|
||||
"1.5"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -8,5 +8,8 @@
|
||||
"bed_model": "M5C-CE-bed.stl",
|
||||
"bed_texture": "M5-CE-texture.svg",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Anker Generic ABS;Anker Generic PLA;Anker Generic PLA-CF;Anker Generic PETG;Anker Generic TPU;Anker Generic ASA;Anker Generic PVA;Anker Generic PC;Anker Generic PA;Anker Generic PA-CF"
|
||||
"default_materials": "Anker Generic ABS;Anker Generic PLA;Anker Generic PLA-CF;Anker Generic PETG;Anker Generic TPU;Anker Generic ASA;Anker Generic PVA;Anker Generic PC;Anker Generic PA;Anker Generic PA-CF",
|
||||
"retraction_length": [
|
||||
"0.8"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "fdm_machine_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"gcode_flavor": "marlin",
|
||||
"gcode_flavor": "marlin2",
|
||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\n\n",
|
||||
"machine_start_gcode": "M4899 T3 ; Enable v3 jerk and S-curve acceleration \nM104 Sfirst_layer_temperature[0] ; Set hotend temp\nM190 S{first_layer_bed_temperature[0]} ; set and wait for bed temp to stabilize\nM109 S{first_layer_temperature[0]} ; set final nozzle temp to stabilize\nG28 ;Home",
|
||||
"machine_end_gcode": "M104 S0\nM140 S0\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84",
|
||||
@@ -88,9 +88,6 @@
|
||||
"retract_when_changing_layer": [
|
||||
"0"
|
||||
],
|
||||
"retraction_length": [
|
||||
"1.5"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"2"
|
||||
],
|
||||
|
||||
@@ -81,6 +81,6 @@
|
||||
"retraction_speed": [
|
||||
"70"
|
||||
],
|
||||
"machine_start_gcode": "; BIQU B1 Start G-code\nM117 Getting the bed up to temp!\nM140 S{material_bed_temperature_layer_0}; Set Heat Bed temperature\nM190 S{material_bed_temperature_layer_0}; Wait for Heat Bed temperature\nM117 Getting the extruder up to temp!\nM104 S{material_print_temperature_layer_0}; Set Extruder temperature\nG92 E0; Reset Extruder\nM117 Homing axes\nG28; Home all axes\nM109 S{material_print_temperature_layer_0}; Wait for Extruder temperature\nG1 Z2.0 F3000; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X4.1 Y20 Z0.3 F5000.0; Move to start position\nM117 Purging\nG1 X4.1 Y200.0 Z0.3 F1500.0 E15; Draw the first line\nG1 X4.4 Y200.0 Z0.3 F5000.0; Move to side a little\nG1 X4.4 Y20 Z0.3 F1500.0 E30; Draw the second line\nG92 E0; Reset Extruder\nM117 Lets make\nG1 Z2.0 F3000; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0; Move over to prevent blob squish",
|
||||
"machine_end_gcode": ";BIQU B1 Default End Gcode\nG91;Relative positioning\nG1 E-2 F2700;Retract a bit\nG1 E-2 Z0.2 F2400;Retract a bit more and raise Z\nG1 X5 Y5 F3000;Wipe out\nG1 Z10;Raise Z by 10mm\nG90;Return to absolute positioning\nG1 X0 Y{machine_depth};\nM106 S0;Turn-off fan\nM104 S0;Turn-off hotend\nM140 S0;Turn-off bed\nM84 X Y E;Disable all steppers but Z"
|
||||
"machine_start_gcode": "; BIQU B1 Start G-code\nM117 Getting the bed up to temp!\nM140 S[first_layer_bed_temperature]; Set Heat Bed temperature\nM190 S[first_layer_bed_temperature]; Wait for Heat Bed temperature\nM117 Getting the extruder up to temp!\nM104 S[first_layer_temperature]; Set Extruder temperature\nG92 E0; Reset Extruder\nM117 Homing axes\nG28; Home all axes\nM109 S[first_layer_temperature]; Wait for Extruder temperature\nG1 Z2.0 F3000; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X4.1 Y20 Z0.3 F5000.0; Move to start position\nM117 Purging\nG1 X4.1 Y200.0 Z0.3 F1500.0 E15; Draw the first line\nG1 X4.4 Y200.0 Z0.3 F5000.0; Move to side a little\nG1 X4.4 Y20 Z0.3 F1500.0 E30; Draw the second line\nG92 E0; Reset Extruder\nM117 Lets make\nG1 Z2.0 F3000; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0; Move over to prevent blob squish",
|
||||
"machine_end_gcode": ";BIQU B1 Default End Gcode\nG91;Relative positioning\nG1 E-2 F2700;Retract a bit\nG1 E-2 Z0.2 F2400;Retract a bit more and raise Z\nG1 X5 Y5 F3000;Wipe out\nG1 Z10;Raise Z by 10mm\nG90;Return to absolute positioning\nG1 X0 Y{print_bed_max[1]};\nM106 S0;Turn-off fan\nM104 S0;Turn-off hotend\nM140 S0;Turn-off bed\nM84 X Y E;Disable all steppers but Z"
|
||||
}
|
||||
@@ -81,6 +81,6 @@
|
||||
"retraction_speed": [
|
||||
"40"
|
||||
],
|
||||
"machine_start_gcode": "; BIQU BX Start G-code\n;M117 Initial homing sequence; Home so that the probe is positioned to heat\nG28\nM117 Probe heating position\nG0 X65 Y5 Z1; Move the probe to the heating position.\nM117 Getting the heaters up to temp!\nM104 S140; Set Extruder temperature, no wait\nM140 S60; Set Heat Bed temperature\nM190 S60; Wait for Heat Bed temperature\nM117 Waiting for probe to warm; Wait another 90s for the probe to absorb heat.\nG4 S90\nM117 Post warming re-home\nG28; Home all axes again after warming\nM117 Z-Dance of my people\nG34\nM117 ABL Probing\nG29\nM900 K0 L0 T0;Edit the K and L values if you have calibrated a k factor for your filament\nM900 T0 S0\nG1 Z2.0 F3000; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X4.1 Y10 Z0.3 F5000.0; Move to start position\nM117 Getting the extruder up to temp\nM140 S{material_bed_temperature_layer_0}; Set Heat Bed temperature\nM104 S{material_print_temperature_layer_0}; Set Extruder temperature\nM109 S{material_print_temperature_layer_0}; Wait for Extruder temperature\nM190 S{material_bed_temperature_layer_0}; Wait for Heat Bed temperature\nG92 E0; Reset Extruder\nM117 Purging\nG1 X4.1 Y200.0 Z0.3 F1500.0 E15; Draw the first line\nG1 X4.4 Y200.0 Z0.3 F5000.0; Move to side a little\nG1 X4.4 Y20 Z0.3 F1500.0 E30; Draw the second line\nG92 E0; Reset Extruder\nM117 Lets make\nG1 X8 Y20 Z0.3 F5000.0; Move over to prevent blob squish",
|
||||
"machine_end_gcode": "; BIQU BX Default End Gcode\nG91;Relative positioning\nG1 E-2 F2700;Retract a bit\nG1 E-2 Z0.2 F2400;Retract a bit more and raise Z\nG1 X5 Y5 F3000;Wipe out\nG1 Z10;Raise Z by 10mm\nG90;Return to absolute positioning\nG1 X0 Y{machine_depth};TaDaaaa\nM106 S0;Turn-off fan\nM104 S0;Turn-off hotend\nM140 S0;Turn-off bed\nM84 X Y E;Disable all steppers but Z"
|
||||
"machine_start_gcode": "; BIQU BX Start G-code\n;M117 Initial homing sequence; Home so that the probe is positioned to heat\nG28\nM117 Probe heating position\nG0 X65 Y5 Z1; Move the probe to the heating position.\nM117 Getting the heaters up to temp!\nM104 S140; Set Extruder temperature, no wait\nM140 S60; Set Heat Bed temperature\nM190 S60; Wait for Heat Bed temperature\nM117 Waiting for probe to warm; Wait another 90s for the probe to absorb heat.\nG4 S90\nM117 Post warming re-home\nG28; Home all axes again after warming\nM117 Z-Dance of my people\nG34\nM117 ABL Probing\nG29\nM900 K0 L0 T0;Edit the K and L values if you have calibrated a k factor for your filament\nM900 T0 S0\nG1 Z2.0 F3000; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X4.1 Y10 Z0.3 F5000.0; Move to start position\nM117 Getting the extruder up to temp\nM140 S[first_layer_bed_temperature]; Set Heat Bed temperature\nM104 S[first_layer_temperature]; Set Extruder temperature\nM109 S[first_layer_temperature]; Wait for Extruder temperature\nM190 S[first_layer_bed_temperature]; Wait for Heat Bed temperature\nG92 E0; Reset Extruder\nM117 Purging\nG1 X4.1 Y200.0 Z0.3 F1500.0 E15; Draw the first line\nG1 X4.4 Y200.0 Z0.3 F5000.0; Move to side a little\nG1 X4.4 Y20 Z0.3 F1500.0 E30; Draw the second line\nG92 E0; Reset Extruder\nM117 Lets make\nG1 X8 Y20 Z0.3 F5000.0; Move over to prevent blob squish",
|
||||
"machine_end_gcode": "; BIQU BX Default End Gcode\nG91;Relative positioning\nG1 E-2 F2700;Retract a bit\nG1 E-2 Z0.2 F2400;Retract a bit more and raise Z\nG1 X5 Y5 F3000;Wipe out\nG1 Z10;Raise Z by 10mm\nG90;Return to absolute positioning\nG1 X0 Y{print_bed_max[1]};TaDaaaa\nM106 S0;Turn-off fan\nM104 S0;Turn-off hotend\nM140 S0;Turn-off bed\nM84 X Y E;Disable all steppers but Z"
|
||||
}
|
||||
@@ -47,6 +47,10 @@
|
||||
{
|
||||
"name": "Elegoo Neptune 4",
|
||||
"sub_path": "machine/Elegoo Neptune 4.json"
|
||||
},
|
||||
{
|
||||
"name": "Elegoo Neptune 4 Max",
|
||||
"sub_path": "machine/Elegoo Neptune 4 Max.json"
|
||||
}
|
||||
],
|
||||
"process_list": [
|
||||
@@ -290,6 +294,22 @@
|
||||
"name": "0.08mm Extra Fine @Elegoo Neptune4 (0.8 nozzle)",
|
||||
"sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4 (0.8 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.08mm Extra Fine @Elegoo Neptune4Max (0.2 nozzle)",
|
||||
"sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4Max (0.2 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.08mm Extra Fine @Elegoo Neptune4Max (0.4 nozzle)",
|
||||
"sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4Max (0.4 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.08mm Extra Fine @Elegoo Neptune4Max (0.6 nozzle)",
|
||||
"sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4Max (0.6 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.08mm Extra Fine @Elegoo Neptune4Max (0.8 nozzle)",
|
||||
"sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4Max (0.8 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.08mm Extra Fine @Elegoo Neptune4Pro (0.2 nozzle)",
|
||||
"sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4Pro (0.2 nozzle).json"
|
||||
@@ -322,6 +342,22 @@
|
||||
"name": "0.12mm Fine @Elegoo Neptune4 (0.8 nozzle)",
|
||||
"sub_path": "process/0.12mm Fine @Elegoo Neptune4 (0.8 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Fine @Elegoo Neptune4Max (0.2 nozzle)",
|
||||
"sub_path": "process/0.12mm Fine @Elegoo Neptune4Max (0.2 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Fine @Elegoo Neptune4Max (0.4 nozzle)",
|
||||
"sub_path": "process/0.12mm Fine @Elegoo Neptune4Max (0.4 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Fine @Elegoo Neptune4Max (0.6 nozzle)",
|
||||
"sub_path": "process/0.12mm Fine @Elegoo Neptune4Max (0.6 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Fine @Elegoo Neptune4Max (0.8 nozzle)",
|
||||
"sub_path": "process/0.12mm Fine @Elegoo Neptune4Max (0.8 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Fine @Elegoo Neptune4Pro (0.2 nozzle)",
|
||||
"sub_path": "process/0.12mm Fine @Elegoo Neptune4Pro (0.2 nozzle).json"
|
||||
@@ -354,6 +390,22 @@
|
||||
"name": "0.16mm Optimal @Elegoo Neptune4 (0.8 nozzle)",
|
||||
"sub_path": "process/0.16mm Optimal @Elegoo Neptune4 (0.8 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.16mm Optimal @Elegoo Neptune4Max (0.2 nozzle)",
|
||||
"sub_path": "process/0.16mm Optimal @Elegoo Neptune4Max (0.2 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.16mm Optimal @Elegoo Neptune4Max (0.4 nozzle)",
|
||||
"sub_path": "process/0.16mm Optimal @Elegoo Neptune4Max (0.4 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.16mm Optimal @Elegoo Neptune4Max (0.6 nozzle)",
|
||||
"sub_path": "process/0.16mm Optimal @Elegoo Neptune4Max (0.6 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.16mm Optimal @Elegoo Neptune4Max (0.8 nozzle)",
|
||||
"sub_path": "process/0.16mm Optimal @Elegoo Neptune4Max (0.8 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.16mm Optimal @Elegoo Neptune4Pro (0.2 nozzle)",
|
||||
"sub_path": "process/0.16mm Optimal @Elegoo Neptune4Pro (0.2 nozzle).json"
|
||||
@@ -386,6 +438,22 @@
|
||||
"name": "0.20mm Standard @Elegoo Neptune4 (0.8 nozzle)",
|
||||
"sub_path": "process/0.20mm Standard @Elegoo Neptune4 (0.8 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Elegoo Neptune4Max (0.2 nozzle)",
|
||||
"sub_path": "process/0.20mm Standard @Elegoo Neptune4Max (0.2 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Elegoo Neptune4Max (0.4 nozzle)",
|
||||
"sub_path": "process/0.20mm Standard @Elegoo Neptune4Max (0.4 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Elegoo Neptune4Max (0.6 nozzle)",
|
||||
"sub_path": "process/0.20mm Standard @Elegoo Neptune4Max (0.6 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Elegoo Neptune4Max (0.8 nozzle)",
|
||||
"sub_path": "process/0.20mm Standard @Elegoo Neptune4Max (0.8 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Elegoo Neptune4Pro (0.2 nozzle)",
|
||||
"sub_path": "process/0.20mm Standard @Elegoo Neptune4Pro (0.2 nozzle).json"
|
||||
@@ -418,6 +486,22 @@
|
||||
"name": "0.24mm Draft @Elegoo Neptune4 (0.8 nozzle)",
|
||||
"sub_path": "process/0.24mm Draft @Elegoo Neptune4 (0.8 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.24mm Draft @Elegoo Neptune4Max (0.2 nozzle)",
|
||||
"sub_path": "process/0.24mm Draft @Elegoo Neptune4Max (0.2 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.24mm Draft @Elegoo Neptune4Max (0.4 nozzle)",
|
||||
"sub_path": "process/0.24mm Draft @Elegoo Neptune4Max (0.4 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.24mm Draft @Elegoo Neptune4Max (0.6 nozzle)",
|
||||
"sub_path": "process/0.24mm Draft @Elegoo Neptune4Max (0.6 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.24mm Draft @Elegoo Neptune4Max (0.8 nozzle)",
|
||||
"sub_path": "process/0.24mm Draft @Elegoo Neptune4Max (0.8 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.24mm Draft @Elegoo Neptune4Pro (0.2 nozzle)",
|
||||
"sub_path": "process/0.24mm Draft @Elegoo Neptune4Pro (0.2 nozzle).json"
|
||||
@@ -450,6 +534,22 @@
|
||||
"name": "0.28mm Extra Draft @Elegoo Neptune4 (0.8 nozzle)",
|
||||
"sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4 (0.8 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.28mm Extra Draft @Elegoo Neptune4Max (0.2 nozzle)",
|
||||
"sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4Max (0.2 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.28mm Extra Draft @Elegoo Neptune4Max (0.4 nozzle)",
|
||||
"sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4Max (0.4 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.28mm Extra Draft @Elegoo Neptune4Max (0.6 nozzle)",
|
||||
"sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4Max (0.6 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.28mm Extra Draft @Elegoo Neptune4Max (0.8 nozzle)",
|
||||
"sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4Max (0.8 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.28mm Extra Draft @Elegoo Neptune4Pro (0.2 nozzle)",
|
||||
"sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4Pro (0.2 nozzle).json"
|
||||
@@ -558,6 +658,22 @@
|
||||
"name": "Elegoo Neptune 4 (0.8 nozzle)",
|
||||
"sub_path": "machine/Elegoo Neptune 4 (0.8 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "Elegoo Neptune 4 Max (0.2 nozzle)",
|
||||
"sub_path": "machine/Elegoo Neptune 4 Max (0.2 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "Elegoo Neptune 4 Max (0.4 nozzle)",
|
||||
"sub_path": "machine/Elegoo Neptune 4 Max (0.4 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "Elegoo Neptune 4 Max (0.6 nozzle)",
|
||||
"sub_path": "machine/Elegoo Neptune 4 Max (0.6 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "Elegoo Neptune 4 Max (0.8 nozzle)",
|
||||
"sub_path": "machine/Elegoo Neptune 4 Max (0.8 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "Elegoo Neptune 4 Pro (0.2 nozzle)",
|
||||
"sub_path": "machine/Elegoo Neptune 4 Pro (0.2 nozzle).json"
|
||||
|
||||
BIN
resources/profiles/Elegoo/Elegoo Neptune 4 Max_cover.png
Normal file
BIN
resources/profiles/Elegoo/Elegoo Neptune 4 Max_cover.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
Binary file not shown.
@@ -23,6 +23,10 @@
|
||||
"Elegoo Neptune 4 (0.4 nozzle)",
|
||||
"Elegoo Neptune 4 (0.6 nozzle)",
|
||||
"Elegoo Neptune 4 (0.8 nozzle)",
|
||||
"Elegoo Neptune 4 Max (0.2 nozzle)",
|
||||
"Elegoo Neptune 4 Max (0.4 nozzle)",
|
||||
"Elegoo Neptune 4 Max (0.6 nozzle)",
|
||||
"Elegoo Neptune 4 Max (0.8 nozzle)",
|
||||
"Elegoo Neptune 4 Pro (0.2 nozzle)",
|
||||
"Elegoo Neptune 4 Pro (0.4 nozzle)",
|
||||
"Elegoo Neptune 4 Pro (0.6 nozzle)",
|
||||
|
||||
@@ -33,6 +33,10 @@
|
||||
"Elegoo Neptune 4 (0.4 nozzle)",
|
||||
"Elegoo Neptune 4 (0.6 nozzle)",
|
||||
"Elegoo Neptune 4 (0.8 nozzle)",
|
||||
"Elegoo Neptune 4 Max (0.2 nozzle)",
|
||||
"Elegoo Neptune 4 Max (0.4 nozzle)",
|
||||
"Elegoo Neptune 4 Max (0.6 nozzle)",
|
||||
"Elegoo Neptune 4 Max (0.8 nozzle)",
|
||||
"Elegoo Neptune 4 Pro (0.2 nozzle)",
|
||||
"Elegoo Neptune 4 Pro (0.4 nozzle)",
|
||||
"Elegoo Neptune 4 Pro (0.6 nozzle)",
|
||||
|
||||
@@ -24,6 +24,10 @@
|
||||
"Elegoo Neptune 4 (0.4 nozzle)",
|
||||
"Elegoo Neptune 4 (0.6 nozzle)",
|
||||
"Elegoo Neptune 4 (0.8 nozzle)",
|
||||
"Elegoo Neptune 4 Max (0.2 nozzle)",
|
||||
"Elegoo Neptune 4 Max (0.4 nozzle)",
|
||||
"Elegoo Neptune 4 Max (0.6 nozzle)",
|
||||
"Elegoo Neptune 4 Max (0.8 nozzle)",
|
||||
"Elegoo Neptune 4 Pro (0.2 nozzle)",
|
||||
"Elegoo Neptune 4 Pro (0.4 nozzle)",
|
||||
"Elegoo Neptune 4 Pro (0.6 nozzle)",
|
||||
|
||||
@@ -0,0 +1,97 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "Elegoo Neptune 4 Max (0.2 nozzle)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_elegoo_common",
|
||||
"printer_model": "Elegoo Neptune 4 Max",
|
||||
"printer_notes": "",
|
||||
"default_print_profile": "0.20mm Standard @Elegoo Neptune4Max (0.6 nozzle)",
|
||||
"nozzle_diameter": [
|
||||
"0.2"
|
||||
],
|
||||
"printer_variant": "0.2",
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"420x0",
|
||||
"420x420",
|
||||
"0x420"
|
||||
],
|
||||
"printable_height": "480",
|
||||
"nozzle_hrc": "0",
|
||||
"nozzle_type": "brass",
|
||||
"nozzle_volume": "0",
|
||||
"cooling_tube_length": "5",
|
||||
"cooling_tube_retraction": "91.5",
|
||||
"enable_filament_ramming": "1",
|
||||
"parking_pos_retraction": "92",
|
||||
"auxiliary_fan": "1",
|
||||
"extra_loading_move": "-2",
|
||||
"extruder_clearance_height_to_lid": "34",
|
||||
"extruder_clearance_height_to_rod": "34",
|
||||
"extruder_clearance_radius": "47",
|
||||
"extruder_colour": ["#FCE94F"],
|
||||
"extruder_offset": ["0x0"],
|
||||
"fan_kickstart": "0",
|
||||
"fan_speedup_overhangs": "1",
|
||||
"fan_speedup_time": "0",
|
||||
"gcode_flavor": "klipper",
|
||||
"high_current_on_filament_swap": "0",
|
||||
"host_type": "octoprint",
|
||||
"machine_load_filament_time": "0",
|
||||
"machine_unload_filament_time": "0",
|
||||
"machine_max_acceleration_e": ["3000", "5000"],
|
||||
"machine_max_acceleration_extruding": ["5000", "20000"],
|
||||
"machine_max_acceleration_retracting": ["2500", "5000"],
|
||||
"machine_max_acceleration_travel": ["20000", "500"],
|
||||
"machine_max_acceleration_x": ["5000", "20000"],
|
||||
"machine_max_acceleration_y": ["5000", "20000"],
|
||||
"machine_max_acceleration_z": ["2500", "200"],
|
||||
"machine_max_speed_e": ["60", "25"],
|
||||
"machine_max_speed_x": ["300", "200"],
|
||||
"machine_max_speed_y": ["300", "200"],
|
||||
"machine_max_speed_z": ["25", "12"],
|
||||
"machine_max_jerk_e": ["2.5", "5"],
|
||||
"machine_max_jerk_x": ["8", "12"],
|
||||
"machine_max_jerk_y": ["8", "12"],
|
||||
"machine_max_jerk_z": ["0.2", "0.4"],
|
||||
"machine_min_extruding_rate": ["0", "0"],
|
||||
"machine_min_travel_rate": ["0","0"],
|
||||
"max_layer_height": [
|
||||
"0.15"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.05"
|
||||
],
|
||||
"printer_settings_id": "Elegoo",
|
||||
"retract_before_wipe": ["0%"],
|
||||
"retract_length_toolchange": ["2"],
|
||||
"deretraction_speed": ["45"],
|
||||
"retract_lift_above": ["0"],
|
||||
"retract_lift_below": ["0"],
|
||||
"retract_lift_enforce": ["All Surfaces"],
|
||||
"retract_restart_extra": ["0"],
|
||||
"retract_restart_extra_toolchange": ["0"],
|
||||
"retract_when_changing_layer": ["1"],
|
||||
"retraction_length": ["0.7"],
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_speed": ["60"],
|
||||
"use_firmwware_retraction": "0",
|
||||
"single_extruder_multi_material": "1",
|
||||
"use_relative_e_distances": "1",
|
||||
"wipe": ["1"],
|
||||
"wipe_distance": ["1"],
|
||||
"z_hop": ["0.4"],
|
||||
"z_hop_types": ["Normal Lift"],
|
||||
"change_filament_gcode": "",
|
||||
"machine_pause_gcode": "M0",
|
||||
"default_filament_profile": [
|
||||
"Elegoo Generic PLA @0.2 nozzle"
|
||||
],
|
||||
"machine_start_gcode": "M413 S0 ; disable Power Loss Recovery\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S120 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0",
|
||||
"machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X10 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+10, printable_height-10)} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors",
|
||||
"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,97 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "Elegoo Neptune 4 Max (0.4 nozzle)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_elegoo_common",
|
||||
"printer_model": "Elegoo Neptune 4 Max",
|
||||
"printer_notes": "",
|
||||
"default_print_profile": "0.20mm Standard @Elegoo Neptune4Max (0.6 nozzle)",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"420x0",
|
||||
"420x420",
|
||||
"0x420"
|
||||
],
|
||||
"printable_height": "480",
|
||||
"nozzle_hrc": "0",
|
||||
"nozzle_type": "brass",
|
||||
"nozzle_volume": "0",
|
||||
"cooling_tube_length": "5",
|
||||
"cooling_tube_retraction": "91.5",
|
||||
"enable_filament_ramming": "1",
|
||||
"parking_pos_retraction": "92",
|
||||
"auxiliary_fan": "1",
|
||||
"extra_loading_move": "-2",
|
||||
"extruder_clearance_height_to_lid": "34",
|
||||
"extruder_clearance_height_to_rod": "34",
|
||||
"extruder_clearance_radius": "47",
|
||||
"extruder_colour": ["#FCE94F"],
|
||||
"extruder_offset": ["0x0"],
|
||||
"fan_kickstart": "0",
|
||||
"fan_speedup_overhangs": "1",
|
||||
"fan_speedup_time": "0",
|
||||
"gcode_flavor": "klipper",
|
||||
"high_current_on_filament_swap": "0",
|
||||
"host_type": "octoprint",
|
||||
"machine_load_filament_time": "0",
|
||||
"machine_unload_filament_time": "0",
|
||||
"machine_max_acceleration_e": ["3000", "5000"],
|
||||
"machine_max_acceleration_extruding": ["5000", "20000"],
|
||||
"machine_max_acceleration_retracting": ["2500", "5000"],
|
||||
"machine_max_acceleration_travel": ["20000", "500"],
|
||||
"machine_max_acceleration_x": ["5000", "20000"],
|
||||
"machine_max_acceleration_y": ["5000", "20000"],
|
||||
"machine_max_acceleration_z": ["2500", "200"],
|
||||
"machine_max_speed_e": ["60", "25"],
|
||||
"machine_max_speed_x": ["300", "200"],
|
||||
"machine_max_speed_y": ["300", "200"],
|
||||
"machine_max_speed_z": ["25", "12"],
|
||||
"machine_max_jerk_e": ["2.5", "5"],
|
||||
"machine_max_jerk_x": ["8", "12"],
|
||||
"machine_max_jerk_y": ["8", "12"],
|
||||
"machine_max_jerk_z": ["0.2", "0.4"],
|
||||
"machine_min_extruding_rate": ["0", "0"],
|
||||
"machine_min_travel_rate": ["0","0"],
|
||||
"max_layer_height": [
|
||||
"0.32"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.10"
|
||||
],
|
||||
"printer_settings_id": "Elegoo",
|
||||
"retract_before_wipe": ["0%"],
|
||||
"retract_length_toolchange": ["2"],
|
||||
"deretraction_speed": ["45"],
|
||||
"retract_lift_above": ["0"],
|
||||
"retract_lift_below": ["0"],
|
||||
"retract_lift_enforce": ["All Surfaces"],
|
||||
"retract_restart_extra": ["0"],
|
||||
"retract_restart_extra_toolchange": ["0"],
|
||||
"retract_when_changing_layer": ["1"],
|
||||
"retraction_length": ["0.7"],
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_speed": ["60"],
|
||||
"use_firmwware_retraction": "0",
|
||||
"single_extruder_multi_material": "1",
|
||||
"use_relative_e_distances": "1",
|
||||
"wipe": ["1"],
|
||||
"wipe_distance": ["1"],
|
||||
"z_hop": ["0.4"],
|
||||
"z_hop_types": ["Normal Lift"],
|
||||
"change_filament_gcode": "",
|
||||
"machine_pause_gcode": "M0",
|
||||
"default_filament_profile": [
|
||||
"Elegoo Generic PLA @0.4 nozzle"
|
||||
],
|
||||
"machine_start_gcode": "M413 S0 ; disable Power Loss Recovery\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S120 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0",
|
||||
"machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X10 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+10, printable_height-10)} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors",
|
||||
"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,97 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "Elegoo Neptune 4 Max (0.6 nozzle)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_elegoo_common",
|
||||
"printer_model": "Elegoo Neptune 4 Max",
|
||||
"printer_notes": "",
|
||||
"default_print_profile": "0.20mm Standard @Elegoo Neptune4Max (0.6 nozzle)",
|
||||
"nozzle_diameter": [
|
||||
"0.6"
|
||||
],
|
||||
"printer_variant": "0.6",
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"420x0",
|
||||
"420x420",
|
||||
"0x420"
|
||||
],
|
||||
"printable_height": "480",
|
||||
"nozzle_hrc": "0",
|
||||
"nozzle_type": "brass",
|
||||
"nozzle_volume": "0",
|
||||
"cooling_tube_length": "5",
|
||||
"cooling_tube_retraction": "91.5",
|
||||
"enable_filament_ramming": "1",
|
||||
"parking_pos_retraction": "92",
|
||||
"auxiliary_fan": "1",
|
||||
"extra_loading_move": "-2",
|
||||
"extruder_clearance_height_to_lid": "34",
|
||||
"extruder_clearance_height_to_rod": "34",
|
||||
"extruder_clearance_radius": "47",
|
||||
"extruder_colour": ["#FCE94F"],
|
||||
"extruder_offset": ["0x0"],
|
||||
"fan_kickstart": "0",
|
||||
"fan_speedup_overhangs": "1",
|
||||
"fan_speedup_time": "0",
|
||||
"gcode_flavor": "klipper",
|
||||
"high_current_on_filament_swap": "0",
|
||||
"host_type": "octoprint",
|
||||
"machine_load_filament_time": "0",
|
||||
"machine_unload_filament_time": "0",
|
||||
"machine_max_acceleration_e": ["3000", "5000"],
|
||||
"machine_max_acceleration_extruding": ["5000", "20000"],
|
||||
"machine_max_acceleration_retracting": ["2500", "5000"],
|
||||
"machine_max_acceleration_travel": ["20000", "500"],
|
||||
"machine_max_acceleration_x": ["5000", "20000"],
|
||||
"machine_max_acceleration_y": ["5000", "20000"],
|
||||
"machine_max_acceleration_z": ["2500", "200"],
|
||||
"machine_max_speed_e": ["60", "25"],
|
||||
"machine_max_speed_x": ["300", "200"],
|
||||
"machine_max_speed_y": ["300", "200"],
|
||||
"machine_max_speed_z": ["25", "12"],
|
||||
"machine_max_jerk_e": ["2.5", "5"],
|
||||
"machine_max_jerk_x": ["8", "12"],
|
||||
"machine_max_jerk_y": ["8", "12"],
|
||||
"machine_max_jerk_z": ["0.2", "0.4"],
|
||||
"machine_min_extruding_rate": ["0", "0"],
|
||||
"machine_min_travel_rate": ["0","0"],
|
||||
"max_layer_height": [
|
||||
"0.48"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.15"
|
||||
],
|
||||
"printer_settings_id": "Elegoo",
|
||||
"retract_before_wipe": ["0%"],
|
||||
"retract_length_toolchange": ["2"],
|
||||
"deretraction_speed": ["45"],
|
||||
"retract_lift_above": ["0"],
|
||||
"retract_lift_below": ["0"],
|
||||
"retract_lift_enforce": ["All Surfaces"],
|
||||
"retract_restart_extra": ["0"],
|
||||
"retract_restart_extra_toolchange": ["0"],
|
||||
"retract_when_changing_layer": ["1"],
|
||||
"retraction_length": ["0.7"],
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_speed": ["60"],
|
||||
"use_firmwware_retraction": "0",
|
||||
"single_extruder_multi_material": "1",
|
||||
"use_relative_e_distances": "1",
|
||||
"wipe": ["1"],
|
||||
"wipe_distance": ["1"],
|
||||
"z_hop": ["0.4"],
|
||||
"z_hop_types": ["Normal Lift"],
|
||||
"change_filament_gcode": "",
|
||||
"machine_pause_gcode": "M0",
|
||||
"default_filament_profile": [
|
||||
"Elegoo Generic PLA @0.6 nozzle"
|
||||
],
|
||||
"machine_start_gcode": "M413 S0 ; disable Power Loss Recovery\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S120 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0",
|
||||
"machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X10 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+10, printable_height-10)} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors",
|
||||
"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,97 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "Elegoo Neptune 4 Max (0.8 nozzle)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_elegoo_common",
|
||||
"printer_model": "Elegoo Neptune 4 Max",
|
||||
"printer_notes": "",
|
||||
"default_print_profile": "0.20mm Standard @Elegoo Neptune4Max (0.6 nozzle)",
|
||||
"nozzle_diameter": [
|
||||
"0.8"
|
||||
],
|
||||
"printer_variant": "0.8",
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"420x0",
|
||||
"420x420",
|
||||
"0x420"
|
||||
],
|
||||
"printable_height": "480",
|
||||
"nozzle_hrc": "0",
|
||||
"nozzle_type": "brass",
|
||||
"nozzle_volume": "0",
|
||||
"cooling_tube_length": "5",
|
||||
"cooling_tube_retraction": "91.5",
|
||||
"enable_filament_ramming": "1",
|
||||
"parking_pos_retraction": "92",
|
||||
"auxiliary_fan": "1",
|
||||
"extra_loading_move": "-2",
|
||||
"extruder_clearance_height_to_lid": "34",
|
||||
"extruder_clearance_height_to_rod": "34",
|
||||
"extruder_clearance_radius": "47",
|
||||
"extruder_colour": ["#FCE94F"],
|
||||
"extruder_offset": ["0x0"],
|
||||
"fan_kickstart": "0",
|
||||
"fan_speedup_overhangs": "1",
|
||||
"fan_speedup_time": "0",
|
||||
"gcode_flavor": "klipper",
|
||||
"high_current_on_filament_swap": "0",
|
||||
"host_type": "octoprint",
|
||||
"machine_load_filament_time": "0",
|
||||
"machine_unload_filament_time": "0",
|
||||
"machine_max_acceleration_e": ["3000", "5000"],
|
||||
"machine_max_acceleration_extruding": ["5000", "20000"],
|
||||
"machine_max_acceleration_retracting": ["2500", "5000"],
|
||||
"machine_max_acceleration_travel": ["20000", "500"],
|
||||
"machine_max_acceleration_x": ["5000", "20000"],
|
||||
"machine_max_acceleration_y": ["5000", "20000"],
|
||||
"machine_max_acceleration_z": ["2500", "200"],
|
||||
"machine_max_speed_e": ["60", "25"],
|
||||
"machine_max_speed_x": ["300", "200"],
|
||||
"machine_max_speed_y": ["300", "200"],
|
||||
"machine_max_speed_z": ["25", "12"],
|
||||
"machine_max_jerk_e": ["2.5", "5"],
|
||||
"machine_max_jerk_x": ["8", "12"],
|
||||
"machine_max_jerk_y": ["8", "12"],
|
||||
"machine_max_jerk_z": ["0.2", "0.4"],
|
||||
"machine_min_extruding_rate": ["0", "0"],
|
||||
"machine_min_travel_rate": ["0","0"],
|
||||
"max_layer_height": [
|
||||
"0.64"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.20"
|
||||
],
|
||||
"printer_settings_id": "Elegoo",
|
||||
"retract_before_wipe": ["0%"],
|
||||
"retract_length_toolchange": ["2"],
|
||||
"deretraction_speed": ["45"],
|
||||
"retract_lift_above": ["0"],
|
||||
"retract_lift_below": ["0"],
|
||||
"retract_lift_enforce": ["All Surfaces"],
|
||||
"retract_restart_extra": ["0"],
|
||||
"retract_restart_extra_toolchange": ["0"],
|
||||
"retract_when_changing_layer": ["1"],
|
||||
"retraction_length": ["0.7"],
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_speed": ["60"],
|
||||
"use_firmwware_retraction": "0",
|
||||
"single_extruder_multi_material": "1",
|
||||
"use_relative_e_distances": "1",
|
||||
"wipe": ["1"],
|
||||
"wipe_distance": ["1"],
|
||||
"z_hop": ["0.4"],
|
||||
"z_hop_types": ["Normal Lift"],
|
||||
"change_filament_gcode": "",
|
||||
"machine_pause_gcode": "M0",
|
||||
"default_filament_profile": [
|
||||
"Elegoo Generic PLA @0.8 nozzle"
|
||||
],
|
||||
"machine_start_gcode": "M413 S0 ; disable Power Loss Recovery\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S120 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0",
|
||||
"machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X10 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+10, printable_height-10)} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors",
|
||||
"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"
|
||||
}
|
||||
13
resources/profiles/Elegoo/machine/Elegoo Neptune 4 Max.json
Normal file
13
resources/profiles/Elegoo/machine/Elegoo Neptune 4 Max.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "Elegoo Neptune 4 Max",
|
||||
"model_id": "Elegoo-Neptune-4-Max",
|
||||
"nozzle_diameter": "0.2;0.4;0.6;0.8",
|
||||
"machine_tech": "FFF",
|
||||
"family": "Elegoo",
|
||||
"bed_model": "elegoo_neptune4max_buildplate_model.stl",
|
||||
"bed_texture": "elegoo_neptune4max_buildplate_texture.png",
|
||||
"bed_exclude_area": ["0x0"],
|
||||
"hotend_model": "",
|
||||
"default_materials": "Elegoo Generic PLA @0.2 nozzle;Elegoo Generic PETG @0.2 nozzle;Elegoo Generic ABS @0.2 nozzle;Elegoo Generic PLA @0.4 nozzle;Elegoo Generic PETG @0.4 nozzle;Elegoo Generic ABS @0.4 nozzle;Elegoo Generic PLA @0.6 nozzle;Elegoo Generic PETG @0.6 nozzle;Elegoo Generic ABS @0.6 nozzle;Elegoo Generic PLA @0.8 nozzle;Elegoo Generic PETG @0.8 nozzle;Elegoo Generic ABS @0.8 nozzle"
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.08mm Extra Fine @Elegoo Neptune4Max (0.2 nozzle)",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_elegoo_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.08",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "9",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "25",
|
||||
"internal_bridge_speed" : "70",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "4000",
|
||||
"top_surface_acceleration": "1000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"enable_arc_fitting": "0",
|
||||
"outer_wall_line_width": "0.2",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.2",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "700",
|
||||
"travel_acceleration": "5000",
|
||||
"inner_wall_acceleration": "4000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"initial_layer_line_width": "0.22",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.25",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{printer_model}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.25",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "1",
|
||||
"skirt_height": "2",
|
||||
"skirt_loops": "1",
|
||||
"minimum_sparse_infill_area": "25",
|
||||
"internal_solid_infill_line_width": "0.25",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "default",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.08",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.2",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "60",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2",
|
||||
"support_speed": "60",
|
||||
"support_threshold_angle": "45",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.2",
|
||||
"top_shell_layers": "11",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "50",
|
||||
"initial_layer_infill_speed": "60",
|
||||
"outer_wall_speed": "80",
|
||||
"inner_wall_speed": "100",
|
||||
"internal_solid_infill_speed": "150",
|
||||
"top_surface_speed": "80",
|
||||
"gap_infill_speed": "80",
|
||||
"sparse_infill_speed": "150",
|
||||
"travel_speed": "300",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Elegoo Neptune 4 Max (0.2 nozzle)"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.08mm Extra Fine @Elegoo Neptune4Max (0.4 nozzle)",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_elegoo_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.08",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "9",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "25",
|
||||
"internal_bridge_speed" : "70",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "4000",
|
||||
"top_surface_acceleration": "1000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"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": "700",
|
||||
"travel_acceleration": "5000",
|
||||
"inner_wall_acceleration": "4000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"initial_layer_line_width": "0.42",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{printer_model}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "1",
|
||||
"skirt_height": "2",
|
||||
"skirt_loops": "1",
|
||||
"minimum_sparse_infill_area": "25",
|
||||
"internal_solid_infill_line_width": "0.45",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "default",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.08",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.38",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "60",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2",
|
||||
"support_speed": "60",
|
||||
"support_threshold_angle": "45",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.38",
|
||||
"top_shell_layers": "11",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "50",
|
||||
"initial_layer_infill_speed": "60",
|
||||
"outer_wall_speed": "80",
|
||||
"inner_wall_speed": "100",
|
||||
"internal_solid_infill_speed": "150",
|
||||
"top_surface_speed": "80",
|
||||
"gap_infill_speed": "80",
|
||||
"sparse_infill_speed": "150",
|
||||
"travel_speed": "300",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Elegoo Neptune 4 Max (0.4 nozzle)"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.08mm Extra Fine @Elegoo Neptune4Max (0.6 nozzle)",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_elegoo_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.08",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "9",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "25",
|
||||
"internal_bridge_speed" : "70",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "4000",
|
||||
"top_surface_acceleration": "1000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"enable_arc_fitting": "0",
|
||||
"outer_wall_line_width": "0.6",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.6",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "700",
|
||||
"travel_acceleration": "5000",
|
||||
"inner_wall_acceleration": "4000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"initial_layer_line_width": "0.62",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.65",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{printer_model}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.65",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "1",
|
||||
"skirt_height": "2",
|
||||
"skirt_loops": "1",
|
||||
"minimum_sparse_infill_area": "25",
|
||||
"internal_solid_infill_line_width": "0.65",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "default",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.08",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.55",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "60",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2",
|
||||
"support_speed": "60",
|
||||
"support_threshold_angle": "45",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.56",
|
||||
"top_shell_layers": "11",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "50",
|
||||
"initial_layer_infill_speed": "60",
|
||||
"outer_wall_speed": "80",
|
||||
"inner_wall_speed": "100",
|
||||
"internal_solid_infill_speed": "150",
|
||||
"top_surface_speed": "80",
|
||||
"gap_infill_speed": "80",
|
||||
"sparse_infill_speed": "150",
|
||||
"travel_speed": "300",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Elegoo Neptune 4 Max (0.6 nozzle)"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.08mm Extra Fine @Elegoo Neptune4Max (0.8 nozzle)",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_elegoo_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.08",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "9",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "25",
|
||||
"internal_bridge_speed" : "70",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "4000",
|
||||
"top_surface_acceleration": "1000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"enable_arc_fitting": "0",
|
||||
"outer_wall_line_width": "0.8",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.8",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "700",
|
||||
"travel_acceleration": "5000",
|
||||
"inner_wall_acceleration": "4000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"initial_layer_line_width": "0.82",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.85",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{printer_model}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.85",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "1",
|
||||
"skirt_height": "2",
|
||||
"skirt_loops": "1",
|
||||
"minimum_sparse_infill_area": "25",
|
||||
"internal_solid_infill_line_width": "0.85",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "default",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.08",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.38",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "60",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2",
|
||||
"support_speed": "60",
|
||||
"support_threshold_angle": "45",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.78",
|
||||
"top_shell_layers": "11",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "50",
|
||||
"initial_layer_infill_speed": "60",
|
||||
"outer_wall_speed": "80",
|
||||
"inner_wall_speed": "100",
|
||||
"internal_solid_infill_speed": "150",
|
||||
"top_surface_speed": "80",
|
||||
"gap_infill_speed": "80",
|
||||
"sparse_infill_speed": "150",
|
||||
"travel_speed": "300",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Elegoo Neptune 4 Max (0.8 nozzle)"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.12mm Fine @Elegoo Neptune4Max (0.2 nozzle)",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_elegoo_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.12",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "6",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "25",
|
||||
"internal_bridge_speed" : "70",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "4000",
|
||||
"top_surface_acceleration": "1000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"enable_arc_fitting": "0",
|
||||
"outer_wall_line_width": "0.2",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.2",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "700",
|
||||
"travel_acceleration": "5000",
|
||||
"inner_wall_acceleration": "4000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"initial_layer_line_width": "0.22",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.25",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{printer_model}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.25",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "1",
|
||||
"skirt_height": "2",
|
||||
"skirt_loops": "1",
|
||||
"minimum_sparse_infill_area": "25",
|
||||
"internal_solid_infill_line_width": "0.25",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "default",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.12",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.2",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "60",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2",
|
||||
"support_speed": "60",
|
||||
"support_threshold_angle": "45",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.2",
|
||||
"top_shell_layers": "7",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "50",
|
||||
"initial_layer_infill_speed": "60",
|
||||
"outer_wall_speed": "80",
|
||||
"inner_wall_speed": "100",
|
||||
"internal_solid_infill_speed": "150",
|
||||
"top_surface_speed": "80",
|
||||
"gap_infill_speed": "80",
|
||||
"sparse_infill_speed": "150",
|
||||
"travel_speed": "300",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Elegoo Neptune 4 Max (0.2 nozzle)"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.12mm Fine @Elegoo Neptune4Max (0.4 nozzle)",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_elegoo_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.12",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "6",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "25",
|
||||
"internal_bridge_speed" : "70",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "4000",
|
||||
"top_surface_acceleration": "1000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"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": "700",
|
||||
"travel_acceleration": "5000",
|
||||
"inner_wall_acceleration": "4000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"initial_layer_line_width": "0.42",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{printer_model}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "1",
|
||||
"skirt_height": "2",
|
||||
"skirt_loops": "1",
|
||||
"minimum_sparse_infill_area": "25",
|
||||
"internal_solid_infill_line_width": "0.45",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "default",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.12",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.38",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "60",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2",
|
||||
"support_speed": "60",
|
||||
"support_threshold_angle": "45",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.38",
|
||||
"top_shell_layers": "7",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "50",
|
||||
"initial_layer_infill_speed": "60",
|
||||
"outer_wall_speed": "80",
|
||||
"inner_wall_speed": "100",
|
||||
"internal_solid_infill_speed": "150",
|
||||
"top_surface_speed": "80",
|
||||
"gap_infill_speed": "80",
|
||||
"sparse_infill_speed": "150",
|
||||
"travel_speed": "300",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Elegoo Neptune 4 Max (0.4 nozzle)"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.12mm Fine @Elegoo Neptune4Max (0.6 nozzle)",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_elegoo_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.12",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "6",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "25",
|
||||
"internal_bridge_speed" : "70",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "4000",
|
||||
"top_surface_acceleration": "1000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"enable_arc_fitting": "0",
|
||||
"outer_wall_line_width": "0.6",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.6",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "700",
|
||||
"travel_acceleration": "5000",
|
||||
"inner_wall_acceleration": "4000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"initial_layer_line_width": "0.62",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.65",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{printer_model}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.65",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "1",
|
||||
"skirt_height": "2",
|
||||
"skirt_loops": "1",
|
||||
"minimum_sparse_infill_area": "25",
|
||||
"internal_solid_infill_line_width": "0.65",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "default",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.12",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.55",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "60",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2",
|
||||
"support_speed": "60",
|
||||
"support_threshold_angle": "45",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.56",
|
||||
"top_shell_layers": "7",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "50",
|
||||
"initial_layer_infill_speed": "60",
|
||||
"outer_wall_speed": "80",
|
||||
"inner_wall_speed": "100",
|
||||
"internal_solid_infill_speed": "150",
|
||||
"top_surface_speed": "80",
|
||||
"gap_infill_speed": "80",
|
||||
"sparse_infill_speed": "150",
|
||||
"travel_speed": "300",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Elegoo Neptune 4 Max (0.6 nozzle)"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.12mm Fine @Elegoo Neptune4Max (0.8 nozzle)",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_elegoo_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.12",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "6",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "25",
|
||||
"internal_bridge_speed" : "70",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "4000",
|
||||
"top_surface_acceleration": "1000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"enable_arc_fitting": "0",
|
||||
"outer_wall_line_width": "0.8",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.8",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "700",
|
||||
"travel_acceleration": "5000",
|
||||
"inner_wall_acceleration": "4000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"initial_layer_line_width": "0.82",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.85",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{printer_model}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.85",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "1",
|
||||
"skirt_height": "2",
|
||||
"skirt_loops": "1",
|
||||
"minimum_sparse_infill_area": "25",
|
||||
"internal_solid_infill_line_width": "0.85",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "default",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.12",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.38",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "60",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2",
|
||||
"support_speed": "60",
|
||||
"support_threshold_angle": "45",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.78",
|
||||
"top_shell_layers": "7",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "50",
|
||||
"initial_layer_infill_speed": "60",
|
||||
"outer_wall_speed": "80",
|
||||
"inner_wall_speed": "100",
|
||||
"internal_solid_infill_speed": "150",
|
||||
"top_surface_speed": "80",
|
||||
"gap_infill_speed": "80",
|
||||
"sparse_infill_speed": "150",
|
||||
"travel_speed": "300",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Elegoo Neptune 4 Max (0.8 nozzle)"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.16mm Optimal @Elegoo Neptune4Max (0.2 nozzle)",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_elegoo_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.16",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "4",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "25",
|
||||
"internal_bridge_speed" : "70",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "4000",
|
||||
"top_surface_acceleration": "1000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"enable_arc_fitting": "0",
|
||||
"outer_wall_line_width": "0.2",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.2",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "700",
|
||||
"travel_acceleration": "5000",
|
||||
"inner_wall_acceleration": "4000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"initial_layer_line_width": "0.22",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.25",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{printer_model}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.25",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "1",
|
||||
"skirt_height": "2",
|
||||
"skirt_loops": "1",
|
||||
"minimum_sparse_infill_area": "25",
|
||||
"internal_solid_infill_line_width": "0.25",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "default",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.16",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.2",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "60",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2",
|
||||
"support_speed": "60",
|
||||
"support_threshold_angle": "45",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.2",
|
||||
"top_shell_layers": "5",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "50",
|
||||
"initial_layer_infill_speed": "60",
|
||||
"outer_wall_speed": "80",
|
||||
"inner_wall_speed": "100",
|
||||
"internal_solid_infill_speed": "150",
|
||||
"top_surface_speed": "80",
|
||||
"gap_infill_speed": "80",
|
||||
"sparse_infill_speed": "150",
|
||||
"travel_speed": "300",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Elegoo Neptune 4 Max (0.2 nozzle)"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.16mm Optimal @Elegoo Neptune4Max (0.4 nozzle)",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_elegoo_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.16",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "4",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "25",
|
||||
"internal_bridge_speed" : "70",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "4000",
|
||||
"top_surface_acceleration": "1000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"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": "700",
|
||||
"travel_acceleration": "5000",
|
||||
"inner_wall_acceleration": "4000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"initial_layer_line_width": "0.42",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{printer_model}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "1",
|
||||
"skirt_height": "2",
|
||||
"skirt_loops": "1",
|
||||
"minimum_sparse_infill_area": "25",
|
||||
"internal_solid_infill_line_width": "0.45",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "default",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.16",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.38",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "60",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2",
|
||||
"support_speed": "60",
|
||||
"support_threshold_angle": "45",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.38",
|
||||
"top_shell_layers": "5",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "50",
|
||||
"initial_layer_infill_speed": "60",
|
||||
"outer_wall_speed": "80",
|
||||
"inner_wall_speed": "100",
|
||||
"internal_solid_infill_speed": "150",
|
||||
"top_surface_speed": "80",
|
||||
"gap_infill_speed": "80",
|
||||
"sparse_infill_speed": "150",
|
||||
"travel_speed": "300",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Elegoo Neptune 4 Max (0.4 nozzle)"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.16mm Optimal @Elegoo Neptune4Max (0.6 nozzle)",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_elegoo_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.16",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "4",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "25",
|
||||
"internal_bridge_speed" : "70",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "4000",
|
||||
"top_surface_acceleration": "1000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"enable_arc_fitting": "0",
|
||||
"outer_wall_line_width": "0.6",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.6",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "700",
|
||||
"travel_acceleration": "5000",
|
||||
"inner_wall_acceleration": "4000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"initial_layer_line_width": "0.62",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.65",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{printer_model}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.65",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "1",
|
||||
"skirt_height": "2",
|
||||
"skirt_loops": "1",
|
||||
"minimum_sparse_infill_area": "25",
|
||||
"internal_solid_infill_line_width": "0.65",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "default",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.16",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.55",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "60",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2",
|
||||
"support_speed": "60",
|
||||
"support_threshold_angle": "45",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.56",
|
||||
"top_shell_layers": "5",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "50",
|
||||
"initial_layer_infill_speed": "60",
|
||||
"outer_wall_speed": "80",
|
||||
"inner_wall_speed": "100",
|
||||
"internal_solid_infill_speed": "150",
|
||||
"top_surface_speed": "80",
|
||||
"gap_infill_speed": "80",
|
||||
"sparse_infill_speed": "150",
|
||||
"travel_speed": "300",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Elegoo Neptune 4 Max (0.6 nozzle)"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.16mm Optimal @Elegoo Neptune4Max (0.8 nozzle)",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_elegoo_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.16",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "4",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "25",
|
||||
"internal_bridge_speed" : "70",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "4000",
|
||||
"top_surface_acceleration": "1000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"enable_arc_fitting": "0",
|
||||
"outer_wall_line_width": "0.8",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.8",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "700",
|
||||
"travel_acceleration": "5000",
|
||||
"inner_wall_acceleration": "4000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"initial_layer_line_width": "0.82",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.85",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{printer_model}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.85",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "1",
|
||||
"skirt_height": "2",
|
||||
"skirt_loops": "1",
|
||||
"minimum_sparse_infill_area": "25",
|
||||
"internal_solid_infill_line_width": "0.85",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "default",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.16",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.38",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "60",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2",
|
||||
"support_speed": "60",
|
||||
"support_threshold_angle": "45",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.78",
|
||||
"top_shell_layers": "5",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "50",
|
||||
"initial_layer_infill_speed": "60",
|
||||
"outer_wall_speed": "80",
|
||||
"inner_wall_speed": "100",
|
||||
"internal_solid_infill_speed": "150",
|
||||
"top_surface_speed": "80",
|
||||
"gap_infill_speed": "80",
|
||||
"sparse_infill_speed": "150",
|
||||
"travel_speed": "300",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Elegoo Neptune 4 Max (0.8 nozzle)"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Standard @Elegoo Neptune4Max (0.2 nozzle)",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_elegoo_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "4",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "25",
|
||||
"internal_bridge_speed" : "70",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "4000",
|
||||
"top_surface_acceleration": "1000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"enable_arc_fitting": "0",
|
||||
"outer_wall_line_width": "0.2",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.2",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "700",
|
||||
"travel_acceleration": "5000",
|
||||
"inner_wall_acceleration": "4000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"initial_layer_line_width": "0.22",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.25",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{printer_model}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.25",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "1",
|
||||
"skirt_height": "2",
|
||||
"skirt_loops": "1",
|
||||
"minimum_sparse_infill_area": "25",
|
||||
"internal_solid_infill_line_width": "0.25",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "default",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.2",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.2",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "60",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2",
|
||||
"support_speed": "60",
|
||||
"support_threshold_angle": "45",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.2",
|
||||
"top_shell_layers": "5",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "50",
|
||||
"initial_layer_infill_speed": "60",
|
||||
"outer_wall_speed": "80",
|
||||
"inner_wall_speed": "100",
|
||||
"internal_solid_infill_speed": "150",
|
||||
"top_surface_speed": "80",
|
||||
"gap_infill_speed": "80",
|
||||
"sparse_infill_speed": "150",
|
||||
"travel_speed": "300",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Elegoo Neptune 4 Max (0.2 nozzle)"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Standard @Elegoo Neptune4Max (0.4 nozzle)",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_elegoo_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "4",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "25",
|
||||
"internal_bridge_speed" : "70",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "4000",
|
||||
"top_surface_acceleration": "1000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"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": "700",
|
||||
"travel_acceleration": "5000",
|
||||
"inner_wall_acceleration": "4000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"initial_layer_line_width": "0.42",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{printer_model}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "1",
|
||||
"skirt_height": "2",
|
||||
"skirt_loops": "1",
|
||||
"minimum_sparse_infill_area": "25",
|
||||
"internal_solid_infill_line_width": "0.45",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "default",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.2",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.38",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "60",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2",
|
||||
"support_speed": "60",
|
||||
"support_threshold_angle": "45",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.38",
|
||||
"top_shell_layers": "5",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "50",
|
||||
"initial_layer_infill_speed": "60",
|
||||
"outer_wall_speed": "80",
|
||||
"inner_wall_speed": "100",
|
||||
"internal_solid_infill_speed": "150",
|
||||
"top_surface_speed": "80",
|
||||
"gap_infill_speed": "80",
|
||||
"sparse_infill_speed": "150",
|
||||
"travel_speed": "300",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Elegoo Neptune 4 Max (0.4 nozzle)"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Standard @Elegoo Neptune4Max (0.6 nozzle)",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_elegoo_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "4",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "25",
|
||||
"internal_bridge_speed" : "70",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "4000",
|
||||
"top_surface_acceleration": "1000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"enable_arc_fitting": "0",
|
||||
"outer_wall_line_width": "0.6",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.6",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "700",
|
||||
"travel_acceleration": "5000",
|
||||
"inner_wall_acceleration": "4000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"initial_layer_line_width": "0.62",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.65",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{printer_model}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.65",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "1",
|
||||
"skirt_height": "2",
|
||||
"skirt_loops": "1",
|
||||
"minimum_sparse_infill_area": "25",
|
||||
"internal_solid_infill_line_width": "0.65",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "default",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.2",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.55",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "60",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2",
|
||||
"support_speed": "60",
|
||||
"support_threshold_angle": "45",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.56",
|
||||
"top_shell_layers": "5",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "50",
|
||||
"initial_layer_infill_speed": "60",
|
||||
"outer_wall_speed": "80",
|
||||
"inner_wall_speed": "100",
|
||||
"internal_solid_infill_speed": "150",
|
||||
"top_surface_speed": "80",
|
||||
"gap_infill_speed": "80",
|
||||
"sparse_infill_speed": "150",
|
||||
"travel_speed": "300",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Elegoo Neptune 4 Max (0.6 nozzle)"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Standard @Elegoo Neptune4Max (0.8 nozzle)",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_elegoo_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "4",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "25",
|
||||
"internal_bridge_speed" : "70",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "4000",
|
||||
"top_surface_acceleration": "1000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"enable_arc_fitting": "0",
|
||||
"outer_wall_line_width": "0.8",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.8",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "700",
|
||||
"travel_acceleration": "5000",
|
||||
"inner_wall_acceleration": "4000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"initial_layer_line_width": "0.82",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.85",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{printer_model}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.85",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "1",
|
||||
"skirt_height": "2",
|
||||
"skirt_loops": "1",
|
||||
"minimum_sparse_infill_area": "25",
|
||||
"internal_solid_infill_line_width": "0.85",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "default",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.2",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.38",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "60",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2",
|
||||
"support_speed": "60",
|
||||
"support_threshold_angle": "45",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.78",
|
||||
"top_shell_layers": "5",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "50",
|
||||
"initial_layer_infill_speed": "60",
|
||||
"outer_wall_speed": "80",
|
||||
"inner_wall_speed": "100",
|
||||
"internal_solid_infill_speed": "150",
|
||||
"top_surface_speed": "80",
|
||||
"gap_infill_speed": "80",
|
||||
"sparse_infill_speed": "150",
|
||||
"travel_speed": "300",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Elegoo Neptune 4 Max (0.8 nozzle)"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.24mm Draft @Elegoo Neptune4Max (0.2 nozzle)",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_elegoo_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.24",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "3",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "25",
|
||||
"internal_bridge_speed" : "70",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "4000",
|
||||
"top_surface_acceleration": "1000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"enable_arc_fitting": "0",
|
||||
"outer_wall_line_width": "0.2",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.2",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "700",
|
||||
"travel_acceleration": "5000",
|
||||
"inner_wall_acceleration": "4000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"initial_layer_line_width": "0.22",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.25",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{printer_model}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.25",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "1",
|
||||
"skirt_height": "2",
|
||||
"skirt_loops": "1",
|
||||
"minimum_sparse_infill_area": "25",
|
||||
"internal_solid_infill_line_width": "0.25",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "default",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.24",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.2",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "60",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2",
|
||||
"support_speed": "60",
|
||||
"support_threshold_angle": "45",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.25",
|
||||
"top_shell_layers": "4",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "50",
|
||||
"initial_layer_infill_speed": "60",
|
||||
"outer_wall_speed": "80",
|
||||
"inner_wall_speed": "100",
|
||||
"internal_solid_infill_speed": "150",
|
||||
"top_surface_speed": "80",
|
||||
"gap_infill_speed": "80",
|
||||
"sparse_infill_speed": "150",
|
||||
"travel_speed": "300",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Elegoo Neptune 4 Max (0.2 nozzle)"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.24mm Draft @Elegoo Neptune4Max (0.4 nozzle)",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_elegoo_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.24",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "3",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "25",
|
||||
"internal_bridge_speed" : "70",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "4000",
|
||||
"top_surface_acceleration": "1000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"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": "700",
|
||||
"travel_acceleration": "5000",
|
||||
"inner_wall_acceleration": "4000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"initial_layer_line_width": "0.42",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{printer_model}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "1",
|
||||
"skirt_height": "2",
|
||||
"skirt_loops": "1",
|
||||
"minimum_sparse_infill_area": "25",
|
||||
"internal_solid_infill_line_width": "0.45",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "default",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.24",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.38",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "60",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2",
|
||||
"support_speed": "60",
|
||||
"support_threshold_angle": "45",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.45",
|
||||
"top_shell_layers": "4",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "50",
|
||||
"initial_layer_infill_speed": "60",
|
||||
"outer_wall_speed": "80",
|
||||
"inner_wall_speed": "100",
|
||||
"internal_solid_infill_speed": "150",
|
||||
"top_surface_speed": "80",
|
||||
"gap_infill_speed": "80",
|
||||
"sparse_infill_speed": "150",
|
||||
"travel_speed": "300",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Elegoo Neptune 4 Max (0.4 nozzle)"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.24mm Draft @Elegoo Neptune4Max (0.6 nozzle)",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_elegoo_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.24",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "3",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "25",
|
||||
"internal_bridge_speed" : "70",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "4000",
|
||||
"top_surface_acceleration": "1000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"enable_arc_fitting": "0",
|
||||
"outer_wall_line_width": "0.6",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.6",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "700",
|
||||
"travel_acceleration": "5000",
|
||||
"inner_wall_acceleration": "4000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"initial_layer_line_width": "0.62",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.65",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{printer_model}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.65",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "1",
|
||||
"skirt_height": "2",
|
||||
"skirt_loops": "1",
|
||||
"minimum_sparse_infill_area": "25",
|
||||
"internal_solid_infill_line_width": "0.65",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "default",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.24",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.55",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "60",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2",
|
||||
"support_speed": "60",
|
||||
"support_threshold_angle": "45",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.65",
|
||||
"top_shell_layers": "4",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "50",
|
||||
"initial_layer_infill_speed": "60",
|
||||
"outer_wall_speed": "80",
|
||||
"inner_wall_speed": "100",
|
||||
"internal_solid_infill_speed": "150",
|
||||
"top_surface_speed": "80",
|
||||
"gap_infill_speed": "80",
|
||||
"sparse_infill_speed": "150",
|
||||
"travel_speed": "300",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Elegoo Neptune 4 Max (0.6 nozzle)"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.24mm Draft @Elegoo Neptune4Max (0.8 nozzle)",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_elegoo_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.24",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "3",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "25",
|
||||
"internal_bridge_speed" : "70",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "4000",
|
||||
"top_surface_acceleration": "1000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"enable_arc_fitting": "0",
|
||||
"outer_wall_line_width": "0.8",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.8",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "700",
|
||||
"travel_acceleration": "5000",
|
||||
"inner_wall_acceleration": "4000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"initial_layer_line_width": "0.82",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.85",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{printer_model}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.85",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "1",
|
||||
"skirt_height": "2",
|
||||
"skirt_loops": "1",
|
||||
"minimum_sparse_infill_area": "25",
|
||||
"internal_solid_infill_line_width": "0.85",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "default",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.24",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.38",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "60",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2",
|
||||
"support_speed": "60",
|
||||
"support_threshold_angle": "45",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.85",
|
||||
"top_shell_layers": "4",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "50",
|
||||
"initial_layer_infill_speed": "60",
|
||||
"outer_wall_speed": "80",
|
||||
"inner_wall_speed": "100",
|
||||
"internal_solid_infill_speed": "150",
|
||||
"top_surface_speed": "80",
|
||||
"gap_infill_speed": "80",
|
||||
"sparse_infill_speed": "150",
|
||||
"travel_speed": "300",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Elegoo Neptune 4 Max (0.8 nozzle)"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.28mm Extra Draft @Elegoo Neptune4Max (0.2 nozzle)",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_elegoo_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.28",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "3",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "25",
|
||||
"internal_bridge_speed" : "70",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "4000",
|
||||
"top_surface_acceleration": "1000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"enable_arc_fitting": "0",
|
||||
"outer_wall_line_width": "0.2",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.2",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "700",
|
||||
"travel_acceleration": "5000",
|
||||
"inner_wall_acceleration": "4000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"initial_layer_line_width": "0.22",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.25",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{printer_model}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.25",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "1",
|
||||
"skirt_height": "2",
|
||||
"skirt_loops": "1",
|
||||
"minimum_sparse_infill_area": "25",
|
||||
"internal_solid_infill_line_width": "0.25",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "default",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.28",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.2",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "60",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2",
|
||||
"support_speed": "60",
|
||||
"support_threshold_angle": "45",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.25",
|
||||
"top_shell_layers": "4",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "50",
|
||||
"initial_layer_infill_speed": "60",
|
||||
"outer_wall_speed": "80",
|
||||
"inner_wall_speed": "100",
|
||||
"internal_solid_infill_speed": "150",
|
||||
"top_surface_speed": "80",
|
||||
"gap_infill_speed": "80",
|
||||
"sparse_infill_speed": "150",
|
||||
"travel_speed": "300",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Elegoo Neptune 4 Max (0.2 nozzle)"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.28mm Extra Draft @Elegoo Neptune4Max (0.4 nozzle)",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_elegoo_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.28",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "3",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "25",
|
||||
"internal_bridge_speed" : "70",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "4000",
|
||||
"top_surface_acceleration": "1000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"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": "700",
|
||||
"travel_acceleration": "5000",
|
||||
"inner_wall_acceleration": "4000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"initial_layer_line_width": "0.42",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{printer_model}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "1",
|
||||
"skirt_height": "2",
|
||||
"skirt_loops": "1",
|
||||
"minimum_sparse_infill_area": "25",
|
||||
"internal_solid_infill_line_width": "0.45",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "default",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.28",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.38",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "60",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2",
|
||||
"support_speed": "60",
|
||||
"support_threshold_angle": "45",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.45",
|
||||
"top_shell_layers": "4",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "50",
|
||||
"initial_layer_infill_speed": "60",
|
||||
"outer_wall_speed": "80",
|
||||
"inner_wall_speed": "100",
|
||||
"internal_solid_infill_speed": "150",
|
||||
"top_surface_speed": "80",
|
||||
"gap_infill_speed": "80",
|
||||
"sparse_infill_speed": "150",
|
||||
"travel_speed": "300",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Elegoo Neptune 4 Max (0.4 nozzle)"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.28mm Extra Draft @Elegoo Neptune4Max (0.6 nozzle)",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_elegoo_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.28",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "3",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "25",
|
||||
"internal_bridge_speed" : "70",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "4000",
|
||||
"top_surface_acceleration": "1000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"enable_arc_fitting": "0",
|
||||
"outer_wall_line_width": "0.6",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.6",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "700",
|
||||
"travel_acceleration": "5000",
|
||||
"inner_wall_acceleration": "4000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"initial_layer_line_width": "0.62",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.65",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{printer_model}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.65",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "1",
|
||||
"skirt_height": "2",
|
||||
"skirt_loops": "1",
|
||||
"minimum_sparse_infill_area": "25",
|
||||
"internal_solid_infill_line_width": "0.65",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "default",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.28",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.55",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "60",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2",
|
||||
"support_speed": "60",
|
||||
"support_threshold_angle": "45",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.65",
|
||||
"top_shell_layers": "4",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "50",
|
||||
"initial_layer_infill_speed": "60",
|
||||
"outer_wall_speed": "80",
|
||||
"inner_wall_speed": "100",
|
||||
"internal_solid_infill_speed": "150",
|
||||
"top_surface_speed": "80",
|
||||
"gap_infill_speed": "80",
|
||||
"sparse_infill_speed": "150",
|
||||
"travel_speed": "300",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Elegoo Neptune 4 Max (0.6 nozzle)"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.28mm Extra Draft @Elegoo Neptune4Max (0.8 nozzle)",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_elegoo_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.28",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "3",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "25",
|
||||
"internal_bridge_speed" : "70",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "4000",
|
||||
"top_surface_acceleration": "1000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"enable_arc_fitting": "0",
|
||||
"outer_wall_line_width": "0.8",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.8",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "700",
|
||||
"travel_acceleration": "5000",
|
||||
"inner_wall_acceleration": "4000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"initial_layer_line_width": "0.82",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.85",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{printer_model}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.85",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "1",
|
||||
"skirt_height": "2",
|
||||
"skirt_loops": "1",
|
||||
"minimum_sparse_infill_area": "25",
|
||||
"internal_solid_infill_line_width": "0.85",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "default",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.28",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.38",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "60",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2",
|
||||
"support_speed": "60",
|
||||
"support_threshold_angle": "45",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.85",
|
||||
"top_shell_layers": "4",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "50",
|
||||
"initial_layer_infill_speed": "60",
|
||||
"outer_wall_speed": "80",
|
||||
"inner_wall_speed": "100",
|
||||
"internal_solid_infill_speed": "150",
|
||||
"top_surface_speed": "80",
|
||||
"gap_infill_speed": "80",
|
||||
"sparse_infill_speed": "150",
|
||||
"travel_speed": "300",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Elegoo Neptune 4 Max (0.8 nozzle)"
|
||||
]
|
||||
}
|
||||
@@ -187,10 +187,10 @@
|
||||
"0"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"45"
|
||||
"55"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"45"
|
||||
"50"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"220"
|
||||
|
||||
@@ -190,10 +190,10 @@
|
||||
"full_fan_speed_layer": [
|
||||
"0"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"50"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"55"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"50"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
|
||||
@@ -13,10 +13,10 @@
|
||||
"12"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"45"
|
||||
"55"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"45"
|
||||
"50"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
|
||||
@@ -13,10 +13,10 @@
|
||||
"25"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"45"
|
||||
"55"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"45"
|
||||
"50"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"6"
|
||||
|
||||
@@ -71,13 +71,13 @@
|
||||
"; filament end gcode \n"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
"1"
|
||||
],
|
||||
"filament_is_support": [
|
||||
"0"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"5"
|
||||
"3.5"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
@@ -92,7 +92,7 @@
|
||||
"nil"
|
||||
],
|
||||
"filament_retraction_length": [
|
||||
"0.4"
|
||||
"1.2"
|
||||
],
|
||||
"filament_retraction_minimum_travel": [
|
||||
"nil"
|
||||
@@ -140,7 +140,7 @@
|
||||
"45"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"230"
|
||||
"235"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"235"
|
||||
@@ -158,7 +158,7 @@
|
||||
"50%"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.025"
|
||||
"0.035"
|
||||
],
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"1"
|
||||
@@ -173,7 +173,7 @@
|
||||
"8"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"15"
|
||||
"20"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"100"
|
||||
|
||||
@@ -44,9 +44,9 @@
|
||||
"z_hop": [ "0.4" ],
|
||||
"single_extruder_multi_material": "0",
|
||||
"change_filament_gcode": "",
|
||||
"machine_pause_gcode": "",
|
||||
"machine_pause_gcode": "M25",
|
||||
"default_filament_profile": [ "Flashforge Generic PLA" ],
|
||||
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG90\nM83\nG1 Z5 F6000\nG1 E-1.5 F600\nG1 E12 F800\nG1 X85 Y110 Z0.25 F1200\nG1 X-110 E15 F2400\nG1 Y0 E4 F2400\nG1 X-109.6 F2400\nG1 Y110 E5 F2400\nG92 E0",
|
||||
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG1 Z5 F6000\nG1 E-1.5 F600\nG1 E12 F800\nG1 X85 Y110 Z0.25 F1200\nG1 X-110 E15 F2400\nG1 Y0 E4 F2400\nG1 X-109.6 F2400\nG1 Y110 E5 F2400\nG92 E0",
|
||||
"machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F30000\nG28\nM104 S0 ; turn off temperature\nM84 ; disble motors",
|
||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]",
|
||||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||
|
||||
@@ -44,9 +44,9 @@
|
||||
"z_hop": [ "0.4" ],
|
||||
"single_extruder_multi_material": "0",
|
||||
"change_filament_gcode": "",
|
||||
"machine_pause_gcode": "",
|
||||
"machine_pause_gcode": "M25",
|
||||
"default_filament_profile": [ "Flashforge Generic PLA" ],
|
||||
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG90\nM83\nG1 Z5 F6000\nG1 E-1.5 F600\nG1 E12 F800\nG1 X85 Y110 Z0.25 F1200\nG1 X-110 E15 F2400\nG1 Y0 E4 F2400\nG1 X-109.6 F2400\nG1 Y110 E5 F2400\nG92 E0",
|
||||
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG1 Z5 F6000\nG1 E-1.5 F600\nG1 E12 F800\nG1 X85 Y110 Z0.25 F1200\nG1 X-110 E15 F2400\nG1 Y0 E4 F2400\nG1 X-109.6 F2400\nG1 Y110 E5 F2400\nG92 E0",
|
||||
"machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F30000\nG28\nM104 S0 ; turn off temperature\nM84 ; disble motors",
|
||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]",
|
||||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||
|
||||
@@ -44,9 +44,9 @@
|
||||
"z_hop": [ "0.4" ],
|
||||
"single_extruder_multi_material": "0",
|
||||
"change_filament_gcode": "",
|
||||
"machine_pause_gcode": "",
|
||||
"machine_pause_gcode": "M25",
|
||||
"default_filament_profile": [ "Flashforge Generic PLA" ],
|
||||
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG90\nM83\nG1 Z5 F6000\nG1 E-1.5 F600\nG1 E12 F800\nG1 X85 Y110 Z0.25 F1200\nG1 X-110 E15 F2400\nG1 Y0 E4 F2400\nG1 X-109.6 F2400\nG1 Y110 E5 F2400\nG92 E0",
|
||||
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG1 Z5 F6000\nG1 E-1.5 F600\nG1 E12 F800\nG1 X85 Y110 Z0.25 F1200\nG1 X-110 E15 F2400\nG1 Y0 E4 F2400\nG1 X-109.6 F2400\nG1 Y110 E5 F2400\nG92 E0",
|
||||
"machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F30000\nG28\nM104 S0 ; turn off temperature\nM84 ; disble motors",
|
||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]",
|
||||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||
|
||||
@@ -44,9 +44,9 @@
|
||||
"z_hop": [ "0.4" ],
|
||||
"single_extruder_multi_material": "0",
|
||||
"change_filament_gcode": "",
|
||||
"machine_pause_gcode": "",
|
||||
"machine_pause_gcode": "M25",
|
||||
"default_filament_profile": [ "Flashforge Generic PLA" ],
|
||||
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG90\nM83\nG1 Z5 F6000\nG1 E-1.5 F600\nG1 E12 F800\nG1 X85 Y110 Z0.25 F1200\nG1 X-110 E15 F2400\nG1 Y0 E4 F2400\nG1 X-109.6 F2400\nG1 Y110 E5 F2400\nG92 E0",
|
||||
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG1 Z5 F6000\nG1 E-1.5 F600\nG1 E12 F800\nG1 X85 Y110 Z0.25 F1200\nG1 X-110 E15 F2400\nG1 Y0 E4 F2400\nG1 X-109.6 F2400\nG1 Y110 E5 F2400\nG92 E0",
|
||||
"machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F30000\nG28\nM104 S0 ; turn off temperature\nM84 ; disble motors",
|
||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]",
|
||||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||
|
||||
@@ -119,7 +119,7 @@
|
||||
"silent_mode": "0",
|
||||
"single_extruder_multi_material": "1",
|
||||
"change_filament_gcode": "",
|
||||
"machine_pause_gcode": "M25 ;pause print",
|
||||
"machine_pause_gcode": "M25",
|
||||
"wipe": [
|
||||
"1"
|
||||
],
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
"silent_mode": "0",
|
||||
"single_extruder_multi_material": "1",
|
||||
"change_filament_gcode": "",
|
||||
"machine_pause_gcode": "PAUSE\n",
|
||||
"machine_pause_gcode": "M25",
|
||||
"wipe": [
|
||||
"1"
|
||||
],
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
"top_surface_pattern": "monotonicline",
|
||||
"top_surface_line_width": "0.42",
|
||||
"top_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"top_shell_thickness": "0.6",
|
||||
"initial_layer_speed": "50",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"outer_wall_speed": "200",
|
||||
@@ -109,8 +109,8 @@
|
||||
"print_flow_ratio": "0.98",
|
||||
"only_one_wall_top": "1",
|
||||
"slow_down_layers": "1",
|
||||
"small_perimeter_speed": "0",
|
||||
"overhang_speed_classic": "1",
|
||||
"small_perimeter_speed": "50%",
|
||||
"overhang_speed_classic": "0",
|
||||
"internal_bridge_speed": "50",
|
||||
"outer_wall_acceleration": "5000",
|
||||
"internal_solid_infill_acceleration": "7000",
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
"top_surface_pattern": "monotonicline",
|
||||
"top_surface_line_width": "0.42",
|
||||
"top_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"top_shell_thickness": "0.6",
|
||||
"initial_layer_speed": "50",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"outer_wall_speed": "200",
|
||||
@@ -109,8 +109,8 @@
|
||||
"print_flow_ratio": "0.98",
|
||||
"only_one_wall_top": "1",
|
||||
"slow_down_layers": "1",
|
||||
"small_perimeter_speed": "0",
|
||||
"overhang_speed_classic": "1",
|
||||
"small_perimeter_speed": "50%",
|
||||
"overhang_speed_classic": "0",
|
||||
"internal_bridge_speed": "50",
|
||||
"outer_wall_acceleration": "5000",
|
||||
"internal_solid_infill_acceleration": "7000",
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
"top_surface_pattern": "monotonicline",
|
||||
"top_surface_line_width": "0.62",
|
||||
"top_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"top_shell_thickness": "0.6",
|
||||
"initial_layer_speed": "45",
|
||||
"initial_layer_infill_speed": "65",
|
||||
"outer_wall_speed": "120",
|
||||
@@ -106,8 +106,8 @@
|
||||
"exclude_object": "0",
|
||||
"wall_generator": "classic",
|
||||
"only_one_wall_top": "1",
|
||||
"small_perimeter_speed": "0",
|
||||
"overhang_speed_classic": "1",
|
||||
"small_perimeter_speed": "50%",
|
||||
"overhang_speed_classic": "0",
|
||||
"internal_bridge_speed": "50",
|
||||
"outer_wall_acceleration": "5000",
|
||||
"internal_solid_infill_acceleration": "7000",
|
||||
|
||||
@@ -107,7 +107,7 @@
|
||||
"overhang_2_4_speed": "40",
|
||||
"overhang_3_4_speed": "20",
|
||||
"overhang_4_4_speed": "10",
|
||||
"overhang_speed_classic": "1",
|
||||
"overhang_speed_classic": "0",
|
||||
"post_process": [],
|
||||
"precise_outer_wall": "0",
|
||||
"prime_tower_brim_width": "3",
|
||||
@@ -135,7 +135,7 @@
|
||||
"slice_closing_radius": "0.049",
|
||||
"slicing_mode": "regular",
|
||||
"slow_down_layers": "1",
|
||||
"small_perimeter_speed": "0",
|
||||
"small_perimeter_speed": "50%",
|
||||
"small_perimeter_threshold": "0",
|
||||
"solid_infill_filament": "1",
|
||||
"sparse_infill_acceleration": "100%",
|
||||
@@ -174,7 +174,7 @@
|
||||
"thick_bridges": "0",
|
||||
"timelapse_type": "0",
|
||||
"top_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"top_shell_thickness": "0.6",
|
||||
"top_solid_infill_flow_ratio": "1",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_jerk": "9",
|
||||
|
||||
102
resources/profiles/InfiMech.json
Normal file
102
resources/profiles/InfiMech.json
Normal file
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"name": "InfiMech",
|
||||
"version": "01.01.01.01",
|
||||
"force_update": "1",
|
||||
"description": "InfiMech configurations",
|
||||
"machine_model_list": [
|
||||
{
|
||||
"name": "InfiMech TX",
|
||||
"sub_path": "machine/InfiMech TX.json"
|
||||
}
|
||||
],
|
||||
"process_list": [
|
||||
{
|
||||
"name": "fdm_process_common",
|
||||
"sub_path": "process/fdm_process_common.json"
|
||||
},
|
||||
{
|
||||
"name": "0.08mm Extra Fine @InfiMech TX",
|
||||
"sub_path": "process/0.08mm Extra Fine @InfiMech TX.json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Fine @InfiMech TX",
|
||||
"sub_path": "process/0.12mm Fine @InfiMech TX.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @InfiMech TX",
|
||||
"sub_path": "process/0.20mm Standard @InfiMech TX.json"
|
||||
},
|
||||
{
|
||||
"name": "0.24mm Draft @InfiMech TX",
|
||||
"sub_path": "process/0.24mm Draft @InfiMech TX.json"
|
||||
}
|
||||
],
|
||||
"filament_list": [
|
||||
{
|
||||
"name": "fdm_filament_common",
|
||||
"sub_path": "filament/fdm_filament_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pla",
|
||||
"sub_path": "filament/fdm_filament_pla.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_tpu",
|
||||
"sub_path": "filament/fdm_filament_tpu.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pet",
|
||||
"sub_path": "filament/fdm_filament_pet.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_abs",
|
||||
"sub_path": "filament/fdm_filament_abs.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pc",
|
||||
"sub_path": "filament/fdm_filament_pc.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pa",
|
||||
"sub_path": "filament/fdm_filament_pa.json"
|
||||
},
|
||||
{
|
||||
"name": "InfiMech Generic PLA",
|
||||
"sub_path": "filament/InfiMech Generic PLA.json"
|
||||
},
|
||||
{
|
||||
"name": "InfiMech Generic PETG",
|
||||
"sub_path": "filament/InfiMech Generic PETG.json"
|
||||
},
|
||||
{
|
||||
"name": "InfiMech Generic ABS",
|
||||
"sub_path": "filament/InfiMech Generic ABS.json"
|
||||
},
|
||||
{
|
||||
"name": "InfiMech Generic TPU",
|
||||
"sub_path": "filament/InfiMech Generic TPU.json"
|
||||
},
|
||||
{
|
||||
"name": "InfiMech Generic PC",
|
||||
"sub_path": "filament/InfiMech Generic PC.json"
|
||||
},
|
||||
{
|
||||
"name": "InfiMech Generic PA-CF",
|
||||
"sub_path": "filament/InfiMech Generic PA-CF.json"
|
||||
}
|
||||
],
|
||||
"machine_list": [
|
||||
{
|
||||
"name": "fdm_machine_common",
|
||||
"sub_path": "machine/fdm_machine_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_klipper_common",
|
||||
"sub_path": "machine/fdm_klipper_common.json"
|
||||
},
|
||||
{
|
||||
"name": "InfiMech TX 0.4 nozzle",
|
||||
"sub_path": "machine/InfiMech TX 0.4 nozzle.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
resources/profiles/InfiMech/InfiMech TX-bed.stl
Normal file
BIN
resources/profiles/InfiMech/InfiMech TX-bed.stl
Normal file
Binary file not shown.
BIN
resources/profiles/InfiMech/InfiMech TX-texture.png
Normal file
BIN
resources/profiles/InfiMech/InfiMech TX-texture.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 134 KiB |
BIN
resources/profiles/InfiMech/InfiMech TX_cover.png
Normal file
BIN
resources/profiles/InfiMech/InfiMech TX_cover.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFB99",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "InfiMech Generic ABS",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_abs",
|
||||
"filament_flow_ratio": [
|
||||
"0.931"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"16"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"InfiMech TX 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFN98",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "InfiMech Generic PA-CF",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pa",
|
||||
"filament_type": [
|
||||
"PA-CF"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"280"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"300"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"8"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"InfiMech TX 0.4 nozzle"
|
||||
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFC99",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "InfiMech Generic PC",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pc",
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.931"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"InfiMech TX 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFG99",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "InfiMech Generic PETG",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pet",
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"1"
|
||||
],
|
||||
"slow_down_for_layer_cooling": [
|
||||
"1"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"30"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"25%"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"90"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"40"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.931"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"InfiMech TX 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFL99",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "InfiMech Generic PLA",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"filament_flow_ratio": [
|
||||
"0.931"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"26"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"InfiMech TX 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFU99",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "InfiMech Generic TPU",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_tpu",
|
||||
"filament_max_volumetric_speed": [
|
||||
"3.2"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"InfiMech TX 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
88
resources/profiles/InfiMech/filament/fdm_filament_abs.json
Normal file
88
resources/profiles/InfiMech/filament/fdm_filament_abs.json
Normal file
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_abs",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"cool_plate_temp" : [
|
||||
"105"
|
||||
],
|
||||
"eng_plate_temp" : [
|
||||
"105"
|
||||
],
|
||||
"hot_plate_temp" : [
|
||||
"105"
|
||||
],
|
||||
"textured_plate_temp" : [
|
||||
"105"
|
||||
],
|
||||
"cool_plate_temp_initial_layer" : [
|
||||
"105"
|
||||
],
|
||||
"eng_plate_temp_initial_layer" : [
|
||||
"105"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"105"
|
||||
],
|
||||
"slow_down_for_layer_cooling": [
|
||||
"1"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"3"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"30"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"16"
|
||||
],
|
||||
"filament_type": [
|
||||
"ABS"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.04"
|
||||
],
|
||||
"filament_cost": [
|
||||
"20"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"250"
|
||||
],
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"0"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"20"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"25%"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"80"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"250"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"110"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"240"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"270"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"3"
|
||||
]
|
||||
}
|
||||
144
resources/profiles/InfiMech/filament/fdm_filament_common.json
Normal file
144
resources/profiles/InfiMech/filament/fdm_filament_common.json
Normal file
@@ -0,0 +1,144 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"cool_plate_temp" : [
|
||||
"60"
|
||||
],
|
||||
"eng_plate_temp" : [
|
||||
"60"
|
||||
],
|
||||
"hot_plate_temp" : [
|
||||
"60"
|
||||
],
|
||||
"textured_plate_temp" : [
|
||||
"60"
|
||||
],
|
||||
"cool_plate_temp_initial_layer" : [
|
||||
"60"
|
||||
],
|
||||
"eng_plate_temp_initial_layer" : [
|
||||
"60"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"60"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"60"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"95%"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
"slow_down_for_layer_cooling": [
|
||||
"1"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"3"
|
||||
],
|
||||
"filament_end_gcode": [
|
||||
"; filament end gcode \n"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"1"
|
||||
],
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"0"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"60"
|
||||
],
|
||||
"filament_cost": [
|
||||
"0"
|
||||
],
|
||||
"filament_density": [
|
||||
"0"
|
||||
],
|
||||
"filament_deretraction_speed": [
|
||||
"nil"
|
||||
],
|
||||
"filament_diameter": [
|
||||
"1.75"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"0"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_retraction_minimum_travel": [
|
||||
"nil"
|
||||
],
|
||||
"filament_retract_before_wipe": [
|
||||
"nil"
|
||||
],
|
||||
"filament_retract_when_changing_layer": [
|
||||
"nil"
|
||||
],
|
||||
"filament_retraction_length": [
|
||||
"nil"
|
||||
],
|
||||
"filament_z_hop": [
|
||||
"nil"
|
||||
],
|
||||
"filament_z_hop_types": [
|
||||
"nil"
|
||||
],
|
||||
"filament_retract_restart_extra": [
|
||||
"nil"
|
||||
],
|
||||
"filament_retraction_speed": [
|
||||
"nil"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
""
|
||||
],
|
||||
"filament_soluble": [
|
||||
"0"
|
||||
],
|
||||
"filament_type": [
|
||||
"PLA"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Generic"
|
||||
],
|
||||
"filament_wipe": [
|
||||
"nil"
|
||||
],
|
||||
"filament_wipe_distance": [
|
||||
"nil"
|
||||
],
|
||||
"bed_type": [
|
||||
"Cool Plate"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"200"
|
||||
],
|
||||
"full_fan_speed_layer": [
|
||||
"0"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"100"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"35"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; Filament gcode\n"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"200"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"100"
|
||||
]
|
||||
}
|
||||
85
resources/profiles/InfiMech/filament/fdm_filament_pa.json
Normal file
85
resources/profiles/InfiMech/filament/fdm_filament_pa.json
Normal file
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_pa",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"cool_plate_temp" : [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp" : [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp" : [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp" : [
|
||||
"100"
|
||||
],
|
||||
"cool_plate_temp_initial_layer" : [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp_initial_layer" : [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"100"
|
||||
],
|
||||
"slow_down_for_layer_cooling": [
|
||||
"1"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"3"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"8"
|
||||
],
|
||||
"filament_type": [
|
||||
"PA"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.04"
|
||||
],
|
||||
"filament_cost": [
|
||||
"20"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"290"
|
||||
],
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"0"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"30"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"280"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"108"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"270"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"300"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"2"
|
||||
]
|
||||
}
|
||||
88
resources/profiles/InfiMech/filament/fdm_filament_pc.json
Normal file
88
resources/profiles/InfiMech/filament/fdm_filament_pc.json
Normal file
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_pc",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"cool_plate_temp" : [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp" : [
|
||||
"110"
|
||||
],
|
||||
"hot_plate_temp" : [
|
||||
"110"
|
||||
],
|
||||
"textured_plate_temp" : [
|
||||
"110"
|
||||
],
|
||||
"cool_plate_temp_initial_layer" : [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp_initial_layer" : [
|
||||
"110"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"110"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"110"
|
||||
],
|
||||
"slow_down_for_layer_cooling": [
|
||||
"1"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"3"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"30"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"filament_type": [
|
||||
"PC"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.04"
|
||||
],
|
||||
"filament_cost": [
|
||||
"20"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"240"
|
||||
],
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"0"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"20"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"25%"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"60"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"240"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"140"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"240"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"280"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"2"
|
||||
]
|
||||
}
|
||||
82
resources/profiles/InfiMech/filament/fdm_filament_pet.json
Normal file
82
resources/profiles/InfiMech/filament/fdm_filament_pet.json
Normal file
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_pet",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"cool_plate_temp" : [
|
||||
"60"
|
||||
],
|
||||
"eng_plate_temp" : [
|
||||
"0"
|
||||
],
|
||||
"hot_plate_temp" : [
|
||||
"70"
|
||||
],
|
||||
"textured_plate_temp" : [
|
||||
"80"
|
||||
],
|
||||
"cool_plate_temp_initial_layer" : [
|
||||
"60"
|
||||
],
|
||||
"eng_plate_temp_initial_layer" : [
|
||||
"0"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"70"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"80"
|
||||
],
|
||||
"slow_down_for_layer_cooling": [
|
||||
"1"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"3"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"30"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"filament_type": [
|
||||
"PETG"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.27"
|
||||
],
|
||||
"filament_cost": [
|
||||
"30"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"220"
|
||||
],
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"1"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"90"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"40"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"255"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"80"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"220"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"260"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n"
|
||||
]
|
||||
}
|
||||
94
resources/profiles/InfiMech/filament/fdm_filament_pla.json
Normal file
94
resources/profiles/InfiMech/filament/fdm_filament_pla.json
Normal file
@@ -0,0 +1,94 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_pla",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"fan_cooling_layer_time": [
|
||||
"80"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"26"
|
||||
],
|
||||
"filament_type": [
|
||||
"PLA"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.24"
|
||||
],
|
||||
"filament_cost": [
|
||||
"20"
|
||||
],
|
||||
"cool_plate_temp" : [
|
||||
"60"
|
||||
],
|
||||
"eng_plate_temp" : [
|
||||
"60"
|
||||
],
|
||||
"hot_plate_temp" : [
|
||||
"60"
|
||||
],
|
||||
"textured_plate_temp" : [
|
||||
"60"
|
||||
],
|
||||
"cool_plate_temp_initial_layer" : [
|
||||
"60"
|
||||
],
|
||||
"eng_plate_temp_initial_layer" : [
|
||||
"60"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"60"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"60"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"195"
|
||||
],
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"1"
|
||||
],
|
||||
"slow_down_for_layer_cooling": [
|
||||
"1"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"100"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"50"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"50%"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"1"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"195"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"60"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"190"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"230"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"additional_cooling_fan_speed": [
|
||||
"70"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n"
|
||||
]
|
||||
}
|
||||
88
resources/profiles/InfiMech/filament/fdm_filament_tpu.json
Normal file
88
resources/profiles/InfiMech/filament/fdm_filament_tpu.json
Normal file
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_tpu",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"cool_plate_temp" : [
|
||||
"30"
|
||||
],
|
||||
"eng_plate_temp" : [
|
||||
"30"
|
||||
],
|
||||
"hot_plate_temp" : [
|
||||
"40"
|
||||
],
|
||||
"textured_plate_temp" : [
|
||||
"35"
|
||||
],
|
||||
"cool_plate_temp_initial_layer" : [
|
||||
"30"
|
||||
],
|
||||
"eng_plate_temp_initial_layer" : [
|
||||
"30"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"40"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"35"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"100"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"3.2"
|
||||
],
|
||||
"filament_type": [
|
||||
"TPU"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.24"
|
||||
],
|
||||
"filament_cost": [
|
||||
"20"
|
||||
],
|
||||
"filament_retraction_length": [
|
||||
"0.4"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"210"
|
||||
],
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"1"
|
||||
],
|
||||
"slow_down_for_layer_cooling": [
|
||||
"1"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"100"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"100"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
"additional_cooling_fan_speed": [
|
||||
"70"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"1"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"210"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"60"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"200"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"250"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "InfiMech TX 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "InfiMech TX",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"z_hop": [
|
||||
"0"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"220x0",
|
||||
"220x220",
|
||||
"0x220"
|
||||
],
|
||||
"printable_height": "250"
|
||||
}
|
||||
12
resources/profiles/InfiMech/machine/InfiMech TX.json
Normal file
12
resources/profiles/InfiMech/machine/InfiMech TX.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "InfiMech TX",
|
||||
"model_id": "InfiMech_TX",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "InfiMechDesign",
|
||||
"bed_model": "InfiMech TX-bed.stl",
|
||||
"bed_texture": "InfiMech TX-texture.png",
|
||||
"hotend_model": "",
|
||||
"default_materials": "InfiMech Generic ABS;InfiMech Generic PA-CF;InfiMech Generic PC;InfiMech Generic PETG;InfiMech Generic PLA;InfiMech Generic TPU"
|
||||
}
|
||||
211
resources/profiles/InfiMech/machine/fdm_klipper_common.json
Normal file
211
resources/profiles/InfiMech/machine/fdm_klipper_common.json
Normal file
@@ -0,0 +1,211 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"name": "fdm_klipper_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_machine_common",
|
||||
"gcode_flavor": "klipper",
|
||||
|
||||
|
||||
"auxiliary_fan": "1",
|
||||
"bed_exclude_area": [
|
||||
"0x0"
|
||||
],
|
||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0",
|
||||
"change_filament_gcode": "",
|
||||
"cooling_tube_length": "5",
|
||||
"cooling_tube_retraction": "91.5",
|
||||
"default_filament_profile": [
|
||||
"InfiMech Generic PLA"
|
||||
],
|
||||
"default_print_profile": "0.20mm Standard @InfiMech TX",
|
||||
"deretraction_speed": [
|
||||
"40"
|
||||
],
|
||||
"enable_filament_ramming": "1",
|
||||
"extra_loading_move": "-2",
|
||||
"extruder_clearance_height_to_lid": "69",
|
||||
"extruder_clearance_height_to_rod": "69",
|
||||
"extruder_clearance_radius": "49",
|
||||
"extruder_colour": [
|
||||
"#FCE94F"
|
||||
],
|
||||
"extruder_offset": [
|
||||
"0x0"
|
||||
],
|
||||
"fan_kickstart": "0",
|
||||
"fan_speedup_overhangs": "1",
|
||||
"fan_speedup_time": "0",
|
||||
|
||||
"high_current_on_filament_swap": "0",
|
||||
|
||||
|
||||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||
"machine_end_gcode": "PRINT_END",
|
||||
"machine_load_filament_time": "0",
|
||||
"machine_max_acceleration_e": [
|
||||
"5000",
|
||||
"5000"
|
||||
],
|
||||
"machine_max_acceleration_extruding": [
|
||||
"20000",
|
||||
"20000"
|
||||
],
|
||||
"machine_max_acceleration_retracting": [
|
||||
"5000",
|
||||
"5000"
|
||||
],
|
||||
"machine_max_acceleration_travel": [
|
||||
"9000",
|
||||
"9000"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"20000",
|
||||
"20000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"20000",
|
||||
"20000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"30",
|
||||
"200"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"2.5",
|
||||
"2.5"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"9",
|
||||
"9"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"9",
|
||||
"9"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"2",
|
||||
"0.4"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"15",
|
||||
"25"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"600",
|
||||
"200"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"600",
|
||||
"200"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"5",
|
||||
"12"
|
||||
],
|
||||
"machine_min_extruding_rate": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"machine_min_travel_rate": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"machine_pause_gcode": "PAUSE",
|
||||
"machine_start_gcode": "M140 S[bed_temperature_initial_layer_single]\nG28 X Y\nM104 S240\nSET_KINEMATIC_POSITION Z=255 \nPROBE SAMPLES=1 SAMPLE_RETRACT_DIST=3 \nSET_KINEMATIC_POSITION Z=0 \nG90\nG1 Z2\nG1 X10 Y-2.5 F3000\nG90\nG1 Z3 \nG1 X110 Y-2.5 F4000\nG1 Z10\nM109 S240\nG92 E0\nG1 E15 F300\nG1 E-4.0 F3600\nM104 S130\nM106 S255 \nG4 P4000\nG1 X150 Y-0.5 F4000\nG92 E0\n;G1 E-4.0 F3600\nPROBE SAMPLES=2 SAMPLE_RETRACT_DIST=2 \nSET_KINEMATIC_POSITION Z=0\nG1 Z0\nG1 X140 Y-0.5 F400 \nPROBE SAMPLES=2 SAMPLE_RETRACT_DIST=2 \nSET_KINEMATIC_POSITION Z=0\nG1 Z0\nG1 X130 Y-0.5 F400 \nPROBE SAMPLES=2 SAMPLE_RETRACT_DIST=2 \nSET_KINEMATIC_POSITION Z=0\nG1 Z0 \nG1 X110 Y-0.5 F200\nM104 S130\nM106 S255\nPROBE SAMPLES=2 SAMPLE_RETRACT_DIST=2 \nSET_KINEMATIC_POSITION Z=0\nG1 Z0\nG1 X100 Y-0.5 F100 \nPROBE SAMPLES=2 SAMPLE_RETRACT_DIST=2 \nSET_KINEMATIC_POSITION Z=0\nG1 Z0\nG1 X90 Y-0.5 F100\nPROBE SAMPLES=2 SAMPLE_RETRACT_DIST=2 \nSET_KINEMATIC_POSITION Z=0\nG1 Z0\nG1 X60 Y-0.5 F100\nM106 S0\nG90\nG1 Z2\nM140 S60\nM109 S130\nG1 X110 Y110 F3000\nG4 P200\nprobe\nSET_KINEMATIC_POSITION Z=0\nZ_TILT_ADJUST\nG90\nG1 Z2\nG4 P200\nG1 X110 Y110 F3000\nG4 P200\nprobe\nSET_KINEMATIC_POSITION Z=0\nG1 X-3 Y2 Z3 F5000.0\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START",
|
||||
"machine_unload_filament_time": "0",
|
||||
"max_layer_height": [
|
||||
"0.32"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.08"
|
||||
],
|
||||
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"nozzle_hrc": "0",
|
||||
"nozzle_type": "brass",
|
||||
"nozzle_volume": "151.32",
|
||||
"parking_pos_retraction": "92",
|
||||
|
||||
"print_host_webui": "",
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"220x0",
|
||||
"220x220",
|
||||
"0x220"
|
||||
],
|
||||
"printable_height": "250",
|
||||
"printer_model": "Generic Klipper Printer",
|
||||
"printer_notes": "",
|
||||
"printer_settings_id": "InfiMech TX 0.4 nozzle",
|
||||
"printer_technology": "FFF",
|
||||
"printer_variant": "0.4",
|
||||
"printhost_apikey": "",
|
||||
"printhost_authorization_type": "key",
|
||||
"printhost_cafile": "",
|
||||
"printhost_password": "",
|
||||
"printhost_port": "",
|
||||
"printhost_ssl_ignore_revoke": "0",
|
||||
"printhost_user": "",
|
||||
"purge_in_prime_tower": "1",
|
||||
"retract_before_wipe": [
|
||||
"70%"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"0"
|
||||
],
|
||||
"retract_lift_above": [
|
||||
"0"
|
||||
],
|
||||
"retract_lift_below": [
|
||||
"0"
|
||||
],
|
||||
"retract_lift_enforce": [
|
||||
"All Surfaces"
|
||||
],
|
||||
"retract_restart_extra": [
|
||||
"0"
|
||||
],
|
||||
"retract_restart_extra_toolchange": [
|
||||
"0"
|
||||
],
|
||||
"retract_when_changing_layer": [
|
||||
"0"
|
||||
],
|
||||
"retraction_length": [
|
||||
"0.5"
|
||||
],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"40"
|
||||
],
|
||||
"scan_first_layer": "0",
|
||||
"silent_mode": "0",
|
||||
"single_extruder_multi_material": "1",
|
||||
"template_custom_gcode": "",
|
||||
"thumbnails": [
|
||||
"300x300"
|
||||
],
|
||||
"upward_compatible_machine": [],
|
||||
"use_firmware_retraction": "0",
|
||||
"use_relative_e_distances": "1",
|
||||
"version": "1.6.0.0",
|
||||
"wipe": [
|
||||
"0"
|
||||
],
|
||||
"wipe_distance": [
|
||||
"1"
|
||||
],
|
||||
"z_hop": [
|
||||
"0"
|
||||
],
|
||||
"z_hop_types": [
|
||||
"Normal Lift"
|
||||
]
|
||||
|
||||
|
||||
}
|
||||
207
resources/profiles/InfiMech/machine/fdm_machine_common.json
Normal file
207
resources/profiles/InfiMech/machine/fdm_machine_common.json
Normal file
@@ -0,0 +1,207 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"name": "fdm_machine_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"printer_technology": "FFF",
|
||||
"gcode_flavor": "klipper",
|
||||
|
||||
"auxiliary_fan": "1",
|
||||
|
||||
"bed_exclude_area": [
|
||||
"0x0"
|
||||
],
|
||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0",
|
||||
"change_filament_gcode": "",
|
||||
"cooling_tube_length": "5",
|
||||
"cooling_tube_retraction": "91.5",
|
||||
"default_filament_profile": [
|
||||
"InfiMech Generic PLA"
|
||||
],
|
||||
"default_print_profile": "0.20mm Standard @InfiMech TX",
|
||||
"deretraction_speed": [
|
||||
"40"
|
||||
],
|
||||
"enable_filament_ramming": "1",
|
||||
"extra_loading_move": "-2",
|
||||
"extruder_clearance_height_to_lid": "69",
|
||||
"extruder_clearance_height_to_rod": "69",
|
||||
"extruder_clearance_radius": "49",
|
||||
"extruder_colour": [
|
||||
"#FCE94F"
|
||||
],
|
||||
"extruder_offset": [
|
||||
"0x0"
|
||||
],
|
||||
"fan_kickstart": "0",
|
||||
"fan_speedup_overhangs": "1",
|
||||
"fan_speedup_time": "0",
|
||||
|
||||
|
||||
"high_current_on_filament_swap": "0",
|
||||
|
||||
|
||||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||
"machine_end_gcode": "PRINT_END",
|
||||
"machine_load_filament_time": "0",
|
||||
"machine_max_acceleration_e": [
|
||||
"5000",
|
||||
"5000"
|
||||
],
|
||||
"machine_max_acceleration_extruding": [
|
||||
"20000",
|
||||
"20000"
|
||||
],
|
||||
"machine_max_acceleration_retracting": [
|
||||
"5000",
|
||||
"5000"
|
||||
],
|
||||
"machine_max_acceleration_travel": [
|
||||
"9000",
|
||||
"9000"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"20000",
|
||||
"20000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"20000",
|
||||
"20000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"30",
|
||||
"200"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"2.5",
|
||||
"2.5"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"9",
|
||||
"9"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"9",
|
||||
"9"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"2",
|
||||
"0.4"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"15",
|
||||
"25"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"600",
|
||||
"200"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"600",
|
||||
"200"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"5",
|
||||
"12"
|
||||
],
|
||||
"machine_min_extruding_rate": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"machine_min_travel_rate": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"machine_pause_gcode": "PAUSE",
|
||||
"machine_start_gcode": "M140 S[bed_temperature_initial_layer_single]\nG28 X Y\nM104 S240\nSET_KINEMATIC_POSITION Z=255 \nPROBE SAMPLES=1 SAMPLE_RETRACT_DIST=3 \nSET_KINEMATIC_POSITION Z=0 \nG90\nG1 Z2\nG1 X10 Y-2.5 F3000\nG90\nG1 Z3 \nG1 X110 Y-2.5 F4000\nG1 Z10\nM109 S240\nG92 E0\nG1 E15 F300\nG1 E-4.0 F3600\nM104 S130\nM106 S255 \nG4 P4000\nG1 X150 Y-0.5 F4000\nG92 E0\n;G1 E-4.0 F3600\nPROBE SAMPLES=2 SAMPLE_RETRACT_DIST=2 \nSET_KINEMATIC_POSITION Z=0\nG1 Z0\nG1 X140 Y-0.5 F400 \nPROBE SAMPLES=2 SAMPLE_RETRACT_DIST=2 \nSET_KINEMATIC_POSITION Z=0\nG1 Z0\nG1 X130 Y-0.5 F400 \nPROBE SAMPLES=2 SAMPLE_RETRACT_DIST=2 \nSET_KINEMATIC_POSITION Z=0\nG1 Z0 \nG1 X110 Y-0.5 F200\nM104 S130\nM106 S255\nPROBE SAMPLES=2 SAMPLE_RETRACT_DIST=2 \nSET_KINEMATIC_POSITION Z=0\nG1 Z0\nG1 X100 Y-0.5 F100 \nPROBE SAMPLES=2 SAMPLE_RETRACT_DIST=2 \nSET_KINEMATIC_POSITION Z=0\nG1 Z0\nG1 X90 Y-0.5 F100\nPROBE SAMPLES=2 SAMPLE_RETRACT_DIST=2 \nSET_KINEMATIC_POSITION Z=0\nG1 Z0\nG1 X60 Y-0.5 F100\nM106 S0\nG90\nG1 Z2\nM140 S60\nM109 S130\nG1 X110 Y110 F3000\nG4 P200\nprobe\nSET_KINEMATIC_POSITION Z=0\nZ_TILT_ADJUST\nG90\nG1 Z2\nG4 P200\nG1 X110 Y110 F3000\nG4 P200\nprobe\nSET_KINEMATIC_POSITION Z=0\nG1 X-3 Y2 Z3 F5000.0\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START",
|
||||
"machine_unload_filament_time": "0",
|
||||
"max_layer_height": [
|
||||
"0.28"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.08"
|
||||
],
|
||||
|
||||
|
||||
"nozzle_hrc": "0",
|
||||
"nozzle_type": "brass",
|
||||
"nozzle_volume": "151.32",
|
||||
"parking_pos_retraction": "92",
|
||||
"print_host_webui": "",
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"220x0",
|
||||
"220x220",
|
||||
"0x220"
|
||||
],
|
||||
"printable_height": "250",
|
||||
"printer_model": "Generic Klipper Printer",
|
||||
"printer_notes": "",
|
||||
"printer_settings_id": "InfiMech TX 0.4 nozzle",
|
||||
|
||||
"printer_variant": "0.4",
|
||||
"printhost_apikey": "",
|
||||
"printhost_authorization_type": "key",
|
||||
"printhost_cafile": "",
|
||||
"printhost_password": "",
|
||||
"printhost_port": "",
|
||||
"printhost_ssl_ignore_revoke": "0",
|
||||
"printhost_user": "",
|
||||
"purge_in_prime_tower": "1",
|
||||
"retract_before_wipe": [
|
||||
"70%"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"0"
|
||||
],
|
||||
"retract_lift_above": [
|
||||
"0"
|
||||
],
|
||||
"retract_lift_below": [
|
||||
"0"
|
||||
],
|
||||
"retract_lift_enforce": [
|
||||
"All Surfaces"
|
||||
],
|
||||
"retract_restart_extra": [
|
||||
"0"
|
||||
],
|
||||
"retract_restart_extra_toolchange": [
|
||||
"0"
|
||||
],
|
||||
"retract_when_changing_layer": [
|
||||
"0"
|
||||
],
|
||||
"retraction_length": [
|
||||
"0.5"
|
||||
],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"40"
|
||||
],
|
||||
"scan_first_layer": "0",
|
||||
"silent_mode": "0",
|
||||
"single_extruder_multi_material": "1",
|
||||
"template_custom_gcode": "",
|
||||
"thumbnails": [
|
||||
"300x300"
|
||||
],
|
||||
"upward_compatible_machine": [],
|
||||
"use_firmware_retraction": "0",
|
||||
"use_relative_e_distances": "1",
|
||||
"version": "1.6.0.0",
|
||||
"wipe": [
|
||||
"0"
|
||||
],
|
||||
"wipe_distance": [
|
||||
"1"
|
||||
],
|
||||
"z_hop": [
|
||||
"0"
|
||||
],
|
||||
"z_hop_types": [
|
||||
"Normal Lift"
|
||||
]
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user