-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Is it possible to disable the z-axis and extruder? #1553
Comments
Hi @Uka4me, It did not look like there was a Klipper log file attached to this ticket. The log file has been engineered to answer common questions the Klipper developers have about the software and its environment (software version, hardware type, configuration, event timing, and hundreds of other questions). Unfortunately, too many people have opened tickets without providing the log. That consumes developer time; time that would be better spent enhancing the software. If this ticket references an event that has occurred while running the software then the Klipper log must be attached to this ticket. Otherwise, this ticket will be automatically closed in a few days. For information on obtaining the Klipper log file see: https://github.com/KevinOConnor/klipper/blob/master/docs/Contact.md The log can still be attached to this ticket - just add a comment and attach the log to that comment. Best regards, PS: I'm just an automated script, not a human being. |
I'll go through your issues one by one: You can then imitate the M42 gcode call with the use of a Be advised, however, that other users had some issues Hope that helps |
Thank!
If the section is left empty, it swears and requires you to specify a pin, I take the pin from the example without any changes and everything starts working. |
You could probably specify a set of z-less kinematics to accomplish this. But using unused pins in your stepper_z block is probably the quicker fix. |
It appears the Klipper log file was not provided. |
Google translation, sorry ...
Hello!
Successfully use your product in my printer. For this reason I would like to use klipper for the laser ...
In fact, I have no z axis, only x and y. Kinematics - corexy.
I tried to configure:
It is logical, but I get an error saying that there is no z. Adding z:
With an empty description of z, the firmware stops swearing, but when loading gcode, with the G28 command, you give an error timeout switch x.
The laser starts at the command M42 P11 S.
In Repetier firmware, this gcode works properly.
Can I use only axes in klipper: x and y? How to disable the z axis and extruder?
Arduino + RAMPS 1.4 + PC + OctoPrint.
An example of gcode, which I am trying to feed to the firmware:
The text was updated successfully, but these errors were encountered: