Frix-x / klippain-shaketune

Klipper streamlined input shaper workflow and calibration tools
GNU General Public License v3.0
627 stars 70 forks source link

Error running command after update to v3 #96

Closed KazachThi closed 4 months ago

KazachThi commented 4 months ago

K-Shake&Tune module branch

Version

v3.0.0-1-g56a5502d

Describe the bug and expected behavior

With both Compare Belts Responses and Create Vibrations Profile it starts the measurement and once it finishes measuring gets an error "Error running command {shaketune}"

No problems before updating to v3.

Additional information and klippy.log

klippy.log

Running Voron 2.4, Beacon(H) as accel chip on XOL.

AmshaSharam commented 4 months ago

i think the paths inside the files are changed, chek inside de files, i have to change mines from ~/printer_data/config/K-ShakeTune/shaketune.sh) to command: ~/printer_data/config/scripts/K-ShakeTune/shaketune.sh

Frix-x commented 4 months ago

Yes this is indeed normal if you are running a full Klippain setup. The path changed in S&T v3.0.0 and I will need to push an update as well on this side. I'll do it quickly but in the meantime, add to your overrides:

[gcode_shell_command shaketune]
command: ~/printer_data/config/scripts/K-ShakeTune/shaketune.sh
timeout: 600.0
verbose: True

Le lun. 29 avr. 2024, 21:21, Amshatec @.***> a écrit :

i think the paths inside the files are changed, chek inside de files, i have to change mines from ~/printer_data/config/K-ShakeTune/shaketune.sh) to command: ~/printer_data/config/scripts/K-ShakeTune/shaketune.sh

— Reply to this email directly, view it on GitHub https://github.com/Frix-x/klippain-shaketune/issues/96#issuecomment-2083491704, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACQV6BP4KX5BCNBHX3ED6HDY72MUVAVCNFSM6AAAAABG6Z4ZHCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBTGQ4TCNZQGQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

KazachThi commented 4 months ago

Thanks for the update.

Will close !