Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ssendev/LaserWeb4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Laserweb4

This is the "installation guide" for the Moonraker/Klipper enabled version of Laserweb4. The source code is in the 4.1 branch and the "release" in the build branch.

How to Install

An installed Moonraker and Mainsail is assumed, if you don't have one follow the manual install guide from Mainsail otherwise KIAUH can also be used.

First download Laserweb

git clone https://github.com/ssendev/LaserWeb4.git --branch build ~/Laserweb4

To allow updates through Moonraker/Mainsail in ~/printer_data/config/moonraker.conf add:

[update_manager Laserweb4]
type: git_repo
path: ~/Laserweb4
primary_branch: build
origin: https://github.com/ssendev/LaserWeb4.git

To access Laswerweb4 from http://same-ip-or-domain-as-mainsail/Laserweb4 modify /etc/nginx/sites-enabled/mainsail and add:

    location /Laserweb4/ {
       alias /home/pi/Laserweb4/;
    }

to access it from http://same-ip-or-domain-as-mainsail:8004 create /etc/nginx/sites-enabled/laserweb4 and insert:

server {
    listen 8004;
    server_name _;

    # web_path of Laserweb4 static files
    root /home/pi/Laserweb4/;
}

About

Laserweb with Mainsail/Klipper support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published