Added rudimentary printing support

This commit is contained in:
Balthasar Reuter
2018-04-18 23:58:51 +02:00
parent f3ad5bc7ff
commit 5f8fa43d56
6 changed files with 124 additions and 29 deletions

View File

@@ -22,6 +22,16 @@ trigger_channel = 23
# Pin 7 (Channel 4) switches the lamp on and off
lamp_channel = 4
[Printer]
# Enable printing (True/False)
enable = True
# Printer module to use (qt5)
module = qt5
# Paper width in mm
width = 150
# Paper height in mm
height = 100
[Photobooth]
# Show preview while posing time (True/False)
show_preview = True