Änderungen von Dokument 3D Drucker

Zuletzt geändert von Fab!an am 2025/04/01 16:54

Von Version 5.1
bearbeitet von Fab!an
am 2024/04/08 08:13
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 2.1
bearbeitet von loppermann
am 2024/04/07 18:12
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Titel
... ... @@ -1,1 +1,0 @@
1 -3D Drucker
Dokument-Autor
... ... @@ -1,1 +1,1 @@
1 -XWiki.foorschtbar
1 +XWiki.loppermann
Syntax
... ... @@ -1,1 +1,1 @@
1 -XWiki 2.1
1 +markdown+github 1.0
Inhalt
... ... @@ -1,4 +1,4 @@
1 -= How To 3D Drucker =
1 +# How To 3D Drucker
2 2  
3 3  Im Space haben wir mehrere 3D-Drucker. Bitte beachte die folgenden Regeln, bevor du sie verwendest:
4 4  
... ... @@ -7,51 +7,51 @@
7 7  * Spachtel möglichst vermeiden! Nach dem Abkühlen der Druckplatte, lässt sich im Normalfall das Objekt sehr leicht lösen.
8 8  * Kein. Aceton. Niemals. Wirklich? Nein.
9 9  
10 -== Anycubic Mega X ==
10 +## Anycubic Mega X
11 11  
12 -[[image:printer_anycubic_mega_x.jpg||data-xwiki-image-style-alignment="end" height="176" width="176"]]
12 +![[printer_anycubic_mega_x.jpg|printer_anycubic_mega_x.jpg]]
13 13  
14 -=== Anforderungen ===
14 +### Anforderungen
15 15  
16 16  * Nicht an den Verstellschrauben für das Heatbed drehen
17 -* Nur mit Mesh-Leveling (Gehört in den Start-G-Code):{{code language="none"}}M501 ; Mesh Bed Leveling (Load all saved settings from EEPROM)
17 +* Nur mit Mesh-Leveling (Gehört in den Start-G-Code):`M501 ; Mesh Bed Leveling (Load all saved settings from EEPROM)
18 18  M420 S1 ; Enable leveling
19 -M420 Z2.0 ; Set leveling fading height to 2 mm{{/code}}
19 +M420 Z2.0 ; Set leveling fading height to 2 mm`
20 20  
21 -=== OctoPrint ===
21 +### OctoPrint
22 22  
23 -Unter [[octopi.wwlabs.space>>http://octopi.wwlabs.space]] ist Octoprint zu finden. Logindaten sind {{code language="none"}}octopi/octopi{{/code}}.
23 +Unter [octopi.wwlabs.space](http://octopi.wwlabs.space) ist Octoprint zu finden. Logindaten sind `octopi/octopi`.
24 24  
25 -=== Resourcen ===
25 +### Resourcen
26 26  
27 -* [[PrusaSlicer Profil>>3D_Drucker/Anycubic_MegaX/PrusaSlicer_config_MegaX.ini]]
27 +* [PrusaSlicer Profil](3D_Drucker/Anycubic_MegaX/PrusaSlicer_config_MegaX.ini)
28 28  
29 -== Anycubic Mega S ==
29 +## Anycubic Mega S
30 30  
31 -=== [[image:printer_anycubic_mega_x.jpg||data-xwiki-image-style-alignment="end" height="187" width="187"]]Anforderungen ===
31 +### ![[printer_anycubic_mega_x.jpg|printer_anycubic_mega_x.jpg]]Anforderungen
32 32  
33 33  * Die Klammern am Drucker nicht verschieben!
34 34  * Nur mit Mesh-Leveling betreiben! (ist im Prusa Slicer Profil bereits eingestellt)
35 35  
36 -{{code language=""}}
36 +```
37 37  M501 ; Mesh Bed Leveling (Load all saved settings from EEPROM)
38 38  M420 S1 ; Enable leveling
39 39  M420 Z2.0 ; Set leveling fading height to 2 mm
40 -{{/code}}
40 +```
41 41  
42 -=== OctoPrint ===
42 +### OctoPrint
43 43  
44 -Unter [[octopi2.wwlabs.space>>http://octopi2.wwlabs.space]] is Octoprint zu finden. Logindaten sind {{code language="none"}}octopi/octopi{{/code}}.
44 +Unter [octopi2.wwlabs.space](http://octopi2.wwlabs.space) is Octoprint zu finden. Logindaten sind `octopi/octopi`.
45 45  
46 -=== Resourcen ===
46 +### Resourcen
47 47  
48 -* [[Prusa Slicer Config Bundle>>3D_Drucker/Anycubic_MegaS/PrusaSlicer_config_MegaS_Bundle.ini]]
49 -* [[Prusa Slicer Baseplate Model>>3D_Drucker/Anycubic_MegaS/PrusaSlicer_config_MegaS_Baseplate.stl]]
50 -* [[Prusa Slicer Printbed Model>>3D_Drucker/Anycubic_MegaS/PrusaSlicer_config_MegaS_Printbed.stl]]
48 +* [Prusa Slicer Config Bundle](3D_Drucker/Anycubic_MegaS/PrusaSlicer_config_MegaS_Bundle.ini)
49 +* [Prusa Slicer Baseplate Model](3D_Drucker/Anycubic_MegaS/PrusaSlicer_config_MegaS_Baseplate.stl)
50 +* [Prusa Slicer Printbed Model](3D_Drucker/Anycubic_MegaS/PrusaSlicer_config_MegaS_Printbed.stl)
51 51  
52 -= How to Import =
52 +# How to Import
53 53  
54 -== Prusa Slicer ==
54 +## Prusa Slicer
55 55  
56 56  Konfigurationsbundles (INI Dateien mit mehreren Sektionen):
57 57