Klipper 3d Printing – network.

Leave a comment

October 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:

  1. Log into your PI and clone the LIB:
  2. 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}
  3. 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

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

counter for wordpress
%d bloggers like this: