fix(printer): limit thermal print power draw
This commit is contained in:
@@ -77,6 +77,11 @@ config TQ_PRINTER_STROBE_INTERVAL_US
|
||||
range 0 10000
|
||||
default 200
|
||||
|
||||
config TQ_PRINTER_MAX_DOTS_PER_PULSE
|
||||
int "Printer max heated dots per strobe pulse"
|
||||
range 1 384
|
||||
default 32
|
||||
|
||||
config TQ_PRINTER_MOTOR_STEP_US
|
||||
int "Printer motor step delay (us)"
|
||||
range 100 20000
|
||||
@@ -139,7 +144,7 @@ config TQ_PRINTER_NTC_PULLUP_OHMS
|
||||
config TQ_PRINTER_NTC_R25_OHMS
|
||||
int "Printer NTC R25 resistance (ohms)"
|
||||
range 1000 200000
|
||||
default 10000
|
||||
default 30000
|
||||
|
||||
config TQ_PRINTER_NTC_BETA
|
||||
int "Printer NTC beta constant"
|
||||
|
||||
Reference in New Issue
Block a user