37 lines
593 B
TOML
37 lines
593 B
TOML
# file: Settings.toml
|
|
# Rename me !
|
|
|
|
# The main key of your laser in LJ
|
|
laser_id = 0
|
|
|
|
# Activate for more debug
|
|
debug = true
|
|
|
|
# Redis URL as redis://IP:port/
|
|
redis_url = "redis://127.0.0.1:6379/"
|
|
|
|
# Either Helios or Etherdream
|
|
# For Helios. USB Device Id of the DAC
|
|
[dac.helios]
|
|
id = 0
|
|
|
|
# For dummy dac:
|
|
# [dac.dummy]
|
|
|
|
# For Etherdream. IP of the DAC
|
|
# [dac.etherdream]
|
|
# url = "192.168.1.68"
|
|
|
|
[[transformers]]
|
|
[transformers.translate]
|
|
x = 2000
|
|
y = 2000
|
|
[[transformers]]
|
|
[transformers.replicate]
|
|
Until = 48
|
|
|
|
# Never remove this : this is mandatory
|
|
[[transformers]]
|
|
[transformers.intensity]
|
|
|