Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilouz committed Mar 23, 2024
1 parent 7d3d284 commit 56e0121
Show file tree
Hide file tree
Showing 10 changed files with 79 additions and 1 deletion.
Binary file added docs/assets/img/GuppyFLO/01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/img/GuppyFLO/02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/img/GuppyFLO/03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/img/GuppyFLO/04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/img/GuppyFLO/05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/img/GuppyFLO/06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/img/GuppyFLO/07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
77 changes: 77 additions & 0 deletions docs/helper-script/guppyflo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
GuppyFLO is a self-hosted service that enables local/remote management of multiple Klipper printers using Moonraker.

More info about GuppyFLO: :material-github: [Here](https://github.com/ballaswag/guppyflo)

More info about Tailscale: :material-web: [Here](https://tailscale.com/)

!!! Note
**This procedure must be repeated after restoring the printer to factory settings.**


## Installation
<hr>

- Make sure you have followed this <a href="../../helper-script/helper-script-installation">Helper Script Installation</a> section before.

- In the script, enter in `[Install] Menu` by typing ++"1"++ , validate with ++"Enter"++ and install `GuppyFLO`:

<img width="900" src="../../assets/img/Creality-Helper-Script/Install_Menu.png">


## Prerequisites
<hr>

- Create a free Tailscale account here: :material-web: [Create Tailscale Account](https://login.tailscale.com/start)

- Install the Tailscale application depending device(s) you want to use for remote access: :material-web: [Download Tailscale App](https://tailscale.com/download)


## Configurations
<hr>

- Open your web browser and go to the address `http://xxx.xxx.xxx.xxx:9873` (by replacing **xxx.xxx.xxx.xxx** by your printer's local IP address) to access the GuppyFLO Web interface :

<img width="900" src="../../assets/img/GuppyFLO/01.png">

- Then, click on authenticate link to register GuppyFLO instance to Tailscale:

<img width="900" src="../../assets/img/GuppyFLO/02.png">

- You will be redirected to the Tailscale website to connect device by clicking on `Connect` button:

<img width="500" src="../../assets/img/GuppyFLO/03.png">

- Go back to GuppyFLO Web interface and click on `Add Printer` button:

<img width="900" src="../../assets/img/GuppyFLO/04.png">

- Configure settings and click on `Add Printer` button:

<img width="500" src="../../assets/img/GuppyFLO/05.png">

- Go to to your Tailscale Admin console here: [Tailscale Admin Console](https://login.tailscale.com/admin/machines)

- There you will see the connected devices and their respective IP addresses :

<img width="500" src="../../assets/img/GuppyFLO/06.png">

1. guppyflo :fontawesome-solid-arrow-right-long: Your printer
2. IP address assigned to your printer (to connect to it remotely)
3. The devices you have connected to Tailscale (here my mobile phone)
4. The IP addresses assigned to the devices you have connected

What interests us here is the IP address assigned to guppyflo (your printer). It's this IP address that you will need to use to connect to the GuppyFlo Web interface remotely from the device(s) you have connected to Tailscale.

- You can now connect to GuppyFlo Web interface remotely by using IP address assigned to guppyflo:

<img width="350" src="../../assets/img/GuppyFLO/07.png">

!!! Note
**For now camera not working remotely and it will be fixed in future release of GuppyFLO.**


<br />

**If you like my work, don't hesitate to support me by paying me a 🍺 or a ☕. Thank you 🙂**

<a href="https://ko-fi.com/guilouz" target="_blank"><img width="350" src="../../assets/img/home/Ko-fi.png"></a>
2 changes: 1 addition & 1 deletion docs/special-thanks.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ hide:
- [Kenneth Jiang](https://github.com/kennethjiang) for Obico.
- [mulder999](https://github.com/mulder999) for M191 macro.
- [caffeineflo](https://github.com/caffeineflo) for fix for Reboot function.
- [ballaswag](https://github.com/ballaswag) for Guppy Screen, Shapers Calibrations macros and fix with curl.
- [ballaswag](https://github.com/ballaswag) for Guppy Screen, GuppyFLO, Shapers Calibrations macros and fix with curl.
- [Frix-x](https://github.com/Frix-x) for EXCITATE_AXIS_AT_FREQ macro and some pics.
- [d3dorsett](https://github.com/d3dorsett) for fix for 504 Gateway Timeout error.
- [avoylenko](https://github.com/avoylenko) for mirroring Entware repo.
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ nav:
- OctoEverywhere: helper-script/octoeverywhere.md
- Moonraker Obico: helper-script/moonraker-obico.md
- Mobileraker Companion: helper-script/mobileraker-companion.md
- GuppyFLO: helper-script/guppyflo.md
- Customize Menu:
- Custom Boot Display: helper-script/custom-boot-display.md
- Remove & Restore Creality Web Interface: helper-script/remove-and-restore-creality-web-interface.md
Expand Down

0 comments on commit 56e0121

Please sign in to comment.