fluidd-core / FluiddPI

FluiddPi - A Pi image with Klipper, Moonraker, Fluidd and Web Camera support pre-installed.
https://docs.fluidd.xyz
GNU General Public License v3.0
300 stars 59 forks source link

Wifi Reconnect #3

Closed Bommel24 closed 3 years ago

Bommel24 commented 3 years ago

PI won't automatically reconnect to wifi until you do these steps: https://raspberrypi.stackexchange.com/a/5341 This should be default in firmware (in my opinion) since losing the connection removes the ability to force stop the printer.

cadriel commented 3 years ago

This already happens as a part of CustomPiOS's network module.

https://github.com/guysoft/CustomPiOS/blob/devel/src/modules/network/start_chroot_script#L44