Postprocessing of GUI tasks (e.g. printing) without confirmation optionally possible. Closes #19

This commit is contained in:
Balthasar Reuter
2018-07-17 01:17:15 +02:00
parent 69b51d520b
commit eed71bc23a
4 changed files with 25 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ module = python-gphoto2
[Gpio]
# Enable use of GPIO (True/False)
enable = True
enable = False
# BOARD pin 18 (BCM pin 24) lets you return to start screen
exit_pin = 24
# BOARD pin 16 (BCM pin 23) triggers capturing pictures
@@ -32,6 +32,8 @@ lamp_pin = 4
enable = True
# Print to PDF (True/False) for debugging purposes
pdf = False
# Ask for confirmation before printing
confirmation = True
# Printer module to use (PyQt5)
module = PyQt5
# Paper width in mm