From f1a8afee40ba72ff5812c31e6f4a25148ad34e4f Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Sun, 3 Nov 2024 11:35:14 +0100 Subject: [PATCH] Re-estimate uploaded gcode files The moonraker component was downloaded from https://github.com/Arksine/moonraker/pull/914 and the estimator from https://github.com/Annex-Engineering/klipper_estimator/releases/download/v3.7.3/klipper_estimator_rpi Signed-off-by: Sven Eckelmann --- printer_config/moonraker.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/printer_config/moonraker.conf b/printer_config/moonraker.conf index d15e5c9..4339ad1 100644 --- a/printer_config/moonraker.conf +++ b/printer_config/moonraker.conf @@ -71,3 +71,8 @@ pin: gpiochip0/gpio26 locked_while_printing: True timer: 1 restart_klipper_when_powered: True + +[klipper_estimator] +executable_path: /home/pi/klipper_estimator_rpi +download: False +asset_name: klipper_estimator_rpi