Änderungen von Dokument 3D Drucker

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

Von Version 7.1
bearbeitet von Fab!an
am 2024/04/08 08:17
Ä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,55 +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):
18 -
19 -{{code language="gcode"}}
20 -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)
21 21  M420 S1 ; Enable leveling
22 -M420 Z2.0 ; Set leveling fading height to 2 mm
23 -{{/code}}
19 +M420 Z2.0 ; Set leveling fading height to 2 mm`
24 24  
25 -=== OctoPrint ===
21 +### OctoPrint
26 26  
27 -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`.
28 28  
29 -=== Resourcen ===
25 +### Resourcen
30 30  
31 -* [[PrusaSlicer Profil>>3D_Drucker/Anycubic_MegaX/PrusaSlicer_config_MegaX.ini]]
27 +* [PrusaSlicer Profil](3D_Drucker/Anycubic_MegaX/PrusaSlicer_config_MegaX.ini)
32 32  
33 -== Anycubic Mega S ==
29 +## Anycubic Mega S
34 34  
35 -=== [[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
36 36  
37 37  * Die Klammern am Drucker nicht verschieben!
38 38  * Nur mit Mesh-Leveling betreiben! (ist im Prusa Slicer Profil bereits eingestellt)
39 39  
40 -{{code language="gcode"}}
36 +```
41 41  M501 ; Mesh Bed Leveling (Load all saved settings from EEPROM)
42 42  M420 S1 ; Enable leveling
43 43  M420 Z2.0 ; Set leveling fading height to 2 mm
44 -{{/code}}
40 +```
45 45  
46 -=== OctoPrint ===
42 +### OctoPrint
47 47  
48 -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`.
49 49  
50 -=== Resourcen ===
46 +### Resourcen
51 51  
52 -* [[Prusa Slicer Config Bundle>>3D_Drucker/Anycubic_MegaS/PrusaSlicer_config_MegaS_Bundle.ini]]
53 -* [[Prusa Slicer Baseplate Model>>3D_Drucker/Anycubic_MegaS/PrusaSlicer_config_MegaS_Baseplate.stl]]
54 -* [[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)
55 55  
56 -= How to Import =
52 +# How to Import
57 57  
58 -== Prusa Slicer ==
54 +## Prusa Slicer
59 59  
60 60  Konfigurationsbundles (INI Dateien mit mehreren Sektionen):
61 61