Closed adjustinthings closed 6 months ago
oh i see. Well, i'm happy to test things for you :)
Hey! Thanks for posting.
I completely forgot about the status stuff.
I just pushed a commit that should at least get the info out there: https://github.com/naikymen/klipper-for-cnc/commit/694f919b0cb886797ed22f52464249d89e818c44
Added also a GET_STATUS_MSG
command which might help debug stuff:
Please let me know if this is what you needed and how it goes :)
Also added the extruder's status, in case it's home-able: https://github.com/naikymen/klipper-for-cnc/commit/87db854eadb226f64bfeaee4132a78dbe42e099a
Its messy but it seems to work.
Hell yes. You rock, thank you. Works for me. I can see all the info in the printer.toolhead đź‘Ť. I'm using it to make a gantry automation system.
Fantastic! Glad that it works now.
@adjustinthings Could you share an image of your machine? Just curious :robot:
I will get you this photo. I was trying to clean stuff up a bit. Its a gantry system that attaches to the front of racking to pull things off the shelf and move trays around.
On Fri, May 3, 2024 at 10:36 AM Nicolás A. Méndez @.***> wrote:
Fantastic! Glad that it works now.
@adjustinthings https://github.com/adjustinthings Could you share an image of your machine? Just curious 🤖
— Reply to this email directly, view it on GitHub https://github.com/naikymen/klipper-for-cnc/issues/13#issuecomment-2093475128, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJBRECXJHBZHSGJOOAMKH6LZAPDI5AVCNFSM6AAAAABBAL34X6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJTGQ3TKMJSHA . You are receiving this because you were mentioned.Message ID: @.***>
I'm using moonnode in nodered to pull data in from moonraker for my robot automation project. I just switched to this klipper for cnc and it exactly what i need.
It seems printer.toolhead.homed_axes doesn't display the A,B,C axis as homed. Is there another location that information is stored?
OR is my moonraker just not able to get that info? (moonraker v0.8.0-209-g42357891)
I'm looking through cartesian_abc.py for clues currently.