Added rudimentary printing support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user