This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
3ddrucker [2019/01/02 22:52] – [Anycubic Photon] mschubi | 3ddrucker [2024/12/29 13:23] (current) – [Meine verwendeten Filamente] mschubi | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== 3D Drucker ====== | ====== 3D Drucker ====== | ||
+ | |||
+ | ===== Stepper Current berechnen ===== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | ===== Merlin Hotend ===== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | ===== gCode Viewer ===== | ||
+ | |||
+ | https:// | ||
+ | ===== Creality CR-7 ===== | ||
+ | |||
+ | |||
Line 6: | Line 21: | ||
{{: | {{: | ||
+ | |||
+ | ===== Bigtreetech SKR 1.3 ===== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | ===== WLAN Probleme mit Orange Pi & Debian Buster ===== | ||
+ | Meine Neuinstallation von Armbian Linux (Debian Buster) auf einen OrangePi Lite hatte das Problem, dass nach wenigen Sekunden die WLAN Verbindung getrennt wurde. In /// | ||
+ | <code bash> | ||
+ | Sep 28 20:44:22 neo3d kernel: [ 670.535522] ------------[ cut here ]------------ | ||
+ | Sep 28 20:44:22 neo3d kernel: [ 670.535828] WARNING: CPU: 2 PID: 1580 at net/ | ||
+ | Sep 28 20:44:22 neo3d kernel: [ 670.535837] Modules linked in: zstd snd_soc_hdmi_codec sun8i_codec_analog sun4i_i2s snd_soc_simple_card sun8i_adda_pr_regmap snd_ | ||
+ | soc_simple_card_utils snd_soc_core lima snd_pcm_dmaengine snd_pcm gpu_sched snd_timer ttm input_leds sunxi_cir dw_hdmi_i2s_audio dw_hdmi_cec snd sun4i_gpadc_iio s | ||
+ | oundcore industrialio sun8i_ths evdev cpufreq_dt uio_pdrv_genirq thermal_sys uio zram g_serial libcomposite 8189fs cfg80211 ip_tables x_tables gpio_keys | ||
+ | Sep 28 20:44:22 neo3d kernel: [ 670.536039] CPU: 2 PID: 1580 Comm: kworker/ | ||
+ | Sep 28 20:44:22 neo3d kernel: [ 670.536046] Hardware name: Allwinner sun8i Family | ||
+ | Sep 28 20:44:22 neo3d kernel: [ 670.536199] Workqueue: cfg80211 cfg80211_event_work [cfg80211] | ||
+ | Sep 28 20:44:22 neo3d kernel: [ 670.536249] [< | ||
+ | Sep 28 20:44:22 neo3d kernel: [ 670.536276] [< | ||
+ | Sep 28 20:44:22 neo3d kernel: [ 670.536304] [< | ||
+ | Sep 28 20:44:22 neo3d kernel: [ 670.536328] [< | ||
+ | Sep 28 20:44:22 neo3d kernel: [ 670.536479] [< | ||
+ | Sep 28 20:44:22 neo3d kernel: [ 670.536751] [< | ||
+ | 11]) | ||
+ | Sep 28 20:44:22 neo3d kernel: [ 670.537025] [< | ||
+ | 80211]) | ||
+ | Sep 28 20:44:22 neo3d kernel: [ 670.537294] [< | ||
+ | Sep 28 20:44:22 neo3d kernel: [ 670.537450] [< | ||
+ | Sep 28 20:44:22 neo3d kernel: [ 670.537477] [< | ||
+ | Sep 28 20:44:22 neo3d kernel: [ 670.537501] [< | ||
+ | Sep 28 20:44:22 neo3d kernel: [ 670.537522] [< | ||
+ | Sep 28 20:44:22 neo3d kernel: [ 670.537531] Exception stack(0xc89a1fb0 to 0xc89a1ff8) | ||
+ | Sep 28 20:44:22 neo3d kernel: [ 670.537545] 1fa0: | ||
+ | Sep 28 20:44:22 neo3d kernel: [ 670.537563] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 | ||
+ | Sep 28 20:44:22 neo3d kernel: [ 670.537577] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000 | ||
+ | Sep 28 20:44:22 neo3d kernel: [ 670.537725] ---[ end trace 8e90d3f40b4dae96 ]--- | ||
+ | Sep 28 20:44:22 neo3d NetworkManager[545]: | ||
+ | </ | ||
+ | |||
+ | Das Problem scheinen Einige zu haben - auch auf Raspberry Pi. Im Web gab es Hinweise den Energiesparmodus abzuschalten. | ||
+ | Das war aber bei Armbian bereits. Aber Abhilfe schaffte die Energieoption auf " | ||
+ | |||
+ | Dazu muss man in der Datei /// | ||
+ | <code bash> | ||
+ | wifi.powersave = 0 | ||
+ | # war bei Armbian 2 | ||
+ | </ | ||
+ | |||
===== Repetier-Server auf OrangPi Lite ===== | ===== Repetier-Server auf OrangPi Lite ===== | ||
Als leistungsfähige Alternative zum RaspberryPi hat sich für mich die OrangePi | Als leistungsfähige Alternative zum RaspberryPi hat sich für mich die OrangePi | ||
Line 28: | Line 90: | ||
* Paketcahce aktualisieren <code bash> | * Paketcahce aktualisieren <code bash> | ||
Ab hier fast gleich zu https:// | Ab hier fast gleich zu https:// | ||
- | * Vorbereitung von MJPEG-Streamer durch installieren folgender Pakete <code bash> | + | * Vorbereitung von MJPEG-Streamer durch installieren folgender Pakete <code bash> |
* für die WebCam noch <code bash> | * für die WebCam noch <code bash> | ||
* Das MJPEG-Sreamer repository herunterladen mit <code bash>git clone https:// | * Das MJPEG-Sreamer repository herunterladen mit <code bash>git clone https:// | ||
Line 52: | Line 114: | ||
<code bash> | <code bash> | ||
cd /tmp | cd /tmp | ||
- | wget http:// | + | wget http:// |
- | apt install ./ | + | apt install ./ |
</ | </ | ||
+ | |||
+ | In /// | ||
+ | <code bash> | ||
+ | < | ||
+ | <!-- | ||
+ | If you want to run external commands, enter them in this configuration with | ||
+ | full path. You will see them in the main menu. Copy this file into the | ||
+ | < | ||
+ | |||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | | ||
+ | in the printer menu, add the attribute " | ||
+ | when you select a printer as part of the path. | ||
+ | --> | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | <!-- Define if command should show up in local printer interface, default true.--> | ||
+ | < | ||
+ | <!-- Define if command should show up in remote printer interface, default true.--> | ||
+ | < | ||
+ | <!-- Define if command should show up only for users with print permission, default true.--> | ||
+ | < | ||
+ | <!-- Define if command should show up only for users with add files permission, default false.--> | ||
+ | < | ||
+ | <!-- Define if command should show up only for users with del files permission, default false.--> | ||
+ | < | ||
+ | <!-- Define if command should show up only for users with configuration permission, default false.--> | ||
+ | < | ||
+ | </ | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | |||
+ | <!-- | ||
+ | G-code files can contain | ||
+ | @execute cmd param1 param2 | ||
+ | commands. To prevent external users from executing unwanted or dangerous commands, | ||
+ | only commands defined here are allowed to execute. More over, only the shortcuts | ||
+ | defined here are to be used as cmd in @execute. Prevent parameter where ever possible. | ||
+ | --> | ||
+ | < | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | Aktuelle Anweisungen: | ||
+ | |||
===== GermanRepRap NEO 3D ===== | ===== GermanRepRap NEO 3D ===== | ||
- | Bisher habe ich noch keine Zeit/Lust gefunden etwas über meinen nunmehr | + | Bisher habe ich noch keine Zeit/Lust gefunden etwas über meinen nunmehr |
NEO, der reichlich umgebaut wurde, etwas zu schreiben :-) | NEO, der reichlich umgebaut wurde, etwas zu schreiben :-) | ||
Line 138: | Line 254: | ||
- | ===== Filament Deutschland | + | ===== Meine verwendeten Filamente |
+ | Ich habe sehr viele Filamentsorten und Hersteller durch meine Drucker geschoben, aber erst spät mir dazu Sachen aufgeschrieben. | ||
+ | Ca. 60 bis 70 Prozent der Drucke sind PLA, der Rest PETG und nur wenig Anderes, wie BendLay, TPU, .... | ||
- | | + | ^Hersteller |
- | | + | | GermanRepRap | Performance PLA | alle möglichen |
- | | + | | GermanRepRap | PLA | Multicolor Polarlicht | - | Die Farbe und Druckergebnisse sind super, aber das Filament bricht sehr schnell beim Abrollen von der Spule. Das hat zu vielen Fehldrucken geführt. | |
- | | + | | Das Filament |
- | | + | | Procatec | PLA | signal grey u.a. | - - | Es lässt sich ganz gut drucken und schöne Farbe, aber das Filament ist so spröde, das während des Drucks und auch nur bei der Lagerung das Filament sehr häufig bricht - ein "No Go" | |
- | + | | Orbi-Tech | |
+ | | Orbi-Tech | BendLay | transparent | +++ | Bei 225°C Drucktemperatur sehr schöne Ergebnisse | ||
+ | | Suptikes | ||
+ | | TIANSE | PLA | rot | + | hat bei mir sehr zu Fädenbildung geführt | | ||
+ | | NuNus | PLA | | ||
+ | | SunLu | PLA | | ||
+ | | SunLu | PLA+ | Red Copper | ||
+ | | Extrudr | PetG + PLA | | | lange her und keine klare Erinnerung - war aber gut | | ||
+ | | Extrudr | Wood natur | | ++ | helleres Holzfilament auf PLA Basis. Durch die Drucktemperatur kann die " | ||
+ | | NinjaTek | Cheetah TPU| Black| | ||
+ | | Amazon Basics | PLA | Transparent | + | zähes, stabiles | ||
+ | |||
+ | | Fiberlogy | PolyProylen "PP Natural" | ||
+ | | Fiberlogy | FiberFlex 40D | Black| | Test steht noch aus. Verpackung super! Polnischer Hersteller, von dem viel Gutes berichtet wird | | ||
+ | | Giantarm | Silk PLA | Silk Silver | | Test steht noch aus. verschließbare Tüte zur Lagerung enthalten. Fabre sieht sehr gut aus. | | ||
+ | | Giantarm | Silk PLA | Silk Gold | | Test steht noch aus. verschließbare Tüte zur Lagerung enthalten. Fabre sieht sehr gut aus. | | ||
+ | | Giantarm | Silk PLA | Silk Copper | | Test steht noch aus. verschließbare Tüte zur Lagerung enthalten. Fabre sieht sehr gut aus. | | ||
+ | | Geetech | PLA | Silk Silver | | Test steht noch aus. verschließbare Tüte zur Lagerung enthalten. Fabre sieht gut aus, kommt aber nicht an Giantarm ran. | | ||
+ | | Sain Smart | TPU | schwarz | | Test steht noch aus. Meine erste 250g Spule :-) | | ||
| | ||
zu testen: | zu testen: | ||
- | * NuNus - PLA | ||
* Firstcom PLA | * Firstcom PLA | ||
* reprapworld.com | * reprapworld.com | ||
- | * Extrudr - weiss nicht mehr | ||
* Pulox (http:// | * Pulox (http:// | ||
- | |||
http:// | http:// | ||
Line 167: | Line 300: | ||
* AZSMZ | * AZSMZ | ||
* AZSMZ mini | * AZSMZ mini | ||
+ | * SKR | ||
* Sunbeam 2.0/3.0 | * Sunbeam 2.0/3.0 | ||
* Momoinololu M3 | * Momoinololu M3 | ||
* https:// | * https:// | ||
+ | |||
+ | https:// | ||
+ | |||
+ | https:// | ||
+ | |||
+ | https:// | ||
+ | |||
+ | https:// | ||
+ | |||
+ | https:// | ||
+ | |||
+ | https:// | ||
+ | |||
+ | https:// | ||
+ | |||
+ | https:// | ||
+ | |||
+ | https:// | ||
+ | |||
+ | https:// | ||
+ | |||
+ | https:// | ||
Line 176: | Line 332: | ||
===== Sonstiges ===== | ===== Sonstiges ===== | ||
+ | |||
+ | https:// | ||
http:// | http:// | ||
Line 186: | Line 344: | ||
https:// | https:// | ||
+ | |||
+ | https:// | ||
+ | https:// | ||
+ | |||
+ | https:// | ||
+ | https:// | ||
+ | |||
+ | https:// | ||
+ | https:// | ||
+ | https:// | ||
+ | |||
+ | RapRap Firmware auf LPC Boards | ||
+ | https:// | ||
+ | |||
+ | https:// | ||
+ | |||
+ | https:// | ||
+ | |||
+ | https:// | ||
====== Anycubic Photon ====== | ====== Anycubic Photon ====== | ||
Line 198: | Line 375: | ||
https:// | https:// | ||
+ | |||
+ | ====== Rook - mostly printed Printer ====== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | https:// | ||
+ | |||
+ |