mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-23 06:09:38 +08:00
4 lines
102 B
Bash
4 lines
102 B
Bash
#!/usr/bin/env bash
|
|
Xvfb :1 -screen 0 1280x800x16 &
|
|
export DISPLAY=:1.0
|
|
python3 cura_app.py --headless |