Metainformationen zur Seite
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| anleitung:3d-druck:imagetoprint [15.10.2024 08:45] – J. Huber | anleitung:3d-druck:imagetoprint [11.05.2026 12:48] (aktuell) – inline edit J. Huber | ||
|---|---|---|---|
| Zeile 59: | Zeile 59: | ||
| </ | </ | ||
| + | ===== Bunte Logos ohne Struktur ===== | ||
| + | Das oben beschriebene Vorgehen ist gut für Strukturen (eingraviert oder erhoben). Diese können im Slicer dann auch relativ einfach eingefärbt werden. | ||
| + | Um ein Logo aber nun mehrfarbig und ohne Struktur zu drucken, muss das Vorgehen etwas geändert werden. Wichtig dabei ist, dass der Slicer die Farbinformationen nicht importiert und jeden SVG-Import als ein eigenes Objekt anlegt. | ||
| + | D.h. jede Farbe (Tip: Layer) muss als eigenständige Vektorgrafik importiert werden. | ||
| + | |||
| + | <uml> | ||
| + | @startuml | ||
| + | < | ||
| + | agent { | ||
| + | BackGroundColor # | ||
| + | FontColor #White | ||
| + | ' | ||
| + | ' | ||
| + | } | ||
| + | file { | ||
| + | BackGroundColor #Gray | ||
| + | FontColor #White | ||
| + | ' | ||
| + | ' | ||
| + | } | ||
| + | artifact { | ||
| + | ' | ||
| + | FontColor #DarkGrey | ||
| + | LineThickness 1 | ||
| + | LineColor #DarkGrey | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | file " | ||
| + | artifact "Clean Bitmap" | ||
| + | artifact " | ||
| + | |||
| + | agent " | ||
| + | agent " | ||
| + | agent " | ||
| + | |||
| + | url of bmpeditor is [[https:// | ||
| + | url of inkscape is [[https:// | ||
| + | url of slicer is [[https:// | ||
| + | |||
| + | bitmap -> bmpeditor | ||
| + | bmpeditor -> cleanbitmap | ||
| + | cleanbitmap --> inkscape | ||
| + | inkscape --> svg | ||
| + | svg --> slicer | ||
| + | @enduml | ||
| + | </ | ||
| + | |||
| + | ===== Links ===== | ||
| - [[anleitung: | - [[anleitung: | ||
| - [[anleitung: | - [[anleitung: | ||
| Zeile 71: | Zeile 120: | ||
| artikelinfo.status | artikelinfo.status | ||
| artikelinfo.statuslink : Fertig|Fertig | artikelinfo.statuslink : Fertig|Fertig | ||
| - | artikelinfo.version | + | artikelinfo.version |
| artikelinfo.cats | artikelinfo.cats | ||
| artikelinfo.catlinks : Anleitung|Anleitung, | artikelinfo.catlinks : Anleitung|Anleitung, | ||