Sovol3d / SV08

SV08 is a flying gantry Core-XY printer with a print area of 350x350x345mm, also a derivative work based on Voron V2.4. It aims to provide an alternative solution for 3D printing enthusiasts who are eager to use Voron V2.4 but are hindered by high costs and learning barriers. SV08 open source (including structure, hardware, and firmware) for users
GNU General Public License v3.0
107 stars 27 forks source link

Cant Install Klipper #15

Closed FoldZero closed 1 month ago

FoldZero commented 1 month ago

Im installing Klipper from the instructions here - https://github.com/Sovol3d/SV08?tab=readme-ov-file#use-kiauh I have already uninstalled Klipper!!!! I am getting the same error this is the 2nd attempt

image

There is also an error when I log into Kiauh image

FoldZero commented 1 month ago

It seems that it was the WIFI connection on the SV08 being too slow i guess. Connecto to LAN I needed to go through extensive hoops to get teh LAN working on IPV4:

sudo nano /etc/network/interfaces
Add these lines (adjust the IP address and gateway as needed for your network):

auto eth0
iface eth0 inet static
    address 192.168.1.100
    netmask 255.255.255.0
    gateway 192.168.1.1

After making changes, restart the networking service:
sudo systemctl restart networking

Now has completed install image