Klipper 3d Printing – network.
Leave a commentOctober 19, 2022 by aubreykloppers
Sometimes you need to get network information from your Klipper enabled display. To do this easy and quickly, follow these steps:
- Log into your PI and clone the LIB:
- Open your printer.cfg file and add the network block into it:
- [network_status]
- [menu __main __network]
- type: list
- name: Network
- [menu __main __network _mdns]
- type: command
- name: mDNS: {printer.network_status.mdns}
- [menu __main __network _ethip]
- type: command
- name: Eth IP: {printer.network_status.ethip}
- [menu __main __network _wifissid]
- type: command
- name: Wifi SSID: {printer.network_status.wifissid}
- [menu __main __network _wifiip]
- type: command
- name: Wifi IP: {printer.network_status.wifiip}
- Save and restart.
This will give your display a NETWORK sub-menu with all your network detail.
Read more: https://github.com/JeremyRuhland/klipper_network_status