Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Klippain shake&tune broken in klippain config #613

Closed
1 task done
joergenlarsenwm opened this issue Jun 25, 2024 · 3 comments
Closed
1 task done

Klippain shake&tune broken in klippain config #613

joergenlarsenwm opened this issue Jun 25, 2024 · 3 comments
Labels
bug Something isn't working triage This is a new issue to be sorted (automatic label)

Comments

@joergenlarsenwm
Copy link

Klippain branch

  • I confirm using the main branch

Version

v4.3.1-17-gdf5ad5bf

Describe the bug and expected behavior

not able to enable klippain shake and tune.
config/software/shaketune.cfg references missing directory and file:

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

Neither the K-ShakeTune nor the shaketune.sh is present on my system.

Checking through the github repos for Shake&tune and klippain and cannot find it.

Additional information and klippy.log

shell_command: Command {shaketune} failed
Traceback (most recent call last):
File "/home/pi/klipper/klippy/extras/gcode_shell_command.py", line 53, in cmd_RUN_SHELL_COMMAND
proc = subprocess.Popen(
^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 1024, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.11/subprocess.py", line 1901, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: '/home/pi/printer_data/config/scripts/K-ShakeTune/shaketune.sh'
Error running command {shaketune}

@joergenlarsenwm joergenlarsenwm added bug Something isn't working triage This is a new issue to be sorted (automatic label) labels Jun 25, 2024
@EricZimmerman
Copy link
Collaborator

EricZimmerman commented Jun 25, 2024 via email

@joergenlarsenwm
Copy link
Author

It seems I was stuck between old and new shake&tune.
Reinstall and adding shaketune tag in printer.cfg seems to work.

@joergenlarsenwm
Copy link
Author

Issue not an issue as long as you don't follow old instructions. Who'd thunk it :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage This is a new issue to be sorted (automatic label)
Projects
None yet
Development

No branches or pull requests

2 participants