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
LCD babystepping support #827
Comments
|
@lf- |
|
Oh, neat. So it's essentially handled already. I'd still like the double click to get it, but this is excellent news. |
|
You can not necessarily have everything at once, but I agree double click would be nice. But you have the flexibility with this menu system to place somewhere convenient. |
If you are babystepping in OctoPrint by typing the extended gcode command each time, then there is an easier way:- Create a button for each command using the TerminalCommands plugin for OctoPrint. E.g. I use: |
|
I'm not sure what the state of this issue is. If it can be implemented in the menu, should I close this issue then? -Kevin |
|
Yes, it can probably be closed. I couldn't quite get it working with the option in the root menu rather than tune, but I think that was just user error. |
Babystepping in its current implementation is really hard to get perfect. It's great that it's supported at all to baby step, but the current implementation is really not usable for printers which have both lots of warp and Z probes with unpredictable offset. What I used to did on Marlin was to double click the encoder to get the baby step entry, then tune it in at the beginning of prints with the encoder wheel while looking at the print of some first layer infill or a skirt. Having to do the offset from OctoPrint makes this workflow nearly impossible.
If babystepping/axis offset were adjustable from the LCD, this would be much easier.
The text was updated successfully, but these errors were encountered: