LJ/LJ.conf

100 lines
1.8 KiB
Plaintext
Raw Permalink Normal View History

2018-12-13 11:05:32 +00:00
[General]
2020-10-10 17:29:07 +00:00
lasernumber = 1
2020-10-11 09:48:53 +00:00
debug = 1
2020-09-19 12:28:56 +00:00
ljayserverip = 0.0.0.0
2020-10-10 17:29:07 +00:00
wwwip = 127.0.0.1
2018-12-13 11:05:32 +00:00
nozoscip = 127.0.0.1
2019-03-24 16:24:52 +00:00
bhoroscip = 127.0.0.1
2020-09-19 12:28:56 +00:00
autostart = artnet
2020-10-04 21:47:28 +00:00
wstype = ws
wsport = 9001
2018-12-13 11:05:32 +00:00
[laser0]
color = -1
2020-09-19 12:28:56 +00:00
type = DS1000
2020-10-10 17:29:07 +00:00
ip = 127.0.0.1
2020-09-27 23:04:05 +00:00
kpps = 25000
2020-10-06 22:04:55 +00:00
centerx = 0
centery = 0
zoomx = 50.0
zoomy = 50.0
2020-09-19 12:28:56 +00:00
sizex = 32000
2018-12-13 11:05:32 +00:00
sizey = 32000
finangle = 0.0
2020-10-10 17:29:07 +00:00
swapx = 1
2018-12-19 11:39:54 +00:00
swapy = -1
2018-12-15 19:03:32 +00:00
lsteps = [ (1.0, 8),(0.25, 3), (0.75, 3), (1.0, 10)]
2018-12-13 11:05:32 +00:00
warpdest = [[-1500., 1500.],
2020-10-05 20:22:42 +00:00
[ 1500., 1500.],
[ 1500.,-1500.],
[-1500.,-1500.]]
2018-12-13 11:05:32 +00:00
[laser1]
color = -1
2020-09-19 12:28:56 +00:00
type = LOCAL
2020-10-04 18:43:54 +00:00
ip = 192.168.2.5
2020-09-27 23:04:05 +00:00
kpps = 25000
2020-10-06 22:04:55 +00:00
centerx = 0
centery = 0
2020-10-10 17:29:07 +00:00
zoomx = 50.0
zoomy = 50.0
2018-12-13 11:05:32 +00:00
sizex = 32000
sizey = 32000
2020-09-29 20:40:10 +00:00
finangle = 0.0
2018-12-18 01:45:23 +00:00
swapx = -1
swapy = -1
2020-09-19 12:28:56 +00:00
lsteps = [ (1.0, 2),(0.25, 1), (0.75, 1), (1.0, 5)]
2018-12-13 11:05:32 +00:00
warpdest = [[-1500., 1500.],
2020-10-10 17:29:07 +00:00
[ 1500., 1500.],
[ 1500.,-1500.],
[-1500.,-1500.]]
2018-12-13 11:05:32 +00:00
[laser2]
color = -1
2020-09-19 12:28:56 +00:00
type = LUKE400
2020-09-27 23:04:05 +00:00
ip = 192.168.2.6
2020-10-05 20:22:42 +00:00
kpps = 25000
2020-10-06 22:04:55 +00:00
centerx = 0
centery = 0
zoomx = 50.0
zoomy = 50.0
2020-09-30 10:05:04 +00:00
sizex = 32000
2018-12-13 11:05:32 +00:00
sizey = 32000
2020-10-06 22:04:55 +00:00
finangle = 0.0
2019-08-06 01:08:54 +00:00
swapx = -1
swapy = -1
2018-12-15 19:03:32 +00:00
lsteps = [(1.0, 8),(0.25, 3), (0.75, 3), (1.0, 10)]
2018-12-13 11:05:32 +00:00
warpdest = [[-1500., 1500.],
2020-10-10 17:29:07 +00:00
[ 1500., 1500.],
[ 1500.,-1500.],
[-1500.,-1500.]]
2018-12-13 11:05:32 +00:00
[laser3]
color = -1
2020-09-19 12:28:56 +00:00
type = LUKE400
2020-10-10 17:29:07 +00:00
ip = 192.168.1.5
2018-12-13 11:05:32 +00:00
kpps = 25000
2020-10-06 22:04:55 +00:00
centerx = 0
centery = 0
zoomx = 50.0
zoomy = 50.0
2018-12-13 11:05:32 +00:00
sizex = 32000
sizey = 32000
finangle = 0.0
2020-10-10 17:29:07 +00:00
swapx = -1
swapy = -1
2018-12-15 19:03:32 +00:00
lsteps = [(1.0, 8),(0.25, 3), (0.75, 3), (1.0, 10)]
2018-12-13 11:05:32 +00:00
warpdest = [[-1500., 1500.],
2020-10-10 17:29:07 +00:00
[ 1500., 1500.],
[ 1500.,-1500.],
[-1500.,-1500.]]
2018-12-13 11:05:32 +00:00
2019-03-10 22:06:04 +00:00
[plugins]
plugins = {
2020-09-19 12:28:56 +00:00
"aurora": {"OSC": 8090, "command": "python3 plugins/aurora/aurora.py", "display": True},
"artnet": {"OSC": 8009, "command": "python3 libs3/artnet.py", "display": False},
2020-09-29 20:40:10 +00:00
"square": {"OSC": 8013, "command": "python3 plugins/square.py", "display": True},
2020-10-10 17:29:07 +00:00
"custom1": {"OSC": 8014, "command": "python3 plugins/custom1.py", "display": True}
2019-03-10 22:06:04 +00:00
}