-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Extruder home command "not existing" when using none kinematics #32
Comments
Hi DJProPlusMax! It seems that you have not configured extruder homing. By default this fork behaves just as mainline klipper, so you need to configure the extruder for homing, as exemplified in the main README file. https://github.com/naikymen/klipper-for-cnc?tab=readme-ov-file#klipper-for-cnc Have you had a look already? |
Hi, I once more apologize for my incompetence reading manuals and any time loss incurred by my mistake. |
@naikymen |
Thanks for reporting! I'll look into it. Something about the "none"
kinematics is causing an error.
…On Thu, 24 Oct 2024, 05:25 DJ, ***@***.***> wrote:
@naikymen <https://github.com/naikymen>
Well, I added the section, it recognizes it now but it says internal
error. I tried both commands. What is happening?
klippy.log <https://github.com/user-attachments/files/17503793/klippy.log>
IMG_8837.jpeg (view on web)
<https://github.com/user-attachments/assets/09ec146b-5497-4618-b49a-2922386c3b3d>
—
Reply to this email directly, view it on GitHub
<#32 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAY3XPUSOLEGVTRTM4DAIL3Z5CVHBAVCNFSM6AAAAABQOPESD2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZUGYYTSMRTGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@naikymen |
I'm also curious, where can I find the example configuration file "home_extruder.cfg"?? |
@Jarewa |
Hi again! @Jarewa there are no configuration parameters for the @DJProPlusMax I haven't had time yet to investigate. Hopfully I'll have time today or tomorrow. |
It prevented extruder-only configurations from working: #32 (comment)
Here is a quick and dirty patch: be4c928 The fact is that I have not adapted the "None" kinematics to work well with the 6-axis stuff. I will do eventually. Let me know how it goes! |
@naikymen |
Hi @DJProPlusMax thanks for reporting. I just pushed a few fixes for motion_report. Please let me know if they work, I won't have time to test the setup this week. |
Hi, I am building a thing with just one motor, and to do that in Klipper, I need to use "none" kinematics. Unfortunately, when I try to home using either the "HOME_EXTRUDER EXTRUDER=extruder" or "HOME_ACTIVE_EXTRUDER" command, it doesn’t work. I made sure to use the Klipper for CNC repo and recompiled Klipper for the MCU. When I took a look at the none.py file, I couldn't see any section for the homeable extruder - but I did notice such section in the extruder.py file. Can this be solved somehow?
Thanks in advance
Dan
The text was updated successfully, but these errors were encountered: