From 8cc86dfd7cfa9be2793a19c9c67824e4fb4d701b Mon Sep 17 00:00:00 2001 From: alfrix Date: Sat, 22 Oct 2022 14:26:34 -0300 Subject: [PATCH] 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 --- ks_includes/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ks_includes/config.py b/ks_includes/config.py index d1613efb..7832acee 100644 --- a/ks_includes/config.py +++ b/ks_includes/config.py @@ -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 = (