Wiki-Quellcode von 3D_Drucker
Version 1.3 von loppermann am 2024/04/07 10:48
Verstecke letzte Bearbeiter
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | # How To 3D Drucker |
| 2 | |||
| 3 | Im Space haben wir mehrere 3D-Drucker. Bitte beachte die folgenden Regeln, bevor du sie verwendest: | ||
| 4 | |||
| 5 | - Die Drucker dürfen nur nach einer **Einweisung** verwendet werden, sprech uns einfach an! | ||
| 6 | - Kein Aceton auf den Druckplatten verwenden. | ||
| 7 | - Spachtel möglichst vermeiden! Nach dem Abkühlen der Druckplatte, lässt sich im Normalfall das Objekt sehr leicht lösen. | ||
| 8 | - Kein. Aceton. Niemals. Wirklich? Nein. | ||
| 9 | |||
| 10 | ## Anycubic Mega X | ||
| 11 | |||
| 12 | <img style="float: right; width: 15em; border: 1px;" src="/wiki/Projekte/printer_anycubic_mega_x.jpg" alt="Anycubic i3 Mega X"/> | ||
| 13 | |||
| 14 | ### Anforderungen | ||
| 15 | |||
| 16 | - Nicht an den Verstellschrauben für das Heatbed drehen | ||
| 17 | - Nur mit Mesh-Leveling (Gehört in den Start-G-Code): | ||
| 18 | ``` | ||
| 19 | M501 ; Mesh Bed Leveling (Load all saved settings from EEPROM) | ||
| 20 | M420 S1 ; Enable leveling | ||
| 21 | M420 Z2.0 ; Set leveling fading height to 2 mm | ||
| 22 | ``` | ||
| 23 | |||
| 24 | ### OctoPrint | ||
| 25 | |||
| 26 | Unter [octopi.wwlabs.space](http://octopi.wwlabs.space) ist Octoprint zu finden. Logindaten sind `octopi/octopi`. | ||
| 27 | |||
| 28 | ### Resourcen | ||
| 29 | |||
| 30 | - [PrusaSlicer Profil](3D_Drucker/Anycubic_MegaX/PrusaSlicer_config_MegaX.ini) | ||
| 31 | |||
| 32 | ## Anycubic Mega S | ||
| 33 | |||
| 34 | <img style="float: right; width: 15em; border: 1px;" src="/wiki/Projekte/printer_anycubic_mega_s.jpg" alt="Anycubic i3 Mega S"/> | ||
| 35 | |||
| 36 | ### Anforderungen | ||
| 37 | |||
| 38 | - Die Klammern am Drucker nicht verschieben! | ||
| 39 | - Nur mit Mesh-Leveling betreiben! (ist im Prusa Slicer Profil bereits eingestellt) | ||
| 40 | ``` | ||
| 41 | M501 ; Mesh Bed Leveling (Load all saved settings from EEPROM) | ||
| 42 | M420 S1 ; Enable leveling | ||
| 43 | M420 Z2.0 ; Set leveling fading height to 2 mm | ||
| 44 | ``` | ||
| 45 | |||
| 46 | |||
| 47 | ### OctoPrint | ||
| 48 | |||
| 49 | Unter [octopi2.wwlabs.space](http://octopi2.wwlabs.space) is Octoprint zu finden. Logindaten sind `octopi/octopi`. | ||
| 50 | |||
| 51 | ### Resourcen | ||
| 52 | |||
| 53 | - [Prusa Slicer Config Bundle](3D_Drucker/Anycubic_MegaS/PrusaSlicer_config_MegaS_Bundle.ini) | ||
| 54 | - [Prusa Slicer Baseplate Model](3D_Drucker/Anycubic_MegaS/PrusaSlicer_config_MegaS_Baseplate.stl) | ||
| 55 | - [Prusa Slicer Printbed Model](3D_Drucker/Anycubic_MegaS/PrusaSlicer_config_MegaS_Printbed.stl) | ||
| 56 | |||
| 57 | # How to Import | ||
| 58 | |||
| 59 | ## Prusa Slicer | ||
| 60 | |||
| 61 | Konfigurationsbundles (INI Dateien mit mehreren Sektionen): | ||
| 62 | |||
| 63 | - Datei > Import > Importiere Konfigurationsammlung... | ||
| 64 | |||
| 65 | Beim export darauf achten, das nur custom Druck/Filament profile im Export Bundle ethalten sind. Vordefinierte Profile werden nicht exportiert. |