forked from protonphoton/LJ
100 lines
1.8 KiB
Plaintext
100 lines
1.8 KiB
Plaintext
[General]
|
|
lasernumber = 1
|
|
debug = 1
|
|
ljayserverip = 0.0.0.0
|
|
wwwip = 127.0.0.1
|
|
nozoscip = 127.0.0.1
|
|
bhoroscip = 127.0.0.1
|
|
autostart = artnet
|
|
wstype = ws
|
|
wsport = 9001
|
|
|
|
[laser0]
|
|
color = -1
|
|
type = DS1000
|
|
ip = 127.0.0.1
|
|
kpps = 25000
|
|
centerx = 0
|
|
centery = 0
|
|
zoomx = 50.0
|
|
zoomy = 50.0
|
|
sizex = 32000
|
|
sizey = 32000
|
|
finangle = 0.0
|
|
swapx = 1
|
|
swapy = -1
|
|
lsteps = [ (1.0, 8),(0.25, 3), (0.75, 3), (1.0, 10)]
|
|
warpdest = [[-1500., 1500.],
|
|
[ 1500., 1500.],
|
|
[ 1500.,-1500.],
|
|
[-1500.,-1500.]]
|
|
|
|
[laser1]
|
|
color = -1
|
|
type = LOCAL
|
|
ip = 192.168.2.5
|
|
kpps = 25000
|
|
centerx = 0
|
|
centery = 0
|
|
zoomx = 50.0
|
|
zoomy = 50.0
|
|
sizex = 32000
|
|
sizey = 32000
|
|
finangle = 0.0
|
|
swapx = -1
|
|
swapy = -1
|
|
lsteps = [ (1.0, 2),(0.25, 1), (0.75, 1), (1.0, 5)]
|
|
warpdest = [[-1500., 1500.],
|
|
[ 1500., 1500.],
|
|
[ 1500.,-1500.],
|
|
[-1500.,-1500.]]
|
|
|
|
[laser2]
|
|
color = -1
|
|
type = LUKE400
|
|
ip = 192.168.2.6
|
|
kpps = 25000
|
|
centerx = 0
|
|
centery = 0
|
|
zoomx = 50.0
|
|
zoomy = 50.0
|
|
sizex = 32000
|
|
sizey = 32000
|
|
finangle = 0.0
|
|
swapx = -1
|
|
swapy = -1
|
|
lsteps = [(1.0, 8),(0.25, 3), (0.75, 3), (1.0, 10)]
|
|
warpdest = [[-1500., 1500.],
|
|
[ 1500., 1500.],
|
|
[ 1500.,-1500.],
|
|
[-1500.,-1500.]]
|
|
|
|
[laser3]
|
|
color = -1
|
|
type = LUKE400
|
|
ip = 192.168.1.5
|
|
kpps = 25000
|
|
centerx = 0
|
|
centery = 0
|
|
zoomx = 50.0
|
|
zoomy = 50.0
|
|
sizex = 32000
|
|
sizey = 32000
|
|
finangle = 0.0
|
|
swapx = -1
|
|
swapy = -1
|
|
lsteps = [(1.0, 8),(0.25, 3), (0.75, 3), (1.0, 10)]
|
|
warpdest = [[-1500., 1500.],
|
|
[ 1500., 1500.],
|
|
[ 1500.,-1500.],
|
|
[-1500.,-1500.]]
|
|
|
|
[plugins]
|
|
plugins = {
|
|
"aurora": {"OSC": 8090, "command": "python3 plugins/aurora/aurora.py", "display": True},
|
|
"artnet": {"OSC": 8009, "command": "python3 libs3/artnet.py", "display": False},
|
|
"square": {"OSC": 8013, "command": "python3 plugins/square.py", "display": True},
|
|
"custom1": {"OSC": 8014, "command": "python3 plugins/custom1.py", "display": True}
|
|
}
|
|
|