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:
parent
da9051a9b2
commit
8cc86dfd7c
@ -129,7 +129,7 @@ class KlipperScreenConfig:
|
|||||||
)
|
)
|
||||||
numbers = (
|
numbers = (
|
||||||
'job_complete_timeout', 'job_error_timeout', 'move_speed_xy', 'move_speed_z',
|
'job_complete_timeout', 'job_error_timeout', 'move_speed_xy', 'move_speed_z',
|
||||||
'print_estimate_compensation'
|
'print_estimate_compensation', 'width', 'height',
|
||||||
)
|
)
|
||||||
elif section.startswith('printer '):
|
elif section.startswith('printer '):
|
||||||
bools = (
|
bools = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user