-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
Support for multi-klipper or custom installations #12
Comments
Hello thanks for this request :) I've looked a little bit at the problem and it seems that it will be pretty hard to make it work on Creality K1 printers since it need a root access, the OS is not debian based so the packages may be differents and I don't have the machine myself to test it ^^ But if someone have the machine and want to give it a try, I'm open to integrate it as a PR. Regarding the QIDI machines, it should already work correctly since i'm always using the user path expansion variable |
@Frix-x thanks for your reply!!! |
Yes sure, if you are equiped with the machines, please share the errors encountered, it will help me to try to make it more compatible :) |
I get an error on a Qidi X Max-3 machine that plot is not generating after executing BELTS_SHAPER_CALIBRATION. This is the error message: Really hope to get it run. |
This is unlikely the error: the RESPOND command is only used to gives some logs in the Mainsail/Fluidd console and it doesn't crash if not defined. To fix this you can just add |
Bonjour!
Sure no problem. Here’s the slippy.log for your information.
Thank you and kind regards
Alex
… Am 30.11.2023 um 11:27 schrieb Félix Boisselier ***@***.*** ***@***.***>>:
I get an error on a Qidi X Max-3 machine that plot is not generating after executing BELTS_SHAPER_CALIBRATION.
This is the error message: // Writing raw accelerometer data to /tmp/raw_data_axis=1.000,-1.000_a.csv file // Unknown command:"RESPOND" !! Error running command {plot_graph}
Really hope to get it run. Great piece of work, thank you very much!
This is unlikely the error: the RESPOND command is only used to gives some logs in the Mainsail/Fluidd console and it doesn't crash if not defined. To fix this you can just add [respond] somewhere in your config and it will solve this "unknown RESPOND command" warning.
However, I would like to get your klippy.log to see what is the reason of the plot_graph failure
—
Reply to this email directly, view it on GitHub <#12 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/A5BXYHB55B5F46TR6KUEMWDYHBNSVAVCNFSM6AAAAAA7XRDFICVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZTGQ4DMNBQHA>.
You are receiving this because you commented.
|
JFI: Now the error message change a bit after adding [RESPOND]….
… Am 30.11.2023 um 12:51 schrieb Ohyeah ***@***.***>:
Bonjour!
Sure no problem. Here’s the slippy.log for your information.
Thank you and kind regards
Alex
<klippy-3.log.zip>
> Am 30.11.2023 um 11:27 schrieb Félix Boisselier ***@***.*** ***@***.***>>:
>
>
> I get an error on a Qidi X Max-3 machine that plot is not generating after executing BELTS_SHAPER_CALIBRATION.
>
> This is the error message: // Writing raw accelerometer data to /tmp/raw_data_axis=1.000,-1.000_a.csv file // Unknown command:"RESPOND" !! Error running command {plot_graph}
>
> Really hope to get it run. Great piece of work, thank you very much!
>
> This is unlikely the error: the RESPOND command is only used to gives some logs in the Mainsail/Fluidd console and it doesn't crash if not defined. To fix this you can just add [respond] somewhere in your config and it will solve this "unknown RESPOND command" warning.
> However, I would like to get your klippy.log to see what is the reason of the plot_graph failure
>
> —
> Reply to this email directly, view it on GitHub <#12 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/A5BXYHB55B5F46TR6KUEMWDYHBNSVAVCNFSM6AAAAAA7XRDFICVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZTGQ4DMNBQHA>.
> You are receiving this because you commented.
>
|
As @ohyeah8000 same error
This is the klipper/scripts directory from QIDI: This is how I do myself currently for this machine:
Finally the Klippy.log: Probably the system from QIDI miss to install some dependencies needed for your scripts. |
Describe the feature or hardware support you'd like
In some cases new Klipper machines, yes brands like to be creative :), uses other paths for Klipper binaries and config like QIDI or K1.
Should be interesting to had a global variable to adjust those paths used by all your great python scripts.
Additional context or information
As an example for QIDI:
Klipper config -> /home/mks/klipper_config/
Klipper binaries -> /home/mks/klipper/
For Creality K1:
Klkipper config -> /usr/data/printer_data/
Klipper binaries ->
The text was updated successfully, but these errors were encountered: