Postprocessing of GUI tasks (e.g. printing) without confirmation optionally possible. Closes #19
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user