printer: add the default waitTime setting to config

This commit is contained in:
kyoubate-haruka 2024-10-04 11:43:34 +02:00
parent 6819963f06
commit 3bb9404a38

View File

@ -89,6 +89,9 @@ enable=1
serial_no="5A-A123" serial_no="5A-A123"
; Insert the path to the image output directory here. ; Insert the path to the image output directory here.
printerOutPath="DEVICE\print" printerOutPath="DEVICE\print"
; The length in milliseconds the printer should be busy printing.
; Set to 0 to instantly finish printing.
waitTime=20000
; ----------------------------------------------------------------------------- ; -----------------------------------------------------------------------------
; LED settings ; LED settings