config: add width and height for development purposes

Do not use this when KS is meant to be fullscreen, this should be used for window size on a desktop
This commit is contained in:
alfrix 2022-10-22 14:26:34 -03:00
parent da9051a9b2
commit 8cc86dfd7c

View File

@ -129,7 +129,7 @@ class KlipperScreenConfig:
)
numbers = (
'job_complete_timeout', 'job_error_timeout', 'move_speed_xy', 'move_speed_z',
'print_estimate_compensation'
'print_estimate_compensation', 'width', 'height',
)
elif section.startswith('printer '):
bools = (