From 811ff69e2415578b3282e059156ab987417cd941 Mon Sep 17 00:00:00 2001 From: Konstantin Koslowski Date: Thu, 28 Apr 2022 10:50:43 +0200 Subject: [PATCH] moonraker: update to latest config --- moonraker.conf | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/moonraker.conf b/moonraker.conf index 209671d..22b7b05 100644 --- a/moonraker.conf +++ b/moonraker.conf @@ -2,10 +2,6 @@ host: 0.0.0.0 port: 7125 enable_debug_logging: False -config_path: ~/klipper_config -temperature_store_size: 600 -gcode_store_size: 1000 -log_path: ~/klipper_logs [authorization] force_logins: True @@ -25,6 +21,14 @@ trusted_clients: FE80::/10 ::1/128 +[file_manager] +config_path: ~/klipper_config +log_path: ~/klipper_logs + +[data_store] +temperature_store_size: 600 +gcode_store_size: 1000 + # enables partial support of Octoprint API [octoprint_compat] @@ -41,7 +45,8 @@ repo: fluidd-core/fluidd path: ~/fluidd [update_manager client mainsail] -type: web_beta +type: web +channel: beta repo: mainsail-crew/mainsail path: ~/mainsail