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