Analysis with klipper estimator fails due to missing config file
bug
### What happened
I enabled the analysis feature in moonraker.conf as following:
```
[analysis]
platform: auto
estimator_config:
auto_dump_default_config: false
estimator_timeout: 600
enable_auto_analysis: true
enable_estimator_updates: true
```
The docs lead me to beleive the config for klipper esimator is generated automatically. Here's a snippet:
```
estimator_config:
# A path relative to the "config" root specifying a config
# file to use for Klipper Estimator. The default is to
# use a configuration dumped with data retrieved from Klipper's
# current settings.
```
However no analysis is performed and the moonraker log reports:
```
2026-03-16 09:39:45,229 [analysis.py:component_init()] - Klipper Estimator Version v3.7.3 detected
2026-03-16 09:39:45,229 [analysis.py:_update_gcode_proc_config()] - Klipper Estimator config file does not exist, auto analysis disabled.
```
I'm not sure what the issue is here, should I create a config myself?
Appreciate any help on this.
### Client
Fluidd
### Browser
Firefox
### How to reproduce
1. Enable analysis using the config snippet above.
2. Start fluidd.
### Additional information
[moonraker.log](https://github.com/user-attachments/files/26033319/moonraker.log)
关闭于 2026-03-18 2 条评论