配置NoMachine 无显示器使用 Solving black screen problem on Windows headless machines Solving slowness problems on headless machines Solving bad render problems on headless machines Solving 'stuck resolution' problems on headless machines 使用xorg-dummy 驱动配置显示输出默认分辨率 ArchWiki:VirtualGL、xrandr、...
【2023年1月13日更新】由于部署后清理垃圾文件时的失误,如果遇到打不开 Klipper 网页控制界面如 Fluidd/Mainsail 等,需要使用MobaXterm之类的 SSH 软件登陆设备,手动执行sudo mkdir /var/log/nginx/ && sudo systemctl restart nginx.service命令进行修复。 【2023年2月12日更新】安装使用拓竹切片软件,感谢 浮世闲人...
Inside /etc/nginx/conf.dyou should have fluidd.conf OR mainsail.conf alongside common_vars.conf AND upstreams.conf (those 2 files are common for mainsail and fluidd) Note! You need to use either fluidd.conf or mainsail.conf file depending on your chosen client. Don't use both .conf files...
MainSail: v2.2.1 Login with SSH Now use the terminal command (Windows/macOS: Putty)$ ssh pi@(your-Pi's-IP-address-goes-here)so like$ ssh pi@192.168.0.123. If you added a password to your ssh-key, you will be asked to enter this first. If asked to fingerprint the connection select...
This will add a new "Tune FastSQV" menu to be able to set some values without going to the fluidd/mainsail interface. Once you have added the configuration to your klipper configuration, restart Klipper. When the machine is back online, run the command SET_INFILL_SQV SQV=<VALUE>. This ...
First, create abackupof all the config files on your original Sovol SV08. You can do this in the web/mainsail interface -> Machine -> Select all files/folders -> Download. Optionally you can also SSH or SFTP into your machine (port: 22, username/password: sovol/sovol) and backup addit...
6.) Go to network on the printer and enter IP address -> enter -> test 7.) Close the network config and click on "Device" 8.) nothing Expected behavior To use the device tab to interact with Mainsail (or othernot tested) interface(s). ...
I am using Clean Debian on Rpi4 (no mainsailOS), and also have Arduino Nano for ADXL, firmware install to nano (328p) not working, getting same errors. as a workaround, I flashed the HEX file using Windows with xLoader_V1_339 (V1.0 did not work) ...
Fixes #34 In the latest commit, the start.sh file has Windows line endings and that messes with Bash under Linux so the container will not start. This PR fixes this by: Correcting the line endings...