Änderungen von Dokument 3D Drucker

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

Von Version 2.1
bearbeitet von loppermann
am 2024/04/07 18:12
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 3.1
bearbeitet von loppermann
am 2024/04/08 08:06
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Syntax
... ... @@ -1,1 +1,1 @@
1 -markdown+github 1.0
1 +XWiki 2.1
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 -![[printer_anycubic_mega_x.jpg|printer_anycubic_mega_x.jpg]]
12 +[[image: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):`M501 ; Mesh Bed Leveling (Load all saved settings from EEPROM)
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)
18 18  M420 S1 ; Enable leveling
19 -M420 Z2.0 ; Set leveling fading height to 2 mm`
19 +M420 Z2.0 ; Set leveling fading height to 2 mm{{/code}}
20 20  
21 -### OctoPrint
21 +=== OctoPrint ===
22 22  
23 -Unter [octopi.wwlabs.space](http://octopi.wwlabs.space) ist Octoprint zu finden. Logindaten sind `octopi/octopi`.
23 +Unter [[octopi.wwlabs.space>>http://octopi.wwlabs.space]] ist Octoprint zu finden. Logindaten sind {{code language="none"}}octopi/octopi{{/code}}.
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 -### ![[printer_anycubic_mega_x.jpg|printer_anycubic_mega_x.jpg]]Anforderungen
31 +=== [[image: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 -```
36 +{{code language=""}}
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 -```
40 +{{/code}}
41 41  
42 -### OctoPrint
42 +=== OctoPrint ===
43 43  
44 -Unter [octopi2.wwlabs.space](http://octopi2.wwlabs.space) is Octoprint zu finden. Logindaten sind `octopi/octopi`.
44 +Unter [[octopi2.wwlabs.space>>http://octopi2.wwlabs.space]] is Octoprint zu finden. Logindaten sind {{code language="none"}}octopi/octopi{{/code}}.
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