Merge branch 'main' into profile-fixes
3
.github/workflows/build_all.yml
vendored
@@ -24,6 +24,9 @@ on:
|
|||||||
- '**/CMakeLists.txt'
|
- '**/CMakeLists.txt'
|
||||||
- 'version.inc'
|
- 'version.inc'
|
||||||
- ".github/workflows/build_*.yml"
|
- ".github/workflows/build_*.yml"
|
||||||
|
- 'BuildLinux.sh'
|
||||||
|
- 'build_release_vs2022.bat'
|
||||||
|
- 'build_release_macos.sh'
|
||||||
|
|
||||||
workflow_dispatch: # allows for manual dispatch
|
workflow_dispatch: # allows for manual dispatch
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ The PA value for this test will be increased by 0.002 for every 1 mm increase in
|
|||||||
Steps:
|
Steps:
|
||||||
1. Select the printer, filament, and process you would like to use for the test.
|
1. Select the printer, filament, and process you would like to use for the test.
|
||||||
2. Examine each corner of the print and mark the height that yields the best overall result.
|
2. Examine each corner of the print and mark the height that yields the best overall result.
|
||||||
3. I selected a height of 8 mm for this case, so the pressure advance value should be calculated as `0.002x8 = 0.016`.
|
3. I selected a height of 8 mm for this case, so the pressure advance value should be calculated as `PressureAdvanceStart+(PressureAdvanceStep x measured)` example: `0+(0.002 x 8) = 0.016`.
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|||||||
@@ -34,7 +34,8 @@ G29 L{adaptive_bed_mesh_min[0]} R{adaptive_bed_mesh_max[0]} F{adaptive_bed_mesh_
|
|||||||
### Klipper:
|
### Klipper:
|
||||||
```
|
```
|
||||||
; Always pass `ADAPTIVE_MARGIN=0` because Orca has already handled `adaptive_bed_mesh_margin` internally
|
; Always pass `ADAPTIVE_MARGIN=0` because Orca has already handled `adaptive_bed_mesh_margin` internally
|
||||||
BED_MESH_CALIBRATE mesh_min={adaptive_bed_mesh_min[0]},{adaptive_bed_mesh_min[1]} mesh_max={adaptive_bed_mesh_max[0]},{adaptive_bed_mesh_max[1]} ALGORITHM=[bed_mesh_algo] PROBE_COUNT={bed_mesh_probe_count[0]},{bed_mesh_probe_count[1]} ADAPTIVE=1 ADAPTIVE_MARGIN=0
|
; Make sure to set ADAPTIVE to 0 otherwise Klipper will use it's own adaptive bed mesh logic
|
||||||
|
BED_MESH_CALIBRATE mesh_min={adaptive_bed_mesh_min[0]},{adaptive_bed_mesh_min[1]} mesh_max={adaptive_bed_mesh_max[0]},{adaptive_bed_mesh_max[1]} ALGORITHM=[bed_mesh_algo] PROBE_COUNT={bed_mesh_probe_count[0]},{bed_mesh_probe_count[1]} ADAPTIVE=0 ADAPTIVE_MARGIN=0
|
||||||
```
|
```
|
||||||
### RRF:
|
### RRF:
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Orca Slicer\n"
|
"Project-Id-Version: Orca Slicer\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-03-29 21:10+0800\n"
|
"POT-Creation-Date: 2024-04-05 11:32+0200\n"
|
||||||
"PO-Revision-Date: \n"
|
"PO-Revision-Date: \n"
|
||||||
"Last-Translator: Heiko Liebscher <hliebschergmail.com>\n"
|
"Last-Translator: Heiko Liebscher <hliebschergmail.com>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
@@ -11,7 +11,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n==1) ? 0 : 1;\n"
|
"Plural-Forms: nplurals=2; plural=(n==1) ? 0 : 1;\n"
|
||||||
"X-Generator: Poedit 3.2.2\n"
|
"X-Generator: Poedit 3.4.2\n"
|
||||||
|
|
||||||
msgid "Supports Painting"
|
msgid "Supports Painting"
|
||||||
msgstr "Stützen aufmalen"
|
msgstr "Stützen aufmalen"
|
||||||
@@ -4168,7 +4168,7 @@ msgstr "Volumen:"
|
|||||||
msgid "Size:"
|
msgid "Size:"
|
||||||
msgstr "Größe:"
|
msgstr "Größe:"
|
||||||
|
|
||||||
#, c-format, boost-format
|
#, boost-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Conflicts of gcode paths have been found at layer %d, z = %.2lf mm. Please "
|
"Conflicts of gcode paths have been found at layer %d, z = %.2lf mm. Please "
|
||||||
"separate the conflicted objects farther (%s <-> %s)."
|
"separate the conflicted objects farther (%s <-> %s)."
|
||||||
@@ -6058,7 +6058,7 @@ msgid "The provided file name is not valid."
|
|||||||
msgstr "Der angegebene Dateiname ist ungültig."
|
msgstr "Der angegebene Dateiname ist ungültig."
|
||||||
|
|
||||||
msgid "The following characters are not allowed by a FAT file system:"
|
msgid "The following characters are not allowed by a FAT file system:"
|
||||||
msgstr "die folgenden Zeichen sind nicht erlaubt beim Fat Datei System:"
|
msgstr "Folgende Zeichen werden vom FAT Dateisystem nicht unterstützt:"
|
||||||
|
|
||||||
msgid "Save Sliced file as:"
|
msgid "Save Sliced file as:"
|
||||||
msgstr "Geslicte Datei speichern unter:"
|
msgstr "Geslicte Datei speichern unter:"
|
||||||
@@ -6261,6 +6261,21 @@ msgstr "Standardseite"
|
|||||||
msgid "Set the page opened on startup."
|
msgid "Set the page opened on startup."
|
||||||
msgstr "Legen Sie die Seite fest, die beim Start geöffnet wird."
|
msgstr "Legen Sie die Seite fest, die beim Start geöffnet wird."
|
||||||
|
|
||||||
|
msgid "Touchpad"
|
||||||
|
msgstr "Touchpad"
|
||||||
|
|
||||||
|
msgid "Camera style"
|
||||||
|
msgstr "Kamerastil"
|
||||||
|
|
||||||
|
msgid ""
|
||||||
|
"Select camera navigation style.\n"
|
||||||
|
"Default: LMB+move for rotation, RMB/MMB+move for panning.\n"
|
||||||
|
"Touchpad: Alt+move for rotation, Shift+move for panning."
|
||||||
|
msgstr ""
|
||||||
|
"Wählen Sie den Kameranavigationsstil aus.\n"
|
||||||
|
"Standard: LMB+Verschieben für Rotation, RMB/MMB+Verschieben für Schwenken.\n"
|
||||||
|
"Touchpad: Alt+Verschieben für Rotation, Shift+Verschieben für Schwenken."
|
||||||
|
|
||||||
msgid "Zoom to mouse position"
|
msgid "Zoom to mouse position"
|
||||||
msgstr "Zum Mausposition zoomen"
|
msgstr "Zum Mausposition zoomen"
|
||||||
|
|
||||||
@@ -6277,6 +6292,12 @@ msgstr "Freie Kamera verwenden"
|
|||||||
msgid "If enabled, use free camera. If not enabled, use constrained camera."
|
msgid "If enabled, use free camera. If not enabled, use constrained camera."
|
||||||
msgstr "Wenn aktiviert, wird die freie Kamera verwendet."
|
msgstr "Wenn aktiviert, wird die freie Kamera verwendet."
|
||||||
|
|
||||||
|
msgid "Reverse mouse zoom"
|
||||||
|
msgstr "Maus-Zoom umkehren"
|
||||||
|
|
||||||
|
msgid "If enabled, reverses the direction of zoom with mouse wheel."
|
||||||
|
msgstr "Wenn aktiviert, wird die Richtung des Zooms mit dem Mausrad umgekehrt."
|
||||||
|
|
||||||
msgid "Show splash screen"
|
msgid "Show splash screen"
|
||||||
msgstr "Splash-Screen anzeigen"
|
msgstr "Splash-Screen anzeigen"
|
||||||
|
|
||||||
@@ -6851,8 +6872,8 @@ msgstr ""
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Timelapse is not supported because Print sequence is set to \"By object\"."
|
"Timelapse is not supported because Print sequence is set to \"By object\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Zeitraffer wird nicht unterstützt, da die Druckreihenfolge auf \"Nach Objekt"
|
"Zeitraffer wird nicht unterstützt, da die Druckreihenfolge auf \"Nach "
|
||||||
"\" eingestellt ist."
|
"Objekt\" eingestellt ist."
|
||||||
|
|
||||||
msgid "Errors"
|
msgid "Errors"
|
||||||
msgstr "Fehler"
|
msgstr "Fehler"
|
||||||
@@ -7200,13 +7221,13 @@ msgstr "Ignorieren"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"When recording timelapse without toolhead, it is recommended to add a "
|
"When recording timelapse without toolhead, it is recommended to add a "
|
||||||
"\"Timelapse Wipe Tower\" \n"
|
"\"Timelapse Wipe Tower\" \n"
|
||||||
"by right-click the empty position of build plate and choose \"Add Primitive"
|
"by right-click the empty position of build plate and choose \"Add "
|
||||||
"\"->\"Timelapse Wipe Tower\"."
|
"Primitive\"->\"Timelapse Wipe Tower\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Wenn Sie einen Zeitraffer ohne Werkzeugkopf aufnehmen, wird empfohlen, einen "
|
"Wenn Sie einen Zeitraffer ohne Werkzeugkopf aufnehmen, wird empfohlen, einen "
|
||||||
"\"Timelapse Wischturm\" hinzuzufügen, indem Sie mit der rechten Maustaste "
|
"\"Timelapse Wischturm\" hinzuzufügen, indem Sie mit der rechten Maustaste "
|
||||||
"auf die leere Position der Bauplatte klicken und \"Primitiv hinzufügen\"->"
|
"auf die leere Position der Bauplatte klicken und \"Primitiv hinzufügen\"-"
|
||||||
"\"Timelapse Wischturm\" wählen."
|
">\"Timelapse Wischturm\" wählen."
|
||||||
|
|
||||||
msgid "Line width"
|
msgid "Line width"
|
||||||
msgstr "Breite der Linie"
|
msgstr "Breite der Linie"
|
||||||
@@ -7856,7 +7877,10 @@ msgstr ""
|
|||||||
"Ramming bezeichnet die schnelle Extrusion kurz vor einem Werkzeugwechsel bei "
|
"Ramming bezeichnet die schnelle Extrusion kurz vor einem Werkzeugwechsel bei "
|
||||||
"einem Single-Extruder-MM-Drucker. Sein Zweck ist es, das Ende des entladenen "
|
"einem Single-Extruder-MM-Drucker. Sein Zweck ist es, das Ende des entladenen "
|
||||||
"Filaments so zu formen, dass es das Einsetzen des neuen Filaments nicht "
|
"Filaments so zu formen, dass es das Einsetzen des neuen Filaments nicht "
|
||||||
"verhindert und selbst später wieder eingeführt werden kann. Diese "
|
"verhindert und selbst später wieder eingeführt werden kann.\n"
|
||||||
|
"\n"
|
||||||
|
"Dies ist eine Einstellung für Experten, eine falsche Einstellung führt "
|
||||||
|
"wahrscheinlich zu Verstopfungen, schleifendem Extruderrad, usw."
|
||||||
|
|
||||||
msgid "Total ramming time"
|
msgid "Total ramming time"
|
||||||
msgstr "Summe der Ramming-Zeit"
|
msgstr "Summe der Ramming-Zeit"
|
||||||
@@ -7920,10 +7944,10 @@ msgid "To"
|
|||||||
msgstr "Zu"
|
msgstr "Zu"
|
||||||
|
|
||||||
msgid "Bambu Network plug-in not detected."
|
msgid "Bambu Network plug-in not detected."
|
||||||
msgstr "Bambu Network-Plug-in nicht erkannt."
|
msgstr "Bambu Network Plugin nicht erkannt."
|
||||||
|
|
||||||
msgid "Click here to download it."
|
msgid "Click here to download it."
|
||||||
msgstr "Klicken Sie hier, um es herunterzuladen."
|
msgstr "Hier klicken um es herunterzuladen."
|
||||||
|
|
||||||
msgid "Login"
|
msgid "Login"
|
||||||
msgstr "Anmelden"
|
msgstr "Anmelden"
|
||||||
@@ -8102,7 +8126,7 @@ msgid "Gizmo cut"
|
|||||||
msgstr "Trennen"
|
msgstr "Trennen"
|
||||||
|
|
||||||
msgid "Gizmo Place face on bed"
|
msgid "Gizmo Place face on bed"
|
||||||
msgstr "Fläche auf Druckbett platzieren "
|
msgstr "Fläche auf Druckbett platzieren"
|
||||||
|
|
||||||
msgid "Gizmo SLA support points"
|
msgid "Gizmo SLA support points"
|
||||||
msgstr "SLA Stützpunkte"
|
msgstr "SLA Stützpunkte"
|
||||||
@@ -8355,7 +8379,7 @@ msgid "Repair failed."
|
|||||||
msgstr "Reparatur fehlgeschlagen."
|
msgstr "Reparatur fehlgeschlagen."
|
||||||
|
|
||||||
msgid "Loading repaired objects"
|
msgid "Loading repaired objects"
|
||||||
msgstr "Laden reparierter Objekte"
|
msgstr "Reparierte Objekte laden"
|
||||||
|
|
||||||
msgid "Exporting 3mf file failed"
|
msgid "Exporting 3mf file failed"
|
||||||
msgstr "Exportieren der 3mf-Datei fehlgeschlagen"
|
msgstr "Exportieren der 3mf-Datei fehlgeschlagen"
|
||||||
@@ -10477,7 +10501,7 @@ msgid "Filament price. For statistics only"
|
|||||||
msgstr "Filamentpreis. Nur für statistische Zwecke."
|
msgstr "Filamentpreis. Nur für statistische Zwecke."
|
||||||
|
|
||||||
msgid "money/kg"
|
msgid "money/kg"
|
||||||
msgstr "€/kg"
|
msgstr "Kosten/kg"
|
||||||
|
|
||||||
msgid "Vendor"
|
msgid "Vendor"
|
||||||
msgstr "Hersteller"
|
msgstr "Hersteller"
|
||||||
@@ -10753,13 +10777,13 @@ msgstr "Volle Lüfterdrehzahl ab Schicht"
|
|||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Fan speed will be ramped up linearly from zero at layer "
|
"Fan speed will be ramped up linearly from zero at layer "
|
||||||
"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer"
|
"\"close_fan_the_first_x_layers\" to maximum at layer "
|
||||||
"\". \"full_fan_speed_layer\" will be ignored if lower than "
|
"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower "
|
||||||
"\"close_fan_the_first_x_layers\", in which case the fan will be running at "
|
"than \"close_fan_the_first_x_layers\", in which case the fan will be running "
|
||||||
"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1."
|
"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Die Lüftergeschwindigkeit wird linear von Null bei der Schicht"
|
"Die Lüftergeschwindigkeit wird linear von Null bei der "
|
||||||
"\"close_fan_the_first_x_layers\" auf das Maximum bei der Schicht "
|
"Schicht\"close_fan_the_first_x_layers\" auf das Maximum bei der Schicht "
|
||||||
"\"full_fan_speed_layer\" erhöht. \"full_fan_speed_layer\" wird ignoriert, "
|
"\"full_fan_speed_layer\" erhöht. \"full_fan_speed_layer\" wird ignoriert, "
|
||||||
"wenn es niedriger ist als \"close_fan_the_first_x_layers\",in diesem Fall "
|
"wenn es niedriger ist als \"close_fan_the_first_x_layers\",in diesem Fall "
|
||||||
"läuft der Lüfter bei Schicht \"close_fan_the_first_x_layers\"+ 1 mit maximal "
|
"läuft der Lüfter bei Schicht \"close_fan_the_first_x_layers\"+ 1 mit maximal "
|
||||||
@@ -10981,7 +11005,7 @@ msgid "The printer cost per hour"
|
|||||||
msgstr "Die Druckkosten pro Stunde"
|
msgstr "Die Druckkosten pro Stunde"
|
||||||
|
|
||||||
msgid "money/h"
|
msgid "money/h"
|
||||||
msgstr "€/h"
|
msgstr "Kosten/h"
|
||||||
|
|
||||||
msgid "Support control chamber temperature"
|
msgid "Support control chamber temperature"
|
||||||
msgstr "Druckkammer-Temperatursteuerung"
|
msgstr "Druckkammer-Temperatursteuerung"
|
||||||
@@ -11969,7 +11993,7 @@ msgid ""
|
|||||||
"Apply scarf joints only to smooth perimeters where traditional seams do not "
|
"Apply scarf joints only to smooth perimeters where traditional seams do not "
|
||||||
"conceal the seams at sharp corners effectively."
|
"conceal the seams at sharp corners effectively."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Wenden Sie Schaltnähte nur auf glatte Umfänge an, bei denen traditionelle "
|
"Wenden Sie Schrägnähte nur auf glatte Umfänge an, bei denen traditionelle "
|
||||||
"Nahtstellen die Nähte an scharfen Ecken nicht effektiv verbergen."
|
"Nahtstellen die Nähte an scharfen Ecken nicht effektiv verbergen."
|
||||||
|
|
||||||
msgid "Conditional angle threshold"
|
msgid "Conditional angle threshold"
|
||||||
@@ -11989,7 +12013,7 @@ msgstr ""
|
|||||||
"Schrägnaht verwendet. Der Standardwert beträgt 155°."
|
"Schrägnaht verwendet. Der Standardwert beträgt 155°."
|
||||||
|
|
||||||
msgid "Conditional overhang threshold"
|
msgid "Conditional overhang threshold"
|
||||||
msgstr ""
|
msgstr "Bedingte Überstandsschwelle"
|
||||||
|
|
||||||
#, no-c-format, no-boost-format
|
#, no-c-format, no-boost-format
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -11999,6 +12023,11 @@ msgid ""
|
|||||||
"at 40% of the external wall's width. Due to performance considerations, the "
|
"at 40% of the external wall's width. Due to performance considerations, the "
|
||||||
"degree of overhang is estimated."
|
"degree of overhang is estimated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Diese Option bestimmt den Überhangsschwellenwert für die Anwendung von "
|
||||||
|
"Schrägnahtnähten. Wenn der nicht unterstützte Teil des Umfangs kleiner als "
|
||||||
|
"dieser Schwellenwert ist, werden Schrägnahtnähte angewendet. Der "
|
||||||
|
"Standardwert für die Schwelle beträgt 40% der Breite der äußeren Wand. Auf "
|
||||||
|
"Grund von Leistungserwägungen wird der Grad des Überhangs geschätzt."
|
||||||
|
|
||||||
msgid "Scarf joint speed"
|
msgid "Scarf joint speed"
|
||||||
msgstr "Schrägnaht Geschwindigkeit"
|
msgstr "Schrägnaht Geschwindigkeit"
|
||||||
@@ -12013,8 +12042,8 @@ msgid ""
|
|||||||
"percentage (e.g., 80%), the speed is calculated based on the respective "
|
"percentage (e.g., 80%), the speed is calculated based on the respective "
|
||||||
"outer or inner wall speed. The default value is set to 100%."
|
"outer or inner wall speed. The default value is set to 100%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Diese Option legt die Druckgeschwindigkeit für Schaltnähte fest. Es wird "
|
"Diese Option legt die Druckgeschwindigkeit für Schrägnähte fest. Es wird "
|
||||||
"empfohlen, Schaltnähte mit einer langsamen Geschwindigkeit (weniger als 100 "
|
"empfohlen, Schrägnähte mit einer langsamen Geschwindigkeit (weniger als 100 "
|
||||||
"mm/s) zu drucken. Es ist auch ratsam, die 'Glättung der Extrusionsrate' zu "
|
"mm/s) zu drucken. Es ist auch ratsam, die 'Glättung der Extrusionsrate' zu "
|
||||||
"aktivieren, wenn die eingestellte Geschwindigkeit erheblich von der "
|
"aktivieren, wenn die eingestellte Geschwindigkeit erheblich von der "
|
||||||
"Geschwindigkeit der äußeren oder inneren Wände abweicht. Wenn die hier "
|
"Geschwindigkeit der äußeren oder inneren Wände abweicht. Wenn die hier "
|
||||||
@@ -12029,10 +12058,10 @@ msgid "Scarf joint flow ratio"
|
|||||||
msgstr "Schrägnaht Flussverhältnis"
|
msgstr "Schrägnaht Flussverhältnis"
|
||||||
|
|
||||||
msgid "This factor affects the amount of material for scarf joints."
|
msgid "This factor affects the amount of material for scarf joints."
|
||||||
msgstr "Dieser Faktor beeinflusst die Menge an Material für Schaltnähte."
|
msgstr "Dieser Faktor beeinflusst die Menge an Material für Schrägnähte."
|
||||||
|
|
||||||
msgid "Scarf start height"
|
msgid "Scarf start height"
|
||||||
msgstr "Start Höhe des Schalnaht"
|
msgstr "Starthöhe der Schrägnaht"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Start height of the scarf.\n"
|
"Start height of the scarf.\n"
|
||||||
@@ -12699,7 +12728,7 @@ msgid "Distance from tree branch to the outermost brim line"
|
|||||||
msgstr "Abstand vom Modell zur äußersten Randlinie"
|
msgstr "Abstand vom Modell zur äußersten Randlinie"
|
||||||
|
|
||||||
msgid "Tip Diameter"
|
msgid "Tip Diameter"
|
||||||
msgstr "Tippdurchmesser"
|
msgstr "Durchmesser der Spitze"
|
||||||
|
|
||||||
#. TRN PrintSettings: "Organic supports" > "Tip Diameter"
|
#. TRN PrintSettings: "Organic supports" > "Tip Diameter"
|
||||||
msgid "Branch tip diameter for organic supports."
|
msgid "Branch tip diameter for organic supports."
|
||||||
@@ -12713,7 +12742,7 @@ msgstr "Diese Einstellung bestimmt den Anfangsdurchmesser der Stützknoten."
|
|||||||
|
|
||||||
#. TRN PrintSettings: #lmFIXME
|
#. TRN PrintSettings: #lmFIXME
|
||||||
msgid "Branch Diameter Angle"
|
msgid "Branch Diameter Angle"
|
||||||
msgstr "Ast-Durchmesserwinkel"
|
msgstr "Ast-Verjüngungs-Winkel"
|
||||||
|
|
||||||
#. TRN PrintSettings: "Organic supports" > "Branch Diameter Angle"
|
#. TRN PrintSettings: "Organic supports" > "Branch Diameter Angle"
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -12728,7 +12757,7 @@ msgstr ""
|
|||||||
"organischen Stütze erhöhen."
|
"organischen Stütze erhöhen."
|
||||||
|
|
||||||
msgid "Branch Diameter with double walls"
|
msgid "Branch Diameter with double walls"
|
||||||
msgstr "Ast-Durchmesser mit doppelten Wänden"
|
msgstr "Doppelte Wände für Ast-Durchmesser ab"
|
||||||
|
|
||||||
#. TRN PrintSettings: "Organic supports" > "Branch Diameter"
|
#. TRN PrintSettings: "Organic supports" > "Branch Diameter"
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -13420,7 +13449,7 @@ msgstr "Volumen pro Extruder"
|
|||||||
msgid "Total filament volume extruded per extruder during the entire print."
|
msgid "Total filament volume extruded per extruder during the entire print."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Gesamtes Filamentvolumen, das pro Extruder während des gesamten Drucks "
|
"Gesamtes Filamentvolumen, das pro Extruder während des gesamten Drucks "
|
||||||
"extrudiert wurde."
|
"extrudiert wird."
|
||||||
|
|
||||||
msgid "Total toolchanges"
|
msgid "Total toolchanges"
|
||||||
msgstr "Gesamte Anzahl der Werkzeugwechsel"
|
msgstr "Gesamte Anzahl der Werkzeugwechsel"
|
||||||
@@ -14234,7 +14263,7 @@ msgid "From Volumetric Speed"
|
|||||||
msgstr "Vom volumetrischen Speed"
|
msgstr "Vom volumetrischen Speed"
|
||||||
|
|
||||||
msgid "To Volumetric Speed"
|
msgid "To Volumetric Speed"
|
||||||
msgstr "zum volumetrischen Speed"
|
msgstr "zur volumetrischen Geschwindigkeit"
|
||||||
|
|
||||||
msgid "Flow Dynamics Calibration Result"
|
msgid "Flow Dynamics Calibration Result"
|
||||||
msgstr "Flussdynamik-Kalibrierungsergebnis"
|
msgstr "Flussdynamik-Kalibrierungsergebnis"
|
||||||
@@ -14667,8 +14696,8 @@ msgstr ""
|
|||||||
"Möchten Sie es überschreiben?"
|
"Möchten Sie es überschreiben?"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"We would rename the presets as \"Vendor Type Serial @printer you selected"
|
"We would rename the presets as \"Vendor Type Serial @printer you "
|
||||||
"\". \n"
|
"selected\". \n"
|
||||||
"To add preset for more printers, Please go to printer selection"
|
"To add preset for more printers, Please go to printer selection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Wir würden die Voreinstellungen als \"Hersteller Typ Seriennummer @Drucker, "
|
"Wir würden die Voreinstellungen als \"Hersteller Typ Seriennummer @Drucker, "
|
||||||
@@ -15861,8 +15890,8 @@ msgstr ""
|
|||||||
#~ msgstr "Keine dünnen Schichten (EXPERIMENTELL)"
|
#~ msgstr "Keine dünnen Schichten (EXPERIMENTELL)"
|
||||||
|
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "We would rename the presets as \"Vendor Type Serial @printer you selected"
|
#~ "We would rename the presets as \"Vendor Type Serial @printer you "
|
||||||
#~ "\". \n"
|
#~ "selected\". \n"
|
||||||
#~ "To add preset for more prinetrs, Please go to printer selection"
|
#~ "To add preset for more prinetrs, Please go to printer selection"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "Wir würden die Voreinstellungen als \"Hersteller Typ Seriennummer "
|
#~ "Wir würden die Voreinstellungen als \"Hersteller Typ Seriennummer "
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Orca Slicer\n"
|
"Project-Id-Version: OrcaSlicer 2.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-03-29 21:10+0800\n"
|
"POT-Creation-Date: 2024-03-29 21:10+0800\n"
|
||||||
"PO-Revision-Date: \n"
|
"PO-Revision-Date: \n"
|
||||||
@@ -5622,8 +5622,8 @@ msgid ""
|
|||||||
"front door and/or remove the upper glass."
|
"front door and/or remove the upper glass."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Aktualna temperatura podgrzewanego stołu jest stosunkowo wysoka. Dysza może "
|
"Aktualna temperatura podgrzewanego stołu jest stosunkowo wysoka. Dysza może "
|
||||||
"się zatkać podczas drukowania tym filamentu w zamkniętej obudowie. Proszę "
|
"się zatkać podczas drukowania tym filamentu w zamkniętej obudowie. Proszę "
|
||||||
"otworzyć drzwi przednie i/lub zdjąć górny panel."
|
"otworzyć drzwi przednie i/lub zdjąć górny panel."
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"The nozzle hardness required by the filament is higher than the default "
|
"The nozzle hardness required by the filament is higher than the default "
|
||||||
@@ -7109,8 +7109,8 @@ msgstr "Ignoruj"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"When recording timelapse without toolhead, it is recommended to add a "
|
"When recording timelapse without toolhead, it is recommended to add a "
|
||||||
"\"Timelapse Wipe Tower\" \n"
|
"\"Timelapse Wipe Tower\" \n"
|
||||||
"by right-click the empty position of build plate and choose \"Add Primitive"
|
"by right-click the empty position of build plate and choose \"Add "
|
||||||
"\"->\"Timelapse Wipe Tower\"."
|
"Primitive\"->\"Timelapse Wipe Tower\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Podczas nagrywania timelapse'a bez głowicy narzędziowej zaleca się dodanie "
|
"Podczas nagrywania timelapse'a bez głowicy narzędziowej zaleca się dodanie "
|
||||||
"\"Timelaps - Wieża Czyszcząca\" \n"
|
"\"Timelaps - Wieża Czyszcząca\" \n"
|
||||||
@@ -8852,7 +8852,7 @@ msgid "Printer preset names"
|
|||||||
msgstr "Nazwy profilu drukarki"
|
msgstr "Nazwy profilu drukarki"
|
||||||
|
|
||||||
msgid "Use 3rd-party print host"
|
msgid "Use 3rd-party print host"
|
||||||
msgstr "Użyj innego serwera druku"
|
msgstr "Użyj zewnętrznego serwera druku"
|
||||||
|
|
||||||
msgid "Allow controlling BambuLab's printer through 3rd party print hosts"
|
msgid "Allow controlling BambuLab's printer through 3rd party print hosts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -8957,10 +8957,10 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Unikaj ruchów nad obrysami-\n"
|
"Unikaj ruchów nad obrysami-\n"
|
||||||
"Maksymalna długość objazdu przy unikaniu przejeżdżania nad obrysami. Jeśli "
|
"Maksymalna długość objazdu przy unikaniu przejeżdżania nad obrysami. Jeśli "
|
||||||
"objazd miałby wykroczyć poza tę wartość, funkcja \"unikaj ruchów nad obrysami"
|
"objazd miałby wykroczyć poza tę wartość, funkcja \"unikaj ruchów nad "
|
||||||
"\" zostanie zignorowana dla tej ścieżki. Długość objazdu można zdefiniować "
|
"obrysami\" zostanie zignorowana dla tej ścieżki. Długość objazdu można "
|
||||||
"jako wartość absolutna lub obliczona procentowo (np. 50%) z długości ruchu "
|
"zdefiniować jako wartość absolutna lub obliczona procentowo (np. 50%) z "
|
||||||
"bezpośredniego."
|
"długości ruchu bezpośredniego."
|
||||||
|
|
||||||
msgid "mm or %"
|
msgid "mm or %"
|
||||||
msgstr "mm lub %"
|
msgstr "mm lub %"
|
||||||
@@ -9520,9 +9520,9 @@ msgid ""
|
|||||||
"quality for needle and small details"
|
"quality for needle and small details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Włącz tę opcję, aby zwolnić prędkość druku, aby czas końcowej warstwy nie "
|
"Włącz tę opcję, aby zwolnić prędkość druku, aby czas końcowej warstwy nie "
|
||||||
"był krótszy niż próg czasu warstwy w \"Próg maksymalnej prędkości wentylatora"
|
"był krótszy niż próg czasu warstwy w \"Próg maksymalnej prędkości "
|
||||||
"\", tak aby warstwa mogła być chłodzona przez dłuższy czas. Może to poprawić "
|
"wentylatora\", tak aby warstwa mogła być chłodzona przez dłuższy czas. Może "
|
||||||
"jakość chłodzenia dla igieł i małych detali"
|
"to poprawić jakość chłodzenia dla igieł i małych detali"
|
||||||
|
|
||||||
msgid "Normal printing"
|
msgid "Normal printing"
|
||||||
msgstr "Normalne drukowanie"
|
msgstr "Normalne drukowanie"
|
||||||
@@ -10649,10 +10649,10 @@ msgstr "Pełna prędkość wentylatora na warstwie"
|
|||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Fan speed will be ramped up linearly from zero at layer "
|
"Fan speed will be ramped up linearly from zero at layer "
|
||||||
"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer"
|
"\"close_fan_the_first_x_layers\" to maximum at layer "
|
||||||
"\". \"full_fan_speed_layer\" will be ignored if lower than "
|
"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower "
|
||||||
"\"close_fan_the_first_x_layers\", in which case the fan will be running at "
|
"than \"close_fan_the_first_x_layers\", in which case the fan will be running "
|
||||||
"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1."
|
"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Prędkość wentylatora będzie stopniowo zwiększana liniowo od zera na warstwie "
|
"Prędkość wentylatora będzie stopniowo zwiększana liniowo od zera na warstwie "
|
||||||
"\"close_fan_the_first_x_layers\" do maksymalnej na warstwie "
|
"\"close_fan_the_first_x_layers\" do maksymalnej na warstwie "
|
||||||
@@ -11885,13 +11885,13 @@ msgid ""
|
|||||||
"(indicating the absence of sharp corners), a scarf joint seam will be used. "
|
"(indicating the absence of sharp corners), a scarf joint seam will be used. "
|
||||||
"The default value is 155°."
|
"The default value is 155°."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Ta opcja ustawia próg kątowy do zastosowania warunkowo szwu ukośnego.\n"
|
"Ten parametr określa minimalny kąt do zastosowania szwu ukośnego.\n"
|
||||||
"Jeśli maksymalny kąt w obrębie pętli obwodu przekroczy tę wartość (co "
|
"Jeśli maksymalny kąt w obrębie pętli obwodu przekroczy tę wartość (co "
|
||||||
"wskazuje na brak ostrych narożników), zostanie użyty szew ukośny. Domyślna "
|
"wskazuje na brak ostrych narożników), zostanie użyty szew ukośny. Domyślna "
|
||||||
"wartość to 155°."
|
"wartość to 155°."
|
||||||
|
|
||||||
msgid "Conditional overhang threshold"
|
msgid "Conditional overhang threshold"
|
||||||
msgstr ""
|
msgstr "Wartość progowa nawisu"
|
||||||
|
|
||||||
#, no-c-format, no-boost-format
|
#, no-c-format, no-boost-format
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -11901,6 +11901,11 @@ msgid ""
|
|||||||
"at 40% of the external wall's width. Due to performance considerations, the "
|
"at 40% of the external wall's width. Due to performance considerations, the "
|
||||||
"degree of overhang is estimated."
|
"degree of overhang is estimated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Ten parametr określa wartości progowe nawisu dla zastosowania szwu ukośnego. "
|
||||||
|
"Jeśli niepodparta część obwodu jest mniejsza niż ten próg, zostanie "
|
||||||
|
"zastosowany szew ukośny. Domyślny próg jest ustawiony na 40% szerokości "
|
||||||
|
"zewnętrznego obwodu. Ze względów wydajnościowych stopień nawisu jest "
|
||||||
|
"szacowany."
|
||||||
|
|
||||||
msgid "Scarf joint speed"
|
msgid "Scarf joint speed"
|
||||||
msgstr "Prędkość szwu ukośnego"
|
msgstr "Prędkość szwu ukośnego"
|
||||||
@@ -12140,8 +12145,8 @@ msgstr ""
|
|||||||
"poklatkowy po zakończeniu drukowania. Jeśli wybrany jest tryb \"Wygładź\", "
|
"poklatkowy po zakończeniu drukowania. Jeśli wybrany jest tryb \"Wygładź\", "
|
||||||
"głowica narzędziowa przesunie się nad wieżę po wydrukowaniu każdej warstwy, "
|
"głowica narzędziowa przesunie się nad wieżę po wydrukowaniu każdej warstwy, "
|
||||||
"a następnie zrobi zdjęcie. Ponieważ stopiony filament może wyciekać z dyszy "
|
"a następnie zrobi zdjęcie. Ponieważ stopiony filament może wyciekać z dyszy "
|
||||||
"podczas robienia zdjęcia, wieża czyszcząca jest wymagana w trybie \"Wygładź"
|
"podczas robienia zdjęcia, wieża czyszcząca jest wymagana w trybie "
|
||||||
"\" do czyszczenia dyszy."
|
"\"Wygładź\" do czyszczenia dyszy."
|
||||||
|
|
||||||
msgid "Traditional"
|
msgid "Traditional"
|
||||||
msgstr "Tradycyjny"
|
msgstr "Tradycyjny"
|
||||||
@@ -12221,10 +12226,10 @@ msgid ""
|
|||||||
"triangle mesh slicing. The gap closing operation may reduce the final print "
|
"triangle mesh slicing. The gap closing operation may reduce the final print "
|
||||||
"resolution, therefore it is advisable to keep the value reasonably low."
|
"resolution, therefore it is advisable to keep the value reasonably low."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Szpary mniejsze niż dwukrotność wartości parametru \"promień zamykania szpar"
|
"Szpary mniejsze niż dwukrotność wartości parametru \"promień zamykania "
|
||||||
"\" zostaną zamknięte przy cięciu. Operacja zamykania szpar może zmniejszyć "
|
"szpar\" zostaną zamknięte przy cięciu. Operacja zamykania szpar może "
|
||||||
"finalną rozdzielczość wydruku, więc zalecane jest ustawienie tej wartości na "
|
"zmniejszyć finalną rozdzielczość wydruku, więc zalecane jest ustawienie tej "
|
||||||
"rozsądnie niskim poziomie."
|
"wartości na rozsądnie niskim poziomie."
|
||||||
|
|
||||||
msgid "Slicing Mode"
|
msgid "Slicing Mode"
|
||||||
msgstr "Tryb cięcia"
|
msgstr "Tryb cięcia"
|
||||||
@@ -14527,8 +14532,8 @@ msgstr ""
|
|||||||
"Czy chcesz go zastąpić?"
|
"Czy chcesz go zastąpić?"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"We would rename the presets as \"Vendor Type Serial @printer you selected"
|
"We would rename the presets as \"Vendor Type Serial @printer you "
|
||||||
"\". \n"
|
"selected\". \n"
|
||||||
"To add preset for more printers, Please go to printer selection"
|
"To add preset for more printers, Please go to printer selection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Nazwa profilu zostanie zmieniona na \"Producent Typ Rodzaj @nazwa drukarki, "
|
"Nazwa profilu zostanie zmieniona na \"Producent Typ Rodzaj @nazwa drukarki, "
|
||||||
@@ -16450,8 +16455,8 @@ msgstr ""
|
|||||||
#~ "Elevation is too low for object. Use the \"Pad around object\" feature to "
|
#~ "Elevation is too low for object. Use the \"Pad around object\" feature to "
|
||||||
#~ "print the object without elevation."
|
#~ "print the object without elevation."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "Podniesienie zbyt małe dla modelu. Użyj funkcji \"Podkładka wokół modelu"
|
#~ "Podniesienie zbyt małe dla modelu. Użyj funkcji \"Podkładka wokół "
|
||||||
#~ "\", aby wydrukować model bez podniesienia."
|
#~ "modelu\", aby wydrukować model bez podniesienia."
|
||||||
|
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "The endings of the support pillars will be deployed on the gap between "
|
#~ "The endings of the support pillars will be deployed on the gap between "
|
||||||
@@ -16956,8 +16961,8 @@ msgstr ""
|
|||||||
#~ "the front door and/or remove the upper glass."
|
#~ "the front door and/or remove the upper glass."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "Aktualna temperatura stołu drukującego jest stosunkowo wysoka. Dysza może "
|
#~ "Aktualna temperatura stołu drukującego jest stosunkowo wysoka. Dysza może "
|
||||||
#~ "się zatkać podczas drukowania tego filamentu w zamkniętej obudowie. "
|
#~ "się zatkać podczas drukowania tego filamentu w zamkniętej obudowie. "
|
||||||
#~ "Proszę otworzyć drzwi przednie i/lub zdjąć górny panel."
|
#~ "Proszę otworzyć drzwi przednie i/lub zdjąć górny panel."
|
||||||
|
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "The nozzle hardness required by the filament is higher than the default "
|
#~ "The nozzle hardness required by the filament is higher than the default "
|
||||||
|
|||||||
@@ -5,18 +5,18 @@
|
|||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: OrcaSlicer V2.0.0 beta\n"
|
"Project-Id-Version: OrcaSlicer V2.0.0 RC\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-03-29 21:10+0800\n"
|
"POT-Creation-Date: 2024-03-29 21:10+0800\n"
|
||||||
"PO-Revision-Date: 2024-03-17 18:48+0700\n"
|
"PO-Revision-Date: 2024-03-30 17:42+0700\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: andylg@yandex.ru\n"
|
"Language-Team: andylg@yandex.ru\n"
|
||||||
"Language: ru_RU\n"
|
"Language: ru_RU\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||||
"%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n"
|
"n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n"
|
||||||
"X-Generator: Poedit 3.4.2\n"
|
"X-Generator: Poedit 3.4.2\n"
|
||||||
|
|
||||||
msgid "Supports Painting"
|
msgid "Supports Painting"
|
||||||
@@ -3436,6 +3436,8 @@ msgid ""
|
|||||||
"Alternate extra wall does't work well when ensure vertical shell thickness "
|
"Alternate extra wall does't work well when ensure vertical shell thickness "
|
||||||
"is set to All. "
|
"is set to All. "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Чередующаяся дополнительная стенка не работает, если для \"Обеспечивать "
|
||||||
|
"верт. толщину оболочки\" установлено значение «Везде»."
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Change these settings automatically? \n"
|
"Change these settings automatically? \n"
|
||||||
@@ -3443,6 +3445,10 @@ msgid ""
|
|||||||
"alternate extra wall\n"
|
"alternate extra wall\n"
|
||||||
"No - Dont use alternate extra wall"
|
"No - Dont use alternate extra wall"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Изменить эти настройки автоматически?\n"
|
||||||
|
"Да - Изменить в «Обеспечивать верт. толщину оболочки» на значение "
|
||||||
|
"«Умеренное» и включить чередующуюся дополнительную стенку\n"
|
||||||
|
"Нет - Отказаться от использования чередующейся дополнительной стенки"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Prime tower does not work when Adaptive Layer Height or Independent Support "
|
"Prime tower does not work when Adaptive Layer Height or Independent Support "
|
||||||
@@ -3492,6 +3498,8 @@ msgid ""
|
|||||||
"seam_slope_start_height need to be smaller than layer_height.\n"
|
"seam_slope_start_height need to be smaller than layer_height.\n"
|
||||||
"Reset to 0."
|
"Reset to 0."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"seam_slope_start_height должна быть меньше высоты слоя.\n"
|
||||||
|
"Значение сброшено на 0."
|
||||||
|
|
||||||
msgid "Auto bed leveling"
|
msgid "Auto bed leveling"
|
||||||
msgstr "Автовыравнивание стола"
|
msgstr "Автовыравнивание стола"
|
||||||
@@ -4225,7 +4233,7 @@ msgstr "Имя хоста или IP-адрес"
|
|||||||
|
|
||||||
# ??? Пользовательская камера
|
# ??? Пользовательская камера
|
||||||
msgid "Custom camera source"
|
msgid "Custom camera source"
|
||||||
msgstr "Источник пользовательской камеры"
|
msgstr "Пользовательский источник камеры"
|
||||||
|
|
||||||
msgid "Show \"Live Video\" guide page."
|
msgid "Show \"Live Video\" guide page."
|
||||||
msgstr "Показать страницу руководства «Прямая трансляция»."
|
msgstr "Показать страницу руководства «Прямая трансляция»."
|
||||||
@@ -6187,7 +6195,7 @@ msgid "Stealth Mode"
|
|||||||
msgstr "Режим конфиденциальности (отключение телеметрии Bambulab)"
|
msgstr "Режим конфиденциальности (отключение телеметрии Bambulab)"
|
||||||
|
|
||||||
msgid "Enable network plugin"
|
msgid "Enable network plugin"
|
||||||
msgstr ""
|
msgstr "Включить сетевой плагин"
|
||||||
|
|
||||||
msgid "Check for stable updates only"
|
msgid "Check for stable updates only"
|
||||||
msgstr "Уведомлять только о стабильных версиях программы"
|
msgstr "Уведомлять только о стабильных версиях программы"
|
||||||
@@ -6255,7 +6263,7 @@ msgstr ""
|
|||||||
"каждом изменении цвета."
|
"каждом изменении цвета."
|
||||||
|
|
||||||
msgid "Network"
|
msgid "Network"
|
||||||
msgstr ""
|
msgstr "Сеть"
|
||||||
|
|
||||||
msgid "Auto sync user presets(Printer/Filament/Process)"
|
msgid "Auto sync user presets(Printer/Filament/Process)"
|
||||||
msgstr "Автосинхронизация пользовательских профилей (принтера/прутка/процесса)"
|
msgstr "Автосинхронизация пользовательских профилей (принтера/прутка/процесса)"
|
||||||
@@ -6965,8 +6973,8 @@ msgid ""
|
|||||||
"Bambu Lab Privacy Policy, please do not use Bambu Lab equipment and services."
|
"Bambu Lab Privacy Policy, please do not use Bambu Lab equipment and services."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Перед использованием устройства Bambu Lab ознакомьтесь с правилами и "
|
"Перед использованием устройства Bambu Lab ознакомьтесь с правилами и "
|
||||||
"условиями. Нажимая на кнопку \"Согласие на использование устройства Bambu Lab"
|
"условиями. Нажимая на кнопку \"Согласие на использование устройства Bambu "
|
||||||
"\", вы соглашаетесь соблюдать Политику конфиденциальности и Условия "
|
"Lab\", вы соглашаетесь соблюдать Политику конфиденциальности и Условия "
|
||||||
"использования (далее - \"Условия\"). Если вы не соблюдаете или не согласны с "
|
"использования (далее - \"Условия\"). Если вы не соблюдаете или не согласны с "
|
||||||
"Политикой конфиденциальности Bambu Lab, пожалуйста, не пользуйтесь "
|
"Политикой конфиденциальности Bambu Lab, пожалуйста, не пользуйтесь "
|
||||||
"оборудованием и услугами Bambu Lab."
|
"оборудованием и услугами Bambu Lab."
|
||||||
@@ -7147,8 +7155,8 @@ msgstr "Игнорировать"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"When recording timelapse without toolhead, it is recommended to add a "
|
"When recording timelapse without toolhead, it is recommended to add a "
|
||||||
"\"Timelapse Wipe Tower\" \n"
|
"\"Timelapse Wipe Tower\" \n"
|
||||||
"by right-click the empty position of build plate and choose \"Add Primitive"
|
"by right-click the empty position of build plate and choose \"Add "
|
||||||
"\"->\"Timelapse Wipe Tower\"."
|
"Primitive\"->\"Timelapse Wipe Tower\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"При записи таймлапса без видимости головы рекомендуется добавить «Черновая "
|
"При записи таймлапса без видимости головы рекомендуется добавить «Черновая "
|
||||||
"башня таймлапса». \n"
|
"башня таймлапса». \n"
|
||||||
@@ -8810,6 +8818,12 @@ msgid ""
|
|||||||
"You can adjust the machine_max_acceleration_travel value in your printer's "
|
"You can adjust the machine_max_acceleration_travel value in your printer's "
|
||||||
"configuration to get higher speeds."
|
"configuration to get higher speeds."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Значение ускорения перемещения превышает значение заданное в настройках "
|
||||||
|
"принтера (machine_max_acceleration_travel).\n"
|
||||||
|
"Программа автоматически ограничит это ускорение, чтобы оно не превышало "
|
||||||
|
"возможности принтера. \n"
|
||||||
|
"Если хотите получить более высокие скорости, вы можете изменить это значение "
|
||||||
|
"в настройках принтера (вкладка «Ограничение принтера»)."
|
||||||
|
|
||||||
msgid "Generating skirt & brim"
|
msgid "Generating skirt & brim"
|
||||||
msgstr "Генерация юбки и каймы"
|
msgstr "Генерация юбки и каймы"
|
||||||
@@ -8894,10 +8908,10 @@ msgid "Printer preset names"
|
|||||||
msgstr "Имена профиля принтера"
|
msgstr "Имена профиля принтера"
|
||||||
|
|
||||||
msgid "Use 3rd-party print host"
|
msgid "Use 3rd-party print host"
|
||||||
msgstr ""
|
msgstr "Использовать сторонний хост печати"
|
||||||
|
|
||||||
msgid "Allow controlling BambuLab's printer through 3rd party print hosts"
|
msgid "Allow controlling BambuLab's printer through 3rd party print hosts"
|
||||||
msgstr ""
|
msgstr "Позволяет управлять принтером BambuLab через сторонние хосты печати."
|
||||||
|
|
||||||
msgid "Hostname, IP or URL"
|
msgid "Hostname, IP or URL"
|
||||||
msgstr "Имя хоста, IP/URL-адрес"
|
msgstr "Имя хоста, IP/URL-адрес"
|
||||||
@@ -9178,7 +9192,6 @@ msgstr ""
|
|||||||
msgid "Cooling overhang threshold"
|
msgid "Cooling overhang threshold"
|
||||||
msgstr "Порог включения обдува на нависаниях"
|
msgstr "Порог включения обдува на нависаниях"
|
||||||
|
|
||||||
#, fuzzy, c-format
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force cooling fan to be specific speed when overhang degree of printed part "
|
"Force cooling fan to be specific speed when overhang degree of printed part "
|
||||||
"exceeds this value. Expressed as percentage which indicides how much width "
|
"exceeds this value. Expressed as percentage which indicides how much width "
|
||||||
@@ -9375,7 +9388,7 @@ msgstr ""
|
|||||||
"степени их нависания."
|
"степени их нависания."
|
||||||
|
|
||||||
msgid "Bridge counterbore holes"
|
msgid "Bridge counterbore holes"
|
||||||
msgstr ""
|
msgstr "Мост для зенкованных отверстий"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"This option creates bridges for counterbore holes, allowing them to be "
|
"This option creates bridges for counterbore holes, allowing them to be "
|
||||||
@@ -10684,17 +10697,17 @@ msgstr "Полная скорость вентилятора на слое"
|
|||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Fan speed will be ramped up linearly from zero at layer "
|
"Fan speed will be ramped up linearly from zero at layer "
|
||||||
"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer"
|
"\"close_fan_the_first_x_layers\" to maximum at layer "
|
||||||
"\". \"full_fan_speed_layer\" will be ignored if lower than "
|
"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower "
|
||||||
"\"close_fan_the_first_x_layers\", in which case the fan will be running at "
|
"than \"close_fan_the_first_x_layers\", in which case the fan will be running "
|
||||||
"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1."
|
"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Скорость вентилятора будет нарастать линейно от нуля на слое "
|
"Скорость вентилятора будет нарастать линейно от нуля на слое "
|
||||||
"\"close_fan_the_first_x_layers\" до максимума на слое \"full_fan_speed_layer"
|
"\"close_fan_the_first_x_layers\" до максимума на слое "
|
||||||
"\". Значение \"full_fan_speed_layer\" будет игнорироваться, если оно меньше "
|
"\"full_fan_speed_layer\". Значение \"full_fan_speed_layer\" будет "
|
||||||
"значения \"close_fan_the_first_x_layers\", в этом случае вентилятор будет "
|
"игнорироваться, если оно меньше значения \"close_fan_the_first_x_layers\", в "
|
||||||
"работать на максимально допустимой скорости на слое "
|
"этом случае вентилятор будет работать на максимально допустимой скорости на "
|
||||||
"\"close_fan_the_first_x_layers\" + 1."
|
"слое \"close_fan_the_first_x_layers\" + 1."
|
||||||
|
|
||||||
msgid "Support interface fan speed"
|
msgid "Support interface fan speed"
|
||||||
msgstr "Скорость вентилятора на связующем слое"
|
msgstr "Скорость вентилятора на связующем слое"
|
||||||
@@ -11927,13 +11940,14 @@ msgid ""
|
|||||||
"(indicating the absence of sharp corners), a scarf joint seam will be used. "
|
"(indicating the absence of sharp corners), a scarf joint seam will be used. "
|
||||||
"The default value is 155°."
|
"The default value is 155°."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Этот параметр задает пороговый угол для применения клиновидного шва.\n"
|
"Этот параметр задаёт пороговое значение угола для применения клиновидного "
|
||||||
|
"шва.\n"
|
||||||
"Если максимальный угол в контуре периметра превышает это значение (что "
|
"Если максимальный угол в контуре периметра превышает это значение (что "
|
||||||
"указывает на отсутствие острых углов), будет использован клиновидный шов. "
|
"указывает на отсутствие острых углов), будет использован клиновидный шов. "
|
||||||
"Значение по умолчанию - 155°."
|
"Значение по умолчанию - 155°."
|
||||||
|
|
||||||
msgid "Conditional overhang threshold"
|
msgid "Conditional overhang threshold"
|
||||||
msgstr ""
|
msgstr "Пороговая величина нависания"
|
||||||
|
|
||||||
#, no-c-format, no-boost-format
|
#, no-c-format, no-boost-format
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -11943,6 +11957,11 @@ msgid ""
|
|||||||
"at 40% of the external wall's width. Due to performance considerations, the "
|
"at 40% of the external wall's width. Due to performance considerations, the "
|
||||||
"degree of overhang is estimated."
|
"degree of overhang is estimated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Этот параметр задаёт пороговое значение нависания для применения "
|
||||||
|
"клиновидного шва. Если неподдерживаемая часть периметра меньше этого "
|
||||||
|
"порогового значения, то будут применён клиновидный шов. Пороговое значение "
|
||||||
|
"по умолчанию установлено на 40% от ширины внешней периметра. Из соображений "
|
||||||
|
"производительности оценивается степень нависания."
|
||||||
|
|
||||||
msgid "Scarf joint speed"
|
msgid "Scarf joint speed"
|
||||||
msgstr "Скорость клиновидного шва"
|
msgstr "Скорость клиновидного шва"
|
||||||
@@ -14138,7 +14157,7 @@ msgstr ""
|
|||||||
"семейство = Basic - базовый, Matte - матовый)"
|
"семейство = Basic - базовый, Matte - матовый)"
|
||||||
|
|
||||||
msgid "Pattern"
|
msgid "Pattern"
|
||||||
msgstr ""
|
msgstr "Шаблон"
|
||||||
|
|
||||||
msgid "Method"
|
msgid "Method"
|
||||||
msgstr "Метод"
|
msgstr "Метод"
|
||||||
@@ -14475,7 +14494,7 @@ msgid "Export Log"
|
|||||||
msgstr "Журнал экспорта"
|
msgstr "Журнал экспорта"
|
||||||
|
|
||||||
msgid "OrcaSlicer Version:"
|
msgid "OrcaSlicer Version:"
|
||||||
msgstr ""
|
msgstr "Версия OrcaSlicer:"
|
||||||
|
|
||||||
msgid "System Version:"
|
msgid "System Version:"
|
||||||
msgstr "Версия ОС:"
|
msgstr "Версия ОС:"
|
||||||
@@ -14484,10 +14503,10 @@ msgid "DNS Server:"
|
|||||||
msgstr "DNS-сервер:"
|
msgstr "DNS-сервер:"
|
||||||
|
|
||||||
msgid "Test OrcaSlicer(GitHub)"
|
msgid "Test OrcaSlicer(GitHub)"
|
||||||
msgstr ""
|
msgstr "Тест доступности OrcaSlicer(GitHub)"
|
||||||
|
|
||||||
msgid "Test OrcaSlicer(GitHub):"
|
msgid "Test OrcaSlicer(GitHub):"
|
||||||
msgstr ""
|
msgstr "Тест доступности OrcaSlicer(GitHub):"
|
||||||
|
|
||||||
msgid "Test Bing.com"
|
msgid "Test Bing.com"
|
||||||
msgstr "Тест Bing.com"
|
msgstr "Тест Bing.com"
|
||||||
@@ -14597,8 +14616,8 @@ msgstr ""
|
|||||||
"Хотите перезаписать его?"
|
"Хотите перезаписать его?"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"We would rename the presets as \"Vendor Type Serial @printer you selected"
|
"We would rename the presets as \"Vendor Type Serial @printer you "
|
||||||
"\". \n"
|
"selected\". \n"
|
||||||
"To add preset for more printers, Please go to printer selection"
|
"To add preset for more printers, Please go to printer selection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Мы переименуем профиль в \"Производитель Тип Серия @выбранный принтер\".\n"
|
"Мы переименуем профиль в \"Производитель Тип Серия @выбранный принтер\".\n"
|
||||||
@@ -15017,8 +15036,9 @@ msgstr "Не удалось получить действительную ссы
|
|||||||
msgid "Success!"
|
msgid "Success!"
|
||||||
msgstr "Успешно!"
|
msgstr "Успешно!"
|
||||||
|
|
||||||
|
# ??? Вы уверены, что хотите выйти, разлогиниться?
|
||||||
msgid "Are you sure to log out?"
|
msgid "Are you sure to log out?"
|
||||||
msgstr ""
|
msgstr "Вы уверены, что хотите выйти из системы?"
|
||||||
|
|
||||||
msgid "Refresh Printers"
|
msgid "Refresh Printers"
|
||||||
msgstr "Обновить принтеры"
|
msgstr "Обновить принтеры"
|
||||||
@@ -15052,7 +15072,7 @@ msgstr ""
|
|||||||
"его в хранилище сертификатов/Keychain."
|
"его в хранилище сертификатов/Keychain."
|
||||||
|
|
||||||
msgid "Login/Test"
|
msgid "Login/Test"
|
||||||
msgstr ""
|
msgstr "Вход/Тест"
|
||||||
|
|
||||||
msgid "Connection to printers connected via the print host failed."
|
msgid "Connection to printers connected via the print host failed."
|
||||||
msgstr "Не удалось подключиться к принтерам, подключенным через хост печати."
|
msgstr "Не удалось подключиться к принтерам, подключенным через хост печати."
|
||||||
@@ -15190,45 +15210,51 @@ msgstr ""
|
|||||||
"Ошибка: \"%2%\""
|
"Ошибка: \"%2%\""
|
||||||
|
|
||||||
msgid "Connected to Obico successfully!"
|
msgid "Connected to Obico successfully!"
|
||||||
msgstr ""
|
msgstr "Соединение с Obico успешно установлено."
|
||||||
|
|
||||||
msgid "Could not connect to Obico"
|
msgid "Could not connect to Obico"
|
||||||
msgstr ""
|
msgstr "Не удалось подключиться к Obico"
|
||||||
|
|
||||||
msgid "Connected to SimplyPrint successfully!"
|
msgid "Connected to SimplyPrint successfully!"
|
||||||
msgstr ""
|
msgstr "Соединение с SimplyPrint успешно установлено."
|
||||||
|
|
||||||
msgid "Could not connect to SimplyPrint"
|
msgid "Could not connect to SimplyPrint"
|
||||||
msgstr ""
|
msgstr "Не удалось подключиться к SimplyPrint"
|
||||||
|
|
||||||
msgid "SimplyPrint account not linked. Go to Connect options to set it up."
|
msgid "SimplyPrint account not linked. Go to Connect options to set it up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Учётная запись SimplyPrint не привязана. Перейдите в раздел подключения для "
|
||||||
|
"настройки."
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"File size exceeds the 100MB upload limit. Please upload your file through "
|
"File size exceeds the 100MB upload limit. Please upload your file through "
|
||||||
"the panel."
|
"the panel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Размер файла превышает лимит загрузки в 100 МБ. Пожалуйста, загрузите файл "
|
||||||
|
"через панель."
|
||||||
|
|
||||||
msgid "Unknown error"
|
msgid "Unknown error"
|
||||||
msgstr ""
|
msgstr "Неизвестная ошибка"
|
||||||
|
|
||||||
msgid "Connection to Flashforge works correctly."
|
msgid "Connection to Flashforge works correctly."
|
||||||
msgstr ""
|
msgstr "Соединение с Flashforge успешно установлено."
|
||||||
|
|
||||||
msgid "Could not connect to Flashforge"
|
msgid "Could not connect to Flashforge"
|
||||||
msgstr ""
|
msgstr "Не удалось подключиться к Flashforge"
|
||||||
|
|
||||||
msgid "The provided state is not correct."
|
msgid "The provided state is not correct."
|
||||||
msgstr ""
|
msgstr "Указано неверное состояние."
|
||||||
|
|
||||||
msgid "Please give the required permissions when authorizing this application."
|
msgid "Please give the required permissions when authorizing this application."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Пожалуйста, предоставьте необходимые разрешения при авторизации этого "
|
||||||
|
"приложения."
|
||||||
|
|
||||||
msgid "Something unexpected happened when trying to log in, please try again."
|
msgid "Something unexpected happened when trying to log in, please try again."
|
||||||
msgstr ""
|
msgstr "При попытке войти произошла какая-то ошибка, попробуйте ещё раз."
|
||||||
|
|
||||||
msgid "User cancelled."
|
msgid "User cancelled."
|
||||||
msgstr ""
|
msgstr "Отменено пользователем."
|
||||||
|
|
||||||
#: resources/data/hints.ini: [hint:Precise wall]
|
#: resources/data/hints.ini: [hint:Precise wall]
|
||||||
msgid ""
|
msgid ""
|
||||||
|
|||||||
@@ -1,22 +1,17 @@
|
|||||||
# SOME DESCRIPTIVE TITLE.
|
|
||||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
||||||
# This file is distributed under the same license as the PACKAGE package.
|
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: OrcaSlicer\n"
|
"Project-Id-Version: Orca Slicer\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-03-29 21:10+0800\n"
|
"POT-Creation-Date: 2024-03-29 21:10+0800\n"
|
||||||
"PO-Revision-Date: 2024-03-29 21:50+0300\n"
|
"PO-Revision-Date: 2024-03-29 21:50+0300\n"
|
||||||
"Last-Translator: Olcay ÖREN\n"
|
"Last-Translator: Olcay ÖREN\n"
|
||||||
"Language-Team: Türkçe\n"
|
"Language-Team: \n"
|
||||||
"Language: tr_TR\n"
|
"Language: tr\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n==1) ? 0 : 1;\n"
|
"Plural-Forms: nplurals=2; plural=(n==1) ? 0 : 1;\n"
|
||||||
"X-Generator: Poedit 3.3.2\n"
|
"X-Generator: Poedit 3.4.1\n"
|
||||||
"X-Loco-Version: 2.6.4-dev; wp-6.3.1\n"
|
|
||||||
|
|
||||||
msgid "Supports Painting"
|
msgid "Supports Painting"
|
||||||
msgstr "Destek Boyama"
|
msgstr "Destek Boyama"
|
||||||
|
|||||||
@@ -295,8 +295,8 @@
|
|||||||
"sub_path": "process/0.12mm Fine @Creality Ender3V3SE 0.2.json"
|
"sub_path": "process/0.12mm Fine @Creality Ender3V3SE 0.2.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "0.12mm Fine @Creality Ender3V3SE",
|
"name": "0.12mm Fine @Creality Ender3V3SE 0.4",
|
||||||
"sub_path": "process/0.12mm Fine @Creality Ender3V3SE.json"
|
"sub_path": "process/0.12mm Fine @Creality Ender3V3SE 0.4.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "0.12mm Fine @Creality Ender3V3SE 0.6",
|
"name": "0.12mm Fine @Creality Ender3V3SE 0.6",
|
||||||
@@ -403,8 +403,8 @@
|
|||||||
"sub_path": "process/0.16mm Optimal @Creality Ender3V3SE 0.2.json"
|
"sub_path": "process/0.16mm Optimal @Creality Ender3V3SE 0.2.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "0.16mm Optimal @Creality Ender3V3SE",
|
"name": "0.16mm Optimal @Creality Ender3V3SE 0.4",
|
||||||
"sub_path": "process/0.16mm Optimal @Creality Ender3V3SE.json"
|
"sub_path": "process/0.16mm Optimal @Creality Ender3V3SE 0.4.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "0.16mm Optimal @Creality Ender3V3SE 0.6",
|
"name": "0.16mm Optimal @Creality Ender3V3SE 0.6",
|
||||||
@@ -563,8 +563,8 @@
|
|||||||
"sub_path": "process/0.20mm Standard @Creality Ender3V3SE 0.2.json"
|
"sub_path": "process/0.20mm Standard @Creality Ender3V3SE 0.2.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "0.20mm Standard @Creality Ender3V3SE",
|
"name": "0.20mm Standard @Creality Ender3V3SE 0.4",
|
||||||
"sub_path": "process/0.20mm Standard @Creality Ender3V3SE.json"
|
"sub_path": "process/0.20mm Standard @Creality Ender3V3SE 0.4.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "0.20mm Standard @Creality Ender3V3SE 0.6",
|
"name": "0.20mm Standard @Creality Ender3V3SE 0.6",
|
||||||
@@ -679,8 +679,8 @@
|
|||||||
"sub_path": "process/0.24mm Draft @Creality Ender3V3SE 0.2.json"
|
"sub_path": "process/0.24mm Draft @Creality Ender3V3SE 0.2.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "0.24mm Draft @Creality Ender3V3SE",
|
"name": "0.24mm Draft @Creality Ender3V3SE 0.4",
|
||||||
"sub_path": "process/0.24mm Draft @Creality Ender3V3SE.json"
|
"sub_path": "process/0.24mm Draft @Creality Ender3V3SE 0.4.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "0.24mm Draft @Creality Ender3V3SE 0.6",
|
"name": "0.24mm Draft @Creality Ender3V3SE 0.6",
|
||||||
|
|||||||
@@ -47,12 +47,12 @@
|
|||||||
"8000"
|
"8000"
|
||||||
],
|
],
|
||||||
"machine_max_acceleration_z": [
|
"machine_max_acceleration_z": [
|
||||||
"500",
|
"300",
|
||||||
"500"
|
"300"
|
||||||
],
|
],
|
||||||
"machine_max_speed_e": [
|
"machine_max_speed_e": [
|
||||||
"100",
|
"40",
|
||||||
"100"
|
"40"
|
||||||
],
|
],
|
||||||
"machine_max_speed_x": [
|
"machine_max_speed_x": [
|
||||||
"500",
|
"500",
|
||||||
@@ -71,12 +71,12 @@
|
|||||||
"5"
|
"5"
|
||||||
],
|
],
|
||||||
"machine_max_jerk_x": [
|
"machine_max_jerk_x": [
|
||||||
"10",
|
"7",
|
||||||
"10"
|
"7"
|
||||||
],
|
],
|
||||||
"machine_max_jerk_y": [
|
"machine_max_jerk_y": [
|
||||||
"10",
|
"7",
|
||||||
"10"
|
"7"
|
||||||
],
|
],
|
||||||
"machine_max_jerk_z": [
|
"machine_max_jerk_z": [
|
||||||
"0.4",
|
"0.4",
|
||||||
@@ -91,8 +91,11 @@
|
|||||||
"retraction_minimum_travel": [
|
"retraction_minimum_travel": [
|
||||||
"2"
|
"2"
|
||||||
],
|
],
|
||||||
|
"wipe_distance": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"retract_before_wipe": [
|
"retract_before_wipe": [
|
||||||
"70%"
|
"0%"
|
||||||
],
|
],
|
||||||
"retraction_length": [
|
"retraction_length": [
|
||||||
"0.5"
|
"0.5"
|
||||||
@@ -116,11 +119,11 @@
|
|||||||
"default_filament_profile": [
|
"default_filament_profile": [
|
||||||
"Creality Generic PLA @Ender-3V3-all"
|
"Creality Generic PLA @Ender-3V3-all"
|
||||||
],
|
],
|
||||||
"machine_start_gcode": "M220 S100 ;Reset Feedrate \nM221 S100 ;Reset Flowrate \n \nM140 S[bed_temperature_initial_layer_single] ;Set final bed temp \nG28 ;Home \n \nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nM104 S[nozzle_temperature_initial_layer] ;Set final nozzle temp \nG1 X-2.0 Y20 Z0.28 F5000.0 ;Move to start position \nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize \nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize \nG1 X-2.0 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line \nG1 X-1.7 Y145.0 Z0.28 F5000.0 ;Move to side a little \nG1 X-1.7 Y20 Z0.28 F1500.0 E30 ;Draw the second line \nG92 E0 ;Reset Extruder \nG1 E-1.0000 F1800 ;Retract a bit \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 E0.0000 F1800",
|
"machine_start_gcode": "M220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nM140 S[bed_temperature_initial_layer_single] ;Set final bed temp\nG28 ;Home\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nM104 S[nozzle_temperature_initial_layer] ;Set final nozzle temp\nG1 X-2.0 Y20 Z0.28 F5000.0 ;Move to start position\nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize\nG1 X-2.0 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X-1.7 Y145.0 Z0.28 F5000.0 ;Move to side a little\nG1 X-1.7 Y30 Z0.28 F1500.0 E15 ;Draw the second line\nG92 E0 ;Reset Extruder",
|
||||||
"machine_end_gcode": "G91 ;Relative positionning \nG1 E-2 F2700 ;Retract a bit \nG1 E-2 Z0.2 F2400 ;Retract and raise Z \nG1 X5 Y5 F3000 ;Wipe out \nG1 Z5 ;Raise Z more \nG90 ;Absolute positionning \n \nG1 X2 Y218 F3000 ;Present print \nM106 S0 ;Turn-off fan \nM104 S0 ;Turn-off hotend \nM140 S0 ;Turn-off bed \n \nM84 X Y E ;Disable all steppers but Z",
|
"machine_end_gcode": "G91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z20 ;Raise Z more\nG90 ;Absolute positionning\nG1 X2 Y218 F3000 ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z",
|
||||||
"scan_first_layer": "0",
|
"scan_first_layer": "0",
|
||||||
"thumbnails": [
|
"thumbnails": [
|
||||||
"96x96",
|
"96x96",
|
||||||
"300x300"
|
"300x300"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,44 +28,44 @@
|
|||||||
"nozzle_type": "brass",
|
"nozzle_type": "brass",
|
||||||
"auxiliary_fan": "0",
|
"auxiliary_fan": "0",
|
||||||
"machine_max_acceleration_extruding": [
|
"machine_max_acceleration_extruding": [
|
||||||
"5000",
|
"2500",
|
||||||
"5000"
|
"2500"
|
||||||
],
|
],
|
||||||
"machine_max_acceleration_retracting": [
|
"machine_max_acceleration_retracting": [
|
||||||
"2500",
|
"2500",
|
||||||
"2500"
|
"2500"
|
||||||
],
|
],
|
||||||
"machine_max_acceleration_travel": [
|
"machine_max_acceleration_travel": [
|
||||||
"5000",
|
"2500",
|
||||||
"5000"
|
"2500"
|
||||||
],
|
],
|
||||||
"machine_max_acceleration_x": [
|
"machine_max_acceleration_x": [
|
||||||
"5000",
|
"2500",
|
||||||
"5000"
|
"2500"
|
||||||
],
|
],
|
||||||
"machine_max_acceleration_y": [
|
"machine_max_acceleration_y": [
|
||||||
"5000",
|
"2500",
|
||||||
"5000"
|
"2500"
|
||||||
],
|
],
|
||||||
"machine_max_acceleration_z": [
|
"machine_max_acceleration_z": [
|
||||||
"500",
|
"500",
|
||||||
"500"
|
"500"
|
||||||
],
|
],
|
||||||
"machine_max_speed_e": [
|
"machine_max_speed_e": [
|
||||||
"100",
|
"40",
|
||||||
"100"
|
"40"
|
||||||
],
|
],
|
||||||
"machine_max_speed_x": [
|
"machine_max_speed_x": [
|
||||||
"500",
|
"250",
|
||||||
"500"
|
"250"
|
||||||
],
|
],
|
||||||
"machine_max_speed_y": [
|
"machine_max_speed_y": [
|
||||||
"500",
|
"250",
|
||||||
"500"
|
"250"
|
||||||
],
|
],
|
||||||
"machine_max_speed_z": [
|
"machine_max_speed_z": [
|
||||||
"30",
|
"5",
|
||||||
"30"
|
"5"
|
||||||
],
|
],
|
||||||
"machine_max_jerk_e": [
|
"machine_max_jerk_e": [
|
||||||
"5",
|
"5",
|
||||||
@@ -117,8 +117,7 @@
|
|||||||
"machine_start_gcode": "M220 S100 ;Reset Feedrate \nM221 S100 ;Reset Flowrate \n \nM140 S[bed_temperature_initial_layer_single] ;Set final bed temp \nG28 ;Home \nM420 S1; Enable mesh leveling \nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nM104 S[nozzle_temperature_initial_layer] ;Set final nozzle temp \nG1 X-2.1 Y20 Z0.28 F5000.0 ;Move to start position \nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize \nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize \nG1 X-2.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line \nG1 X-2.4 Y145.0 Z0.28 F5000.0 ;Move to side a little \nG1 X-2.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line \nG92 E0 ;Reset Extruder \nG1 E-1.0000 F1800 ;Retract a bit \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 E0.0000 F1800",
|
"machine_start_gcode": "M220 S100 ;Reset Feedrate \nM221 S100 ;Reset Flowrate \n \nM140 S[bed_temperature_initial_layer_single] ;Set final bed temp \nG28 ;Home \nM420 S1; Enable mesh leveling \nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nM104 S[nozzle_temperature_initial_layer] ;Set final nozzle temp \nG1 X-2.1 Y20 Z0.28 F5000.0 ;Move to start position \nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize \nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize \nG1 X-2.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line \nG1 X-2.4 Y145.0 Z0.28 F5000.0 ;Move to side a little \nG1 X-2.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line \nG92 E0 ;Reset Extruder \nG1 E-1.0000 F1800 ;Retract a bit \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 E0.0000 F1800",
|
||||||
"machine_end_gcode": "G91 ;Relative positionning \nG1 E-2 F2700 ;Retract a bit \nG1 E-2 Z0.2 F2400 ;Retract and raise Z \nG1 X5 Y5 F3000 ;Wipe out \nG1 Z10 ;Raise Z more \nG90 ;Absolute positionning \n \nG1 X0 Y220 ;Present print \nM106 S0 ;Turn-off fan \nM104 S0 ;Turn-off hotend \nM140 S0 ;Turn-off bed \n \nM84 X Y E ;Disable all steppers but Z",
|
"machine_end_gcode": "G91 ;Relative positionning \nG1 E-2 F2700 ;Retract a bit \nG1 E-2 Z0.2 F2400 ;Retract and raise Z \nG1 X5 Y5 F3000 ;Wipe out \nG1 Z10 ;Raise Z more \nG90 ;Absolute positionning \n \nG1 X0 Y220 ;Present print \nM106 S0 ;Turn-off fan \nM104 S0 ;Turn-off hotend \nM140 S0 ;Turn-off bed \n \nM84 X Y E ;Disable all steppers but Z",
|
||||||
"scan_first_layer": "0",
|
"scan_first_layer": "0",
|
||||||
|
"disable_m73": "1",
|
||||||
"thumbnails": [
|
"thumbnails": [
|
||||||
"96x96",
|
|
||||||
"300x300"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
"printer_variant": "0.4",
|
"printer_variant": "0.4",
|
||||||
"gcode_flavor": "marlin2",
|
"gcode_flavor": "marlin2",
|
||||||
"printer_structure": "i3",
|
"printer_structure": "i3",
|
||||||
"default_print_profile": "0.20mm Standard @Creality Ender3V3SE",
|
"default_print_profile": "0.20mm Standard @Creality Ender3V3SE 0.4",
|
||||||
"extruder_clearance_height_to_rod": "47",
|
"extruder_clearance_height_to_rod": "47",
|
||||||
"extruder_clearance_max_radius": "90",
|
"extruder_clearance_max_radius": "90",
|
||||||
"extruder_clearance_radius": "90",
|
"extruder_clearance_radius": "90",
|
||||||
@@ -28,44 +28,44 @@
|
|||||||
"nozzle_type": "brass",
|
"nozzle_type": "brass",
|
||||||
"auxiliary_fan": "0",
|
"auxiliary_fan": "0",
|
||||||
"machine_max_acceleration_extruding": [
|
"machine_max_acceleration_extruding": [
|
||||||
"5000",
|
"2500",
|
||||||
"5000"
|
"2500"
|
||||||
],
|
],
|
||||||
"machine_max_acceleration_retracting": [
|
"machine_max_acceleration_retracting": [
|
||||||
"2500",
|
"2500",
|
||||||
"2500"
|
"2500"
|
||||||
],
|
],
|
||||||
"machine_max_acceleration_travel": [
|
"machine_max_acceleration_travel": [
|
||||||
"5000",
|
"2500",
|
||||||
"5000"
|
"2500"
|
||||||
],
|
],
|
||||||
"machine_max_acceleration_x": [
|
"machine_max_acceleration_x": [
|
||||||
"5000",
|
"2500",
|
||||||
"5000"
|
"2500"
|
||||||
],
|
],
|
||||||
"machine_max_acceleration_y": [
|
"machine_max_acceleration_y": [
|
||||||
"5000",
|
"2500",
|
||||||
"5000"
|
"2500"
|
||||||
],
|
],
|
||||||
"machine_max_acceleration_z": [
|
"machine_max_acceleration_z": [
|
||||||
"500",
|
"500",
|
||||||
"500"
|
"500"
|
||||||
],
|
],
|
||||||
"machine_max_speed_e": [
|
"machine_max_speed_e": [
|
||||||
"100",
|
"40",
|
||||||
"100"
|
"40"
|
||||||
],
|
],
|
||||||
"machine_max_speed_x": [
|
"machine_max_speed_x": [
|
||||||
"500",
|
"250",
|
||||||
"500"
|
"250"
|
||||||
],
|
],
|
||||||
"machine_max_speed_y": [
|
"machine_max_speed_y": [
|
||||||
"500",
|
"250",
|
||||||
"500"
|
"250"
|
||||||
],
|
],
|
||||||
"machine_max_speed_z": [
|
"machine_max_speed_z": [
|
||||||
"30",
|
"5",
|
||||||
"30"
|
"5"
|
||||||
],
|
],
|
||||||
"machine_max_jerk_e": [
|
"machine_max_jerk_e": [
|
||||||
"5",
|
"5",
|
||||||
@@ -117,8 +117,7 @@
|
|||||||
"machine_start_gcode": "M220 S100 ;Reset Feedrate \nM221 S100 ;Reset Flowrate \n \nM140 S[bed_temperature_initial_layer_single] ;Set final bed temp \nG28 ;Home \nM420 S1; Enable mesh leveling \nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nM104 S[nozzle_temperature_initial_layer] ;Set final nozzle temp \nG1 X-2.1 Y20 Z0.28 F5000.0 ;Move to start position \nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize \nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize \nG1 X-2.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line \nG1 X-2.4 Y145.0 Z0.28 F5000.0 ;Move to side a little \nG1 X-2.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line \nG92 E0 ;Reset Extruder \nG1 E-1.0000 F1800 ;Retract a bit \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 E0.0000 F1800",
|
"machine_start_gcode": "M220 S100 ;Reset Feedrate \nM221 S100 ;Reset Flowrate \n \nM140 S[bed_temperature_initial_layer_single] ;Set final bed temp \nG28 ;Home \nM420 S1; Enable mesh leveling \nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nM104 S[nozzle_temperature_initial_layer] ;Set final nozzle temp \nG1 X-2.1 Y20 Z0.28 F5000.0 ;Move to start position \nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize \nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize \nG1 X-2.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line \nG1 X-2.4 Y145.0 Z0.28 F5000.0 ;Move to side a little \nG1 X-2.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line \nG92 E0 ;Reset Extruder \nG1 E-1.0000 F1800 ;Retract a bit \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 E0.0000 F1800",
|
||||||
"machine_end_gcode": "G91 ;Relative positionning \nG1 E-2 F2700 ;Retract a bit \nG1 E-2 Z0.2 F2400 ;Retract and raise Z \nG1 X5 Y5 F3000 ;Wipe out \nG1 Z10 ;Raise Z more \nG90 ;Absolute positionning \n \nG1 X0 Y220 ;Present print \nM106 S0 ;Turn-off fan \nM104 S0 ;Turn-off hotend \nM140 S0 ;Turn-off bed \n \nM84 X Y E ;Disable all steppers but Z",
|
"machine_end_gcode": "G91 ;Relative positionning \nG1 E-2 F2700 ;Retract a bit \nG1 E-2 Z0.2 F2400 ;Retract and raise Z \nG1 X5 Y5 F3000 ;Wipe out \nG1 Z10 ;Raise Z more \nG90 ;Absolute positionning \n \nG1 X0 Y220 ;Present print \nM106 S0 ;Turn-off fan \nM104 S0 ;Turn-off hotend \nM140 S0 ;Turn-off bed \n \nM84 X Y E ;Disable all steppers but Z",
|
||||||
"scan_first_layer": "0",
|
"scan_first_layer": "0",
|
||||||
|
"disable_m73": "1",
|
||||||
"thumbnails": [
|
"thumbnails": [
|
||||||
"96x96",
|
|
||||||
"300x300"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -28,44 +28,44 @@
|
|||||||
"nozzle_type": "brass",
|
"nozzle_type": "brass",
|
||||||
"auxiliary_fan": "0",
|
"auxiliary_fan": "0",
|
||||||
"machine_max_acceleration_extruding": [
|
"machine_max_acceleration_extruding": [
|
||||||
"5000",
|
"2500",
|
||||||
"5000"
|
"2500"
|
||||||
],
|
],
|
||||||
"machine_max_acceleration_retracting": [
|
"machine_max_acceleration_retracting": [
|
||||||
"2500",
|
"2500",
|
||||||
"2500"
|
"2500"
|
||||||
],
|
],
|
||||||
"machine_max_acceleration_travel": [
|
"machine_max_acceleration_travel": [
|
||||||
"5000",
|
"2500",
|
||||||
"5000"
|
"2500"
|
||||||
],
|
],
|
||||||
"machine_max_acceleration_x": [
|
"machine_max_acceleration_x": [
|
||||||
"5000",
|
"2500",
|
||||||
"5000"
|
"2500"
|
||||||
],
|
],
|
||||||
"machine_max_acceleration_y": [
|
"machine_max_acceleration_y": [
|
||||||
"5000",
|
"2500",
|
||||||
"5000"
|
"2500"
|
||||||
],
|
],
|
||||||
"machine_max_acceleration_z": [
|
"machine_max_acceleration_z": [
|
||||||
"500",
|
"500",
|
||||||
"500"
|
"500"
|
||||||
],
|
],
|
||||||
"machine_max_speed_e": [
|
"machine_max_speed_e": [
|
||||||
"100",
|
"40",
|
||||||
"100"
|
"40"
|
||||||
],
|
],
|
||||||
"machine_max_speed_x": [
|
"machine_max_speed_x": [
|
||||||
"500",
|
"250",
|
||||||
"500"
|
"250"
|
||||||
],
|
],
|
||||||
"machine_max_speed_y": [
|
"machine_max_speed_y": [
|
||||||
"500",
|
"250",
|
||||||
"500"
|
"250"
|
||||||
],
|
],
|
||||||
"machine_max_speed_z": [
|
"machine_max_speed_z": [
|
||||||
"30",
|
"5",
|
||||||
"30"
|
"5"
|
||||||
],
|
],
|
||||||
"machine_max_jerk_e": [
|
"machine_max_jerk_e": [
|
||||||
"5",
|
"5",
|
||||||
@@ -117,8 +117,7 @@
|
|||||||
"machine_start_gcode": "M220 S100 ;Reset Feedrate \nM221 S100 ;Reset Flowrate \n \nM140 S[bed_temperature_initial_layer_single] ;Set final bed temp \nG28 ;Home \nM420 S1; Enable mesh leveling \nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nM104 S[nozzle_temperature_initial_layer] ;Set final nozzle temp \nG1 X-2.1 Y20 Z0.28 F5000.0 ;Move to start position \nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize \nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize \nG1 X-2.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line \nG1 X-2.4 Y145.0 Z0.28 F5000.0 ;Move to side a little \nG1 X-2.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line \nG92 E0 ;Reset Extruder \nG1 E-1.0000 F1800 ;Retract a bit \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 E0.0000 F1800",
|
"machine_start_gcode": "M220 S100 ;Reset Feedrate \nM221 S100 ;Reset Flowrate \n \nM140 S[bed_temperature_initial_layer_single] ;Set final bed temp \nG28 ;Home \nM420 S1; Enable mesh leveling \nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nM104 S[nozzle_temperature_initial_layer] ;Set final nozzle temp \nG1 X-2.1 Y20 Z0.28 F5000.0 ;Move to start position \nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize \nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize \nG1 X-2.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line \nG1 X-2.4 Y145.0 Z0.28 F5000.0 ;Move to side a little \nG1 X-2.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line \nG92 E0 ;Reset Extruder \nG1 E-1.0000 F1800 ;Retract a bit \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 E0.0000 F1800",
|
||||||
"machine_end_gcode": "G91 ;Relative positionning \nG1 E-2 F2700 ;Retract a bit \nG1 E-2 Z0.2 F2400 ;Retract and raise Z \nG1 X5 Y5 F3000 ;Wipe out \nG1 Z10 ;Raise Z more \nG90 ;Absolute positionning \n \nG1 X0 Y220 ;Present print \nM106 S0 ;Turn-off fan \nM104 S0 ;Turn-off hotend \nM140 S0 ;Turn-off bed \n \nM84 X Y E ;Disable all steppers but Z",
|
"machine_end_gcode": "G91 ;Relative positionning \nG1 E-2 F2700 ;Retract a bit \nG1 E-2 Z0.2 F2400 ;Retract and raise Z \nG1 X5 Y5 F3000 ;Wipe out \nG1 Z10 ;Raise Z more \nG90 ;Absolute positionning \n \nG1 X0 Y220 ;Present print \nM106 S0 ;Turn-off fan \nM104 S0 ;Turn-off hotend \nM140 S0 ;Turn-off bed \n \nM84 X Y E ;Disable all steppers but Z",
|
||||||
"scan_first_layer": "0",
|
"scan_first_layer": "0",
|
||||||
|
"disable_m73": "1",
|
||||||
"thumbnails": [
|
"thumbnails": [
|
||||||
"96x96",
|
|
||||||
"300x300"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -28,44 +28,44 @@
|
|||||||
"nozzle_type": "brass",
|
"nozzle_type": "brass",
|
||||||
"auxiliary_fan": "0",
|
"auxiliary_fan": "0",
|
||||||
"machine_max_acceleration_extruding": [
|
"machine_max_acceleration_extruding": [
|
||||||
"5000",
|
"2500",
|
||||||
"5000"
|
"2500"
|
||||||
],
|
],
|
||||||
"machine_max_acceleration_retracting": [
|
"machine_max_acceleration_retracting": [
|
||||||
"2500",
|
"2500",
|
||||||
"2500"
|
"2500"
|
||||||
],
|
],
|
||||||
"machine_max_acceleration_travel": [
|
"machine_max_acceleration_travel": [
|
||||||
"5000",
|
"2500",
|
||||||
"5000"
|
"2500"
|
||||||
],
|
],
|
||||||
"machine_max_acceleration_x": [
|
"machine_max_acceleration_x": [
|
||||||
"5000",
|
"2500",
|
||||||
"5000"
|
"2500"
|
||||||
],
|
],
|
||||||
"machine_max_acceleration_y": [
|
"machine_max_acceleration_y": [
|
||||||
"5000",
|
"2500",
|
||||||
"5000"
|
"2500"
|
||||||
],
|
],
|
||||||
"machine_max_acceleration_z": [
|
"machine_max_acceleration_z": [
|
||||||
"500",
|
"500",
|
||||||
"500"
|
"500"
|
||||||
],
|
],
|
||||||
"machine_max_speed_e": [
|
"machine_max_speed_e": [
|
||||||
"100",
|
"40",
|
||||||
"100"
|
"40"
|
||||||
],
|
],
|
||||||
"machine_max_speed_x": [
|
"machine_max_speed_x": [
|
||||||
"500",
|
"250",
|
||||||
"500"
|
"250"
|
||||||
],
|
],
|
||||||
"machine_max_speed_y": [
|
"machine_max_speed_y": [
|
||||||
"500",
|
"250",
|
||||||
"500"
|
"250"
|
||||||
],
|
],
|
||||||
"machine_max_speed_z": [
|
"machine_max_speed_z": [
|
||||||
"30",
|
"5",
|
||||||
"30"
|
"5"
|
||||||
],
|
],
|
||||||
"machine_max_jerk_e": [
|
"machine_max_jerk_e": [
|
||||||
"5",
|
"5",
|
||||||
@@ -117,8 +117,7 @@
|
|||||||
"machine_start_gcode": "M220 S100 ;Reset Feedrate \nM221 S100 ;Reset Flowrate \n \nM140 S[bed_temperature_initial_layer_single] ;Set final bed temp \nG28 ;Home \nM420 S1; Enable mesh leveling \nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nM104 S[nozzle_temperature_initial_layer] ;Set final nozzle temp \nG1 X-2.1 Y20 Z0.28 F5000.0 ;Move to start position \nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize \nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize \nG1 X-2.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line \nG1 X-2.4 Y145.0 Z0.28 F5000.0 ;Move to side a little \nG1 X-2.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line \nG92 E0 ;Reset Extruder \nG1 E-1.0000 F1800 ;Retract a bit \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 E0.0000 F1800",
|
"machine_start_gcode": "M220 S100 ;Reset Feedrate \nM221 S100 ;Reset Flowrate \n \nM140 S[bed_temperature_initial_layer_single] ;Set final bed temp \nG28 ;Home \nM420 S1; Enable mesh leveling \nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nM104 S[nozzle_temperature_initial_layer] ;Set final nozzle temp \nG1 X-2.1 Y20 Z0.28 F5000.0 ;Move to start position \nM190 S[bed_temperature_initial_layer_single] ;Wait for bed temp to stabilize \nM109 S[nozzle_temperature_initial_layer] ;Wait for nozzle temp to stabilize \nG1 X-2.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line \nG1 X-2.4 Y145.0 Z0.28 F5000.0 ;Move to side a little \nG1 X-2.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line \nG92 E0 ;Reset Extruder \nG1 E-1.0000 F1800 ;Retract a bit \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 E0.0000 F1800",
|
||||||
"machine_end_gcode": "G91 ;Relative positionning \nG1 E-2 F2700 ;Retract a bit \nG1 E-2 Z0.2 F2400 ;Retract and raise Z \nG1 X5 Y5 F3000 ;Wipe out \nG1 Z10 ;Raise Z more \nG90 ;Absolute positionning \n \nG1 X0 Y220 ;Present print \nM106 S0 ;Turn-off fan \nM104 S0 ;Turn-off hotend \nM140 S0 ;Turn-off bed \n \nM84 X Y E ;Disable all steppers but Z",
|
"machine_end_gcode": "G91 ;Relative positionning \nG1 E-2 F2700 ;Retract a bit \nG1 E-2 Z0.2 F2400 ;Retract and raise Z \nG1 X5 Y5 F3000 ;Wipe out \nG1 Z10 ;Raise Z more \nG90 ;Absolute positionning \n \nG1 X0 Y220 ;Present print \nM106 S0 ;Turn-off fan \nM104 S0 ;Turn-off hotend \nM140 S0 ;Turn-off bed \n \nM84 X Y E ;Disable all steppers but Z",
|
||||||
"scan_first_layer": "0",
|
"scan_first_layer": "0",
|
||||||
|
"disable_m73": "1",
|
||||||
"thumbnails": [
|
"thumbnails": [
|
||||||
"96x96",
|
|
||||||
"300x300"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
"bottom_shell_layers": "5",
|
"bottom_shell_layers": "5",
|
||||||
"bottom_shell_thickness": "0",
|
"bottom_shell_thickness": "0",
|
||||||
"bridge_flow": "0.95",
|
"bridge_flow": "0.95",
|
||||||
"bridge_speed": "100",
|
"bridge_speed": "65",
|
||||||
"brim_type": "no_brim",
|
"brim_type": "no_brim",
|
||||||
"brim_width": "5",
|
"brim_width": "5",
|
||||||
"brim_object_gap": "0.1",
|
"brim_object_gap": "0.1",
|
||||||
@@ -23,21 +23,21 @@
|
|||||||
"top_surface_acceleration": "5000",
|
"top_surface_acceleration": "5000",
|
||||||
"bridge_no_support": "0",
|
"bridge_no_support": "0",
|
||||||
"draft_shield": "disabled",
|
"draft_shield": "disabled",
|
||||||
"elefant_foot_compensation": "0",
|
"elefant_foot_compensation": "0.1",
|
||||||
"enable_arc_fitting": "0",
|
"enable_arc_fitting": "1",
|
||||||
"outer_wall_line_width": "0.4",
|
"outer_wall_line_width": "0.42",
|
||||||
"wall_infill_order": "inner wall/outer wall/infill",
|
"wall_infill_order": "inner wall/outer wall/infill",
|
||||||
"line_width": "0.4",
|
"line_width": "0.42",
|
||||||
"infill_direction": "45",
|
"infill_direction": "45",
|
||||||
"sparse_infill_density": "15%",
|
"sparse_infill_density": "15%",
|
||||||
"sparse_infill_pattern": "grid",
|
"sparse_infill_pattern": "grid",
|
||||||
"initial_layer_acceleration": "500",
|
"initial_layer_acceleration": "1000",
|
||||||
"travel_acceleration": "5000",
|
"travel_acceleration": "5000",
|
||||||
"inner_wall_acceleration": "5000",
|
"inner_wall_acceleration": "5000",
|
||||||
"outer_wall_acceleration": "2500",
|
"outer_wall_acceleration": "5000",
|
||||||
"initial_layer_line_width": "0.5",
|
"initial_layer_line_width": "0.5",
|
||||||
"initial_layer_print_height": "0.2",
|
"initial_layer_print_height": "0.2",
|
||||||
"infill_combination": "0",
|
"infill_combination": "1",
|
||||||
"sparse_infill_line_width": "0.45",
|
"sparse_infill_line_width": "0.45",
|
||||||
"infill_wall_overlap": "25%",
|
"infill_wall_overlap": "25%",
|
||||||
"interface_shells": "0",
|
"interface_shells": "0",
|
||||||
@@ -49,10 +49,10 @@
|
|||||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||||
"detect_overhang_wall": "1",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "50",
|
||||||
"overhang_3_4_speed": "15",
|
"overhang_3_4_speed": "35",
|
||||||
"overhang_4_4_speed": "10",
|
"overhang_4_4_speed": "10",
|
||||||
"inner_wall_line_width": "0.42",
|
"inner_wall_line_width": "0.45",
|
||||||
"wall_loops": "2",
|
"wall_loops": "2",
|
||||||
"print_settings_id": "",
|
"print_settings_id": "",
|
||||||
"raft_layers": "0",
|
"raft_layers": "0",
|
||||||
@@ -69,9 +69,9 @@
|
|||||||
"support_type": "normal(auto)",
|
"support_type": "normal(auto)",
|
||||||
"support_style": "grid",
|
"support_style": "grid",
|
||||||
"support_on_build_plate_only": "0",
|
"support_on_build_plate_only": "0",
|
||||||
"support_top_z_distance": "0.15",
|
"support_top_z_distance": "0.16",
|
||||||
"support_filament": "0",
|
"support_filament": "0",
|
||||||
"support_line_width": "0.38",
|
"support_line_width": "0.42",
|
||||||
"support_interface_loop_pattern": "0",
|
"support_interface_loop_pattern": "0",
|
||||||
"support_interface_filament": "0",
|
"support_interface_filament": "0",
|
||||||
"support_interface_top_layers": "4",
|
"support_interface_top_layers": "4",
|
||||||
@@ -88,30 +88,30 @@
|
|||||||
"tree_support_wall_count": "0",
|
"tree_support_wall_count": "0",
|
||||||
"detect_thin_wall": "1",
|
"detect_thin_wall": "1",
|
||||||
"top_surface_pattern": "monotonic",
|
"top_surface_pattern": "monotonic",
|
||||||
"top_surface_line_width": "0.4",
|
"top_surface_line_width": "0.42",
|
||||||
"top_shell_layers": "5",
|
"top_shell_layers": "5",
|
||||||
"top_shell_thickness": "0.8",
|
"top_shell_thickness": "0.8",
|
||||||
"initial_layer_speed": "50",
|
"initial_layer_speed": "50",
|
||||||
"initial_layer_infill_speed": "105",
|
"initial_layer_infill_speed": "105",
|
||||||
"outer_wall_speed": "250",
|
"outer_wall_speed": "250",
|
||||||
"inner_wall_speed": "300",
|
"inner_wall_speed": "300",
|
||||||
"internal_solid_infill_speed": "300",
|
"internal_solid_infill_speed": "250",
|
||||||
"top_surface_speed": "250",
|
"top_surface_speed": "250",
|
||||||
"gap_infill_speed": "100",
|
"gap_infill_speed": "200",
|
||||||
"sparse_infill_speed": "300",
|
"sparse_infill_speed": "300",
|
||||||
"travel_speed": "300",
|
"travel_speed": "400",
|
||||||
"enable_prime_tower": "0",
|
"enable_prime_tower": "0",
|
||||||
"wipe_tower_no_sparse_layers": "0",
|
"wipe_tower_no_sparse_layers": "0",
|
||||||
"prime_tower_width": "60",
|
"prime_tower_width": "60",
|
||||||
"xy_hole_compensation": "0",
|
"xy_hole_compensation": "0",
|
||||||
"xy_contour_compensation": "0",
|
"xy_contour_compensation": "0",
|
||||||
"default_jerk": "7",
|
"default_jerk": "7",
|
||||||
"outer_wall_jerk": "8",
|
"outer_wall_jerk": "7",
|
||||||
"inner_wall_jerk": "7",
|
"inner_wall_jerk": "7",
|
||||||
"infill_jerk": "8",
|
"infill_jerk": "7",
|
||||||
"top_surface_jerk": "7",
|
"top_surface_jerk": "7",
|
||||||
"initial_layer_jerk": "7",
|
"initial_layer_jerk": "7",
|
||||||
"travel_jerk": "8",
|
"travel_jerk": "7",
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Creality Ender-3 V3 KE 0.4 nozzle"
|
"Creality Ender-3 V3 KE 0.4 nozzle"
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"type": "process",
|
"type": "process",
|
||||||
"setting_id": "GP004",
|
"setting_id": "GP004",
|
||||||
"name": "0.12mm Fine @Creality Ender3V3SE",
|
"name": "0.12mm Fine @Creality Ender3V3SE 0.4",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"inherits": "fdm_process_creality_common",
|
"inherits": "fdm_process_creality_common",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
@@ -113,6 +113,6 @@
|
|||||||
"initial_layer_jerk": "8",
|
"initial_layer_jerk": "8",
|
||||||
"travel_jerk": "8",
|
"travel_jerk": "8",
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Creality Ender-3 V3 SE"
|
"Creality Ender-3 V3 SE 0.4 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
"bottom_shell_layers": "4",
|
"bottom_shell_layers": "4",
|
||||||
"bottom_shell_thickness": "0",
|
"bottom_shell_thickness": "0",
|
||||||
"bridge_flow": "0.95",
|
"bridge_flow": "0.95",
|
||||||
"bridge_speed": "100",
|
"bridge_speed": "65",
|
||||||
"brim_type": "no_brim",
|
"brim_type": "no_brim",
|
||||||
"brim_width": "5",
|
"brim_width": "5",
|
||||||
"brim_object_gap": "0.1",
|
"brim_object_gap": "0.1",
|
||||||
@@ -23,21 +23,21 @@
|
|||||||
"top_surface_acceleration": "5000",
|
"top_surface_acceleration": "5000",
|
||||||
"bridge_no_support": "0",
|
"bridge_no_support": "0",
|
||||||
"draft_shield": "disabled",
|
"draft_shield": "disabled",
|
||||||
"elefant_foot_compensation": "0",
|
"elefant_foot_compensation": "0.1",
|
||||||
"enable_arc_fitting": "0",
|
"enable_arc_fitting": "1",
|
||||||
"outer_wall_line_width": "0.4",
|
"outer_wall_line_width": "0.42",
|
||||||
"wall_infill_order": "inner wall/outer wall/infill",
|
"wall_infill_order": "inner wall/outer wall/infill",
|
||||||
"line_width": "0.4",
|
"line_width": "0.42",
|
||||||
"infill_direction": "45",
|
"infill_direction": "45",
|
||||||
"sparse_infill_density": "15%",
|
"sparse_infill_density": "15%",
|
||||||
"sparse_infill_pattern": "grid",
|
"sparse_infill_pattern": "grid",
|
||||||
"initial_layer_acceleration": "500",
|
"initial_layer_acceleration": "1000",
|
||||||
"travel_acceleration": "5000",
|
"travel_acceleration": "5000",
|
||||||
"inner_wall_acceleration": "5000",
|
"inner_wall_acceleration": "5000",
|
||||||
"outer_wall_acceleration": "2500",
|
"outer_wall_acceleration": "5000",
|
||||||
"initial_layer_line_width": "0.5",
|
"initial_layer_line_width": "0.5",
|
||||||
"initial_layer_print_height": "0.2",
|
"initial_layer_print_height": "0.2",
|
||||||
"infill_combination": "0",
|
"infill_combination": "1",
|
||||||
"sparse_infill_line_width": "0.45",
|
"sparse_infill_line_width": "0.45",
|
||||||
"infill_wall_overlap": "25%",
|
"infill_wall_overlap": "25%",
|
||||||
"interface_shells": "0",
|
"interface_shells": "0",
|
||||||
@@ -49,10 +49,10 @@
|
|||||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||||
"detect_overhang_wall": "1",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "50",
|
||||||
"overhang_3_4_speed": "15",
|
"overhang_3_4_speed": "35",
|
||||||
"overhang_4_4_speed": "10",
|
"overhang_4_4_speed": "10",
|
||||||
"inner_wall_line_width": "0.42",
|
"inner_wall_line_width": "0.45",
|
||||||
"wall_loops": "2",
|
"wall_loops": "2",
|
||||||
"print_settings_id": "",
|
"print_settings_id": "",
|
||||||
"raft_layers": "0",
|
"raft_layers": "0",
|
||||||
@@ -71,7 +71,7 @@
|
|||||||
"support_on_build_plate_only": "0",
|
"support_on_build_plate_only": "0",
|
||||||
"support_top_z_distance": "0.2",
|
"support_top_z_distance": "0.2",
|
||||||
"support_filament": "0",
|
"support_filament": "0",
|
||||||
"support_line_width": "0.38",
|
"support_line_width": "0.42",
|
||||||
"support_interface_loop_pattern": "0",
|
"support_interface_loop_pattern": "0",
|
||||||
"support_interface_filament": "0",
|
"support_interface_filament": "0",
|
||||||
"support_interface_top_layers": "3",
|
"support_interface_top_layers": "3",
|
||||||
@@ -88,30 +88,30 @@
|
|||||||
"tree_support_wall_count": "0",
|
"tree_support_wall_count": "0",
|
||||||
"detect_thin_wall": "1",
|
"detect_thin_wall": "1",
|
||||||
"top_surface_pattern": "monotonic",
|
"top_surface_pattern": "monotonic",
|
||||||
"top_surface_line_width": "0.4",
|
"top_surface_line_width": "0.42",
|
||||||
"top_shell_layers": "4",
|
"top_shell_layers": "4",
|
||||||
"top_shell_thickness": "0.8",
|
"top_shell_thickness": "0.8",
|
||||||
"initial_layer_speed": "50",
|
"initial_layer_speed": "50",
|
||||||
"initial_layer_infill_speed": "105",
|
"initial_layer_infill_speed": "105",
|
||||||
"outer_wall_speed": "250",
|
"outer_wall_speed": "250",
|
||||||
"inner_wall_speed": "300",
|
"inner_wall_speed": "300",
|
||||||
"internal_solid_infill_speed": "300",
|
"internal_solid_infill_speed": "250",
|
||||||
"top_surface_speed": "250",
|
"top_surface_speed": "250",
|
||||||
"gap_infill_speed": "100",
|
"gap_infill_speed": "200",
|
||||||
"sparse_infill_speed": "300",
|
"sparse_infill_speed": "300",
|
||||||
"travel_speed": "300",
|
"travel_speed": "400",
|
||||||
"enable_prime_tower": "0",
|
"enable_prime_tower": "0",
|
||||||
"wipe_tower_no_sparse_layers": "0",
|
"wipe_tower_no_sparse_layers": "0",
|
||||||
"prime_tower_width": "60",
|
"prime_tower_width": "60",
|
||||||
"xy_hole_compensation": "0",
|
"xy_hole_compensation": "0",
|
||||||
"xy_contour_compensation": "0",
|
"xy_contour_compensation": "0",
|
||||||
"default_jerk": "7",
|
"default_jerk": "7",
|
||||||
"outer_wall_jerk": "8",
|
"outer_wall_jerk": "7",
|
||||||
"inner_wall_jerk": "7",
|
"inner_wall_jerk": "7",
|
||||||
"infill_jerk": "8",
|
"infill_jerk": "7",
|
||||||
"top_surface_jerk": "7",
|
"top_surface_jerk": "7",
|
||||||
"initial_layer_jerk": "7",
|
"initial_layer_jerk": "7",
|
||||||
"travel_jerk": "8",
|
"travel_jerk": "7",
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Creality Ender-3 V3 KE 0.4 nozzle"
|
"Creality Ender-3 V3 KE 0.4 nozzle"
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"type": "process",
|
"type": "process",
|
||||||
"setting_id": "GP004",
|
"setting_id": "GP004",
|
||||||
"name": "0.16mm Optimal @Creality Ender3V3SE",
|
"name": "0.16mm Optimal @Creality Ender3V3SE 0.4",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"inherits": "fdm_process_creality_common",
|
"inherits": "fdm_process_creality_common",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
@@ -113,6 +113,6 @@
|
|||||||
"initial_layer_jerk": "8",
|
"initial_layer_jerk": "8",
|
||||||
"travel_jerk": "8",
|
"travel_jerk": "8",
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Creality Ender-3 V3 SE"
|
"Creality Ender-3 V3 SE 0.4 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
"bottom_shell_layers": "4",
|
"bottom_shell_layers": "4",
|
||||||
"bottom_shell_thickness": "0",
|
"bottom_shell_thickness": "0",
|
||||||
"bridge_flow": "0.95",
|
"bridge_flow": "0.95",
|
||||||
"bridge_speed": "100",
|
"bridge_speed": "65",
|
||||||
"brim_type": "no_brim",
|
"brim_type": "no_brim",
|
||||||
"brim_width": "5",
|
"brim_width": "5",
|
||||||
"brim_object_gap": "0.1",
|
"brim_object_gap": "0.1",
|
||||||
@@ -23,21 +23,21 @@
|
|||||||
"top_surface_acceleration": "5000",
|
"top_surface_acceleration": "5000",
|
||||||
"bridge_no_support": "0",
|
"bridge_no_support": "0",
|
||||||
"draft_shield": "disabled",
|
"draft_shield": "disabled",
|
||||||
"elefant_foot_compensation": "0",
|
"elefant_foot_compensation": "0.1",
|
||||||
"enable_arc_fitting": "0",
|
"enable_arc_fitting": "1",
|
||||||
"outer_wall_line_width": "0.4",
|
"outer_wall_line_width": "0.42",
|
||||||
"wall_infill_order": "inner wall/outer wall/infill",
|
"wall_infill_order": "inner wall/outer wall/infill",
|
||||||
"line_width": "0.4",
|
"line_width": "0.42",
|
||||||
"infill_direction": "45",
|
"infill_direction": "45",
|
||||||
"sparse_infill_density": "15%",
|
"sparse_infill_density": "15%",
|
||||||
"sparse_infill_pattern": "grid",
|
"sparse_infill_pattern": "grid",
|
||||||
"initial_layer_acceleration": "500",
|
"initial_layer_acceleration": "1000",
|
||||||
"travel_acceleration": "5000",
|
"travel_acceleration": "5000",
|
||||||
"inner_wall_acceleration": "5000",
|
"inner_wall_acceleration": "5000",
|
||||||
"outer_wall_acceleration": "2500",
|
"outer_wall_acceleration": "5000",
|
||||||
"initial_layer_line_width": "0.5",
|
"initial_layer_line_width": "0.5",
|
||||||
"initial_layer_print_height": "0.2",
|
"initial_layer_print_height": "0.2",
|
||||||
"infill_combination": "0",
|
"infill_combination": "1",
|
||||||
"sparse_infill_line_width": "0.45",
|
"sparse_infill_line_width": "0.45",
|
||||||
"infill_wall_overlap": "25%",
|
"infill_wall_overlap": "25%",
|
||||||
"interface_shells": "0",
|
"interface_shells": "0",
|
||||||
@@ -49,10 +49,10 @@
|
|||||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||||
"detect_overhang_wall": "1",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "50",
|
||||||
"overhang_3_4_speed": "15",
|
"overhang_3_4_speed": "35",
|
||||||
"overhang_4_4_speed": "10",
|
"overhang_4_4_speed": "10",
|
||||||
"inner_wall_line_width": "0.42",
|
"inner_wall_line_width": "0.45",
|
||||||
"wall_loops": "2",
|
"wall_loops": "2",
|
||||||
"print_settings_id": "",
|
"print_settings_id": "",
|
||||||
"raft_layers": "0",
|
"raft_layers": "0",
|
||||||
@@ -69,9 +69,9 @@
|
|||||||
"support_type": "normal(auto)",
|
"support_type": "normal(auto)",
|
||||||
"support_style": "grid",
|
"support_style": "grid",
|
||||||
"support_on_build_plate_only": "0",
|
"support_on_build_plate_only": "0",
|
||||||
"support_top_z_distance": "0.15",
|
"support_top_z_distance": "0.16",
|
||||||
"support_filament": "0",
|
"support_filament": "0",
|
||||||
"support_line_width": "0.38",
|
"support_line_width": "0.42",
|
||||||
"support_interface_loop_pattern": "0",
|
"support_interface_loop_pattern": "0",
|
||||||
"support_interface_filament": "0",
|
"support_interface_filament": "0",
|
||||||
"support_interface_top_layers": "2",
|
"support_interface_top_layers": "2",
|
||||||
@@ -88,30 +88,30 @@
|
|||||||
"tree_support_wall_count": "0",
|
"tree_support_wall_count": "0",
|
||||||
"detect_thin_wall": "1",
|
"detect_thin_wall": "1",
|
||||||
"top_surface_pattern": "monotonic",
|
"top_surface_pattern": "monotonic",
|
||||||
"top_surface_line_width": "0.4",
|
"top_surface_line_width": "0.42",
|
||||||
"top_shell_layers": "4",
|
"top_shell_layers": "4",
|
||||||
"top_shell_thickness": "0.8",
|
"top_shell_thickness": "0.8",
|
||||||
"initial_layer_speed": "50",
|
"initial_layer_speed": "50",
|
||||||
"initial_layer_infill_speed": "105",
|
"initial_layer_infill_speed": "105",
|
||||||
"outer_wall_speed": "250",
|
"outer_wall_speed": "250",
|
||||||
"inner_wall_speed": "300",
|
"inner_wall_speed": "300",
|
||||||
"internal_solid_infill_speed": "300",
|
"internal_solid_infill_speed": "250",
|
||||||
"top_surface_speed": "250",
|
"top_surface_speed": "250",
|
||||||
"gap_infill_speed": "100",
|
"gap_infill_speed": "200",
|
||||||
"sparse_infill_speed": "300",
|
"sparse_infill_speed": "300",
|
||||||
"travel_speed": "300",
|
"travel_speed": "400",
|
||||||
"enable_prime_tower": "0",
|
"enable_prime_tower": "0",
|
||||||
"wipe_tower_no_sparse_layers": "0",
|
"wipe_tower_no_sparse_layers": "0",
|
||||||
"prime_tower_width": "60",
|
"prime_tower_width": "60",
|
||||||
"xy_hole_compensation": "0",
|
"xy_hole_compensation": "0",
|
||||||
"xy_contour_compensation": "0",
|
"xy_contour_compensation": "0",
|
||||||
"default_jerk": "7",
|
"default_jerk": "7",
|
||||||
"outer_wall_jerk": "8",
|
"outer_wall_jerk": "7",
|
||||||
"inner_wall_jerk": "7",
|
"inner_wall_jerk": "7",
|
||||||
"infill_jerk": "8",
|
"infill_jerk": "7",
|
||||||
"top_surface_jerk": "7",
|
"top_surface_jerk": "7",
|
||||||
"initial_layer_jerk": "7",
|
"initial_layer_jerk": "7",
|
||||||
"travel_jerk": "8",
|
"travel_jerk": "7",
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Creality Ender-3 V3 KE 0.4 nozzle"
|
"Creality Ender-3 V3 KE 0.4 nozzle"
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"type": "process",
|
"type": "process",
|
||||||
"setting_id": "GP004",
|
"setting_id": "GP004",
|
||||||
"name": "0.20mm Standard @Creality Ender3V3SE",
|
"name": "0.20mm Standard @Creality Ender3V3SE 0.4",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"inherits": "fdm_process_creality_common",
|
"inherits": "fdm_process_creality_common",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
@@ -113,6 +113,6 @@
|
|||||||
"initial_layer_jerk": "8",
|
"initial_layer_jerk": "8",
|
||||||
"travel_jerk": "8",
|
"travel_jerk": "8",
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Creality Ender-3 V3 SE"
|
"Creality Ender-3 V3 SE 0.4 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
"bottom_shell_layers": "4",
|
"bottom_shell_layers": "4",
|
||||||
"bottom_shell_thickness": "0",
|
"bottom_shell_thickness": "0",
|
||||||
"bridge_flow": "0.95",
|
"bridge_flow": "0.95",
|
||||||
"bridge_speed": "100",
|
"bridge_speed": "65",
|
||||||
"brim_type": "no_brim",
|
"brim_type": "no_brim",
|
||||||
"brim_width": "5",
|
"brim_width": "5",
|
||||||
"brim_object_gap": "0.1",
|
"brim_object_gap": "0.1",
|
||||||
@@ -23,21 +23,21 @@
|
|||||||
"top_surface_acceleration": "5000",
|
"top_surface_acceleration": "5000",
|
||||||
"bridge_no_support": "0",
|
"bridge_no_support": "0",
|
||||||
"draft_shield": "disabled",
|
"draft_shield": "disabled",
|
||||||
"elefant_foot_compensation": "0",
|
"elefant_foot_compensation": "0.1",
|
||||||
"enable_arc_fitting": "0",
|
"enable_arc_fitting": "1",
|
||||||
"outer_wall_line_width": "0.4",
|
"outer_wall_line_width": "0.42",
|
||||||
"wall_infill_order": "inner wall/outer wall/infill",
|
"wall_infill_order": "inner wall/outer wall/infill",
|
||||||
"line_width": "0.4",
|
"line_width": "0.42",
|
||||||
"infill_direction": "45",
|
"infill_direction": "45",
|
||||||
"sparse_infill_density": "15%",
|
"sparse_infill_density": "15%",
|
||||||
"sparse_infill_pattern": "grid",
|
"sparse_infill_pattern": "grid",
|
||||||
"initial_layer_acceleration": "500",
|
"initial_layer_acceleration": "1000",
|
||||||
"travel_acceleration": "5000",
|
"travel_acceleration": "5000",
|
||||||
"inner_wall_acceleration": "5000",
|
"inner_wall_acceleration": "5000",
|
||||||
"outer_wall_acceleration": "2500",
|
"outer_wall_acceleration": "5000",
|
||||||
"initial_layer_line_width": "0.5",
|
"initial_layer_line_width": "0.5",
|
||||||
"initial_layer_print_height": "0.2",
|
"initial_layer_print_height": "0.2",
|
||||||
"infill_combination": "0",
|
"infill_combination": "1",
|
||||||
"sparse_infill_line_width": "0.45",
|
"sparse_infill_line_width": "0.45",
|
||||||
"infill_wall_overlap": "25%",
|
"infill_wall_overlap": "25%",
|
||||||
"interface_shells": "0",
|
"interface_shells": "0",
|
||||||
@@ -49,10 +49,10 @@
|
|||||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||||
"detect_overhang_wall": "1",
|
"detect_overhang_wall": "1",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "20",
|
"overhang_2_4_speed": "50",
|
||||||
"overhang_3_4_speed": "15",
|
"overhang_3_4_speed": "35",
|
||||||
"overhang_4_4_speed": "10",
|
"overhang_4_4_speed": "10",
|
||||||
"inner_wall_line_width": "0.42",
|
"inner_wall_line_width": "0.45",
|
||||||
"wall_loops": "2",
|
"wall_loops": "2",
|
||||||
"print_settings_id": "",
|
"print_settings_id": "",
|
||||||
"raft_layers": "0",
|
"raft_layers": "0",
|
||||||
@@ -69,9 +69,9 @@
|
|||||||
"support_type": "normal(auto)",
|
"support_type": "normal(auto)",
|
||||||
"support_style": "grid",
|
"support_style": "grid",
|
||||||
"support_on_build_plate_only": "0",
|
"support_on_build_plate_only": "0",
|
||||||
"support_top_z_distance": "0.15",
|
"support_top_z_distance": "0.16",
|
||||||
"support_filament": "0",
|
"support_filament": "0",
|
||||||
"support_line_width": "0.38",
|
"support_line_width": "0.42",
|
||||||
"support_interface_loop_pattern": "0",
|
"support_interface_loop_pattern": "0",
|
||||||
"support_interface_filament": "0",
|
"support_interface_filament": "0",
|
||||||
"support_interface_top_layers": "2",
|
"support_interface_top_layers": "2",
|
||||||
@@ -88,30 +88,30 @@
|
|||||||
"tree_support_wall_count": "0",
|
"tree_support_wall_count": "0",
|
||||||
"detect_thin_wall": "1",
|
"detect_thin_wall": "1",
|
||||||
"top_surface_pattern": "monotonic",
|
"top_surface_pattern": "monotonic",
|
||||||
"top_surface_line_width": "0.4",
|
"top_surface_line_width": "0.42",
|
||||||
"top_shell_layers": "4",
|
"top_shell_layers": "4",
|
||||||
"top_shell_thickness": "0.8",
|
"top_shell_thickness": "0.8",
|
||||||
"initial_layer_speed": "50",
|
"initial_layer_speed": "50",
|
||||||
"initial_layer_infill_speed": "105",
|
"initial_layer_infill_speed": "105",
|
||||||
"outer_wall_speed": "250",
|
"outer_wall_speed": "250",
|
||||||
"inner_wall_speed": "300",
|
"inner_wall_speed": "300",
|
||||||
"internal_solid_infill_speed": "300",
|
"internal_solid_infill_speed": "250",
|
||||||
"top_surface_speed": "250",
|
"top_surface_speed": "250",
|
||||||
"gap_infill_speed": "100",
|
"gap_infill_speed": "200",
|
||||||
"sparse_infill_speed": "300",
|
"sparse_infill_speed": "300",
|
||||||
"travel_speed": "300",
|
"travel_speed": "400",
|
||||||
"enable_prime_tower": "0",
|
"enable_prime_tower": "0",
|
||||||
"wipe_tower_no_sparse_layers": "0",
|
"wipe_tower_no_sparse_layers": "0",
|
||||||
"prime_tower_width": "60",
|
"prime_tower_width": "60",
|
||||||
"xy_hole_compensation": "0",
|
"xy_hole_compensation": "0",
|
||||||
"xy_contour_compensation": "0",
|
"xy_contour_compensation": "0",
|
||||||
"default_jerk": "7",
|
"default_jerk": "7",
|
||||||
"outer_wall_jerk": "8",
|
"outer_wall_jerk": "7",
|
||||||
"inner_wall_jerk": "7",
|
"inner_wall_jerk": "7",
|
||||||
"infill_jerk": "8",
|
"infill_jerk": "7",
|
||||||
"top_surface_jerk": "7",
|
"top_surface_jerk": "7",
|
||||||
"initial_layer_jerk": "7",
|
"initial_layer_jerk": "7",
|
||||||
"travel_jerk": "8",
|
"travel_jerk": "7",
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Creality Ender-3 V3 KE 0.4 nozzle"
|
"Creality Ender-3 V3 KE 0.4 nozzle"
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"type": "process",
|
"type": "process",
|
||||||
"setting_id": "GP004",
|
"setting_id": "GP004",
|
||||||
"name": "0.24mm Draft @Creality Ender3V3SE",
|
"name": "0.24mm Draft @Creality Ender3V3SE 0.4",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"inherits": "fdm_process_creality_common",
|
"inherits": "fdm_process_creality_common",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
@@ -113,6 +113,6 @@
|
|||||||
"initial_layer_jerk": "8",
|
"initial_layer_jerk": "8",
|
||||||
"travel_jerk": "8",
|
"travel_jerk": "8",
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Creality Ender-3 V3 SE"
|
"Creality Ender-3 V3 SE 0.4 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -61,7 +61,7 @@
|
|||||||
"extruder_clearance_radius": [ "76" ],
|
"extruder_clearance_radius": [ "76" ],
|
||||||
"extruder_clearance_height_to_rod": [ "27" ],
|
"extruder_clearance_height_to_rod": [ "27" ],
|
||||||
"extruder_clearance_height_to_lid": [ "150" ],
|
"extruder_clearance_height_to_lid": [ "150" ],
|
||||||
"nozzle_type": "stainless_steel"
|
"nozzle_type": "hardened_steel"
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -61,6 +61,6 @@
|
|||||||
"extruder_clearance_radius": [ "76" ],
|
"extruder_clearance_radius": [ "76" ],
|
||||||
"extruder_clearance_height_to_rod": [ "27" ],
|
"extruder_clearance_height_to_rod": [ "27" ],
|
||||||
"extruder_clearance_height_to_lid": [ "150" ],
|
"extruder_clearance_height_to_lid": [ "150" ],
|
||||||
"nozzle_type": "stainless_steel"
|
"nozzle_type": "hardened_steel"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,8 +5,8 @@
|
|||||||
"nozzle_diameter": "0.4;0.6",
|
"nozzle_diameter": "0.4;0.6",
|
||||||
"machine_tech": "FFF",
|
"machine_tech": "FFF",
|
||||||
"family": "Flashforge",
|
"family": "Flashforge",
|
||||||
"bed_model": "flashfoge_adventurer5m_series_buildplate_model.STL",
|
"bed_model": "flashforge_adventurer5m_series_buildplate_model.STL",
|
||||||
"bed_texture": "flashforge_adventurer5m_buildplate_texture.png",
|
"bed_texture": "flashforge_adventurer5m_buildplate_texture.png",
|
||||||
"hotend_model": "",
|
"hotend_model": "flashforge_adventurer_5m_series_hotend.STL",
|
||||||
"default_materials": "Flashforge Generic ABS;Flashforge Generic PETG;Flashforge Generic PLA"
|
"default_materials": "Flashforge Generic ABS;Flashforge Generic PETG;Flashforge Generic PLA"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,8 +5,8 @@
|
|||||||
"nozzle_diameter": "0.4;0.6",
|
"nozzle_diameter": "0.4;0.6",
|
||||||
"machine_tech": "FFF",
|
"machine_tech": "FFF",
|
||||||
"family": "Flashforge",
|
"family": "Flashforge",
|
||||||
"bed_model": "flashfoge_adventurer5m_series_buildplate_model.STL",
|
"bed_model": "flashforge_adventurer5m_series_buildplate_model.STL",
|
||||||
"bed_texture": "flashforge_adventurer5m_buildplate_texture.png",
|
"bed_texture": "flashforge_adventurer5m_buildplate_texture.png",
|
||||||
"hotend_model": "",
|
"hotend_model": "flashforge_adventurer_5m_series_hotend.STL",
|
||||||
"default_materials": "Flashforge Generic ABS;Flashforge Generic PETG;Flashforge Generic PLA"
|
"default_materials": "Flashforge Generic ABS;Flashforge Generic PETG;Flashforge Generic PLA"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,10 +19,10 @@
|
|||||||
"machine_max_acceleration_x": [ "500" ],
|
"machine_max_acceleration_x": [ "500" ],
|
||||||
"machine_max_acceleration_y": [ "500" ],
|
"machine_max_acceleration_y": [ "500" ],
|
||||||
"machine_max_acceleration_z": [ "100" ],
|
"machine_max_acceleration_z": [ "100" ],
|
||||||
"machine_max_speed_e": [ "60" ],
|
"machine_max_speed_e": [ "30" ],
|
||||||
"machine_max_speed_x": [ "150" ],
|
"machine_max_speed_x": [ "150" ],
|
||||||
"machine_max_speed_y": [ "150" ],
|
"machine_max_speed_y": [ "150" ],
|
||||||
"machine_max_speed_z": [ "10" ],
|
"machine_max_speed_z": [ "20" ],
|
||||||
"machine_max_jerk_e": [ "2.5" ],
|
"machine_max_jerk_e": [ "2.5" ],
|
||||||
"machine_max_jerk_x": [ "8" ],
|
"machine_max_jerk_x": [ "8" ],
|
||||||
"machine_max_jerk_y": [ "8" ],
|
"machine_max_jerk_y": [ "8" ],
|
||||||
@@ -36,11 +36,13 @@
|
|||||||
"deretraction_speed": [ "25" ],
|
"deretraction_speed": [ "25" ],
|
||||||
"z_hop": [ "0.4" ],
|
"z_hop": [ "0.4" ],
|
||||||
"single_extruder_multi_material": "1",
|
"single_extruder_multi_material": "1",
|
||||||
|
"enable_filament_ramming": "0",
|
||||||
|
"purge_in_prime_tower": "0",
|
||||||
"change_filament_gcode": "M600",
|
"change_filament_gcode": "M600",
|
||||||
"machine_pause_gcode": "M25",
|
"machine_pause_gcode": "M25",
|
||||||
"default_filament_profile": [ "Flashforge PLA" ],
|
"default_filament_profile": [ "Flashforge PLA" ],
|
||||||
"machine_start_gcode": "M140 S[bed_temperature_initial_layer] T0\nM104 S[nozzle_temperature_initial_layer] T0\nM104 S0 T1\nM107\nM900 K[pressure_advance] T0\nG90\nG28\nM132 X Y Z A B\nG1 Z50.000 F420\nG161 X Y F3300\nM7 T0\nM6 T0\nM651 S255",
|
"machine_start_gcode": "M140 S[bed_temperature_initial_layer] T0\nM104 S[nozzle_temperature_initial_layer] T0\nM104 S0 T1\nM107\nM900 K[pressure_advance] T0\nG90\nG28\nM132 X Y Z A B\nG1 Z50.000 F420\nG161 X Y F3300\nM7 T0\nM6 T0\nM651 S255\n;pre-extrude\nM108 T0\nG1 X-37.50 Y-75.00 F6000\nM106\nG1 Z0.200 F420\nG1 X-37.50 Y-75.00 F6000\nG1 X37.50 Y-75.00 E9.5 F1200\n",
|
||||||
"machine_end_gcode": "M104 S0 T0\nM140 S0 T0\nG162 Z F1800\nG28 X Y\nM132 X Y A B\nM652\nG91\nM18",
|
"machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F9000\nM104 S0 T0\nM140 S0 T0\nG162 Z F1800\nG28 X Y\nM132 X Y A B\nM652\nG91\nM18",
|
||||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]",
|
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]",
|
||||||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||||
"scan_first_layer": "0",
|
"scan_first_layer": "0",
|
||||||
@@ -53,5 +55,10 @@
|
|||||||
"extruder_clearance_height_to_lid": "150",
|
"extruder_clearance_height_to_lid": "150",
|
||||||
"manual_filament_change": "1",
|
"manual_filament_change": "1",
|
||||||
"nozzle_type": "stainless_steel",
|
"nozzle_type": "stainless_steel",
|
||||||
"auxiliary_fan": "0"
|
"auxiliary_fan": "1",
|
||||||
|
"parking_pos_retraction": "0",
|
||||||
|
"cooling_tube_length": "0",
|
||||||
|
"cooling_tube_retraction": "0",
|
||||||
|
"extra_loading_move": "0",
|
||||||
|
"version": "2.0.2.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -43,8 +43,7 @@
|
|||||||
"enable_arc_fitting": "0",
|
"enable_arc_fitting": "0",
|
||||||
"initial_layer_min_bead_width": "100",
|
"initial_layer_min_bead_width": "100",
|
||||||
"min_bead_width": "100",
|
"min_bead_width": "100",
|
||||||
"detect_thin_wall": "1",
|
"elefant_foot_compensation": "0.15",
|
||||||
"elefant_foot_compensation": "0",
|
|
||||||
"small_perimeter_speed": "50%",
|
"small_perimeter_speed": "50%",
|
||||||
"overhang_speed_classic": "0",
|
"overhang_speed_classic": "0",
|
||||||
"internal_bridge_speed": "48",
|
"internal_bridge_speed": "48",
|
||||||
@@ -54,6 +53,7 @@
|
|||||||
"slow_down_layers": "1",
|
"slow_down_layers": "1",
|
||||||
"wipe_speed": "200",
|
"wipe_speed": "200",
|
||||||
"reduce_crossing_wall": "1",
|
"reduce_crossing_wall": "1",
|
||||||
|
"max_travel_detour_distance": "50",
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Flashforge Adventurer 3 Series 0.4 Nozzle"
|
"Flashforge Adventurer 3 Series 0.4 Nozzle"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -43,8 +43,7 @@
|
|||||||
"enable_arc_fitting": "0",
|
"enable_arc_fitting": "0",
|
||||||
"initial_layer_min_bead_width": "100",
|
"initial_layer_min_bead_width": "100",
|
||||||
"min_bead_width": "100",
|
"min_bead_width": "100",
|
||||||
"detect_thin_wall": "1",
|
"elefant_foot_compensation": "0.15",
|
||||||
"elefant_foot_compensation": "0",
|
|
||||||
"small_perimeter_speed": "50%",
|
"small_perimeter_speed": "50%",
|
||||||
"overhang_speed_classic": "0",
|
"overhang_speed_classic": "0",
|
||||||
"internal_bridge_speed": "64",
|
"internal_bridge_speed": "64",
|
||||||
@@ -54,6 +53,7 @@
|
|||||||
"slow_down_layers": "1",
|
"slow_down_layers": "1",
|
||||||
"wipe_speed": "200",
|
"wipe_speed": "200",
|
||||||
"reduce_crossing_wall": "1",
|
"reduce_crossing_wall": "1",
|
||||||
|
"max_travel_detour_distance": "50",
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Flashforge Adventurer 3 Series 0.4 Nozzle"
|
"Flashforge Adventurer 3 Series 0.4 Nozzle"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -43,8 +43,7 @@
|
|||||||
"enable_arc_fitting": "0",
|
"enable_arc_fitting": "0",
|
||||||
"initial_layer_min_bead_width": "100",
|
"initial_layer_min_bead_width": "100",
|
||||||
"min_bead_width": "100",
|
"min_bead_width": "100",
|
||||||
"detect_thin_wall": "1",
|
"elefant_foot_compensation": "0.15",
|
||||||
"elefant_foot_compensation": "0",
|
|
||||||
"small_perimeter_speed": "50%",
|
"small_perimeter_speed": "50%",
|
||||||
"overhang_speed_classic": "0",
|
"overhang_speed_classic": "0",
|
||||||
"internal_bridge_speed": "50",
|
"internal_bridge_speed": "50",
|
||||||
@@ -54,6 +53,7 @@
|
|||||||
"slow_down_layers": "1",
|
"slow_down_layers": "1",
|
||||||
"wipe_speed": "200",
|
"wipe_speed": "200",
|
||||||
"reduce_crossing_wall": "1",
|
"reduce_crossing_wall": "1",
|
||||||
|
"max_travel_detour_distance": "50",
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Flashforge Adventurer 3 Series 0.6 Nozzle"
|
"Flashforge Adventurer 3 Series 0.6 Nozzle"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -12,6 +12,10 @@
|
|||||||
{
|
{
|
||||||
"name": "Kingroon KP3S PRO V2",
|
"name": "Kingroon KP3S PRO V2",
|
||||||
"sub_path": "machine/Kingroon KP3S PRO V2.json"
|
"sub_path": "machine/Kingroon KP3S PRO V2.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Kingroon KP3S 3.0",
|
||||||
|
"sub_path": "machine/Kingroon KP3S 3.0.json"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"process_list": [
|
"process_list": [
|
||||||
@@ -34,6 +38,10 @@
|
|||||||
{
|
{
|
||||||
"name": "0.20mm Standard @Kingroon KP3S PRO V2",
|
"name": "0.20mm Standard @Kingroon KP3S PRO V2",
|
||||||
"sub_path": "process/0.20mm Standard @Kingroon KP3S PRO V2.json"
|
"sub_path": "process/0.20mm Standard @Kingroon KP3S PRO V2.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.30mm Standard @Kingroon KP3S 3.0",
|
||||||
|
"sub_path": "process/0.30mm Standard @Kingroon KP3S 3.0.json"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"filament_list": [
|
"filament_list": [
|
||||||
@@ -130,6 +138,10 @@
|
|||||||
{
|
{
|
||||||
"name": "Kingroon KP3S PRO V2 0.4 nozzle",
|
"name": "Kingroon KP3S PRO V2 0.4 nozzle",
|
||||||
"sub_path": "machine/Kingroon KP3S PRO V2 0.4 nozzle.json"
|
"sub_path": "machine/Kingroon KP3S PRO V2 0.4 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Kingroon KP3S 0.4 nozzle",
|
||||||
|
"sub_path": "machine/Kingroon KP3S 3.0 0.4 nozzle.json"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
resources/profiles/Kingroon/Kingroon KP3S 3.0_cover.png
Normal file
|
After Width: | Height: | Size: 43 KiB |
@@ -14,6 +14,7 @@
|
|||||||
],
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Kingroon KP3S PRO S1 0.4 nozzle",
|
"Kingroon KP3S PRO S1 0.4 nozzle",
|
||||||
"Kingroon KP3S PRO V2 0.4 nozzle"
|
"Kingroon KP3S PRO V2 0.4 nozzle",
|
||||||
|
"Kingroon KP3S 3.0 0.4 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
],
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Kingroon KP3S PRO S1 0.4 nozzle",
|
"Kingroon KP3S PRO S1 0.4 nozzle",
|
||||||
"Kingroon KP3S PRO V2 0.4 nozzle"
|
"Kingroon KP3S PRO V2 0.4 nozzle",
|
||||||
|
"Kingroon KP3S 3.0 0.4 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
],
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Kingroon KP3S PRO S1 0.4 nozzle",
|
"Kingroon KP3S PRO S1 0.4 nozzle",
|
||||||
"Kingroon KP3S PRO V2 0.4 nozzle"
|
"Kingroon KP3S PRO V2 0.4 nozzle",
|
||||||
|
"Kingroon KP3S 3.0 0.4 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -17,6 +17,7 @@
|
|||||||
],
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Kingroon KP3S PRO S1 0.4 nozzle",
|
"Kingroon KP3S PRO S1 0.4 nozzle",
|
||||||
"Kingroon KP3S PRO V2 0.4 nozzle"
|
"Kingroon KP3S PRO V2 0.4 nozzle",
|
||||||
|
"Kingroon KP3S 3.0 0.4 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -14,6 +14,7 @@
|
|||||||
],
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Kingroon KP3S PRO S1 0.4 nozzle",
|
"Kingroon KP3S PRO S1 0.4 nozzle",
|
||||||
"Kingroon KP3S PRO V2 0.4 nozzle"
|
"Kingroon KP3S PRO V2 0.4 nozzle",
|
||||||
|
"Kingroon KP3S 3.0 0.4 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -44,6 +44,7 @@
|
|||||||
],
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Kingroon KP3S PRO S1 0.4 nozzle",
|
"Kingroon KP3S PRO S1 0.4 nozzle",
|
||||||
"Kingroon KP3S PRO V2 0.4 nozzle"
|
"Kingroon KP3S PRO V2 0.4 nozzle",
|
||||||
|
"Kingroon KP3S 3.0 0.4 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
],
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Kingroon KP3S PRO S1 0.4 nozzle",
|
"Kingroon KP3S PRO S1 0.4 nozzle",
|
||||||
"Kingroon KP3S PRO V2 0.4 nozzle"
|
"Kingroon KP3S PRO V2 0.4 nozzle",
|
||||||
|
"Kingroon KP3S 3.0 0.4 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -8,6 +8,7 @@
|
|||||||
"inherits": "fdm_filament_pla",
|
"inherits": "fdm_filament_pla",
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Kingroon KP3S PRO S1 0.4 nozzle",
|
"Kingroon KP3S PRO S1 0.4 nozzle",
|
||||||
"Kingroon KP3S PRO V2 0.4 nozzle"
|
"Kingroon KP3S PRO V2 0.4 nozzle",
|
||||||
|
"Kingroon KP3S 3.0 0.4 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
],
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Kingroon KP3S PRO S1 0.4 nozzle",
|
"Kingroon KP3S PRO S1 0.4 nozzle",
|
||||||
"Kingroon KP3S PRO V2 0.4 nozzle"
|
"Kingroon KP3S PRO V2 0.4 nozzle",
|
||||||
|
"Kingroon KP3S 3.0 0.4 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
],
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Kingroon KP3S PRO S1 0.4 nozzle",
|
"Kingroon KP3S PRO S1 0.4 nozzle",
|
||||||
"Kingroon KP3S PRO V2 0.4 nozzle"
|
"Kingroon KP3S PRO V2 0.4 nozzle",
|
||||||
|
"Kingroon KP3S 3.0 0.4 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,96 @@
|
|||||||
|
{
|
||||||
|
"setting_id": "GM003",
|
||||||
|
"name": "Kingroon KP3S 3.0 0.4 nozzle",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_machine_common",
|
||||||
|
"printer_model": "Kingroon KP3S 3.0",
|
||||||
|
"default_print_profile": "0.30mm Standard @Kingroon KP3S 3.0",
|
||||||
|
"machine_end_gcode": "G1 E-1.0 F2100 ; retract\nG92 E0.0\nG1{if max_layer_z < max_print_height} Z{z_offset+min(max_layer_z+30, max_print_height)}{endif} E-34.0 F720 ; move print head up & retract filament\nG4 ; wait\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X0 Y105 F3000 ; park print head\nM84 ; disable motors",
|
||||||
|
"machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM204 S[machine_max_acceleration_extruding] T[machine_max_acceleration_retracting]\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nG28 ; home all\nG1 Y1.0 Z0.3 F1000 ; move print head up\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG92 E0.0\n; initial load\n M117 Purge extruder\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y175.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y175.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface",
|
||||||
|
"type": "machine",
|
||||||
|
"nozzle_diameter": ["0.4"],
|
||||||
|
"cooling_tube_length": "0",
|
||||||
|
"cooling_tube_retraction": "0",
|
||||||
|
"enable_filament_ramming": "0",
|
||||||
|
"extra_loading_move": "0",
|
||||||
|
"fan_speedup_overhangs": "0",
|
||||||
|
"fan_speedup_time": "1",
|
||||||
|
"from": "system",
|
||||||
|
"machine_max_acceleration_e": [
|
||||||
|
"10000",
|
||||||
|
"5000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_extruding": [
|
||||||
|
"10000",
|
||||||
|
"9000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_retracting": [
|
||||||
|
"10000",
|
||||||
|
"9000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_x": [
|
||||||
|
"4000",
|
||||||
|
"9000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_y": [
|
||||||
|
"4000",
|
||||||
|
"9000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_z": [
|
||||||
|
"1100",
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"machine_max_speed_e": [
|
||||||
|
"50",
|
||||||
|
"60"
|
||||||
|
],
|
||||||
|
"machine_max_speed_x": [
|
||||||
|
"300",
|
||||||
|
"200"
|
||||||
|
],
|
||||||
|
"machine_max_speed_y": [
|
||||||
|
"300",
|
||||||
|
"200"
|
||||||
|
],
|
||||||
|
"machine_max_speed_z": [
|
||||||
|
"30",
|
||||||
|
"12"
|
||||||
|
],
|
||||||
|
"manual_filament_change": "1",
|
||||||
|
"min_layer_height": [
|
||||||
|
"0.1"
|
||||||
|
],
|
||||||
|
"nozzle_type": "brass",
|
||||||
|
"parking_pos_retraction": "0",
|
||||||
|
"printable_area": [
|
||||||
|
"0x0",
|
||||||
|
"180x0",
|
||||||
|
"180x180",
|
||||||
|
"0x180"
|
||||||
|
],
|
||||||
|
"printable_height": "180",
|
||||||
|
"purge_in_prime_tower": "0",
|
||||||
|
"retract_length_toolchange": [
|
||||||
|
"0.5"
|
||||||
|
],
|
||||||
|
"retract_when_changing_layer": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"retraction_length": [
|
||||||
|
"0.3"
|
||||||
|
],
|
||||||
|
"retraction_minimum_travel": [
|
||||||
|
"3"
|
||||||
|
],
|
||||||
|
"retraction_speed": [
|
||||||
|
"30"
|
||||||
|
],
|
||||||
|
"support_air_filtration": "0",
|
||||||
|
"support_chamber_temp_control": "0",
|
||||||
|
"wipe": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"z_hop": [
|
||||||
|
"0.2"
|
||||||
|
]
|
||||||
|
}
|
||||||
12
resources/profiles/Kingroon/machine/Kingroon KP3S 3.0.json
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"type": "machine_model",
|
||||||
|
"name": "Kingroon KP3S 3.0",
|
||||||
|
"model_id": "Kingroon KP3S 3.0",
|
||||||
|
"nozzle_diameter": "0.4",
|
||||||
|
"machine_tech": "FFF",
|
||||||
|
"family": "Kingroon",
|
||||||
|
"bed_model": "kp3s_bed.stl",
|
||||||
|
"bed_texture": "Kingroon_buildplate.png",
|
||||||
|
"hotend_model": "",
|
||||||
|
"default_materials": "Kingroon Generic ABS;Kingroon Generic PLA;Kingroon Generic PLA-CF;Kingroon Generic PETG;Kingroon Generic TPU;Kingroon Generic ASA;Kingroon Generic PC;Kingroon Generic PVA;Kingroon Generic PA;Kingroon Generic PA-CF"
|
||||||
|
}
|
||||||
@@ -0,0 +1,87 @@
|
|||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Kingroon KP3S 3.0 0.4 nozzle"
|
||||||
|
],
|
||||||
|
"name": "0.30mm Standard @Kingroon KP3S 3.0",
|
||||||
|
"inherits": "fdm_process_common",
|
||||||
|
"print_settings_id": "0.30mm Standard @Kingroon KP3S 3.0",
|
||||||
|
"bottom_surface_pattern": "monotonicline",
|
||||||
|
"bridge_acceleration": "500",
|
||||||
|
"bridge_speed": "30",
|
||||||
|
"brim_type": "no_brim",
|
||||||
|
"default_acceleration": "500",
|
||||||
|
"detect_narrow_internal_solid_infill": "0",
|
||||||
|
"dont_filter_internal_bridges": "limited",
|
||||||
|
"elefant_foot_compensation": "0.2",
|
||||||
|
"enable_prime_tower": "1",
|
||||||
|
"enable_support": "0",
|
||||||
|
"filter_out_gap_fill": "0.9",
|
||||||
|
"flush_into_support": "0",
|
||||||
|
"from": "User",
|
||||||
|
"gap_fill_target": "topbottom",
|
||||||
|
"gap_infill_speed": "40",
|
||||||
|
"infill_combination": "1",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"initial_layer_infill_speed": "50",
|
||||||
|
"initial_layer_print_height": "0.3",
|
||||||
|
"initial_layer_speed": "20",
|
||||||
|
"initial_layer_travel_speed": "250",
|
||||||
|
"inner_wall_acceleration": "700",
|
||||||
|
"inner_wall_line_width": "0.44",
|
||||||
|
"inner_wall_speed": "70",
|
||||||
|
"internal_bridge_speed": "50",
|
||||||
|
"internal_solid_infill_acceleration": "2000",
|
||||||
|
"internal_solid_infill_line_width": "0.5",
|
||||||
|
"internal_solid_infill_pattern": "monotonicline",
|
||||||
|
"internal_solid_infill_speed": "70",
|
||||||
|
"is_custom_defined": "0",
|
||||||
|
"layer_height": "0.3",
|
||||||
|
"line_width": "0.44",
|
||||||
|
"max_travel_detour_distance": "70",
|
||||||
|
"max_volumetric_extrusion_rate_slope": "20",
|
||||||
|
"outer_wall_acceleration": "500",
|
||||||
|
"outer_wall_line_width": "0.44",
|
||||||
|
"outer_wall_speed": "50",
|
||||||
|
"overhang_1_4_speed": "70%",
|
||||||
|
"overhang_2_4_speed": "50%",
|
||||||
|
"overhang_3_4_speed": "30%",
|
||||||
|
"overhang_4_4_speed": "20%",
|
||||||
|
"prime_tower_brim_width": "1",
|
||||||
|
"prime_tower_width": "20",
|
||||||
|
"prime_volume": "30",
|
||||||
|
"raft_first_layer_density": "100%",
|
||||||
|
"reduce_crossing_wall": "1",
|
||||||
|
"reduce_infill_retraction": "0",
|
||||||
|
"scarf_joint_speed": "70",
|
||||||
|
"seam_gap": "0",
|
||||||
|
"seam_slope_entire_loop": "1",
|
||||||
|
"seam_slope_start_height": "0.1",
|
||||||
|
"skirt_loops": "1",
|
||||||
|
"sparse_infill_acceleration": "1500",
|
||||||
|
"sparse_infill_line_width": "0.5",
|
||||||
|
"sparse_infill_pattern": "3dhoneycomb",
|
||||||
|
"sparse_infill_speed": "70",
|
||||||
|
"support_base_pattern": "default",
|
||||||
|
"support_interface_pattern": "auto",
|
||||||
|
"support_interface_speed": "40",
|
||||||
|
"support_line_width": "0.44",
|
||||||
|
"support_speed": "70",
|
||||||
|
"support_threshold_angle": "40",
|
||||||
|
"support_type": "normal(auto)",
|
||||||
|
"top_surface_acceleration": "500",
|
||||||
|
"top_surface_line_width": "0.44",
|
||||||
|
"top_surface_pattern": "monotonicline",
|
||||||
|
"top_surface_speed": "40",
|
||||||
|
"travel_acceleration": "4000",
|
||||||
|
"travel_speed": "250",
|
||||||
|
"tree_support_angle_slow": "35",
|
||||||
|
"tree_support_branch_angle_organic": "45",
|
||||||
|
"tree_support_branch_diameter_double_wall": "5",
|
||||||
|
"tree_support_tip_diameter": "1",
|
||||||
|
"tree_support_top_rate": "50%",
|
||||||
|
"version": "2.0.0.0",
|
||||||
|
"wall_transition_angle": "59",
|
||||||
|
"wipe_before_external_loop": "1",
|
||||||
|
"wipe_tower_bridging": "2"
|
||||||
|
}
|
||||||
226
resources/profiles/MagicMaker.json
Normal file
@@ -0,0 +1,226 @@
|
|||||||
|
{
|
||||||
|
"name": "MagicMaker",
|
||||||
|
"version": "02.00.00.00",
|
||||||
|
"force_update": "0",
|
||||||
|
"description": "MagicMaker configurations",
|
||||||
|
"machine_model_list": [
|
||||||
|
{
|
||||||
|
"name": "MM hqs hj",
|
||||||
|
"sub_path": "machine/MM hqs hj.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MM hqs SF",
|
||||||
|
"sub_path": "machine/MM hqs SF.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MM hj SK",
|
||||||
|
"sub_path": "machine/MM hj SK.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MM BoneKing",
|
||||||
|
"sub_path": "machine/MM BoneKing.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MM slb",
|
||||||
|
"sub_path": "machine/MM slb.json"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"process_list": [
|
||||||
|
{
|
||||||
|
"name": "fdm_process_common",
|
||||||
|
"sub_path": "process/fdm_process_common.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.10mm Fine @MM slb",
|
||||||
|
"sub_path": "process/0.10mm Fine @MM slb.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.20mm Standard @MM slb",
|
||||||
|
"sub_path": "process/0.20mm Standard @MM slb.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.30mm Draft @MM slb",
|
||||||
|
"sub_path": "process/0.30mm Draft @MM slb.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.10mm Fine @MM hqs hj",
|
||||||
|
"sub_path": "process/0.10mm Fine @MM hqs hj.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.20mm Standard @MM hqs hj",
|
||||||
|
"sub_path": "process/0.20mm Standard @MM hqs hj.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.30mm Draft @MM hqs hj",
|
||||||
|
"sub_path": "process/0.30mm Draft @MM hqs hj.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.10mm Fine @MM hqs SF",
|
||||||
|
"sub_path": "process/0.10mm Fine @MM hqs SF.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.20mm Standard @MM hqs SF",
|
||||||
|
"sub_path": "process/0.20mm Standard @MM hqs SF.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.30mm Draft @MM hqs SF",
|
||||||
|
"sub_path": "process/0.30mm Draft @MM hqs SF.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.10mm Fine Fast @MM hqs SF",
|
||||||
|
"sub_path": "process/0.10mm Fine Fast @MM hqs SF.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.20mm Standard Fast @MM hqs SF",
|
||||||
|
"sub_path": "process/0.20mm Standard Fast @MM hqs SF.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.30mm Draft Fast @MM hqs SF",
|
||||||
|
"sub_path": "process/0.30mm Draft Fast @MM hqs SF.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.10mm Fine @MM hj SK",
|
||||||
|
"sub_path": "process/0.10mm Fine @MM hj SK.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.20mm Standard @MM hj SK",
|
||||||
|
"sub_path": "process/0.20mm Standard @MM hj SK.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.30mm Draft @MM hj SK",
|
||||||
|
"sub_path": "process/0.30mm Draft @MM hj SK.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.10mm Fine Fast @MM hj SK",
|
||||||
|
"sub_path": "process/0.10mm Fine Fast @MM hj SK.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.20mm Standard Fast @MM hj SK",
|
||||||
|
"sub_path": "process/0.20mm Standard Fast @MM hj SK.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.30mm Draft Fast @MM hj SK",
|
||||||
|
"sub_path": "process/0.30mm Draft Fast @MM hj SK.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.10mm Fine @MM BoneKing",
|
||||||
|
"sub_path": "process/0.10mm Fine @MM BoneKing.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.20mm Standard @MM BoneKing",
|
||||||
|
"sub_path": "process/0.20mm Standard @MM BoneKing.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.30mm Draft @MM BoneKing",
|
||||||
|
"sub_path": "process/0.30mm Draft @MM BoneKing.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.10mm Fine Fast @MM BoneKing",
|
||||||
|
"sub_path": "process/0.10mm Fine Fast @MM BoneKing.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.20mm Standard Fast @MM BoneKing",
|
||||||
|
"sub_path": "process/0.20mm Standard Fast @MM BoneKing.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.30mm Draft Fast @MM BoneKing",
|
||||||
|
"sub_path": "process/0.30mm Draft Fast @MM BoneKing.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.12mm Fine SuperFast @MM BoneKing",
|
||||||
|
"sub_path": "process/0.12mm Fine SuperFast @MM BoneKing.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.12mm Fine BestFast @MM BoneKing",
|
||||||
|
"sub_path": "process/0.12mm Fine BestFast @MM BoneKing.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_pet",
|
||||||
|
"sub_path": "filament/fdm_filament_pet.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "fdm_filament_abs",
|
||||||
|
"sub_path": "filament/fdm_filament_abs.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "fdm_filament_tpu",
|
||||||
|
"sub_path": "filament/fdm_filament_tpu.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "fdm_filament_pc",
|
||||||
|
"sub_path": "filament/fdm_filament_pc.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "fdm_filament_pa",
|
||||||
|
"sub_path": "filament/fdm_filament_pa.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "fdm_filament_peek",
|
||||||
|
"sub_path": "filament/fdm_filament_peek.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MM Generic PLA",
|
||||||
|
"sub_path": "filament/MM Generic PLA.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MM Generic PETG",
|
||||||
|
"sub_path": "filament/MM Generic PETG.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MM Generic ABS",
|
||||||
|
"sub_path": "filament/MM Generic ABS.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MM Generic TPU",
|
||||||
|
"sub_path": "filament/MM Generic TPU.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MM Generic PC",
|
||||||
|
"sub_path": "filament/MM Generic PC.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MM Generic PA",
|
||||||
|
"sub_path": "filament/MM Generic PA.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MM Generic PEEK",
|
||||||
|
"sub_path": "filament/MM Generic PEEK.json"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"machine_list": [
|
||||||
|
{
|
||||||
|
"name": "fdm_machine_common",
|
||||||
|
"sub_path": "machine/fdm_machine_common.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MM hqs hj 0.4 nozzle",
|
||||||
|
"sub_path": "machine/MM hqs hj 0.4 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MM hqs SF 0.4 nozzle",
|
||||||
|
"sub_path": "machine/MM hqs SF 0.4 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MM hj SK 0.4 nozzle",
|
||||||
|
"sub_path": "machine/MM hj SK 0.4 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MM BoneKing 0.4 nozzle",
|
||||||
|
"sub_path": "machine/MM BoneKing 0.4 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MM slb 0.4 nozzle",
|
||||||
|
"sub_path": "machine/MM slb 0.4 nozzle.json"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
BIN
resources/profiles/MagicMaker/120_buildplate_model.stl
Normal file
BIN
resources/profiles/MagicMaker/125_buildplate_model.stl
Normal file
BIN
resources/profiles/MagicMaker/150_buildplate_model.stl
Normal file
BIN
resources/profiles/MagicMaker/160_buildplate_model.stl
Normal file
BIN
resources/profiles/MagicMaker/220210_buildplate_model.stl
Normal file
BIN
resources/profiles/MagicMaker/220_buildplate_model.stl
Normal file
BIN
resources/profiles/MagicMaker/250_buildplate_model.stl
Normal file
BIN
resources/profiles/MagicMaker/310_buildplate_model.stl
Normal file
BIN
resources/profiles/MagicMaker/MM BoneKing_cover.png
Normal file
|
After Width: | Height: | Size: 54 KiB |
BIN
resources/profiles/MagicMaker/MM hj sk_cover.png
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
resources/profiles/MagicMaker/MM hj_buildplate_model.stl
Normal file
BIN
resources/profiles/MagicMaker/MM hqs SF_cover.png
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
resources/profiles/MagicMaker/MM hqs hj_cover.png
Normal file
|
After Width: | Height: | Size: 45 KiB |
BIN
resources/profiles/MagicMaker/MM slb_cover.png
Normal file
|
After Width: | Height: | Size: 41 KiB |
BIN
resources/profiles/MagicMaker/MM_buildplate_texture.png
Normal file
|
After Width: | Height: | Size: 7.6 KiB |
54
resources/profiles/MagicMaker/filament/MM Generic ABS.json
Normal file
@@ -0,0 +1,54 @@
|
|||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"filament_id": "GFB99",
|
||||||
|
"setting_id": "GFSA04",
|
||||||
|
"is_custom_defined": "0",
|
||||||
|
"name": "MM Generic ABS",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_filament_abs",
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"50"
|
||||||
|
],
|
||||||
|
"fan_max_speed": [
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"filament_cost": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"filament_diameter": [
|
||||||
|
"1.75"
|
||||||
|
],
|
||||||
|
"filament_flow_ratio": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"full_fan_speed_layer": [
|
||||||
|
"5"
|
||||||
|
],
|
||||||
|
"hot_plate_temp": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"hot_plate_temp_initial_layer": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"nozzle_temperature": [
|
||||||
|
"240"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_high": [
|
||||||
|
"250"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_low": [
|
||||||
|
"230"
|
||||||
|
],
|
||||||
|
"slow_down_min_speed": [
|
||||||
|
"5"
|
||||||
|
],
|
||||||
|
"compatible_printers": [
|
||||||
|
"MM hqs hj 0.4 nozzle",
|
||||||
|
"MM hqs SF 0.4 nozzle",
|
||||||
|
"MM hj SK 0.4 nozzle",
|
||||||
|
"MM BoneKing 0.4 nozzle",
|
||||||
|
"MM slb 0.4 nozzle"
|
||||||
|
],
|
||||||
|
"version": "2.0.0.0"
|
||||||
|
}
|
||||||
32
resources/profiles/MagicMaker/filament/MM Generic PA.json
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"filament_id": "GFB99",
|
||||||
|
"setting_id": "GFSA04",
|
||||||
|
"is_custom_defined": "0",
|
||||||
|
"name": "MM Generic PA",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_filament_pa",
|
||||||
|
"chamber_temperature": [
|
||||||
|
"60"
|
||||||
|
],
|
||||||
|
"fan_max_speed": [
|
||||||
|
"40"
|
||||||
|
],
|
||||||
|
"filament_cost": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"filament_diameter": [
|
||||||
|
"1.75"
|
||||||
|
],
|
||||||
|
"full_fan_speed_layer": [
|
||||||
|
"5"
|
||||||
|
],
|
||||||
|
"compatible_printers": [
|
||||||
|
"MM hqs hj 0.4 nozzle",
|
||||||
|
"MM hqs SF 0.4 nozzle",
|
||||||
|
"MM hj SK 0.4 nozzle",
|
||||||
|
"MM BoneKing 0.4 nozzle"
|
||||||
|
],
|
||||||
|
"version": "2.0.0.0"
|
||||||
|
}
|
||||||
35
resources/profiles/MagicMaker/filament/MM Generic PC.json
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"filament_id": "GFB99",
|
||||||
|
"setting_id": "GFSA04",
|
||||||
|
"is_custom_defined": "0",
|
||||||
|
"name": "MM Generic PC",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_filament_pc",
|
||||||
|
"fan_max_speed": [
|
||||||
|
"40"
|
||||||
|
],
|
||||||
|
"filament_cost": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"filament_diameter": [
|
||||||
|
"1.75"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"15"
|
||||||
|
],
|
||||||
|
"full_fan_speed_layer": [
|
||||||
|
"5"
|
||||||
|
],
|
||||||
|
"nozzle_temperature": [
|
||||||
|
"270"
|
||||||
|
],
|
||||||
|
"compatible_printers": [
|
||||||
|
"MM hqs hj 0.4 nozzle",
|
||||||
|
"MM hqs SF 0.4 nozzle",
|
||||||
|
"MM hj SK 0.4 nozzle",
|
||||||
|
"MM BoneKing 0.4 nozzle"
|
||||||
|
],
|
||||||
|
"version": "2.0.0.0"
|
||||||
|
}
|
||||||
51
resources/profiles/MagicMaker/filament/MM Generic PEEK.json
Normal file
@@ -0,0 +1,51 @@
|
|||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"filament_id": "GFG99",
|
||||||
|
"setting_id": "GFSA04",
|
||||||
|
"name": "MM Generic PEEK",
|
||||||
|
"is_custom_defined": "0",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_filament_peek",
|
||||||
|
"fan_max_speed": [
|
||||||
|
"40"
|
||||||
|
],
|
||||||
|
"filament_cost": [
|
||||||
|
"1000"
|
||||||
|
],
|
||||||
|
"filament_diameter": [
|
||||||
|
"1.75"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"full_fan_speed_layer": [
|
||||||
|
"5"
|
||||||
|
],
|
||||||
|
"hot_plate_temp": [
|
||||||
|
"60"
|
||||||
|
],
|
||||||
|
"hot_plate_temp_initial_layer": [
|
||||||
|
"60"
|
||||||
|
],
|
||||||
|
"nozzle_temperature": [
|
||||||
|
"420"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_initial_layer": [
|
||||||
|
"420"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_high": [
|
||||||
|
"460"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_low": [
|
||||||
|
"380"
|
||||||
|
],
|
||||||
|
"temperature_vitrification": [
|
||||||
|
"340"
|
||||||
|
],
|
||||||
|
"compatible_printers": [
|
||||||
|
"MM hj SK 0.4 nozzle",
|
||||||
|
"MM BoneKing 0.4 nozzle"
|
||||||
|
],
|
||||||
|
"version": "2.0.0.0"
|
||||||
|
}
|
||||||
87
resources/profiles/MagicMaker/filament/MM Generic PETG.json
Normal file
@@ -0,0 +1,87 @@
|
|||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"filament_id": "GFG99",
|
||||||
|
"setting_id": "GFSA04",
|
||||||
|
"name": "MM Generic PETG",
|
||||||
|
"is_custom_defined": "0",
|
||||||
|
"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": [
|
||||||
|
"70"
|
||||||
|
],
|
||||||
|
"overhang_fan_threshold": [
|
||||||
|
"25%"
|
||||||
|
],
|
||||||
|
"fan_min_speed": [
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"5"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"50"
|
||||||
|
],
|
||||||
|
"filament_start_gcode": [
|
||||||
|
"; filament start gcode\n"
|
||||||
|
],
|
||||||
|
"chamber_temperature": [
|
||||||
|
"40"
|
||||||
|
],
|
||||||
|
"close_fan_the_first_x_layers": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
|
"fan_max_speed": [
|
||||||
|
"60"
|
||||||
|
],
|
||||||
|
"filament_cost": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"filament_diameter": [
|
||||||
|
"1.75"
|
||||||
|
],
|
||||||
|
"filament_flow_ratio": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"filament_retraction_length": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
|
"full_fan_speed_layer": [
|
||||||
|
"4"
|
||||||
|
],
|
||||||
|
"hot_plate_temp": [
|
||||||
|
"70"
|
||||||
|
],
|
||||||
|
"hot_plate_temp_initial_layer": [
|
||||||
|
"70"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_initial_layer": [
|
||||||
|
"235"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_high": [
|
||||||
|
"245"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_low": [
|
||||||
|
"225"
|
||||||
|
],
|
||||||
|
"slow_down_min_speed": [
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"compatible_printers": [
|
||||||
|
"MM hqs hj 0.4 nozzle",
|
||||||
|
"MM hqs SF 0.4 nozzle",
|
||||||
|
"MM hj SK 0.4 nozzle",
|
||||||
|
"MM BoneKing 0.4 nozzle",
|
||||||
|
"MM slb 0.4 nozzle"
|
||||||
|
],
|
||||||
|
"version": "2.0.0.0"
|
||||||
|
}
|
||||||
46
resources/profiles/MagicMaker/filament/MM Generic PLA.json
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"filament_id": "GFL99",
|
||||||
|
"setting_id": "GFSA04",
|
||||||
|
"name": "MM Generic PLA",
|
||||||
|
"is_custom_defined": "0",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_filament_pla",
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"50"
|
||||||
|
],
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"5"
|
||||||
|
],
|
||||||
|
|
||||||
|
"filament_cost": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"filament_diameter": [
|
||||||
|
"1.75"
|
||||||
|
],
|
||||||
|
"filament_flow_ratio": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"full_fan_speed_layer": [
|
||||||
|
"3"
|
||||||
|
],
|
||||||
|
"hot_plate_temp_initial_layer": [
|
||||||
|
"60"
|
||||||
|
],
|
||||||
|
"nozzle_temperature": [
|
||||||
|
"205"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_high": [
|
||||||
|
"230"
|
||||||
|
],
|
||||||
|
"compatible_printers": [
|
||||||
|
"MM hqs hj 0.4 nozzle",
|
||||||
|
"MM hqs SF 0.4 nozzle",
|
||||||
|
"MM hj SK 0.4 nozzle",
|
||||||
|
"MM BoneKing 0.4 nozzle",
|
||||||
|
"MM slb 0.4 nozzle"
|
||||||
|
],
|
||||||
|
"version": "2.0.0.0"
|
||||||
|
}
|
||||||
58
resources/profiles/MagicMaker/filament/MM Generic TPU.json
Normal file
@@ -0,0 +1,58 @@
|
|||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"filament_id": "GFU99",
|
||||||
|
"setting_id": "GFSA04",
|
||||||
|
"name": "MM Generic TPU",
|
||||||
|
"is_custom_defined": "0",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_filament_tpu",
|
||||||
|
"fan_max_speed": [
|
||||||
|
"80"
|
||||||
|
],
|
||||||
|
"fan_min_speed": [
|
||||||
|
"40"
|
||||||
|
],
|
||||||
|
"filament_cost": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"filament_diameter": [
|
||||||
|
"1.75"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"3"
|
||||||
|
],
|
||||||
|
"filament_retraction_length": [
|
||||||
|
"0.5"
|
||||||
|
],
|
||||||
|
|
||||||
|
"full_fan_speed_layer": [
|
||||||
|
"3"
|
||||||
|
],
|
||||||
|
"hot_plate_temp": [
|
||||||
|
"45"
|
||||||
|
],
|
||||||
|
"hot_plate_temp_initial_layer": [
|
||||||
|
"45"
|
||||||
|
],
|
||||||
|
"nozzle_temperature": [
|
||||||
|
"220"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_initial_layer": [
|
||||||
|
"220"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_high": [
|
||||||
|
"240"
|
||||||
|
],
|
||||||
|
"slow_down_min_speed": [
|
||||||
|
"5"
|
||||||
|
],
|
||||||
|
"compatible_printers": [
|
||||||
|
"MM hqs hj 0.4 nozzle",
|
||||||
|
"MM hqs SF 0.4 nozzle",
|
||||||
|
"MM hj SK 0.4 nozzle",
|
||||||
|
"MM BoneKing 0.4 nozzle",
|
||||||
|
"MM slb 0.4 nozzle"
|
||||||
|
],
|
||||||
|
"version": "2.0.0.0"
|
||||||
|
}
|
||||||
88
resources/profiles/MagicMaker/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" : [
|
||||||
|
"80"
|
||||||
|
],
|
||||||
|
"eng_plate_temp" : [
|
||||||
|
"80"
|
||||||
|
],
|
||||||
|
"hot_plate_temp" : [
|
||||||
|
"80"
|
||||||
|
],
|
||||||
|
"textured_plate_temp" : [
|
||||||
|
"80"
|
||||||
|
],
|
||||||
|
"cool_plate_temp_initial_layer" : [
|
||||||
|
"80"
|
||||||
|
],
|
||||||
|
"eng_plate_temp_initial_layer" : [
|
||||||
|
"80"
|
||||||
|
],
|
||||||
|
"hot_plate_temp_initial_layer" : [
|
||||||
|
"80"
|
||||||
|
],
|
||||||
|
"textured_plate_temp_initial_layer" : [
|
||||||
|
"80"
|
||||||
|
],
|
||||||
|
"slow_down_for_layer_cooling": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"close_fan_the_first_x_layers": [
|
||||||
|
"3"
|
||||||
|
],
|
||||||
|
"fan_cooling_layer_time": [
|
||||||
|
"30"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"filament_type": [
|
||||||
|
"ABS"
|
||||||
|
],
|
||||||
|
"filament_density": [
|
||||||
|
"1.10"
|
||||||
|
],
|
||||||
|
"filament_cost": [
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_initial_layer": [
|
||||||
|
"240"
|
||||||
|
],
|
||||||
|
"reduce_fan_stop_start_freq": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"fan_max_speed": [
|
||||||
|
"5"
|
||||||
|
],
|
||||||
|
"fan_min_speed": [
|
||||||
|
"5"
|
||||||
|
],
|
||||||
|
"overhang_fan_threshold": [
|
||||||
|
"25%"
|
||||||
|
],
|
||||||
|
"overhang_fan_speed": [
|
||||||
|
"80"
|
||||||
|
],
|
||||||
|
"nozzle_temperature": [
|
||||||
|
"235"
|
||||||
|
],
|
||||||
|
"temperature_vitrification": [
|
||||||
|
"110"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_low": [
|
||||||
|
"235"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_high": [
|
||||||
|
"240"
|
||||||
|
],
|
||||||
|
"slow_down_min_speed": [
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"15"
|
||||||
|
]
|
||||||
|
}
|
||||||
88
resources/profiles/MagicMaker/filament/fdm_filament_asa.json
Normal file
@@ -0,0 +1,88 @@
|
|||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"name": "fdm_filament_asa",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "false",
|
||||||
|
"inherits": "fdm_filament_common",
|
||||||
|
"cool_plate_temp" : [
|
||||||
|
"105"
|
||||||
|
],
|
||||||
|
"eng_plate_temp" : [
|
||||||
|
"105"
|
||||||
|
],
|
||||||
|
"hot_plate_temp" : [
|
||||||
|
"105"
|
||||||
|
],
|
||||||
|
"textured_plate_temp" : [
|
||||||
|
"105"
|
||||||
|
],
|
||||||
|
"cool_plate_temp_initial_layer" : [
|
||||||
|
"105"
|
||||||
|
],
|
||||||
|
"eng_plate_temp_initial_layer" : [
|
||||||
|
"105"
|
||||||
|
],
|
||||||
|
"hot_plate_temp_initial_layer" : [
|
||||||
|
"105"
|
||||||
|
],
|
||||||
|
"textured_plate_temp_initial_layer" : [
|
||||||
|
"105"
|
||||||
|
],
|
||||||
|
"slow_down_for_layer_cooling": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"close_fan_the_first_x_layers": [
|
||||||
|
"3"
|
||||||
|
],
|
||||||
|
"fan_cooling_layer_time": [
|
||||||
|
"35"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"28.6"
|
||||||
|
],
|
||||||
|
"filament_type": [
|
||||||
|
"ASA"
|
||||||
|
],
|
||||||
|
"filament_density": [
|
||||||
|
"1.04"
|
||||||
|
],
|
||||||
|
"filament_cost": [
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_initial_layer": [
|
||||||
|
"260"
|
||||||
|
],
|
||||||
|
"reduce_fan_stop_start_freq": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"fan_max_speed": [
|
||||||
|
"80"
|
||||||
|
],
|
||||||
|
"fan_min_speed": [
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"overhang_fan_threshold": [
|
||||||
|
"25%"
|
||||||
|
],
|
||||||
|
"overhang_fan_speed": [
|
||||||
|
"80"
|
||||||
|
],
|
||||||
|
"nozzle_temperature": [
|
||||||
|
"260"
|
||||||
|
],
|
||||||
|
"temperature_vitrification": [
|
||||||
|
"110"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_low": [
|
||||||
|
"240"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_high": [
|
||||||
|
"270"
|
||||||
|
],
|
||||||
|
"slow_down_min_speed": [
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"3"
|
||||||
|
]
|
||||||
|
}
|
||||||
144
resources/profiles/MagicMaker/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": [
|
||||||
|
"2.85"
|
||||||
|
],
|
||||||
|
"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/MagicMaker/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": [
|
||||||
|
"4"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"8"
|
||||||
|
],
|
||||||
|
"filament_type": [
|
||||||
|
"PA"
|
||||||
|
],
|
||||||
|
"filament_density": [
|
||||||
|
"1.04"
|
||||||
|
],
|
||||||
|
"filament_cost": [
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_initial_layer": [
|
||||||
|
"290"
|
||||||
|
],
|
||||||
|
"reduce_fan_stop_start_freq": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"fan_max_speed": [
|
||||||
|
"60"
|
||||||
|
],
|
||||||
|
"fan_min_speed": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"overhang_fan_speed": [
|
||||||
|
"30"
|
||||||
|
],
|
||||||
|
"nozzle_temperature": [
|
||||||
|
"290"
|
||||||
|
],
|
||||||
|
"temperature_vitrification": [
|
||||||
|
"108"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_low": [
|
||||||
|
"270"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_high": [
|
||||||
|
"300"
|
||||||
|
],
|
||||||
|
"slow_down_min_speed": [
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"2"
|
||||||
|
]
|
||||||
|
}
|
||||||
88
resources/profiles/MagicMaker/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": [
|
||||||
|
"23.2"
|
||||||
|
],
|
||||||
|
"filament_type": [
|
||||||
|
"PC"
|
||||||
|
],
|
||||||
|
"filament_density": [
|
||||||
|
"1.04"
|
||||||
|
],
|
||||||
|
"filament_cost": [
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_initial_layer": [
|
||||||
|
"270"
|
||||||
|
],
|
||||||
|
"reduce_fan_stop_start_freq": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"fan_max_speed": [
|
||||||
|
"60"
|
||||||
|
],
|
||||||
|
"fan_min_speed": [
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"overhang_fan_threshold": [
|
||||||
|
"25%"
|
||||||
|
],
|
||||||
|
"overhang_fan_speed": [
|
||||||
|
"60"
|
||||||
|
],
|
||||||
|
"nozzle_temperature": [
|
||||||
|
"280"
|
||||||
|
],
|
||||||
|
"temperature_vitrification": [
|
||||||
|
"140"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_low": [
|
||||||
|
"260"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_high": [
|
||||||
|
"280"
|
||||||
|
],
|
||||||
|
"slow_down_min_speed": [
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"2"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,88 @@
|
|||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"name": "fdm_filament_peek",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "false",
|
||||||
|
"inherits": "fdm_filament_common",
|
||||||
|
"cool_plate_temp" : [
|
||||||
|
"105"
|
||||||
|
],
|
||||||
|
"eng_plate_temp" : [
|
||||||
|
"105"
|
||||||
|
],
|
||||||
|
"hot_plate_temp" : [
|
||||||
|
"105"
|
||||||
|
],
|
||||||
|
"textured_plate_temp" : [
|
||||||
|
"105"
|
||||||
|
],
|
||||||
|
"cool_plate_temp_initial_layer" : [
|
||||||
|
"105"
|
||||||
|
],
|
||||||
|
"eng_plate_temp_initial_layer" : [
|
||||||
|
"105"
|
||||||
|
],
|
||||||
|
"hot_plate_temp_initial_layer" : [
|
||||||
|
"105"
|
||||||
|
],
|
||||||
|
"textured_plate_temp_initial_layer" : [
|
||||||
|
"105"
|
||||||
|
],
|
||||||
|
"slow_down_for_layer_cooling": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"close_fan_the_first_x_layers": [
|
||||||
|
"3"
|
||||||
|
],
|
||||||
|
"fan_cooling_layer_time": [
|
||||||
|
"35"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"28.6"
|
||||||
|
],
|
||||||
|
"filament_type": [
|
||||||
|
"PEEK"
|
||||||
|
],
|
||||||
|
"filament_density": [
|
||||||
|
"1.04"
|
||||||
|
],
|
||||||
|
"filament_cost": [
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_initial_layer": [
|
||||||
|
"260"
|
||||||
|
],
|
||||||
|
"reduce_fan_stop_start_freq": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"fan_max_speed": [
|
||||||
|
"80"
|
||||||
|
],
|
||||||
|
"fan_min_speed": [
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"overhang_fan_threshold": [
|
||||||
|
"25%"
|
||||||
|
],
|
||||||
|
"overhang_fan_speed": [
|
||||||
|
"80"
|
||||||
|
],
|
||||||
|
"nozzle_temperature": [
|
||||||
|
"260"
|
||||||
|
],
|
||||||
|
"temperature_vitrification": [
|
||||||
|
"110"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_low": [
|
||||||
|
"240"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_high": [
|
||||||
|
"270"
|
||||||
|
],
|
||||||
|
"slow_down_min_speed": [
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"3"
|
||||||
|
]
|
||||||
|
}
|
||||||
82
resources/profiles/MagicMaker/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" : [
|
||||||
|
"85"
|
||||||
|
],
|
||||||
|
"eng_plate_temp" : [
|
||||||
|
"85"
|
||||||
|
],
|
||||||
|
"hot_plate_temp" : [
|
||||||
|
"85"
|
||||||
|
],
|
||||||
|
"textured_plate_temp" : [
|
||||||
|
"85"
|
||||||
|
],
|
||||||
|
"cool_plate_temp_initial_layer" : [
|
||||||
|
"85"
|
||||||
|
],
|
||||||
|
"eng_plate_temp_initial_layer" : [
|
||||||
|
"85"
|
||||||
|
],
|
||||||
|
"hot_plate_temp_initial_layer" : [
|
||||||
|
"85"
|
||||||
|
],
|
||||||
|
"textured_plate_temp_initial_layer" : [
|
||||||
|
"85"
|
||||||
|
],
|
||||||
|
"slow_down_for_layer_cooling": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"close_fan_the_first_x_layers": [
|
||||||
|
"3"
|
||||||
|
],
|
||||||
|
"fan_cooling_layer_time": [
|
||||||
|
"15"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"filament_type": [
|
||||||
|
"PETG"
|
||||||
|
],
|
||||||
|
"filament_density": [
|
||||||
|
"1.27"
|
||||||
|
],
|
||||||
|
"filament_cost": [
|
||||||
|
"30"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_initial_layer": [
|
||||||
|
"240"
|
||||||
|
],
|
||||||
|
"reduce_fan_stop_start_freq": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"fan_max_speed": [
|
||||||
|
"40"
|
||||||
|
],
|
||||||
|
"fan_min_speed": [
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"overhang_fan_speed": [
|
||||||
|
"50"
|
||||||
|
],
|
||||||
|
"nozzle_temperature": [
|
||||||
|
"235"
|
||||||
|
],
|
||||||
|
"temperature_vitrification": [
|
||||||
|
"80"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_low": [
|
||||||
|
"235"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_high": [
|
||||||
|
"240"
|
||||||
|
],
|
||||||
|
"filament_start_gcode": [
|
||||||
|
"; filament start gcode\n"
|
||||||
|
]
|
||||||
|
}
|
||||||
91
resources/profiles/MagicMaker/filament/fdm_filament_pla.json
Normal file
@@ -0,0 +1,91 @@
|
|||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"name": "fdm_filament_pla",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "false",
|
||||||
|
"inherits": "fdm_filament_common",
|
||||||
|
"fan_cooling_layer_time": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"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" : [
|
||||||
|
"55"
|
||||||
|
],
|
||||||
|
"eng_plate_temp_initial_layer" : [
|
||||||
|
"55"
|
||||||
|
],
|
||||||
|
"hot_plate_temp_initial_layer" : [
|
||||||
|
"55"
|
||||||
|
],
|
||||||
|
"textured_plate_temp_initial_layer" : [
|
||||||
|
"55"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_initial_layer": [
|
||||||
|
"205"
|
||||||
|
],
|
||||||
|
"reduce_fan_stop_start_freq": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"slow_down_for_layer_cooling": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"fan_max_speed": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"fan_min_speed": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"overhang_fan_speed": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"overhang_fan_threshold": [
|
||||||
|
"50%"
|
||||||
|
],
|
||||||
|
"close_fan_the_first_x_layers": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"nozzle_temperature": [
|
||||||
|
"210"
|
||||||
|
],
|
||||||
|
"temperature_vitrification": [
|
||||||
|
"60"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_low": [
|
||||||
|
"190"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_high": [
|
||||||
|
"210"
|
||||||
|
],
|
||||||
|
"slow_down_min_speed": [
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"4"
|
||||||
|
],
|
||||||
|
"filament_start_gcode": [
|
||||||
|
"; filament start gcode\n"
|
||||||
|
]
|
||||||
|
}
|
||||||
100
resources/profiles/MagicMaker/filament/fdm_filament_pva.json
Normal file
@@ -0,0 +1,100 @@
|
|||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"name": "fdm_filament_pva",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "false",
|
||||||
|
"inherits": "fdm_filament_common",
|
||||||
|
"cool_plate_temp" : [
|
||||||
|
"35"
|
||||||
|
],
|
||||||
|
"eng_plate_temp" : [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"hot_plate_temp" : [
|
||||||
|
"45"
|
||||||
|
],
|
||||||
|
"textured_plate_temp" : [
|
||||||
|
"45"
|
||||||
|
],
|
||||||
|
"cool_plate_temp_initial_layer" : [
|
||||||
|
"35"
|
||||||
|
],
|
||||||
|
"eng_plate_temp_initial_layer" : [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"hot_plate_temp_initial_layer" : [
|
||||||
|
"45"
|
||||||
|
],
|
||||||
|
"textured_plate_temp_initial_layer" : [
|
||||||
|
"45"
|
||||||
|
],
|
||||||
|
"fan_cooling_layer_time": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"15"
|
||||||
|
],
|
||||||
|
"filament_soluble": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"filament_is_support": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"filament_type": [
|
||||||
|
"PVA"
|
||||||
|
],
|
||||||
|
"filament_density": [
|
||||||
|
"1.24"
|
||||||
|
],
|
||||||
|
"filament_cost": [
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_initial_layer": [
|
||||||
|
"220"
|
||||||
|
],
|
||||||
|
"reduce_fan_stop_start_freq": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"slow_down_for_layer_cooling": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"fan_max_speed": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"fan_min_speed": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"overhang_fan_speed": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"overhang_fan_threshold": [
|
||||||
|
"50%"
|
||||||
|
],
|
||||||
|
"close_fan_the_first_x_layers": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"nozzle_temperature": [
|
||||||
|
"220"
|
||||||
|
],
|
||||||
|
"temperature_vitrification": [
|
||||||
|
"50"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_low": [
|
||||||
|
"190"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_high": [
|
||||||
|
"250"
|
||||||
|
],
|
||||||
|
"slow_down_min_speed": [
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"4"
|
||||||
|
],
|
||||||
|
"additional_cooling_fan_speed": [
|
||||||
|
"70"
|
||||||
|
],
|
||||||
|
"filament_start_gcode": [
|
||||||
|
"; filament start gcode\n"
|
||||||
|
]
|
||||||
|
}
|
||||||
88
resources/profiles/MagicMaker/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" : [
|
||||||
|
"35"
|
||||||
|
],
|
||||||
|
"textured_plate_temp" : [
|
||||||
|
"35"
|
||||||
|
],
|
||||||
|
"cool_plate_temp_initial_layer" : [
|
||||||
|
"30"
|
||||||
|
],
|
||||||
|
"eng_plate_temp_initial_layer" : [
|
||||||
|
"30"
|
||||||
|
],
|
||||||
|
"hot_plate_temp_initial_layer" : [
|
||||||
|
"35"
|
||||||
|
],
|
||||||
|
"textured_plate_temp_initial_layer" : [
|
||||||
|
"35"
|
||||||
|
],
|
||||||
|
"fan_cooling_layer_time": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"15"
|
||||||
|
],
|
||||||
|
"filament_type": [
|
||||||
|
"TPU"
|
||||||
|
],
|
||||||
|
"filament_density": [
|
||||||
|
"1.24"
|
||||||
|
],
|
||||||
|
"filament_cost": [
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"filament_retraction_length": [
|
||||||
|
"0.4"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_initial_layer": [
|
||||||
|
"240"
|
||||||
|
],
|
||||||
|
"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": [
|
||||||
|
"240"
|
||||||
|
],
|
||||||
|
"temperature_vitrification": [
|
||||||
|
"60"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_low": [
|
||||||
|
"200"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_high": [
|
||||||
|
"250"
|
||||||
|
],
|
||||||
|
"filament_start_gcode": [
|
||||||
|
"; filament start gcode\n"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,136 @@
|
|||||||
|
{
|
||||||
|
"type": "machine",
|
||||||
|
"setting_id": "GM001",
|
||||||
|
"name": "MM BoneKing 0.4 nozzle",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_machine_common",
|
||||||
|
"printer_model": "MM BoneKing",
|
||||||
|
"default_print_profile": "0.10mm Fine @MM BoneKing",
|
||||||
|
"nozzle_diameter": [
|
||||||
|
"0.4"
|
||||||
|
],
|
||||||
|
"gcode_flavor": "klipper",
|
||||||
|
"machine_pause_gcode": "PAUSE",
|
||||||
|
"printable_height": "300",
|
||||||
|
"auxiliary_fan": "0",
|
||||||
|
"machine_max_acceleration_travel": [
|
||||||
|
"3000",
|
||||||
|
"3000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_z": [
|
||||||
|
"500",
|
||||||
|
"500"
|
||||||
|
],
|
||||||
|
"max_layer_height": [
|
||||||
|
"0.3"
|
||||||
|
],
|
||||||
|
"printer_settings_id": "MM",
|
||||||
|
"retract_before_wipe": [
|
||||||
|
"70%"
|
||||||
|
],
|
||||||
|
"wipe_distance": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"single_extruder_multi_material": "1",
|
||||||
|
"change_filament_gcode": "",
|
||||||
|
"scan_first_layer": "0",
|
||||||
|
"cooling_tube_length": "20",
|
||||||
|
"cooling_tube_retraction": "60",
|
||||||
|
"extruder_clearance_height_to_lid": "100",
|
||||||
|
"extruder_clearance_height_to_rod": "32",
|
||||||
|
"extruder_clearance_radius": "50",
|
||||||
|
"machine_end_gcode": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nG1 E3 F300\nG1 E-10 F9000\nM84 ;steppers off\nG90 ;absolute positioning\nM107 ; turn off fan\nPRINT_END",
|
||||||
|
"machine_max_speed_e": [
|
||||||
|
"60",
|
||||||
|
"120"
|
||||||
|
],
|
||||||
|
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home\nG1 Z1 F9000 ;move the platform to 15mm\nG92 E0\nG1 F500 E10\nG0 X0 Y0\nG92 E0 ;zero the extruded length\nG1 F1000 Y100 E20\nG92 E0 ;zero the extruded length again\nG1 F9000\nM117 Printing...",
|
||||||
|
"min_layer_height": [
|
||||||
|
"0.05"
|
||||||
|
],
|
||||||
|
"nozzle_type": "brass",
|
||||||
|
"parking_pos_retraction": "22",
|
||||||
|
"retract_length_toolchange": [
|
||||||
|
"5"
|
||||||
|
],
|
||||||
|
"retraction_minimum_travel": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_e": [
|
||||||
|
"2.5",
|
||||||
|
"2.5"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_x": [
|
||||||
|
"9",
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_y": [
|
||||||
|
"9",
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"deretraction_speed": [
|
||||||
|
"30"
|
||||||
|
],
|
||||||
|
"machine_max_speed_x": [
|
||||||
|
"500",
|
||||||
|
"500"
|
||||||
|
],
|
||||||
|
"machine_max_speed_y": [
|
||||||
|
"500",
|
||||||
|
"500"
|
||||||
|
],
|
||||||
|
"retraction_length": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"retraction_speed": [
|
||||||
|
"30"
|
||||||
|
],
|
||||||
|
"z_hop_types": [
|
||||||
|
"Spiral Lift"
|
||||||
|
],
|
||||||
|
"default_filament_profile": [
|
||||||
|
"MM Generic PLA"
|
||||||
|
],
|
||||||
|
"is_custom_defined": "0",
|
||||||
|
"machine_max_acceleration_e": [
|
||||||
|
"10000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_extruding": [
|
||||||
|
"10000",
|
||||||
|
"1500"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_retracting": [
|
||||||
|
"10000",
|
||||||
|
"1500"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_x": [
|
||||||
|
"100000",
|
||||||
|
"3000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_y": [
|
||||||
|
"100000",
|
||||||
|
"3000"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_z": [
|
||||||
|
"0.5",
|
||||||
|
"0.4"
|
||||||
|
],
|
||||||
|
"machine_max_speed_z": [
|
||||||
|
"10",
|
||||||
|
"12"
|
||||||
|
],
|
||||||
|
"printable_area": [
|
||||||
|
"0x0",
|
||||||
|
"310x0",
|
||||||
|
"310x310",
|
||||||
|
"0x310"
|
||||||
|
],
|
||||||
|
"thumbnails": [
|
||||||
|
"310x310"
|
||||||
|
],
|
||||||
|
"z_hop": [
|
||||||
|
"0.2"
|
||||||
|
],
|
||||||
|
"version": "2.0.0.0"
|
||||||
|
}
|
||||||
12
resources/profiles/MagicMaker/machine/MM BoneKing.json
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"type": "machine_model",
|
||||||
|
"name": "MM BoneKing",
|
||||||
|
"model_id": "MM-BoneKing",
|
||||||
|
"nozzle_diameter": "0.4",
|
||||||
|
"machine_tech": "FFF",
|
||||||
|
"family": "magicmaker",
|
||||||
|
"bed_model": "310_buildplate_model.stl",
|
||||||
|
"bed_texture": "MM_buildplate_texture.png",
|
||||||
|
"hotend_model": "MM_hotend.stl",
|
||||||
|
"default_materials": "MM Generic PLA;MM Generic PETG;MM Generic ABS;MM Generic TPU;MM Generic PC;MM Generic PA;MM Generic PEEK"
|
||||||
|
}
|
||||||
138
resources/profiles/MagicMaker/machine/MM hj SK 0.4 nozzle.json
Normal file
@@ -0,0 +1,138 @@
|
|||||||
|
{
|
||||||
|
"type": "machine",
|
||||||
|
"setting_id": "GM001",
|
||||||
|
"name": "MM hj SK 0.4 nozzle",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_machine_common",
|
||||||
|
"printer_model": "MM hj SK",
|
||||||
|
"default_print_profile": "0.10mm Fine @MM hj SK",
|
||||||
|
"nozzle_diameter": [
|
||||||
|
"0.4"
|
||||||
|
],
|
||||||
|
"gcode_flavor": "klipper",
|
||||||
|
"is_custom_defined": "0",
|
||||||
|
"machine_pause_gcode": "PAUSE",
|
||||||
|
"printable_area": [
|
||||||
|
"0x0",
|
||||||
|
"220x0",
|
||||||
|
"220x210",
|
||||||
|
"0x210"
|
||||||
|
],
|
||||||
|
"printable_height": "300",
|
||||||
|
"auxiliary_fan": "0",
|
||||||
|
"machine_max_acceleration_travel": [
|
||||||
|
"3000",
|
||||||
|
"3000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_z": [
|
||||||
|
"500",
|
||||||
|
"500"
|
||||||
|
],
|
||||||
|
"machine_max_speed_z": [
|
||||||
|
"12",
|
||||||
|
"12"
|
||||||
|
],
|
||||||
|
"max_layer_height": [
|
||||||
|
"0.3"
|
||||||
|
],
|
||||||
|
"printer_settings_id": "MM",
|
||||||
|
"retract_before_wipe": [
|
||||||
|
"70%"
|
||||||
|
],
|
||||||
|
"wipe_distance": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"single_extruder_multi_material": "1",
|
||||||
|
"change_filament_gcode": "",
|
||||||
|
"scan_first_layer": "0",
|
||||||
|
"cooling_tube_length": "20",
|
||||||
|
"cooling_tube_retraction": "60",
|
||||||
|
"extruder_clearance_height_to_lid": "100",
|
||||||
|
"extruder_clearance_height_to_rod": "32",
|
||||||
|
"extruder_clearance_radius": "50",
|
||||||
|
"machine_end_gcode": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nG1 E3 F300\nG1 E-10 F9000\nM84 ;steppers off\nG90 ;absolute positioning\nM107 ; turn off fan\nPRINT_END",
|
||||||
|
"machine_max_acceleration_e": [
|
||||||
|
"6000"
|
||||||
|
],
|
||||||
|
"machine_max_speed_e": [
|
||||||
|
"60",
|
||||||
|
"120"
|
||||||
|
],
|
||||||
|
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home\nG1 Z1 F9000 ;move the platform to 15mm\nG92 E0\nG1 F500 E10\nG0 X0 Y0\nG92 E0 ;zero the extruded length\nG1 F1000 Y100 E20\nG92 E0 ;zero the extruded length again\nG1 F9000\nM117 Printing...",
|
||||||
|
"min_layer_height": [
|
||||||
|
"0.05"
|
||||||
|
],
|
||||||
|
"nozzle_type": "brass",
|
||||||
|
"parking_pos_retraction": "22",
|
||||||
|
"retract_length_toolchange": [
|
||||||
|
"5"
|
||||||
|
],
|
||||||
|
"retraction_minimum_travel": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_e": [
|
||||||
|
"2.5",
|
||||||
|
"2.5"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_x": [
|
||||||
|
"9",
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_y": [
|
||||||
|
"9",
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"thumbnails": [
|
||||||
|
"220x220"
|
||||||
|
],
|
||||||
|
|
||||||
|
|
||||||
|
"deretraction_speed": [
|
||||||
|
"30"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_extruding": [
|
||||||
|
"5000",
|
||||||
|
"1500"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_retracting": [
|
||||||
|
"5000",
|
||||||
|
"1500"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_x": [
|
||||||
|
"20000",
|
||||||
|
"3000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_y": [
|
||||||
|
"20000",
|
||||||
|
"3000"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_z": [
|
||||||
|
"2",
|
||||||
|
"0.4"
|
||||||
|
],
|
||||||
|
"machine_max_speed_x": [
|
||||||
|
"500",
|
||||||
|
"500"
|
||||||
|
],
|
||||||
|
"machine_max_speed_y": [
|
||||||
|
"500",
|
||||||
|
"500"
|
||||||
|
],
|
||||||
|
"retraction_length": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"retraction_speed": [
|
||||||
|
"30"
|
||||||
|
],
|
||||||
|
"z_hop": [
|
||||||
|
"0.4"
|
||||||
|
],
|
||||||
|
"z_hop_types": [
|
||||||
|
"Spiral Lift"
|
||||||
|
],
|
||||||
|
"default_filament_profile": [
|
||||||
|
"MM Generic PLA"
|
||||||
|
],
|
||||||
|
"version": "2.0.0.0"
|
||||||
|
}
|
||||||
12
resources/profiles/MagicMaker/machine/MM hj SK.json
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"type": "machine_model",
|
||||||
|
"name": "MM hj SK",
|
||||||
|
"model_id": "MM-hj-SK",
|
||||||
|
"nozzle_diameter": "0.4",
|
||||||
|
"machine_tech": "FFF",
|
||||||
|
"family": "magicmaker",
|
||||||
|
"bed_model": "220210_buildplate_model.stl",
|
||||||
|
"bed_texture": "MM_buildplate_texture.png",
|
||||||
|
"hotend_model": "MM_hotend.stl",
|
||||||
|
"default_materials": "MM Generic PLA;MM Generic PETG;MM Generic ABS;MM Generic TPU"
|
||||||
|
}
|
||||||
137
resources/profiles/MagicMaker/machine/MM hqs SF 0.4 nozzle.json
Normal file
@@ -0,0 +1,137 @@
|
|||||||
|
{
|
||||||
|
"type": "machine",
|
||||||
|
"setting_id": "GM001",
|
||||||
|
"name": "MM hqs SF 0.4 nozzle",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_machine_common",
|
||||||
|
"printer_model": "MM hqs SF",
|
||||||
|
"default_print_profile": "0.10mm Fine @MM hqs SF",
|
||||||
|
"nozzle_diameter": [
|
||||||
|
"0.4"
|
||||||
|
],
|
||||||
|
"printable_area": [
|
||||||
|
"0x0",
|
||||||
|
"220x0",
|
||||||
|
"220x210",
|
||||||
|
"0x210"
|
||||||
|
],
|
||||||
|
"printable_height": "300",
|
||||||
|
"auxiliary_fan": "0",
|
||||||
|
"machine_max_acceleration_travel": [
|
||||||
|
"3000",
|
||||||
|
"3000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_z": [
|
||||||
|
"500",
|
||||||
|
"500"
|
||||||
|
],
|
||||||
|
"machine_max_speed_z": [
|
||||||
|
"12",
|
||||||
|
"12"
|
||||||
|
],
|
||||||
|
"max_layer_height": [
|
||||||
|
"0.3"
|
||||||
|
],
|
||||||
|
"printer_settings_id": "MM",
|
||||||
|
"retract_before_wipe": [
|
||||||
|
"70%"
|
||||||
|
],
|
||||||
|
"wipe_distance": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"single_extruder_multi_material": "1",
|
||||||
|
"change_filament_gcode": "",
|
||||||
|
"scan_first_layer": "0",
|
||||||
|
"cooling_tube_length": "20",
|
||||||
|
"cooling_tube_retraction": "60",
|
||||||
|
"extruder_clearance_height_to_lid": "100",
|
||||||
|
"extruder_clearance_height_to_rod": "32",
|
||||||
|
"extruder_clearance_radius": "50",
|
||||||
|
"machine_end_gcode": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nG1 E3 F300\nG1 E-10 F9000\nM84 ;steppers off\nG90 ;absolute positioning\nM107 ; turn off fan\nPRINT_END",
|
||||||
|
"machine_max_acceleration_e": [
|
||||||
|
"6000"
|
||||||
|
],
|
||||||
|
"machine_max_speed_e": [
|
||||||
|
"60",
|
||||||
|
"120"
|
||||||
|
],
|
||||||
|
"machine_pause_gcode": "M601",
|
||||||
|
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home\nG1 Z1 F9000 ;move the platform to 15mm\nG92 E0\nG1 F500 E10\nG0 X0 Y0\nG92 E0 ;zero the extruded length\nG1 F1000 Y100 E20\nG92 E0 ;zero the extruded length again\nG1 F9000\nM117 Printing...",
|
||||||
|
"min_layer_height": [
|
||||||
|
"0.05"
|
||||||
|
],
|
||||||
|
"nozzle_type": "brass",
|
||||||
|
"parking_pos_retraction": "22",
|
||||||
|
"retract_length_toolchange": [
|
||||||
|
"5"
|
||||||
|
],
|
||||||
|
"retraction_minimum_travel": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_e": [
|
||||||
|
"2.5",
|
||||||
|
"2.5"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_x": [
|
||||||
|
"9",
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_y": [
|
||||||
|
"9",
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"thumbnails": [
|
||||||
|
"220x220"
|
||||||
|
],
|
||||||
|
|
||||||
|
|
||||||
|
"deretraction_speed": [
|
||||||
|
"30"
|
||||||
|
],
|
||||||
|
"is_custom_defined": "0",
|
||||||
|
"machine_max_acceleration_extruding": [
|
||||||
|
"5000",
|
||||||
|
"1500"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_retracting": [
|
||||||
|
"5000",
|
||||||
|
"1500"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_x": [
|
||||||
|
"20000",
|
||||||
|
"3000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_y": [
|
||||||
|
"20000",
|
||||||
|
"3000"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_z": [
|
||||||
|
"2",
|
||||||
|
"0.4"
|
||||||
|
],
|
||||||
|
"machine_max_speed_x": [
|
||||||
|
"500",
|
||||||
|
"500"
|
||||||
|
],
|
||||||
|
"machine_max_speed_y": [
|
||||||
|
"500",
|
||||||
|
"500"
|
||||||
|
],
|
||||||
|
"retraction_length": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"retraction_speed": [
|
||||||
|
"30"
|
||||||
|
],
|
||||||
|
"z_hop": [
|
||||||
|
"0.4"
|
||||||
|
],
|
||||||
|
"z_hop_types": [
|
||||||
|
"Spiral Lift"
|
||||||
|
],
|
||||||
|
"default_filament_profile": [
|
||||||
|
"MM Generic PLA"
|
||||||
|
],
|
||||||
|
"version": "2.0.0.0"
|
||||||
|
}
|
||||||
12
resources/profiles/MagicMaker/machine/MM hqs SF.json
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"type": "machine_model",
|
||||||
|
"name": "MM hqs SF",
|
||||||
|
"model_id": "MM-hqs-SF",
|
||||||
|
"nozzle_diameter": "0.4",
|
||||||
|
"machine_tech": "FFF",
|
||||||
|
"family": "magicmaker",
|
||||||
|
"bed_model": "220210_buildplate_model.stl",
|
||||||
|
"bed_texture": "MM_buildplate_texture.png",
|
||||||
|
"hotend_model": "MM_hotend.stl",
|
||||||
|
"default_materials": "MM Generic PLA;MM Generic PETG;MM Generic ABS;MM Generic TPU"
|
||||||
|
}
|
||||||
129
resources/profiles/MagicMaker/machine/MM hqs hj 0.4 nozzle.json
Normal file
@@ -0,0 +1,129 @@
|
|||||||
|
{
|
||||||
|
"type": "machine",
|
||||||
|
"setting_id": "GM001",
|
||||||
|
"name": "MM hqs hj 0.4 nozzle",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_machine_common",
|
||||||
|
"printer_model": "MM hqs hj",
|
||||||
|
"default_print_profile": "0.10mm Fine @MM hqs hj",
|
||||||
|
"nozzle_diameter": [
|
||||||
|
"0.4"
|
||||||
|
],
|
||||||
|
"printable_area": [
|
||||||
|
"0x0",
|
||||||
|
"220x0",
|
||||||
|
"220x210",
|
||||||
|
"0x210"
|
||||||
|
],
|
||||||
|
"printable_height": "300",
|
||||||
|
"auxiliary_fan": "0",
|
||||||
|
"machine_max_acceleration_travel": [
|
||||||
|
"3000",
|
||||||
|
"3000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_x": [
|
||||||
|
"3000",
|
||||||
|
"3000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_y": [
|
||||||
|
"3000",
|
||||||
|
"3000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_z": [
|
||||||
|
"500",
|
||||||
|
"500"
|
||||||
|
],
|
||||||
|
"machine_max_speed_z": [
|
||||||
|
"12",
|
||||||
|
"12"
|
||||||
|
],
|
||||||
|
"max_layer_height": [
|
||||||
|
"0.3"
|
||||||
|
],
|
||||||
|
"printer_settings_id": "MM",
|
||||||
|
"retract_before_wipe": [
|
||||||
|
"70%"
|
||||||
|
],
|
||||||
|
"wipe_distance": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"single_extruder_multi_material": "1",
|
||||||
|
"change_filament_gcode": "",
|
||||||
|
"scan_first_layer": "0",
|
||||||
|
"cooling_tube_length": "20",
|
||||||
|
"cooling_tube_retraction": "60",
|
||||||
|
"deretraction_speed": [
|
||||||
|
"25"
|
||||||
|
],
|
||||||
|
"extruder_clearance_height_to_lid": "100",
|
||||||
|
"extruder_clearance_height_to_rod": "32",
|
||||||
|
"extruder_clearance_radius": "50",
|
||||||
|
"is_custom_defined": "0",
|
||||||
|
"machine_end_gcode": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nG1 E3 F300\nG1 E-10 F9000\nM84 ;steppers off\nG90 ;absolute positioning\nM107 ; turn off fan\nPRINT_END",
|
||||||
|
"machine_max_acceleration_e": [
|
||||||
|
"6000"
|
||||||
|
],
|
||||||
|
"machine_max_speed_e": [
|
||||||
|
"60",
|
||||||
|
"120"
|
||||||
|
],
|
||||||
|
"machine_max_speed_x": [
|
||||||
|
"300",
|
||||||
|
"500"
|
||||||
|
],
|
||||||
|
"machine_max_speed_y": [
|
||||||
|
"300",
|
||||||
|
"500"
|
||||||
|
],
|
||||||
|
"machine_pause_gcode": "M601",
|
||||||
|
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home\nG1 Z1 F9000 ;move the platform to 15mm\nG92 E0\nG1 F500 E10\nG0 X0 Y0\nG92 E0 ;zero the extruded length\nG1 F1000 Y100 E20\nG92 E0 ;zero the extruded length again\nG1 F9000\nM117 Printing...",
|
||||||
|
"min_layer_height": [
|
||||||
|
"0.05"
|
||||||
|
],
|
||||||
|
"nozzle_type": "brass",
|
||||||
|
"parking_pos_retraction": "22",
|
||||||
|
"retract_length_toolchange": [
|
||||||
|
"5"
|
||||||
|
],
|
||||||
|
"retraction_length": [
|
||||||
|
"1.5"
|
||||||
|
],
|
||||||
|
"retraction_minimum_travel": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"retraction_speed": [
|
||||||
|
"25"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_extruding": [
|
||||||
|
"2000",
|
||||||
|
"1500"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_retracting": [
|
||||||
|
"2000",
|
||||||
|
"1500"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_e": [
|
||||||
|
"2.5",
|
||||||
|
"2.5"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_x": [
|
||||||
|
"9",
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_y": [
|
||||||
|
"9",
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_z": [
|
||||||
|
"0.2",
|
||||||
|
"0.4"
|
||||||
|
],
|
||||||
|
"thumbnails": [
|
||||||
|
"220x220"
|
||||||
|
],
|
||||||
|
"default_filament_profile": [
|
||||||
|
"MM Generic PLA"
|
||||||
|
],
|
||||||
|
"version": "2.0.0.0"
|
||||||
|
}
|
||||||
12
resources/profiles/MagicMaker/machine/MM hqs hj.json
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"type": "machine_model",
|
||||||
|
"name": "MM hqs hj",
|
||||||
|
"model_id": "MM-hqs-hj",
|
||||||
|
"nozzle_diameter": "0.4",
|
||||||
|
"machine_tech": "FFF",
|
||||||
|
"family": "magicmaker",
|
||||||
|
"bed_model": "220210_buildplate_model.stl",
|
||||||
|
"bed_texture": "MM_buildplate_texture.png",
|
||||||
|
"hotend_model": "MM_hotend.stl",
|
||||||
|
"default_materials": "MM Generic PLA;MM Generic PETG;MM Generic ABS;MM Generic TPU"
|
||||||
|
}
|
||||||
129
resources/profiles/MagicMaker/machine/MM slb 0.4 nozzle.json
Normal file
@@ -0,0 +1,129 @@
|
|||||||
|
{
|
||||||
|
"type": "machine",
|
||||||
|
"setting_id": "GM001",
|
||||||
|
"name": "MM slb 0.4 nozzle",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_machine_common",
|
||||||
|
"printer_model": "MM slb",
|
||||||
|
"default_print_profile": "0.10mm Fine @MM slb",
|
||||||
|
"nozzle_diameter": [
|
||||||
|
"0.4"
|
||||||
|
],
|
||||||
|
"auxiliary_fan": "0",
|
||||||
|
"machine_max_acceleration_travel": [
|
||||||
|
"3000",
|
||||||
|
"3000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_z": [
|
||||||
|
"500",
|
||||||
|
"500"
|
||||||
|
],
|
||||||
|
"machine_max_speed_z": [
|
||||||
|
"12",
|
||||||
|
"12"
|
||||||
|
],
|
||||||
|
"max_layer_height": [
|
||||||
|
"0.3"
|
||||||
|
],
|
||||||
|
"printer_settings_id": "MM",
|
||||||
|
"retract_before_wipe": [
|
||||||
|
"70%"
|
||||||
|
],
|
||||||
|
"single_extruder_multi_material": "1",
|
||||||
|
"change_filament_gcode": "",
|
||||||
|
"scan_first_layer": "0",
|
||||||
|
"cooling_tube_length": "20",
|
||||||
|
"cooling_tube_retraction": "60",
|
||||||
|
"deretraction_speed": [
|
||||||
|
"25"
|
||||||
|
],
|
||||||
|
"extruder_clearance_height_to_lid": "100",
|
||||||
|
"extruder_clearance_height_to_rod": "32",
|
||||||
|
"extruder_clearance_radius": "50",
|
||||||
|
"machine_max_jerk_e": [
|
||||||
|
"5",
|
||||||
|
"2.5"
|
||||||
|
],
|
||||||
|
"machine_max_speed_e": [
|
||||||
|
"60",
|
||||||
|
"120"
|
||||||
|
],
|
||||||
|
"machine_pause_gcode": "M601",
|
||||||
|
"nozzle_type": "brass",
|
||||||
|
"parking_pos_retraction": "22",
|
||||||
|
"retract_length_toolchange": [
|
||||||
|
"5"
|
||||||
|
],
|
||||||
|
"retraction_minimum_travel": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"retraction_speed": [
|
||||||
|
"25"
|
||||||
|
],
|
||||||
|
"default_filament_profile": [
|
||||||
|
"MM Generic PLA"
|
||||||
|
],
|
||||||
|
"is_custom_defined": "0",
|
||||||
|
"machine_end_gcode": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG28 X0\nG0 Y120\nG1 E-10 F9000\nM84 ;steppers off\nG90 ;absolute positioning\nPRINT_END",
|
||||||
|
"machine_max_acceleration_e": [
|
||||||
|
"4000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_extruding": [
|
||||||
|
"2000",
|
||||||
|
"1500"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_retracting": [
|
||||||
|
"2000",
|
||||||
|
"1500"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_x": [
|
||||||
|
"2000",
|
||||||
|
"3000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_y": [
|
||||||
|
"2000",
|
||||||
|
"3000"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_x": [
|
||||||
|
"9",
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_y": [
|
||||||
|
"9",
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_z": [
|
||||||
|
"0.2",
|
||||||
|
"0.4"
|
||||||
|
],
|
||||||
|
"machine_max_speed_x": [
|
||||||
|
"200",
|
||||||
|
"500"
|
||||||
|
],
|
||||||
|
"machine_max_speed_y": [
|
||||||
|
"200",
|
||||||
|
"500"
|
||||||
|
],
|
||||||
|
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home\nG0 Z1\nG0 X0 Y0\nG92 E0\nG0 Z0.5\nG1 F1000 Y100 E20\nG92 E0\nM117 Printing...",
|
||||||
|
"min_layer_height": [
|
||||||
|
"0.1"
|
||||||
|
],
|
||||||
|
"printable_area": [
|
||||||
|
"0x0",
|
||||||
|
"125x0",
|
||||||
|
"125x125",
|
||||||
|
"0x125"
|
||||||
|
],
|
||||||
|
"printable_height": "160",
|
||||||
|
"retraction_length": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
|
"thumbnails": [
|
||||||
|
"120x120"
|
||||||
|
],
|
||||||
|
"wipe_distance": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"version": "2.0.0.0"
|
||||||
|
}
|
||||||
12
resources/profiles/MagicMaker/machine/MM slb.json
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"type": "machine_model",
|
||||||
|
"name": "MM slb",
|
||||||
|
"model_id": "MM-slb",
|
||||||
|
"nozzle_diameter": "0.4",
|
||||||
|
"machine_tech": "FFF",
|
||||||
|
"family": "magicmaker",
|
||||||
|
"bed_model": "125_buildplate_model.stl",
|
||||||
|
"bed_texture": "MM_buildplate_texture.png",
|
||||||
|
"hotend_model": "MM_hotend.stl",
|
||||||
|
"default_materials": "MM Generic PLA;MM Generic PETG;MM Generic ABS;MM Generic TPU"
|
||||||
|
}
|
||||||
118
resources/profiles/MagicMaker/machine/fdm_machine_common.json
Normal file
@@ -0,0 +1,118 @@
|
|||||||
|
{
|
||||||
|
"type": "machine",
|
||||||
|
"name": "fdm_machine_common",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "false",
|
||||||
|
"printer_technology": "FFF",
|
||||||
|
"deretraction_speed": [
|
||||||
|
"40"
|
||||||
|
],
|
||||||
|
"extruder_colour": [
|
||||||
|
"#FCE94F"
|
||||||
|
],
|
||||||
|
"extruder_offset": [
|
||||||
|
"0x0"
|
||||||
|
],
|
||||||
|
"gcode_flavor": "marlin",
|
||||||
|
"silent_mode": "0",
|
||||||
|
"machine_max_acceleration_e": [
|
||||||
|
"10000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_extruding": [
|
||||||
|
"1500"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_retracting": [
|
||||||
|
"1500"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_x": [
|
||||||
|
"3000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_y": [
|
||||||
|
"3000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_z": [
|
||||||
|
"500"
|
||||||
|
],
|
||||||
|
"machine_max_speed_e": [
|
||||||
|
"120"
|
||||||
|
],
|
||||||
|
"machine_max_speed_x": [
|
||||||
|
"500"
|
||||||
|
],
|
||||||
|
"machine_max_speed_y": [
|
||||||
|
"500"
|
||||||
|
],
|
||||||
|
"machine_max_speed_z": [
|
||||||
|
"12"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_e": [
|
||||||
|
"2.5"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_x": [
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_y": [
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_z": [
|
||||||
|
"0.4"
|
||||||
|
],
|
||||||
|
"machine_min_extruding_rate": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"machine_min_travel_rate": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"max_layer_height": [
|
||||||
|
"0.3"
|
||||||
|
],
|
||||||
|
"min_layer_height": [
|
||||||
|
"0.07"
|
||||||
|
],
|
||||||
|
"printable_height": "212",
|
||||||
|
"extruder_clearance_radius": "65",
|
||||||
|
"extruder_clearance_height_to_rod": "36",
|
||||||
|
"extruder_clearance_height_to_lid": "140",
|
||||||
|
"nozzle_diameter": [
|
||||||
|
"0.4"
|
||||||
|
],
|
||||||
|
"printer_settings_id": "",
|
||||||
|
"printer_variant": "0.4",
|
||||||
|
"retraction_minimum_travel": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
|
"retract_before_wipe": [
|
||||||
|
"0%"
|
||||||
|
],
|
||||||
|
"retract_when_changing_layer": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"retraction_length": [
|
||||||
|
"6"
|
||||||
|
],
|
||||||
|
"retract_length_toolchange": [
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"z_hop": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"retract_restart_extra": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"retract_restart_extra_toolchange": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"retraction_speed": [
|
||||||
|
"50"
|
||||||
|
],
|
||||||
|
"single_extruder_multi_material": "1",
|
||||||
|
"change_filament_gcode": "",
|
||||||
|
"wipe": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"z_lift_type": "NormalLift",
|
||||||
|
"default_print_profile": "0.10mm Fine @MM hj",
|
||||||
|
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
|
||||||
|
"machine_start_gcode": "",
|
||||||
|
"machine_end_gcode": ""
|
||||||
|
}
|
||||||
BIN
resources/profiles/MagicMaker/magicmaker_hotend.stl
Normal file
@@ -0,0 +1,117 @@
|
|||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.10mm Fine @MM BoneKing",
|
||||||
|
"from": "system",
|
||||||
|
"inherits": "fdm_process_common",
|
||||||
|
"instantiation": "true",
|
||||||
|
"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": "1",
|
||||||
|
"bridge_speed": "60",
|
||||||
|
"brim_width": "0",
|
||||||
|
"brim_object_gap": "0",
|
||||||
|
"compatible_printers_condition": "",
|
||||||
|
"print_sequence": "by layer",
|
||||||
|
"bridge_no_support": "0",
|
||||||
|
"draft_shield": "disabled",
|
||||||
|
"elefant_foot_compensation": "0",
|
||||||
|
"enable_arc_fitting": "0",
|
||||||
|
"outer_wall_line_width": "0.4",
|
||||||
|
"wall_infill_order": "inner wall/outer wall/infill",
|
||||||
|
"infill_direction": "45",
|
||||||
|
"sparse_infill_density": "15%",
|
||||||
|
"sparse_infill_pattern": "grid",
|
||||||
|
"initial_layer_line_width": "0.42",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"infill_combination": "0",
|
||||||
|
"sparse_infill_line_width": "0.45",
|
||||||
|
"infill_wall_overlap": "35%",
|
||||||
|
"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}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||||
|
"detect_overhang_wall": "1",
|
||||||
|
"overhang_1_4_speed": "0",
|
||||||
|
"overhang_2_4_speed": "20",
|
||||||
|
"overhang_3_4_speed": "15",
|
||||||
|
"overhang_4_4_speed": "10",
|
||||||
|
"inner_wall_line_width": "0.45",
|
||||||
|
"print_settings_id": "",
|
||||||
|
"raft_layers": "0",
|
||||||
|
"seam_position": "aligned",
|
||||||
|
"skirt_height": "1",
|
||||||
|
"minimum_sparse_infill_area": "10",
|
||||||
|
"internal_solid_infill_line_width": "0",
|
||||||
|
"spiral_mode": "0",
|
||||||
|
"standby_temperature_delta": "-5",
|
||||||
|
"resolution": "0.012",
|
||||||
|
"support_type": "normal(auto)",
|
||||||
|
"support_style": "grid",
|
||||||
|
"support_on_build_plate_only": "0",
|
||||||
|
"support_filament": "0",
|
||||||
|
"support_line_width": "0.4",
|
||||||
|
"support_interface_loop_pattern": "0",
|
||||||
|
"support_interface_filament": "0",
|
||||||
|
"support_interface_top_layers": "3",
|
||||||
|
"support_interface_bottom_layers": "-1",
|
||||||
|
"support_interface_spacing": "0.2",
|
||||||
|
"support_base_pattern": "rectilinear",
|
||||||
|
"support_base_pattern_spacing": "0.2",
|
||||||
|
"support_threshold_angle": "30",
|
||||||
|
"support_object_xy_distance": "50%",
|
||||||
|
"tree_support_branch_angle": "40",
|
||||||
|
"tree_support_wall_count": "0",
|
||||||
|
"detect_thin_wall": "1",
|
||||||
|
"top_surface_pattern": "monotonic",
|
||||||
|
"top_surface_line_width": "0.4",
|
||||||
|
"top_shell_thickness": "0.8",
|
||||||
|
"travel_speed": "150",
|
||||||
|
"enable_prime_tower": "0",
|
||||||
|
"wipe_tower_no_sparse_layers": "0",
|
||||||
|
"prime_tower_width": "60",
|
||||||
|
"xy_hole_compensation": "0",
|
||||||
|
"xy_contour_compensation": "0",
|
||||||
|
"enable_support": "1",
|
||||||
|
"gap_infill_speed": "100",
|
||||||
|
"initial_layer_infill_speed": "30",
|
||||||
|
"initial_layer_speed": "15",
|
||||||
|
"inner_wall_speed": "60",
|
||||||
|
"internal_solid_infill_speed": "90",
|
||||||
|
"layer_height": "0.1",
|
||||||
|
"line_width": "0.4",
|
||||||
|
"outer_wall_speed": "45",
|
||||||
|
"skirt_distance": "1",
|
||||||
|
"skirt_loops": "1",
|
||||||
|
"slowdown_for_curled_perimeters": "1",
|
||||||
|
"sparse_infill_speed": "90",
|
||||||
|
"support_bottom_z_distance": "0.1",
|
||||||
|
"support_interface_speed": "90",
|
||||||
|
"support_speed": "80",
|
||||||
|
"support_top_z_distance": "0.1",
|
||||||
|
"top_shell_layers": "8",
|
||||||
|
"top_surface_speed": "60",
|
||||||
|
"version": "2.0.0.0",
|
||||||
|
"wall_loops": "3",
|
||||||
|
"wipe_on_loops": "1",
|
||||||
|
"bridge_acceleration": "2000",
|
||||||
|
"default_acceleration": "3000",
|
||||||
|
"initial_layer_print_height": "0.2",
|
||||||
|
"inner_wall_acceleration": "2000",
|
||||||
|
"internal_solid_infill_acceleration": "3000",
|
||||||
|
"is_custom_defined": "0",
|
||||||
|
"outer_wall_acceleration": "1600",
|
||||||
|
"sparse_infill_acceleration": "3000",
|
||||||
|
"top_surface_acceleration": "2000",
|
||||||
|
"travel_acceleration": "3000",
|
||||||
|
"compatible_printers": [
|
||||||
|
"MM BoneKing 0.4 nozzle"
|
||||||
|
]
|
||||||
|
}
|
||||||
117
resources/profiles/MagicMaker/process/0.10mm Fine @MM hj SK.json
Normal file
@@ -0,0 +1,117 @@
|
|||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.10mm Fine @MM hj SK",
|
||||||
|
"from": "system",
|
||||||
|
"inherits": "fdm_process_common",
|
||||||
|
"instantiation": "true",
|
||||||
|
"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": "1",
|
||||||
|
"bridge_speed": "60",
|
||||||
|
"brim_width": "0",
|
||||||
|
"brim_object_gap": "0",
|
||||||
|
"compatible_printers_condition": "",
|
||||||
|
"print_sequence": "by layer",
|
||||||
|
"bridge_no_support": "0",
|
||||||
|
"draft_shield": "disabled",
|
||||||
|
"elefant_foot_compensation": "0",
|
||||||
|
"enable_arc_fitting": "0",
|
||||||
|
"outer_wall_line_width": "0.4",
|
||||||
|
"wall_infill_order": "inner wall/outer wall/infill",
|
||||||
|
"infill_direction": "45",
|
||||||
|
"sparse_infill_density": "15%",
|
||||||
|
"sparse_infill_pattern": "grid",
|
||||||
|
"initial_layer_line_width": "0.42",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"infill_combination": "0",
|
||||||
|
"sparse_infill_line_width": "0.45",
|
||||||
|
"infill_wall_overlap": "35%",
|
||||||
|
"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}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||||
|
"detect_overhang_wall": "1",
|
||||||
|
"overhang_1_4_speed": "0",
|
||||||
|
"overhang_2_4_speed": "20",
|
||||||
|
"overhang_3_4_speed": "15",
|
||||||
|
"overhang_4_4_speed": "10",
|
||||||
|
"inner_wall_line_width": "0.45",
|
||||||
|
"print_settings_id": "",
|
||||||
|
"raft_layers": "0",
|
||||||
|
"seam_position": "aligned",
|
||||||
|
"skirt_height": "1",
|
||||||
|
"minimum_sparse_infill_area": "10",
|
||||||
|
"internal_solid_infill_line_width": "0",
|
||||||
|
"spiral_mode": "0",
|
||||||
|
"standby_temperature_delta": "-5",
|
||||||
|
"resolution": "0.012",
|
||||||
|
"support_type": "normal(auto)",
|
||||||
|
"support_style": "grid",
|
||||||
|
"support_on_build_plate_only": "0",
|
||||||
|
"support_filament": "0",
|
||||||
|
"support_line_width": "0.4",
|
||||||
|
"support_interface_loop_pattern": "0",
|
||||||
|
"support_interface_filament": "0",
|
||||||
|
"support_interface_top_layers": "3",
|
||||||
|
"support_interface_bottom_layers": "-1",
|
||||||
|
"support_interface_spacing": "0.2",
|
||||||
|
"support_base_pattern": "rectilinear",
|
||||||
|
"support_base_pattern_spacing": "0.2",
|
||||||
|
"support_threshold_angle": "30",
|
||||||
|
"support_object_xy_distance": "50%",
|
||||||
|
"tree_support_branch_angle": "40",
|
||||||
|
"tree_support_wall_count": "0",
|
||||||
|
"detect_thin_wall": "1",
|
||||||
|
"top_surface_pattern": "monotonic",
|
||||||
|
"top_surface_line_width": "0.4",
|
||||||
|
"top_shell_thickness": "0.8",
|
||||||
|
"travel_speed": "150",
|
||||||
|
"enable_prime_tower": "0",
|
||||||
|
"wipe_tower_no_sparse_layers": "0",
|
||||||
|
"prime_tower_width": "60",
|
||||||
|
"xy_hole_compensation": "0",
|
||||||
|
"xy_contour_compensation": "0",
|
||||||
|
"enable_support": "1",
|
||||||
|
"gap_infill_speed": "100",
|
||||||
|
"initial_layer_infill_speed": "30",
|
||||||
|
"initial_layer_speed": "15",
|
||||||
|
"inner_wall_speed": "60",
|
||||||
|
"internal_solid_infill_speed": "90",
|
||||||
|
"layer_height": "0.1",
|
||||||
|
"line_width": "0.4",
|
||||||
|
"outer_wall_speed": "45",
|
||||||
|
"skirt_distance": "1",
|
||||||
|
"skirt_loops": "1",
|
||||||
|
"slowdown_for_curled_perimeters": "1",
|
||||||
|
"sparse_infill_speed": "90",
|
||||||
|
"support_bottom_z_distance": "0.1",
|
||||||
|
"support_interface_speed": "90",
|
||||||
|
"support_speed": "80",
|
||||||
|
"support_top_z_distance": "0.1",
|
||||||
|
"top_shell_layers": "8",
|
||||||
|
"top_surface_speed": "60",
|
||||||
|
"version": "2.0.0.0",
|
||||||
|
"wall_loops": "3",
|
||||||
|
"wipe_on_loops": "1",
|
||||||
|
"bridge_acceleration": "2000",
|
||||||
|
"default_acceleration": "3000",
|
||||||
|
"initial_layer_print_height": "0.2",
|
||||||
|
"inner_wall_acceleration": "2000",
|
||||||
|
"internal_solid_infill_acceleration": "3000",
|
||||||
|
"is_custom_defined": "0",
|
||||||
|
"outer_wall_acceleration": "1600",
|
||||||
|
"sparse_infill_acceleration": "3000",
|
||||||
|
"top_surface_acceleration": "2000",
|
||||||
|
"travel_acceleration": "3000",
|
||||||
|
"compatible_printers": [
|
||||||
|
"MM hj SK 0.4 nozzle"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,117 @@
|
|||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.10mm Fine @MM hqs SF",
|
||||||
|
"from": "system",
|
||||||
|
"inherits": "fdm_process_common",
|
||||||
|
"instantiation": "true",
|
||||||
|
"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": "1",
|
||||||
|
"bridge_speed": "60",
|
||||||
|
"brim_width": "0",
|
||||||
|
"brim_object_gap": "0",
|
||||||
|
"compatible_printers_condition": "",
|
||||||
|
"print_sequence": "by layer",
|
||||||
|
"bridge_no_support": "0",
|
||||||
|
"draft_shield": "disabled",
|
||||||
|
"elefant_foot_compensation": "0",
|
||||||
|
"enable_arc_fitting": "0",
|
||||||
|
"outer_wall_line_width": "0.4",
|
||||||
|
"wall_infill_order": "inner wall/outer wall/infill",
|
||||||
|
"infill_direction": "45",
|
||||||
|
"sparse_infill_density": "15%",
|
||||||
|
"sparse_infill_pattern": "grid",
|
||||||
|
"initial_layer_line_width": "0.42",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"infill_combination": "0",
|
||||||
|
"sparse_infill_line_width": "0.45",
|
||||||
|
"infill_wall_overlap": "35%",
|
||||||
|
"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}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||||
|
"detect_overhang_wall": "1",
|
||||||
|
"overhang_1_4_speed": "0",
|
||||||
|
"overhang_2_4_speed": "20",
|
||||||
|
"overhang_3_4_speed": "15",
|
||||||
|
"overhang_4_4_speed": "10",
|
||||||
|
"inner_wall_line_width": "0.45",
|
||||||
|
"print_settings_id": "",
|
||||||
|
"raft_layers": "0",
|
||||||
|
"seam_position": "aligned",
|
||||||
|
"skirt_height": "1",
|
||||||
|
"minimum_sparse_infill_area": "10",
|
||||||
|
"internal_solid_infill_line_width": "0",
|
||||||
|
"spiral_mode": "0",
|
||||||
|
"standby_temperature_delta": "-5",
|
||||||
|
"resolution": "0.012",
|
||||||
|
"support_type": "normal(auto)",
|
||||||
|
"support_style": "grid",
|
||||||
|
"support_on_build_plate_only": "0",
|
||||||
|
"support_filament": "0",
|
||||||
|
"support_line_width": "0.4",
|
||||||
|
"support_interface_loop_pattern": "0",
|
||||||
|
"support_interface_filament": "0",
|
||||||
|
"support_interface_top_layers": "3",
|
||||||
|
"support_interface_bottom_layers": "-1",
|
||||||
|
"support_interface_spacing": "0.2",
|
||||||
|
"support_base_pattern": "rectilinear",
|
||||||
|
"support_base_pattern_spacing": "0.2",
|
||||||
|
"support_threshold_angle": "30",
|
||||||
|
"support_object_xy_distance": "50%",
|
||||||
|
"tree_support_branch_angle": "40",
|
||||||
|
"tree_support_wall_count": "0",
|
||||||
|
"detect_thin_wall": "1",
|
||||||
|
"top_surface_pattern": "monotonic",
|
||||||
|
"top_surface_line_width": "0.4",
|
||||||
|
"top_shell_thickness": "0.8",
|
||||||
|
"travel_speed": "150",
|
||||||
|
"enable_prime_tower": "0",
|
||||||
|
"wipe_tower_no_sparse_layers": "0",
|
||||||
|
"prime_tower_width": "60",
|
||||||
|
"xy_hole_compensation": "0",
|
||||||
|
"xy_contour_compensation": "0",
|
||||||
|
"enable_support": "1",
|
||||||
|
"gap_infill_speed": "100",
|
||||||
|
"initial_layer_infill_speed": "30",
|
||||||
|
"initial_layer_speed": "15",
|
||||||
|
"inner_wall_speed": "60",
|
||||||
|
"internal_solid_infill_speed": "90",
|
||||||
|
"layer_height": "0.1",
|
||||||
|
"line_width": "0.4",
|
||||||
|
"outer_wall_speed": "45",
|
||||||
|
"skirt_distance": "1",
|
||||||
|
"skirt_loops": "1",
|
||||||
|
"slowdown_for_curled_perimeters": "1",
|
||||||
|
"sparse_infill_speed": "90",
|
||||||
|
"support_bottom_z_distance": "0.1",
|
||||||
|
"support_interface_speed": "90",
|
||||||
|
"support_speed": "80",
|
||||||
|
"support_top_z_distance": "0.1",
|
||||||
|
"top_shell_layers": "8",
|
||||||
|
"top_surface_speed": "60",
|
||||||
|
"version": "2.0.0.0",
|
||||||
|
"wall_loops": "3",
|
||||||
|
"wipe_on_loops": "1",
|
||||||
|
"bridge_acceleration": "2000",
|
||||||
|
"default_acceleration": "3000",
|
||||||
|
"initial_layer_print_height": "0.2",
|
||||||
|
"inner_wall_acceleration": "2000",
|
||||||
|
"internal_solid_infill_acceleration": "3000",
|
||||||
|
"is_custom_defined": "0",
|
||||||
|
"outer_wall_acceleration": "1600",
|
||||||
|
"sparse_infill_acceleration": "3000",
|
||||||
|
"top_surface_acceleration": "2000",
|
||||||
|
"travel_acceleration": "3000",
|
||||||
|
"compatible_printers": [
|
||||||
|
"MM hqs SF 0.4 nozzle"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,117 @@
|
|||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.10mm Fine @MM hqs hj",
|
||||||
|
"from": "system",
|
||||||
|
"inherits": "fdm_process_common",
|
||||||
|
"instantiation": "true",
|
||||||
|
"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": "1",
|
||||||
|
"bridge_speed": "60",
|
||||||
|
"brim_width": "0",
|
||||||
|
"brim_object_gap": "0",
|
||||||
|
"compatible_printers_condition": "",
|
||||||
|
"print_sequence": "by layer",
|
||||||
|
"bridge_no_support": "0",
|
||||||
|
"draft_shield": "disabled",
|
||||||
|
"elefant_foot_compensation": "0",
|
||||||
|
"enable_arc_fitting": "0",
|
||||||
|
"outer_wall_line_width": "0.4",
|
||||||
|
"wall_infill_order": "inner wall/outer wall/infill",
|
||||||
|
"infill_direction": "45",
|
||||||
|
"sparse_infill_density": "15%",
|
||||||
|
"sparse_infill_pattern": "grid",
|
||||||
|
"initial_layer_line_width": "0.42",
|
||||||
|
"initial_layer_print_height": "0.3",
|
||||||
|
"infill_combination": "0",
|
||||||
|
"sparse_infill_line_width": "0.45",
|
||||||
|
"infill_wall_overlap": "35%",
|
||||||
|
"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}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||||
|
"detect_overhang_wall": "1",
|
||||||
|
"overhang_1_4_speed": "0",
|
||||||
|
"overhang_2_4_speed": "20",
|
||||||
|
"overhang_3_4_speed": "15",
|
||||||
|
"overhang_4_4_speed": "10",
|
||||||
|
"inner_wall_line_width": "0.45",
|
||||||
|
"print_settings_id": "",
|
||||||
|
"raft_layers": "0",
|
||||||
|
"seam_position": "aligned",
|
||||||
|
"skirt_height": "1",
|
||||||
|
"minimum_sparse_infill_area": "10",
|
||||||
|
"internal_solid_infill_line_width": "0",
|
||||||
|
"spiral_mode": "0",
|
||||||
|
"standby_temperature_delta": "-5",
|
||||||
|
"resolution": "0.012",
|
||||||
|
"support_type": "normal(auto)",
|
||||||
|
"support_style": "grid",
|
||||||
|
"support_on_build_plate_only": "0",
|
||||||
|
"support_filament": "0",
|
||||||
|
"support_line_width": "0.4",
|
||||||
|
"support_interface_loop_pattern": "0",
|
||||||
|
"support_interface_filament": "0",
|
||||||
|
"support_interface_top_layers": "3",
|
||||||
|
"support_interface_bottom_layers": "-1",
|
||||||
|
"support_interface_spacing": "0.2",
|
||||||
|
"support_base_pattern": "rectilinear",
|
||||||
|
"support_base_pattern_spacing": "0.2",
|
||||||
|
"support_threshold_angle": "30",
|
||||||
|
"support_object_xy_distance": "50%",
|
||||||
|
"tree_support_branch_angle": "40",
|
||||||
|
"tree_support_wall_count": "0",
|
||||||
|
"detect_thin_wall": "1",
|
||||||
|
"top_surface_pattern": "monotonic",
|
||||||
|
"top_surface_line_width": "0.4",
|
||||||
|
"top_shell_thickness": "0.8",
|
||||||
|
"travel_speed": "150",
|
||||||
|
"enable_prime_tower": "0",
|
||||||
|
"wipe_tower_no_sparse_layers": "0",
|
||||||
|
"prime_tower_width": "60",
|
||||||
|
"xy_hole_compensation": "0",
|
||||||
|
"xy_contour_compensation": "0",
|
||||||
|
"bridge_acceleration": "1000",
|
||||||
|
"default_acceleration": "1600",
|
||||||
|
"enable_support": "1",
|
||||||
|
"gap_infill_speed": "100",
|
||||||
|
"initial_layer_infill_speed": "30",
|
||||||
|
"initial_layer_speed": "15",
|
||||||
|
"inner_wall_acceleration": "1200",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"inner_wall_speed": "60",
|
||||||
|
"internal_solid_infill_acceleration": "1600",
|
||||||
|
"internal_solid_infill_speed": "90",
|
||||||
|
"is_custom_defined": "0",
|
||||||
|
"layer_height": "0.1",
|
||||||
|
"line_width": "0.4",
|
||||||
|
"outer_wall_acceleration": "1000",
|
||||||
|
"outer_wall_speed": "45",
|
||||||
|
"skirt_distance": "1",
|
||||||
|
"skirt_loops": "1",
|
||||||
|
"slowdown_for_curled_perimeters": "1",
|
||||||
|
"sparse_infill_acceleration": "1600",
|
||||||
|
"sparse_infill_speed": "90",
|
||||||
|
"support_bottom_z_distance": "0.1",
|
||||||
|
"support_interface_speed": "90",
|
||||||
|
"support_speed": "80",
|
||||||
|
"support_top_z_distance": "0.1",
|
||||||
|
"top_shell_layers": "8",
|
||||||
|
"top_surface_acceleration": "1000",
|
||||||
|
"top_surface_speed": "60",
|
||||||
|
"travel_acceleration": "1600",
|
||||||
|
"version": "2.0.0.0",
|
||||||
|
"wall_loops": "3",
|
||||||
|
"wipe_on_loops": "1",
|
||||||
|
"compatible_printers": [
|
||||||
|
"MM hqs hj 0.4 nozzle"
|
||||||
|
]
|
||||||
|
}
|
||||||
117
resources/profiles/MagicMaker/process/0.10mm Fine @MM slb.json
Normal file
@@ -0,0 +1,117 @@
|
|||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.10mm Fine @MM slb",
|
||||||
|
"from": "system",
|
||||||
|
"inherits": "fdm_process_common",
|
||||||
|
"instantiation": "true",
|
||||||
|
"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": "1",
|
||||||
|
"bridge_speed": "60",
|
||||||
|
"brim_width": "0",
|
||||||
|
"brim_object_gap": "0",
|
||||||
|
"compatible_printers_condition": "",
|
||||||
|
"print_sequence": "by layer",
|
||||||
|
"bridge_no_support": "0",
|
||||||
|
"draft_shield": "disabled",
|
||||||
|
"elefant_foot_compensation": "0",
|
||||||
|
"enable_arc_fitting": "0",
|
||||||
|
"outer_wall_line_width": "0.4",
|
||||||
|
"wall_infill_order": "inner wall/outer wall/infill",
|
||||||
|
"infill_direction": "45",
|
||||||
|
"sparse_infill_density": "15%",
|
||||||
|
"sparse_infill_pattern": "grid",
|
||||||
|
"initial_layer_line_width": "0.42",
|
||||||
|
"infill_combination": "0",
|
||||||
|
"sparse_infill_line_width": "0.45",
|
||||||
|
"infill_wall_overlap": "35%",
|
||||||
|
"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}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||||
|
"detect_overhang_wall": "1",
|
||||||
|
"overhang_1_4_speed": "0",
|
||||||
|
"overhang_2_4_speed": "20",
|
||||||
|
"overhang_3_4_speed": "15",
|
||||||
|
"overhang_4_4_speed": "10",
|
||||||
|
"inner_wall_line_width": "0.45",
|
||||||
|
"print_settings_id": "",
|
||||||
|
"raft_layers": "0",
|
||||||
|
"seam_position": "aligned",
|
||||||
|
"skirt_height": "1",
|
||||||
|
"minimum_sparse_infill_area": "10",
|
||||||
|
"internal_solid_infill_line_width": "0",
|
||||||
|
"spiral_mode": "0",
|
||||||
|
"standby_temperature_delta": "-5",
|
||||||
|
"resolution": "0.012",
|
||||||
|
"support_type": "normal(auto)",
|
||||||
|
"support_style": "grid",
|
||||||
|
"support_on_build_plate_only": "0",
|
||||||
|
"support_filament": "0",
|
||||||
|
"support_line_width": "0.4",
|
||||||
|
"support_interface_loop_pattern": "0",
|
||||||
|
"support_interface_filament": "0",
|
||||||
|
"support_interface_top_layers": "3",
|
||||||
|
"support_interface_bottom_layers": "-1",
|
||||||
|
"support_interface_spacing": "0.2",
|
||||||
|
"support_base_pattern": "rectilinear",
|
||||||
|
"support_base_pattern_spacing": "0.2",
|
||||||
|
"support_threshold_angle": "30",
|
||||||
|
"support_object_xy_distance": "50%",
|
||||||
|
"tree_support_branch_angle": "40",
|
||||||
|
"tree_support_wall_count": "0",
|
||||||
|
"detect_thin_wall": "1",
|
||||||
|
"top_surface_pattern": "monotonic",
|
||||||
|
"top_surface_line_width": "0.4",
|
||||||
|
"top_shell_thickness": "0.8",
|
||||||
|
"enable_prime_tower": "0",
|
||||||
|
"wipe_tower_no_sparse_layers": "0",
|
||||||
|
"prime_tower_width": "60",
|
||||||
|
"xy_hole_compensation": "0",
|
||||||
|
"xy_contour_compensation": "0",
|
||||||
|
"bridge_acceleration": "1000",
|
||||||
|
"enable_support": "1",
|
||||||
|
"initial_layer_infill_speed": "30",
|
||||||
|
"initial_layer_speed": "15",
|
||||||
|
"layer_height": "0.1",
|
||||||
|
"line_width": "0.4",
|
||||||
|
"skirt_distance": "1",
|
||||||
|
"skirt_loops": "1",
|
||||||
|
"slowdown_for_curled_perimeters": "1",
|
||||||
|
"support_bottom_z_distance": "0.1",
|
||||||
|
"support_top_z_distance": "0.1",
|
||||||
|
"top_shell_layers": "8",
|
||||||
|
"top_surface_acceleration": "1000",
|
||||||
|
"default_acceleration": "1200",
|
||||||
|
"gap_infill_speed": "60",
|
||||||
|
"initial_layer_print_height": "0.2",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"inner_wall_acceleration": "1000",
|
||||||
|
"inner_wall_speed": "45",
|
||||||
|
"internal_solid_infill_acceleration": "1200",
|
||||||
|
"internal_solid_infill_speed": "60",
|
||||||
|
"is_custom_defined": "0",
|
||||||
|
"outer_wall_acceleration": "800",
|
||||||
|
"outer_wall_speed": "30",
|
||||||
|
"sparse_infill_acceleration": "1200",
|
||||||
|
"sparse_infill_speed": "60",
|
||||||
|
"support_interface_speed": "60",
|
||||||
|
"support_speed": "60",
|
||||||
|
"top_surface_speed": "50",
|
||||||
|
"travel_acceleration": "1200",
|
||||||
|
"travel_speed": "120",
|
||||||
|
"version": "2.0.0.0",
|
||||||
|
"wall_loops": "3",
|
||||||
|
"wipe_on_loops": "1",
|
||||||
|
"compatible_printers": [
|
||||||
|
"MM slb 0.4 nozzle"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,118 @@
|
|||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.10mm Fine Fast @MM BoneKing",
|
||||||
|
"from": "system",
|
||||||
|
"inherits": "fdm_process_common",
|
||||||
|
"instantiation": "true",
|
||||||
|
"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": "1",
|
||||||
|
"bridge_speed": "60",
|
||||||
|
"brim_width": "0",
|
||||||
|
"brim_object_gap": "0",
|
||||||
|
"compatible_printers_condition": "",
|
||||||
|
"print_sequence": "by layer",
|
||||||
|
"bridge_no_support": "0",
|
||||||
|
"draft_shield": "disabled",
|
||||||
|
"elefant_foot_compensation": "0",
|
||||||
|
"enable_arc_fitting": "0",
|
||||||
|
"outer_wall_line_width": "0.4",
|
||||||
|
"wall_infill_order": "inner wall/outer wall/infill",
|
||||||
|
"infill_direction": "45",
|
||||||
|
"sparse_infill_density": "15%",
|
||||||
|
"sparse_infill_pattern": "grid",
|
||||||
|
"initial_layer_line_width": "0.42",
|
||||||
|
"infill_combination": "0",
|
||||||
|
"sparse_infill_line_width": "0.45",
|
||||||
|
"infill_wall_overlap": "35%",
|
||||||
|
"interface_shells": "0",
|
||||||
|
"ironing_flow": "15%",
|
||||||
|
"ironing_spacing": "0.1",
|
||||||
|
"ironing_speed": "15",
|
||||||
|
"ironing_type": "no ironing",
|
||||||
|
"reduce_infill_retraction": "1",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||||
|
"detect_overhang_wall": "1",
|
||||||
|
"overhang_1_4_speed": "0",
|
||||||
|
"overhang_2_4_speed": "20",
|
||||||
|
"overhang_3_4_speed": "15",
|
||||||
|
"overhang_4_4_speed": "10",
|
||||||
|
"inner_wall_line_width": "0.45",
|
||||||
|
"print_settings_id": "",
|
||||||
|
"raft_layers": "0",
|
||||||
|
"seam_position": "aligned",
|
||||||
|
"skirt_height": "1",
|
||||||
|
"minimum_sparse_infill_area": "10",
|
||||||
|
"internal_solid_infill_line_width": "0",
|
||||||
|
"spiral_mode": "0",
|
||||||
|
"standby_temperature_delta": "-5",
|
||||||
|
"resolution": "0.012",
|
||||||
|
"support_type": "normal(auto)",
|
||||||
|
"support_style": "grid",
|
||||||
|
"support_on_build_plate_only": "0",
|
||||||
|
"support_filament": "0",
|
||||||
|
"support_line_width": "0.4",
|
||||||
|
"support_interface_loop_pattern": "0",
|
||||||
|
"support_interface_filament": "0",
|
||||||
|
"support_interface_top_layers": "3",
|
||||||
|
"support_interface_bottom_layers": "-1",
|
||||||
|
"support_interface_spacing": "0.2",
|
||||||
|
"support_base_pattern": "rectilinear",
|
||||||
|
"support_base_pattern_spacing": "0.2",
|
||||||
|
"support_threshold_angle": "30",
|
||||||
|
"support_object_xy_distance": "50%",
|
||||||
|
"tree_support_branch_angle": "40",
|
||||||
|
"tree_support_wall_count": "0",
|
||||||
|
"detect_thin_wall": "1",
|
||||||
|
"top_surface_pattern": "monotonic",
|
||||||
|
"top_surface_line_width": "0.4",
|
||||||
|
"top_shell_thickness": "0.8",
|
||||||
|
"enable_prime_tower": "0",
|
||||||
|
"wipe_tower_no_sparse_layers": "0",
|
||||||
|
"prime_tower_width": "60",
|
||||||
|
"xy_hole_compensation": "0",
|
||||||
|
"xy_contour_compensation": "0",
|
||||||
|
"enable_support": "1",
|
||||||
|
"layer_height": "0.1",
|
||||||
|
"line_width": "0.4",
|
||||||
|
"skirt_distance": "1",
|
||||||
|
"skirt_loops": "1",
|
||||||
|
"slowdown_for_curled_perimeters": "1",
|
||||||
|
"support_bottom_z_distance": "0.1",
|
||||||
|
"support_top_z_distance": "0.1",
|
||||||
|
"top_shell_layers": "8",
|
||||||
|
"version": "2.0.0.0",
|
||||||
|
"wall_loops": "3",
|
||||||
|
"wipe_on_loops": "1",
|
||||||
|
"bridge_acceleration": "3000",
|
||||||
|
"default_acceleration": "10000",
|
||||||
|
"gap_infill_speed": "250",
|
||||||
|
"initial_layer_infill_speed": "50",
|
||||||
|
"initial_layer_print_height": "0.2",
|
||||||
|
"initial_layer_speed": "30",
|
||||||
|
"initial_layer_travel_speed": "150",
|
||||||
|
"inner_wall_acceleration": "5000",
|
||||||
|
"inner_wall_speed": "200",
|
||||||
|
"internal_solid_infill_acceleration": "10000",
|
||||||
|
"internal_solid_infill_speed": "250",
|
||||||
|
"is_custom_defined": "0",
|
||||||
|
"outer_wall_acceleration": "5000",
|
||||||
|
"outer_wall_speed": "150",
|
||||||
|
"sparse_infill_acceleration": "10000",
|
||||||
|
"sparse_infill_speed": "250",
|
||||||
|
"support_interface_speed": "80",
|
||||||
|
"support_speed": "150",
|
||||||
|
"top_surface_acceleration": "2000",
|
||||||
|
"top_surface_speed": "180",
|
||||||
|
"travel_acceleration": "10000",
|
||||||
|
"travel_speed": "300",
|
||||||
|
"compatible_printers": [
|
||||||
|
"MM BoneKing 0.4 nozzle"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,118 @@
|
|||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.10mm Fine Fast @MM hj SK",
|
||||||
|
"from": "system",
|
||||||
|
"inherits": "fdm_process_common",
|
||||||
|
"instantiation": "true",
|
||||||
|
"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": "1",
|
||||||
|
"bridge_speed": "60",
|
||||||
|
"brim_width": "0",
|
||||||
|
"brim_object_gap": "0",
|
||||||
|
"compatible_printers_condition": "",
|
||||||
|
"print_sequence": "by layer",
|
||||||
|
"bridge_no_support": "0",
|
||||||
|
"draft_shield": "disabled",
|
||||||
|
"elefant_foot_compensation": "0",
|
||||||
|
"enable_arc_fitting": "0",
|
||||||
|
"outer_wall_line_width": "0.4",
|
||||||
|
"wall_infill_order": "inner wall/outer wall/infill",
|
||||||
|
"infill_direction": "45",
|
||||||
|
"sparse_infill_density": "15%",
|
||||||
|
"sparse_infill_pattern": "grid",
|
||||||
|
"initial_layer_line_width": "0.42",
|
||||||
|
"infill_combination": "0",
|
||||||
|
"sparse_infill_line_width": "0.45",
|
||||||
|
"infill_wall_overlap": "35%",
|
||||||
|
"interface_shells": "0",
|
||||||
|
"ironing_flow": "15%",
|
||||||
|
"ironing_spacing": "0.1",
|
||||||
|
"ironing_speed": "15",
|
||||||
|
"ironing_type": "no ironing",
|
||||||
|
"reduce_infill_retraction": "1",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||||
|
"detect_overhang_wall": "1",
|
||||||
|
"overhang_1_4_speed": "0",
|
||||||
|
"overhang_2_4_speed": "20",
|
||||||
|
"overhang_3_4_speed": "15",
|
||||||
|
"overhang_4_4_speed": "10",
|
||||||
|
"inner_wall_line_width": "0.45",
|
||||||
|
"print_settings_id": "",
|
||||||
|
"raft_layers": "0",
|
||||||
|
"seam_position": "aligned",
|
||||||
|
"skirt_height": "1",
|
||||||
|
"minimum_sparse_infill_area": "10",
|
||||||
|
"internal_solid_infill_line_width": "0",
|
||||||
|
"spiral_mode": "0",
|
||||||
|
"standby_temperature_delta": "-5",
|
||||||
|
"resolution": "0.012",
|
||||||
|
"support_type": "normal(auto)",
|
||||||
|
"support_style": "grid",
|
||||||
|
"support_on_build_plate_only": "0",
|
||||||
|
"support_filament": "0",
|
||||||
|
"support_line_width": "0.4",
|
||||||
|
"support_interface_loop_pattern": "0",
|
||||||
|
"support_interface_filament": "0",
|
||||||
|
"support_interface_top_layers": "3",
|
||||||
|
"support_interface_bottom_layers": "-1",
|
||||||
|
"support_interface_spacing": "0.2",
|
||||||
|
"support_base_pattern": "rectilinear",
|
||||||
|
"support_base_pattern_spacing": "0.2",
|
||||||
|
"support_threshold_angle": "30",
|
||||||
|
"support_object_xy_distance": "50%",
|
||||||
|
"tree_support_branch_angle": "40",
|
||||||
|
"tree_support_wall_count": "0",
|
||||||
|
"detect_thin_wall": "1",
|
||||||
|
"top_surface_pattern": "monotonic",
|
||||||
|
"top_surface_line_width": "0.4",
|
||||||
|
"top_shell_thickness": "0.8",
|
||||||
|
"enable_prime_tower": "0",
|
||||||
|
"wipe_tower_no_sparse_layers": "0",
|
||||||
|
"prime_tower_width": "60",
|
||||||
|
"xy_hole_compensation": "0",
|
||||||
|
"xy_contour_compensation": "0",
|
||||||
|
"enable_support": "1",
|
||||||
|
"layer_height": "0.1",
|
||||||
|
"line_width": "0.4",
|
||||||
|
"skirt_distance": "1",
|
||||||
|
"skirt_loops": "1",
|
||||||
|
"slowdown_for_curled_perimeters": "1",
|
||||||
|
"support_bottom_z_distance": "0.1",
|
||||||
|
"support_top_z_distance": "0.1",
|
||||||
|
"top_shell_layers": "8",
|
||||||
|
"version": "2.0.0.0",
|
||||||
|
"wall_loops": "3",
|
||||||
|
"wipe_on_loops": "1",
|
||||||
|
"bridge_acceleration": "3000",
|
||||||
|
"default_acceleration": "10000",
|
||||||
|
"gap_infill_speed": "250",
|
||||||
|
"initial_layer_infill_speed": "50",
|
||||||
|
"initial_layer_print_height": "0.2",
|
||||||
|
"initial_layer_speed": "30",
|
||||||
|
"initial_layer_travel_speed": "150",
|
||||||
|
"inner_wall_acceleration": "5000",
|
||||||
|
"inner_wall_speed": "200",
|
||||||
|
"internal_solid_infill_acceleration": "10000",
|
||||||
|
"internal_solid_infill_speed": "250",
|
||||||
|
"is_custom_defined": "0",
|
||||||
|
"outer_wall_acceleration": "5000",
|
||||||
|
"outer_wall_speed": "150",
|
||||||
|
"sparse_infill_acceleration": "10000",
|
||||||
|
"sparse_infill_speed": "250",
|
||||||
|
"support_interface_speed": "80",
|
||||||
|
"support_speed": "150",
|
||||||
|
"top_surface_acceleration": "2000",
|
||||||
|
"top_surface_speed": "180",
|
||||||
|
"travel_acceleration": "10000",
|
||||||
|
"travel_speed": "300",
|
||||||
|
"compatible_printers": [
|
||||||
|
"MM hj SK 0.4 nozzle"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,118 @@
|
|||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.10mm Fine Fast @MM hqs SF",
|
||||||
|
"from": "system",
|
||||||
|
"inherits": "fdm_process_common",
|
||||||
|
"instantiation": "true",
|
||||||
|
"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": "1",
|
||||||
|
"bridge_speed": "60",
|
||||||
|
"brim_width": "0",
|
||||||
|
"brim_object_gap": "0",
|
||||||
|
"compatible_printers_condition": "",
|
||||||
|
"print_sequence": "by layer",
|
||||||
|
"bridge_no_support": "0",
|
||||||
|
"draft_shield": "disabled",
|
||||||
|
"elefant_foot_compensation": "0",
|
||||||
|
"enable_arc_fitting": "0",
|
||||||
|
"outer_wall_line_width": "0.4",
|
||||||
|
"wall_infill_order": "inner wall/outer wall/infill",
|
||||||
|
"infill_direction": "45",
|
||||||
|
"sparse_infill_density": "15%",
|
||||||
|
"sparse_infill_pattern": "grid",
|
||||||
|
"initial_layer_line_width": "0.42",
|
||||||
|
"infill_combination": "0",
|
||||||
|
"sparse_infill_line_width": "0.45",
|
||||||
|
"infill_wall_overlap": "35%",
|
||||||
|
"interface_shells": "0",
|
||||||
|
"ironing_flow": "15%",
|
||||||
|
"ironing_spacing": "0.1",
|
||||||
|
"ironing_speed": "15",
|
||||||
|
"ironing_type": "no ironing",
|
||||||
|
"reduce_infill_retraction": "1",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||||
|
"detect_overhang_wall": "1",
|
||||||
|
"overhang_1_4_speed": "0",
|
||||||
|
"overhang_2_4_speed": "20",
|
||||||
|
"overhang_3_4_speed": "15",
|
||||||
|
"overhang_4_4_speed": "10",
|
||||||
|
"inner_wall_line_width": "0.45",
|
||||||
|
"print_settings_id": "",
|
||||||
|
"raft_layers": "0",
|
||||||
|
"seam_position": "aligned",
|
||||||
|
"skirt_height": "1",
|
||||||
|
"minimum_sparse_infill_area": "10",
|
||||||
|
"internal_solid_infill_line_width": "0",
|
||||||
|
"spiral_mode": "0",
|
||||||
|
"standby_temperature_delta": "-5",
|
||||||
|
"resolution": "0.012",
|
||||||
|
"support_type": "normal(auto)",
|
||||||
|
"support_style": "grid",
|
||||||
|
"support_on_build_plate_only": "0",
|
||||||
|
"support_filament": "0",
|
||||||
|
"support_line_width": "0.4",
|
||||||
|
"support_interface_loop_pattern": "0",
|
||||||
|
"support_interface_filament": "0",
|
||||||
|
"support_interface_top_layers": "3",
|
||||||
|
"support_interface_bottom_layers": "-1",
|
||||||
|
"support_interface_spacing": "0.2",
|
||||||
|
"support_base_pattern": "rectilinear",
|
||||||
|
"support_base_pattern_spacing": "0.2",
|
||||||
|
"support_threshold_angle": "30",
|
||||||
|
"support_object_xy_distance": "50%",
|
||||||
|
"tree_support_branch_angle": "40",
|
||||||
|
"tree_support_wall_count": "0",
|
||||||
|
"detect_thin_wall": "1",
|
||||||
|
"top_surface_pattern": "monotonic",
|
||||||
|
"top_surface_line_width": "0.4",
|
||||||
|
"top_shell_thickness": "0.8",
|
||||||
|
"enable_prime_tower": "0",
|
||||||
|
"wipe_tower_no_sparse_layers": "0",
|
||||||
|
"prime_tower_width": "60",
|
||||||
|
"xy_hole_compensation": "0",
|
||||||
|
"xy_contour_compensation": "0",
|
||||||
|
"enable_support": "1",
|
||||||
|
"layer_height": "0.1",
|
||||||
|
"line_width": "0.4",
|
||||||
|
"skirt_distance": "1",
|
||||||
|
"skirt_loops": "1",
|
||||||
|
"slowdown_for_curled_perimeters": "1",
|
||||||
|
"support_bottom_z_distance": "0.1",
|
||||||
|
"support_top_z_distance": "0.1",
|
||||||
|
"top_shell_layers": "8",
|
||||||
|
"version": "2.0.0.0",
|
||||||
|
"wall_loops": "3",
|
||||||
|
"wipe_on_loops": "1",
|
||||||
|
"bridge_acceleration": "3000",
|
||||||
|
"default_acceleration": "10000",
|
||||||
|
"gap_infill_speed": "250",
|
||||||
|
"initial_layer_infill_speed": "50",
|
||||||
|
"initial_layer_print_height": "0.2",
|
||||||
|
"initial_layer_speed": "30",
|
||||||
|
"initial_layer_travel_speed": "150",
|
||||||
|
"inner_wall_acceleration": "5000",
|
||||||
|
"inner_wall_speed": "200",
|
||||||
|
"internal_solid_infill_acceleration": "10000",
|
||||||
|
"internal_solid_infill_speed": "250",
|
||||||
|
"is_custom_defined": "0",
|
||||||
|
"outer_wall_acceleration": "5000",
|
||||||
|
"outer_wall_speed": "150",
|
||||||
|
"sparse_infill_acceleration": "10000",
|
||||||
|
"sparse_infill_speed": "250",
|
||||||
|
"support_interface_speed": "80",
|
||||||
|
"support_speed": "150",
|
||||||
|
"top_surface_acceleration": "2000",
|
||||||
|
"top_surface_speed": "180",
|
||||||
|
"travel_acceleration": "10000",
|
||||||
|
"travel_speed": "300",
|
||||||
|
"compatible_printers": [
|
||||||
|
"MM hqs SF 0.4 nozzle"
|
||||||
|
]
|
||||||
|
}
|
||||||