Forskjell mellom versjoner av «DragonFly 3D printer»
Hopp til navigering
Hopp til søk
(the printer had firmware version 3.8.0-2684) |
(→Om printeren: add print volume description) |
||
(22 mellomliggende revisjoner av 2 brukere er ikke vist) | |||
Linje 7: | Linje 7: | ||
== Om printeren == | == Om printeren == | ||
Her skal det stå litt om printeren. | Her skal det stå litt om printeren. | ||
− | * nozzle: 0. | + | * nozzle: 0.8 mm |
− | * Hostnavn: <code>dragonfly | + | * Hostnavn: <code>dragonfly.local</code> |
+ | * build plate printable area: 250 x 210 mm | ||
+ | * max printable height: 210 mm | ||
== Firmware == | == Firmware == | ||
− | Firmware version: 3.8.0 | + | Firmware version: 3.11.0-4955 |
+ | |||
+ | == OctoPrint == | ||
+ | * OctoPrint: 1.8.6 | ||
+ | * OctoPi: 0.18.0 | ||
== Historikk == | == Historikk == | ||
− | ; 2019-11-23 : "lapper" på printeren "19/11-01 nozzle scraping up plate", "filament | + | ; 2022-12-28 : installed avrdude (via <code>sudo apt install avrdude</code>) to facilitate firmware upgrades. [[Bruker:Tingo|Tingo]] ([[Brukerdiskusjon:Tingo|diskusjon]]) 28. des. 2022 kl. 14:29 (CET) |
+ | |||
+ | ; 2022-12-27 : OctoPrint - added the correct api key to the bitraf user by editing ~/.octoprint/users.yaml for the pi (Linux) user and restarted the pi. [[Bruker:Tingo|Tingo]] ([[Brukerdiskusjon:Tingo|diskusjon]]) 27. des. 2022 kl. 18:36 (CET) | ||
+ | ; 2022-12-27 : OctoPrint - upgraded to OctoPi 0.18.0 / OctoPrint 1.8.6 by writing an image to a re-used microSD card. Configuration | ||
+ | <code>/boot/cmdline.txt</code> - removed serial console. After: | ||
+ | <pre> | ||
+ | pi@dragonfly:~ $ more /boot/cmdline.txt | ||
+ | console=tty1 root=PARTUUID=4ae0b87d-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait | ||
+ | </pre> | ||
+ | <code>/boot/config.txt</code> - added these lines to the '[all]' section | ||
+ | <pre> | ||
+ | dtoverlay=pi3-miniuart-bt | ||
+ | force_turbo=1 | ||
+ | over_voltage=8 | ||
+ | </pre> | ||
+ | the lines <code>start_x=1</code> and <code>gpu_mem=128</code> were already there. [[Bruker:Tingo|Tingo]] ([[Brukerdiskusjon:Tingo|diskusjon]]) 27. des. 2022 kl. 18:04 (CET) | ||
+ | |||
+ | ; 2022-12-22: OctoPrint - did a backup. [[Bruker:Tingo|Tingo]] ([[Brukerdiskusjon:Tingo|diskusjon]]) 22. des. 2022 kl. 19:15 (CET) | ||
+ | |||
+ | ; 2022-04-18 : flashed firmware to 3.11.0-4955 from OctoPrint (Firmware Updater, serial port is <code>/dev/ttyACM0</code>). [[Bruker:Tingo|Tingo]] ([[Brukerdiskusjon:Tingo|diskusjon]]) 18. apr. 2022 kl. 16:16 (CEST) | ||
+ | |||
+ | ; 2021-12-21 : OctoPrint - oppdatert MQTT plugin til versjon 0.8.12. [[Bruker:Tingo|Tingo]] ([[Brukerdiskusjon:Tingo|diskusjon]]) 21. des. 2021 kl. 17:50 (CET) | ||
+ | |||
+ | ; 2021-06-30 : opprettet bruker "bitraf" i OctoPrint, med standard passord og rolle operatør ("operator"). [[Bruker:Tingo|Tingo]] ([[Brukerdiskusjon:Tingo|diskusjon]]) 30. jun. 2021 kl. 17:23 (CEST) | ||
+ | : flashed firmware to 3.10.0-4481 from OctoPrint (Firmware Updater). For some reason, it required two tries (the first one failed, without any error messages). [[Bruker:Tingo|Tingo]] ([[Brukerdiskusjon:Tingo|diskusjon]]) 30. jun. 2021 kl. 17:43 (CEST) | ||
+ | ; 2020-08-19 : checked firmware - the printer already has 3.9.0-3421. | ||
+ | |||
+ | ; 2019-11-23 : done first layer calibration until I was happy with the result. | ||
+ | : flashed firmware to 3.8.1-2869 with PrusaSlicer and a usb cable. | ||
+ | : "lapper" på printeren "19/11-01 nozzle scraping up plate", "filament jam 9/11-19" | ||
; 2019-11-23 : denne siden ble opprettet. | ; 2019-11-23 : denne siden ble opprettet. | ||
Nåværende revisjon fra 13. jul. 2023 kl. 17:33
DragonFly er en Original Prusa i3 MK3S[1], kjøpt som byggesett fra Prusa Research[2].
Undersider: bygging,
Bruk: se siden 3D printing.
Om printeren
Her skal det stå litt om printeren.
- nozzle: 0.8 mm
- Hostnavn:
dragonfly.local
- build plate printable area: 250 x 210 mm
- max printable height: 210 mm
Firmware
Firmware version: 3.11.0-4955
OctoPrint
- OctoPrint: 1.8.6
- OctoPi: 0.18.0
Historikk
- 2022-12-28
- installed avrdude (via
sudo apt install avrdude
) to facilitate firmware upgrades. Tingo (diskusjon) 28. des. 2022 kl. 14:29 (CET)
- 2022-12-27
- OctoPrint - added the correct api key to the bitraf user by editing ~/.octoprint/users.yaml for the pi (Linux) user and restarted the pi. Tingo (diskusjon) 27. des. 2022 kl. 18:36 (CET)
- 2022-12-27
- OctoPrint - upgraded to OctoPi 0.18.0 / OctoPrint 1.8.6 by writing an image to a re-used microSD card. Configuration
/boot/cmdline.txt
- removed serial console. After:
pi@dragonfly:~ $ more /boot/cmdline.txt console=tty1 root=PARTUUID=4ae0b87d-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
/boot/config.txt
- added these lines to the '[all]' section
dtoverlay=pi3-miniuart-bt force_turbo=1 over_voltage=8
the lines start_x=1
and gpu_mem=128
were already there. Tingo (diskusjon) 27. des. 2022 kl. 18:04 (CET)
- 2022-04-18
- flashed firmware to 3.11.0-4955 from OctoPrint (Firmware Updater, serial port is
/dev/ttyACM0
). Tingo (diskusjon) 18. apr. 2022 kl. 16:16 (CEST)
- 2021-12-21
- OctoPrint - oppdatert MQTT plugin til versjon 0.8.12. Tingo (diskusjon) 21. des. 2021 kl. 17:50 (CET)
- 2021-06-30
- opprettet bruker "bitraf" i OctoPrint, med standard passord og rolle operatør ("operator"). Tingo (diskusjon) 30. jun. 2021 kl. 17:23 (CEST)
- flashed firmware to 3.10.0-4481 from OctoPrint (Firmware Updater). For some reason, it required two tries (the first one failed, without any error messages). Tingo (diskusjon) 30. jun. 2021 kl. 17:43 (CEST)
- 2020-08-19
- checked firmware - the printer already has 3.9.0-3421.
- 2019-11-23
- done first layer calibration until I was happy with the result.
- flashed firmware to 3.8.1-2869 with PrusaSlicer and a usb cable.
- "lapper" på printeren "19/11-01 nozzle scraping up plate", "filament jam 9/11-19"
- 2019-11-23
- denne siden ble opprettet.