welcome: please sign in

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

location: 3dprinters

3D printers in Automatic Control Workshop

The department has two Prusa i3 MK3S+.

They are accessible on http://octoprint-01.bb.control.lth.se & http://octoprint-02.bb.control.lth.se but only from Automatic Control's network.

EduRoam or LU VPN won't cut it. You can use a SSH tunnel if you need to access the printers when off-site.

The printers are controlled using octoprint servers.

Instructions

See help.prusa3d.com.

Instructions for using octoprint

The route *.bb.control.lth.se should be resolved by gateway.control.lth.se but is not.

Instructions on how to access *.bb.control.lth.se

Windows

Mac

Linux

Temporarily via ip route (Most distros)

sudo ip route add 192.168.187.0/24 via 130.235.83.6 dev "$DEVICE"

NetworkManager persistent (Most distros)

sudo nmcli connection modify "$DEVICE" +ipv4.routes "192.168.187.0/24 130.235.83.6"

Netplan persistent route (Ubuntu/cloud init)

Add the following to /etc/netplan/bb.control.lth.se.yaml (needs to be edited with sudo)

network:
  version: 2
  ethernets:
    enpXsY:
      routes:
      - to: 192.168.187.0/24
        via: 130.235.83.6

Then run sudo netplan apply.


CategoryWorkshop