blob: 6b5d84799b6efd09b8866d44edb0bdc176b8f917 (
plain)
1
2
3
4
5
6
|
#!/bin/bash
### start flashprint with LANG=C to fix render issues
### thanks to Michael Risthaus for reporting this workaround
### will be replaced with symlink after fix from uplink
env LANG=C /usr/share/FlashPrint/FlashPrint
|