Skip to content

Commit d0ba36e

Browse files
committed
Fixes missing Moonraker API Key for no cache
1 parent 9cc14c1 commit d0ba36e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

KlipperPreprocessor.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ def execute_klipper_estimator(self, filename: str, work_dir: str) -> None:
277277
klipper_estimator_path,
278278
"--config_" + klipper_estimator_config_type,
279279
klipper_estimator_config_arg,
280+
"--config_moonraker_api_key",
281+
klipper_estimator_moonraker_api_key,
280282
"post-process",
281283
filename,
282284
]

0 commit comments

Comments
 (0)