mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
4 lines
No EOL
102 B
Bash
4 lines
No EOL
102 B
Bash
#!/usr/bin/env bash
|
|
Xvfb :1 -screen 0 1280x800x16 &
|
|
export DISPLAY=:1.0
|
|
python3 cura_app.py --headless |