Forskjell mellom versjoner av «FireFly 3D printer»

Fra Bitraf
Hopp til navigering Hopp til søk
(Historikk: usb flashing cable missing)
(Om printeren: add print volume description)
 
(11 mellomliggende revisjoner av samme bruker vises ikke)
Linje 9: Linje 9:
 
* nozzle: 0.4 mm
 
* nozzle: 0.4 mm
 
* Hostnavn: <code>firefly.local</code>
 
* Hostnavn: <code>firefly.local</code>
 +
* build plate printable area: 250 x 210 mm
 +
* max printable height: 210 mm
  
 
== Firmware ==
 
== Firmware ==
Linje 14: Linje 16:
  
 
== OctoPrint ==
 
== OctoPrint ==
* OctoPrint: 1.7.2
+
* OctoPrint: 1.8.6
* OctoPi: 0.17.0
+
* OctoPi: 0.18.0
  
 
== Historikk ==
 
== Historikk ==
; 2022-04-18 : this printer is missing the usb cable, making flashing from OctoPrint impossible. [[Bruker:Tingo|Tingo]] ([[Brukerdiskusjon:Tingo|diskusjon]]) 18. apr. 2022 kl. 15:33 (CEST)
+
; 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:31 (CET)
 +
 
 +
; 2022-13-23 : after a test print, I conclude that the OctoPi / OctoPrint upgrade is a success. This printer noe runs OctoPi 0.18.0 and OctoPrint 1.8.6 [[Bruker:Tingo|Tingo]] ([[Brukerdiskusjon:Tingo|diskusjon]]) 23. des. 2022 kl. 22:24 (CET)
 +
; 2022-12-23 : OctoPrint - the API key / API keys cannot be edited in OctoPrint anymore (you can only generate new ones). Fixed by adding the correct API key to a user in <code>~/.octoprint/users.yaml</code>. Snippet of users.yaml
 +
<pre>
 +
_version: 2
 +
bitraf:
 +
  active: true
 +
  apikey: 284D0BD68A114A628A6D9EB7F513AFAF
 +
  groups:
 +
  - users
 +
</pre>
 +
[[Bruker:Tingo|Tingo]] ([[Brukerdiskusjon:Tingo|diskusjon]]) 23. des. 2022 kl. 21:36 (CET)
 +
; 2022-12-23 : Pi camera - the camera is working, and vcgencmd detects it:
 +
<pre>
 +
pi@firefly:~ $ vcgencmd get_camera
 +
supported=1 detected=1
 +
</pre>
 +
good to know. [[Bruker:Tingo|Tingo]] ([[Brukerdiskusjon:Tingo|diskusjon]]) 23. des. 2022 kl. 20:29 (CET)
 +
; 2022-12-23 : installed OctoPi 0.18.0 on a new microSD card with  rpi-imager as described here<ref>[https://octoprint.org/download/ OctoPrint - download]</ref>. Gets OctoPrint 1.8.6 [[Bruker:Tingo|Tingo]] ([[Brukerdiskusjon:Tingo|diskusjon]]) 23. des. 2022 kl. 20:07 (CET)
 +
: edit out the serial console from <code>/boot/cmdline.txt</code>. Before
 +
<pre>
 +
pi@firefly:~ $ more /boot/cmdline.txt
 +
console=serial0,115200 console=tty1 root=PARTUUID=44399de6-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
 +
</pre>
 +
after
 +
<pre>
 +
pi@firefly:~ $ more /boot/cmdline.txt
 +
console=tty1 root=PARTUUID=44399de6-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
 +
</pre>
 +
this allows OctoPrint to connect to to the serial port that is connected to the printer. [[Bruker:Tingo|Tingo]] ([[Brukerdiskusjon:Tingo|diskusjon]]) 23. des. 2022 kl. 20:13 (CET)
 +
: added the following lines to <code>/boot/config.txt</code> section '[all]' (the others was already there)
 +
<pre>
 +
dtoverlay=pi3-miniuart-bt
 +
force_turbo=1
 +
over_voltage=7
 +
</pre>
 +
this is to get the raspicam working smoothly.[[Bruker:Tingo|Tingo]] ([[Brukerdiskusjon:Tingo|diskusjon]]) 23. des. 2022 kl. 20:20 (CET)
 +
 
 +
; 2022-12-22 : OctoPrint - did a backup. [[Bruker:Tingo|Tingo]] ([[Brukerdiskusjon:Tingo|diskusjon]]) 22. des. 2022 kl. 19:24 (CET)
 +
 
 +
; 2022-04-18 : this printer is missing the usb cable, making flashing firmware from OctoPrint impossible. [[Bruker:Tingo|Tingo]] ([[Brukerdiskusjon:Tingo|diskusjon]]) 18. apr. 2022 kl. 15:33 (CEST)
  
 
; 2021-12-21 : upgraded OctoPrint 1.6.1 to 1.7.2 from OctoPrint UI. [[Bruker:Tingo|Tingo]] ([[Brukerdiskusjon:Tingo|diskusjon]]) 21. des. 2021 kl. 17:35 (CET)
 
; 2021-12-21 : upgraded OctoPrint 1.6.1 to 1.7.2 from OctoPrint UI. [[Bruker:Tingo|Tingo]] ([[Brukerdiskusjon:Tingo|diskusjon]]) 21. des. 2021 kl. 17:35 (CET)

Nåværende revisjon fra 13. jul. 2023 kl. 18:33

FireFly 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.4 mm
  • Hostnavn: firefly.local
  • build plate printable area: 250 x 210 mm
  • max printable height: 210 mm

Firmware

Firmware version: 3.9.0-3421

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:31 (CET)
2022-13-23 
after a test print, I conclude that the OctoPi / OctoPrint upgrade is a success. This printer noe runs OctoPi 0.18.0 and OctoPrint 1.8.6 Tingo (diskusjon) 23. des. 2022 kl. 22:24 (CET)
2022-12-23 
OctoPrint - the API key / API keys cannot be edited in OctoPrint anymore (you can only generate new ones). Fixed by adding the correct API key to a user in ~/.octoprint/users.yaml. Snippet of users.yaml
_version: 2
bitraf:
  active: true
  apikey: 284D0BD68A114A628A6D9EB7F513AFAF
  groups:
  - users

Tingo (diskusjon) 23. des. 2022 kl. 21:36 (CET)

2022-12-23 
Pi camera - the camera is working, and vcgencmd detects it:
pi@firefly:~ $ vcgencmd get_camera
supported=1 detected=1

good to know. Tingo (diskusjon) 23. des. 2022 kl. 20:29 (CET)

2022-12-23 
installed OctoPi 0.18.0 on a new microSD card with rpi-imager as described here[3]. Gets OctoPrint 1.8.6 Tingo (diskusjon) 23. des. 2022 kl. 20:07 (CET)
edit out the serial console from /boot/cmdline.txt. Before
pi@firefly:~ $ more /boot/cmdline.txt
console=serial0,115200 console=tty1 root=PARTUUID=44399de6-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait

after

pi@firefly:~ $ more /boot/cmdline.txt
console=tty1 root=PARTUUID=44399de6-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait

this allows OctoPrint to connect to to the serial port that is connected to the printer. Tingo (diskusjon) 23. des. 2022 kl. 20:13 (CET)

added the following lines to /boot/config.txt section '[all]' (the others was already there)
dtoverlay=pi3-miniuart-bt
force_turbo=1
over_voltage=7

this is to get the raspicam working smoothly.Tingo (diskusjon) 23. des. 2022 kl. 20:20 (CET)

2022-12-22 
OctoPrint - did a backup. Tingo (diskusjon) 22. des. 2022 kl. 19:24 (CET)
2022-04-18 
this printer is missing the usb cable, making flashing firmware from OctoPrint impossible. Tingo (diskusjon) 18. apr. 2022 kl. 15:33 (CEST)
2021-12-21 
upgraded OctoPrint 1.6.1 to 1.7.2 from OctoPrint UI. Tingo (diskusjon) 21. des. 2021 kl. 17:35 (CET)
2020-08-19 
flashed firmware to 3.9.0-3421 with PrusaSlicer and a usb cable.
2020-01-09 
Displayet på printeren ble full av "søppel" ved forsøk på å bruke den (kalibrering for eksempel). Skrudde printeren av og på - problemet forsvant. Printernen var resatt, måtte velge "Sheet: Textur1" og måtte kjøre "first layer calibration" på nytt.
2019-12-17 
finally, someone named the printer, so now I created this page. This printer used to be named Temporary1.
2019-11-23 
Y belt: the screws on the front pulley assembly (the ones that secures it to the steel plate) are loose. Needs to be fixed.
2019-11-23 
firmware upgraded to version 3.8.1-2869.
"lapper" med meldinger "virker dårlig - bed engine is resisting", "virker med Prusa sli3er på samme måten som Caterpillar. Prusa sli3er nivellerer plata før den begynner på printingen. 21nov kveld".
denne siden ble opprettet.

Referanser