klipper-dgus/config/sample-t5uid1.cfg

27 lines
1.1 KiB
INI

# This file provides example configuration for DGUS T5UID1 touchscreens.
[t5uid1]
firmware: dgus_reloaded
# This controls how Klipper interacts with the touchscreen. The only possible
# value is "dgus_reloaded" at the moment. This parameter must be provided.
#update_interval: 2
# How often to send data updates to the touchscreen.
#volume: 75
# The volume for the touchscreen speaker (as a value from 0 to 100).
#brightness: 100
# The brightness for the touchscreen (as a value from 0 to 100).
#machine_name: Generic 3D Printer
# The machine name shown on the information page.
#boot_sound:
# The index of the sound to play when booting. Defaults to being provided by
# the selected firmware.
#notification_sound:
# The index of the sound to play when certain events happened. Defaults to
# being provided by the selected firmware.
#z_min:
# This can be used to provide a lower limit to Z moves. Movements will still
# be limited by your [stepper_z] configuration values.
#z_max:
# This can be used to provide an upper limit to Z moves. Movements will still
# be limited by your [stepper_z] configuration values.