klippy_connection: store klipper source path and python path
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
@@ -260,6 +260,10 @@ class Server:
|
||||
cfg_sections = set([s.split()[0] for s in config.sections()])
|
||||
cfg_sections.remove('server')
|
||||
|
||||
# load database to initialize saved state
|
||||
self.load_component(config, "database")
|
||||
self.klippy_connection.load_saved_state()
|
||||
|
||||
# load core components
|
||||
for component in CORE_COMPONENTS:
|
||||
self.load_component(config, component)
|
||||
|
Reference in New Issue
Block a user