Mainsail and Klipperscreen on Joggler
Posted: Thu Oct 19, 2023 8:47 am
Hello everyone
I got Mainsail and Klipperscreen running on the Joggler OF2.
It can be used for 3d printing.
Here what I did:
First you have to use the instructions from:
viewtopic.php?f=2&t=5169
to install Debian bullseye.
Then install the kiauh tool:
either via https://github.com/dw-0/kiauh
or with the commands:
sudo apt-get update && sudo apt-get install git -y
cd ~ && git clone https://github.com/dw-0/kiauh.git
./kiauh/kiauh.sh
Then select the appropriate programs to install.
I had problems with Mainsail and Klipperscreen to start x-server.
Solution:
I had to add a start rule via crontab.
For me, nginx could not be started because the directory and files were always deleted after reboot from joggler in /var/log.
Therefore add the following start options in the crontab:
"sudo crontab -e" and insert this commands
sudo mkdir /var/log/nginx
sudo touch /var/log/nginx/error.log
sudo touch /var/log/nginx/access.log
sudo service nginx restart
For the x-server please use it from of-install script:
cd /usr/local/sbin
sudo of-install xserver
Afterwards everything should work.
Mainsail should be accessible via browser and IP address from the Joggler.
Unfortunately I couldn't get wireless to work on my OF2 device.
Have fun with it...
I got Mainsail and Klipperscreen running on the Joggler OF2.
It can be used for 3d printing.
Here what I did:
First you have to use the instructions from:
viewtopic.php?f=2&t=5169
to install Debian bullseye.
Then install the kiauh tool:
either via https://github.com/dw-0/kiauh
or with the commands:
sudo apt-get update && sudo apt-get install git -y
cd ~ && git clone https://github.com/dw-0/kiauh.git
./kiauh/kiauh.sh
Then select the appropriate programs to install.
I had problems with Mainsail and Klipperscreen to start x-server.
Solution:
I had to add a start rule via crontab.
For me, nginx could not be started because the directory and files were always deleted after reboot from joggler in /var/log.
Therefore add the following start options in the crontab:
"sudo crontab -e" and insert this commands
sudo mkdir /var/log/nginx
sudo touch /var/log/nginx/error.log
sudo touch /var/log/nginx/access.log
sudo service nginx restart
For the x-server please use it from of-install script:
cd /usr/local/sbin
sudo of-install xserver
Afterwards everything should work.
Mainsail should be accessible via browser and IP address from the Joggler.
Unfortunately I couldn't get wireless to work on my OF2 device.
Have fun with it...